/*!
	Theme Name: Stretch
	Description: Custom Child Theme
	Author: Hey Shauna - Kyle Rumble
	Version: 1.0
	Author URI: http://www.heyshauna.com
	
	Template: genesis
*/
/*! normalize.css v3.0.1 | 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, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 43, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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 55, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 65, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 76, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
sup {
  top: -0.5em; }

/* line 171, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 219, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 254, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 264, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 276, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 291, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 301, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 320, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 333, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 355, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-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 369, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 388, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
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 406, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 423, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/normalize */
td, th {
  padding: 0; }

/* Calculate fluid ratio based on two dimensions (width/height) */
/* line 12, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 21, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
body {
  padding: 0;
  margin: 0; }

/* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
img, object, embed {
  max-width: 100%;
  height: auto; }

/* line 33, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
object, embed {
  height: 100%; }

/* line 34, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
img {
  -ms-interpolation-mode: bicubic; }

/* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

/* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.left {
  float: left !important; }

/* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.right {
  float: right !important; }

/* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
.clearfix:before, .content-sidebar-wrap:before, .clearfix:after, .content-sidebar-wrap:after {
  content: " ";
  display: table; }
/* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
.clearfix:after, .content-sidebar-wrap:after {
  clear: both; }
/* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
.clearfix, .content-sidebar-wrap {
  *zoom: 1; }

/* line 48, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.text-left {
  text-align: left !important; }

/* line 49, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.text-right {
  text-align: right !important; }

/* line 50, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.text-center {
  text-align: center !important; }

/* line 51, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.text-justify {
  text-align: justify !important; }

/* line 52, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.hide {
  display: none; }

/* line 58, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
.antialiased {
  -webkit-font-smoothing: antialiased; }

/* line 61, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
img {
  display: inline-block; }
  @media only screen and (min-width:768px) {
    img {
      vertical-align: middle; } }

/* line 73, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/global */
textarea {
  height: auto;
  min-height: 50px; }

/* Calculate fluid ratio based on two dimensions (width/height) */
/* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
.archive-pagination:before, .archive-pagination:after, .clearfix:before, .content-sidebar-wrap:before, .clearfix:after, .content-sidebar-wrap:after, .clear:before, .clear:after, .entry:before, .entry:after, .entry-pagination:before, .entry-pagination:after, .footer-widgets:before, .footer-widgets:after, .nav-primary:before, .nav-primary:after, .nav-secondary:before, .nav-secondary:after, .site-container:before, .site-container:after, .site-footer:before, .site-footer:after, .site-header:before, .site-header:after, .site-inner:before, .site-inner:after, .sidebar .widget:before, .sidebar .widget:after, .content-sidebar-wrap:before, .content-sidebar-wrap:after, .wrap:before, .wrap:after {
  content: " ";
  display: table; }
/* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
.archive-pagination:after, .clearfix:after, .content-sidebar-wrap:after, .clear:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .sidebar .widget:after, .content-sidebar-wrap:after, .wrap:after {
  clear: both; }
/* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
.archive-pagination, .clearfix, .content-sidebar-wrap, .clear, .entry, .entry-pagination, .footer-widgets, .nav-primary, .nav-secondary, .site-container, .site-footer, .site-header, .site-inner, .sidebar .widget, .content-sidebar-wrap, .wrap {
  *zoom: 1; }

/* Foundation Visibility HTML Classes */
/* line 25, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
  display: inherit !important; }

/* line 41, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
/* line 59, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

/* line 76, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

/* line 93, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

/* line 110, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

/* line 124, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up, th.show-for-small, th.show-for-small-only, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width:480px) {
  /* line 142, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .hide-for-small, .hide-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important; }

  /* line 158, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .show-for-small, .show-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 175, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  /* line 191, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 207, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 223, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  /* line 240, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.show-for-medium, th.show-for-medium-down, th.show-for-medium-up, th.show-for-medium-only, th.hide-for-large, th.hide-for-large-up, th.hide-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important; }
 }

/* Large Displays: 1024px and up */
@media only screen and (min-width:768px) {
  /* line 259, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important; }

  /* line 272, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 289, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  /* line 305, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 321, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 337, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  /* line 354, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large, th.show-for-large-up, th.show-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important; }
 }

/* X-Large Displays: 1441 and up */
@media only screen and (min-width:1024px) {
  /* line 372, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important; }

  /* line 385, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 401, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  /* line 416, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 431, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 446, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  /* line 462, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-large-only, th.show-for-xlarge, th.show-for-xlarge-up, th.show-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important; }
 }

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width:1140px) {
  /* line 479, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: inherit !important; }

  /* line 491, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 505, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }

  /* line 518, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 531, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 544, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }

  /* line 558, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-xlarge-only, th.show-for-xlarge-up, th.show-for-xxlarge-up, th.show-for-xxlarge-only {
    display: table-cell !important; }
 }

/* Orientation targeting */
/* line 565, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

/* line 567, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
/* line 572, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

/* line 576, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

/* line 580, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

/* line 584, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

/* line 589, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* line 594, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }

  /* line 596, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 601, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  /* line 605, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  /* line 609, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  /* line 613, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  /* line 618, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; }
 }

@media only screen and (orientation: portrait) {
  /* line 624, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }

  /* line 626, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 631, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  /* line 635, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  /* line 639, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  /* line 643, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  /* line 648, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; }
 }

/* Touch-enabled device targeting */
/* line 653, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.show-for-touch {
  display: none !important; }

/* line 654, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.hide-for-touch {
  display: inherit !important; }

/* line 655, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch .show-for-touch {
  display: inherit !important; }

/* line 656, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
/* line 659, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
table.hide-for-touch {
  display: table; }

/* line 660, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch table.show-for-touch {
  display: table; }

/* line 661, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
thead.hide-for-touch {
  display: table-header-group !important; }

/* line 662, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch thead.show-for-touch {
  display: table-header-group !important; }

/* line 663, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
tbody.hide-for-touch {
  display: table-row-group !important; }

/* line 664, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch tbody.show-for-touch {
  display: table-row-group !important; }

/* line 665, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
tr.hide-for-touch {
  display: table-row !important; }

/* line 666, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch tr.show-for-touch {
  display: table-row !important; }

/* line 667, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
td.hide-for-touch {
  display: table-cell !important; }

/* line 668, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch td.show-for-touch {
  display: table-cell !important; }

/* line 669, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
th.hide-for-touch {
  display: table-cell !important; }

/* line 670, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/visibility */
.touch th.show-for-touch {
  display: table-cell !important; }

/* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  margin: 0;
  width: 100%; }

@media only screen and (min-width:768px) {
  /* line 54, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
    float: left;
    margin-left: 3.4188034188%; }

  /* line 61, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .one-half, .three-sixths, .two-fourths {
    width: 48.2905982906%; }

  /* line 66, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .one-third, .two-sixths {
    width: 31.0541310541%; }

  /* line 71, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .two-thirds, .four-sixths {
    width: 65.5270655271%; }

  /* line 75, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .one-fourth {
    width: 22.4358974359%; }

  /* line 79, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .three-fourths {
    width: 74.1452991453%; }

  /* line 83, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .one-fifth {
    width: 17.264957265%; }

  /* line 87, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .two-fifths {
    width: 37.9487179487%; }

  /* line 91, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .three-fifths {
    width: 58.6324786325%; }

  /* line 95, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .four-fifths {
    width: 79.3162393162%; }

  /* line 99, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .one-sixth {
    width: 13.8176638177%; }

  /* line 103, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .five-sixths {
    width: 82.7635327635%; }

  /* line 107, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/genesis-column-classes */
  .first {
    margin-left: 0; }
 }

/* line 210, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .row:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .row {
    *zoom: 1; }
  /* line 215, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 217, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 220, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .row .row {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
    .row .row:after {
      clear: both; }
    /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
    .row .row {
      *zoom: 1; }
    /* line 221, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
      .row .row.collapse:after {
        clear: both; }
      /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
      .row .row.collapse {
        *zoom: 1; }

/* line 226, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
.column, .columns {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left; }

/* line 228, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
[class*="column"] + [class*="column"]:last-child {
  float: right; }

/* line 229, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  /* line 168, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column, .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-1 {
    width: 8.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-2 {
    width: 16.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-3 {
    width: 25%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-4 {
    width: 33.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-5 {
    width: 41.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-6 {
    width: 50%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-7 {
    width: 58.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-8 {
    width: 66.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-9 {
    width: 75%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-10 {
    width: 83.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-11 {
    width: 91.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-12 {
    width: 100%; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-0 {
    margin-left: 0% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-3 {
    margin-left: 25% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-6 {
    margin-left: 50% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-9 {
    margin-left: 75% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }

  /* line 179, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 187, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 195, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }

  /* line 199, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }

  /* line 203, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
 }

@media only screen and (min-width:480px) {
  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  /* line 168, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column, .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-1 {
    width: 8.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-2 {
    width: 16.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-3 {
    width: 25%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-4 {
    width: 33.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-5 {
    width: 41.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-6 {
    width: 50%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-7 {
    width: 58.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-8 {
    width: 66.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-9 {
    width: 75%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-10 {
    width: 83.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-11 {
    width: 91.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-12 {
    width: 100%; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-0 {
    margin-left: 0% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-3 {
    margin-left: 25% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-6 {
    margin-left: 50% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-9 {
    margin-left: 75% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }

  /* line 179, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 187, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 195, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }

  /* line 199, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }

  /* line 203, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  /* line 239, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  /* line 242, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
 }

@media only screen and (min-width:768px) {
  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  /* line 168, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column, .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-1 {
    width: 8.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-2 {
    width: 16.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-3 {
    width: 25%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-4 {
    width: 33.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-5 {
    width: 41.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-6 {
    width: 50%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-7 {
    width: 58.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-8 {
    width: 66.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-9 {
    width: 75%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-10 {
    width: 83.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-11 {
    width: 91.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-12 {
    width: 100%; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-0 {
    margin-left: 0% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-3 {
    margin-left: 25% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-6 {
    margin-left: 50% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-9 {
    margin-left: 75% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }

  /* line 179, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 187, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 195, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }

  /* line 199, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }

  /* line 203, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  /* line 250, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  /* line 253, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
 }

@media only screen and (min-width:1024px) {
  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  /* line 168, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column, .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-1 {
    width: 8.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-2 {
    width: 16.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-3 {
    width: 25%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-4 {
    width: 33.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-5 {
    width: 41.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-6 {
    width: 50%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-7 {
    width: 58.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-8 {
    width: 66.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-9 {
    width: 75%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-10 {
    width: 83.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-11 {
    width: 91.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-12 {
    width: 100%; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-0 {
    margin-left: 0% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-3 {
    margin-left: 25% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-6 {
    margin-left: 50% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-9 {
    margin-left: 75% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important; }

  /* line 179, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 187, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xlarge-centered, .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xlarge-uncentered, .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 195, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xlarge-centered:last-child, .columns.xlarge-centered:last-child {
    float: none; }

  /* line 199, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xlarge-uncentered:last-child, .columns.xlarge-uncentered:last-child {
    float: left; }

  /* line 203, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
    float: right; }
 }

@media only screen and (min-width:1140px) {
  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  /* line 159, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  /* line 162, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  /* line 168, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column, .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-1 {
    width: 8.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-2 {
    width: 16.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-3 {
    width: 25%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-4 {
    width: 33.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-5 {
    width: 41.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-6 {
    width: 50%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-7 {
    width: 58.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-8 {
    width: 66.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-9 {
    width: 75%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-10 {
    width: 83.3333333333%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-11 {
    width: 91.6666666667%; }

  /* line 172, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-12 {
    width: 100%; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-0 {
    margin-left: 0% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-3 {
    margin-left: 25% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-6 {
    margin-left: 50% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-9 {
    margin-left: 75% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important; }

  /* line 176, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important; }

  /* line 179, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 187, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xxlarge-centered, .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 195, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xxlarge-centered:last-child, .columns.xxlarge-centered:last-child {
    float: none; }

  /* line 199, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xxlarge-uncentered:last-child, .columns.xxlarge-uncentered:last-child {
    float: left; }

  /* line 203, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/grid */
  .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
    float: right; }
 }

/* line 64, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  margin: 0 -15px; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  [class*="block-grid-"]:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  [class*="block-grid-"] {
    *zoom: 1; }
  /* line 33, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 15px 30px; }

@media only screen {
  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
 }

@media only screen and (min-width:480px) {
  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
 }

@media only screen and (min-width:768px) {
  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
 }

@media only screen and (min-width:1024px) {
  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-1 > li {
    width: 100%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-2 > li {
    width: 50%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-4 > li {
    width: 25%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-5 > li {
    width: 20%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-8 > li {
    width: 12.5%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-10 > li {
    width: 10%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
  .xlarge-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 15px 30px; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/block-grid */
    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
 }

/* line 12, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper textarea, body .gform_wrapper select {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 8px 4px;
  font-size: 15px; }

/* line 21, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
.gform_wrapper .gfield {
  padding-bottom: 0 !important; }

/* line 28, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
  font-size: 15px; }

/* line 32, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
div.gform_wrapper .gfield_label {
  font-weight: 700 !important; }

/* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
div.gform_wrapper .ginput_complex label {
  padding: 0;
  font-weight: 500; }

/* line 41, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
div.gform_wrapper li, div.gform_wrapper form li {
  margin: 16px 0 0; }

/* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
div.gform_wrapper .gform_footer input[type="submit"] {
  padding: 4px 18px;
  background: #333; }
  /* line 48, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
  div.gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #ffffff;
    background: #999; }

/* line 54, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/plugins/gravity-forms */
.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
  padding-left: 5px !important; }

/* line 7, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-respond, .entry-comments, .entry-pings {
  margin: 0 0 24px; }

/* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment article {
  float: none; }

/* line 17, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.entry-comments p {
  margin-bottom: 24px;
  line-height: 24px; }

/* line 24, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.entry-pings {
  padding: 0 24px; }

/* line 33, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-content {
  clear: both; }

/* line 37, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.entry-comments .comment-author {
  margin-bottom: 0; }

/* line 43, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%; }

/* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-respond label {
  display: block;
  margin-right: 12px; }

/* line 53, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-list li, .ping-list li {
  list-style-type: none; }

/* line 57, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-list li {
  margin-top: 24px;
  padding: 24px; }

/* line 61, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-list li li {
  margin-right: -24px; }

/* line 65, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

/* line 71, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment .avatar {
  margin: 0 16px 24px 0; }

/* line 75, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.entry-pings .reply {
  display: none; }

/* line 82, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px; }

/* line 90, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-form p {
  margin-bottom: 24px;
  line-height: 24px; }
/* line 95, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-form label {
  font-weight: bold; }
/* line 103, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form select, .comment-form textarea {
  font-size: 15px;
  padding: 8px 4px;
  width: 100%;
  outline: none !important;
  border: 1px solid #ccc; }
/* line 111, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
.comment-form input[type="submit"] {
  background-color: #999;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 8px 20px;
  text-transform: uppercase;
  width: auto; }
  /* line 121, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/comments */
  .comment-form input[type="submit"]:hover {
    background-color: #999; }

/* Forms
--------------------------------------------- */
/* line 8, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/forms-buttons */
.entry-content input[type="text"], .entry-content select, .entry-content textarea, sidebar input[type="text"], sidebar select, sidebar textarea {
  padding: 4px;
  border: 0;
  outline: none !important; }
/* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/forms-buttons */
.entry-content input:focus, .entry-content Search:focus, .entry-content textarea:focus, sidebar input:focus, sidebar Search:focus, sidebar textarea:focus {
  border: 0;
  outline: none; }

/* line 53, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
::-webkit-input-placeholder {
  color: #959595; }

/* line 54, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
:-moz-placeholder {
  color: #959595; }

/* line 55, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
::-moz-placeholder {
  color: #959595; }

/* line 56, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
:-ms-input-placeholder {
  color: #959595; }

/* line 34, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/forms-buttons */
.entry-content button, .entry-content input[type="button"], .entry-content input[type="reset"], .entry-content input[type="submit"], .entry-content .button {
  background-color: black;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 4px 20px;
  text-transform: uppercase;
  width: auto; }
/* line 51, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/forms-buttons */
.entry-content button:hover, .entry-content input:hover[type="button"], .entry-content input:hover[type="reset"], .entry-content input:hover[type="submit"], .entry-content .button:hover, .entry-content .entry-content .button:hover {
  background-color: black; }
/* line 55, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/forms-buttons */
.entry-content .entry-content .button:hover {
  color: #fff; }
/* line 59, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/forms-buttons */
.entry-content .button {
  display: inline-block; }

/* line 68, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/forms-buttons */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none; }

/* line 1, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.breadcrumb {
  padding: 45px 18px 0px;
  font-size: 15px; }
  @media only screen and (min-width:768px) {
    .breadcrumb {
      text-align: right;
      padding: 45px 38px 0px; } }
  /* line 13, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
  .breadcrumb a {
    text-decoration: none; }

/* line 18, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.content .breadcrumb {
  padding: 0 0 25px; }

/* line 31, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.archive-description a {
  color: #999; }

/* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.archive-description a:hover {
  color: #b3b3b3; }

/* line 38, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.author-box {
  padding: 40px;
  padding: 4rem; }

/* line 43, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.author-box-title {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

/* line 52, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.author-box a {
  border-bottom: 1px solid #ddd; }

/* line 56, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.author-box p {
  margin-bottom: 0; }

/* line 60, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/genesis */
.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

/* Pagination
--------------------------------------------- */
/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/pagination */
.archive-pagination, .entry-pagination {
  font-size: 13px;
  margin: 0 auto;
  padding: 24px 0 0 0; }
  @media only screen and (min-width:768px) {
    .archive-pagination, .entry-pagination {
      margin: 0 18px; } }

/* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/pagination */
.archive-pagination li {
  display: inline;
  text-transform: lowercase; }

/* line 21, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/pagination */
.archive-pagination li a {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  display: inline-block;
  padding: 4px 6px; }

/* line 31, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/pagination */
.archive-pagination li a:hover, .archive-pagination li.active a {
  background-color: #ccc;
  color: #fff; }

/* WordPress
--------------------------------------------- */
/* line 3, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
.search-form {
  position: relative; }

/* line 7, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
.avatar {
  float: left; }

/* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

/* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem; }

/* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 20px; }

/* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
img.alignnone {
  margin: 0 auto 20px; }

/* line 41, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
img.alignleft, .wp-caption.alignleft {
  margin: 0 auto 20px; }

/* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
img.alignright, .wp-caption.alignright {
  margin: 0 auto 20px; }

@media only screen and (min-width:480px) {
  /* line 54, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
  .alignleft {
    float: left; }

  /* line 58, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
  .alignright {
    float: right; }

  /* line 64, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
  img.alignleft, .wp-caption.alignleft {
    margin: 0 20px 20px 0; }

  /* line 69, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
  img.alignright, .wp-caption.alignright {
    margin: 0 auto 20px 20px; }
 }

/* line 76, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

/* line 85, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
.widget_calendar table {
  width: 100%; }

/* line 90, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/general/wordpress */
.widget_calendar td, .widget_calendar th {
  text-align: center; }

/*
Site Header
---------------------------------------------- */
/* line 7, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
.site-header {
  position: relative;
  z-index: 98; }
  /* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
  .site-header > .wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1170px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px; }
    /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
    .site-header > .wrap:before, .site-header > .wrap:after {
      content: " ";
      display: table; }
    /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
    .site-header > .wrap:after {
      clear: both; }
    /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
    .site-header > .wrap {
      *zoom: 1; }
  @media only screen and (min-width:1024px) {
    /* line 24, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
    .site-header > .wrap {
      height: 144px; }
 }

/* line 31, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
.title-area {
  padding-left: 20px;
  padding-right: 20px;
  width: 83.3333333333%;
  float: left; }
  @media only screen and (min-width:768px) {
    .title-area {
      padding-left: 20px;
      padding-right: 20px;
      width: 50%;
      float: left; } }
  @media only screen and (min-width:1140px) {
    .title-area {
      padding-left: 20px;
      padding-right: 20px;
      width: 66.6666666667%;
      float: left; } }

@media only screen and (min-width:1024px) {
  /* line 50, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
  .site-title {
    -webkit-transition: all 0.9s;
            transition: all 0.9s; }

  /* line 53, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
  .shrink {
    width: 300px; }
 }

/* Widget Area
--------------------------------------------- */
/* line 61, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
.widget-area {
  word-wrap: break-word; }

/* line 68, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
.site-header .widget-area {
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
  float: left;
  display: none; }
  @media only screen and (max-width: 479px) {
    .site-header .widget-area {
      padding-right: 0; } }
  @media only screen and (min-width:768px) {
    .site-header .widget-area {
      padding-left: 20px;
      padding-right: 20px;
      width: 50%;
      float: left;
      text-align: right; }
      /* line 84, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
      .site-header .widget-area section {
        display: inline-block;
        vertical-align: top; } }
  @media only screen and (min-width:1140px) {
    .site-header .widget-area {
      padding-left: 20px;
      padding-right: 20px;
      width: 33.3333333333%;
      float: left; } }
  /* line 101, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/header */
  .site-header .widget-area .widget-title {
    display: none; }
  @media only screen and (min-width:768px) {
    .site-header .widget-area {
      display: inline-block;
      text-align: right;
      padding-top: 5px; } }

/* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
.site-footer > .wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px;
  padding: 24px 0; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .site-footer > .wrap:before, .site-footer > .wrap:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .site-footer > .wrap:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .site-footer > .wrap {
    *zoom: 1; }
  /* line 14, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
  .site-footer > .wrap:after {
    content: '';
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    display: block;
    margin: 0 20px; }
/* line 25, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
.site-footer p {
  margin-bottom: 0;
  text-transform: uppercase; }
/* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
.site-footer p, .site-footer a {
  color: #333;
  font-size: 14px;
  line-height: 19px; }
/* line 37, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
.site-footer .socials {
  margin-top: 12px; }
  @media only screen and (min-width:768px) {
    .site-footer .socials {
      text-align: right;
      margin-top: 0; } }
  /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
  .site-footer .socials a {
    margin-right: 25px; }

/* Footer Widgets
--------------------------------------------- */
/* line 60, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
.footer-widgets > .wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .footer-widgets > .wrap:before, .footer-widgets > .wrap:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .footer-widgets > .wrap:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .footer-widgets > .wrap {
    *zoom: 1; }
/* line 64, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
.footer-widgets .widget-area {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }
/* line 72, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
.footer-widgets .widget {
  padding-top: 10px;
  margin-top: 45px;
  border-top: 1px solid #333; }
  /* line 77, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
  .footer-widgets .widget p {
    font-size: 14px;
    line-height: 19px; }
  /* line 82, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/footer */
  .footer-widgets .widget a {
    color: #999; }

/* line 1, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/content */
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/content */
a {
  outline: none !important; }
  /* line 8, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/content */
  a:focus {
    outline: none !important; }

/* line 17, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/content */
.no-wrap-block {
  white-space: nowrap; }

/* line 25, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/content */
.full-width-content .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap, .content-sidebar .content-sidebar-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .full-width-content .content-sidebar-wrap:before, .full-width-content .content-sidebar-wrap:after, .sidebar-content .content-sidebar-wrap:before, .sidebar-content .content-sidebar-wrap:after, .content-sidebar .content-sidebar-wrap:before, .content-sidebar .content-sidebar-wrap:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .full-width-content .content-sidebar-wrap:after, .sidebar-content .content-sidebar-wrap:after, .content-sidebar .content-sidebar-wrap:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .full-width-content .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap, .content-sidebar .content-sidebar-wrap {
    *zoom: 1; }

/* Wrapping div for .content and .sidebar-primary */
/* Content */
/* line 43, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/content */
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  @media only screen and (min-width:1024px) {
    .content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
      padding-left: 20px;
      padding-right: 20px;
      width: 75%;
      float: left; } }

/* line 59, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/content */
.sidebar-content .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  @media only screen and (min-width:1024px) {
    .sidebar-content .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
      padding-left: 20px;
      padding-right: 20px;
      width: 75%;
      float: left; } }

@media only screen and (min-width:1024px) {
  .full-width-content .content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
.sidebar-primary {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  @media only screen and (min-width:1024px) {
    .sidebar-primary {
      padding-left: 20px;
      padding-right: 20px;
      width: 25%;
      float: left; } }

/* line 23, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
.sidebar p, .sidebar li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px; }
/* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
.sidebar .box {
  background: #7dbdaf;
  padding: 15px; }
  /* line 33, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
  .sidebar .box a.read-more, .sidebar .box .page-prices .price-block a.buy-now, .page-prices .price-block .sidebar .box a.buy-now {
    min-width: 240px; }
    @media only screen and (min-width:768px) {
      .sidebar .box a.read-more, .sidebar .box .page-prices .price-block a.buy-now, .page-prices .price-block .sidebar .box a.buy-now {
        min-width: 0;
        display: block; } }

/* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
.sidebar p:last-child {
  margin-bottom: 0; }

/* line 51, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
.sidebar li {
  list-style-type: none;
  margin-bottom: 7px;
  word-wrap: break-word; }

/* line 57, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
.sidebar ul > li:last-child {
  margin-bottom: 0; }

/* line 61, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/sidebar */
.sidebar .widget {
  margin-bottom: 24px; }

/* line 1, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
html {
  font-size: 100%; }

/* Typography resets */
/* line 6, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333; }

/* line 18, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
strong {
  font-weight: 600; }

/* line 22, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
a {
  color: #999;
  text-decoration: none; }
  /* line 26, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  a:hover {
    color: #999; }

/* line 32, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
hr {
  height: 1px;
  background: #333;
  border: none;
  margin-bottom: 24px; }

/* line 39, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
p:empty {
  display: none; }

/* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
.content {
  /* Headings
	--------------------------------------------- */
  /* Entries
	--------------------------------------------- */ }
  /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content a {
    color: #999;
    text-decoration: none; }
    /* line 51, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
    .content a:hover {
      color: #999; }
  /* line 56, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content strong {
    font-weight: 600; }
  /* line 69, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #333;
    margin: 0 0 5px 0;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase; }
    /* line 75, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
    .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
      color: #333; }
      /* line 77, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
      .content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
        color: #7dbdaf; }
  /* line 86, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content a h1, .content a h2 {
    color: #999; }
  /* line 92, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content h1, .content .page-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 26px; }
  /* line 98, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 36px 0; }
  /* line 104, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-title {
    font-size: 30px;
    line-height: 32px; }
  /* line 109, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }
  /* line 115, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content h4 {
    font-size: 16px;
    line-height: 24px; }
  /* line 129, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-content ul, .content .entry-content ol, .content .entry-content p, .content .entry-summary ul, .content .entry-summary ol, .content .entry-summary p {
    margin-bottom: 24px; }
  /* line 133, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-content ul, .content .entry-summary ul {
    margin-left: 24px; }
    /* line 142, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
    .content .entry-content ul li ul, .content .entry-summary ul li ul {
      margin-bottom: 0; }
  /* line 148, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-content ol, .content .entry-summary ol {
    margin-left: 29px; }
    /* line 152, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
    .content .entry-content ol li, .content .entry-summary ol li {
      list-style-type: decimal;
      padding-bottom: 9px; }
      /* line 156, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
      .content .entry-content ol li ol, .content .entry-summary ol li ol {
        margin-bottom: 0; }
  /* line 163, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-content li, .content .entry-content p, .content .entry-summary li, .content .entry-summary p {
    line-height: 24px; }
  /* line 169, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-content .attachment a, .content .entry-content .gallery a, .content .entry-summary .attachment a, .content .entry-summary .gallery a {
    border: none; }
  /* line 177, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-meta {
    font-size: 16px;
    margin: 0; }
  /* line 195, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .content .entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 2px 0; }

/* line 212, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
.sidebar .widget-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 5px; }

/* line 222, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
.site-header {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300; }
  /* line 226, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/typography */
  .site-header a {
    color: #999; }

/* line 4, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
.nav-toggle {
  position: absolute;
  right: 15px;
  top: 0px;
  display: inline-block;
  z-index: 99; }
  /* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .nav-toggle .dashicons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #333; }

/* line 19, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
.nav-close {
  position: absolute;
  right: 15px;
  top: 0px; }
  /* line 23, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .nav-close .dashicons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff; }

@media only screen and (min-width:1024px) {
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .nav-toggle, .mobile-nav {
    display: none; }
 }

/* line 44, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
.mobile-nav {
  overflow: hidden;
  background: #333; }
  /* line 50, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .mobile-nav .widget {
    padding-bottom: 20px;
    color: #fff; }
    /* line 53, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
    .mobile-nav .widget .widget-title {
      display: none; }
  /* line 58, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .mobile-nav .socials {
    background: #fff;
    text-align: left !important;
    padding: 7px 10px 5px; }
  /* line 64, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .mobile-nav .wrap {
    padding: 0; }
  /* line 68, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .mobile-nav > .wrap {
    position: relative;
    padding: 50px 15px; }
  /* line 75, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .mobile-nav .menu-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee; }
    /* line 81, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
    .mobile-nav .menu-item a {
      border: none;
      color: #ccc;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      padding: 8px 0;
      display: inline-block;
      text-transform: uppercase; }
      /* line 91, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
      .mobile-nav .menu-item a:hover {
        color: #fff; }
      /* line 95, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
      .mobile-nav .menu-item a span {
        display: none; }
  /* line 101, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .mobile-nav .sub-menu {
    padding: 4px 0; }
  /* line 106, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
  .mobile-nav .sub-menu li {
    padding-left: 24px;
    border: none !important; }
    /* line 110, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/mobile-navigation */
    .mobile-nav .sub-menu li a {
      padding: 4px 0; }

/* line 8, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
.nav-header, .nav-primary, .nav-secondary {
  display: none; }

@media only screen and (min-width:1024px) {
  /* line 17, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
  .nav-primary {
    margin-bottom: 34px !important;
    display: block; }

  /* line 22, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
  .genesis-nav-menu {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: justify;
    height: 34px; }
    /* line 32, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .genesis-nav-menu:after {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 0;
      line-height: 0;
      content: ''; }
    /* line 46, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .genesis-nav-menu .menu-item {
      list-style-type: none; }
      /* line 50, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .genesis-nav-menu .menu-item a {
        position: relative;
        display: block; }
    /* line 57, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .genesis-nav-menu > .menu-item {
      position: relative;
      display: inline-block;
      text-align: left; }
      /* line 67, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .genesis-nav-menu > .menu-item:hover > .sub-menu, .genesis-nav-menu > .menu-item:focus > .sub-menu, .genesis-nav-menu > .menu-item:active > .sub-menu, .genesis-nav-menu > .menu-item.sfHover > .sub-menu {
        left: auto;
        opacity: 1; }
    /* line 90, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .genesis-nav-menu .sub-menu {
      position: absolute;
      top: 100%;
      left: -9999px;
      z-index: 99;
      opacity: 0;
      min-width: 200px;
      margin-left: -20px; }
      /* line 104, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .genesis-nav-menu .sub-menu > .menu-item > a {
        position: relative; }
 }

@media only screen and (min-width:1140px) {
  /* line 119, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
  .genesis-nav-menu {
    width: 105%;
    margin-left: -2.5%; }
 }

/* line 129, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
.nav-primary {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .nav-primary:before, .nav-primary:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .nav-primary:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .nav-primary {
    *zoom: 1; }
  /* line 133, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
  .nav-primary > .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    /* line 143, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .nav-primary > .wrap:before {
      content: '';
      padding-top: 2px;
      border-top: 1px solid #333;
      display: block;
      margin: 0 auto; }
    /* line 151, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .nav-primary > .wrap:after {
      content: '';
      border-bottom: 1px solid #333;
      display: block;
      margin: 0 auto; }
  @media only screen and (min-width:1024px) {
    /* line 167, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .nav-primary .genesis-nav-menu > .menu-item {
      position: relative;
      margin: 0; }
      /* line 177, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .nav-primary .genesis-nav-menu > .menu-item.current-menu-item > a, .nav-primary .genesis-nav-menu > .menu-item.current_page_parent > a, .nav-primary .genesis-nav-menu > .menu-item.current-page-ancestor > a, .nav-primary .genesis-nav-menu > .menu-item.current-menu-ancestor > a, .nav-primary .genesis-nav-menu > .menu-item.current-category-ancestor > a {
        color: #333;
        background: #7dbdaf; }
      /* line 189, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .nav-primary .genesis-nav-menu > .menu-item:hover > a, .nav-primary .genesis-nav-menu > .menu-item:focus > a, .nav-primary .genesis-nav-menu > .menu-item:active > a, .nav-primary .genesis-nav-menu > .menu-item.sfHover > a {
        color: #333;
        background: #7dbdaf; }
      /* line 196, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .nav-primary .genesis-nav-menu > .menu-item > a {
        color: #333;
        font-weight: 600;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        padding: 8px 10px;
        text-transform: uppercase; }
      /* line 206, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .nav-primary .genesis-nav-menu > .menu-item:first-child {
        margin-left: 0; }
    /* line 214, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .nav-primary .genesis-nav-menu .sub-menu {
      background: #7dbdaf;
      border: 2px solid #fff;
      border-top: none !important;
      padding-bottom: 10px; }
      /* line 221, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
      .nav-primary .genesis-nav-menu .sub-menu .menu-item a {
        position: relative;
        padding: 10px 20px 2px;
        color: #333;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 600;
        white-space: nowrap; }
        /* line 231, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
        .nav-primary .genesis-nav-menu .sub-menu .menu-item a:hover {
          color: #ffffff !important; }
 }

/* Sticky Primary nav */
@media only screen and (min-width:1140px) {
  /* line 248, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
  .nav-primary.fix {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    /*background: rgba(255, 255, 255, 0.92);*/ }
    /* line 259, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
    .nav-primary.fix > .wrap {
      max-width: 1170px; }

  /* line 264, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/structure/navigation */
  .admin-bar .nav-primary.fix {
    top: 28px; }
 }

/* line 3, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.widget-nav-menu .widget-title {
  display: none; }

/* line 7, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.widget-nav-menu li {
  list-style-type: none; }

/* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.widget_socials .widget-title {
  display: none; }

/* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
body ul.dpe-flexible-posts {
  margin: 0 0 26px 0 !important; }
  /* line 19, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
  body ul.dpe-flexible-posts li {
    list-style-type: none !important;
    padding: 0 !important;
    margin-bottom: 26px; }
    /* line 24, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
    body ul.dpe-flexible-posts li .post-content {
      font-style: italic; }
      /* line 25, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
      body ul.dpe-flexible-posts li .post-content *:last-child {
        margin-bottom: 0 !important; }

/* line 34, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.header-widget-area .socials {
  text-align: center;
  padding-right: 50px; }
  /* line 39, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
  .header-widget-area .socials a {
    margin-right: 15px; }
  @media only screen and (min-width:768px) {
    .header-widget-area .socials {
      padding-left: 30px; }
      /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
      .header-widget-area .socials a {
        margin: 0 0 15px 0;
        display: block; } }
  @media only screen and (min-width:1024px) {
    .header-widget-area .socials {
      padding-right: 0px; } }

/* Genesis Simple Share
--------------------------------------------- */
/* line 70, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content a.count, .content a.count:hover, .content a.share, .content a.share:hover {
  border: none; }

/* line 74, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .share {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 79, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .count {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 95, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .facebook .count, .content .share-filled .facebook .count:hover, .content .share-filled .googlePlus .count, .content .share-filled .googlePlus .count:hover, .content .share-filled .linkedin .count, .content .share-filled .linkedin .count:hover, .content .share-filled .pinterest .count, .content .share-filled .pinterest .count:hover, .content .share-filled .stumbleupon .count, .content .share-filled .stumbleupon .count:hover, .content .share-filled .twitter .count, .content .share-filled .twitter .count:hover {
  color: #333;
  border: 1px solid #333; }

/* line 111, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .facebook .share, .content .share-filled .facebook:hover .count, .content .share-filled .googlePlus .share, .content .share-filled .googlePlus:hover .count, .content .share-filled .linkedin .share, .content .share-filled .linkedin:hover .count, .content .share-filled .pinterest .share, .content .share-filled .pinterest:hover .count, .content .share-filled .stumbleupon .share, .content .share-filled .stumbleupon:hover .count, .content .share-filled .twitter .share, .content .share-filled .twitter:hover .count {
  background: #333 !important; }

/* line 120, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .facebook:hover .count, .content .share-filled .googlePlus:hover .count, .content .share-filled .linkedin:hover .count, .content .share-filled .pinterest:hover .count, .content .share-filled .stumbleupon:hover .count, .content .share-filled .twitter:hover .count {
  color: #fff; }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.align-center {
  text-align: center; }

/* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
div.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important; }
  /* line 17, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  div.absolute div.table {
    display: table;
    width: 100%;
    height: 100%; }
    /* line 22, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
    div.absolute div.table div.cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

/* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.read-more, .page-prices .price-block .buy-now {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #333;
  color: #333 !important; }
  /* line 39, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .read-more:hover, .page-prices .price-block .buy-now:hover {
    color: #999 !important;
    border: 1px solid #999 !important; }

/* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.semantic-content {
  z-index: 9000001 !important; }

/* line 55, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
div.gform_wrapper .gfield_label, .gfield_checkbox label {
  font-weight: 300 !important; }

/* line 60, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
body {
  background: #ffffff; }

/* line 66, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.site-inner {
  background: #fff; }

/* line 77, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.slideshow .royalSlider {
  width: 100%; }
  /* line 81, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .slideshow .royalSlider img {
    display: block;
    line-height: 0; }
/* line 89, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.slideshow .schedule {
  background: #7dbdaf;
  margin-top: 6px;
  padding: 32px; }
  /* line 94, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .slideshow .schedule h2 {
    font-size: 47px;
    line-height: 47px;
    color: #fff;
    margin-bottom: 19px;
    text-transform: uppercase; }
  /* line 102, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .slideshow .schedule ul, .slideshow .schedule li {
    margin: 0;
    padding: 0; }
  /* line 107, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .slideshow .schedule li {
    display: block; }
  @media only screen and (min-width:768px) and (max-width:1023px) {
    /* line 112, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
    .slideshow .schedule li {
      display: inline-block;
      padding-right: 20px; }
 }
  /* line 119, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .slideshow .schedule a {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    min-width: 200px; }
    /* line 129, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
    .slideshow .schedule a:hover {
      color: #333;
      border-color: #333; }
    /* line 134, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
    .slideshow .schedule a:first-child {
      margin-bottom: 10px; }
    @media only screen and (min-width:1024px) {
      .slideshow .schedule a {
        display: block;
        width: auto; } }

/* line 148, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.slideshow {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #333; }

/* line 157, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.royalSlider img {
  display: block;
  line-height: 0; }
/* line 166, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.royalSlider .slide-wrap {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%; }
  /* line 174, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 183, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap span {
    display: none; }
  /* line 188, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap div.table {
    display: table;
    width: 100%;
    height: 100%; }
  /* line 195, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap div.cell {
    display: table-cell;
    padding: 5px 30px; }
    @media only screen and (min-width:1140px) {
      .royalSlider .slide-wrap div.cell {
        padding: 20px 30px; } }
  /* line 206, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .Top {
    vertical-align: top; }
  /* line 210, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .Middle {
    vertical-align: middle; }
  /* line 214, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .Bottom {
    vertical-align: bottom; }
  /* line 218, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .Left {
    text-align: left; }
  /* line 222, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .Right {
    text-align: right; }
  /* line 226, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .Center {
    text-align: center; }
  /* line 232, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .cell {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px; }
    @media only screen and (min-width:1024px) {
      .royalSlider .slide-wrap .cell {
        font-size: 47px;
        line-height: 47px; } }
  /* line 246, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .royalSlider .slide-wrap .Black {
    color: black !important; }

/* line 257, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.rsBullets {
  float: none;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0; }
  /* line 267, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .rsBullets .rsBullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px;
    margin: 5px 6px; }
    /* line 277, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
    .rsBullets .rsBullet span {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #7dbdaf;
      cursor: pointer;
      opacity: 6.5; }
  /* line 287, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .rsBullets .rsBullet.rsNavSelected span {
    background-color: #ffffff;
    opacity: 1; }

/* line 299, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
div.gallery {
  margin-top: 22px;
  padding-top: 52px;
  border-top: 1px solid #333; }
  /* line 304, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  div.gallery ul {
    margin: 0 -8px 24px !important;
    list-style-type: none !important; }
    /* line 307, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
    div.gallery ul li {
      padding: 0 8px 16px !important; }
      /* line 310, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
      div.gallery ul li a {
        display: block;
        border: 1px solid #333 !important;
        padding: 15px 15px 40px 15px; }

/* line 320, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
.wp-caption {
  display: inline-block;
  border: 1px solid #333 !important;
  padding: 15px 15px 15px 15px;
  margin: 0 0 20px 0; }
  @media only screen and (min-width:1024px) {
    .wp-caption {
      float: left;
      margin: 0 20px 0 0; } }
  /* line 332, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/index */
  .wp-caption .wp-caption-text {
    margin: 21px 0 0 0 !important;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase; }

/* line 8, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.home .content {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }
/* line 19, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.home .home-content h1 {
  padding: 40px 0 0;
  margin-bottom: 10px !important;
  text-align: center;
  font-size: 33px;
  text-transform: none !important; }
/* line 27, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.home .home-content h3 {
  margin-bottom: 40px !important;
  text-transform: none !important; }
/* line 33, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.home .slideshow {
  margin: 0;
  padding: 0;
  border-bottom: none; }
  @media only screen and (min-width:1024px) {
    .home .slideshow {
      background: #7dbdaf; }
      /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
      .home .slideshow:before, .home .slideshow:after {
        content: " ";
        display: table; }
      /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
      .home .slideshow:after {
        clear: both; }
      /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
      .home .slideshow {
        *zoom: 1; }
      /* line 43, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
      .home .slideshow .royalSlider {
        width: 74.7787610619%;
        float: left;
        border-right: 6px solid #fff; }
      /* line 49, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
      .home .slideshow .schedule {
        width: 25.2212389381%;
        float: left;
        margin: 0;
        padding-top: 100px; } }
/* line 59, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.home .healcode-title-text {
  display: none !important; }
/* line 63, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.home .healcode-date-links-area {
  display: none !important; }

/* line 75, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-featured > .wrap {
  padding: 0 20px;
  margin-bottom: 45px !important; }
/* line 81, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-featured .widget-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .homepage-featured .widget-area:before, .homepage-featured .widget-area:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .homepage-featured .widget-area:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .homepage-featured .widget-area {
    *zoom: 1; }
  @media only screen and (min-width:768px) {
    .homepage-featured .widget-area {
      margin: 0 -3px !important;
      overflow: hidden; } }
  /* line 91, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-featured .widget-area:before {
    content: '';
    padding-top: 26px;
    border-top: 1px solid #333;
    display: block;
    margin: 0 auto; }
  /* line 99, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-featured .widget-area:after {
    content: '';
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    display: block;
    margin: 0 auto; }
/* line 110, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-featured .widget {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 0px 0 6px; }
  @media only screen and (min-width:768px) {
    .homepage-featured .widget {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      padding: 0px 3px 6px !important; } }
  @media only screen and (min-width:1140px) {
    .homepage-featured .widget {
      padding-left: 0;
      padding-right: 0;
      width: 25%;
      float: left; } }
  /* line 145, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-featured .widget .widget-wrap {
    position: relative;
    margin: 0 auto; }
    /* line 152, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
    .homepage-featured .widget .widget-wrap article:hover > a:after {
      background-color: rgba(245, 215, 48, 0.4);
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      z-index: 1; }
  /* line 167, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-featured .widget a.alignnone {
    display: block; }
  /* line 171, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-featured .widget article.entry {
    margin: 0 !important;
    position: relative; }
    @media only screen and (min-width:768px) {
      .homepage-featured .widget article.entry {
        display: block; } }
  /* line 183, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-featured .widget .widget-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 18px;
    font-weight: 700;
    z-index: 2; }
    @media only screen and (min-width:1024px) {
      .homepage-featured .widget .widget-title {
        font-size: 37px;
        line-height: 18px; } }
    /* line 201, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
    .homepage-featured .widget .widget-title a {
      color: #fff;
      padding: 13px;
      display: block; }
  /* line 210, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-featured .widget img {
    display: block;
    width: 100%; }
/* line 217, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-featured .black .widget-title a {
  color: #333 !important; }

/* line 229, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-news .widget_dpe_fp_widget .widget-wrap {
  padding: 26px;
  background: #eeeeee; }
/* line 234, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-news li {
  list-style-type: none; }
/* line 238, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-news .widget-content {
  padding-top: 15px; }
/* line 246, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-news section.widget_dpe_fp_widget {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 2px 2px 0; }
  @media only screen and (min-width:768px) {
    .homepage-news section.widget_dpe_fp_widget {
      padding-left: 20px;
      padding-right: 20px;
      width: 50%;
      float: left; } }
  /* line 262, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_dpe_fp_widget ul {
    padding-right: 5%; }
  /* line 266, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_dpe_fp_widget li {
    padding: 12px 0 21px;
    font-size: 16px; }
    /* line 272, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
    .homepage-news section.widget_dpe_fp_widget li h4 {
      font-size: 18px;
      line-height: 21px;
      font-weight: 600;
      color: #333;
      margin: 0 0 19px 0;
      text-transform: uppercase; }
      /* line 280, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
      .homepage-news section.widget_dpe_fp_widget li h4 a {
        color: #333;
        font-weight: 600; }
        /* line 283, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
        .homepage-news section.widget_dpe_fp_widget li h4 a:hover {
          color: #7dbdaf; }
  /* line 290, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_dpe_fp_widget .read-more, .homepage-news section.widget_dpe_fp_widget .page-prices .price-block .buy-now, .page-prices .price-block .homepage-news section.widget_dpe_fp_widget .buy-now {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #333; }
    /* line 297, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
    .homepage-news section.widget_dpe_fp_widget .read-more:hover, .homepage-news section.widget_dpe_fp_widget .page-prices .price-block .buy-now:hover, .page-prices .price-block .homepage-news section.widget_dpe_fp_widget .buy-now:hover {
      color: #fff;
      border-color: #fff; }
/* line 304, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-news section.widget_text {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  @media only screen and (min-width:768px) {
    .homepage-news section.widget_text {
      padding-left: 20px;
      padding-right: 20px;
      width: 50%;
      float: left; } }
  /* line 316, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_text .widget-wrap {
    padding: 26px 0 0 0; }
  /* line 320, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_text h1, .homepage-news section.widget_text .filters {
    display: none !important; }
  /* line 324, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_text div.list_view li {
    position: relative;
    border-top: none !important;
    padding: 15px 0 !important;
    margin: 0;
    font-size: 15px !important;
    text-align: left;
    list-style: none !important;
    background: none !important; }
  /* line 335, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_text .read-more, .homepage-news section.widget_text .page-prices .price-block .buy-now, .page-prices .price-block .homepage-news section.widget_text .buy-now {
    margin-top: 15px; }
  /* line 339, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_text .healcode-date-field, .homepage-news section.widget_text .mbo_class {
    font-weight: 600 !important;
    text-transform: uppercase; }
  /* line 344, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news section.widget_text div.healcode a.hc-button, .homepage-news section.widget_text div.healcode input.hc-button {
    font-weight: 600 !important; }
/* line 354, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
.homepage-news .widget-title {
  margin: 0 0 26px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  color: #333; }
  /* line 362, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/front-page */
  .homepage-news .widget-title a {
    color: #333; }

/* CSS Document */
/* line 6, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.archive article, .blog article, .category article, .single-post article {
  float: none;
  margin-bottom: 15px; }
/* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.archive .entry-meta, .blog .entry-meta, .category .entry-meta, .single-post .entry-meta {
  margin-bottom: 26px; }
/* line 15, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.archive .entry-title, .blog .entry-title, .category .entry-title, .single-post .entry-title {
  margin-bottom: 5px; }
/* line 19, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.archive .more, .blog .more, .category .more, .single-post .more {
  color: #333;
  text-decoration: underline;
  text-transform: uppercase; }

@media only screen and (min-width:768px) {
  .blog article .entry-content {
    overflow: hidden;
    position: relative; }
    /* line 44, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
    .blog article .entry-content P:last-child {
      position: relative;
      top: -10px; } }

/* line 60, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.single-post .post-thumbnail {
  margin-bottom: 20px; }
/* line 64, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.single-post a[rel~="prev"] {
  float: left; }
/* line 68, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.single-post a[rel~="next"] {
  float: right;
  text-align: right; }

/* line 76, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/blog */
.archive .post-thumbnail {
  margin-bottom: 20px; }

/* line 6, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
.archive-class-descriptions .archive-description p {
  margin-bottom: 24px;
  line-height: 24px; }
/* line 12, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
.archive-class-descriptions h2 {
  margin-top: 40px;
  margin-bottom: 5px; }
  /* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
  .archive-class-descriptions h2:first-child {
    margin-top: 28px !important; }
/* line 21, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
.archive-class-descriptions p {
  margin-bottom: 12px !important; }
/* line 27, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
.archive-class-descriptions .faqs .faq {
  padding: 10px 0;
  border-bottom: 1px solid #333; }
  /* line 31, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
  .archive-class-descriptions .faqs .faq:first-child {
    border-top: 1px solid #333; }
/* line 36, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
.archive-class-descriptions .faqs h3 {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  margin: 0; }
  /* line 42, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
  .archive-class-descriptions .faqs h3:before {
    content: "\f140";
    font-family: 'dashicons';
    font-weight: 400;
    color: #333;
    position: absolute;
    top: 0px;
    left: -7px;
    font-size: 24px; }
  /* line 54, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
  .archive-class-descriptions .faqs h3.open:before {
    content: "\f142";
    font-family: 'dashicons';
    font-weight: 400;
    color: #999; }
/* line 62, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
.archive-class-descriptions .faqs .answer {
  display: none;
  padding-left: 24px; }
  /* line 66, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/class-descriptions */
  .archive-class-descriptions .faqs .answer *:last-child {
    margin-bottom: 0 !important; }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/teachers */
.archive-teacher article {
  margin-bottom: 15px; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .archive-teacher article:before, .archive-teacher article:after {
    content: " ";
    display: table; }
  /* line 40, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .archive-teacher article:after {
    clear: both; }
  /* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/components/mixins */
  .archive-teacher article {
    *zoom: 1; }
/* line 10, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/teachers */
.archive-teacher .post-thumbnail {
  margin: 0 0 20px 0; }
  /* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/teachers */
  .archive-teacher .post-thumbnail span {
    display: inline-block;
    border: 1px solid #333 !important;
    padding: 15px 15px 15px 15px; }
  @media only screen and (min-width:1024px) {
    .archive-teacher .post-thumbnail {
      float: left;
      margin: 0 20px 0 0; } }
  /* line 24, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/teachers */
  .archive-teacher .post-thumbnail h4 {
    margin: 21px 0 0 0 !important; }
@media only screen and (min-width:1024px) {
  .archive-teacher .entry-content {
    overflow: hidden;
    padding-top: 10px; } }
/* line 39, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/teachers */
.archive-teacher .read-more-link a {
  text-transform: uppercase;
  color: #333 !important;
  text-decoration: underline !important; }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
.page-prices .price-blocks {
  margin-bottom: 40px; }
/* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
.page-prices .price-block {
  background: #eee;
  padding: 15px;
  margin-bottom: 6px;
  position: relative;
  font-size: 16px; }
  /* line 15, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block:hover {
    background: #7dbdaf; }
  /* line 19, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block > *:last-child {
    margin-bottom: 0 !important; }
  /* line 21, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block h2 {
    margin-bottom: 12px; }
  /* line 25, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block p {
    margin-bottom: 19px; }
  /* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block strong {
    text-transform: uppercase; }
  /* line 35, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block .buy-now {
    font-size: 16px;
    padding: 1px 10px !important;
    margin: 12px 0 6px 0; }
  /* line 44, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block.single span.price {
    display: block;
    padding: 12px 0 0 0; }
    @media only screen and (min-width:480px) {
      .page-prices .price-block.single span.price {
        padding: 0 0 0 10px;
        display: inline; } }
  /* line 54, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block.single .description {
    font-weight: 600;
    text-transform: uppercase; }
  /* line 62, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block.group ul {
    margin: 0 0 21px 0 !important; }
  /* line 66, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block.group li {
    list-style-type: none !important;
    position: relative;
    padding-left: 0; }
    /* line 71, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
    .page-prices .price-block.group li span.description {
      display: block; }
  /* line 77, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
  .page-prices .price-block.group span.price {
    padding: 0 0 0 10px;
    display: inline; }
  @media only screen and (min-width:768px) {
    /* line 87, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
    .page-prices .price-block span.price {
      padding: 0 0 0 30px !important;
      display: inline; }

    /* line 92, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
    .page-prices .price-block .item {
      display: inline-block;
      white-space: nowrap; }

    /* line 97, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
    .page-prices .price-block .buy-now {
      position: absolute;
      right: 15px;
      top: 15px;
      margin: 0 !important; }

    /* line 104, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
    .page-prices .price-block li {
      padding-right: 120px;
      margin-bottom: 6px; }
      /* line 109, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
      .page-prices .price-block li .buy-now {
        position: absolute;
        right: 0;
        top: 0; }
      /* line 115, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/prices */
      .page-prices .price-block li br {
        display: none; }
 }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/outreach */
.article h3 {
  margin-bottom: 5px; }
/* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/outreach */
.article .entry-meta {
  margin-bottom: 12px !important; }

/* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/outreach */
.page-living-research-residency .post-thumbnail, .page-art-residency .post-thumbnail {
  margin: 0 0 20px 0; }
  /* line 17, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/outreach */
  .page-living-research-residency .post-thumbnail span, .page-art-residency .post-thumbnail span {
    display: inline-block;
    border: 1px solid #333 !important;
    padding: 15px 15px 15px 15px; }
  @media only screen and (min-width:1024px) {
    .page-living-research-residency .post-thumbnail, .page-art-residency .post-thumbnail {
      float: left;
      margin: 0 20px 0 0; } }
  /* line 30, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/outreach */
  .page-living-research-residency .post-thumbnail h4, .page-art-residency .post-thumbnail h4 {
    margin: 21px 0 0 0 !important; }
@media only screen and (min-width:1024px) {
  .page-living-research-residency .entry-content, .page-art-residency .entry-content {
    overflow: hidden;
    padding-top: 10px; } }
/* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/outreach */
.page-living-research-residency .read-more-link a, .page-art-residency .read-more-link a {
  text-transform: uppercase;
  color: #333 !important;
  text-decoration: underline !important; }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/schedule */
.page-schedule div.healcode a.action_icon img {
  margin-bottom: 6px !important; }

/* line 5, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/stories */
.archive-story article {
  margin-bottom: 52px; }
/* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/stories */
.archive-story .entry-content {
  font-style: italic; }
  /* line 10, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/stories */
  .archive-story .entry-content *:last-child {
    margin-bottom: 0 !important; }

/* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events .healcode-title-text {
  display: none !important; }
/* line 13, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events div.healcode .header h1 {
  display: none !important; }
/* line 17, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events div.healcode a.action_icon img {
  margin-bottom: 6px !important; }

/* line 23, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events .hc-button {
  font-weight: 600 !important; }
/* line 27, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events th {
  font-size: 18px !important; }
/* line 31, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events div.healcode table.schedule tr td, .page-events div.healcode table.enrollments tr td, .page-events div.healcode table.healcode-appointments tr td, .page-events div.healcode ol.enrollment_list li.cancelled div tr td {
  font-size: 12px;
  color: #808080;
  border-top: 2px solid #e5e5e5;
  z-index: 1; }
/* line 38, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events div.healcode table.schedule tr td, .page-events div.healcode table.enrollments tr td, .page-events div.healcode table.healcode-appointments tr td, .page-events div.healcode ol.enrollment_list li.cancelled div tr td {
  font-size: 15px !important;
  color: #808080;
  border-top: 1px solid #e5e5e5;
  z-index: 1; }
/* line 45, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/events */
.page-events .healcode-date-field, .page-events .mbo_class {
  text-transform: uppercase; }

/* line 3, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.widget-nav-menu .widget-title {
  display: none; }

/* line 7, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.widget-nav-menu li {
  list-style-type: none; }

/* line 11, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.widget_socials .widget-title {
  display: none; }

/* line 16, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
body ul.dpe-flexible-posts {
  margin: 0 0 26px 0 !important; }
  /* line 19, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
  body ul.dpe-flexible-posts li {
    list-style-type: none !important;
    padding: 0 !important;
    margin-bottom: 26px; }
    /* line 24, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
    body ul.dpe-flexible-posts li .post-content {
      font-style: italic; }
      /* line 25, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
      body ul.dpe-flexible-posts li .post-content *:last-child {
        margin-bottom: 0 !important; }

/* line 34, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.header-widget-area .socials {
  text-align: center;
  padding-right: 50px; }
  /* line 39, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
  .header-widget-area .socials a {
    margin-right: 15px; }
  @media only screen and (min-width:768px) {
    .header-widget-area .socials {
      padding-left: 30px; }
      /* line 47, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
      .header-widget-area .socials a {
        margin: 0 0 15px 0;
        display: block; } }
  @media only screen and (min-width:1024px) {
    .header-widget-area .socials {
      padding-right: 0px; } }

/* Genesis Simple Share
--------------------------------------------- */
/* line 70, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content a.count, .content a.count:hover, .content a.share, .content a.share:hover {
  border: none; }

/* line 74, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .share {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 79, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .count {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 95, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .facebook .count, .content .share-filled .facebook .count:hover, .content .share-filled .googlePlus .count, .content .share-filled .googlePlus .count:hover, .content .share-filled .linkedin .count, .content .share-filled .linkedin .count:hover, .content .share-filled .pinterest .count, .content .share-filled .pinterest .count:hover, .content .share-filled .stumbleupon .count, .content .share-filled .stumbleupon .count:hover, .content .share-filled .twitter .count, .content .share-filled .twitter .count:hover {
  color: #333;
  border: 1px solid #333; }

/* line 111, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .facebook .share, .content .share-filled .facebook:hover .count, .content .share-filled .googlePlus .share, .content .share-filled .googlePlus:hover .count, .content .share-filled .linkedin .share, .content .share-filled .linkedin:hover .count, .content .share-filled .pinterest .share, .content .share-filled .pinterest:hover .count, .content .share-filled .stumbleupon .share, .content .share-filled .stumbleupon:hover .count, .content .share-filled .twitter .share, .content .share-filled .twitter:hover .count {
  background: #333 !important; }

/* line 120, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/widgets */
.content .share-filled .facebook:hover .count, .content .share-filled .googlePlus:hover .count, .content .share-filled .linkedin:hover .count, .content .share-filled .pinterest:hover .count, .content .share-filled .stumbleupon:hover .count, .content .share-filled .twitter:hover .count {
  color: #fff; }

/* line 2, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.hc_footer {
  display: none !important;
  position: absolute;
  left: -999em; }

/* line 9, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .widget-title {
  display: none; }
/* line 13, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily div.healcode .header h1 {
  padding: 0.5em 0;
  border-bottom: none !important; }
  /* line 17, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
  .daily div.healcode .header h1 .healcode-title-text {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 40px;
    padding-bottom: 19px; }
  /* line 26, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
  .daily div.healcode .header h1 .hc_header_time {
    font-weight: 700;
    text-transform: uppercase; }
/* line 32, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .day_links {
  display: none !important;
  font-size: 14px; }
/* line 37, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .week_links {
  display: none !important; }
  /* line 39, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
  .daily .week_links a {
    font-weight: 600 !important; }
/* line 44, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .date_links, .daily .filters {
  display: none !important; }
/* line 48, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .healcode.schedule {
  background: #7dbdaf;
  padding: 15px; }
/* line 53, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily h1 {
  color: #fff; }
/* line 57, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily div.healcode table.schedule tr td, .daily div.healcode table.enrollments tr td, .daily div.healcode table.healcode-appointments tr td, .daily div.healcode ol.enrollment_list li.cancelled div tr td {
  font-size: 12px;
  color: #808080;
  border-top: none !important;
  z-index: 1; }
/* line 64, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily div.list_view li {
  position: relative;
  border-top: 2px solid #fff !important;
  padding: 0.5em 75px 0.5em 5px;
  margin: 0;
  text-align: left;
  list-style: none !important; }
  /* line 72, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
  .daily div.list_view li:first-child {
    border-top: 0 !important; }
/* line 77, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .signup_now {
  font-weight: 600 !important; }
/* line 81, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .hc_header_time {
  display: none !important; }
/* line 85, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.daily .schedule_date {
  padding: 0.5em 0 !important;
  text-transform: uppercase; }

/* line 93, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.page-schedule .hc-button {
  font-weight: 600 !important; }
/* line 97, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.page-schedule .schedule_header th {
  font-size: 18px !important; }
/* line 101, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.page-schedule div.healcode table.schedule tr td, .page-schedule div.healcode table.enrollments tr td, .page-schedule div.healcode table.healcode-appointments tr td, .page-schedule div.healcode ol.enrollment_list li.cancelled div tr td {
  font-size: 12px;
  color: #808080;
  border-top: 2px solid #e5e5e5;
  z-index: 1; }
/* line 108, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.page-schedule div.healcode table.schedule tr td, .page-schedule div.healcode table.enrollments tr td, .page-schedule div.healcode table.healcode-appointments tr td, .page-schedule div.healcode ol.enrollment_list li.cancelled div tr td {
  font-size: 15px !important;
  color: #808080;
  border-top: 1px solid #e5e5e5;
  z-index: 1; }

/* line 118, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.home .healcode.schedule .header h1 {
  display: none !important; }
/* line 122, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.home .healcode.schedule .schedule_header {
  text-transform: uppercase;
  font-size: 18px; }
/* line 127, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.home .healcode.schedule .mbo_class {
  text-transform: uppercase; }
/* line 131, /Applications/AMPPS/www/stretch/wp-content/themes/stretch/sass/layouts/template/healcode */
.home .healcode.schedule .schedule_item {
  font-size: 15px !important; }
