@import url(http://fonts.googleapis.com/css?family=Play:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
/*! 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, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, ../sass/vendor/_normalize.scss */
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 52, ../sass/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, ../sass/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../sass/vendor/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../sass/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../sass/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../sass/vendor/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, ../sass/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, ../sass/vendor/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, ../sass/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, ../sass/vendor/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, ../sass/vendor/_normalize.scss */
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`.
 */
/* line 344, ../sass/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../sass/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/vendor/_normalize.scss */
td,
th {
  padding: 0;
}

/* ================================================================
   Boilerplate - Base Styles 
   ================================================================ */
/* line 10, ../sass/vendor/_sf-boilerplate.scss */
html, button, input, select, textarea {
  color: black;
}

/* line 11, ../sass/vendor/_sf-boilerplate.scss */
body {
  font-family: "Play", sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  background: white;
}

/* line 13, ../sass/vendor/_sf-boilerplate.scss */
::-moz-selection {
  background: rgba(184, 41, 47, 0.75);
  text-shadow: none;
}

/* line 14, ../sass/vendor/_sf-boilerplate.scss */
::selection {
  background: rgba(184, 41, 47, 0.75);
  text-shadow: none;
}

/* line 16, ../sass/vendor/_sf-boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 17, ../sass/vendor/_sf-boilerplate.scss */
img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* line 18, ../sass/vendor/_sf-boilerplate.scss */
.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto;
}

/* line 19, ../sass/vendor/_sf-boilerplate.scss */
.image-fixed, .image-fixed img {
  max-width: none;
}

/* line 21, ../sass/vendor/_sf-boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 22, ../sass/vendor/_sf-boilerplate.scss */
textarea {
  resize: vertical;
}

/* line 24, ../sass/vendor/_sf-boilerplate.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 25, ../sass/vendor/_sf-boilerplate.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 27, ../sass/vendor/_sf-boilerplate.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 28, ../sass/vendor/_sf-boilerplate.scss */
.visuallyhidden, .gallery[data-style="thumbnails"] .gallery-list-item img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 29, ../sass/vendor/_sf-boilerplate.scss */
.visuallyhidden.focusable:active, .gallery[data-style="thumbnails"] .gallery-list-item img.focusable:active,
.visuallyhidden.focusable:focus,
.gallery[data-style="thumbnails"] .gallery-list-item img.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 31, ../sass/vendor/_sf-boilerplate.scss */
.invisible {
  visibility: hidden;
}

/* line 34, ../sass/vendor/_sf-boilerplate.scss */
.clearfix:before, .sfcommentsFieldsList:before, .page-meta:before, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:before, .sf_pagerNumeric:before, .clearfix:after, .sfcommentsFieldsList:after, .page-meta:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .sf_pagerNumeric:after {
  content: " ";
  display: table;
}
/* line 39, ../sass/vendor/_sf-boilerplate.scss */
.clearfix:after, .sfcommentsFieldsList:after, .page-meta:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .sf_pagerNumeric:after {
  clear: both;
}

/* line 44, ../sass/vendor/_sf-boilerplate.scss */
.smallest {
  font-size: 0.8em;
}

/* line 45, ../sass/vendor/_sf-boilerplate.scss */
.smaller {
  font-size: 0.9em;
}

/* line 46, ../sass/vendor/_sf-boilerplate.scss */
.larger {
  font-size: 1.1em;
}

/* line 47, ../sass/vendor/_sf-boilerplate.scss */
.largest {
  font-size: 1.2em;
}

/* line 48, ../sass/vendor/_sf-boilerplate.scss */
.bold {
  font-weight: bold;
}

/* line 49, ../sass/vendor/_sf-boilerplate.scss */
.italic {
  font-style: italic;
}

/* line 50, ../sass/vendor/_sf-boilerplate.scss */
.strike {
  text-decoration: line-through;
}

/* line 51, ../sass/vendor/_sf-boilerplate.scss */
.align-center {
  text-align: center;
}

/* line 52, ../sass/vendor/_sf-boilerplate.scss */
.align-right {
  text-align: right;
}

/* line 53, ../sass/vendor/_sf-boilerplate.scss */
.align-left {
  text-align: left;
}

/* line 54, ../sass/vendor/_sf-boilerplate.scss */
.nowrap {
  white-space: nowrap;
}

/* line 55, ../sass/vendor/_sf-boilerplate.scss */
.breakforprint {
  page-break-after: always;
}

/* line 56, ../sass/vendor/_sf-boilerplate.scss */
.float-right {
  float: right;
}

/* line 57, ../sass/vendor/_sf-boilerplate.scss */
.float-left {
  float: left;
}

/* line 58, ../sass/vendor/_sf-boilerplate.scss */
.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 60, ../sass/vendor/_sf-boilerplate.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, ../sass/vendor/_sf-boilerplate.scss */
a[target="_blank"] {
  cursor: alias;
}

/* line 64, ../sass/vendor/_sf-boilerplate.scss */
body span.gc-cs-link {
  color: inherit;
}
/* line 66, ../sass/vendor/_sf-boilerplate.scss */
body span.gc-cs-link:hover {
  text-decoration: none;
}

/* Magnific Popup CSS */
/* line 77, ../sass/vendor/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 94, ../sass/vendor/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 106, ../sass/vendor/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 121, ../sass/vendor/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 132, ../sass/vendor/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 139, ../sass/vendor/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 120005;
}

/* line 149, ../sass/vendor/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 156, ../sass/vendor/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 160, ../sass/vendor/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 166, ../sass/vendor/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 173, ../sass/vendor/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 178, ../sass/vendor/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 189, ../sass/vendor/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 208, ../sass/vendor/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 219, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 120004;
}
/* line 229, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc;
}
/* line 231, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 239, ../sass/vendor/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 246, ../sass/vendor/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 253, ../sass/vendor/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 120006;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 267, ../sass/vendor/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 275, ../sass/vendor/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 296, ../sass/vendor/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 304, ../sass/vendor/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 309, ../sass/vendor/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 315, ../sass/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 325, ../sass/vendor/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 336, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 349, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 352, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 359, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 375, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 383, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 391, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 394, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 399, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 406, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 408, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 413, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 424, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 427, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 432, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 436, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 441, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 461, ../sass/vendor/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 476, ../sass/vendor/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}
/* line 478, ../sass/vendor/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
/* line 492, ../sass/vendor/_magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 498, ../sass/vendor/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 502, ../sass/vendor/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 510, ../sass/vendor/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 519, ../sass/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 526, ../sass/vendor/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 539, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 544, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 550, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 554, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 559, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 569, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 573, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 577, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 597, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 601, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 605, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 609, ../sass/vendor/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 621, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 624, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 631, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 634, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 637, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
/* line 7, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../sass/vendor/_owlcarousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, ../sass/vendor/_owlcarousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../sass/vendor/_owlcarousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, ../sass/vendor/_owlcarousel.scss */
.grabbing {
  cursor: url(/Images/vendor/owlcarousel/grabbing.png) 8 8, move;
}

/* fix */
/* line 62, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
/* line 74, ../sass/vendor/_owlcarousel.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 84, ../sass/vendor/_owlcarousel.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 90, ../sass/vendor/_owlcarousel.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 96, ../sass/vendor/_owlcarousel.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 101, ../sass/vendor/_owlcarousel.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 107, ../sass/vendor/_owlcarousel.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 112, ../sass/vendor/_owlcarousel.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 118, ../sass/vendor/_owlcarousel.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 124, ../sass/vendor/_owlcarousel.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  /* line 132, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  /* line 135, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  /* line 138, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  /* line 141, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 0;
  }

  /* line 142, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  /* line 145, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 0;
  }

  /* line 146, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* line 149, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 0;
  }

  /* line 150, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  /* line 153, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }

  /* line 154, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  /* line 157, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }

  /* line 158, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 161, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }

  /* line 162, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  /* line 165, ../sass/vendor/_owlcarousel.scss */
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 166, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 167, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  /* line 170, ../sass/vendor/_owlcarousel.scss */
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 171, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 172, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  /* line 175, ../sass/vendor/_owlcarousel.scss */
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 176, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  /* line 177, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  /* line 180, ../sass/vendor/_owlcarousel.scss */
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  /* line 181, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 182, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  /* line 185, ../sass/vendor/_owlcarousel.scss */
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  /* line 186, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 187, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  /* line 190, ../sass/vendor/_owlcarousel.scss */
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  /* line 191, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 192, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  /* line 195, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  /* line 198, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  /* line 201, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  /* line 204, ../sass/vendor/_owlcarousel.scss */
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  /* line 207, ../sass/vendor/_owlcarousel.scss */
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  /* line 210, ../sass/vendor/_owlcarousel.scss */
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  /* line 214, ../sass/vendor/_owlcarousel.scss */
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  /* line 217, ../sass/vendor/_owlcarousel.scss */
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  /* line 220, ../sass/vendor/_owlcarousel.scss */
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  /* line 224, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  /* line 227, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  /* line 230, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@font-face {
  font-family: 'framework';
  src: url("../Fonts/framework/framework.eot?-jwry7e");
  src: url("../Fonts/framework/framework.eot?#iefix-jwry7e") format("embedded-opentype"), url("../Fonts/framework/framework.woff?-jwry7e") format("woff"), url("../Fonts/framework/framework.ttf?-jwry7e") format("truetype"), url("../Fonts/framework/framework.svg?-jwry7e#framework") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 29, ../sass/vendor/_framework-fonts.scss */
[class*="icon-"] {
  font-family: 'framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, ../sass/vendor/_framework-fonts.scss */
.iconfont-comments, .gallery-list-item-comment:after {
  font-family: 'framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f086";
}

/* line 37, ../sass/vendor/_framework-fonts.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 41, ../sass/vendor/_framework-fonts.scss */
.iconfont-chevron-left, .module .back:before {
  font-family: 'framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
}

/* line 46, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 50, ../sass/vendor/_framework-fonts.scss */
.iconfont-arrow-left {
  font-family: 'framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f060";
}

/* line 55, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 63, ../sass/vendor/_framework-fonts.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 66, ../sass/vendor/_framework-fonts.scss */
.icon-music:before {
  content: "\f001";
}

/* line 69, ../sass/vendor/_framework-fonts.scss */
.icon-search:before {
  content: "\f002";
}

/* line 72, ../sass/vendor/_framework-fonts.scss */
.icon-envelope-o:before {
  content: "\f003";
}

/* line 75, ../sass/vendor/_framework-fonts.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 78, ../sass/vendor/_framework-fonts.scss */
.icon-star:before {
  content: "\f005";
}

/* line 81, ../sass/vendor/_framework-fonts.scss */
.icon-star-o:before {
  content: "\f006";
}

/* line 84, ../sass/vendor/_framework-fonts.scss */
.icon-user:before {
  content: "\f007";
}

/* line 87, ../sass/vendor/_framework-fonts.scss */
.icon-film:before {
  content: "\f008";
}

/* line 90, ../sass/vendor/_framework-fonts.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 93, ../sass/vendor/_framework-fonts.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 96, ../sass/vendor/_framework-fonts.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 99, ../sass/vendor/_framework-fonts.scss */
.icon-check:before {
  content: "\f00c";
}

/* line 102, ../sass/vendor/_framework-fonts.scss */
.icon-times:before {
  content: "\f00d";
}

/* line 105, ../sass/vendor/_framework-fonts.scss */
.icon-search-plus:before {
  content: "\f00e";
}

/* line 108, ../sass/vendor/_framework-fonts.scss */
.icon-search-minus:before {
  content: "\f010";
}

/* line 111, ../sass/vendor/_framework-fonts.scss */
.icon-power-off:before {
  content: "\f011";
}

/* line 114, ../sass/vendor/_framework-fonts.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 117, ../sass/vendor/_framework-fonts.scss */
.icon-gear:before {
  content: "\f013";
}

/* line 120, ../sass/vendor/_framework-fonts.scss */
.icon-trash-o:before {
  content: "\f014";
}

/* line 123, ../sass/vendor/_framework-fonts.scss */
.icon-home:before {
  content: "\f015";
}

/* line 126, ../sass/vendor/_framework-fonts.scss */
.icon-file-o:before {
  content: "\f016";
}

/* line 129, ../sass/vendor/_framework-fonts.scss */
.icon-clock-o:before {
  content: "\f017";
}

/* line 132, ../sass/vendor/_framework-fonts.scss */
.icon-road:before {
  content: "\f018";
}

/* line 135, ../sass/vendor/_framework-fonts.scss */
.icon-download:before {
  content: "\f019";
}

/* line 138, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 141, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 144, ../sass/vendor/_framework-fonts.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 147, ../sass/vendor/_framework-fonts.scss */
.icon-play-circle-o:before {
  content: "\f01d";
}

/* line 150, ../sass/vendor/_framework-fonts.scss */
.icon-rotate-right:before {
  content: "\f01e";
}

/* line 153, ../sass/vendor/_framework-fonts.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 156, ../sass/vendor/_framework-fonts.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 159, ../sass/vendor/_framework-fonts.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 162, ../sass/vendor/_framework-fonts.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 165, ../sass/vendor/_framework-fonts.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 168, ../sass/vendor/_framework-fonts.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 171, ../sass/vendor/_framework-fonts.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 174, ../sass/vendor/_framework-fonts.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 177, ../sass/vendor/_framework-fonts.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 180, ../sass/vendor/_framework-fonts.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 183, ../sass/vendor/_framework-fonts.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 186, ../sass/vendor/_framework-fonts.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 189, ../sass/vendor/_framework-fonts.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 192, ../sass/vendor/_framework-fonts.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 195, ../sass/vendor/_framework-fonts.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 198, ../sass/vendor/_framework-fonts.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 201, ../sass/vendor/_framework-fonts.scss */
.icon-font:before {
  content: "\f031";
}

/* line 204, ../sass/vendor/_framework-fonts.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 207, ../sass/vendor/_framework-fonts.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 210, ../sass/vendor/_framework-fonts.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 213, ../sass/vendor/_framework-fonts.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 216, ../sass/vendor/_framework-fonts.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 219, ../sass/vendor/_framework-fonts.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 222, ../sass/vendor/_framework-fonts.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 225, ../sass/vendor/_framework-fonts.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 228, ../sass/vendor/_framework-fonts.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 231, ../sass/vendor/_framework-fonts.scss */
.icon-dedent:before {
  content: "\f03b";
}

/* line 234, ../sass/vendor/_framework-fonts.scss */
.icon-indent:before {
  content: "\f03c";
}

/* line 237, ../sass/vendor/_framework-fonts.scss */
.icon-video-camera:before {
  content: "\f03d";
}

/* line 240, ../sass/vendor/_framework-fonts.scss */
.icon-picture-o:before {
  content: "\f03e";
}

/* line 243, ../sass/vendor/_framework-fonts.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 246, ../sass/vendor/_framework-fonts.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 249, ../sass/vendor/_framework-fonts.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 252, ../sass/vendor/_framework-fonts.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 255, ../sass/vendor/_framework-fonts.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 258, ../sass/vendor/_framework-fonts.scss */
.icon-share-square-o:before {
  content: "\f045";
}

/* line 261, ../sass/vendor/_framework-fonts.scss */
.icon-check-square-o:before {
  content: "\f046";
}

/* line 264, ../sass/vendor/_framework-fonts.scss */
.icon-arrows:before {
  content: "\f047";
}

/* line 267, ../sass/vendor/_framework-fonts.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 270, ../sass/vendor/_framework-fonts.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 273, ../sass/vendor/_framework-fonts.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 276, ../sass/vendor/_framework-fonts.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 279, ../sass/vendor/_framework-fonts.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 282, ../sass/vendor/_framework-fonts.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 285, ../sass/vendor/_framework-fonts.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 288, ../sass/vendor/_framework-fonts.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 291, ../sass/vendor/_framework-fonts.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 294, ../sass/vendor/_framework-fonts.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 297, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 300, ../sass/vendor/_framework-fonts.scss */
.icon-plus-circle:before {
  content: "\f055";
}

/* line 303, ../sass/vendor/_framework-fonts.scss */
.icon-minus-circle:before {
  content: "\f056";
}

/* line 306, ../sass/vendor/_framework-fonts.scss */
.icon-times-circle:before {
  content: "\f057";
}

/* line 309, ../sass/vendor/_framework-fonts.scss */
.icon-check-circle:before {
  content: "\f058";
}

/* line 312, ../sass/vendor/_framework-fonts.scss */
.icon-question-circle:before {
  content: "\f059";
}

/* line 315, ../sass/vendor/_framework-fonts.scss */
.icon-info-circle:before {
  content: "\f05a";
}

/* line 318, ../sass/vendor/_framework-fonts.scss */
.icon-crosshairs:before {
  content: "\f05b";
}

/* line 321, ../sass/vendor/_framework-fonts.scss */
.icon-times-circle-o:before {
  content: "\f05c";
}

/* line 324, ../sass/vendor/_framework-fonts.scss */
.icon-check-circle-o:before {
  content: "\f05d";
}

/* line 327, ../sass/vendor/_framework-fonts.scss */
.icon-ban:before {
  content: "\f05e";
}

/* line 330, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 333, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 336, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 339, ../sass/vendor/_framework-fonts.scss */
.icon-mail-forward:before {
  content: "\f064";
}

/* line 342, ../sass/vendor/_framework-fonts.scss */
.icon-expand:before {
  content: "\f065";
}

/* line 345, ../sass/vendor/_framework-fonts.scss */
.icon-compress:before {
  content: "\f066";
}

/* line 348, ../sass/vendor/_framework-fonts.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 351, ../sass/vendor/_framework-fonts.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 354, ../sass/vendor/_framework-fonts.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 357, ../sass/vendor/_framework-fonts.scss */
.icon-exclamation-circle:before {
  content: "\f06a";
}

/* line 360, ../sass/vendor/_framework-fonts.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 363, ../sass/vendor/_framework-fonts.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 366, ../sass/vendor/_framework-fonts.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 369, ../sass/vendor/_framework-fonts.scss */
.icon-eye:before {
  content: "\f06e";
}

/* line 372, ../sass/vendor/_framework-fonts.scss */
.icon-eye-slash:before {
  content: "\f070";
}

/* line 375, ../sass/vendor/_framework-fonts.scss */
.icon-warning:before {
  content: "\f071";
}

/* line 378, ../sass/vendor/_framework-fonts.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 381, ../sass/vendor/_framework-fonts.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 384, ../sass/vendor/_framework-fonts.scss */
.icon-random:before {
  content: "\f074";
}

/* line 387, ../sass/vendor/_framework-fonts.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 390, ../sass/vendor/_framework-fonts.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 393, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 396, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 399, ../sass/vendor/_framework-fonts.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 402, ../sass/vendor/_framework-fonts.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 405, ../sass/vendor/_framework-fonts.scss */
.icon-folder:before {
  content: "\f07b";
}

/* line 408, ../sass/vendor/_framework-fonts.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 411, ../sass/vendor/_framework-fonts.scss */
.icon-arrows-v:before {
  content: "\f07d";
}

/* line 414, ../sass/vendor/_framework-fonts.scss */
.icon-arrows-h:before {
  content: "\f07e";
}

/* line 417, ../sass/vendor/_framework-fonts.scss */
.icon-bar-chart-o:before {
  content: "\f080";
}

/* line 420, ../sass/vendor/_framework-fonts.scss */
.icon-twitter-square:before {
  content: "\f081";
}

/* line 423, ../sass/vendor/_framework-fonts.scss */
.icon-facebook-square:before {
  content: "\f082";
}

/* line 426, ../sass/vendor/_framework-fonts.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 429, ../sass/vendor/_framework-fonts.scss */
.icon-key:before {
  content: "\f084";
}

/* line 432, ../sass/vendor/_framework-fonts.scss */
.icon-gears:before {
  content: "\f085";
}

/* line 435, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-o-up:before {
  content: "\f087";
}

/* line 438, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-o-down:before {
  content: "\f088";
}

/* line 441, ../sass/vendor/_framework-fonts.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 444, ../sass/vendor/_framework-fonts.scss */
.icon-heart-o:before {
  content: "\f08a";
}

/* line 447, ../sass/vendor/_framework-fonts.scss */
.icon-sign-out:before {
  content: "\f08b";
}

/* line 450, ../sass/vendor/_framework-fonts.scss */
.icon-linkedin-square:before {
  content: "\f08c";
}

/* line 453, ../sass/vendor/_framework-fonts.scss */
.icon-thumb-tack:before {
  content: "\f08d";
}

/* line 456, ../sass/vendor/_framework-fonts.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 459, ../sass/vendor/_framework-fonts.scss */
.icon-sign-in:before {
  content: "\f090";
}

/* line 462, ../sass/vendor/_framework-fonts.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 465, ../sass/vendor/_framework-fonts.scss */
.icon-github-square:before {
  content: "\f092";
}

/* line 468, ../sass/vendor/_framework-fonts.scss */
.icon-upload:before {
  content: "\f093";
}

/* line 471, ../sass/vendor/_framework-fonts.scss */
.icon-lemon-o:before {
  content: "\f094";
}

/* line 474, ../sass/vendor/_framework-fonts.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 477, ../sass/vendor/_framework-fonts.scss */
.icon-square-o:before {
  content: "\f096";
}

/* line 480, ../sass/vendor/_framework-fonts.scss */
.icon-bookmark-o:before {
  content: "\f097";
}

/* line 483, ../sass/vendor/_framework-fonts.scss */
.icon-phone-square:before {
  content: "\f098";
}

/* line 486, ../sass/vendor/_framework-fonts.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 489, ../sass/vendor/_framework-fonts.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 492, ../sass/vendor/_framework-fonts.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 495, ../sass/vendor/_framework-fonts.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 498, ../sass/vendor/_framework-fonts.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 501, ../sass/vendor/_framework-fonts.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 504, ../sass/vendor/_framework-fonts.scss */
.icon-hdd-o:before {
  content: "\f0a0";
}

/* line 507, ../sass/vendor/_framework-fonts.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 510, ../sass/vendor/_framework-fonts.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 513, ../sass/vendor/_framework-fonts.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 516, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-right:before {
  content: "\f0a4";
}

/* line 519, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-left:before {
  content: "\f0a5";
}

/* line 522, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-up:before {
  content: "\f0a6";
}

/* line 525, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-down:before {
  content: "\f0a7";
}

/* line 528, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 531, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 534, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 537, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 540, ../sass/vendor/_framework-fonts.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 543, ../sass/vendor/_framework-fonts.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 546, ../sass/vendor/_framework-fonts.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 549, ../sass/vendor/_framework-fonts.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 552, ../sass/vendor/_framework-fonts.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 555, ../sass/vendor/_framework-fonts.scss */
.icon-arrows-alt:before {
  content: "\f0b2";
}

/* line 558, ../sass/vendor/_framework-fonts.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 561, ../sass/vendor/_framework-fonts.scss */
.icon-chain:before {
  content: "\f0c1";
}

/* line 564, ../sass/vendor/_framework-fonts.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 567, ../sass/vendor/_framework-fonts.scss */
.icon-flask:before {
  content: "\f0c3";
}

/* line 570, ../sass/vendor/_framework-fonts.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 573, ../sass/vendor/_framework-fonts.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 576, ../sass/vendor/_framework-fonts.scss */
.icon-paperclip:before {
  content: "\f0c6";
}

/* line 579, ../sass/vendor/_framework-fonts.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 582, ../sass/vendor/_framework-fonts.scss */
.icon-square:before {
  content: "\f0c8";
}

/* line 585, ../sass/vendor/_framework-fonts.scss */
.icon-bars:before {
  content: "\f0c9";
}

/* line 588, ../sass/vendor/_framework-fonts.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 591, ../sass/vendor/_framework-fonts.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 594, ../sass/vendor/_framework-fonts.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 597, ../sass/vendor/_framework-fonts.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 600, ../sass/vendor/_framework-fonts.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 603, ../sass/vendor/_framework-fonts.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 606, ../sass/vendor/_framework-fonts.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 609, ../sass/vendor/_framework-fonts.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 612, ../sass/vendor/_framework-fonts.scss */
.icon-pinterest-square:before {
  content: "\f0d3";
}

/* line 615, ../sass/vendor/_framework-fonts.scss */
.icon-google-plus-square:before {
  content: "\f0d4";
}

/* line 618, ../sass/vendor/_framework-fonts.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 621, ../sass/vendor/_framework-fonts.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 624, ../sass/vendor/_framework-fonts.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 627, ../sass/vendor/_framework-fonts.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 630, ../sass/vendor/_framework-fonts.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 633, ../sass/vendor/_framework-fonts.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 636, ../sass/vendor/_framework-fonts.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 639, ../sass/vendor/_framework-fonts.scss */
.icon-unsorted:before {
  content: "\f0dc";
}

/* line 642, ../sass/vendor/_framework-fonts.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 645, ../sass/vendor/_framework-fonts.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 648, ../sass/vendor/_framework-fonts.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 651, ../sass/vendor/_framework-fonts.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 654, ../sass/vendor/_framework-fonts.scss */
.icon-rotate-left:before {
  content: "\f0e2";
}

/* line 657, ../sass/vendor/_framework-fonts.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 660, ../sass/vendor/_framework-fonts.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 663, ../sass/vendor/_framework-fonts.scss */
.icon-comment-o:before {
  content: "\f0e5";
}

/* line 666, ../sass/vendor/_framework-fonts.scss */
.icon-comments-o:before {
  content: "\f0e6";
}

/* line 669, ../sass/vendor/_framework-fonts.scss */
.icon-flash:before {
  content: "\f0e7";
}

/* line 672, ../sass/vendor/_framework-fonts.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 675, ../sass/vendor/_framework-fonts.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 678, ../sass/vendor/_framework-fonts.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 681, ../sass/vendor/_framework-fonts.scss */
.icon-lightbulb-o:before {
  content: "\f0eb";
}

/* line 684, ../sass/vendor/_framework-fonts.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 687, ../sass/vendor/_framework-fonts.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 690, ../sass/vendor/_framework-fonts.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 693, ../sass/vendor/_framework-fonts.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 696, ../sass/vendor/_framework-fonts.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 699, ../sass/vendor/_framework-fonts.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 702, ../sass/vendor/_framework-fonts.scss */
.icon-bell-o:before {
  content: "\f0f3";
}

/* line 705, ../sass/vendor/_framework-fonts.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 708, ../sass/vendor/_framework-fonts.scss */
.icon-cutlery:before {
  content: "\f0f5";
}

/* line 711, ../sass/vendor/_framework-fonts.scss */
.icon-file-text-o:before {
  content: "\f0f6";
}

/* line 714, ../sass/vendor/_framework-fonts.scss */
.icon-building-o:before {
  content: "\f0f7";
}

/* line 717, ../sass/vendor/_framework-fonts.scss */
.icon-hospital-o:before {
  content: "\f0f8";
}

/* line 720, ../sass/vendor/_framework-fonts.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 723, ../sass/vendor/_framework-fonts.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 726, ../sass/vendor/_framework-fonts.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 729, ../sass/vendor/_framework-fonts.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 732, ../sass/vendor/_framework-fonts.scss */
.icon-h-square:before {
  content: "\f0fd";
}

/* line 735, ../sass/vendor/_framework-fonts.scss */
.icon-plus-square:before {
  content: "\f0fe";
}

/* line 738, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-left:before {
  content: "\f100";
}

/* line 741, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-right:before {
  content: "\f101";
}

/* line 744, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-up:before {
  content: "\f102";
}

/* line 747, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-down:before {
  content: "\f103";
}

/* line 750, ../sass/vendor/_framework-fonts.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 753, ../sass/vendor/_framework-fonts.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 756, ../sass/vendor/_framework-fonts.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 759, ../sass/vendor/_framework-fonts.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 762, ../sass/vendor/_framework-fonts.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 765, ../sass/vendor/_framework-fonts.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 768, ../sass/vendor/_framework-fonts.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 771, ../sass/vendor/_framework-fonts.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 774, ../sass/vendor/_framework-fonts.scss */
.icon-circle-o:before {
  content: "\f10c";
}

/* line 777, ../sass/vendor/_framework-fonts.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 780, ../sass/vendor/_framework-fonts.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 783, ../sass/vendor/_framework-fonts.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 786, ../sass/vendor/_framework-fonts.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 789, ../sass/vendor/_framework-fonts.scss */
.icon-mail-reply:before {
  content: "\f112";
}

/* line 792, ../sass/vendor/_framework-fonts.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 795, ../sass/vendor/_framework-fonts.scss */
.icon-folder-o:before {
  content: "\f114";
}

/* line 798, ../sass/vendor/_framework-fonts.scss */
.icon-folder-open-o:before {
  content: "\f115";
}

/* line 801, ../sass/vendor/_framework-fonts.scss */
.icon-smile-o:before {
  content: "\f118";
}

/* line 804, ../sass/vendor/_framework-fonts.scss */
.icon-frown-o:before {
  content: "\f119";
}

/* line 807, ../sass/vendor/_framework-fonts.scss */
.icon-meh-o:before {
  content: "\f11a";
}

/* line 810, ../sass/vendor/_framework-fonts.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 813, ../sass/vendor/_framework-fonts.scss */
.icon-keyboard-o:before {
  content: "\f11c";
}

/* line 816, ../sass/vendor/_framework-fonts.scss */
.icon-flag-o:before {
  content: "\f11d";
}

/* line 819, ../sass/vendor/_framework-fonts.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 822, ../sass/vendor/_framework-fonts.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 825, ../sass/vendor/_framework-fonts.scss */
.icon-code:before {
  content: "\f121";
}

/* line 828, ../sass/vendor/_framework-fonts.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 831, ../sass/vendor/_framework-fonts.scss */
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 834, ../sass/vendor/_framework-fonts.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 837, ../sass/vendor/_framework-fonts.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 840, ../sass/vendor/_framework-fonts.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 843, ../sass/vendor/_framework-fonts.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 846, ../sass/vendor/_framework-fonts.scss */
.icon-question:before {
  content: "\f128";
}

/* line 849, ../sass/vendor/_framework-fonts.scss */
.icon-info:before {
  content: "\f129";
}

/* line 852, ../sass/vendor/_framework-fonts.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 855, ../sass/vendor/_framework-fonts.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 858, ../sass/vendor/_framework-fonts.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 861, ../sass/vendor/_framework-fonts.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 864, ../sass/vendor/_framework-fonts.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 867, ../sass/vendor/_framework-fonts.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 870, ../sass/vendor/_framework-fonts.scss */
.icon-microphone-slash:before {
  content: "\f131";
}

/* line 873, ../sass/vendor/_framework-fonts.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 876, ../sass/vendor/_framework-fonts.scss */
.icon-calendar-o:before {
  content: "\f133";
}

/* line 879, ../sass/vendor/_framework-fonts.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 882, ../sass/vendor/_framework-fonts.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 885, ../sass/vendor/_framework-fonts.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 888, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-left:before {
  content: "\f137";
}

/* line 891, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-right:before {
  content: "\f138";
}

/* line 894, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-up:before {
  content: "\f139";
}

/* line 897, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-down:before {
  content: "\f13a";
}

/* line 900, ../sass/vendor/_framework-fonts.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 903, ../sass/vendor/_framework-fonts.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 906, ../sass/vendor/_framework-fonts.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 909, ../sass/vendor/_framework-fonts.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 912, ../sass/vendor/_framework-fonts.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 915, ../sass/vendor/_framework-fonts.scss */
.icon-ellipsis-h:before {
  content: "\f141";
}

/* line 918, ../sass/vendor/_framework-fonts.scss */
.icon-ellipsis-v:before {
  content: "\f142";
}

/* line 921, ../sass/vendor/_framework-fonts.scss */
.icon-rss-square:before {
  content: "\f143";
}

/* line 924, ../sass/vendor/_framework-fonts.scss */
.icon-play-circle:before {
  content: "\f144";
}

/* line 927, ../sass/vendor/_framework-fonts.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 930, ../sass/vendor/_framework-fonts.scss */
.icon-minus-square:before {
  content: "\f146";
}

/* line 933, ../sass/vendor/_framework-fonts.scss */
.icon-minus-square-o:before {
  content: "\f147";
}

/* line 936, ../sass/vendor/_framework-fonts.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 939, ../sass/vendor/_framework-fonts.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 942, ../sass/vendor/_framework-fonts.scss */
.icon-check-square:before {
  content: "\f14a";
}

/* line 945, ../sass/vendor/_framework-fonts.scss */
.icon-pencil-square:before {
  content: "\f14b";
}

/* line 948, ../sass/vendor/_framework-fonts.scss */
.icon-external-link-square:before {
  content: "\f14c";
}

/* line 951, ../sass/vendor/_framework-fonts.scss */
.icon-share-square:before {
  content: "\f14d";
}

/* line 954, ../sass/vendor/_framework-fonts.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 957, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-down:before {
  content: "\f150";
}

/* line 960, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-up:before {
  content: "\f151";
}

/* line 963, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-right:before {
  content: "\f152";
}

/* line 966, ../sass/vendor/_framework-fonts.scss */
.icon-euro:before {
  content: "\f153";
}

/* line 969, ../sass/vendor/_framework-fonts.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 972, ../sass/vendor/_framework-fonts.scss */
.icon-dollar:before {
  content: "\f155";
}

/* line 975, ../sass/vendor/_framework-fonts.scss */
.icon-rupee:before {
  content: "\f156";
}

/* line 978, ../sass/vendor/_framework-fonts.scss */
.icon-cny:before {
  content: "\f157";
}

/* line 981, ../sass/vendor/_framework-fonts.scss */
.icon-ruble:before {
  content: "\f158";
}

/* line 984, ../sass/vendor/_framework-fonts.scss */
.icon-won:before {
  content: "\f159";
}

/* line 987, ../sass/vendor/_framework-fonts.scss */
.icon-bitcoin:before {
  content: "\f15a";
}

/* line 990, ../sass/vendor/_framework-fonts.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 993, ../sass/vendor/_framework-fonts.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 996, ../sass/vendor/_framework-fonts.scss */
.icon-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 999, ../sass/vendor/_framework-fonts.scss */
.icon-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1002, ../sass/vendor/_framework-fonts.scss */
.icon-sort-amount-asc:before {
  content: "\f160";
}

/* line 1005, ../sass/vendor/_framework-fonts.scss */
.icon-sort-amount-desc:before {
  content: "\f161";
}

/* line 1008, ../sass/vendor/_framework-fonts.scss */
.icon-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1011, ../sass/vendor/_framework-fonts.scss */
.icon-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1014, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1017, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1020, ../sass/vendor/_framework-fonts.scss */
.icon-youtube-square:before {
  content: "\f166";
}

/* line 1023, ../sass/vendor/_framework-fonts.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1026, ../sass/vendor/_framework-fonts.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1029, ../sass/vendor/_framework-fonts.scss */
.icon-xing-square:before {
  content: "\f169";
}

/* line 1032, ../sass/vendor/_framework-fonts.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1035, ../sass/vendor/_framework-fonts.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1038, ../sass/vendor/_framework-fonts.scss */
.icon-stack-overflow:before {
  content: "\f16c";
}

/* line 1041, ../sass/vendor/_framework-fonts.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1044, ../sass/vendor/_framework-fonts.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1047, ../sass/vendor/_framework-fonts.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1050, ../sass/vendor/_framework-fonts.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1053, ../sass/vendor/_framework-fonts.scss */
.icon-bitbucket-square:before {
  content: "\f172";
}

/* line 1056, ../sass/vendor/_framework-fonts.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1059, ../sass/vendor/_framework-fonts.scss */
.icon-tumblr-square:before {
  content: "\f174";
}

/* line 1062, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1065, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1068, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1071, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1074, ../sass/vendor/_framework-fonts.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1077, ../sass/vendor/_framework-fonts.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1080, ../sass/vendor/_framework-fonts.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1083, ../sass/vendor/_framework-fonts.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1086, ../sass/vendor/_framework-fonts.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1089, ../sass/vendor/_framework-fonts.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1092, ../sass/vendor/_framework-fonts.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1095, ../sass/vendor/_framework-fonts.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1098, ../sass/vendor/_framework-fonts.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1101, ../sass/vendor/_framework-fonts.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1104, ../sass/vendor/_framework-fonts.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1107, ../sass/vendor/_framework-fonts.scss */
.icon-sun-o:before {
  content: "\f185";
}

/* line 1110, ../sass/vendor/_framework-fonts.scss */
.icon-moon-o:before {
  content: "\f186";
}

/* line 1113, ../sass/vendor/_framework-fonts.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1116, ../sass/vendor/_framework-fonts.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1119, ../sass/vendor/_framework-fonts.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1122, ../sass/vendor/_framework-fonts.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1125, ../sass/vendor/_framework-fonts.scss */
.icon-renren:before {
  content: "\f18b";
}

/* line 1128, ../sass/vendor/_framework-fonts.scss */
.icon-pagelines:before {
  content: "\f18c";
}

/* line 1131, ../sass/vendor/_framework-fonts.scss */
.icon-stack-exchange:before {
  content: "\f18d";
}

/* line 1134, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1137, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1140, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-left:before {
  content: "\f191";
}

/* line 1143, ../sass/vendor/_framework-fonts.scss */
.icon-dot-circle-o:before {
  content: "\f192";
}

/* line 1146, ../sass/vendor/_framework-fonts.scss */
.icon-wheelchair:before {
  content: "\f193";
}

/* line 1149, ../sass/vendor/_framework-fonts.scss */
.icon-vimeo-square:before {
  content: "\f194";
}

/* line 1152, ../sass/vendor/_framework-fonts.scss */
.icon-turkish-lira:before {
  content: "\f195";
}

/* line 1155, ../sass/vendor/_framework-fonts.scss */
.icon-plus-square-o:before {
  content: "\f196";
}

@font-face {
  font-family: 'icomoon';
  src: url("../Fonts/icon/icomoon.eot?kh57ak");
  src: url("../Fonts/icon/icomoon.eot?#iefixkh57ak") format("embedded-opentype"), url("../Fonts/icon/icomoon.woff?kh57ak") format("woff"), url("../Fonts/icon/icomoon.ttf?kh57ak") format("truetype"), url("../Fonts/icon/icomoon.svg?kh57ak#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/partials/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../sass/partials/_fonts.scss */
.icon-down:before, main .parallax .skip-to-content:after, main .parallax .scrollToTop:after {
  content: "\e603";
}

/* line 29, ../sass/partials/_fonts.scss */
.icon-up:before, main .parallax .scrollToTop:after {
  content: "\e604";
}

/* line 32, ../sass/partials/_fonts.scss */
.icon-right:before, .sf_pagerNumeric .next:before, .sf_pagerNumeric .next:hover:before, .timeline .owl-next:before {
  content: "\e605";
}

/* line 35, ../sass/partials/_fonts.scss */
.icon-left:before, .sf_pagerNumeric .prev:before, .sf_pagerNumeric .prev:hover:before, .timeline .owl-prev:before {
  content: "\e602";
}

/* line 38, ../sass/partials/_fonts.scss */
.icon-menu:before {
  content: "\e601";
  font-size: 34px;
  line-height: 50px;
  color: #b8292f;
}
@media (min-width: 60em) {
  /* line 38, ../sass/partials/_fonts.scss */
  .icon-menu:before {
    line-height: 75px;
  }
}

/* line 45, ../sass/partials/_fonts.scss */
.icon-search:before {
  content: "\e600";
  font-size: 24px;
  line-height: 50px;
}
@media (min-width: 60em) {
  /* line 45, ../sass/partials/_fonts.scss */
  .icon-search:before {
    line-height: 75px;
    color: #b8292f;
  }
}

/* ================================================================
   IMAGE SPRITES
   ================================================================ */
/* line 48, layout/icons/*.png */
.icons-sprite, .icons-americaneagle {
  background-image: url('../Images/layout/icons.png?v=67aa39e89d');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-americaneagle {
  background-position: 0 0;
  height: 16px;
  width: 219px;
}

/* line 11, ../sass/partials/_sprites.scss */
.icons-sprite, .icons-americaneagle {
  display: inline-block;
}

/* ================================================================
   Grid Framework 
   ================================================================ */
/* ================================================================
   Fluid Grid Styles 
   ================================================================ */
/* line 11, ../sass/partials/_grid-fluid.scss */
body, html {
  height: 100%;
}

/* line 13, ../sass/partials/_grid-fluid.scss */
.container, .container-full {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 900px;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* line 66, ../sass/modules/_utilities.scss */
.container:after, .container-full:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 60em) {
  /* line 13, ../sass/partials/_grid-fluid.scss */
  .container, .container-full {
    width: 87%;
  }
}

/* line 29, ../sass/partials/_grid-fluid.scss */
.container-full {
  width: 100%;
}

/* line 34, ../sass/partials/_grid-fluid.scss */
.gutterless {
  padding: 0;
}

/* line 35, ../sass/partials/_grid-fluid.scss */
.gutterless > [class*="grid-"] {
  padding: 0;
}

/* line 37, ../sass/partials/_grid-fluid.scss */
[class*="grid-"] {
  padding: 0 10px;
}

/* line 39, ../sass/partials/_grid-fluid.scss */
[class*="grid-"] [class*="grid-"]:first-child {
  padding-left: 0;
}
/* line 43, ../sass/partials/_grid-fluid.scss */
[class*="grid-"] [class*="grid-"]:last-child {
  padding-right: 0;
}

@media (min-width: 0em) {
  /* line 49, ../sass/partials/_grid-fluid.scss */
  [class*="grid-"] {
    position: relative;
    float: left;
    width: 100%;
  }

  /* line 54, ../sass/partials/_grid-fluid.scss */
  .s-1half [class*="grid-"] {
    width: 50%;
  }

  /* line 55, ../sass/partials/_grid-fluid.scss */
  .s-full-grid[class*="grid-"] {
    width: 100%;
  }
}
@media (min-width: 0em) and (max-width: 47.9em) {
  /* line 59, ../sass/partials/_grid-fluid.scss */
  .s-m-1half [class*="grid-"] {
    width: 50%;
  }

  /* line 60, ../sass/partials/_grid-fluid.scss */
  .s-m-1half [class*="push-"] {
    left: 50%;
  }

  /* line 61, ../sass/partials/_grid-fluid.scss */
  .s-m-1half [class*="pull-"] {
    left: -50%;
  }

  /* line 63, ../sass/partials/_grid-fluid.scss */
  .s-m-1third [class*="grid-"] {
    width: 33.333%;
  }

  /* line 64, ../sass/partials/_grid-fluid.scss */
  .s-m-1third [class*="push-"] {
    left: 33.333%;
  }

  /* line 65, ../sass/partials/_grid-fluid.scss */
  .s-m-1third [class*="pull-"] {
    left: -33.333%;
  }

  /* line 66, ../sass/partials/_grid-fluid.scss */
  .s-m-grid-2 {
    width: 16.666%;
  }

  /* line 67, ../sass/partials/_grid-fluid.scss */
  .s-m-grid-4 {
    width: 33.333%;
  }

  /* line 68, ../sass/partials/_grid-fluid.scss */
  .s-m-grid-5 {
    width: 41.666%;
  }

  /* line 69, ../sass/partials/_grid-fluid.scss */
  .s-m-grid-6 {
    width: 50%;
  }

  /* line 70, ../sass/partials/_grid-fluid.scss */
  .s-m-grid-7 {
    width: 58.333%;
  }

  /* line 71, ../sass/partials/_grid-fluid.scss */
  .s-m-grid-8 {
    width: 66.666%;
  }

  /* line 72, ../sass/partials/_grid-fluid.scss */
  .s-m-grid-10 {
    width: 83.333%;
  }

  /* line 75, ../sass/partials/_grid-fluid.scss */
  [class*="grid-"] [class*="grid-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 0em) and (max-width: 59.9em) {
  /* line 82, ../sass/partials/_grid-fluid.scss */
  .push {
    display: block;
    position: absolute;
    width: 100%;
    border-right: 1px solid #CCC;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  /* line 89, ../sass/partials/_grid-fluid.scss */
  .push.ed {
    -moz-transform: translate3d(-80%, 0, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  /* line 92, ../sass/partials/_grid-fluid.scss */
  .no-csstransforms3d .push.ed {
    right: 80%;
  }
}
@media (min-width: 48em) {
  /* line 98, ../sass/partials/_grid-fluid.scss */
  .grid-1 {
    width: 8.333%;
  }

  /* line 99, ../sass/partials/_grid-fluid.scss */
  .grid-2 {
    width: 16.666%;
  }

  /* line 100, ../sass/partials/_grid-fluid.scss */
  .grid-3 {
    width: 25%;
  }

  /* line 101, ../sass/partials/_grid-fluid.scss */
  .grid-4 {
    width: 33.333%;
  }

  /* line 102, ../sass/partials/_grid-fluid.scss */
  .grid-5 {
    width: 41.666%;
  }

  /* line 103, ../sass/partials/_grid-fluid.scss */
  .grid-6 {
    width: 50%;
  }

  /* line 104, ../sass/partials/_grid-fluid.scss */
  .grid-7 {
    width: 58.333%;
  }

  /* line 105, ../sass/partials/_grid-fluid.scss */
  .grid-8 {
    width: 66.666%;
  }

  /* line 106, ../sass/partials/_grid-fluid.scss */
  .grid-9 {
    width: 75%;
  }

  /* line 107, ../sass/partials/_grid-fluid.scss */
  .grid-10 {
    width: 83.333%;
  }

  /* line 108, ../sass/partials/_grid-fluid.scss */
  .grid-11 {
    width: 91.666%;
  }

  /* line 109, ../sass/partials/_grid-fluid.scss */
  .grid-12 {
    width: 100%;
  }

  /* line 111, ../sass/partials/_grid-fluid.scss */
  .push-1 {
    left: 8.333%;
  }

  /* line 112, ../sass/partials/_grid-fluid.scss */
  .push-2 {
    left: 16.666%;
  }

  /* line 113, ../sass/partials/_grid-fluid.scss */
  .push-3 {
    left: 25%;
  }

  /* line 114, ../sass/partials/_grid-fluid.scss */
  .push-4 {
    left: 33.333%;
  }

  /* line 115, ../sass/partials/_grid-fluid.scss */
  .push-5 {
    left: 41.666%;
  }

  /* line 116, ../sass/partials/_grid-fluid.scss */
  .push-6 {
    left: 50%;
  }

  /* line 117, ../sass/partials/_grid-fluid.scss */
  .push-7 {
    left: 58.333%;
  }

  /* line 118, ../sass/partials/_grid-fluid.scss */
  .push-8 {
    left: 66.666%;
  }

  /* line 119, ../sass/partials/_grid-fluid.scss */
  .push-9 {
    left: 75%;
  }

  /* line 120, ../sass/partials/_grid-fluid.scss */
  .push-10 {
    left: 83.333%;
  }

  /* line 121, ../sass/partials/_grid-fluid.scss */
  .push-11 {
    left: 91.666%;
  }

  /* line 122, ../sass/partials/_grid-fluid.scss */
  .push-12 {
    left: 100%;
  }

  /* line 124, ../sass/partials/_grid-fluid.scss */
  .pull-1 {
    left: -8.333%;
  }

  /* line 125, ../sass/partials/_grid-fluid.scss */
  .pull-2 {
    left: -16.666%;
  }

  /* line 126, ../sass/partials/_grid-fluid.scss */
  .pull-3 {
    left: -25%;
  }

  /* line 127, ../sass/partials/_grid-fluid.scss */
  .pull-4 {
    left: -33.333%;
  }

  /* line 128, ../sass/partials/_grid-fluid.scss */
  .pull-5 {
    left: -41.666%;
  }

  /* line 129, ../sass/partials/_grid-fluid.scss */
  .pull-6 {
    left: -50%;
  }

  /* line 130, ../sass/partials/_grid-fluid.scss */
  .pull-7 {
    left: -58.333%;
  }

  /* line 131, ../sass/partials/_grid-fluid.scss */
  .pull-8 {
    left: -66.666%;
  }

  /* line 132, ../sass/partials/_grid-fluid.scss */
  .pull-9 {
    left: -75%;
  }

  /* line 133, ../sass/partials/_grid-fluid.scss */
  .pull-10 {
    left: -83.333%;
  }

  /* line 134, ../sass/partials/_grid-fluid.scss */
  .pull-11 {
    left: -91.666%;
  }

  /* line 135, ../sass/partials/_grid-fluid.scss */
  .pull-12 {
    left: -100%;
  }

  /* line 137, ../sass/partials/_grid-fluid.scss */
  .prefix-1 {
    margin-left: 8.333%;
  }

  /* line 138, ../sass/partials/_grid-fluid.scss */
  .prefix-2 {
    margin-left: 16.666%;
  }

  /* line 139, ../sass/partials/_grid-fluid.scss */
  .prefix-3 {
    margin-left: 25%;
  }

  /* line 140, ../sass/partials/_grid-fluid.scss */
  .prefix-4 {
    margin-left: 33.333%;
  }

  /* line 141, ../sass/partials/_grid-fluid.scss */
  .prefix-5 {
    margin-left: 41.666%;
  }

  /* line 142, ../sass/partials/_grid-fluid.scss */
  .prefix-6 {
    margin-left: 50%;
  }

  /* line 143, ../sass/partials/_grid-fluid.scss */
  .prefix-7 {
    margin-left: 58.333%;
  }

  /* line 144, ../sass/partials/_grid-fluid.scss */
  .prefix-8 {
    margin-left: 66.666%;
  }

  /* line 145, ../sass/partials/_grid-fluid.scss */
  .prefix-9 {
    margin-left: 75%;
  }

  /* line 146, ../sass/partials/_grid-fluid.scss */
  .prefix-10 {
    margin-left: 83.333%;
  }

  /* line 147, ../sass/partials/_grid-fluid.scss */
  .prefix-11 {
    margin-left: 91.666%;
  }

  /* line 148, ../sass/partials/_grid-fluid.scss */
  .prefix-12 {
    margin-left: 100%;
  }

  /* line 150, ../sass/partials/_grid-fluid.scss */
  .suffix-1 {
    margin-right: 8.333%;
  }

  /* line 151, ../sass/partials/_grid-fluid.scss */
  .suffix-2 {
    margin-right: 16.666%;
  }

  /* line 152, ../sass/partials/_grid-fluid.scss */
  .suffix-3 {
    margin-right: 25%;
  }

  /* line 153, ../sass/partials/_grid-fluid.scss */
  .suffix-4 {
    margin-right: 33.333%;
  }

  /* line 154, ../sass/partials/_grid-fluid.scss */
  .suffix-5 {
    margin-right: 41.666%;
  }

  /* line 155, ../sass/partials/_grid-fluid.scss */
  .suffix-6 {
    margin-right: 50%;
  }

  /* line 156, ../sass/partials/_grid-fluid.scss */
  .suffix-7 {
    margin-right: 58.333%;
  }

  /* line 157, ../sass/partials/_grid-fluid.scss */
  .suffix-8 {
    margin-right: 66.666%;
  }

  /* line 158, ../sass/partials/_grid-fluid.scss */
  .suffix-9 {
    margin-right: 75%;
  }

  /* line 159, ../sass/partials/_grid-fluid.scss */
  .suffix-10 {
    margin-right: 83.333%;
  }

  /* line 160, ../sass/partials/_grid-fluid.scss */
  .suffix-11 {
    margin-right: 91.666%;
  }

  /* line 161, ../sass/partials/_grid-fluid.scss */
  .suffix-12 {
    margin-right: 100%;
  }
}
@media (min-width: 48em) and (max-width: 59.9em) {
  /* line 165, ../sass/partials/_grid-fluid.scss */
  .m-1half [class*="grid-"] {
    width: 50%;
  }

  /* line 166, ../sass/partials/_grid-fluid.scss */
  .m-1half [class*="push-"] {
    left: 50%;
  }

  /* line 167, ../sass/partials/_grid-fluid.scss */
  .m-1half [class*="pull-"] {
    left: -50%;
  }

  /* line 169, ../sass/partials/_grid-fluid.scss */
  .m-1third [class*="grid-"] {
    width: 33.333%;
  }

  /* line 170, ../sass/partials/_grid-fluid.scss */
  .m-1third [class*="push-"] {
    left: 33.333%;
  }

  /* line 171, ../sass/partials/_grid-fluid.scss */
  .m-1third [class*="pull-"] {
    left: -33.333%;
  }

  /* line 173, ../sass/partials/_grid-fluid.scss */
  .m-1fourth [class*="grid-"] {
    width: 25%;
  }

  /* line 174, ../sass/partials/_grid-fluid.scss */
  .m-1fourth [class*="push-"] {
    left: 25%;
  }

  /* line 175, ../sass/partials/_grid-fluid.scss */
  .m-1fourth [class*="pull-"] {
    left: -25%;
  }

  /* line 177, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="grid-"] {
    width: 50%;
  }

  /* line 178, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="grid-"]:nth-child(2n) {
    width: 25%;
  }

  /* line 179, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="grid-"]:nth-child(2n+1) {
    width: 75%;
  }

  /* line 180, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="push-"] {
    left: 0;
  }

  /* line 181, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="pull-"] {
    left: 0;
  }

  /* line 183, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="grid-"] {
    width: 50%;
  }

  /* line 184, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="grid-"]:nth-child(2n) {
    width: 75%;
  }

  /* line 185, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="grid-"]:nth-child(2n+1) {
    width: 25%;
  }

  /* line 186, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="push-"] {
    left: 0;
  }

  /* line 187, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="pull-"] {
    left: 0;
  }

  /* line 189, ../sass/partials/_grid-fluid.scss */
  .m-l-grid-6 {
    width: 50%;
  }

  /* line 190, ../sass/partials/_grid-fluid.scss */
  .m-l-grid-12 {
    width: 100%;
  }

  /* line 192, ../sass/partials/_grid-fluid.scss */
  .m-l-noleftpad {
    padding-left: 0;
  }

  /* line 193, ../sass/partials/_grid-fluid.scss */
  .m-l-norightpad {
    padding-right: 0;
  }
}
@media (min-width: 60em) {
  /* line 197, ../sass/partials/_grid-fluid.scss */
  .push, .push.ed {
    display: block;
    position: relative;
    right: auto;
    width: 100%;
    -moz-transform: translate3d(0, 0, 0 !important);
    -webkit-transform: translate3d(0, 0, 0 !important);
    transform: translate3d(0, 0, 0 !important);
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  /* line 204, ../sass/partials/_grid-fluid.scss */
  .no-csstransforms3d .push, .no-csstransforms3d .push.ed {
    right: auto !important;
  }
}
/* ================================================================
   Typography Styles
   ================================================================ */
/* line 9, ../sass/partials/_typography.scss */
body {
  font-size: 21px;
  font-weight: 400;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, ../sass/partials/_typography.scss */
h1 {
  margin: 0 0 1em;
  font-family: "Lato", sans-serif;
  font-size: 63px;
  font-size: 3rem;
  text-transform: uppercase;
}

/* line 23, ../sass/partials/_typography.scss */
h2 {
  margin: 0 0 1em;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-size: 1.52381rem;
  text-transform: uppercase;
}

/* line 30, ../sass/partials/_typography.scss */
h3 {
  margin: 0 0 1em;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-size: 1.33333rem;
}

/* line 40, ../sass/partials/_typography.scss */
p {
  margin: 0 0 20px;
}

/* line 46, ../sass/partials/_typography.scss */
.sfContentBlock ul, .sfContentBlock ol {
  padding-left: 1.5em;
  margin: 0 0 20px;
}

/* line 53, ../sass/partials/_typography.scss */
blockquote {
  border-left: 5px solid #d9d9d9;
  padding-left: 1.5em;
  margin: 1em 1.5em;
}

/* line 59, ../sass/partials/_typography.scss */
a {
  color: #b8292f;
  text-decoration: none;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 64, ../sass/partials/_typography.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 69, ../sass/partials/_typography.scss */
table {
  margin: 1em 0;
  border: 1px solid #ccc;
}

/* line 74, ../sass/partials/_typography.scss */
td {
  border: 1px solid #ccc;
  background: #e6e6e6;
  padding: 0.2em 0.4em;
}

/* line 80, ../sass/partials/_typography.scss */
tr:nth-child(2n) td {
  background: #fff;
}

/* line 84, ../sass/partials/_typography.scss */
.button, .sfcommentsSubmitBtnWrp [type="submit"] {
  display: inline-block;
  padding: 0.4em 1.5em;
  background: #b8292f;
  color: #fff;
  border: 0;
  font-family: "Play", sans-serif;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 94, ../sass/partials/_typography.scss */
.button:hover, .sfcommentsSubmitBtnWrp [type="submit"]:hover, .button:focus, .sfcommentsSubmitBtnWrp [type="submit"]:focus {
  text-decoration: none;
  background: #8e2024;
}

/* line 100, ../sass/partials/_typography.scss */
.button-small, .module .back {
  display: inline-block;
  padding: 0.3em 1em;
  background: #b8292f;
  color: #fff;
  border: 0;
  font-family: "Play", sans-serif;
  font-size: 13px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 113, ../sass/partials/_typography.scss */
.button-small:before, .module .back:before {
  position: relative;
  left: 0;
  padding-right: 5px;
  font-size: 10px;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
/* line 121, ../sass/partials/_typography.scss */
.button-small:after, .module .back:after {
  position: relative;
  right: 0;
  padding-left: 5px;
  font-size: 10px;
  -moz-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
/* line 129, ../sass/partials/_typography.scss */
.button-small:hover, .module .back:hover, .button-small:focus, .module .back:focus {
  text-decoration: none;
  background: #8e2024;
}
/* line 133, ../sass/partials/_typography.scss */
.button-small:hover:before, .module .back:hover:before, .button-small:focus:before, .module .back:focus:before {
  left: -5px;
}
/* line 137, ../sass/partials/_typography.scss */
.button-small:hover:after, .module .back:hover:after, .button-small:focus:after, .module .back:focus:after {
  right: -5px;
}

/* line 143, ../sass/partials/_typography.scss */
.button-services {
  display: block;
  padding: 1em 1.5em;
  margin-bottom: 15px;
  background: #272626;
  color: #66f2ff;
  border: 0;
  font-family: "Play", sans-serif;
  font-size: 26px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 155, ../sass/partials/_typography.scss */
.button-services:hover, .button-services:focus {
  text-decoration: none;
  background: #413f3f;
}

/* line 161, ../sass/partials/_typography.scss */
.button-big-light, .button-big-dark {
  display: inline-block;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: black;
}
@media (min-width: 60em) {
  /* line 161, ../sass/partials/_typography.scss */
  .button-big-light, .button-big-dark {
    font-size: 40px;
  }
}
/* line 173, ../sass/partials/_typography.scss */
.button-big-light:hover, .button-big-dark:hover {
  text-decoration: none;
}

/* line 175, ../sass/partials/_typography.scss */
.button-big-dark {
  background: #000;
  color: #fff;
}

/* line 177, ../sass/partials/_typography.scss */
.clearUL, .utility, .menu.rail, .menu.rail.active, .menu.rail ul, .footer-links, .sfContentBlock .clearUL, .sfContentBlock .utility, .sfContentBlock .menu.rail, .sfContentBlock .menu.rail ul, .menu.rail .sfContentBlock ul, .sfContentBlock .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 185, ../sass/partials/_typography.scss */
label {
  display: block;
  font-weight: bold;
  margin: 20px 0 8px 0;
}

/* line 191, ../sass/partials/_typography.scss */
input[type="text"], select {
  display: block;
  width: 100%;
  line-height: 35px;
  padding: 4px;
  font-family: "Lato", sans-serif;
}

/* line 199, ../sass/partials/_typography.scss */
.sfExample {
  font-style: italic;
}

/* line 201, ../sass/partials/_typography.scss */
textarea {
  display: block;
  width: 100%;
}

/* line 206, ../sass/partials/_typography.scss */
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}

/* line 211, ../sass/partials/_typography.scss */
input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  margin: 0 0 0 5px;
}

/* line 218, ../sass/partials/_typography.scss */
input[type="submit"] {
  float: left;
  width: auto;
  padding: 0 20px;
  margin-top: 30px;
}

/* ==========================================================================
   Global Modules
   - We define modules as larger content that usually have a listing and detailed view.
   - Examples: Events, News, Testimonials
   ========================================================================== */
/* Meta Content
   - This is content that extends or defines the content that it is pared with.
   - Examples: date, author, tag
   ========================================================================== */
/* line 14, ../sass/partials/_modules.scss */
.meta {
  display: block;
  margin: 0 0 1em;
  padding: 0;
}

/* line 20, ../sass/partials/_modules.scss */
.meta-item {
  display: inline-block;
}
/* line 23, ../sass/partials/_modules.scss */
.meta-item:before {
  content: '\2022';
  display: inline-block;
  padding: 0 0.5em;
}
/* line 30, ../sass/partials/_modules.scss */
.meta-item:first-child:before {
  display: none;
}

/* line 40, ../sass/partials/_modules.scss */
.tags .sfTagsList {
  margin-left: -0.2em;
}

/* line 44, ../sass/partials/_modules.scss */
.sfTags {
  display: inline-block;
}

/* line 48, ../sass/partials/_modules.scss */
.sfTagsList {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 53, ../sass/partials/_modules.scss */
.sfTagsList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 59, ../sass/partials/_modules.scss */
.sfTagsList span {
  display: inline-block;
  padding: 2px 6px;
  font-size: 10px;
  font-size: 0.47619rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background: #e6e6e6;
  color: gray;
  text-transform: uppercase;
  border-radius: 4px;
}
/* line 71, ../sass/partials/_modules.scss */
.sfTagsList span[data-tag="Featured"] {
  background: #eea236;
  color: #fff;
}

/* Core Module Styles
   - Provides core styling for modules
   ========================================================================== */
/* line 85, ../sass/partials/_modules.scss */
.module > .title {
  margin-bottom: 20px;
}
/* line 89, ../sass/partials/_modules.scss */
.module .meta {
  margin-bottom: 10px;
  margin-bottom: 0.47619rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
/* line 96, ../sass/partials/_modules.scss */
.module .summary {
  margin-bottom: 1em;
  font-weight: bold;
}
/* line 101, ../sass/partials/_modules.scss */
.module .content {
  margin-bottom: 1em;
}
/* line 105, ../sass/partials/_modules.scss */
.module .back {
  text-transform: capitalize;
}

/* Item Lists Content
   ========================================================================== */
/* line 123, ../sass/partials/_modules.scss */
.module-list {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 128, ../sass/partials/_modules.scss */
.module-list .item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 134, ../sass/partials/_modules.scss */
.module-list .item + .item {
  margin-top: 40px;
}
/* line 138, ../sass/partials/_modules.scss */
.module-list .item .title {
  margin: 0 0 10px;
  margin: 0 0 0.47619rem;
}
/* line 141, ../sass/partials/_modules.scss */
.module-list .item .title a {
  text-decoration: none;
}
/* line 144, ../sass/partials/_modules.scss */
.module-list .item .title a:hover, .module-list .item .title a:focus {
  text-decoration: underline;
}
/* line 150, ../sass/partials/_modules.scss */
.module-list .item .meta {
  margin-bottom: 10px;
  margin-bottom: 0.47619rem;
}
/* line 154, ../sass/partials/_modules.scss */
.module-list .item .summary {
  margin-bottom: 10px;
  margin-bottom: 0.47619rem;
}
/* line 158, ../sass/partials/_modules.scss */
.module-list .item .more {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* ==========================================================================
   Module Specific Styles
   ========================================================================== */
/* line 174, ../sass/partials/_modules.scss */
.testimonial .quote {
  font-size: 22px;
  padding-left: 50px;
  position: relative;
}
/* line 179, ../sass/partials/_modules.scss */
.testimonial .quote:before, .testimonial .quote:after {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: verdana;
  font-size: 100px;
  color: #EFEFEF;
}
/* line 190, ../sass/partials/_modules.scss */
.testimonial .quote:before {
  top: 0;
  left: 0;
  content: open-quote;
}
/* line 191, ../sass/partials/_modules.scss */
.testimonial .quote:after {
  bottom: -50px;
  right: 0;
  content: close-quote;
}
/* line 194, ../sass/partials/_modules.scss */
.testimonial .name {
  display: block;
  font-weight: 700;
  margin-top: 30px;
  padding-left: 50px;
}
/* line 195, ../sass/partials/_modules.scss */
.testimonial .title {
  display: block;
  font-weight: 700;
  padding-left: 50px;
}

/* line 200, ../sass/partials/_modules.scss */
.timeline {
  padding-top: 80px;
  background: url("../Images/layout/timeline-bg.jpg") center no-repeat;
}

/* line 205, ../sass/partials/_modules.scss */
.milestone {
  padding: 10px 0 0 10px;
  position: relative;
  width: 100%;
  overflow: auto;
}
@media (min-width: 60em) {
  /* line 205, ../sass/partials/_modules.scss */
  .milestone {
    padding: 10px 0 0 30px;
  }
}
/* line 212, ../sass/partials/_modules.scss */
.milestone .date {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 113, 188, 0.8);
  padding: 8px 15px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  color: #fff;
}
@media (min-width: 60em) {
  /* line 212, ../sass/partials/_modules.scss */
  .milestone .date {
    left: 20px;
  }
}
/* line 227, ../sass/partials/_modules.scss */
.milestone .sfimageWrp {
  float: left;
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 60em) {
  /* line 227, ../sass/partials/_modules.scss */
  .milestone .sfimageWrp {
    margin: 0 15px 15px 0;
  }
}

/* line 240, ../sass/partials/_modules.scss */
.banner-hero {
  text-align: center;
  position: relative;
}
/* line 244, ../sass/partials/_modules.scss */
.banner-hero .content {
  position: relative;
  display: inline-block;
  padding: 30px 40px;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 60em) {
  /* line 244, ../sass/partials/_modules.scss */
  .banner-hero .content {
    position: absolute;
    top: -400px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 72em) {
  /* line 244, ../sass/partials/_modules.scss */
  .banner-hero .content {
    position: relative;
    margin-top: 25%;
    top: auto;
    left: auto;
    right: auto;
    -moz-border-radius-bottomleft: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -webkit-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
  }
  /* line 270, ../sass/partials/_modules.scss */
  .banner-hero .content .title {
    display: block;
    font-size: 132px;
    line-height: 130px;
    font-weight: 700;
  }
  /* line 271, ../sass/partials/_modules.scss */
  .banner-hero .content .subtitle {
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
  }
  /* line 272, ../sass/partials/_modules.scss */
  .banner-hero .content .txt {
    font-size: 26px;
  }
}

/* line 277, ../sass/partials/_modules.scss */
.banner-gold {
  position: relative;
  width: 100%;
  height: 250px;
}
/* line 282, ../sass/partials/_modules.scss */
.banner-gold .imgwrp {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 290, ../sass/partials/_modules.scss */
.banner-gold .imgwrp img {
  height: 100%;
  max-width: none;
}
/* line 293, ../sass/partials/_modules.scss */
.banner-gold .gold {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(255, 195, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/* line 307, ../sass/partials/_modules.scss */
.banner-rail {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px;
  margin-bottom: 20px;
}
/* line 314, ../sass/partials/_modules.scss */
.banner-rail:hover {
  text-decoration: none;
}
/* line 316, ../sass/partials/_modules.scss */
.banner-rail .imgwrp {
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 326, ../sass/partials/_modules.scss */
.banner-rail .imgwrp img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
/* line 329, ../sass/partials/_modules.scss */
.banner-rail .content {
  position: relative;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/* ==========================================================================
   FAQ Modules
   ========================================================================== */
/* line 5, ../sass/partials/_faq.scss */
.faq-legend {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 2em;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
/* line 12, ../sass/partials/_faq.scss */
.faq-legend ol {
  margin: 0;
  padding: 0 0.5em 0 15px;
}
/* line 17, ../sass/partials/_faq.scss */
.faq-legend li {
  list-style-type: square;
}
/* line 20, ../sass/partials/_faq.scss */
.faq-legend li + li {
  margin-top: 0.2em;
}
/* line 24, ../sass/partials/_faq.scss */
.faq-legend li a {
  text-decoration: none;
}
/* line 27, ../sass/partials/_faq.scss */
.faq-legend li a:hover, .faq-legend li a:focus {
  text-decoration: underline;
}

/* line 37, ../sass/partials/_faq.scss */
.faq-details .module-list .item + .item {
  margin-top: 20px;
}
/* line 43, ../sass/partials/_faq.scss */
.faq-details .item .title {
  padding-right: 40px;
}
/* line 47, ../sass/partials/_faq.scss */
.faq-details .item .top {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: 0.47619rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}
/* line 56, ../sass/partials/_faq.scss */
.faq-details .item .top:hover, .faq-details .item .top:focus {
  text-decoration: underline;
}
/* line 60, ../sass/partials/_faq.scss */
.faq-details .item .top:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 4px;
  width: 0px;
  height: 0px;
  margin-right: 4px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #cccccc transparent;
}

/* ================================================================
   Search Form
   ================================================================ */
/* line 5, ../sass/partials/_search.scss */
.sfsearchBox {
  display: block;
  height: 0px;
  overflow: hidden;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 10, ../sass/partials/_search.scss */
.sfsearchBox.active {
  height: 70px;
}

/* line 13, ../sass/partials/_search.scss */
.sfsearchTxt {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 4px;
  margin: 15px 0;
  font-family: "Play", sans-serif;
}

/* line 23, ../sass/partials/_search.scss */
.sfsearchSubmit {
  display: none;
}

/* ================================================================
   Search Results
   ================================================================ */
/* line 31, ../sass/partials/_search.scss */
.sfsearchResultStatistics {
  color: #ccc;
}

/* line 38, ../sass/partials/_search.scss */
.sfsearchResultsWrp dd {
  margin-left: 0;
}
/* line 42, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultTitle {
  display: inline-block;
}
/* line 46, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultTitle:first-child {
  margin-top: 0;
}
/* line 51, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultSnippet {
  display: none;
}
/* line 55, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultUrl {
  display: none;
  font-size: 12px;
  font-size: 0.57143rem;
}
/* line 59, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultUrl a {
  display: inline-block;
  font-weight: normal;
}
/* line 63, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultUrl a:before {
  content: '(';
}
/* line 67, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultUrl a:after {
  content: ')';
}
/* line 73, ../sass/partials/_search.scss */
.sfsearchResultsWrp .sfsearchResultHighLighter {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

/* ==========================================================================
   Comments - Styles
   ========================================================================== */
/* Comments
   ========================================================================== */
/* line 12, ../sass/partials/_comments.scss */
.sfcommentsFormWrp, .sfcommentsListWrp {
  margin-top: 2em;
}

/* line 16, ../sass/partials/_comments.scss */
.sfcommentsTitle {
  margin-bottom: 10px;
}

/* Comment List
   ========================================================================== */
/* line 24, ../sass/partials/_comments.scss */
.sfcommentsList {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
/* line 29, ../sass/partials/_comments.scss */
.sfcommentsList > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
}
/* line 36, ../sass/partials/_comments.scss */
.sfcommentsList > li + li {
  margin-top: 20px;
}

/* line 42, ../sass/partials/_comments.scss */
.sfcommentNumber {
  display: none;
}

/* line 46, ../sass/partials/_comments.scss */
.sfcommentDate:before {
  content: ' - ';
}

/* Post Comment
   ========================================================================== */
/* line 54, ../sass/partials/_comments.scss */
.sfcommentsFieldsList {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 60, ../sass/partials/_comments.scss */
.sfcommentsFieldsList > li {
  position: relative;
  display: block;
  margin: 0 0 1em;
}
@media (min-width: 48em) {
  /* line 60, ../sass/partials/_comments.scss */
  .sfcommentsFieldsList > li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
  }
  /* line 70, ../sass/partials/_comments.scss */
  .sfcommentsFieldsList > li:nth-child(3n) {
    padding-right: 0;
  }
  /* line 74, ../sass/partials/_comments.scss */
  .sfcommentsFieldsList > li:nth-child(3n-2) {
    padding-left: 0;
  }
}
/* line 79, ../sass/partials/_comments.scss */
.sfcommentsFieldsList > li.sfcommentEditor {
  float: none;
  width: auto;
  clear: both;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 90, ../sass/partials/_comments.scss */
.sfcommentsFieldsList .sfTxt {
  width: 100%;
}
/* line 94, ../sass/partials/_comments.scss */
.sfcommentsFieldsList .sfTxtLbl {
  font-weight: bold;
}
/* line 98, ../sass/partials/_comments.scss */
.sfcommentsFieldsList .sfNote {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

/* Error Message
   ========================================================================== */
/* line 115, ../sass/partials/_comments.scss */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: 0.57143rem;
}

/* ================================================================
Menu Styles
================================================================ */
/* Menu Toggle Styles */
/* line 9, ../sass/partials/_menu.scss */
.no-js .icon-menu, .no-js .icon-menu:before {
  display: none;
}
@media (min-width: 60em) {
  /* line 7, ../sass/partials/_menu.scss */
  .icon-menu, .icon-menu:before {
    display: none;
  }
}

/* line 20, ../sass/partials/_menu.scss */
.menu, .menu li, .menu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 27, ../sass/partials/_menu.scss */
.menu {
  display: none;
}
/* line 30, ../sass/partials/_menu.scss */
.menu.active {
  display: block !important;
}
@media (min-width: 60em) {
  /* line 30, ../sass/partials/_menu.scss */
  .menu.active {
    display: table !important;
  }
}
@media (min-width: 60em) {
  /* line 27, ../sass/partials/_menu.scss */
  .menu {
    display: block !important;
  }
}
/* line 42, ../sass/partials/_menu.scss */
.menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 47, ../sass/partials/_menu.scss */
.menu a:hover, .menu a:focus {
  text-decoration: none;
}
/* line 53, ../sass/partials/_menu.scss */
.menu ul {
  display: none;
}
/* line 56, ../sass/partials/_menu.scss */
.menu ul.active {
  display: block;
}

/* line 64, ../sass/partials/_menu.scss */
.menu ul ul .sub-indicator,
.menu ul ul ul {
  display: none !important;
}
@media (min-width: 60em) {
  /* line 63, ../sass/partials/_menu.scss */
  .menu {
    display: table;
    width: 100%;
  }
  /* line 71, ../sass/partials/_menu.scss */
  .menu > li {
    display: table-cell;
  }
  /* line 76, ../sass/partials/_menu.scss */
  .menu .menu-item-wrap {
    position: relative;
  }
  /* line 81, ../sass/partials/_menu.scss */
  .menu ul {
    position: absolute;
    top: 100%;
    margin-top: -20px;
    text-align: left;
    left: 0;
    z-index: 999;
    width: 100%;
    min-width: 11em;
  }
  /* line 92, ../sass/partials/_menu.scss */
  .menu ul ul {
    top: 0;
    left: 100%;
    margin-top: 0;
  }
  /* line 98, ../sass/partials/_menu.scss */
  .menu ul ul .sub-indicator {
    display: none;
  }
  /* line 99, ../sass/partials/_menu.scss */
  .menu ul ul ul {
    display: none !important;
  }
  /* line 104, ../sass/partials/_menu.scss */
  .menu li:hover > .menu-item-wrap > ul, .menu li:hover > ul {
    display: block;
  }
  /* line 109, ../sass/partials/_menu.scss */
  .menu last child aligns to the right
  > li:last-child ul {
    right: 0;
    left: auto;
  }
  /* line 114, ../sass/partials/_menu.scss */
  .menu last child aligns to the right
  > li:last-child ul ul {
    right: 100%;
  }
}

/* line 120, ../sass/partials/_menu.scss */
nav {
  overflow: visible;
}

/* line 122, ../sass/partials/_menu.scss */
.menu {
  text-align: right;
  width: 80%;
  clear: both;
  position: absolute;
  left: 100%;
  top: -50px;
  padding-top: 50px;
}
@media (min-width: 60em) {
  /* line 122, ../sass/partials/_menu.scss */
  .menu {
    float: right;
    width: auto;
    clear: none;
    position: relative;
    left: auto;
    top: auto;
    padding-top: 0px;
  }
}
/* line 141, ../sass/partials/_menu.scss */
.menu li {
  display: block;
  position: relative;
}
/* line 145, ../sass/partials/_menu.scss */
.menu li a {
  display: block;
  line-height: 50px;
  text-align: left;
  padding-left: 18px;
  border-bottom: 1px solid #CCC;
}
/* line 155, ../sass/partials/_menu.scss */
.menu li a .sub-indicator:after {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  width: 50px;
  background: #0071bc;
  font-family: 'icomoon';
  color: #fff;
  content: "\e605";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 174, ../sass/partials/_menu.scss */
.menu li a .sub-indicator.active:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #FFF;
}
/* line 182, ../sass/partials/_menu.scss */
.menu li li a {
  background: #ffc300;
}
@media (min-width: 60em) {
  /* line 141, ../sass/partials/_menu.scss */
  .menu li {
    display: inline-block;
    margin: 0 12px;
    text-align: left;
    border: none;
  }
  /* line 190, ../sass/partials/_menu.scss */
  .menu li a {
    color: black;
    font-size: 21px;
    line-height: 75px;
    font-weight: 700;
    border-bottom: none;
    padding-left: 0;
    background: transparent !important;
  }
  /* line 199, ../sass/partials/_menu.scss */
  .menu li a .sub-indicator:after {
    width: auto;
    right: 8px;
    line-height: 40px;
    background: transparent;
  }
  /* line 204, ../sass/partials/_menu.scss */
  .menu li > div > a.sfSel:after {
    display: block;
    content: " ";
    width: 50%;
    height: 5px;
    background: #0071bc;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  /* line 215, ../sass/partials/_menu.scss */
  .menu li > div > a .sub-indicator {
    display: none;
  }
  /* line 218, ../sass/partials/_menu.scss */
  .menu li:hover a {
    color: #b8292f;
  }
  /* line 220, ../sass/partials/_menu.scss */
  .menu li li {
    background: #ffc300;
    padding: 10px;
    text-align: left;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  /* line 228, ../sass/partials/_menu.scss */
  .menu li li:hover {
    background: #e6b000;
  }
  /* line 229, ../sass/partials/_menu.scss */
  .menu li li a, .menu li li a:hover {
    line-height: 28px;
    padding: 0;
    color: #fff;
  }
}

/* line 235, ../sass/partials/_menu.scss */
.utility {
  position: absolute;
  right: 10px;
  top: -50px;
}
@media (min-width: 60em) {
  /* line 235, ../sass/partials/_menu.scss */
  .utility {
    position: relative;
    float: right;
    right: auto;
    top: auto;
  }
}
/* line 248, ../sass/partials/_menu.scss */
.utility li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  cursor: pointer;
}
/* line 254, ../sass/partials/_menu.scss */
.utility li.active:before {
  color: #CCC;
}

/* line 261, ../sass/partials/_menu.scss */
.menu.rail, .menu.rail.active, .menu.rail ul {
  position: relative;
  display: none !important;
}
@media (min-width: 60em) {
  /* line 261, ../sass/partials/_menu.scss */
  .menu.rail, .menu.rail.active, .menu.rail ul {
    display: block !important;
  }
}

/* line 268, ../sass/partials/_menu.scss */
.menu.rail {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin: -140px 0 50px;
  padding: 10px 0 50px;
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
}
/* line 277, ../sass/partials/_menu.scss */
.menu.rail li, .menu.rail li:hover {
  display: block;
  padding: 10px 0 0;
  margin: 0;
  position: relative;
}
/* line 283, ../sass/partials/_menu.scss */
.menu.rail li:first-child a, .menu.rail li:first-child a.sfSel, .menu.rail li:hover:first-child a, .menu.rail li:hover:first-child a.sfSel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
}
/* line 288, ../sass/partials/_menu.scss */
.menu.rail li:first-child a:after, .menu.rail li:first-child a.sfSel:after, .menu.rail li:hover:first-child a:after, .menu.rail li:hover:first-child a.sfSel:after {
  display: none;
}
/* line 291, ../sass/partials/_menu.scss */
.menu.rail li > div > a.sfSel, .menu.rail li a, .menu.rail li:hover > div > a.sfSel, .menu.rail li:hover a {
  display: block;
  padding-left: 45px;
  line-height: 50px;
  color: #fff;
}
/* line 296, ../sass/partials/_menu.scss */
.menu.rail li > div > a.sfSel:hover, .menu.rail li a:hover, .menu.rail li:hover > div > a.sfSel:hover, .menu.rail li:hover a:hover {
  text-decoration: none;
}
/* line 297, ../sass/partials/_menu.scss */
.menu.rail li > div > a.sfSel .sub-indicator, .menu.rail li a .sub-indicator, .menu.rail li:hover > div > a.sfSel .sub-indicator, .menu.rail li:hover a .sub-indicator {
  display: none;
}
/* line 299, ../sass/partials/_menu.scss */
.menu.rail li > div > a.sfSel:after, .menu.rail li a:after, .menu.rail li:hover > div > a.sfSel:after, .menu.rail li:hover a:after {
  display: block;
  content: " ";
  width: 15%;
  height: 5px;
  background: #0071bc;
  position: absolute;
  bottom: 0px;
  left: 30px;
}
/* line 310, ../sass/partials/_menu.scss */
.menu.rail li > div > a.sfSel.sfSel:after, .menu.rail li a.sfSel:after, .menu.rail li:hover > div > a.sfSel.sfSel:after, .menu.rail li:hover a.sfSel:after {
  background: #fff;
}
/* line 314, ../sass/partials/_menu.scss */
.menu.rail li > div > a.sfSel:hover:after, .menu.rail li a:hover:after, .menu.rail li:hover > div > a.sfSel:hover:after, .menu.rail li:hover a:hover:after {
  background: #ffc300;
}
/* line 319, ../sass/partials/_menu.scss */
.menu.rail li li, .menu.rail li:hover li {
  display: block;
  background: #ffc300;
}
/* line 322, ../sass/partials/_menu.scss */
.menu.rail li li:after, .menu.rail li:hover li:after {
  display: none;
}
/* line 325, ../sass/partials/_menu.scss */
.menu.rail li a.sfSel + ul, .menu.rail li:hover a.sfSel + ul {
  display: block;
}
/* line 327, ../sass/partials/_menu.scss */
.menu.rail li a.sfSel + ul a:after, .menu.rail li:hover a.sfSel + ul a:after {
  display: none;
}

/* line 335, ../sass/partials/_menu.scss */
.breadcrumbs {
  position: relative;
  top: -50px;
  width: 100%;
  display: none;
}
@media (min-width: 60em) {
  /* line 335, ../sass/partials/_menu.scss */
  .breadcrumbs {
    display: block;
  }
}
/* line 342, ../sass/partials/_menu.scss */
.breadcrumbs a {
  font-weight: 700;
  line-height: 50px;
}
/* line 347, ../sass/partials/_menu.scss */
.breadcrumbs li:last-child a {
  text-decoration: none !important;
}
/* line 349, ../sass/partials/_menu.scss */
.breadcrumbs .RadSiteMap .rsmItem + .rsmItem:before {
  font-family: "icomoon" !important;
  content: "\e605" !important;
  line-height: 50px !important;
  font-size: 14px !important;
  top: 0 !important;
  left: 2px !important;
  margin: 0 5px 0 2px !important;
}

/* line 363, ../sass/partials/_menu.scss */
.footer-links {
  text-align: center;
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid #CCC;
  font-family: "Lato", sans-serif;
}
/* line 371, ../sass/partials/_menu.scss */
.footer-links li {
  display: block;
  padding: 5px 0;
}
@media (min-width: 60em) {
  /* line 371, ../sass/partials/_menu.scss */
  .footer-links li {
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #b8292f;
  }
  /* line 379, ../sass/partials/_menu.scss */
  .footer-links li:last-child {
    border: none;
  }
}
/* line 382, ../sass/partials/_menu.scss */
.footer-links li a, .footer-links li a.sfSel {
  font-weight: 400;
}
/* line 384, ../sass/partials/_menu.scss */
.footer-links li a:hover, .footer-links li a.sfSel:hover {
  text-decoration: none;
  color: black;
}

/* ================================================================
   Photos Styles
   ================================================================ */
/* line 11, ../sass/partials/_photos.scss */
.gallery .gallery-list {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 17, ../sass/partials/_photos.scss */
.gallery .gallery-list li {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}
/* line 28, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list {
  margin: 0 -10px;
  text-align: left;
}
/* line 32, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list li {
  margin: 10px;
}
/* line 37, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list-item {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 25%;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 0 0em black;
  -webkit-box-shadow: 0 0 0em black;
  box-shadow: 0 0 0em black;
}
/* line 47, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list-item:hover, .gallery[data-style="thumbnails"] .gallery-list-item:focus {
  -moz-box-shadow: 0 0 1em black;
  -webkit-box-shadow: 0 0 1em black;
  box-shadow: 0 0 1em black;
}

/* line 58, ../sass/partials/_photos.scss */
.gallery-list-item-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 11px;
  font-size: 0.52381rem;
  line-height: 12px;
  line-height: 0.57143rem;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 71, ../sass/partials/_photos.scss */
.gallery-list-item-comment:after {
  display: inline-block;
  padding-left: 2px;
}
/* line 77, ../sass/partials/_photos.scss */
.gallery-list-item-comment:hover, .gallery-list-item-comment:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 82, ../sass/partials/_photos.scss */
.gallery-list-item-comment.sfcommentsEmpty {
  display: none;
}
/* line 87, ../sass/partials/_photos.scss */
[data-popup="true"] + .gallery-list-item-comment {
  display: none;
}

/* Nav Rail
================================================================ */
/* line 7, ../sass/partials/_nav-rail.scss */
.nav-rail {
  padding: 10px 0;
}

/* line 11, ../sass/partials/_nav-rail.scss */
.nav-rail-list {
  display: block;
  margin: 0;
  padding: 0 0 15px;
  background: #b8292f;
}
/* line 17, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul, .nav-rail-list li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 52, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul {
  display: none;
}
/* line 56, ../sass/partials/_nav-rail.scss */
.nav-rail-list .active > ul {
  display: block;
}
/* line 61, ../sass/partials/_nav-rail.scss */
.nav-rail-list a {
  display: block;
  position: relative;
  padding: 10px 30px;
  background: #b8292f;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 0.85714rem;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 71, ../sass/partials/_nav-rail.scss */
.nav-rail-list a:hover, .nav-rail-list a:focus {
  background: #8e2024;
  text-decoration: none;
}
/* line 77, ../sass/partials/_nav-rail.scss */
.nav-rail-list > li:first-child > a {
  padding-top: 25px;
}
/* line 83, ../sass/partials/_nav-rail.scss */
.nav-rail-list .active > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  bottom: 5px;
  height: 3px;
  width: 35px;
  background: #fff;
}
/* line 97, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul a {
  padding: 5px 20px 5px 40px;
  font-size: 14px;
  font-size: 0.66667rem;
}
/* line 102, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul > li:first-child > a {
  padding-top: 10px;
}
/* line 103, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul > li:last-child > a {
  padding-bottom: 10px;
}
/* line 105, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul .active > a {
  text-decoration: underline;
}
/* line 108, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul .active > a:after {
  display: none;
}
/* line 114, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul ul a {
  padding-left: 50px;
  font-size: 12px;
  font-size: 0.57143rem;
}

/* ================================================================
   Page Meta Area
    - Breadcrumbs
    - Page Tools
   ================================================================ */
/* line 7, ../sass/partials/_page-meta.scss */
.page-meta {
  margin-bottom: 2em;
}

/* Page Tools (Print | Email | Share)
   ================================================================ */
/* line 16, ../sass/partials/_page-meta.scss */
.page-tools {
  display: none;
  float: right;
  padding-right: 1em;
  font-size: 13px;
  font-size: 0.61905rem;
}
@media (min-width: 48em) {
  /* line 16, ../sass/partials/_page-meta.scss */
  .page-tools {
    display: block;
  }
}
/* line 26, ../sass/partials/_page-meta.scss */
.page-tools ul {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 32, ../sass/partials/_page-meta.scss */
.page-tools li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 38, ../sass/partials/_page-meta.scss */
.page-tools a {
  display: block;
  padding: 0 0.5em;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  color: #231f20;
  font-size: 14px;
  font-size: 0.66667rem;
}
/* line 48, ../sass/partials/_page-meta.scss */
.page-tools a:before {
  margin-right: 0.4em;
}
/* line 52, ../sass/partials/_page-meta.scss */
.page-tools a[title="Print"]:before {
  content: '';
}
/* line 56, ../sass/partials/_page-meta.scss */
.page-tools a[title="Email"]:before {
  content: '';
}
/* line 60, ../sass/partials/_page-meta.scss */
.page-tools a[title="Share"]:before {
  content: '';
}

/* Breadcrumbs
   ================================================================ */
/* Instructions:

#Breadcrumbs

 - Make sure you remove the Separator (or "crumb") from the widget by removing all the contents from the widget's Advanced -> NodeSeperatorMarkup. There's almost never a time when we can't add the behavior we want to a :before state.
 - We have different crumb styles predefined. Currently we have [triangle, font] but will add [dot, line, image, none]

*/
/* line 90, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp {
  float: left;
  font-size: 21px;
  font-size: 1rem;
}
/* line 94, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap {
  color: inherit;
  font-family: inherit;
}
/* line 98, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmFlow {
  text-align: left;
  padding-bottom: 0;
}
/* line 104, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem {
  position: relative;
  font-size: inherit;
  font-weight: normal;
  display: block;
  float: left;
  clear: none;
}
/* line 112, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem {
  padding-left: 20px;
}
/* line 115, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 0px;
  height: 0px;
  content: '>';
  margin-top: -11.5px;
  margin-left: -2px;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  color: #231f20;
}
/* line 143, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:last-child .rsmLink {
  color: #b8292f;
  cursor: default;
}
/* line 150, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink {
  display: block;
  padding: 0;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-size: 1rem;
}
/* line 157, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:hover, .sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:focus {
  border: none;
  background: none;
}

/* line 167, ../sass/partials/_page-meta.scss */
.sfBreadcrumbNodeSeparator {
  display: none;
}

/* ================================================================

#Pagination

Standard Sitefinity pager. Builds off of the format: 

`<div class="sf_pagerNumeric"><a class="sf_PagerCurrent" href="#">1</a><a href="#">2</a><a href="#">3</a><a href="#">4</a></div>`

   ================================================================ */
/*.sf_pagerNumeric {
	@extend .clearfix;
	margin: 0 0 1em;
	text-align: right;

	a {
		display: inline-block;
		padding: 0 0.2em;
		font-family: $font-heading;
		@include x-rem(font-size, 14px);
		text-transform: uppercase;
		text-decoration: none;
		color: $color-primary;

		&:hover, &:focus {
			text-decoration: underline;
		}

		&.disabled {
			color: hsl(0%, 0%, 60%);

			&:hover, &:focus {
				text-decoration: none;
			}
		}
	}

	span {
		display: inline-block;
		padding: 0 0.2em;
		font-family: $font-heading;
		@include x-rem(font-size, 14px);
		text-transform: uppercase;
		color: hsl(0%, 0%, 60%);
	}

	.next {
		&:before{
			// content: 'Next';
			content: '';
			position: relative;
			top: -2px;
			display: inline-block;
			width:0;
			height: 0;
			border-style: solid;
			border-width: 3px 0 3px 5px;
			border-color: transparent transparent transparent $color-primary;
		}


		&.disabled, &:hover, &:focus {
			&:before {
				border-color: transparent transparent transparent hsl(0%, 0%, 60%);
			}
		}

	}

	.prev {
		&:before{
			// content: 'Previous';
			content: '';
			position: relative;
			top: -2px;
			display: inline-block;
			width:0;
			height: 0;
			border-style: solid;
			border-width: 3px 5px 3px 0;
			border-color: transparent $color-primary transparent transparent;
		}

		&.disabled, &:hover, &:focus {
			&:before {
				border-color: transparent hsl(0%, 0%, 60%) transparent transparent;
			}
		}
	}

	.sf_PagerCurrent {
		color: hsl(0%, 0%, 60%);

		&:hover, &:focus {
			text-decoration: none;
		}
	}
}*/
/* ================================================================

#Pagination

Standard Sitefinity pager. Builds off of the format: 

`<div class="sf_pagerNumeric"><a class="sf_PagerCurrent" href="#">1</a><a href="#">2</a><a href="#">3</a><a href="#">4</a></div>`

   ================================================================ */
/* line 113, ../sass/partials/_pagination.scss */
.sf_pagerNumeric {
  clear: both;
  padding-top: 50px;
  marign: auto;
  text-align: right;
}
/* line 121, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  background: #b8292f;
  color: #fff;
}
@media (min-width: 48em) {
  /* line 121, ../sass/partials/_pagination.scss */
  .sf_pagerNumeric a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
}
/* line 134, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
  background: #a3242a;
  text-decoration: none;
}
/* line 139, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a.disabled {
  background: black;
}
/* line 141, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a.sf_PagerCurrent {
  background: transparent;
  border: 1px solid #b8292f;
  color: #b8292f;
}
/* line 148, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .next, .sf_pagerNumeric .next:hover,
.sf_pagerNumeric .prev, .sf_pagerNumeric .prev:hover {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  width: 60px;
  height: 60px;
  font-size: 60px;
}
/* line 157, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .next:before, .sf_pagerNumeric .next:hover:before,
.sf_pagerNumeric .prev:before, .sf_pagerNumeric .prev:hover:before {
  display: block;
  font-family: 'icomoon';
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  color: black;
}
/* line 167, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .next.disabled:before, .sf_pagerNumeric .next:hover.disabled:before,
.sf_pagerNumeric .prev.disabled:before, .sf_pagerNumeric .prev:hover.disabled:before {
  display: none;
}
/* line 170, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .prev, .sf_pagerNumeric .prev:hover {
  text-align: left;
}
/* line 171, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .next, .sf_pagerNumeric .next:hover {
  text-align: right;
}

/* ================================================================
   Tab Styles
   ================================================================ */
/* Responsive Tabs */
/* Mobile First */
/* line 8, ../sass/partials/_tabs.scss */
.tab-section {
  background: #e8e8e8;
  border: 1px solid #222;
}

/* line 13, ../sass/partials/_tabs.scss */
.tab-section + .tab-section {
  border-top-width: 0;
}

/* line 17, ../sass/partials/_tabs.scss */
.tab-content {
  padding: 1em;
  background: #fff;
}

/* line 22, ../sass/partials/_tabs.scss */
.js .tab-content {
  display: none;
}

/* line 26, ../sass/partials/_tabs.scss */
.tab-content.active {
  display: block;
}

/* line 30, ../sass/partials/_tabs.scss */
.tab-nav {
  display: none;
}

/* line 34, ../sass/partials/_tabs.scss */
.tab-header {
  display: block;
  padding: 1em;
  color: #5a5a5a;
  cursor: pointer;
  text-decoration: none;
}

/* line 42, ../sass/partials/_tabs.scss */
.tab-header:hover, .tab-header:focus {
  background: #dcdcdc;
  text-decoration: none;
}

/* line 47, ../sass/partials/_tabs.scss */
.js .tab-header:before {
  content: '\2b\a0';
}

/* line 51, ../sass/partials/_tabs.scss */
.js .tab-header.active:before {
  content: '\2013\a0';
}

/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em */
@media (min-width: 30em) {
  /* line 57, ../sass/partials/_tabs.scss */
  .tab-nav {
    display: block;
  }

  /* line 61, ../sass/partials/_tabs.scss */
  .tab-nav a {
    display: block;
    padding: 0.5em 1.5em;
    float: left;
    background: #e8e8e8;
    color: #5a5a5a;
    text-decoration: none;
  }

  /* line 70, ../sass/partials/_tabs.scss */
  .tab-nav a:hover, .tab-nav a:focus {
    text-decoration: none;
    background: #fff;
  }

  /* line 75, ../sass/partials/_tabs.scss */
  .tab-nav a.active {
    background: #fff;
  }

  /* line 79, ../sass/partials/_tabs.scss */
  .tab-header {
    display: none;
  }

  /* line 86, ../sass/partials/_tabs.scss */
  .tab-content {
    padding: 1em;
  }

  /* line 90, ../sass/partials/_tabs.scss */
  .tab-section {
    display: none;
  }

  /* line 94, ../sass/partials/_tabs.scss */
  .tab-section + .tab-section {
    border-top-width: 1px;
  }

  /* line 98, ../sass/partials/_tabs.scss */
  .tab-section.active {
    display: block;
  }

  /* line 102, ../sass/partials/_tabs.scss */
  .tab-section.active .tab-content {
    display: block;
  }

  /* line 106, ../sass/partials/_tabs.scss */
  .no-js .tab-section {
    display: block;
  }
}
/* ================================================================
   Sitemap Styles
   ================================================================ */
/* line 11, ../sass/partials/_sitemap.scss */
.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  background: #b8292f;
  color: #fff;
  text-decoration: none;
}
/* line 19, ../sass/partials/_sitemap.scss */
.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  background: #8e2024;
  text-decoration: none;
}

/* line 27, ../sass/partials/_sitemap.scss */
.sitemap ul, .sitemap li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 33, ../sass/partials/_sitemap.scss */
.sitemap a {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  padding: 4px 0;
}
/* line 41, ../sass/partials/_sitemap.scss */
.sitemap > ul > li {
  display: inline-block;
  width: 300px;
  margin-bottom: 2em;
  vertical-align: top;
}
/* line 51, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul {
  margin-left: 20px;
}
/* line 54, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul ul {
  margin-left: 10px;
}
/* line 57, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul ul a {
  font-size: 0.9em;
}
/* line 62, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul ul ul a {
  font-weight: normal;
  color: black;
}
/* line 70, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li {
  position: relative;
}
/* line 73, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  height: 100%;
  width: 1px;
  background: #db9497;
}
/* line 84, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:first-child:before {
  height: 100%;
  top: 1em;
}
/* line 89, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:last-child:before {
  height: 8px;
}
/* line 93, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:first-child:last-child:before {
  height: 0;
}
/* line 97, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li > a:after {
  content: '';
  position: absolute;
  top: 1em;
  left: -14px;
  z-index: 3;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  background: #db9497;
  border-radius: 8px;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
/* line 6, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 13, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 30, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 38, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 43, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 56, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 64, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 76, ../sass/vendor/_owltheme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(../Images/vendor/owlcarousel/AjaxLoader.gif) no-repeat center center;
}

/* line 84, ../sass/vendor/_owltheme.scss */
.timeline .owl-controls {
  text-align: right;
}
/* line 88, ../sass/vendor/_owltheme.scss */
.timeline .owl-next, .timeline .owl-prev {
  width: 70px;
  height: 70px;
  background: #efefef !important;
  text-align: center;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  margin: 0 2px !important;
  padding: 0 !important;
  opacity: 1 !important;
}
/* line 98, ../sass/vendor/_owltheme.scss */
.timeline .owl-next:before, .timeline .owl-prev:before {
  display: block;
  line-height: 70px;
  font-family: 'icomoon';
  color: #333;
  font-size: 40px;
}

/*  PRIMARY LAYOUT STYLES
================================================================*/
/* line 3, ../sass/partials/_base.scss */
header {
  z-index: 9999;
  width: 100%;
  min-height: 75px;
  border-top: 50px solid #efefef;
  border-bottom: 1px solid #EFEFEF;
  background: rgba(255, 255, 255, 0.9);
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}
@media (min-width: 60em) {
  /* line 3, ../sass/partials/_base.scss */
  header {
    border-top: none;
    position: fixed;
  }
}
/* line 14, ../sass/partials/_base.scss */
header .logo {
  display: block;
  text-align: center;
  float: left;
  height: 55px;
  padding-top: 10px;
}
@media (min-width: 0em) and (max-width: 59.9em) {
  /* line 14, ../sass/partials/_base.scss */
  header .logo {
    width: 100%;
  }
}
/* line 21, ../sass/partials/_base.scss */
header .logo img {
  height: 55px;
}

/* line 25, ../sass/partials/_base.scss */
main {
  min-height: 500px;
  position: relative;
}
/* line 26, ../sass/partials/_base.scss */
main .grid-4.pull-8 {
  margin-top: 40px;
}
@media (min-width: 60em) {
  /* line 25, ../sass/partials/_base.scss */
  main {
    padding-top: 75px;
  }
  /* line 30, ../sass/partials/_base.scss */
  main .grid-4.pull-8 {
    margin-top: 0px;
  }
}
/* line 36, ../sass/partials/_base.scss */
main .mast {
  width: 100%;
  height: 135px;
  margin-bottom: 30px;
  background: url("../Images/layout/mast-bg.jpg") center;
  border-bottom: 50px solid #efefef;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 60em) {
  /* line 36, ../sass/partials/_base.scss */
  main .mast {
    margin-bottom: 0;
  }
}
/* line 46, ../sass/partials/_base.scss */
main .aft {
  width: 100%;
  margin-top: 70px;
  padding: 70px 0;
  text-align: center;
  background: url("../Images/layout/aft-bg.jpg") center black;
}
/* line 53, ../sass/partials/_base.scss */
main .aft .button, main .aft .sfcommentsSubmitBtnWrp [type="submit"], .sfcommentsSubmitBtnWrp main .aft [type="submit"] {
  display: inline-block;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  line-height: 75px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  color: black;
}
/* line 68, ../sass/partials/_base.scss */
main .parallax {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 73, ../sass/partials/_base.scss */
main .parallax.sec1 {
  position: relative;
  background: black;
}
/* line 77, ../sass/partials/_base.scss */
main .parallax.sec1 img {
  width: 100%;
  position: relative;
}
/* line 80, ../sass/partials/_base.scss */
main .parallax.sec2 {
  position: relative;
  background: #FFF;
}
/* line 83, ../sass/partials/_base.scss */
main .parallax.sec2 .container, main .parallax.sec2 .container-full {
  padding: 100px 0;
}
/* line 86, ../sass/partials/_base.scss */
main .parallax.sec3 {
  position: relative;
  background: url("../Images/layout/pacman-bg-lg.jpg") fixed 0 0;
  max-height: 100vh;
}
/* line 91, ../sass/partials/_base.scss */
main .parallax.sec3 .parallax-Overlay {
  background: url("../Images/layout/pacman-overlay.png") center top no-repeat;
  color: #fff;
}
/* line 94, ../sass/partials/_base.scss */
main .parallax.sec3 .parallax-Overlay .container, main .parallax.sec3 .parallax-Overlay .container-full {
  padding: 270px 0;
}
/* line 98, ../sass/partials/_base.scss */
main .parallax.sec4 {
  position: relative;
  background: #ffc300;
  padding: 80px 0;
  max-height: 100vh;
}
/* line 105, ../sass/partials/_base.scss */
main .parallax.sec5 {
  position: relative;
  max-height: 100vh;
  background: black;
  overflow: auto;
  border-bottom: 2px solid #005289;
}
/* line 111, ../sass/partials/_base.scss */
main .parallax.sec5 .sfImageWrapper {
  float: left;
}
/* line 114, ../sass/partials/_base.scss */
main .parallax.sec6 {
  position: relative;
  height: 80px;
  background: #0d0d0d;
}
/* line 120, ../sass/partials/_base.scss */
main .parallax .skip-to-content, main .parallax .scrollToTop {
  display: none;
  position: absolute;
  z-index: 8888;
  bottom: 0px;
  right: 25%;
  height: 80px;
  color: #CCC;
  font-size: 40px;
  line-height: 80px;
}
/* line 130, ../sass/partials/_base.scss */
main .parallax .skip-to-content:hover, main .parallax .scrollToTop:hover {
  text-decoration: none;
}
/* line 131, ../sass/partials/_base.scss */
main .parallax .skip-to-content:after, main .parallax .scrollToTop:after {
  font-family: "icomoon";
}
@media (min-width: 72em) {
  /* line 136, ../sass/partials/_base.scss */
  main .parallax.sec1 {
    margin-top: -75px;
    min-height: 100vh;
  }
  /* line 136, ../sass/partials/_base.scss */
  main .parallax.sec1 img {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
  }
  /* line 137, ../sass/partials/_base.scss */
  main .parallax.sec3 {
    min-height: 100vh;
  }
  /* line 138, ../sass/partials/_base.scss */
  main .parallax .skip-to-content, main .parallax .scrollToTop {
    display: block;
  }
}
/* line 142, ../sass/partials/_base.scss */
main .expander a:after {
  display: inline-block;
  padding-left: 10px;
  font-family: 'icomoon';
  content: "\e605";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 150, ../sass/partials/_base.scss */
main .expandable {
  display: none;
}
/* line 150, ../sass/partials/_base.scss */
main .expandable.active {
  display: block;
}

/* line 153, ../sass/partials/_base.scss */
footer {
  position: relative;
  text-align: center;
  padding: 40px 0;
  background: #fff;
  width: 100%;
  overflow: auto;
}
/* line 161, ../sass/partials/_base.scss */
footer .logo {
  display: block;
  width: 100%;
  height: 40px;
}
/* line 165, ../sass/partials/_base.scss */
footer .logo img {
  height: 40px;
}

/* ================================================================
   Print Styles
   ================================================================ */
@media print {
  /* line 6, ../sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 7, ../sass/partials/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 9, ../sass/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 10, ../sass/partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 11, ../sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 12, ../sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 13, ../sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 14, ../sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 16, ../sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 17, ../sass/partials/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 8, ../sass/vendor/_sf-admin.scss */
.Sitefinity.RadEditor, .Sitefinity.RadEditor * {
  font-family: inherit;
}

/* line 34, ../sass/vendor/_sf-admin.scss */
.RadDockZone .rdContent * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, ../sass/vendor/_sf-admin.scss */
.ZoneEditorToolboxContainer h2 {
  font-family: arial, sans-serif;
}

/* line 42, ../sass/vendor/_sf-admin.scss */
.zeDockZoneEmpty {
  background: rgba(255, 255, 255, 0.3) !important;
}

/* line 45, ../sass/vendor/_sf-admin.scss */
.sfLayoutPropsContainer .sfTxt {
  color: #000;
}

/* line 50, ../sass/vendor/_sf-admin.scss */
.sfPageEditor .addthis-smartlayers {
  display: none;
}

/* line 55, ../sass/vendor/_sf-admin.scss */
.sfTemplateEditor .sfLayoutWidthSlider,
.sfTemplateEditor #columnList {
  display: none !important;
}

/* line 62, ../sass/vendor/_sf-admin.scss */
.zeContentMode .sfPageContainer .RadDock_Sitefinity .rdContent {
  min-height: 15px;
}

/* line 73, ../sass/vendor/_sf-admin.scss */
#ZoneEditor {
  overflow: visible !important;
}

/* line 79, ../sass/vendor/_sf-admin.scss */
.sfPageEditor header {
  position: relative !important;
}
/* line 81, ../sass/vendor/_sf-admin.scss */
.sfPageEditor .menu.rail, .sfPageEditor .breadcrumbs {
  margin-top: 0;
  top: 0;
}
/* line 83, ../sass/vendor/_sf-admin.scss */
.sfPageEditor .expandable {
  display: block !important;
}
