html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e-content {
	position: relative;
	min-height: 100.0%;
}
* html #e-content {
	height: 100%;
}

#l-footer {
	position: relative;
	margin-top: -100px;
	height: 100px;
}

#l-subfooter {
}

#l-header {
}

#l-hero {
}

#e-main-content {
	padding-bottom: 100px;
}

#l-intro {
}

#l-column1 {
}

#l-column2 {
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

td,
th {
  padding: 0;
}

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

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  color: #000;
}

h1, h2 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
}
@media (min-width: 768px) {
  h1, h2 {
    font-size: 42px;
  }
}

h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 26px;
  }
}

ul,
ol {
  line-height: 1.75;
}

p {
  line-height: 1.75;
}

b,
em,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #f38a00;
}

/* More content arrow */
/*
.more-content-arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  &.hide-arrow {
    transform: translateY(600px);
    opacity: 0;
    transition: 1s ease-in;
  }
  &.restore-arrow {
    opacity: 1;
    transition: .5s ease-out;
  }
}
*/
/* setting max-width and positioning on content areas */
.box-wc {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.box-wc:after {
  content: "";
  display: table;
  clear: both;
}
.box-wc:before {
  content: "";
  display: table;
}
.box-wc:after {
  content: "";
  display: table;
  clear: both;
}

/* reset box-wc to allow full-width based on specific content*/
.box-wc.wide-col {
  max-width: 100%;
  padding: 0;
  background-color: #000;
  color: #fff;
}
.box-wc.wide-col .intro {
  padding: 40px 20px;
}

/* resetting generic menu list styles */
.menu {
  list-style-type: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

/* -- header styles -- */
.l-header {
  background-color: #fff;
}
.l-header .box-wc {
  display: table;
  width: 100%;
  max-width: 1200px;
  padding: 25px 20px;
}
@media (min-width: 1024px) {
  .l-header .box-wc {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }
}
@media (min-width: 1280px) {
  .l-header {
    position: relative;
  }
}

.logo,
.main-nav {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .logo,
  .main-nav {
    flex: 1 1 100%;
    text-align: center;
  }
}

.logo {
  max-width: 70%;
}
.logo .desktop {
  display: none;
}
.logo img {
  width: 100%;
  max-width: 185px;
  height: auto;
}
@media (min-width: 1024px) {
  .logo {
    max-width: 80%;
  }
  .logo .mobile {
    display: none;
  }
  .logo .desktop {
    display: block;
    text-align: center;
    margin: 1rem 0;
  }
  .logo img {
    width: 100%;
    max-width: 462px;
    height: auto;
  }
}

/* main navigation */
.mobile-nav-control {
  float: right;
  width: 45px;
  cursor: pointer;
  margin-left: 20px;
}
.mobile-nav-control .line {
  height: 4px;
  width: 100%;
  margin: 8px 0;
  background: #f38a00;
  transition: 1s ease all;
}
.mobile-nav-control.open .line:first-child {
  transform: rotate(45deg);
  margin-top: 15px;
}
.mobile-nav-control.open .line:nth-child(even) {
  display: none;
}
.mobile-nav-control.open .line:last-child {
  transform: rotate(-45deg);
  margin-top: -12px;
}
@media (min-width: 1024px) {
  .mobile-nav-control {
    display: none;
  }
}

.main-nav {
  text-transform: uppercase;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 10px 0;
  font-size: 14px;
}
.main-nav .mi {
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
}
.main-nav .mi a {
  text-decoration: none;
  color: #000;
}
.main-nav .mi a:hover {
  color: #f38a00;
}
.main-nav .mi.mobile-link {
  display: none;
}
@media (max-width: 1023px) {
  .main-nav {
    padding: 0;
    margin: 0;
    display: none;
  }
  .main-nav.open {
    display: block;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    bottom: -400px;
    z-index: 400;
  }
  .main-nav .mi {
    padding: 0;
    margin: 0;
  }
  .main-nav .mi .mil {
    display: block;
    padding: 15px;
    font-size: 1.25em;
    line-height: 1em;
    border-bottom: 1px solid #777;
  }
  .main-nav .mi.over .mil, .main-nav .mi.mi-active .mil {
    background-color: #f38a00;
    color: #fff;
  }
  .main-nav .mi.mobile-link {
    display: block;
  }
}
@media (min-width: 1024px) {
  .main-nav {
    display: table-cell;
    position: relative;
    text-align: right;
    padding: 0;
    min-width: 675px;
  }
  .main-nav .menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 0.75rem;
  }
  .main-nav .mi {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
  }
  .main-nav .mi.over .mil, .main-nav .mi.mi-active .mil {
    color: #f38a00;
  }
}

/* -- main content areas -- */
/* intro section */
.l-intro {
  background-color: #f38a00;
  color: #fff;
}
.l-intro .intro {
  max-width: 925px;
  margin: 0 auto;
}
.l-intro .intro h1,
.l-intro .intro h2,
.l-intro .intro h3 {
  color: #fff;
  text-align: center;
}
.l-intro .intro h1 strong,
.l-intro .intro h2 strong,
.l-intro .intro h3 strong {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .l-intro .intro {
    text-align: left;
  }
  .l-intro .intro h1 strong,
  .l-intro .intro h2 strong,
  .l-intro .intro h3 strong {
    display: inline;
  }
}

/* layout column one */
.l-column1 {
  background-color: #000;
  color: #fff;
}
.l-column1 .intro {
  max-width: 925px;
  margin: 0 auto;
}
.l-column1 .intro h1,
.l-column1 .intro h2,
.l-column1 .intro h3 {
  color: #fff;
  text-align: center;
}
.l-column1 .intro h1 strong,
.l-column1 .intro h2 strong,
.l-column1 .intro h3 strong {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .l-column1 .intro {
    text-align: left;
  }
  .l-column1 .intro h1 strong,
  .l-column1 .intro h2 strong,
  .l-column1 .intro h3 strong {
    display: inline;
  }
}
.l-column1 a.button {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 !important;
  padding: 0.5em 3em;
  display: block;
  margin: 14px auto;
  width: 100%;
  max-width: 280px;
  color: #f38a00;
  background-color: #fff;
  text-align: center;
  padding: 0.5em 0;
  max-width: 260px;
}
.l-column1 a.button:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .l-column1 a.button {
    display: inline-block;
    vertical-align: middle;
    margin: 16px auto;
  }
}

.l-column2 .intro {
  max-width: 925px;
  margin: 0 auto;
}
.l-column2 .intro h1,
.l-column2 .intro h2,
.l-column2 .intro h3 {
  color: #f38a00;
  text-align: center;
}
.l-column2 .intro h1 strong,
.l-column2 .intro h2 strong,
.l-column2 .intro h3 strong {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .l-column2 .intro {
    text-align: left;
  }
  .l-column2 .intro h1 strong,
  .l-column2 .intro h2 strong,
  .l-column2 .intro h3 strong {
    display: inline;
  }
}

.l-column3 .intro {
  max-width: 925px;
  margin: 0 auto;
}
.l-column3 .intro h1,
.l-column3 .intro h2,
.l-column3 .intro h3 {
  color: #f38a00;
  text-align: center;
}
.l-column3 .intro h1 strong,
.l-column3 .intro h2 strong,
.l-column3 .intro h3 strong {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .l-column3 .intro {
    text-align: left;
  }
  .l-column3 .intro h1 strong,
  .l-column3 .intro h2 strong,
  .l-column3 .intro h3 strong {
    display: inline;
  }
}

/* template-specific styles */
#t-interior1 .e-content,
#t-interior2 .e-content {
  background-color: #2e2e2e;
}
#t-interior1 .e-main-content,
#t-interior2 .e-main-content {
  color: #fff;
}
#t-interior1 .e-main-content .l-intro,
#t-interior2 .e-main-content .l-intro {
  background-color: #f38a00;
  color: #000;
}
#t-interior1 .e-main-content .l-intro .intro,
#t-interior2 .e-main-content .l-intro .intro {
  max-width: 925px;
  margin: 0 auto;
}
#t-interior1 .e-main-content .l-intro .intro h1,
#t-interior1 .e-main-content .l-intro .intro h2,
#t-interior1 .e-main-content .l-intro .intro h3,
#t-interior2 .e-main-content .l-intro .intro h1,
#t-interior2 .e-main-content .l-intro .intro h2,
#t-interior2 .e-main-content .l-intro .intro h3 {
  color: #000;
  text-align: center;
}
#t-interior1 .e-main-content .l-intro .intro h1 strong,
#t-interior1 .e-main-content .l-intro .intro h2 strong,
#t-interior1 .e-main-content .l-intro .intro h3 strong,
#t-interior2 .e-main-content .l-intro .intro h1 strong,
#t-interior2 .e-main-content .l-intro .intro h2 strong,
#t-interior2 .e-main-content .l-intro .intro h3 strong {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  #t-interior1 .e-main-content .l-intro .intro,
  #t-interior2 .e-main-content .l-intro .intro {
    text-align: left;
  }
  #t-interior1 .e-main-content .l-intro .intro h1 strong,
  #t-interior1 .e-main-content .l-intro .intro h2 strong,
  #t-interior1 .e-main-content .l-intro .intro h3 strong,
  #t-interior2 .e-main-content .l-intro .intro h1 strong,
  #t-interior2 .e-main-content .l-intro .intro h2 strong,
  #t-interior2 .e-main-content .l-intro .intro h3 strong {
    display: inline;
  }
}
#t-interior1 .e-main-content .l-intro h1, #t-interior1 .e-main-content .l-intro h2,
#t-interior2 .e-main-content .l-intro h1,
#t-interior2 .e-main-content .l-intro h2 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  #t-interior1 .e-main-content .l-intro h1, #t-interior1 .e-main-content .l-intro h2,
  #t-interior2 .e-main-content .l-intro h1,
  #t-interior2 .e-main-content .l-intro h2 {
    font-size: 42px;
  }
}

#t-interior2 .l-intro .box-wc,
#t-interior2 .l-column1 .box-wc {
  padding: 20px;
}

#t-interior1 .e-content {
  position: relative;
}
#t-interior1 .e-content .l-column1 {
  background-color: transparent;
}
#t-interior1 .e-content .l-column1 h1, #t-interior1 .e-content .l-column1 h2 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
  font-weight: 700;
  color: #f38a00;
}
@media (min-width: 768px) {
  #t-interior1 .e-content .l-column1 h1, #t-interior1 .e-content .l-column1 h2 {
    font-size: 42px;
  }
}

/* -- footer styles -- */
#l-footer {
  background-color: #000;
  color: #fff;
  height: auto !important;
  padding: 40px 0;
}
#l-footer .box-wc {
  position: relative;
  padding: 20px;
}

.footer-bucket {
  display: block;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .footer-bucket {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-bucket {
    display: inline-block;
    width: 25%;
    max-width: 100%;
    vertical-align: top;
    text-align: left;
  }
  .footer-bucket p {
    margin-top: 0;
  }
}
/* subfooter styles */
#l-subfooter {
  color: #fff;
  background-color: #f38a00;
  padding: 1px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
}
#l-subfooter p,
#l-subfooter ul {
  margin: 0.5rem;
}
#l-subfooter ul,
#l-subfooter ol {
  list-style-type: none;
}
#l-subfooter ul li,
#l-subfooter ol li {
  display: inline-block;
}
#l-subfooter ul li:nth-child(n+2):before,
#l-subfooter ol li:nth-child(n+2):before {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 0.5ch;
}
#l-subfooter a {
  color: #fff;
}
#l-subfooter a:hover {
  text-decoration: underline;
}

/* logout styles*/
.logout .username {
  font-weight: 700;
  text-transform: uppercase;
}
.logout .username:before {
  content: "Welcome, ";
  display: inline;
  font-weight: normal;
}
.logout .username:after {
  content: "!";
  display: inline;
  font-weight: normal;
}
.logout .logout-url a:before {
  content: "(";
  display: inline;
}
.logout .logout-url a:after {
  content: ")";
  display: inline;
}

/*Social Links */
.social-links {
  text-align: center;
  margin-bottom: 20px;
}
.social-links a {
  color: #fff;
}
.social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-links ul li {
  display: inline-block;
  line-height: 25px;
}
.social-links ul li + li {
  margin-left: 20px;
}
.social-links ul li img {
  vertical-align: top;
}

/* social nav - NOT BEING USED

.social-nav {
  .mi {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    &.fb,
    &.yt{
      .menuitemlabel {
        display: block;
        height: 25px;
        width: 25px;
      }

      .mil {
        display: none;
      }
    }
    &.fb {
      .menuitemlabel {
        background: url(//www-stonestrong-com-files.s3.amazonaws.com/8bbd-71277557-fb-icon.png?pfvId=18zvr5.iqcs4pyi) no-repeat center center;
      }
    }

    &.yt {
      .menuitemlabel {
        background: url(//www-stonestrong-com-files.s3.amazonaws.com/22f1-61277557-yt-icon.png?pfvId=18zvr4.iqcs4py4) no-repeat center center;
      }
    }
  }
}*/
/* scroll to top */
.scroll-to-top {
  position: absolute;
  bottom: 55px;
  right: 20px;
  cursor: pointer;
  z-index: 700;
}
@media (min-width: 768px) {
  .scroll-to-top {
    bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .scroll-to-top {
    right: 0;
    top: 20px;
    bottom: auto;
  }
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("//www-stonestrong-com-files.s3.amazonaws.com/3f93-38295557-fancybox_sprite.png?pfvId=18zhwz.irqzfge3");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("//www-stonestrong-com-files.s3.amazonaws.com/b283-08295557-fancybox_loading.gif?pfvId=18zhww.ipprc4xc") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("//www-stonestrong-com-files.s3.amazonaws.com/8953-97295557-blank.gif?pfvId=18zhwv.ipprc4p8");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

@media (min-width: 480px) {
  .fancybox-prev {
    left: -50px;
  }
  .fancybox-next {
    right: -50px;
  }
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("//www-stonestrong-com-files.s3.amazonaws.com/30a1-28295557-fancybox_overlay.png?pfvId=18zhwy.ipprc5ey");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  padding: 10px;
  background-color: #fff;
  color: #f38a00;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  padding: 10px;
  color: #f38a00;
  background-color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("//www-stonestrong-com-files.s3.amazonaws.com/3f93-38295557-fancybox_sprite.png?pfvId=18zhwz.irqzfge3");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("//www-stonestrong-com-files.s3.amazonaws.com/025c-18295557-fancybox_loading@2x.gif?pfvId=18zhwx.ipprc580");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
