/*!
Theme Name: RobbieBach
Theme URI: http://www.robbiebach.com/
Author: 336 Creative
Author URI: http://www.336creative.com/
Description: A simple theme compiled by CodeKit. Uses LESS.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* DO NOT REMOVE */
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
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.
 * Hide the `template` element in IE, 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
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.
 * 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.
 */
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;
}
/* Container Size */
/* Baseline */
/*  Globals */
/* Default Colors */
/* Table colors */
/*!
 *  Font Awesome 4.0.3 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');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#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 #eee;
  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;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-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: #fff;
}
/* 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-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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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";
}
@font-face {
  font-family: 'Pacifico';
  src: url('fonts/pacifico-webfont.eot');
  src: url('fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pacifico-webfont.woff') format('woff'), url('fonts/pacifico-webfont.ttf') format('truetype'), url('fonts/pacifico-webfont.svg#pacificoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-bold-webfont.eot');
  src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-light-webfont.eot');
  src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-italic-webfont.eot');
  src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-italic-webfont.woff') format('woff'), url('fonts/opensans-italic-webfont.ttf') format('truetype'), url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/opensans-condbold-webfont.eot');
  src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-condbold-webfont.woff') format('woff'), url('fonts/opensans-condbold-webfont.ttf') format('truetype'), url('fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/opensans-condlight-webfont.eot');
  src: url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-condlight-webfont.woff') format('woff'), url('fonts/opensans-condlight-webfont.ttf') format('truetype'), url('fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
  font-weight: 300;
  font-style: normal;
}
.pacifico {
  font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.open-sans {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.open-sans-bold {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.open-sans-light {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.open-sans-condensed {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.open-sans-condensed-light {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.ie7-inline-block {
  zoom: 1;
  *display: inline;
}
/* BASELINE RHYTHM */
/* IMAGE REPLACEMENT */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* FORMATS */
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Vertically Align Center */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.row {
  width: 100%;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  width: 100%;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.container {
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
[class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row [class*="span"]:first-child,
.container [class*="span"]:first-child {
  margin-left: 0;
}
.span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.offset4 {
  margin-left: 36.170212765957444% !important;
  *margin-left: 36.06382978723405%;
}
.offset4:first-child {
  margin-left: 34.04255319148936% !important;
  *margin-left: 33.93617021276596%;
}
.offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.offset2 {
  margin-left: 19.148936170212764% !important;
  *margin-left: 19.04255319148936%;
}
.offset2:first-child {
  margin-left: 17.02127659574468% !important;
  *margin-left: 16.914893617021278%;
}
.offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide {
  display: none;
}
[class*="span"].pull-right {
  float: right;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .row,
  [class*="offset"] {
    margin-left: 0;
  }
  .span11,
  .span10,
  .span9,
  .span8,
  .span7,
  .span6,
  .span5,
  .span4,
  .span3,
  .span2,
  .span1 {
    width: 100%;
    margin-left: 0;
  }
  [class*="span"].pull-right {
    float: left;
  }
  .offset2,
  .offset2:first-child {
    margin-left: 0 !important;
  }
}
/* Baseline Typography */
body {
  background: #FFF;
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  text-transform: uppercase;
}
h1 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  margin: 0 0 0.4em 0;
}
h2 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 0.5em 0;
  font-weight: normal;
}
h3 {
  color: #81C031;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333333;
  margin: 0 0 0.66666667em 0;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
}
h4 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 1em 0;
}
h5 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 0 0 1.14285714em 0;
}
h6 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
}
p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.42857143;
  margin: 0 0 1.14285714em 0;
  letter-spacing: 0.5px;
  margin: 0 0 1.5em 0;
}
p > em {
  color: #81C031;
}
dl,
ol,
ul {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 0 0 1.14285714em 0;
  padding: 0 0 0 2.5em;
}
dd,
dt,
li {
  line-height: 1.5;
  margin: 0;
}
/* ----- Links ----- */
a {
  color: #81C031;
  outline: 0;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9ACD5A;
}
a,
a * {
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
p a,
p a:visited {
  line-height: inherit;
}
/* ----- Images ----- */
img.max-width {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
  margin: 0 0 .75em 1.5em;
}
.alignleft {
  float: left;
  margin: 0 1.5em .75em 0;
}
.align-center {
  display: block;
  margin: 0 auto;
}
img.alignright {
  float: right;
  margin: 0 0 .75em 1.5em;
}
img.alignleft {
  float: left;
  margin: 0 1.5em .75em 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
a img.alignright {
  float: right;
  margin: 0 0 .75em 1.5em;
}
a img.alignleft {
  float: left;
  margin: 0 1.5em .75em 0;
}
a img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 40.625em) {
  /*  650px */
  img.alignright,
  img.alignleft,
  img.aligncenter,
  a img.alignright,
  a img.alignleft,
  a img.aligncenter {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pos-relative {
  position: relative;
}
/* ---- Placeholders / focus ---- */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-weight: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
}
input:focus {
  outline: none;
}
/* ---- Clearfix ---- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/* HR reset */
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}
blockquote {
  border-top: 10px solid #222;
  border-bottom: 10px solid #222;
  margin: 1.5em auto;
  padding: 1em 0;
  width: 75%;
}
blockquote p {
  color: #81C031;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
}
blockquote .fullwidth {
  width: 100%;
}
@media only screen and (max-width: 29.9375em) {
  /* 479px */
  img.align-right,
  img.align-left,
  a img.align-right,
  a img.align-left {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
  }
}
/* ------------- */
/* ---- CONTAINER ---- */
.container {
  width: 71.25em;
  margin: 0 auto;
  padding: 0 .625em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Smaller than the container */
@media only screen and (max-width: 71.1875em) {
  .container {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
/* ---- MODULES - Import the ones you need. ---- */
ul.gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.gform_fields input,
ul.gform_fields textarea {
  border: 1px solid #81C031;
  font-size: 1.5em;
  padding: 5px 0 5px 15px;
}
ul.gform_fields input[type=radio] {
  margin-left: 1px;
}
ul.gform_fields textarea {
  width: 100%;
}
ul.gform_fields li {
  clear: both;
  margin: 0 0 .5em 0;
}
ul.gform_fields li .ginput_complex input[type=text] {
  width: 95%;
}
ul.gform_fields li .ginput_complex label {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}
ul.gform_fields li .gfield_label {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 0 0 1.14285714em 0;
}
ul.gform_fields li .ginput_left {
  float: left;
  width: 50%;
}
ul.gform_fields li .ginput_right {
  float: right;
  width: 49%;
}
ul.gform_fields li .gfield_label {
  margin: 10px 0 4px 0;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both;
}
/*
    TABLES
    
    Basic usage
    
    <table cellpadding="0" cellspacing="0" class="table">
        <thead>
            <tr>
                <th>Col1</th><th>Col2</th><th>Col3</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>text</td><td>text</td><td>text</td>
            </tr>
            <tr>
                <td>text</td><td>text</td><td>text</td>
            </tr>
        </tbody>
    </table>

    OPTIONS --------------------------
    
    .condensed - less padding on cells
    .bordered - border around table
    .row-borders - borders on rows
    .col-borders - borders on colums left/right sides
    .all-borders - borders around everything
    
    ----------------------------------
    
    For table sorting use the table sorter plugin:
    (CSS and images already implemented, plugin in js folder)
    http://tablesorter.com/docs/
    
    For responsive tables use the ZURB responsive table javascript:
    (CSS already implemented, javascript in js folder)
    http://www.zurb.com/playground/responsive-tables

*/
.table {
  border-collapse: separate;
  margin: 0 0 1.5em 0;
  width: 100%;
  text-align: left;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.table thead tr th,
.table tfoot tr th {
  background-color: #d7e3e3;
  color: #111;
  padding: 12px 10px 12px 10px;
}
.table tbody td {
  color: #3D3D3D;
  padding: 12px 10px 12px 10px;
  background-color: #FFF;
  vertical-align: top;
}
.table tfoot td {
  padding: 12px 10px 12px 10px;
  font-weight: 700;
  background-color: #FFF;
}
/* Borders */
.table.bordered,
.table.all-borders {
  border: 1px solid #CCC;
}
.table.row-borders tr td,
.table.all-borders tr td {
  border-top: 1px solid #CCC;
}
.table.col-borders td,
.table.all-borders td,
.table.all-borders th {
  border-right: 1px solid #CCC;
}
.table.col-borders td:last-child,
.table.all-borders td:last-child,
.table.all-borders th:last-child {
  border-right: none;
}
.table.all-borders th,
.table.all-borders td,
.table.row-borders tr th,
.table.row-borders tr td {
  padding: 11px 10px 12px 10px;
}
/* Tablesorter plugin */
.table thead tr .header {
  background-image: url(images/bg-2.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.table thead tr .headerSortUp {
  background-image: url(images/asc.gif);
}
.table thead tr .headerSortDown {
  background-image: url(images/desc.gif);
}
.table thead tr .headerSortDown,
.table thead tr .headerSortUp {
  background-color: #8dbdd8;
}
/* ---- */
/* condensed */
.table.condensed tbody td,
.table.condensed thead th,
.table tfoot td {
  padding: 0 5px;
  font-size: 0.875em;
  line-height: 1.7;
}
/* striping */
.table tbody tr.odd td,
.table tbody tr.r1 td {
  background-color: #FFF;
}
.table tbody tr.even td,
.table tbody tr.r0 td {
  background-color: #f3f3f8;
}
/* text alignment */
td.align-left,
th.align-left {
  text-align: left;
}
td.align-right,
th.align-right {
  text-align: right;
}
td.align-center,
th.align-center {
  text-align: center;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
.button,
input[type="submit"] {
  display: block;
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: #363636;
  white-space: nowrap;
  padding: .5em 1em;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  clear: both;
  letter-spacing: 2px;
  max-width: 200px;
  text-transform: uppercase;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:hover,
a.button:hover {
  background-color: #707070;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.button,
a.button:visited,
a.button:focus,
a.button:active {
  color: #fefefe;
}
.button:focus,
a.button:active,
a.button:focus {
  background-color: #363636;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button.inverse {
  color: #fff;
  background: none;
}
.button.bordered {
  border: 2px solid #333;
}
/* Colors */
.button.primary {
  background-color: #6666ff;
}
.button.success {
  background-color: #00ad70;
}
.button.error {
  background-color: #d60000;
}
.button.warning {
  background-color: #b4b600;
}
/* hover*/
.button.primary:hover {
  background-color: #9999ff;
}
.button.success:hover {
  background-color: #00e091;
}
.button.error:hover {
  background-color: #ff3333;
}
.button.warning:hover {
  background-color: #d2d500;
}
/* focus */
.button.primary:focus,
a.button.primary:active {
  background-color: #2929ff;
}
.button.success:focus,
a.button.success:active {
  background-color: #008456;
}
.button.error:focus,
a.button.error:active {
  background-color: #b70000;
}
.button.warning:focus,
a.button.warning:active {
  background-color: #777900;
}
/* Sizes */
.button.small {
  font-size: 12px;
  font-size: 0.75rem;
  padding: .375em .5em;
}
.button.tiny {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: .25em .375em;
}
.button.large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  padding: .375em .625em;
}
.sidr {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 9999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: 1px solid #222;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  background-color: #222;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 2.28571429;
  margin: 0;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: 1px solid #222;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Master Slider */
/** 
 *  Master Slider
 * 	Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
}
.master-slider a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.master-slider,
.master-slider * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.master-slider.ms-fullheight {
  height: 100%;
}
.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}
.ms-layout-partialview .ms-container {
  overflow: hidden;
}
.master-slider img,
.ms-slide-bgvideocont video {
  max-width: none;
}
.ms-ie img {
  border: none;
}
.ms-ie8 * {
  opacity: inherit;
  filter: inherit;
}
.ms-ie7 {
  zoom: 1;
}
.ms-moz .ms-slide-bgcont > img {
  transform: translateX(0px);
}
.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}
.ms-slide-auto-height {
  display: table;
}
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(loading-2.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}
/* grab cursor */
.ms-no-swipe,
.ms-def-cursor {
  cursor: auto !important;
}
.ms-grab-cursor {
  cursor: url(grab.png), move;
}
.ms-grabbing-cursor {
  cursor: url(grabbing.png), move;
}
.ms-ie .ms-grab-cursor {
  cursor: move;
}
.ms-ie .ms-grabbing-cursor {
  cursor: move;
}
.ms-view {
  margin: 0px auto;
  overflow: hidden;
  background: black;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.ms-view .ms-slide-container {
  position: relative;
}
.ms-slide {
  display: block;
  position: absolute;
  height: 100%;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110;
}
.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}
.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}
.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px;
}
.ms-inner-controls-cont,
.ms-container {
  position: relative;
  margin: 0 auto;
}
.ms-slide .ms-slide-bgcont img,
.ms-container,
.ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ms-slide .ms-layer {
  position: absolute;
}
.ms-slide .ms-slide-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0px;
}
.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none;
}
.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}
.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ms-wk .ms-scroll-parallax-cont {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}
/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer;
}
.ms-btn-container {
  position: absolute;
}
.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}
.ms-default-btn {
  background: #0074A2;
  border-radius: 5px;
  color: #FFF;
}
.ms-default-btn:hover {
  background-color: #0098D5;
}
.ms-default-btn:active {
  top: 1px;
}
.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}
.ms-btn-m {
  padding: 12px 40px;
}
.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}
.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}
.ms-btn-round {
  border-radius: 5px;
}
.ms-btn-circle {
  border-radius: 100px;
}
.ms-btn-outline-round {
  border-radius: 5px;
}
.ms-btn-outline-circle {
  border-radius: 100px;
}
/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black;
}
.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 111;
}
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 112;
}
.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}
.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url(video-close-btn.png) no-repeat 0px 3px;
  padding-left: 15px;
  height: 15px;
  color: #DBDBDB;
  margin-top: 7px;
}
.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px);
}
.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}
/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}
.ms-thumb-list.ms-dir-h {
  width: 100%;
}
.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}
.ms-thumbs-cont {
  position: relative;
}
.ms-thumb-frame img {
  width: 100%;
  height: auto;
}
.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ms-thumb-frame-selected {
  opacity: 1;
}
.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}
.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0px;
}
.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
  margin-top: -12px;
}
.ms-tabs .ms-thumb {
  padding: 20px 20px;
}
.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #EDEDED;
}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #EDEDED;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0px;
  top: auto;
  border-bottom: 0px;
  border-top: solid 12px #F6f6f6;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #EDEDED;
}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #EDEDED;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #EDEDED;
}
.ms-bullet {
  cursor: pointer;
  float: left;
}
.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}
.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-sbar {
  position: absolute;
}
.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}
.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}
.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}
.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}
.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute;
}
.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}
.ms-time-bar {
  -webkit-transition: width 120ms linear;
  -moz-transition: width 120ms linear;
  -ms-transition: width 120ms linear;
  -o-transition: width 120ms linear;
  transition: width 120ms linear;
}
.ms-ie7 .ms-tooltip-arrow {
  height: 0px;
}
.ms-slide-info {
  position: absolute;
}
.ms-slide-info.ms-dir-v {
  top: 0;
}
.ms-slide-info.ms-dir-h {
  width: 100%;
}
@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}
.master-slider {
  -moz-transform: translate3d(0, 0, 1px);
}
.ms-staff-carousel {
  /*max-width:880px;*/
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.ms-staff-carousel .ms-view {
  overflow: visible;
  background-color: transparent;
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
  background: url(images/arrows.png) white no-repeat -7px -57px;
  width: 35px;
  height: 40px;
  left: -35px;
  margin-top: -17px;
  box-shadow: 0px 1px 0px 0px #bebebe;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.ms-staff-carousel .ms-nav-next {
  background-position: -6px -7px;
  right: -35px;
  left: auto;
}
.ms-staff-carousel .ms-staff-info {
  font-family: 'Lato', sans-serif;
  text-align: center;
  max-width: 600px;
  margin-top: 30px;
  min-height: 150px;
  color: #222222;
  overflow: hidden;
}
.ms-staff-carousel .ms-staff-info h3 {
  font-weight: 300;
  font-size: 22pt;
  margin: 0px;
}
.ms-staff-carousel .ms-staff-info h4 {
  font-weight: 300;
  color: #787878;
  font-size: 15pt;
  margin: 3px;
}
.ms-staff-carousel .ms-staff-info .email a {
  text-decoration: none;
  color: #3f95ab;
}
.ms-staff-carousel .ms-staff-info.email,
.ms-staff-info p {
  margin: 4px;
  font-size: 11pt;
}
.ms-staff-carousel .ms-staff-info .ms-socials {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 15px 0 0 0;
  text-shadow: none;
  zoom: 1;
  *display: inline;
}
.ms-staff-carousel .ms-staff-info .ms-socials li {
  float: left;
}
.ms-staff-carousel .ms-staff-info .ms-socials li a {
  text-indent: 9999px;
  width: 35px;
  height: 35px;
  background: url(images/sicons.png);
  margin: 0 2px;
  display: block;
}
.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-tw a {
  background-position: 115px 0px;
}
.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-gp a {
  background-position: 75px 0px;
}
.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-yt a {
  background-position: 35px 0px;
}
.ms-staff-carousel.ms-round .ms-slide-bgcont {
  border-radius: 5000px;
  border: solid 8px #e6e6e6;
  margin: 0 -8px;
}
.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
  background-color: transparent;
  box-shadow: none;
  left: -45px;
}
.ms-staff-carousel.ms-round .ms-nav-next {
  left: auto;
  right: -45px;
}
/* ---- HEADER ---- */
.header-book-promo {
  background: #81C031;
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.header-book-promo a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-book-promo a:hover {
  color: #d7d7d7;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-book-promo p {
  margin-bottom: 0;
}
.header-book-promo i {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 10px;
  right: 25px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-book-promo i:hover {
  color: #d7d7d7;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header {
  background-color: #efefef;
  width: 100%;
}
.logo {
  width: 25%;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  margin: 2.15em 0 0;
}
.logo h1 {
  display: none;
}
.logo img {
  vertical-align: middle;
}
.mobile-main-nav-wrap {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2ms ease-in;
  -moz-transition: all 0.2ms ease-in;
  -o-transition: all 0.2ms ease-in;
  transition: all 0.2ms ease-in;
}
.mobile-nav-button {
  width: 20%;
  display: none;
  float: left;
  font-size: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
  padding: .75em 0 0 0;
  color: #222222;
}
.mobile-nav-button i {
  margin: 0;
  float: left;
}
.mobile-nav-button span {
  display: block;
  float: left;
  font-size: .3em;
  clear: both;
  line-height: 1;
}
.mobile-nav-button:hover {
  color: #707070;
}
.main-nav {
  display: inline-block;
  /*float: left;*/
  width: 75%;
  color: #fff;
  /* Drop down */
  /* Drop down arrow 
    > ul > li.menu-item-has-children > a:after{
        font-family: FontAwesome;
        content: ' \f107';
    }*/
}
.main-nav > ul {
  display: block;
  width: 100%;
  letter-spacing: 1px;
  text-align: right;
  list-style: none;
  padding: 0;
  -webkit-transition: all 0.2ms ease-in;
  -moz-transition: all 0.2ms ease-in;
  -o-transition: all 0.2ms ease-in;
  transition: all 0.2ms ease-in;
}
.main-nav > ul > li {
  display: inline-block;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 4.76190476;
  margin: 0;
  font-weight: 500;
  padding: 0 1em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2ms ease-in;
  -moz-transition: all 0.2ms ease-in;
  -o-transition: all 0.2ms ease-in;
  transition: all 0.2ms ease-in;
}
.main-nav > ul > li > a {
  display: block;
  width: 100%;
  padding: .75em 0;
  text-decoration: none;
  color: #fff;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li:hover > a,
.main-nav > ul > li > a.active,
.main-nav > ul > li.active > a,
.main-nav > ul > li.active {
  color: #000;
}
.main-nav > ul > li:hover,
.main-nav > ul > li.current_page_item,
.main-nav > ul > li.current_page_parent,
.main-nav > ul > li.current_page_ancestor {
  background-color: #D7D7D7;
}
.main-nav > ul > li > a > i {
  font-size: .75em;
}
.main-nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 40px;
  padding: 1.1875em 0 0 0;
  margin: 0 0 0 -100px;
  list-style: none;
  text-align: left;
  z-index: 99999999;
}
.main-nav > ul > li.About > ul {
  left: 112%;
}
.main-nav > ul > li.Speaking > ul {
  left: 86%;
}
.main-nav > ul > li.ThreeP > ul {
  left: 165%;
}
.main-nav > ul > li.Book > ul {
  left: 122%;
}
.main-nav > ul > li.Media > ul {
  left: 112%;
}
.main-nav > ul > li.Blog > ul {
  left: 112%;
}
.main-nav > ul > li.Contact > ul {
  left: 112%;
}
.main-nav > ul > li:hover > ul {
  display: block;
}
.main-nav > ul > li > ul > li {
  display: block;
  width: 100%;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
  text-transform: uppercase;
  float: left;
  background: #f1f1f1;
}
.main-nav .sidr ul li ul li {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  margin: 0 0 1.14285714em 0;
}
.main-nav > ul > li > ul > li:first-child {
  padding-top: .625em;
}
.main-nav > ul > li > ul > li:last-child {
  padding-bottom: .625em;
}
.main-nav > ul > li > ul > li > a {
  display: block;
  width: 100%;
  color: #444;
  background-color: #f1f1f1;
  padding: .75em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  margin: 0 0 1.14285714em 0;
  cursor: pointer;
  margin: 0;
}
.main-nav > ul > li > ul > li > a:hover {
  color: #fff;
  background-color: #555;
}
.main-nav > ul > li:last-child > ul {
  margin-left: auto;
  left: auto;
  right: 0px;
}
.main-nav > ul > li:last-child ul li:first-child:after {
  left: auto;
  right: 45px;
}
.main-nav > ul {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.main-nav > ul > li > a {
  padding: 0;
}
.main-nav > ul > li > a {
  color: #222;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li:hover > a,
.main-nav > ul > li > a.active,
.main-nav > ul > li.active > a,
.main-nav > ul > li.active {
  color: #777;
}
.main-nav > ul > li > ul {
  top: 79px;
  padding: 1em 0 0 0;
}
.main-nav > ul > li > ul > li > a:hover {
  color: #fff;
  background-color: #555;
}
.main-nav > ul > li > ul > li,
.main-nav > ul > li > ul > li > a {
  background: #ddd;
}
.main-nav > ul > li ul li:first-child:after {
  top: 8px;
  border-bottom: 8px solid #ddd;
}
.hero {
  position: relative;
  width: 100%;
}
.secondary-page-hero {
  width: 100%;
  min-height: 13.5em;
  padding: 7.625em 0 0 0;
  background-image: url('images/plain.jpg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 59.688em) {
  /* 955px */
  .main-nav > ul {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.26315789;
    margin: 0;
  }
  .main-nav > ul > li {
    padding: 0 .5em;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .logo {
    width: 60%;
    margin: 1.75em 0;
  }
  .mobile-nav-button {
    display: inline-block;
    width: 25%;
  }
  .main-nav {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  .header-book-promo .order {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 34.375em) {
  /* 550px */
  .mobile-nav-button {
    padding: .6em 0 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* 479px */
}
/* ---- PAGE STYLES COMMON ---- */
.section {
  padding-top: 3em;
  padding-bottom: 3em;
  clear: both;
}
.backgroundimage {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-title {
  color: #222;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-content {
  padding: 1em 2em 1em 0;
}
.span12 > .span7,
.span12 > .span6 {
  float: none;
  margin-left: 0;
}
.page-speaking p,
.page-speaking-topics p {
  overflow: hidden;
}
.page-speaking .speaking-buttons {
  margin-left: 0;
}
.page-speaking .speaking-buttons .button {
  display: inline-block;
  margin-bottom: .75em;
}
.book-buttons {
  margin-left: 0;
}
.book-buttons .button {
  display: inline-block;
}
.three-p-buttons {
  margin: 0 auto 1.5em;
  text-align: center;
}
.three-p-buttons .button {
  display: inline-block;
  margin-left: 2.5%;
}
.page-speaking-inquiry .button {
  max-width: 250px;
}
.noborder {
  border: none;
}
#credit {
  color: #222222;
  float: right;
}
.speaking-title {
  line-height: 1;
}
.wp-caption {
  background-color: #efefef;
  border: 1px solid #d7d7d7;
  padding: 1em;
}
.wp-caption p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}
/* =Page Hero
----------------------------------------------- */
.page-about .page-hero,
.page-book .page-hero,
.page-testimonials .page-hero {
  background-position: top center;
  padding: 10em 0;
}
.page-hero {
  background-size: cover;
  background-position: center center;
  padding: 8em 0;
  width: 100%;
}
.page-hero .page-hero-content-wrapper {
  padding-top: 1.5em;
}
.page-hero .page-hero-content {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
.page-hero .page-hero-content h2 {
  color: #81C031;
}
.page-hero .page-hero-byline {
  color: #81C031;
  font-size: 21px;
  text-transform: uppercase;
  text-align: right;
}
.page-testimonials .page-title,
.page-about .page-title {
  display: none;
}
/* =About Page
----------------------------------------------- */
.about-upper {
  display: table;
  width: 100%;
}
.linkedin-influencer,
.about-upper-left {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
}
.about-upper-left {
  padding-right: 2em;
}
.linkedin-influencer {
  background: url('images/influencer_bg.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.linkedin-influencer .influencer-logo {
  max-width: 50%;
  margin-bottom: 1.5em;
}
.organization-logos {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.organization-logos li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.organization-logos li img {
  max-width: 160px;
}
.organization-logos li p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  margin: 0 0 1.84615385em 0;
}
/* =Speaking Page
----------------------------------------------- */
.speaking-video {
  transition: opacity .25s ease;
}
a > .speaking-video:hover {
  opacity: 0.75;
}
.nobottom {
  padding-bottom: 0;
}
.speaking-bottom {
  background-color: #efefef;
}
.speaking-topics {
  background-color: #ffffff;
}
.speaking-topics .right {
  float: right;
  margin-top: 2em;
  max-width: 520px;
  width: 90%;
  margin: 3em 2.5% 0;
}
.speaking-topics .right .topic-block {
  border-top: 1px solid #EFEFEF;
  padding: 2rem 0;
}
.speaking-topics .right .topic-block .topic-title {
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  position: relative;
  margin-left: 50px;
  width: 90%;
}
.speaking-topics .right .topic-block .topic-title .fa {
  background: #81C031;
  border-radius: 50%;
  color: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: -50px;
  line-height: 1.5;
}
.speaking-topics .right .topic-block .topic-title .fa-angle-down {
  text-indent: 0;
}
.speaking-topics .right .topic-block .topic-title .fa-angle-right {
  line-height: 1.4;
  text-indent: 5px;
}
.speaking-topics .right .topic-block .topic-description {
  display: none;
  margin-top: .5em;
}
.speaking-topics .right .topic-block .button {
  margin: 0 auto 1rem;
}
.speaking-references .left {
  float: left;
  max-width: 450px;
  width: 100%;
  margin: 3em 2.5% 0 5%;
}
.speaking-references .left .reference-block {
  margin: 2em 0;
}
.speaking-references .left .reference-block .reference-text p {
  font-size: 16px;
  margin: 0 0 .75em 0;
}
.speaking-references .left .reference-block .reference-name {
  font-weight: bold;
}
.speaking-references .left .reference-block .reference-title {
  color: #81C031;
  font-style: italic;
}
.speaking-references .button {
  margin: 1em auto;
  max-width: 250px;
}
/* =Proceeds Section
----------------------------------------------- */
.proceeds {
  color: #ffffff;
  display: block;
  font-size: 27px;
  font-weight: 500;
  line-height: 32px;
  margin: 1em auto 2em;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.page-book .proceeds {
  background: #222222;
}
.page-speaking .proceeds {
  background: #81C031;
}
.page-speaking .page-title {
  display: none;
}
/* =Book Page
----------------------------------------------- */
.page-book .page-title {
  display: none;
}
/* =3P Page
----------------------------------------------- */
.threep-hero {
  background-size: cover;
  background-position: top center;
  padding: 8em 0;
  width: 100%;
}
.threep-hero .threep-hero-divider {
  background-color: #363636;
  height: 150px;
  margin: 0 auto;
  width: 1px;
}
.threep-hero .threep-hero-quote-wrapper {
  padding-top: 1.5em;
}
.threep-hero .threep-hero-quote {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
.threep-hero .threep-hero-byline {
  color: #81C031;
  font-size: 21px;
  text-transform: uppercase;
  text-align: right;
}
.page-3p h1.page-title {
  display: none;
}
.page-3p h2.page-title {
  display: inherit;
  color: #81C031;
  text-align: center;
}
.threep-tabs {
  margin: 3em 0;
}
/*----- Tabs -----*/
.tabs {
  width: 100%;
  display: inline-block;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.tab-links {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.tab-links :first-child {
  margin-left: 0;
}
.tab-links li {
  background-color: #363636;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 2px;
  list-style-type: none;
  margin: 0 1%;
  padding: .5em 1em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tab-links li a {
  color: #ffffff;
  text-decoration: none;
}
.tab-links li a:hover {
  background: #a7cce5;
  text-decoration: none;
}
.tab-links li:hover {
  background-color: #707070;
}
.tab-links li:hover a {
  background: #a7cce5;
  text-decoration: none;
}
.tab-links li.active {
  background-color: #707070;
}
.tab-links li.active a,
.tab-links li.active a:hover {
  color: #fefefe;
}
/*----- Content of Tabs -----*/
.tab {
  display: none;
}
.tab.active {
  display: block;
}
/* =Book Page
----------------------------------------------- */
.authorimage {
  border-top: 20px solid #83be3d;
  background: #d7d7d7;
  padding: 10px;
  width: 100%;
}
.signature {
  margin-bottom: 2em !important;
}
/* =Media Landing Page
----------------------------------------------- */
.media-block {
  background-color: #555;
  display: inline-block;
  float: left;
  margin-right: 2%;
  min-height: 275px;
  padding: 4%;
  position: relative;
  text-align: center;
  width: 23%;
}
.media-block h3,
.media-block p {
  color: #ffffff;
}
.media-block h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.media-block p {
  line-height: 24px;
}
.media-block p:last-of-type {
  border-top: 1px solid #CCC;
}
.media-block p > a.button {
  background-color: #81C031;
  color: #ffffff;
  display: block;
  margin: 1% -14%;
  max-width: inherit;
  position: absolute;
  bottom: 15%;
  left: 27%;
  right: 27%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.media-block p > a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.media-block p > a:hover {
  color: #efefef;
}
.media-block .button {
  background-color: #81C031;
  max-width: none;
}
.media-block .button:hover {
  background-color: #9ACD5A;
}
.media-block:last-of-type {
  margin-right: 0;
}
/* =Contact Page
----------------------------------------------- */
.contactimage {
  border-top: 20px solid #83be3d;
  background: #d7d7d7;
  padding: 10px;
  max-width: 350px;
  width: 100%;
}
@media only screen and (max-width: 64.888em) {
  /* 1035px */
  .media-block h3 {
    font-size: 31px;
    font-size: 1.95rem;
  }
}
@media only screen and (max-width: 63.125em) {
  /* 1010px */
  .media-block a.button {
    bottom: 10% !important;
    font-size: 18px;
  }
}
@media only screen and (max-width: 57.813em) {
  /* 925px */
  .media-block {
    padding: 2%;
    width: 28%;
  }
}
@media only screen and (max-width: 56.25em) {
  /* 900px */
  .media-block a.button {
    font-size: 16px;
  }
  .speaking-topics,
  .speaking-references {
    width: 100%;
  }
  .speaking-topics .right,
  .speaking-references .left {
    float: none;
    max-width: none;
    margin: 2em 5% 0;
    width: 90%;
  }
}
@media only screen and (max-width: 54.688em) {
  /* 875px */
  .threep-hero .threep-hero-quote-wrapper {
    padding-top: 0;
  }
  .about-upper {
    display: block;
  }
  .about-upper-left {
    display: block;
    width: 100%;
  }
  .linkedin-influencer {
    display: block;
    width: 100%;
    background-size: contain;
    padding: 5em;
    background-position: center right;
  }
  .linkedin-influencer .influencer-logo {
    max-width: 325px;
  }
}
@media only screen and (max-width: 49.375em) {
  /* 790px */
  .media-block {
    margin-right: 0;
    margin-bottom: 2%;
    min-height: inherit;
    padding: 5%;
    width: 91%;
  }
  .media-block p:last-of-type {
    margin-bottom: 0 !important;
  }
  .media-block a.button {
    bottom: 0 !important;
    left: inherit !important;
    right: inherit !important;
    margin: 1em auto 0 !important;
    position: inherit !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .page-hero,
  .page-about .page-hero,
  .page-book .page-hero,
  .page-testimonials .page-hero {
    padding: 6em 0;
  }
  .authorimage,
  .proceeds {
    width: 95%;
  }
  .backgroundimage {
    background-image: none !important;
  }
  .page-content {
    padding: 1em 0;
  }
  .threep-hero {
    padding: 5em 0;
  }
  .threep-hero .threep-hero-image {
    text-align: center;
  }
  .threep-hero .threep-hero-image img {
    max-width: 35%;
  }
  .threep-hero .threep-hero-divider-wrapper {
    padding-bottom: 1.5em;
  }
  .threep-hero .threep-hero-divider-wrapper .threep-hero-divider {
    height: 1px;
    width: 35%;
  }
  .threep-hero .threep-hero-quote {
    max-width: 75%;
    margin: 0 auto;
  }
  .threep-hero .threep-hero-byline {
    margin-top: 1em;
    text-align: center;
  }
}
@media only screen and (max-width: 40.625em) {
  /* 650px */
  .page-hero,
  .page-about .page-hero,
  .page-book .page-hero,
  .page-testimonials .page-hero {
    padding: 3em 0;
  }
  .speaking-title {
    font-size: 30px;
  }
  .tab-links li {
    margin: 1%;
  }
  .organization-logos li img {
    max-width: 125px;
  }
  .linkedin-influencer {
    padding: 2.5em 0;
    background-position: center right;
  }
  .linkedin-influencer .influencer-logo {
    max-width: 250px;
  }
}
/* ---- HOME PAGE SLIDESHOW ---- */
.slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 550px;
}
.slide .slide-content {
  max-width: 570px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide .slide-title {
  color: #ffffff;
}
.slide .slide-paragraph {
  color: #ffffff;
  font-weight: 300;
}
.robbiebook .slide-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-transform: all 0.5s ease-in-out;
  -moz-transform: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transform: all 0.5s ease-in-out;
}
.robbiebook .slide-button-link {
  position: absolute;
  left: 45%;
  bottom: 45px;
  -webkit-transform: all 0.5s ease-in-out;
  -moz-transform: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transform: all 0.5s ease-in-out;
}
.influencer .slide-content {
  text-align: center;
}
.influencer .slide-content img.influencer-slide-logo {
  max-width: 300px;
  margin-bottom: 1em;
}
.influencer .slide-title {
  color: #81C031;
  margin-bottom: 0;
}
.influencer .slide-paragraph {
  color: #222222;
}
.influencer .slide-button-link {
  margin: 0 auto;
}
.cycle-advance {
  display: block;
  width: 60px;
  height: 60px;
  color: #81C031;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 0.5;
  margin: 0 0 0.5em 0;
  text-decoration: none;
  position: absolute;
  bottom: 10%;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-align: center;
  line-height: 45px;
  z-index: 101;
}
.cycle-advance:hover {
  color: #9ACD5A;
}
.cycle-prev {
  left: .5em;
}
.cycle-next {
  right: .5em;
}
.cycle-advance:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.white-frame {
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.white-frame:hover {
  background: #fff;
  color: #333;
}
.hero-button {
  width: 220px;
  height: 44px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -110px;
  z-index: 105;
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .slide {
    height: 432px;
  }
  .slide-content {
    max-width: none;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slide-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .slide-paragraph {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* 479px */
  .cycle-advance {
    display: none;
  }
  .slide-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* --- HOME PAGE INTRO ---- */
.four-blocks {
  background-color: #efefef;
  padding-bottom: 2em;
  text-align: center;
}
.four-blocks i {
  color: #81C031;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  margin: 0 0 0.33333333em 0;
  margin: 0 0 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.four-blocks i:hover {
  color: #9ACD5A;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.four-blocks img {
  margin: 0 0 1px 0;
  max-height: 72px;
  width: auto;
  display: inline-block;
  vertical-align: text-bottom;
}
.four-blocks h3 a {
  color: #81C031;
  text-decoration: none;
}
.four-blocks h3 a:hover {
  color: #9ACD5A;
}
.four-blocks .button {
  margin: 0 auto;
  max-width: 150px;
}
.four-blocks p {
  width: 78%;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 1.2em 0;
  margin-left: auto;
  margin-right: auto;
}
.four-blocks .four-block-content {
  margin: 1em auto;
}
@media only screen and (max-width: 67.5em) {
  /* 1080px */
  .four-block-content {
    min-height: 105px;
  }
}
@media only screen and (max-width: 58.125em) {
  /* 930px */
  .four-block-content {
    min-height: 100px;
  }
  .four-blocks h3 {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 0.85714286px;
    margin: 0 0 0.85714286em 0;
    line-height: 1.33333333;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .four-blocks .span3 {
    margin-bottom: 2em;
    width: 48.93617021276595%;
  }
}
@media only screen and (max-width: 31.25em) {
  /* 500px */
  .four-blocks .span3 {
    width: 100%;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* 479px */
  .intro p {
    width: 100%;
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55555556;
    margin: 0 0 1.33333333em 0;
    text-align: left;
  }
  .intro-title {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.26315789;
    margin: 0 0 0.63157895em 0;
  }
  .four-block-content {
    min-height: inherit;
  }
}
/* --- HOME PAGE BLOG ---- */
.section.homepage-blog {
  padding-top: 2.5em;
  padding-bottom: 3.25em;
}
.homepage-blog-header {
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.homepage-blog-entry {
  margin-bottom: 1.75em;
}
.homepage-blog-entry header {
  border-bottom: 1px solid #d7d7d7;
}
.homepage-blog-entry .featuredimage {
  border-top: 1px solid #81C031;
  float: none;
  margin: 1em 0;
  padding: 1em 0;
  width: 100%;
}
.homepage-blog-entry .featuredimage img {
  box-shadow: none;
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.homepage-blog-title {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.8;
  margin: 0;
  margin-bottom: .25em;
}
.homepage-blog-title a {
  color: #555;
  font-weight: normal;
  text-decoration: none;
}
.homepage-blog-title a:hover {
  color: #ccc;
}
.homepage-blog-date {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
  color: #888;
  margin-bottom: 1.125em;
}
.homepage-blog-content {
  margin-top: 1em;
}
.homepage-blog-content p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66666667;
  margin: 0 0 1.33333333em 0;
  color: #888;
}
.homepage-read-more {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
}
.homepage-read-more:hover {
  color: #ccc;
}
.homepage-read-more i {
  margin-left: .1875em;
}
/* --- Social ---- */
.social {
  background-image: url('images/socialbg.jpg');
  background-repeat: repeat;
  padding-bottom: 0 !important;
  width: 100%;
}
.social h2 {
  color: #ffffff;
  text-align: center;
}
.social .home-social {
  list-style-type: none;
  z-index: 101;
}
.social li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  padding: 10px 0;
  width: 225px;
}
.social a {
  color: #222222;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.66666667;
  margin: 0 0 0.66666667em 0;
  text-decoration: none;
  text-transform: uppercase;
}
.social a:hover {
  color: #707070;
}
.social i {
  color: #ffffff;
  font-size: 48px;
  text-align: left;
  vertical-align: middle;
}
.social .rss {
  background-color: #ff9900;
}
.social .facebook {
  background-color: #3b5399;
}
.social .twitter {
  background-color: #5ea9dd;
}
.social .linkedin {
  background-color: #007bb6;
}
.social .homesocial-image {
  margin-top: -300px;
  z-index: 100;
}
.social .homesocial-image img {
  margin: 0;
}
@media only screen and (max-width: 52.5em) {
  /* 850px */
  .social li {
    width: 200px;
  }
  .social a {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 0.8;
    margin: 0 0 0.8em 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .social .home-social {
    margin: 0 auto;
    padding: 0;
  }
  .social li {
    margin-right: 10px;
    width: 200px;
  }
}
@media only screen and (max-width: 42.5em) {
  /* 680px */
  .social h2 {
    position: relative;
    z-index: 999999;
  }
  .social li {
    display: block;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 999999;
  }
  .social .homesocial-image {
    float: right;
    margin-top: -360px;
  }
}
@media only screen and (max-width: 31.25em) {
  /* 500px */
  .social .homesocial-image {
    display: none;
  }
  .social li {
    margin: 0 auto 20px;
  }
}
/* --- Social ---- */
.fact-slider {
  width: 100%;
  clear: both;
  margin-bottom: 24px;
  background: #363636;
  display: table;
}
.facts-controller {
  display: table-cell;
  width: 27%;
  height: 200px;
  /* float: left;*/
  background: #363636;
  color: #FFF;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.facts-controller h4.facts-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 43px;
  margin: -30px 0 0 0;
  padding: 0;
  color: #FFF;
  vertical-align: middle;
}
.facts-rotator {
  display: table-cell;
  width: 73%;
  /*float: left;*/
  min-height: 200px;
  background: #619f12;
  background: -moz-linear-gradient(top, #619f12 0%, #81c031 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #619f12), color-stop(100%, #81c031));
  background: -webkit-linear-gradient(top, #619f12 0%, #81c031 100%);
  background: -o-linear-gradient(top, #619f12 0%, #81c031 100%);
  background: -ms-linear-gradient(top, #619f12 0%, #81c031 100%);
  background: linear-gradient(to bottom, #619f12 0%, #81c031 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#619f12', endColorstr='#81c031', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.facts-slide {
  width: 100%;
  float: left;
  min-height: 200px;
}
.fact {
  padding: 40px 65px;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fact p {
  font-size: 30px;
  color: #FFF;
  line-height: 30px;
  margin: 0;
}
.facts-buttons {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #464646;
}
#fact-next,
#fact-prev {
  display: block;
  cursor: pointer;
  width: 50%;
  float: left;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fact-next:hover,
#fact-prev:hover {
  background: #464646;
}
#fact-prev {
  padding: 4px 4px 4px 20px;
  text-align: left;
}
#fact-next {
  padding: 4px 20px 4px 4px;
  text-align: right;
}
/* --- BLOG ---- */
.pagination ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 13px;
  color: #81C031;
}
.pagination ul li a:hover {
  background-color: #9ACD5A;
  color: #FFF;
}
.pagination ul li.active a {
  background-color: #81C031;
  color: #FFF;
}
.pagination ul li.newer-older a {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222222;
}
.pagination ul li.newer-older a:hover {
  color: #707070;
  background-color: #FFF;
}
.suggestion-bachs {
  background-color: #efefef;
  margin-top: 2.5em;
  text-align: center;
  width: 100%;
}
.suggestion-bachs-title {
  background-color: #81C031;
  color: #ffffff;
  font-size: 27px;
  line-height: 27px;
  padding: 10px 2.5%;
  text-transform: uppercase;
  width: 95%;
  cursor: pointer;
}
.suggestion-bachs-content {
  padding: 20px 0;
}
.suggestion-bachs-content p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin: 0 auto;
  width: 80%;
}
.single .suggestion-bachs {
  display: none;
}
.featuredimage,
.blog-article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featuredimage {
  width: 45%;
  float: left;
}
.featuredimage img {
  height: auto;
  margin-top: 10px;
  width: 100%;
}
.heroimage img {
  height: auto;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 100%;
}
.blog-article {
  width: 45%;
  float: right;
}
.blog-entry-content {
  margin-left: 20% !important;
}
.blog-entry {
  width: 100%;
  float: left;
  margin: 1em 0;
}
.blog-entry .entry-header {
  text-align: center;
}
.blog-entry .entry-header .page-title {
  margin: .5em 0;
}
.blog-entry .featuredimage img {
  height: auto;
  width: 100%;
}
.blog-entry.right .featuredimage {
  float: right;
}
.blog-entry.right .blog-article {
  float: left;
}
.blog-entry.right .continue-reading-link {
  float: left;
}
.blog-header {
  width: 100%;
}
.main-blog-title {
  border-bottom: 1px solid #cccccc;
  color: #222222;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: .375em;
  padding-bottom: .125em;
  text-transform: uppercase;
}
.blog-title {
  font-weight: normal;
  margin-bottom: .5em;
}
.blog-title a {
  color: #81C031;
  text-decoration: none;
}
.blog-title a:hover {
  color: #9ACD5A;
}
.blog-date-author {
  color: #888;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  margin: 0;
}
.post-meta,
.social-share {
  display: inline-block;
}
.post-meta {
  color: #d7d7d7;
}
.social-share {
  float: right;
  margin-bottom: 1em;
  text-align: right;
  width: 50%;
}
.social-share a {
  color: #ffffff;
  letter-spacing: .5px;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.social-share a.btn-twitter {
  background-color: #77d5ff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-share a.btn-twitter:hover {
  background-color: #29a7df;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-share a.btn-facebook {
  background-color: #7c9cda;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-share a.btn-facebook:hover {
  background-color: #3a5a98;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-share i {
  font-size: 2.25em;
  margin-right: 10px;
  vertical-align: middle;
}
.blog-footer {
  width: 100%;
}
.shares,
.read-more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.read-more {
  margin-bottom: 1em;
}
.continue-reading-link {
  float: right;
  text-decoration: none;
  text-transform: uppercase;
}
.continue-reading-link:hover {
  color: #ccc;
}
.nav-next > a,
.nav-previous > a {
  color: #81C031;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
  margin: 0;
  text-decoration: none;
}
.nav-next a {
  float: right;
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .blog-entry-content {
    margin-left: 5% !important;
    width: 90%;
  }
  .suggestion-bachs-content p {
    width: 95%;
  }
  .featuredimage,
  .blog-article {
    float: none;
    width: 90%;
  }
  .featuredimage {
    padding-bottom: 1.25em;
  }
  .continue-reading-link {
    float: none;
  }
  .shares {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .read-more {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 1.5em;
  }
  .share-name {
    display: none;
  }
  .blog-entry.right .featuredimage {
    float: none;
  }
  .sidebar {
    display: none;
  }
}
@media only screen and (max-width: 46.875em) {
  /* 750px */
  .post-meta,
  .social-share {
    display: block;
    float: none;
    width: 100%;
  }
  .post-meta {
    margin-bottom: 1em;
  }
  .social-share {
    text-align: left;
  }
}
@media only screen and (max-width: 34.375em) {
  /* 550px */
  .suggestion-bachs-title,
  .suggestion-bachs-title i {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14285714;
    margin: 0 0 1.14285714em 0;
  }
}
/* --- Photos & Videos ---- */
.photo-gallery {
  margin: 0 auto !important;
  float: none;
}
.photo-advance {
  display: block;
  width: 44px;
  height: 44px;
  color: #81C031;
  text-decoration: none;
  position: absolute;
  top: 45%;
  text-align: center;
  z-index: 101;
  font-size: 1.875rem;
  border-radius: 50%;
  padding: .25em;
}
.photo-advance i {
  color: #81C031;
}
.photo-advance i:hover {
  color: #9ACD5A;
}
.photo-gallery-header,
.video-speeches-header,
.video-clips-header {
  float: none;
  margin: 2.5em auto;
  text-align: center;
  width: 40%;
}
.photo-gallery-header i,
.video-speeches-header i,
.video-clips-header i {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.66666667;
  margin: 0 0 0.66666667em 0;
}
.photo-gallery-header hr,
.video-speeches-header hr,
.video-clips-header hr {
  border-top: 3px solid #d7d7d7;
  margin: 2em auto 2.5em;
  width: 10em;
}
.photo-gallery-header h1,
.video-speeches-header h1,
.video-clips-header h1 {
  color: #81C031;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333333;
  margin: 0 0 0.66666667em 0;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
}
.cycle-pager a {
  display: block;
  width: 14%;
  float: left;
  margin: 0;
}
.cycle-pager a img {
  max-width: 100%;
  height: auto;
}
.cycle-pager a:hover {
  opacity: .7;
}
.video-clips .video-clips-wrapper {
  position: relative;
}
.video-clips .video-clips-wrapper .clips-advance {
  display: none;
}
.video-clips .video-clips-wrapper .cycle-slide-active .media-item {
  opacity: 0.25;
}
.video-clips .video-clips-wrapper .cycle-slide-active + .cycle-slide .media-item {
  opacity: 1;
}
.video-clips .video-clips-wrapper .cycle-slide-active + .cycle-slide + .cycle-slide .media-item {
  opacity: 0.25;
}
.video-clips .media-item {
  position: relative;
}
.video-clips .media-item-wrapper {
  max-width: 600px;
  width: 100%;
}
.video-clips .ms-info .media-caption {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  margin: 0 0 1em 0 !important;
}
.video-clips .clips-advance {
  display: block;
  width: 44px;
  height: 44px;
  color: #81C031;
  text-decoration: none;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 101;
  font-size: 1.875rem;
  background-color: #ffffff;
  padding: .25em;
}
.video-clips .clips-advance i {
  color: #81C031;
}
.video-clips .clips-advance i:hover {
  color: #9ACD5A;
}
.video-clips .cycle-prev {
  left: 28%;
}
.video-clips .cycle-next {
  right: 28%;
}
.video-clips .video-clips-wrapper:hover .clips-advance {
  display: block;
}
.media-feed {
  height: auto;
}
.media-item-wrapper {
  float: left;
  margin: 0;
  position: relative;
  width: 49.99%;
}
.media-item-wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.video-clips-wrapper .media-item-wrapper {
  float: none;
}
.media-item {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
.media-item img {
  float: left;
  height: auto;
  max-width: 100%;
}
.caption-bg {
  background: #81C031;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.media-item:hover > .caption-bg {
  background: #81C031;
  -webkit-opacity: 0.88;
  -moz-opacity: 0.88;
  opacity: 0.88;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.caption {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  padding: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #FFF;
  text-decoration: none;
}
.caption a {
  text-decoration: none;
}
.media-item:hover .caption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.caption .media-caption {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}
.cycle-slideshow,
.photo {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .media-item {
    min-height: 300px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  .media-item-wrapper {
    width: 99.9%;
  }
  .media-item-wrapper .media-item {
    min-height: 225px;
  }
  .cycle-pager a {
    display: block;
    width: 31%;
    float: left;
    margin: 1% 1%;
  }
  .cycle-pager a img {
    width: 100%;
    height: auto;
  }
  .cycle-pager a:hover {
    opacity: .7;
  }
}
/* ---- SIDEBAR ---- */
.sidebar {
  margin-top: 1.5em;
  text-align: center;
}
.sidebar figure {
  margin: 0 auto 2.5em;
}
.sidebar .categories {
  list-style-type: none;
}
.sidebar .categories ul {
  text-align: left;
}
.book-promo h2 {
  margin: 0;
}
.book-promo h3 {
  margin: 0;
}
.single .sidebar {
  width: 20%;
}
.lr-share-vertical-fix {
  top: 35% !important;
}
/* ---- FOOTER ---- */
.footer {
  width: 100%;
  float: left;
  background: #222222;
  color: #f0f0f0;
  padding: 1em 0 .75em 0;
}
.footer p,
.footer address {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428571;
  margin: 0 0 1.71428571em 0;
}
.footer address {
  font-style: normal;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 330px;
}
.footer-social {
  margin: 1em auto;
  text-align: center;
}
.footer-social .fa {
  font-size: 2.5em;
  margin: 0 .25em;
}
.footer-social .fa-facebook {
  color: #3b5999;
}
.footer-social .fa-linkedin {
  color: #0b4f7b;
}
.footer-social .fa-twitter {
  color: #00aeff;
}
.copyright-sub {
  padding-top: 24px;
  color: #bbb;
}
.copyright-sub p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0 0 2em 0;
}
.site-credits {
  text-align: right;
}
.site-credits p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0 0 2em 0;
}
.site-credits a {
  color: #bbb;
  text-decoration: none;
}
.site-credits a:hover,
.site-credits a:focus {
  color: #fff;
}
.vsep {
  padding: 0 3px;
}
#scrollto-top {
  display: block;
  text-decoration: none;
  width: 42px;
  height: 42px;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.09090909;
  margin: 0;
  text-align: center;
  line-height: 42px;
  color: #333;
  background: #999;
  position: absolute;
  top: 0;
  right: 20px;
}
#scrollto-top:hover,
#scrollto-top:focus {
  background-color: #777;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .copyright,
  .site-credits {
    text-align: center;
  }
  .footer-logo img {
    margin: 1em 0;
    max-width: 250px;
  }
}
