/* ==========================================================================
   style.scss - imports settings & project specific styles
   ========================================================================== */
/**
* Common Styles
*
* Include common css libraries we use across most sites.
*
* TODO: - Flag commonly used libraries and add them.
*/
/* ==========================================================================
   normalize.scss - A browser standards css tool. Overview and reasonings at http://nicolasgallagher.com/about-normalize-css
   ========================================================================== */
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

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

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

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

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

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

.fancybox-inner {
  overflow: hidden; }

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

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

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

.fancybox-nav:hover span {
  visibility: visible; }

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

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

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

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

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

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

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

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

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

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  border-radius: 4px;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  opacity: .7; }

.flex-control-thumbs li:hover {
  opacity: 1; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/**
* Project Base Styles
*
* Include a link to each of the project based styles.
*
* TODO: - Build a project base folder and file structure. How does everyone
*       else structure their files?
*
*/
/* ==========================================================================
   settings.scss - setup project settings and vars
   ========================================================================== */
/* Framework Setup
 ========================================================================== */
/* Colours
  ========================================================================== */
/* Font Families
 ========================================================================== */
/* Breakpoints - Max widths
  ========================================================================== */
/* ==========================================================================
   jockstrap.scss - Wordpress Starter Kit
   ========================================================================== */
/* Only use jockstrap if it has been set as true in _settings.scss */
/* Import Jockstrap Elements */
/* ==========================================================================
   jockstrap/grid
   ========================================================================== */
.container {
  width: 94%;
  max-width: 940px;
  margin: 0 auto; }

.clear {
  display: block;
  clear: both; }

.row {
  width: 102.127659574%;
  margin-left: -1.04166666667%; }

[class*="col-"] {
  float: left;
  margin: 0 1.04166666667%;
  min-height: 1px; }

.col-1 {
  width: 6.25%; }

.col-2 {
  width: 14.5833333333%; }

.col-3 {
  width: 22.9166666667%; }

.col-4 {
  width: 31.25%; }

.col-5 {
  width: 39.5833333333%; }

.col-6 {
  width: 47.9166666667%; }

.col-7 {
  width: 56.25%; }

.col-8 {
  width: 64.5833333333%; }

.col-9 {
  width: 72.9166666667%; }

.col-10 {
  width: 81.25%; }

.col-11 {
  width: 89.5833333333%; }

.col-12 {
  width: 97.9166666667%; }

.col-12 .row {
  width: 102.127659574%;
  margin-left: -1.06382978723%; }

.col-12 [class*="col-"] {
  margin: 0 1.04166666667%; }

.col-12 .col-12 {
  width: 97.9166666667%; }

.col-12 .col-11 {
  width: 89.5833333333%; }

.col-12 .col-10 {
  width: 81.25%; }

.col-12 .col-9 {
  width: 72.9166666667%; }

.col-12 .col-8 {
  width: 64.5833333333%; }

.col-12 .col-7 {
  width: 56.25%; }

.col-12 .col-6 {
  width: 47.9166666667%; }

.col-12 .col-5 {
  width: 39.5833333333%; }

.col-12 .col-4 {
  width: 31.25%; }

.col-12 .col-3 {
  width: 22.9166666667%; }

.col-12 .col-2 {
  width: 14.5833333333%; }

.col-12 .col-1 {
  width: 6.25%; }

.col-11 .row {
  width: 102.325581395%;
  margin-left: -1.16279069767%; }

.col-11 [class*="col-"] {
  margin: 0 1.13636363636%; }

.col-11 .col-11 {
  width: 97.7272727273%; }

.col-11 .col-10 {
  width: 88.6363636364%; }

.col-11 .col-9 {
  width: 79.5454545455%; }

.col-11 .col-8 {
  width: 70.4545454545%; }

.col-11 .col-7 {
  width: 61.3636363636%; }

.col-11 .col-6 {
  width: 52.2727272727%; }

.col-11 .col-5 {
  width: 43.1818181818%; }

.col-11 .col-4 {
  width: 34.0909090909%; }

.col-11 .col-3 {
  width: 25%; }

.col-11 .col-2 {
  width: 15.9090909091%; }

.col-11 .col-1 {
  width: 6.81818181818%; }

.col-10 .row {
  width: 102.564102564%;
  margin-left: -1.28205128205%; }

.col-10 [class*="col-"] {
  margin: 0 1.25%; }

.col-10 .col-10 {
  width: 97.5%; }

.col-10 .col-9 {
  width: 87.5%; }

.col-10 .col-8 {
  width: 77.5%; }

.col-10 .col-7 {
  width: 67.5%; }

.col-10 .col-6 {
  width: 57.5%; }

.col-10 .col-5 {
  width: 47.5%; }

.col-10 .col-4 {
  width: 37.5%; }

.col-10 .col-3 {
  width: 27.5%; }

.col-10 .col-2 {
  width: 17.5%; }

.col-10 .col-1 {
  width: 7.5%; }

.col-9 .row {
  width: 102.857142857%;
  margin-left: -1.42857142857%; }

.col-9 [class*="col-"] {
  margin: 0 1.38888888889%; }

.col-9 .col-9 {
  width: 97.2222222222%; }

.col-9 .col-8 {
  width: 86.1111111111%; }

.col-9 .col-7 {
  width: 75%; }

.col-9 .col-6 {
  width: 63.8888888889%; }

.col-9 .col-5 {
  width: 52.7777777778%; }

.col-9 .col-4 {
  width: 41.6666666667%; }

.col-9 .col-3 {
  width: 30.5555555556%; }

.col-9 .col-2 {
  width: 19.4444444444%; }

.col-9 .col-1 {
  width: 8.33333333333%; }

.col-8 .row {
  width: 103.225806452%;
  margin-left: -1.61290322581%; }

.col-8 [class*="col-"] {
  margin: 0 1.5625%; }

.col-8 .col-8 {
  width: 96.875%; }

.col-8 .col-7 {
  width: 84.375%; }

.col-8 .col-6 {
  width: 71.875%; }

.col-8 .col-5 {
  width: 59.375%; }

.col-8 .col-4 {
  width: 46.875%; }

.col-8 .col-3 {
  width: 34.375%; }

.col-8 .col-2 {
  width: 21.875%; }

.col-8 .col-1 {
  width: 9.375%; }

.col-7 .row {
  width: 103.703703704%;
  margin-left: -1.85185185185%; }

.col-7 [class*="col-"] {
  margin: 0 1.78571428571%; }

.col-7 .col-7 {
  width: 96.4285714286%; }

.col-7 .col-6 {
  width: 82.1428571429%; }

.col-7 .col-5 {
  width: 67.8571428571%; }

.col-7 .col-4 {
  width: 53.5714285714%; }

.col-7 .col-3 {
  width: 39.2857142857%; }

.col-7 .col-2 {
  width: 25%; }

.col-7 .col-1 {
  width: 10.7142857143%; }

.col-6 .row {
  width: 104.347826087%;
  margin-left: -2.17391304348%; }

.col-6 [class*="col-"] {
  margin: 0 2.08333333333%; }

.col-6 .col-6 {
  width: 95.8333333333%; }

.col-6 .col-5 {
  width: 79.1666666667%; }

.col-6 .col-4 {
  width: 62.5%; }

.col-6 .col-3 {
  width: 45.8333333333%; }

.col-6 .col-2 {
  width: 29.1666666667%; }

.col-6 .col-1 {
  width: 12.5%; }

.col-5 .row {
  width: 105.263157895%;
  margin-left: -2.63157894737%; }

.col-5 [class*="col-"] {
  margin: 0 2.5%; }

.col-5 .col-5 {
  width: 95%; }

.col-5 .col-4 {
  width: 75%; }

.col-5 .col-3 {
  width: 55%; }

.col-5 .col-2 {
  width: 35%; }

.col-5 .col-1 {
  width: 15%; }

.col-4 .row {
  width: 106.666666667%;
  margin-left: -3.33333333333%; }

.col-4 [class*="col-"] {
  margin: 0 3.125%; }

.col-4 .col-4 {
  width: 93.75%; }

.col-4 .col-3 {
  width: 68.75%; }

.col-4 .col-2 {
  width: 43.75%; }

.col-4 .col-1 {
  width: 18.75%; }

.col-3 .row {
  width: 109.090909091%;
  margin-left: -4.54545454545%; }

.col-3 [class*="col-"] {
  margin: 0 4.16666666667%; }

.col-3 .col-3 {
  width: 91.6666666667%; }

.col-3 .col-2 {
  width: 58.3333333333%; }

.col-3 .col-1 {
  width: 25%; }

.col-2 .row {
  width: 114.285714286%;
  margin-left: -7.14285714286%; }

.col-2 [class*="col-"] {
  margin: 0 6.25%; }

.col-2 .col-2 {
  width: 87.5%; }

.col-2 .col-1 {
  width: 37.5%; }

.col-1 .row {
  width: 133.333333333%;
  margin-left: -16.6666666667%; }

.col-1 [class*="col-"] {
  margin: 0 12.5%; }

.col-1 .col-1 {
  width: 75%; }

@media (max-width: 768px) {
  .tablet-col-1 {
    width: 6.25%; }

  .tablet-col-2 {
    width: 14.5833333333%; }

  .tablet-col-3 {
    width: 22.9166666667%; }

  .tablet-col-4 {
    width: 31.25%; }

  .tablet-col-5 {
    width: 39.5833333333%; }

  .tablet-col-6 {
    width: 47.9166666667%; }

  .tablet-col-7 {
    width: 56.25%; }

  .tablet-col-8 {
    width: 64.5833333333%; }

  .tablet-col-9 {
    width: 72.9166666667%; }

  .tablet-col-10 {
    width: 81.25%; }

  .tablet-col-11 {
    width: 89.5833333333%; }

  .tablet-col-12 {
    width: 97.9166666667%; }

  .tablet-col-12 .row {
    width: 102.127659574%;
    margin-left: -1.06382978723%; }

  .tablet-col-12 [class*="col-"] {
    margin: 0 1.04166666667%; }

  .tablet-col-12 .tablet-col-12 {
    width: 97.9166666667%; }

  .tablet-col-12 .tablet-col-11 {
    width: 89.5833333333%; }

  .tablet-col-12 .tablet-col-10 {
    width: 81.25%; }

  .tablet-col-12 .tablet-col-9 {
    width: 72.9166666667%; }

  .tablet-col-12 .tablet-col-8 {
    width: 64.5833333333%; }

  .tablet-col-12 .tablet-col-7 {
    width: 56.25%; }

  .tablet-col-12 .tablet-col-6 {
    width: 47.9166666667%; }

  .tablet-col-12 .tablet-col-5 {
    width: 39.5833333333%; }

  .tablet-col-12 .tablet-col-4 {
    width: 31.25%; }

  .tablet-col-12 .tablet-col-3 {
    width: 22.9166666667%; }

  .tablet-col-12 .tablet-col-2 {
    width: 14.5833333333%; }

  .tablet-col-12 .tablet-col-1 {
    width: 6.25%; }

  .tablet-col-11 .row {
    width: 102.325581395%;
    margin-left: -1.16279069767%; }

  .tablet-col-11 [class*="col-"] {
    margin: 0 1.13636363636%; }

  .tablet-col-11 .tablet-col-11 {
    width: 97.7272727273%; }

  .tablet-col-11 .tablet-col-10 {
    width: 88.6363636364%; }

  .tablet-col-11 .tablet-col-9 {
    width: 79.5454545455%; }

  .tablet-col-11 .tablet-col-8 {
    width: 70.4545454545%; }

  .tablet-col-11 .tablet-col-7 {
    width: 61.3636363636%; }

  .tablet-col-11 .tablet-col-6 {
    width: 52.2727272727%; }

  .tablet-col-11 .tablet-col-5 {
    width: 43.1818181818%; }

  .tablet-col-11 .tablet-col-4 {
    width: 34.0909090909%; }

  .tablet-col-11 .tablet-col-3 {
    width: 25%; }

  .tablet-col-11 .tablet-col-2 {
    width: 15.9090909091%; }

  .tablet-col-11 .tablet-col-1 {
    width: 6.81818181818%; }

  .tablet-col-10 .row {
    width: 102.564102564%;
    margin-left: -1.28205128205%; }

  .tablet-col-10 [class*="col-"] {
    margin: 0 1.25%; }

  .tablet-col-10 .tablet-col-10 {
    width: 97.5%; }

  .tablet-col-10 .tablet-col-9 {
    width: 87.5%; }

  .tablet-col-10 .tablet-col-8 {
    width: 77.5%; }

  .tablet-col-10 .tablet-col-7 {
    width: 67.5%; }

  .tablet-col-10 .tablet-col-6 {
    width: 57.5%; }

  .tablet-col-10 .tablet-col-5 {
    width: 47.5%; }

  .tablet-col-10 .tablet-col-4 {
    width: 37.5%; }

  .tablet-col-10 .tablet-col-3 {
    width: 27.5%; }

  .tablet-col-10 .tablet-col-2 {
    width: 17.5%; }

  .tablet-col-10 .tablet-col-1 {
    width: 7.5%; }

  .tablet-col-9 .row {
    width: 102.857142857%;
    margin-left: -1.42857142857%; }

  .tablet-col-9 [class*="col-"] {
    margin: 0 1.38888888889%; }

  .tablet-col-9 .tablet-col-9 {
    width: 97.2222222222%; }

  .tablet-col-9 .tablet-col-8 {
    width: 86.1111111111%; }

  .tablet-col-9 .tablet-col-7 {
    width: 75%; }

  .tablet-col-9 .tablet-col-6 {
    width: 63.8888888889%; }

  .tablet-col-9 .tablet-col-5 {
    width: 52.7777777778%; }

  .tablet-col-9 .tablet-col-4 {
    width: 41.6666666667%; }

  .tablet-col-9 .tablet-col-3 {
    width: 30.5555555556%; }

  .tablet-col-9 .tablet-col-2 {
    width: 19.4444444444%; }

  .tablet-col-9 .tablet-col-1 {
    width: 8.33333333333%; }

  .tablet-col-8 .row {
    width: 103.225806452%;
    margin-left: -1.61290322581%; }

  .tablet-col-8 [class*="col-"] {
    margin: 0 1.5625%; }

  .tablet-col-8 .tablet-col-8 {
    width: 96.875%; }

  .tablet-col-8 .tablet-col-7 {
    width: 84.375%; }

  .tablet-col-8 .tablet-col-6 {
    width: 71.875%; }

  .tablet-col-8 .tablet-col-5 {
    width: 59.375%; }

  .tablet-col-8 .tablet-col-4 {
    width: 46.875%; }

  .tablet-col-8 .tablet-col-3 {
    width: 34.375%; }

  .tablet-col-8 .tablet-col-2 {
    width: 21.875%; }

  .tablet-col-8 .tablet-col-1 {
    width: 9.375%; }

  .tablet-col-7 .row {
    width: 103.703703704%;
    margin-left: -1.85185185185%; }

  .tablet-col-7 [class*="col-"] {
    margin: 0 1.78571428571%; }

  .tablet-col-7 .tablet-col-7 {
    width: 96.4285714286%; }

  .tablet-col-7 .tablet-col-6 {
    width: 82.1428571429%; }

  .tablet-col-7 .tablet-col-5 {
    width: 67.8571428571%; }

  .tablet-col-7 .tablet-col-4 {
    width: 53.5714285714%; }

  .tablet-col-7 .tablet-col-3 {
    width: 39.2857142857%; }

  .tablet-col-7 .tablet-col-2 {
    width: 25%; }

  .tablet-col-7 .tablet-col-1 {
    width: 10.7142857143%; }

  .tablet-col-6 .row {
    width: 104.347826087%;
    margin-left: -2.17391304348%; }

  .tablet-col-6 [class*="col-"] {
    margin: 0 2.08333333333%; }

  .tablet-col-6 .tablet-col-6 {
    width: 95.8333333333%; }

  .tablet-col-6 .tablet-col-5 {
    width: 79.1666666667%; }

  .tablet-col-6 .tablet-col-4 {
    width: 62.5%; }

  .tablet-col-6 .tablet-col-3 {
    width: 45.8333333333%; }

  .tablet-col-6 .tablet-col-2 {
    width: 29.1666666667%; }

  .tablet-col-6 .tablet-col-1 {
    width: 12.5%; }

  .tablet-col-5 .row {
    width: 105.263157895%;
    margin-left: -2.63157894737%; }

  .tablet-col-5 [class*="col-"] {
    margin: 0 2.5%; }

  .tablet-col-5 .tablet-col-5 {
    width: 95%; }

  .tablet-col-5 .tablet-col-4 {
    width: 75%; }

  .tablet-col-5 .tablet-col-3 {
    width: 55%; }

  .tablet-col-5 .tablet-col-2 {
    width: 35%; }

  .tablet-col-5 .tablet-col-1 {
    width: 15%; }

  .tablet-col-4 .row {
    width: 106.666666667%;
    margin-left: -3.33333333333%; }

  .tablet-col-4 [class*="col-"] {
    margin: 0 3.125%; }

  .tablet-col-4 .tablet-col-4 {
    width: 93.75%; }

  .tablet-col-4 .tablet-col-3 {
    width: 68.75%; }

  .tablet-col-4 .tablet-col-2 {
    width: 43.75%; }

  .tablet-col-4 .tablet-col-1 {
    width: 18.75%; }

  .tablet-col-3 .row {
    width: 109.090909091%;
    margin-left: -4.54545454545%; }

  .tablet-col-3 [class*="col-"] {
    margin: 0 4.16666666667%; }

  .tablet-col-3 .tablet-col-3 {
    width: 91.6666666667%; }

  .tablet-col-3 .tablet-col-2 {
    width: 58.3333333333%; }

  .tablet-col-3 .tablet-col-1 {
    width: 25%; }

  .tablet-col-2 .row {
    width: 114.285714286%;
    margin-left: -7.14285714286%; }

  .tablet-col-2 [class*="col-"] {
    margin: 0 6.25%; }

  .tablet-col-2 .tablet-col-2 {
    width: 87.5%; }

  .tablet-col-2 .tablet-col-1 {
    width: 37.5%; }

  .tablet-col-1 .row {
    width: 133.333333333%;
    margin-left: -16.6666666667%; }

  .tablet-col-1 [class*="col-"] {
    margin: 0 12.5%; }

  .tablet-col-1 .tablet-col-1 {
    width: 75%; } }
@media (max-width: 480px) {
  .phone-col-1 {
    width: 6.25%; }

  .phone-col-2 {
    width: 14.5833333333%; }

  .phone-col-3 {
    width: 22.9166666667%; }

  .phone-col-4 {
    width: 31.25%; }

  .phone-col-5 {
    width: 39.5833333333%; }

  .phone-col-6 {
    width: 47.9166666667%; }

  .phone-col-7 {
    width: 56.25%; }

  .phone-col-8 {
    width: 64.5833333333%; }

  .phone-col-9 {
    width: 72.9166666667%; }

  .phone-col-10 {
    width: 81.25%; }

  .phone-col-11 {
    width: 89.5833333333%; }

  .phone-col-12 {
    width: 97.9166666667%; }

  .phone-col-12 .row {
    width: 102.127659574%;
    margin-left: -1.06382978723%; }

  .phone-col-12 [class*="col-"] {
    margin: 0 1.04166666667%; }

  .phone-col-12 .phone-col-12 {
    width: 97.9166666667%; }

  .phone-col-12 .phone-col-11 {
    width: 89.5833333333%; }

  .phone-col-12 .phone-col-10 {
    width: 81.25%; }

  .phone-col-12 .phone-col-9 {
    width: 72.9166666667%; }

  .phone-col-12 .phone-col-8 {
    width: 64.5833333333%; }

  .phone-col-12 .phone-col-7 {
    width: 56.25%; }

  .phone-col-12 .phone-col-6 {
    width: 47.9166666667%; }

  .phone-col-12 .phone-col-5 {
    width: 39.5833333333%; }

  .phone-col-12 .phone-col-4 {
    width: 31.25%; }

  .phone-col-12 .phone-col-3 {
    width: 22.9166666667%; }

  .phone-col-12 .phone-col-2 {
    width: 14.5833333333%; }

  .phone-col-12 .phone-col-1 {
    width: 6.25%; }

  .phone-col-11 .row {
    width: 102.325581395%;
    margin-left: -1.16279069767%; }

  .phone-col-11 [class*="col-"] {
    margin: 0 1.13636363636%; }

  .phone-col-11 .phone-col-11 {
    width: 97.7272727273%; }

  .phone-col-11 .phone-col-10 {
    width: 88.6363636364%; }

  .phone-col-11 .phone-col-9 {
    width: 79.5454545455%; }

  .phone-col-11 .phone-col-8 {
    width: 70.4545454545%; }

  .phone-col-11 .phone-col-7 {
    width: 61.3636363636%; }

  .phone-col-11 .phone-col-6 {
    width: 52.2727272727%; }

  .phone-col-11 .phone-col-5 {
    width: 43.1818181818%; }

  .phone-col-11 .phone-col-4 {
    width: 34.0909090909%; }

  .phone-col-11 .phone-col-3 {
    width: 25%; }

  .phone-col-11 .phone-col-2 {
    width: 15.9090909091%; }

  .phone-col-11 .phone-col-1 {
    width: 6.81818181818%; }

  .phone-col-10 .row {
    width: 102.564102564%;
    margin-left: -1.28205128205%; }

  .phone-col-10 [class*="col-"] {
    margin: 0 1.25%; }

  .phone-col-10 .phone-col-10 {
    width: 97.5%; }

  .phone-col-10 .phone-col-9 {
    width: 87.5%; }

  .phone-col-10 .phone-col-8 {
    width: 77.5%; }

  .phone-col-10 .phone-col-7 {
    width: 67.5%; }

  .phone-col-10 .phone-col-6 {
    width: 57.5%; }

  .phone-col-10 .phone-col-5 {
    width: 47.5%; }

  .phone-col-10 .phone-col-4 {
    width: 37.5%; }

  .phone-col-10 .phone-col-3 {
    width: 27.5%; }

  .phone-col-10 .phone-col-2 {
    width: 17.5%; }

  .phone-col-10 .phone-col-1 {
    width: 7.5%; }

  .phone-col-9 .row {
    width: 102.857142857%;
    margin-left: -1.42857142857%; }

  .phone-col-9 [class*="col-"] {
    margin: 0 1.38888888889%; }

  .phone-col-9 .phone-col-9 {
    width: 97.2222222222%; }

  .phone-col-9 .phone-col-8 {
    width: 86.1111111111%; }

  .phone-col-9 .phone-col-7 {
    width: 75%; }

  .phone-col-9 .phone-col-6 {
    width: 63.8888888889%; }

  .phone-col-9 .phone-col-5 {
    width: 52.7777777778%; }

  .phone-col-9 .phone-col-4 {
    width: 41.6666666667%; }

  .phone-col-9 .phone-col-3 {
    width: 30.5555555556%; }

  .phone-col-9 .phone-col-2 {
    width: 19.4444444444%; }

  .phone-col-9 .phone-col-1 {
    width: 8.33333333333%; }

  .phone-col-8 .row {
    width: 103.225806452%;
    margin-left: -1.61290322581%; }

  .phone-col-8 [class*="col-"] {
    margin: 0 1.5625%; }

  .phone-col-8 .phone-col-8 {
    width: 96.875%; }

  .phone-col-8 .phone-col-7 {
    width: 84.375%; }

  .phone-col-8 .phone-col-6 {
    width: 71.875%; }

  .phone-col-8 .phone-col-5 {
    width: 59.375%; }

  .phone-col-8 .phone-col-4 {
    width: 46.875%; }

  .phone-col-8 .phone-col-3 {
    width: 34.375%; }

  .phone-col-8 .phone-col-2 {
    width: 21.875%; }

  .phone-col-8 .phone-col-1 {
    width: 9.375%; }

  .phone-col-7 .row {
    width: 103.703703704%;
    margin-left: -1.85185185185%; }

  .phone-col-7 [class*="col-"] {
    margin: 0 1.78571428571%; }

  .phone-col-7 .phone-col-7 {
    width: 96.4285714286%; }

  .phone-col-7 .phone-col-6 {
    width: 82.1428571429%; }

  .phone-col-7 .phone-col-5 {
    width: 67.8571428571%; }

  .phone-col-7 .phone-col-4 {
    width: 53.5714285714%; }

  .phone-col-7 .phone-col-3 {
    width: 39.2857142857%; }

  .phone-col-7 .phone-col-2 {
    width: 25%; }

  .phone-col-7 .phone-col-1 {
    width: 10.7142857143%; }

  .phone-col-6 .row {
    width: 104.347826087%;
    margin-left: -2.17391304348%; }

  .phone-col-6 [class*="col-"] {
    margin: 0 2.08333333333%; }

  .phone-col-6 .phone-col-6 {
    width: 95.8333333333%; }

  .phone-col-6 .phone-col-5 {
    width: 79.1666666667%; }

  .phone-col-6 .phone-col-4 {
    width: 62.5%; }

  .phone-col-6 .phone-col-3 {
    width: 45.8333333333%; }

  .phone-col-6 .phone-col-2 {
    width: 29.1666666667%; }

  .phone-col-6 .phone-col-1 {
    width: 12.5%; }

  .phone-col-5 .row {
    width: 105.263157895%;
    margin-left: -2.63157894737%; }

  .phone-col-5 [class*="col-"] {
    margin: 0 2.5%; }

  .phone-col-5 .phone-col-5 {
    width: 95%; }

  .phone-col-5 .phone-col-4 {
    width: 75%; }

  .phone-col-5 .phone-col-3 {
    width: 55%; }

  .phone-col-5 .phone-col-2 {
    width: 35%; }

  .phone-col-5 .phone-col-1 {
    width: 15%; }

  .phone-col-4 .row {
    width: 106.666666667%;
    margin-left: -3.33333333333%; }

  .phone-col-4 [class*="col-"] {
    margin: 0 3.125%; }

  .phone-col-4 .phone-col-4 {
    width: 93.75%; }

  .phone-col-4 .phone-col-3 {
    width: 68.75%; }

  .phone-col-4 .phone-col-2 {
    width: 43.75%; }

  .phone-col-4 .phone-col-1 {
    width: 18.75%; }

  .phone-col-3 .row {
    width: 109.090909091%;
    margin-left: -4.54545454545%; }

  .phone-col-3 [class*="col-"] {
    margin: 0 4.16666666667%; }

  .phone-col-3 .phone-col-3 {
    width: 91.6666666667%; }

  .phone-col-3 .phone-col-2 {
    width: 58.3333333333%; }

  .phone-col-3 .phone-col-1 {
    width: 25%; }

  .phone-col-2 .row {
    width: 114.285714286%;
    margin-left: -7.14285714286%; }

  .phone-col-2 [class*="col-"] {
    margin: 0 6.25%; }

  .phone-col-2 .phone-col-2 {
    width: 87.5%; }

  .phone-col-2 .phone-col-1 {
    width: 37.5%; }

  .phone-col-1 .row {
    width: 133.333333333%;
    margin-left: -16.6666666667%; }

  .phone-col-1 [class*="col-"] {
    margin: 0 12.5%; }

  .phone-col-1 .phone-col-1 {
    width: 75%; } }
/* ==========================================================================
   jockstrap/typography
   ========================================================================== */
p, li, td, th {
  line-height: 1.75em; }

a:hover,
a:focus {
  outline: none;
  text-decoration: none; }

.no-underline {
  text-decoration: none; }

.no-underline:hover {
  text-decoration: underline; }

hr {
  border: 0 none;
  background: #e2e2e2;
  height: 1px;
  display: block;
  margin: 20px 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* ==========================================================================
   jockstrap/wordpress
   ========================================================================== */
.alignright {
  float: right;
  margin-left: 20px; }

.alignleft {
  float: left;
  margin-right: 20px; }

.aligncenter {
  float: left;
  margin: 0 auto; }

/* ==========================================================================
   jockstrap/animation
   ========================================================================== */
.fade-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear;
          transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear; }

.fade-show.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s 0s linear;
          transition: opacity 0.25s 0s linear; }

/* ==========================================================================
   jockstrap/helpers
   ========================================================================== */
/* Image Replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  font-size: 0;
  line-height: 0; }

input.ir {
  border: 0 none;
  background: none; }

/* Horizontal List */
.hl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative; }

.hl > li {
  float: left;
  display: block;
  margin: 0;
  padding: 0; }

.hl > li.fr {
  float: right; }

/* Horizontal List: Clearfix */
.hl:before, .hl:after {
  content: "";
  display: table;
  line-height: 0; }

.hl:after {
  clear: both; }

/* Block List */
.bl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative; }

.bl > li {
  display: block;
  margin: 0;
  padding: 0;
  float: none; }

/* Full width */
img.fw {
  width: 100%; }

/* icon */
[class^="sprite-"],
[class*=" sprite-"] {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  background: url(../images/sprite.png);
  margin: 0; }

/* Browser */
.visible {
  display: block;
  visibility: visible; }

.hidden {
  display: none;
  visibility: visible; }

/* Float */
.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

/* Align */
.al {
  text-align: left; }

.ar {
  text-align: right; }

.ac {
  text-align: center; }

/* Tablet */
@media (max-width: 768px) {
  .tablet-visible {
    display: block; }

  .tablet-hidden {
    display: none; }

  /* Horizontal List */
  .tablet-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }

  .tablet-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0; }

  .tablet-hl > li.fr {
    float: right; }

  /* Block List */
  .tablet-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }

  .tablet-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none; }

  /* Float */
  .tablet-fl {
    float: left; }

  .tablet-fr {
    float: right; }

  .tablet-fn {
    float: none; }

  /* Align */
  .tablet-al {
    text-align: left; }

  .tablet-ar {
    text-align: right; }

  .tablet-ac {
    text-align: center; }

  .tablet-margin {
    margin-top: 20px !important; } }
/* Phone */
@media (max-width: 480px) {
  .phone-visible {
    display: block; }

  .phone-hidden {
    display: none; }

  /* Horizontal List */
  .phone-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }

  .phone-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0; }

  .phone-hl > li.fr {
    float: right; }

  /* Block List */
  .phone-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }

  .phone-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none; }

  /* Float */
  .phone-fl {
    float: left; }

  .phone-fr {
    float: right; }

  .phone-fn {
    float: none; }

  /* Align */
  .phone-al {
    text-align: left; }

  .phone-ar {
    text-align: right; }

  .phone-ac {
    text-align: center; }

  .phone-margin {
    margin-top: 20px !important; } }
/*
*  Retina
*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^="sprite-"],
  [class*=" sprite-"] {
    background-image: url(../images/sprite@2x.png);
    background-size: 500px 500px; } }
/* ==========================================================================
   wordpress.scss - Wordpress Styles [http://codex.wordpress.org/CSS]
   ========================================================================== */
/* ==========================================================================
   24-starter.scss - 24 Theme Layout styles
   ========================================================================== */
.page-header {
  margin: 10px 0 0; }

/* ==========================================================================
   global.scss - Project specific global styles
   ========================================================================== */
/*--------------------------------------------------------------------------
*
* Global
*
*-------------------------------------------------------------------------*/
body {
  font-family: "aktiv-grotesk-std",sans-serif;
  overflow-x: hidden;
  color: #4A4A4A; }

.home .page-content {
  overflow-x: hidden; }

/*--------------------------------------------------------------------------
*
* Typography
*
*-------------------------------------------------------------------------*/
h4 {
  font-size: 22px; }

blockquote * {
  display: inline; }

p {
  font-size: 15px;
  color: #4A4A4A;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-weight: 300; }

hr {
  border: 0 none;
  background: #C6C5B5;
  height: 1px;
  display: block;
  margin: 40px 0; }

a {
  color: #50E3C2;
  text-decoration: none;
  -webkit-transition: .60s;
  transition: .60s; }

a:active, a:hover {
  outline: 0;
  color: #343333;
  -webkit-transition: .60s;
  transition: .60s; }

span {
  display: inline-block; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

.container {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto; }

#container-header {
  max-width: 1190px; }

.container-fluid {
  display: inline-block; }

.ct {
  text-align: center; }

.page-header {
  margin: 0px;
  height: auto;
  z-index: 9999;
  border-bottom: 3px solid #50E3C2; }

.home .page-header {
  border-bottom: 0px; }

.logo {
  height: auto;
  margin-left: 10%;
  overflow: hidden; }

a.logo-link {
  float: left;
  display: inline-block;
  width: 211px; }

.home .header-container {
  border-bottom: 3px solid #50E3C2;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;
  background-color: #ffffff;
  opacity: 0.9;
  margin-top: 15px; }

.header-container {
  border-bottom: 0px;
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 0px;
  background-color: #ffffff;
  opacity: 0.9;
  margin-top: 10px; }

.menu-main-menu-container {
  padding-top: 17px; }

.page-content {
  min-height: 982px;
  height: auto; }

.home .page-footer {
  height: 160px;
  float: left;
  width: 100%;
  background-color: #343333;
  color: #ffffff;
  margin-top: -4px;
  padding-top: 30px; }

.page-footer {
  height: 160px;
  float: left;
  width: 100%;
  background-color: #343333;
  color: #ffffff;
  margin-top: 50px;
  padding-top: 30px; }

.copyright {
  font-size: 12px;
  color: #6F6F6F;
  letter-spacing: 0.5px;
  line-height: 16.5px;
  font-weight: 100;
  padding-top: 50px; }
  .copyright a {
    color: #6F6F6F;
    text-decoration: none; }

.footer-logo {
  color: #ffffff;
  float: left; }

.menu-footer-menu-container ul {
  list-style: none;
  float: left;
  padding: 0px;
  margin: 0px;
  padding-left: 45px; }
  .menu-footer-menu-container ul li {
    letter-spacing: 0.5px;
    line-height: 13px;
    text-transform: uppercase;
    padding-bottom: 13px;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none; }
  .menu-footer-menu-container ul a {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none; }

.menu-footer-menu-container .fa-instagram:before {
  margin-right: 10px; }

.menu-footer-menu-container .fa-facebook:before {
  margin-right: 10px; }

.menu-footer-menu-container ul li.connect {
  padding-bottom: 15px; }

#menu-sub-menu #menu-item-23 > a {
  color: #AAAAAA; }

#mc_embed_signup {
  clear: left; }

body #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100%;
  padding-bottom: 0%;
  min-height: 50px;
  padding-right: 0px;
  padding-left: 0px; }

body .env {
  background-image: url(../../../../_24/library/assets/images/submit.png);
  width: 40px !important;
  height: 37px;
  font-size: 0px !important; }

body #mc_embed_signup .button {
  clear: both;
  background-color: #50E3C2;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 38px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  border: 0px; }

.submit-button {
  float: right;
  position: relative; }

body #mc_embed_signup .mc-field-group input {
  display: inline-block;
  width: 60%;
  padding: 11px 0;
  text-indent: 2%;
  float: left;
  font-size: 12px;
  color: #868686;
  letter-spacing: 1px;
  line-height: 14px;
  font-style: italic;
  border: 0;
  font-weight: 100;
  padding-left: 10px;
  float: right; }

.the-envelope {
  position: absolute;
  top: 10px;
  left: 9px; }

body #mc-embedded-subscribe {
  margin: 0px; }

body #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #343333;
  font-weight: bold;
  z-index: 1;
  color: #fff;
  width: 52%;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  padding: 0px;
  padding-top: 7px;
  font-style: italic;
  float: right;
  text-align: right; }

.mob-show {
  display: none; }

.mob-hide {
  display: inline-block; }

.hide {
  display: none; }

.nav-hide {
  display: none; }

.page #mc_embed_signup #mce-success-response {
  color: #ffffff;
  display: none;
  font-weight: 400;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px; }

.page #mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0px;
  clear: both;
  padding: 0px;
  color: #ffffff;
  width: 70%;
  float: right; }

.page #mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 100%;
  padding-bottom: 20px;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  font-weight: 400; }

iframe {
  display: block;
  width: 100%; }

.mobile-navigation .menu-mobile-menu-container ul {
  list-style: none;
  padding-left: 0px;
  padding-right: 10px; }

.row {
  overflow: hidden; }

/* ==========================================================================
   slider.scss - All Slider Styles
   ========================================================================== */
.primary-slider {
  position: relative; }

.flex-control-nav {
  bottom: 40px;
  max-width: 920px;
  position: absolute;
  text-align: center;
  width: 100%; }

/* ==========================================================================
   forms.scss - 24 Theme Form Styles
   ========================================================================== */
/* Default Form Styles
 ========================================================================== */
/* Gravity Forms Styles
 ========================================================================== */
/* ==========================================================================
   navigation.scss - Navigation styles
   ========================================================================== */
.menu-main-menu-container .menu {
  padding: 0;
  margin: 0;
  margin-top: 17px;
  float: left;
  width: 100%;
  list-style: none;
  text-transform: uppercase; }
  .menu-main-menu-container .menu li {
    float: left;
    margin-right: 25px; }
  .menu-main-menu-container .menu a {
    text-decoration: none;
    font-weight: 500;
    color: #343333;
    letter-spacing: 0.9px;
    font-size: 15px; }
  .menu-main-menu-container .menu ul {
    display: none; }

.menu-main-menu li:last-child {
  margin-right: 0px; }

.menu-sub-menu-container {
  float: left;
  display: inline-block;
  width: 170px;
  margin-left: 25px;
  margin-top: 3px; }

#menu-sub-menu {
  padding: 0;
  margin: 0;
  margin-top: 17px;
  float: left;
  width: 100%;
  list-style: none;
  text-transform: uppercase; }
  #menu-sub-menu li {
    margin-right: 25px; }
  #menu-sub-menu a {
    text-decoration: none;
    font-weight: 500;
    color: #343333;
    font-size: 15px;
    letter-spacing: 0.7px; }

ul#menu-sub-menu li:nth-child(2) a {
  font-style: italic; }

ul#menu-sub-menu li:nth-child(1) a {
  letter-spacing: 1.9px; }

ul#menu-sub-menu .current-menu-item a {
  color: #AAAAAA; }

.menu-main-menu-container .menu a:hover {
  color: #50E3C2; }

ul#menu-sub-menu .current-menu-item a:hover {
  color: #50E3C2; }

#menu-sub-menu a:hover {
  color: #50E3C2; }

.menu-footer-menu-container ul a:hover {
  color: #50E3C2; }

a.darken {
  display: inline-block;
  background: black;
  padding: 0px;
  margin: 0px; }

a.darken img {
  display: block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

a.darken:hover img {
  opacity: 0.7; }

a.insta {
  display: inline-block;
  background: black;
  padding: 0px;
  margin: 0px; }

a.insta img {
  display: block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

a.insta:hover img {
  opacity: 0.7; }

a.light img {
  -moz-transform: rotate(0);
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

a.light:hover img {
  opacity: 0.6; }

#menu-main-menu .current-menu-item a {
  color: #50E3C2; }

#my-nav-container ul {
  list-style: none;
  margin-left: 10px;
  padding: 0px; }
#my-nav-container li {
  padding-bottom: 5px;
  padding-top: 5px; }
#my-nav-container a {
  text-decoration: none;
  font-weight: 500;
  color: #343333;
  letter-spacing: 0.9px;
  font-size: 16px;
  text-transform: uppercase; }
#my-nav-container a:hover {
  color: #50E3C2;
  margin-left: 15px; }

/* Navigation Menu - Background */
.mobile-navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  list-style: none;
  background-color: #50E3C2;
  width: 225px; }
  .mobile-navigation .menu ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 10px; }
  .mobile-navigation li {
    padding-bottom: 14px;
    padding-top: 5px;
    border-bottom: 2px dotted #ffffff;
    margin-top: 10px;
    margin-bottom: 10px; }
  .mobile-navigation a {
    text-decoration: none;
    font-weight: 500;
    color: #343333;
    letter-spacing: 0.9px;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
    color: #ffffff; }
  .mobile-navigation a:hover {
    margin-left: 10px; }

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 200px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #000; }

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 1em;
  background: -webkit-linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  -webkit-transition: color 0.2s, background 0.5s;
          transition: color 0.2s, background 0.5s; }

.nav-item a:hover {
  color: #c74438;
  background: -webkit-linear-gradient(315deg, transparent 0%, rgba(75, 20, 20, 0.65) 100%);
  background: linear-gradient(135deg, transparent 0%, rgba(75, 20, 20, 0.65) 100%); }

/* Side Mobile Navigation Styling */
.site-wrap {
  min-height: 100%;
  min-width: 100%;
  background-color: white;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1; }

.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

label[for="nav-trigger"] {
  position: absolute;
  left: 26px;
  top: 29px;
  z-index: 2;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  background-size: contain; }

.home label[for="nav-trigger"] {
  top: 42px; }

.nav-trigger + label, .site-wrap {
  -webkit-transition: left 0.2s;
          transition: left 0.2s; }

.nav-trigger:checked + label {
  left: 250px; }

.nav-trigger:checked ~ .site-wrap {
  left: 225px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  display: inline-block; }

/* ==========================================================================
   home.scss - Home page specific styles
   ========================================================================== */
.feature-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1; }

.feature-inner {
  width: 100%;
  min-width: 1200px;
  height: 200px;
  display: block;
  position: relative;
  overflow: hidden; }

.feature-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.feature-img {
  background-size: cover;
  height: 872px;
  position: relative;
  width: 100%;
  top: 0px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.callout-blocks {
  margin-top: 50%;
  display: inline-block; }

.callout-container {
  position: relative;
  max-width: 619px;
  overflow: hidden;
  float: left;
  margin-right: 20px; }

.callout-text {
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  display: table;
  width: 618px;
  height: 303px;
  text-align: center; }
  .callout-text h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px; }

.callout-container-small {
  position: relative;
  max-width: 398px;
  overflow: hidden;
  float: left; }

.callout-text-small {
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  display: table;
  width: 398px;
  height: 303px;
  text-align: center; }
  .callout-text-small h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px; }

.collection {
  padding-top: 10px;
  width: 100%;
  display: block; }

.collection-title {
  font-size: 22px;
  color: #343333;
  letter-spacing: 2.4px;
  line-height: 26px; }

ul.products {
  list-style: none;
  display: inline-block;
  margin-top: 0px; }
  ul.products li {
    float: left; }

h4.product-meta {
  font-size: 13px;
  color: #4A4A4A;
  letter-spacing: 0.1px;
  line-height: 20px; }

a.collection-button {
  background-color: #50E3C2;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #50E3C2;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding: 8px;
  padding-right: 45px;
  padding-left: 45px;
  display: inline-block; }

a.collection-button:hover {
  border: 2px solid #50E3C2;
  color: #50E3C2;
  background-color: #ffffff; }

.link-container {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 30px; }

.instagram-container {
  padding-top: 70px;
  height: 225px;
  width: 4000px;
  border-bottom: 2px solid #50E3C2; }

.follow-container {
  background-color: #50E3C2;
  color: #ffffff;
  height: 225px;
  width: 243px;
  float: left;
  text-align: center; }

.follow-inner {
  padding-top: 20px; }
  .follow-inner a {
    text-decoration: none; }

.follow-inner {
  padding-top: 65px; }

.follow-tag {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.23px;
  line-height: 22px;
  text-transform: uppercase;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 10px; }

.hashtag {
  font-style: italic;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.24px;
  line-height: 19px;
  font-weight: 100; }

.first-calllout {
  width: 61%;
  float: left;
  cursor: pointer; }

.second-calllout {
  width: 38.9%;
  float: right;
  cursor: pointer; }

.homevertical {
  position: absolute;
  top: 32%;
  left: 0;
  text-align: center;
  width: 100%;
  font-style: 36px;
  color: #ffffff; }

.home .first-calllout .homevertical {
  position: absolute;
  top: 20%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 34px;
  color: #343333; }

/* ==========================================================================
   content_blocks.scss - Content Block specific styles
   ========================================================================== */
.page-feature-img {
  background-size: cover;
  height: 300px;
  position: relative;
  width: 100%;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out; }

.quote p {
  font-size: 24px;
  color: #4A4A4A;
  line-height: 35px;
  font-weight: 100;
  font-style: italic; }

.quote-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: inline-block; }

.quote-inner {
  width: 70%;
  margin: 0 auto;
  max-width: 625px; }

.author {
  font-size: 19px;
  color: #4A4A4A;
  line-height: 15px;
  display: inline-block;
  width: 100%;
  font-weight: 600; }

.lines {
  height: 10px;
  width: 219px;
  border-bottom: 3px dotted #50E3C2;
  display: inline-block;
  padding-top: 20px; }

.image-container {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block; }

.call-action {
  font-size: 22px;
  color: #343333;
  letter-spacing: 2.4px;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 10px;
  margin-bottom: 0px;
  padding-top: 10px; }

.short-lines {
  height: 10px;
  width: 15px;
  border-bottom: 3px dotted #50E3C2;
  display: inline-block;
  padding-top: 20px; }

.quote-inner {
  width: 70%;
  margin: 0 auto;
  max-width: 625px; }

.collection-block {
  padding-bottom: 100px; }

.block-title {
  color: #50E3C2;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px; }

/* ==========================================================================
   product.scss - Product specific styles
   ========================================================================== */
.product-img {
  border: 1px solid #D8D8D8;
  width: 100%;
  height: auto; }

h1.product-title {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 28px;
  color: #4A4A4A;
  line-height: 38px;
  font-style: italic;
  font-weight: 400; }

.price {
  width: 100%;
  font-size: 22px;
  color: #4A4A4A;
  letter-spacing: 0.17px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 20px; }

.sku {
  width: 100%;
  opacity: 0.5;
  font-family: AktivGrotesk-MediumItalic;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.1px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 10px; }

.sub-title {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 31px;
  font-weight: 500;
  padding-top: 15px;
  font-style: italic; }

.features p {
  margin-top: 0px; }

ul.colours {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  min-height: 28px; }
  ul.colours li {
    float: left;
    margin-right: 10px; }

.colour-container {
  width: 50px;
  height: 23px;
  border: 1px solid #979797;
  -webkit-transition: .1s;
  transition: .1s; }

.colour-container:hover {
  width: 52px;
  height: 25px; }

a.readmore {
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
  width: 100%; }

.fa-plus, .fa-minus {
  font-size: 14px;
  color: #4A4A4A;
  margin-left: 14px; }

.lines-full {
  height: 10px;
  width: 100%;
  border-bottom: 3px dotted #50E3C2;
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 12px; }

a.buy-button {
  background-color: #50E3C2;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #50E3C2;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding: 8px;
  padding-right: 55px;
  padding-left: 55px;
  display: inline-block;
  margin-top: 10px; }

a.buy-button:hover {
  border: 2px solid #50E3C2;
  color: #50E3C2;
  background-color: #ffffff; }

.exclusive {
  float: right;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 31px;
  font-style: italic; }

h5.related {
  font-size: 22px;
  color: #343333;
  letter-spacing: 2.4px;
  line-height: 26px; }

.single .collection {
  padding-bottom: 60px; }
  .single .collection ul.products {
    margin: 0px;
    padding: 0px; }

.small-div {
  max-width: 218px;
  height: auto; }

.inner {
  width: 100px;
  margin: 0 auto; }

.flex-control-nav {
  bottom: -160px; }

.related-container {
  padding-top: 240px; }

#crumbs {
  padding-bottom: 10px;
  font-size: 13px;
  color: #343333;
  letter-spacing: 1.3px;
  line-height: 15px;
  font-style: italic; }

.post-type-archive-product .page-header {
  margin-bottom: 0px; }

.head-img-container {
  padding-bottom: 10px; }

.archive .page-header {
  margin-bottom: 0px; }

.large-calllout {
  float: left;
  width: 58.5%;
  padding-right: 1.5%;
  margin-left: 1.5%; }

.small-calllout {
  float: left;
  width: 37%; }

.arc-price {
  font-size: 14px;
  color: #7A7A7A;
  letter-spacing: 0.11px;
  line-height: 20px;
  text-align: center;
  width: 100%; }

h4.arc-product-meta {
  font-size: 13px;
  color: #4A4A4A;
  letter-spacing: 0.1px;
  line-height: 20px; }

.product-container-arch {
  padding-bottom: 10px; }

#menu-product-sidebar {
  list-style: none;
  padding: 0; }
  #menu-product-sidebar li {
    font-size: 18px;
    color: #343333;
    letter-spacing: 1.96px;
    line-height: 20px;
    font-style: italic;
    padding-bottom: 12px; }
  #menu-product-sidebar a {
    color: #343333; }
  #menu-product-sidebar .sub-menu {
    list-style: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px; }
    #menu-product-sidebar .sub-menu a {
      font-size: 14px;
      color: #343333;
      letter-spacing: 1.31px;
      line-height: 16px;
      font-style: normal; }
    #menu-product-sidebar .sub-menu a:hover {
      color: #50E3C2; }

.archive-feature-container {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

.container-absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .container-absolute h1 {
    color: #ffffff;
    text-transform: uppercase;
    /* THE COLLECTION: */
    font-size: 28px;
    line-height: 35px; }

.callout-text-small h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px; }

#menu-product-sidebar ul.sub-menu li.current-menu-item a {
  color: #50E3C2; }

.product-container {
  padding-bottom: 80px;
  display: inline-block;
  margin-top: 20px; }

#crumbs {
  padding-top: 25px;
  padding-bottom: 20px; }
  #crumbs a {
    font-size: 13px;
    color: #343333;
    letter-spacing: 1.3px;
    line-height: 15px; }
  #crumbs a:hover {
    color: #50E3C2; }

.feature-product-home {
  max-width: 198px; }

.callout-small-box {
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  display: table;
  width: 286px;
  height: 303px;
  text-align: center; }

.callout-small-box h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px; }

p.sorry {
  font-style: italic;
  font-weight: 100; }

.homeImageLink {
  position: absolute;
  top: 38%;
  left: 0;
  text-align: center;
  width: 100%; }

.homeImageLink .call-text {
  text-transform: uppercase;
  font-size: 26px;
  color: #ffffff;
  pointer-events: none; }

.img-container {
  position: relative;
  overflow: hidden;
  width: 97.5%; }

#info-container {
  padding-top: 15px;
  padding-bottom: 15px; }

.flex-direction-nav {
  display: none; }

/* ==========================================================================
   blog.scss - Blog specific styles
   ========================================================================== */
.padding-top {
  padding-top: 30px;
  height: auto; }

h3.blog-title {
  font-size: 22px;
  text-transform: uppercase; }
  h3.blog-title a {
    color: #343333; }
  h3.blog-title a:hover {
    color: #50E3C2; }

.read-more {
  float: right;
  background-color: #50E3C2;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #50E3C2;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding: 8px;
  padding-right: 45px;
  padding-left: 45px;
  display: inline-block;
  margin-top: 20px; }

.read-more:hover {
  background-color: #ffffff;
  color: #50E3C2; }

.post-container {
  border-bottom: 1px solid #d7d7d7;
  height: auto;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 30px; }

a.blog-button {
  background-color: #50E3C2;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #50E3C2;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding: 8px;
  padding-right: 45px;
  padding-left: 45px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 25px; }

.blog-button:hover {
  background-color: #ffffff;
  color: #50E3C2; }

.lead {
  font-size: 18px;
  line-height: 1.6em; }

.wp-pagenavi {
  clear: both;
  float: right;
  padding: 0px;
  margin: 0px; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 0px;
  padding: 3px 5px;
  margin: 2px;
  color: #4A4A4A; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
  color: #50E3C2; }

/*--------------------------------------------------------------------------
*
* _device.scss
*
* This CSS file is loaded in the front-end of the website and continas
* CSS for different device widths.
*
* This file is loaded after the main layout.css file so it will
* override styles without the need for !important
*
*-------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
*
* Supersize and larger
*
*-------------------------------------------------------------------------*/
@media (max-width: 1250px) {
  ul.products li {
    width: 19%; } }
@media (max-width: 1024px) {
  a.logo-link {
    float: left;
    display: inline-block;
    width: 48%; }

  .callout-blocks {
    margin-top: 30%; }

  .feature-img {
    height: 500px; }

  ul.products li {
    width: 30%; } }
@media (max-width: 935px) {
  .menu-main-menu-container .menu li {
    float: left;
    margin-right: 15px; }

  #menu-sub-menu li {
    margin-right: 10px; }

  ul.products li {
    width: 19%; }

  .feature-img {
    height: 600px; }

  .menu-sub-menu-container {
    display: none; }

  .menu-main-menu-container .menu {
    margin-top: 0px; } }
/*--------------------------------------------------------------------------
*
* Tablet and smaller
*
*-------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .feature-img {
    height: 400px; }

  .callout-blocks {
    margin-top: 35%; }

  .homevertical {
    top: 19%; }

  .menu-main-menu-container .menu a {
    font-size: 14px; }

  .exclusive {
    float: left;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 31px;
    font-style: italic;
    padding-top: 10px; }

  .related-container {
    padding-top: 110px; }

  .social-footer ul {
    padding-left: 0px; } }
/*--------------------------------------------------------------------------
*
* Phone
*
*-------------------------------------------------------------------------*/
@media (max-width: 667px) {
  .mob-show {
    display: inline-block; }

  .mob-hide {
    display: none; }

  .menu-close {
    display: none; }

  .open {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    background: #ffffff;
    left: 0px;
    z-index: 99999;
    top: 160px; }

  a.logo-link {
    float: left;
    width: 160px;
    margin-left: 85%; }

  .home .feature-container {
    display: none; } }
@media (max-width: 667px) {
  .callout-blocks {
    margin-top: 5%; }

  .home .first-calllout .homevertical {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 28px;
    color: #343333; }

  .page-content {
    min-height: 774px;
    height: auto; }

  .home .page-footer {
    height: 160px;
    float: left;
    width: 100%;
    background-color: #343333;
    color: #ffffff;
    margin-top: -4px;
    padding-top: 30px;
    height: auto; }

  .menu-footer-menu-container ul {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0px;
    padding-left: 15px; }

  .footer-logo {
    color: #ffffff;
    float: left;
    padding-bottom: 40px; } }
@media (max-width: 480px) {
  .page-footer {
    height: auto; }

  li.connect {
    display: none; }

  #menu-footer-menu {
    padding-left: 27px; }

  body #mc_embed_signup .mc-field-group input {
    width: 75%; }

  .copyright {
    float: left;
    padding-bottom: 20px;
    margin-left: 10px; }

  ul.products li {
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%; }

  ul.products {
    list-style: none;
    display: inline-block;
    margin-top: 0px;
    padding: 0;
    margin: 0 auto; }

  .feature-product-home {
    max-width: 100%; }

  .instagram-container {
    display: none; }

  .link-container {
    padding-bottom: 40px; }

  .mob-show {
    display: inline-block; }

  .mob-hide {
    display: none; }

  .menu-close {
    display: none; }

  .open {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    background: #ffffff;
    left: 0px;
    z-index: 99999;
    top: 160px; }

  a.logo-link {
    float: left;
    width: 160px;
    margin-left: 25%; }

  .callout-blocks {
    margin-top: 5%; }

  .callout-container {
    padding-bottom: 20px; }

  .feature-img {
    height: 300px; }

  .footer-logo {
    color: #ffffff;
    float: left;
    width: 80px;
    overflow: hidden; }

  .info-container {
    padding-top: 150px; }

  .flex-control-nav {
    bottom: -125px; }

  .exclusive {
    float: left;
    padding-top: 20px; }

  .related-container {
    padding-top: 10px; }

  .small-div {
    max-width: 100%;
    height: auto; }

  .single-product ul.products li {
    width: 50%;
    float: left; }

  #menu-product-sidebar li {
    text-align: center;
    padding-bottom: 10px; }

  .archive-feature-container {
    margin-bottom: 10px; }

  .large-calllout {
    float: left;
    width: 100%;
    padding-right: 1.5%;
    margin-left: 1.5%; }

  .small-calllout {
    display: none; }

  .product-container {
    margin-top: 0px; }

  .first-calllout {
    width: 100%;
    float: left; }
    .first-calllout .homevertical {
      top: 12%; }

  .second-calllout {
    width: 100%;
    float: right;
    margin-top: 20px; }

  .home .first-calllout .homevertical {
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 19px;
    color: #343333; }

  .home .feature-container {
    display: none; } }
