@charset "UTF-8";
/******************************************************************
 ROUND CORNERS
******************************************************************/
/******************************************************************
 BOX SHADOW
******************************************************************/
/******************************************************************
 SELECT DISABLE
******************************************************************/
/******************************************************************
 TRANSITION
******************************************************************/
/******************************************************************
 TRANSFORM
******************************************************************/
/******************************************************************
 RESPONSIVENESS
******************************************************************/
/******************************************************************
 HELPER CLASSES
******************************************************************/
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.clearfloat:after {
  content: "";
  display: table;
  clear: both; }

/******************************************************************
 STAGGERING
******************************************************************/
._1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s; }

._2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

._3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

._4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

._5 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

._6 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

._7 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s; }

._8 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }

._9 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s; }

._10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

/******************************************************************
 MARGIN CLASSES
******************************************************************/
.mt0 {
  margin-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

/******************************************************************
 BORDER RADIUS
******************************************************************/
/******************************************************************
 PLACEHOLDERS
******************************************************************/
/******************************************************************
 BACKGROUND IMAGE
******************************************************************/
/******************************************************************
 BACKGROUND IMAGE LINEAR GRADIENT
******************************************************************/
/******************************************************************
 BOX SHADOW
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*!
 *  Font Awesome 4.6.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?v=4.6.3");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
SELECT II
*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  min-width: 85%;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    outline: 0;
    padding: 5px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      padding-left: 8px;
      padding-right: 20px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      border: none;
      box-sizing: border-box;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #885700;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #885700; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #885700;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 15px; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.desaturate {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-filter: invert(50%);
  filter: invert(50%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%); }

.content .skin-light {
  border: 1px solid #323232;
  color: #323232;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 0.5% 1%;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .content .skin-light:hover {
    background-color: #885700;
    border: 1px solid #885700;
    color: #ffffff; }

.content .skin-color {
  background-color: #885700;
  border: 1px solid #969696;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 0.3% 0.8%;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .content .skin-color:hover {
    background-color: #ffffff;
    border: 1px solid #885700;
    color: #885700; }

html button,
html input[type="button"],
html input[type="reset"],
html input[type="submit"],
html .btn-join,
html #btn-join,
html a#quiz_continue_link {
  background-color: #885700;
  border: 1px solid #969696;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 20px;
  padding: 5px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  html button:hover, html button:focus, html button:active, html button.active,
  html input[type="button"]:hover,
  html input[type="button"]:focus,
  html input[type="button"]:active,
  html input[type="button"].active,
  html input[type="reset"]:hover,
  html input[type="reset"]:focus,
  html input[type="reset"]:active,
  html input[type="reset"].active,
  html input[type="submit"]:hover,
  html input[type="submit"]:focus,
  html input[type="submit"]:active,
  html input[type="submit"].active,
  html .btn-join:hover,
  html .btn-join:focus,
  html .btn-join:active,
  html .btn-join.active,
  html #btn-join:hover,
  html #btn-join:focus,
  html #btn-join:active,
  html #btn-join.active,
  html a#quiz_continue_link:hover,
  html a#quiz_continue_link:focus,
  html a#quiz_continue_link:active,
  html a#quiz_continue_link.active {
    background-color: #ffffff !important;
    border: 1px solid #885700 !important;
    color: #885700 !important; }

.spu-bg {
  background: #ffffff; }

.spu-box {
  border-radius: 0;
  margin-bottom: 5%;
  padding: 4% 7% 2% 7%;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc; }
  .spu-box.spu-centered {
    margin: 0 auto 5% auto;
    right: 0; }
  .spu-box input {
    border-bottom: 1px solid #323232;
    border-left: 0;
    border-right: 0;
    border-top: 0; }
  .spu-box .seminar-popup-header .seminar-popup-title {
    color: #323232;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 33px;
    text-align: center; }
  .spu-box .seminar-popup-header .seminar-popup-date {
    color: #885700;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    text-align: center; }
  .spu-box .seminar-popup-header .seminar-popup-content {
    margin: 7% 0 3% 0;
    padding: 5% 0 2% 0;
    position: relative; }
    .spu-box .seminar-popup-header .seminar-popup-content:before {
      background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
      border: 0;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .spu-box .seminar-popup-header .seminar-popup-content:after {
      background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
      border: 0;
      bottom: 0;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      right: 0; }
    .spu-box .seminar-popup-header .seminar-popup-content p {
      color: #373737;
      font-family: "Roboto Slab", serif;
      font-size: 18px;
      line-height: 25px;
      text-align: left; }
  .spu-box .gravity-form .ask-approval_wrapper input {
    width: 100% !important; }
  .spu-box .gravity-form .gfield_required {
    color: #323232;
    margin-left: 0.25em;
    padding-top: 1%;
    position: absolute;
    right: 13%; }
  .spu-box .gravity-form input {
    border-bottom: 1px solid #c8c8c8;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 100% !important; }
    .spu-box .gravity-form input::-webkit-input-placeholder {
      color: #646464;
      font-family: "Quicksand", sans-serif;
      font-size: 17px; }
    .spu-box .gravity-form input:-moz-placeholder {
      color: #646464;
      font-family: "Quicksand", sans-serif;
      font-size: 17px; }
    .spu-box .gravity-form input::-moz-placeholder {
      color: #646464;
      font-family: "Quicksand", sans-serif;
      font-size: 17px; }
    .spu-box .gravity-form input:-ms-input-placeholder {
      color: #646464;
      font-family: "Quicksand", sans-serif;
      font-size: 17px; }
  .spu-box .gravity-form .required-info {
    color: #969696;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    max-width: 100%;
    text-align: right; }
  .spu-box .gravity-form .gform_footer {
    text-align: center; }
    .spu-box .gravity-form .gform_footer input {
      background-color: transparent;
      border: 1px solid #323232;
      color: #323232;
      font-family: "Quicksand", sans-serif;
      font-size: 17px;
      padding: 12px 20px;
      width: auto !important;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }

#simplemodal-login-container {
  width: 60% !important;
  /* max 520px */ }
  @media (max-width: 520px) {
    #simplemodal-login-container {
      height: 100% !important;
      left: 0 !important;
      top: 0 !important;
      width: 100% !important; }
      #simplemodal-login-container .simplemodal-wrap {
        height: 100%; }
        #simplemodal-login-container .simplemodal-wrap #simplemodal-login-form {
          height: 100%; }
          #simplemodal-login-container .simplemodal-wrap #simplemodal-login-form form {
            height: 100%;
            padding: 2%;
            width: 93%; }
            #simplemodal-login-container .simplemodal-wrap #simplemodal-login-form form .simplemodal-login-fields {
              height: 100%;
              padding: 2% 5%; } }

#simplemodal-login-container .message,
#simplemodal-login-container #login_error {
  font-family: "Quicksand", sans-serif; }

#simplemodal-login-container form,
#lostpasswordform form {
  padding: 2% !important; }
  #simplemodal-login-container form .simplemodal-close,
  #lostpasswordform form .simplemodal-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    float: right;
    height: 16px;
    position: relative;
    width: 18px; }
    #simplemodal-login-container form .simplemodal-close:before,
    #lostpasswordform form .simplemodal-close:before {
      background-image: url(../../images/closemodal.png);
      content: " ";
      height: 16px;
      position: absolute;
      width: 18px; }
  #simplemodal-login-container form .title,
  #lostpasswordform form .title {
    color: #885700;
    font-family: "Quicksand", sans-serif; }
  #simplemodal-login-container form .simplemodal-login-fields,
  #lostpasswordform form .simplemodal-login-fields {
    font-family: "Quicksand", sans-serif;
    padding: 10% 20%;
    text-align: center; }
    #simplemodal-login-container form .simplemodal-login-fields .input,
    #lostpasswordform form .simplemodal-login-fields .input {
      background: transparent;
      border-bottom: 1px solid #323232;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      font-family: "Quicksand", sans-serif;
      font-size: 18px;
      line-height: 22px;
      margin: 2px 0 8% 0;
      outline: 0;
      padding: 3px;
      text-align: center;
      width: 97%; }
      #simplemodal-login-container form .simplemodal-login-fields .input.user_login::-webkit-input-placeholder,
      #lostpasswordform form .simplemodal-login-fields .input.user_login::-webkit-input-placeholder {
        color: #323232; }
      #simplemodal-login-container form .simplemodal-login-fields .input.user_login:-moz-placeholder,
      #lostpasswordform form .simplemodal-login-fields .input.user_login:-moz-placeholder {
        color: #323232; }
      #simplemodal-login-container form .simplemodal-login-fields .input.user_login::-moz-placeholder,
      #lostpasswordform form .simplemodal-login-fields .input.user_login::-moz-placeholder {
        color: #323232; }
      #simplemodal-login-container form .simplemodal-login-fields .input.user_login:-ms-input-placeholder,
      #lostpasswordform form .simplemodal-login-fields .input.user_login:-ms-input-placeholder {
        color: #323232; }
      #simplemodal-login-container form .simplemodal-login-fields .input.user_pass,
      #lostpasswordform form .simplemodal-login-fields .input.user_pass {
        margin: 2px 0 8px 0; }
        #simplemodal-login-container form .simplemodal-login-fields .input.user_pass::-webkit-input-placeholder,
        #lostpasswordform form .simplemodal-login-fields .input.user_pass::-webkit-input-placeholder {
          color: #969696; }
        #simplemodal-login-container form .simplemodal-login-fields .input.user_pass:-moz-placeholder,
        #lostpasswordform form .simplemodal-login-fields .input.user_pass:-moz-placeholder {
          color: #969696; }
        #simplemodal-login-container form .simplemodal-login-fields .input.user_pass::-moz-placeholder,
        #lostpasswordform form .simplemodal-login-fields .input.user_pass::-moz-placeholder {
          color: #969696; }
        #simplemodal-login-container form .simplemodal-login-fields .input.user_pass:-ms-input-placeholder,
        #lostpasswordform form .simplemodal-login-fields .input.user_pass:-ms-input-placeholder {
          color: #969696; }
    #simplemodal-login-container form .simplemodal-login-fields .simplemodal-forgotpw,
    #lostpasswordform form .simplemodal-login-fields .simplemodal-forgotpw {
      color: #885700;
      display: inline-block;
      font-size: 14px;
      margin: 0 0 2%;
      text-decoration: none; }
    #simplemodal-login-container form .simplemodal-login-fields .submit,
    #lostpasswordform form .simplemodal-login-fields .submit {
      float: none;
      margin-bottom: 15%;
      text-align: center; }
      #simplemodal-login-container form .simplemodal-login-fields .submit input,
      #lostpasswordform form .simplemodal-login-fields .submit input {
        background-color: transparent;
        border: 1px solid #323232;
        color: #323232;
        font-family: "Quicksand", sans-serif;
        font-size: 15px;
        outline: 0;
        padding: 1% 6%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
    #simplemodal-login-container form .simplemodal-login-fields .nav,
    #lostpasswordform form .simplemodal-login-fields .nav {
      bottom: 0;
      color: #969696;
      left: 0;
      padding: 5%;
      position: absolute;
      right: 0;
      /* max 520px */ }
      @media (max-width: 520px) {
        #simplemodal-login-container form .simplemodal-login-fields .nav,
        #lostpasswordform form .simplemodal-login-fields .nav {
          margin-bottom: 5%;
          position: relative;
          top: 0; } }
      #simplemodal-login-container form .simplemodal-login-fields .nav .simplemodal-login,
      #simplemodal-login-container form .simplemodal-login-fields .nav .wpr-register,
      #lostpasswordform form .simplemodal-login-fields .nav .simplemodal-login,
      #lostpasswordform form .simplemodal-login-fields .nav .wpr-register {
        border-bottom: 1px solid #d8d8d8;
        color: #885700;
        cursor: pointer;
        font-family: "Quicksand", sans-serif;
        font-size: 15px;
        text-decoration: none; }

.dharmasun-theme body {
  color: #323232;
  font-family: "Roboto Slab", serif;
  line-height: 1.5em; }
  .dharmasun-theme body .mm-page .wrap .content.row {
    margin: 0; }

.dharmasun-theme p {
  font-family: "Roboto Slab", serif;
  font-weight: 300; }

body .wrap {
  padding: 0; }

@media (max-width: 650px) {
  header .mobile-header {
    display: table;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99; } }

@media (max-width: 650px) {
  header .mobile-header h1 {
    /*background-image: url("../../images/mobile-bg.jpg");*/
    background-color: #885700; } }

@media (max-width: 650px) {
  .admin-bar .mobile-header {
    display: table;
    top: 46px;
    z-index: 99; }
  .admin-bar .banner {
    margin-top: 40px; }
    .admin-bar .banner .header-login {
      top: 54px; } }

.admin-bar .tte-content-detail {
  /* max 520px */ }
  @media (max-width: 650px) {
    .admin-bar .tte-content-detail {
      margin-top: 0; } }
  @media (max-width: 520px) {
    .admin-bar .tte-content-detail {
      margin-top: 47px; } }

@media (max-width: 650px) {
  #wpadminbar {
    position: fixed;
    top: 0; } }

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    top: 0; } }

.banner .language-menu li.active, .banner .language-menu li:hover {
  background: #885700;
  border: 1px solid #885700;
  /* max 520px */ }
  @media (max-width: 520px) {
    .banner .language-menu li.active, .banner .language-menu li:hover {
      border: 2px solid #323232; } }

.banner .header-login {
  bottom: 20px;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  left: 50px;
  position: absolute;
  z-index: 99; }
  @media (max-width: 650px) {
    .banner .header-login {
      display: table;
      font-size: 13px;
      position: fixed;
      top: 9px; }
      .banner .header-login .uslogged,
      .banner .header-login span {
        display: none; } }
  .banner .header-login a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none; }

.banner .wpr_online_meditation {
  position: absolute;
  top: 0;
  right: 10px;
  background: url("../../images/dharmasun-online-meditation.svg") no-repeat;
  width: 90px;
  height: 100px;
  -webkit-background-size: 90px 100px;
  background-size: 90px 100px;
  text-align: center;
  z-index: 10; }
  .banner .wpr_online_meditation i.wpr-category-emblem {
    display: inline-block;
    background-image: url("../../images/category-emblem-international-centers.white.svg");
    background-repeat: no-repeat;
    height: 55px;
    -webkit-background-size: 55px 55px;
    background-size: 55px 55px;
    background-position: center 8px;
    padding-top: 68px;
    width: 70px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 11px;
    line-height: 1em;
    font-style: normal; }
    .banner .wpr_online_meditation i.wpr-category-emblem span {
      font-weight: 700; }
  @media (max-width: 650px) {
    .banner .wpr_online_meditation {
      display: none; } }

.dharmasun .site-navigation ul {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 15px 0 0px 0;
  text-align: center;
  width: 100%; }
  .dharmasun .site-navigation ul li {
    padding: 0 2.6%;
    position: relative; }
    .dharmasun .site-navigation ul li:after {
      background: linear-gradient(to bottom, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
      border: 0;
      content: '';
      min-height: 20px;
      position: absolute;
      right: 0;
      top: 0;
      width: 1px; }
    .dharmasun .site-navigation ul li:last-child:after {
      display: none; }
    .dharmasun .site-navigation ul li a {
      color: #323232;
      font-family: "Quicksand", sans-serif;
      font-size: 13px;
      font-weight: 400; }
      .dharmasun .site-navigation ul li a:hover {
        color: #885700; }
    .dharmasun .site-navigation ul li.active a {
      color: #885700;
      cursor: pointer;
      z-index: 99; }

@media (max-width: 768px) {
  html.dharmasun-theme {
    margin-top: 0 !important; }
    html.dharmasun-theme .admin-bar .mm-page {
      padding-top: 23px; }
    html.dharmasun-theme .admin-bar .mm-page {
      padding-top: 0; } }

body a {
  color: #885700; }

body .highlight {
  font-weight: 700; }

body div#ui-datepicker-div[style] {
  z-index: 9999999 !important; }

body .wrap .container:first-child {
  display: inline-block;
  position: relative;
  width: 100%; }
  body .wrap .container:first-child footer {
    display: inline-flex;
    position: relative;
    width: 100%; }
    body .wrap .container:first-child footer .container {
      display: inline-block;
      position: relative;
      width: 100%; }

body select,
body option {
  color: #323232; }

body .mobile-navigation {
  background-color: #885700; }
  body .mobile-navigation .site-navigation li.active a {
    color: #ffffff; }
    body .mobile-navigation .site-navigation li.active a:active, body .mobile-navigation .site-navigation li.active a:focus, body .mobile-navigation .site-navigation li.active a:visited {
      color: #ffffff; }
  body .mobile-navigation .site-navigation li a {
    color: #ffffff; }
    body .mobile-navigation .site-navigation li a:active, body .mobile-navigation .site-navigation li a:focus, body .mobile-navigation .site-navigation li a:visited {
      color: #ffffff; }

body .owl-nav {
  position: absolute;
  top: -25px;
  width: 100%; }
  body .owl-nav .owl-prev {
    cursor: pointer;
    display: inline-block;
    font-family: 'FontAwesome', Helvetica, Verdana, Arial, sans-serif;
    font-size: 45px;
    height: 40px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 60px; }
    body .owl-nav .owl-prev:before {
      content: "\f104";
      padding-left: 20px; }
    body .owl-nav .owl-prev:hover {
      color: #885700;
      cursor: pointer; }
    body .owl-nav .owl-prev.disabled {
      display: none; }
  body .owl-nav .owl-next {
    display: inline-block;
    font-family: 'FontAwesome', Helvetica, Verdana, Arial, sans-serif;
    font-size: 45px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 60px; }
    body .owl-nav .owl-next:before {
      content: "\f105";
      padding-left: 20px; }
    body .owl-nav .owl-next:hover {
      color: #885700;
      cursor: pointer; }
    body .owl-nav .owl-next.disabled {
      display: none; }

.mm-page header {
  /* max 520px */ }
  @media (max-width: 520px) {
    .mm-page header {
      margin-bottom: 0; } }
  .mm-page header .banner {
    /* max 520px */ }
    @media (max-width: 520px) {
      .mm-page header .banner {
        height: 0; }
        .mm-page header .banner hgroup {
          display: none; }
        .mm-page header .banner .language-menu {
          margin-left: 8%;
          margin-top: -4.35em; } }

.mm-page .content .main {
  display: inline-block;
  padding-top: 40px;
  width: 100%; }
  .mm-page .content .main article.detail {
    color: #323232;
    display: table;
    font-size: 17px;
    position: relative;
    width: 100%; }
    .mm-page .content .main article.detail .page-container header,
    .mm-page .content .main article.detail .page-container p {
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      width: 50%; }
      @media (max-width: 768px) {
        .mm-page .content .main article.detail .page-container header,
        .mm-page .content .main article.detail .page-container p {
          padding: 2%;
          width: 90%; } }
    .mm-page .content .main article.detail .page-container .membership-prerequisite {
      color: #885700;
      font-size: 18px;
      font-weight: bold;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      width: 50%; }
      @media (max-width: 1200px) {
        .mm-page .content .main article.detail .page-container .membership-prerequisite {
          padding: 5%;
          width: 90%; } }
    .mm-page .content .main article.detail .page-container blockquote {
      max-width: 100%;
      text-align: left; }
      .mm-page .content .main article.detail .page-container blockquote p {
        color: #885700; }
    .mm-page .content .main article.detail .page-container .gform_confirmation_wrapper {
      color: #885700;
      font-size: 20px;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      width: 50%; }
    .mm-page .content .main article.detail .fullwidth .block-column,
    .mm-page .content .main article.detail .fullwidth p {
      max-width: 90%; }
    .mm-page .content .main article.detail header h2 {
      font-family: "Quicksand", sans-serif;
      font-size: 35px;
      line-height: 35px;
      margin: 1.67em 0; }
  .mm-page .content .main .page-header {
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    width: 100%; }
    .mm-page .content .main .page-header h1 {
      font-family: "Quicksand", sans-serif;
      font-size: 35px;
      line-height: 35px;
      margin: 1.67em 0; }
  .mm-page .content .main .home-notification {
    background-color: #885700;
    color: #ffffff;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%; }
    .mm-page .content .main .home-notification #close-notification {
      background-image: url(/wp-content/themes/shedrub/dist/images/category-nav-header-close.svg);
      background-repeat: no-repeat;
      background-size: 17px 17px;
      color: transparent;
      display: block;
      height: 17px;
      position: absolute;
      right: 14px;
      text-indent: -9999px;
      top: 14px;
      width: 17px;
      z-index: 3;
      -webkit-background-size: 17px 17px; }
    .mm-page .content .main .home-notification strong {
      font-family: "Quicksand", sans-serif;
      font-size: 15px; }
    .mm-page .content .main .home-notification p {
      display: inline-block;
      font-size: 15px;
      position: relative;
      width: auto; }
  .mm-page .content .main .talk {
    margin: 0 auto;
    width: 100%; }
    .mm-page .content .main .talk h2 {
      font-size: 33px;
      font-weight: 400;
      text-align: center; }
    .mm-page .content .main .talk p {
      font-size: 15px;
      text-align: center; }
      @media (max-width: 768px) {
        .mm-page .content .main .talk p {
          padding: 0 15px; } }
  .mm-page .content .main .teachers-listing {
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    width: 100%; }
    .mm-page .content .main .teachers-listing ul {
      display: inline-block;
      float: left;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%; }
      .mm-page .content .main .teachers-listing ul li {
        display: inline-block;
        float: left;
        list-style-type: none;
        padding: 45px 2%;
        position: relative;
        width: 96%; }
        .mm-page .content .main .teachers-listing ul li:before {
          background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
          border: 0;
          content: '';
          height: 1px;
          left: 0;
          position: absolute;
          right: 0;
          top: 0; }
        .mm-page .content .main .teachers-listing ul li:nth-child(odd) {
          background-color: rgba(134, 120, 95, 0.05); }
        .mm-page .content .main .teachers-listing ul li:last-child:after {
          background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
          border: 0;
          bottom: 0;
          content: '';
          height: 1px;
          left: 0;
          position: absolute;
          right: 0; }
        .mm-page .content .main .teachers-listing ul li .teachers-left {
          display: inline-block;
          float: left;
          padding: 1%;
          position: relative;
          width: 38%; }
          @media (max-width: 768px) {
            .mm-page .content .main .teachers-listing ul li .teachers-left {
              float: none;
              text-align: center;
              width: 100%; } }
          .mm-page .content .main .teachers-listing ul li .teachers-left .home-entry img {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */ }
        .mm-page .content .main .teachers-listing ul li .teachers-right {
          display: inline-block;
          float: left;
          padding: 1%;
          position: relative;
          width: 45%; }
          @media (max-width: 768px) {
            .mm-page .content .main .teachers-listing ul li .teachers-right {
              float: none;
              padding: 4%;
              width: 92%; } }
          .mm-page .content .main .teachers-listing ul li .teachers-right h1 {
            color: #323232;
            display: inline-block;
            font-family: "Roboto Slab", serif;
            font-size: 17px;
            line-height: 22px;
            position: relative;
            text-align: left;
            text-decoration: none;
            width: 100%; }
            @media (max-width: 768px) {
              .mm-page .content .main .teachers-listing ul li .teachers-right h1 {
                text-align: center; } }
          .mm-page .content .main .teachers-listing ul li .teachers-right .teacher-content {
            display: inline-block;
            font-family: "Roboto Slab", serif;
            font-size: 17px;
            line-height: 22px;
            position: relative;
            text-align: left;
            width: 100%; }
            @media (max-width: 768px) {
              .mm-page .content .main .teachers-listing ul li .teachers-right .teacher-content {
                text-align: center; } }
          .mm-page .content .main .teachers-listing ul li .teachers-right .teacher-readmore {
            color: #885700;
            display: inline-block;
            font-family: "Quicksand", sans-serif;
            font-size: 15px;
            line-height: 22px;
            padding: 3% 0;
            position: relative;
            text-align: left;
            text-decoration: underline;
            width: 100%; }
            @media (max-width: 768px) {
              .mm-page .content .main .teachers-listing ul li .teachers-right .teacher-readmore {
                text-align: center; } }
    .mm-page .content .main .teachers-listing .show-more-teachers {
      cursor: pointer;
      display: inline-block;
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      padding: 2%;
      position: relative;
      text-align: center;
      width: 96%; }
  .mm-page .content .main .teacher article.detail {
    color: #323232; }
    .mm-page .content .main .teacher article.detail .breadcrumb {
      color: #646464;
      font-family: "Quicksand", sans-serif;
      font-size: 13px;
      margin: 0 auto;
      max-width: 75%;
      padding: 5px 0;
      position: relative;
      text-align: center;
      width: 100%; }
    .mm-page .content .main .teacher article.detail a {
      color: #646464;
      display: inline-block;
      font-family: "Quicksand", sans-serif;
      font-size: 13px;
      position: relative; }
    .mm-page .content .main .teacher article.detail header,
    .mm-page .content .main .teacher article.detail .block-column,
    .mm-page .content .main .teacher article.detail p {
      max-width: 75%;
      /* max 520px */ }
      @media (max-width: 520px) {
        .mm-page .content .main .teacher article.detail header,
        .mm-page .content .main .teacher article.detail .block-column,
        .mm-page .content .main .teacher article.detail p {
          max-width: 95%; } }
      .mm-page .content .main .teacher article.detail header img,
      .mm-page .content .main .teacher article.detail .block-column img,
      .mm-page .content .main .teacher article.detail p img {
        /* max 520px */ }
        @media (max-width: 520px) {
          .mm-page .content .main .teacher article.detail header img,
          .mm-page .content .main .teacher article.detail .block-column img,
          .mm-page .content .main .teacher article.detail p img {
            display: block;
            height: auto;
            width: 92%; } }
    .mm-page .content .main .teacher article.detail header {
      padding-bottom: 0;
      /* max 520px */ }
      @media (max-width: 520px) {
        .mm-page .content .main .teacher article.detail header {
          background-color: rgba(134, 120, 95, 0.05);
          max-width: 100%; } }
      .mm-page .content .main .teacher article.detail header h1 {
        font-family: "Quicksand", sans-serif;
        font-size: 33px;
        line-height: 33px;
        padding: 5% 0 2% 0;
        text-align: center;
        /* max 520px */ }
        @media (max-width: 520px) {
          .mm-page .content .main .teacher article.detail header h1 {
            margin: 0; } }
    .mm-page .content .main .teacher article.detail .home-entry {
      display: none;
      margin: 0 auto;
      max-width: 75%;
      padding: 2% 0;
      text-align: center;
      width: 100%;
      /* max 520px */ }
      @media (max-width: 520px) {
        .mm-page .content .main .teacher article.detail .home-entry {
          background-color: rgba(134, 120, 95, 0.05);
          max-width: 100%; } }
      .mm-page .content .main .teacher article.detail .home-entry img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
  .mm-page .content .main .teacher article .content {
    /* max 520px */ }
    @media (max-width: 520px) {
      .mm-page .content .main .teacher article .content {
        margin-top: 20px; } }
  .mm-page .content .main .seminar-content p {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 26px; }
  @media (max-width: 650px) {
    .mm-page .content .main .seminar-content {
      width: 90%;
      margin: 0 auto; } }
  .mm-page .content .main .seminars-listing {
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    width: 100%; }
    .mm-page .content .main .seminars-listing ul {
      display: inline-block;
      list-style-type: none;
      margin: 0 auto;
      padding: 3% 0;
      position: relative;
      width: 75%; }
      @media (max-width: 767px) {
        .mm-page .content .main .seminars-listing ul {
          width: 100%; } }
      .mm-page .content .main .seminars-listing ul li {
        border: 2px solid #c8c8c8;
        display: inline-table;
        list-style-type: none;
        margin: 1.2%;
        padding: 1% 2.4%;
        position: relative;
        width: 23%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        @media (max-width: 990px) {
          .mm-page .content .main .seminars-listing ul li {
            width: 40%; } }
        @media (max-width: 650px) {
          .mm-page .content .main .seminars-listing ul li {
            width: 80%; } }
        .mm-page .content .main .seminars-listing ul li:hover {
          border: 2px solid #885700; }
        .mm-page .content .main .seminars-listing ul li .seminar-link {
          color: #885700;
          display: inline-block;
          font-family: "Quicksand", sans-serif;
          font-size: 14px;
          line-height: 22px;
          position: relative;
          text-align: left;
          text-decoration: underline;
          width: 100%; }
          .mm-page .content .main .seminars-listing ul li .seminar-link .seminar-title {
            color: #885700;
            display: inline-block;
            font-family: "Quicksand", sans-serif;
            font-size: 20px;
            line-height: 22px;
            padding: 8% 0;
            position: relative;
            text-align: left;
            text-decoration: none;
            width: 100%; }
          .mm-page .content .main .seminars-listing ul li .seminar-link .content {
            color: #323232;
            display: inline-block;
            font-family: "Roboto Slab", serif;
            font-size: 17px;
            line-height: 26px;
            padding: 5% 0 20% 0;
            position: relative;
            text-align: left;
            width: 100%; }
          .mm-page .content .main .seminars-listing ul li .seminar-link button {
            background-color: transparent;
            border: 0;
            color: #885700;
            display: inline-block;
            font-family: "Quicksand", sans-serif;
            font-size: 14px;
            line-height: 22px;
            outline: 0;
            padding: 3% 0;
            position: relative;
            text-align: left;
            text-decoration: underline;
            width: 100%; }
  .mm-page .content .main .seminar,
  .mm-page .content .main .detail {
    margin: 0 auto;
    position: relative;
    width: 100%; }
    .mm-page .content .main .seminar article .menu-seminar-menu-container,
    .mm-page .content .main .detail article .menu-seminar-menu-container {
      float: left;
      padding-left: 2%;
      position: relative;
      width: 100%; }
      .mm-page .content .main .seminar article .menu-seminar-menu-container ul,
      .mm-page .content .main .detail article .menu-seminar-menu-container ul {
        list-style-type: none; }
        .mm-page .content .main .seminar article .menu-seminar-menu-container ul li,
        .mm-page .content .main .detail article .menu-seminar-menu-container ul li {
          border-bottom: 1px solid rgba(139, 116, 76, 0.22);
          padding: 4% 0;
          width: 70%; }
          .mm-page .content .main .seminar article .menu-seminar-menu-container ul li:first-child,
          .mm-page .content .main .detail article .menu-seminar-menu-container ul li:first-child {
            border-top: 1px solid rgba(139, 116, 76, 0.22); }
          .mm-page .content .main .seminar article .menu-seminar-menu-container ul li:hover a,
          .mm-page .content .main .detail article .menu-seminar-menu-container ul li:hover a {
            color: #885700; }
          .mm-page .content .main .seminar article .menu-seminar-menu-container ul li.current-menu-item,
          .mm-page .content .main .detail article .menu-seminar-menu-container ul li.current-menu-item {
            position: relative; }
            .mm-page .content .main .seminar article .menu-seminar-menu-container ul li.current-menu-item a,
            .mm-page .content .main .detail article .menu-seminar-menu-container ul li.current-menu-item a {
              color: #885700; }
            .mm-page .content .main .seminar article .menu-seminar-menu-container ul li.current-menu-item:after,
            .mm-page .content .main .detail article .menu-seminar-menu-container ul li.current-menu-item:after {
              color: #885700;
              content: '›';
              font-family: "Quicksand", sans-serif;
              font-size: 20px;
              position: absolute;
              right: 0; }
          .mm-page .content .main .seminar article .menu-seminar-menu-container ul li a,
          .mm-page .content .main .detail article .menu-seminar-menu-container ul li a {
            color: #323232;
            font-family: "Quicksand", sans-serif;
            font-size: 15px;
            text-decoration: none; }
    .mm-page .content .main .seminar article .sfwd-courses-container,
    .mm-page .content .main .detail article .sfwd-courses-container {
      float: left;
      position: relative;
      width: 73%; }
      .mm-page .content .main .seminar article .sfwd-courses-container header,
      .mm-page .content .main .detail article .sfwd-courses-container header {
        float: left;
        max-width: 100%;
        padding-bottom: 25px;
        position: relative;
        width: 100%; }
      .mm-page .content .main .seminar article .sfwd-courses-container .sfwd-courses-details,
      .mm-page .content .main .detail article .sfwd-courses-container .sfwd-courses-details {
        width: 95%; }
        .mm-page .content .main .seminar article .sfwd-courses-container .sfwd-courses-details p,
        .mm-page .content .main .detail article .sfwd-courses-container .sfwd-courses-details p {
          font-family: "Roboto Slab", serif;
          font-size: 18px;
          line-height: 26px;
          margin: 0;
          max-width: 90%;
          text-align: left; }
    .mm-page .content .main .seminar article .seminar-container,
    .mm-page .content .main .detail article .seminar-container {
      float: left;
      position: relative; }
      .mm-page .content .main .seminar article .seminar-container header,
      .mm-page .content .main .detail article .seminar-container header {
        max-width: 100%; }
        .mm-page .content .main .seminar article .seminar-container header .date time,
        .mm-page .content .main .detail article .seminar-container header .date time {
          color: #885700;
          float: left;
          font-family: "Quicksand", sans-serif;
          font-size: 24px;
          line-height: 24px;
          text-align: left; }
      .mm-page .content .main .seminar article .seminar-container .fullwidth .block-column,
      .mm-page .content .main .seminar article .seminar-container .fullwidth p,
      .mm-page .content .main .detail article .seminar-container .fullwidth .block-column,
      .mm-page .content .main .detail article .seminar-container .fullwidth p {
        max-width: 100%; }
    .mm-page .content .main .seminar article .expertise-disclaimer,
    .mm-page .content .main .detail article .expertise-disclaimer {
      clear: both;
      color: #885700;
      font-family: "Roboto Slab", serif;
      font-size: 17px;
      padding: 2% 0 2% 27%;
      position: relative;
      width: 73%; }
      .mm-page .content .main .seminar article .expertise-disclaimer div,
      .mm-page .content .main .detail article .expertise-disclaimer div {
        width: 80%; }
        .mm-page .content .main .seminar article .expertise-disclaimer div p,
        .mm-page .content .main .detail article .expertise-disclaimer div p {
          margin: 0;
          max-width: 100%;
          padding: 0; }
      .mm-page .content .main .seminar article .expertise-disclaimer:before,
      .mm-page .content .main .detail article .expertise-disclaimer:before {
        background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
        border: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
      .mm-page .content .main .seminar article .expertise-disclaimer:after,
      .mm-page .content .main .detail article .expertise-disclaimer:after {
        background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
        border: 0;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 0; }
    .mm-page .content .main .seminar article .book-seminar-container,
    .mm-page .content .main .detail article .book-seminar-container {
      clear: both;
      font-family: "Roboto Slab", serif;
      font-size: 17px;
      position: relative;
      width: 100%; }
      .mm-page .content .main .seminar article .book-seminar-container div p,
      .mm-page .content .main .detail article .book-seminar-container div p {
        margin: 0;
        max-width: 100%;
        padding: 0; }
      .mm-page .content .main .seminar article .book-seminar-container:before,
      .mm-page .content .main .detail article .book-seminar-container:before {
        background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
        border: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
      .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .book-content,
      .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .book-content {
        background-color: rgba(134, 120, 95, 0.05);
        margin: 0 auto;
        position: relative;
        width: 60%; }
      .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .gforms_confirmation_message,
      .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .gforms_confirmation_message {
        color: #885700;
        font-family: "Quicksand", sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin-top: 1.5%;
        padding: 1% 0 1% 27%;
        position: relative;
        width: 73%; }
      .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper,
      .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper {
        margin: 0 0 1em 0;
        max-width: 100%; }
        .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper:before,
        .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper:before {
          display: none; }
        .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .validation_error,
        .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .validation_error {
          margin-top: 1.5%;
          padding: 1% 0 1% 27%;
          position: relative;
          width: 73%; }
        .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body,
        .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body {
          background-color: transparent;
          margin: 0;
          padding: 0;
          position: relative;
          width: 100%; }
          .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body .gform_fields,
          .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body .gform_fields {
            padding-top: 1%;
            position: relative;
            width: 100%; }
          .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul,
          .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul {
            background-color: rgba(134, 120, 95, 0.05);
            padding: 0; }
            .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul li,
            .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul li {
              padding: 0 13% 0 27%;
              position: relative;
              width: 60%; }
              .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul li input,
              .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul li input {
                background-color: transparent;
                border: 0; }
            .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul .gfield_error,
            .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul .gfield_error {
              margin: 0;
              padding: 0 0 0 27%;
              position: relative;
              width: 73%; }
            .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul .required-info,
            .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul .required-info {
              background-color: #ffffff;
              margin-top: 2%;
              padding-right: 16%;
              padding-top: 0.5%;
              position: relative;
              width: 60%; }
              .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul .required-info:before,
              .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_body ul .required-info:before {
                background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                border: 0;
                content: '';
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                top: 0; }
        .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_footer,
        .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_footer {
          padding: 0 0 0 27%;
          position: relative;
          text-align: left;
          width: 60%; }
          .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_footer input[type=submit],
          .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_footer input[type=submit] {
            background-color: #885700;
            border: 1px solid #969696;
            color: #ffffff;
            font-family: "Quicksand", sans-serif;
            font-size: 17px;
            font-weight: bold;
            padding: 0.65% 1%;
            text-decoration: none;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */ }
            .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_footer input[type=submit]:hover,
            .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gform_footer input[type=submit]:hover {
              background-color: #ffffff;
              border: 1px solid #885700;
              color: #885700; }
        .mm-page .content .main .seminar article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gforms_confirmation_message,
        .mm-page .content .main .detail article .book-seminar-container .book-seminar-form .seminar-donations_wrapper .seminar-donations .gforms_confirmation_message {
          color: #885700;
          font-family: "Quicksand", sans-serif;
          font-size: 24px;
          font-weight: bold;
          padding: 0 0 0 27%;
          position: relative;
          width: 60%; }
    .mm-page .content .main .seminar article .approval-button,
    .mm-page .content .main .detail article .approval-button {
      clear: both;
      padding: 2% 0 2% 27%;
      position: relative;
      width: 73%; }
    .mm-page .content .main .seminar h1,
    .mm-page .content .main .detail h1 {
      font-family: "Quicksand", sans-serif;
      font-size: 35px;
      font-weight: normal;
      line-height: 35px;
      margin-bottom: 1%;
      padding: 1% 0;
      text-align: left; }
      @media (max-width: 1200px) {
        .mm-page .content .main .seminar h1,
        .mm-page .content .main .detail h1 {
          padding: 3% 0; } }
    .mm-page .content .main .seminar strong,
    .mm-page .content .main .detail strong {
      color: #323232;
      font-family: "Roboto Slab", serif;
      font-weight: 700; }

/**********
** --- BEGIN: --- HOMEPAGE ---
*/
.home #header,
.home #footer,
.home hr {
  display: none; }

.home .gf_activate {
  text-align: center; }
  .home .gf_activate .lead-in {
    padding: 0 5%; }

.home .page #header #headerimg {
  background-image: url(http://dharmasun.d-dharmasun.org.www308.your-server.de/wp-content/uploads/sites/3/2014/06/DSC_0730-with-cropped-CNRs.jpg); }
  .home .page #header #headerimg h1 {
    color: #ffffff;
    margin: 0 auto;
    padding: 8% 0;
    width: 80%; }
    .home .page #header #headerimg h1 a {
      color: #FFFFFF;
      font-size: 40px;
      text-decoration: none; }
  .home .page #header #headerimg .description {
    display: none; }

@media (max-width: 650px) {
  .home header {
    margin-bottom: 0; } }

.home .mm-page .content main {
  padding-top: 0;
  /* max 520px */ }
  @media (max-width: 520px) {
    .home .mm-page .content main {
      padding-top: 42px; } }

.home .home-notification {
  background-color: #885700;
  color: #ffffff;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%; }
  .home .home-notification #close-notification {
    background-image: url(/wp-content/themes/shedrub/dist/images/category-nav-header-close.svg);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    color: transparent;
    display: block;
    height: 17px;
    position: absolute;
    right: 14px;
    text-indent: -9999px;
    top: 14px;
    width: 17px;
    z-index: 3;
    -webkit-background-size: 17px 17px; }
  .home .home-notification strong {
    font-family: "Quicksand", sans-serif;
    font-size: 15px; }
  .home .home-notification p {
    display: inline-block;
    font-size: 15px;
    position: relative;
    width: auto; }

.home .home-container-sidebar {
  display: inline-block;
  margin-bottom: 4%;
  width: 100%; }
  .home .home-container-sidebar .site {
    float: left;
    position: relative;
    width: 75%;
    /* max 520px */ }
    @media (max-width: 520px) {
      .home .home-container-sidebar .site {
        width: 100%; } }
    .home .home-container-sidebar .site .homepage {
      margin: 0 auto;
      width: 50%;
      /* max 520px */ }
      @media (max-width: 520px) {
        .home .home-container-sidebar .site .homepage {
          width: 100%; } }
      .home .home-container-sidebar .site .homepage .mobile-logo {
        display: none;
        /* max 520px */ }
        @media (max-width: 520px) {
          .home .home-container-sidebar .site .homepage .mobile-logo {
            background-color: rgba(134, 120, 95, 0.05);
            display: block;
            padding-top: 7%;
            text-align: center; } }
      .home .home-container-sidebar .site .homepage h2 {
        color: #885700;
        font-size: 44px;
        font-weight: 400;
        text-align: left;
        /* max 520px */ }
        @media (max-width: 520px) {
          .home .home-container-sidebar .site .homepage h2 {
            background-color: rgba(134, 120, 95, 0.05);
            font-size: 30px;
            margin-bottom: 5%;
            padding-bottom: 30px;
            padding-top: 10px;
            text-align: center; } }
      .home .home-container-sidebar .site .homepage p {
        font-size: 15px;
        /* max 520px */ }
        @media (max-width: 520px) {
          .home .home-container-sidebar .site .homepage p {
            margin: 0 auto;
            width: 80%; } }
  .home .home-container-sidebar .home-right-sidebar {
    float: right;
    padding: 0 1%;
    position: relative;
    width: 23%;
    /* max 520px */ }
    @media (max-width: 520px) {
      .home .home-container-sidebar .home-right-sidebar {
        width: 90%; } }
    .home .home-container-sidebar .home-right-sidebar .site.calendar-site {
      width: 100%; }
      .home .home-container-sidebar .home-right-sidebar .site.calendar-site .events {
        color: #885700;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        padding-bottom: 20px;
        text-align: left; }
      .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list {
        padding-top: 15px;
        position: relative; }
        .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list:before {
          background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
          border: 0;
          content: '';
          height: 1px;
          left: 0;
          position: absolute;
          right: 0;
          top: 0; }
        .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry {
          height: auto;
          margin-bottom: 10px;
          max-width: 100%;
          min-width: 100%;
          padding: 0;
          width: 100%; }
          .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry:hover {
            border: 1px solid transparent; }
          .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a {
            height: auto; }
            .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a .date {
              display: inline-block;
              min-height: 100%;
              padding-bottom: 0;
              padding-right: 30px; }
              .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a .date time {
                float: left;
                font-family: "Quicksand", sans-serif;
                font-size: 21px;
                line-height: 20px; }
              .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a .date .year {
                font-weight: 700; }
            .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a .info {
              height: auto; }
              .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a .info:after {
                background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
                background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
                background-image: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
                background-repeat: no-repeat;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
                border: 0;
                bottom: 0;
                content: '';
                height: 1px;
                left: 0;
                position: absolute;
                right: 0; }
              .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a .info .info-container {
                position: relative; }
                .home .home-container-sidebar .home-right-sidebar .site.calendar-site .component-event-list .calendar-entry a .info .info-container h3 {
                  color: #885700;
                  font-size: 19px;
                  padding-bottom: 15px; }
    .home .home-container-sidebar .home-right-sidebar .more-entries-container {
      border: 0;
      padding-top: 0;
      text-align: left;
      width: 100%; }
      .home .home-container-sidebar .home-right-sidebar .more-entries-container .more-entries {
        color: #885700;
        font-family: "Quicksand", sans-serif;
        font-size: 15px;
        text-align: left; }

.home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk {
  background: transparent;
  margin: 15px 2% 25px 2%; }
  .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper {
    position: relative; }
    .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer {
      overflow: hidden;
      width: 100%;
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage {
        display: inline-flex;
        float: left;
        position: relative; }
        .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single {
          background-color: #ffffff;
          margin-top: 1px;
          padding: 0 5%;
          width: 90%; }
          .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single:first-child:before {
            display: none; }
          .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single.pop-open .talk-bottom:after {
            background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
            background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
            background-image: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
            background-repeat: no-repeat;
            border: 0;
            bottom: 0;
            content: '';
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            width: 100%; }
          .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single:before {
            background: linear-gradient(to bottom, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
            border: 0;
            content: '';
            left: 0;
            min-height: 290px;
            position: absolute;
            right: 0;
            top: 7%;
            width: 1px; }
          .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single .talk-bottom .talk-left img,
          .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single .talk-bottom .talk-right img {
            display: inline-block;
            height: auto;
            width: auto; }
          @media (min-width: 1025px) {
            .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single .talk-bottom .talk-left .tooltip-icon:hover .tooltip-item {
              visibility: visible; } }
          .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single .talk-bottom .talk-left .tooltip-icon .tooltip-item {
            background-color: #ffffff;
            border: 1px solid #323232;
            bottom: 150%;
            color: #323232;
            left: 130%;
            margin-left: -60px;
            padding: 5px 30px;
            position: absolute;
            text-align: center;
            visibility: hidden;
            white-space: nowrap;
            width: auto;
            z-index: 1;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */ }
            .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single .talk-bottom .talk-left .tooltip-icon .tooltip-item:after {
              border-color: black transparent transparent transparent;
              border-style: solid;
              border-width: 5px;
              content: "";
              left: 16%;
              margin-left: -5px;
              position: absolute;
              top: 100%; }
          .home .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper.home-carousel .owl-stage-outer .owl-stage .owl-item .talk-single .popup-content {
            padding: 0 5.556% 3%; }

.home .info-band-container {
  background-color: #ffffff;
  display: inline-block;
  float: left;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .home .info-band-container .info-band-wrapper {
    display: inline-block;
    margin: 0 auto;
    width: 100%; }
    .home .info-band-container .info-band-wrapper .info-band {
      float: left;
      padding: 4.1%;
      position: relative;
      width: 25%; }
      @media (max-width: 768px) {
        .home .info-band-container .info-band-wrapper .info-band {
          padding: 5%;
          width: 90%; }
          .home .info-band-container .info-band-wrapper .info-band:nth-child(even) {
            background-color: rgba(134, 120, 95, 0.05); } }
      .home .info-band-container .info-band-wrapper .info-band:first-child:before {
        display: none; }
      .home .info-band-container .info-band-wrapper .info-band:before {
        background: linear-gradient(to bottom, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
        border: 0;
        content: '';
        left: 0;
        min-height: 330px;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px; }
      .home .info-band-container .info-band-wrapper .info-band .info-title .info-link {
        color: #885700;
        font-family: "Quicksand", sans-serif;
        font-size: 18px;
        text-decoration: none; }
      .home .info-band-container .info-band-wrapper .info-band .info-content {
        font-family: "Roboto Slab", serif;
        font-size: 15px;
        padding: 25px 0; }
      .home .info-band-container .info-band-wrapper .info-band .info-link {
        color: #885700;
        font-family: "Quicksand", sans-serif;
        font-size: 13px; }

/*
** --- END: --- HOMEPAGE ---
**********/
/**********
** --- BEGIN: --- TALKS PAGE ---
*/
.talk .talk-info-header .details-talks-button {
  cursor: pointer;
  padding: 3% 0 2% 0;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (max-width: 650px) {
    .talk .talk-info-header .details-talks-button {
      padding: 5% 0 2% 0; } }

.talk .talk-info-header .talks-info-container {
  background-color: rgba(134, 120, 95, 0.05);
  float: left;
  position: relative;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.5); }
  .talk .talk-info-header .talks-info-container .talks-info-wrapper {
    display: table;
    margin: 0 auto;
    position: relative;
    width: 60%; }
    @media (max-width: 768px) {
      .talk .talk-info-header .talks-info-container .talks-info-wrapper {
        width: 90%; } }
    .talk .talk-info-header .talks-info-container .talks-info-wrapper .talk-info-items {
      display: inline-block;
      float: left;
      padding-bottom: 5%;
      position: relative;
      width: 100%; }
      .talk .talk-info-header .talks-info-container .talks-info-wrapper .talk-info-items .talk-info-item {
        display: inline-block;
        float: left;
        padding: 10% 9% 0 5%;
        position: relative;
        text-align: left;
        width: 35%; }
        @media (max-width: 768px) {
          .talk .talk-info-header .talks-info-container .talks-info-wrapper .talk-info-items .talk-info-item {
            padding: 10% 5% 0 5%;
            width: 90%; } }
        .talk .talk-info-header .talks-info-container .talks-info-wrapper .talk-info-items .talk-info-item .talk-info-title {
          color: #885700;
          font-family: "Quicksand", sans-serif;
          font-size: 20px;
          line-height: 25px; }
        .talk .talk-info-header .talks-info-container .talks-info-wrapper .talk-info-items .talk-info-item .talk-info-content p {
          font-size: 16px;
          line-height: 25px;
          padding: 0;
          text-align: left; }
  .talk .talk-info-header .talks-info-container .details-talks-button-mobile {
    display: none; }
    @media (max-width: 768px) {
      .talk .talk-info-header .talks-info-container .details-talks-button-mobile {
        cursor: pointer;
        display: inline-block;
        padding: 2% 0 10% 0;
        position: relative;
        text-align: center;
        width: 100%; } }

.talks-holder {
  display: inline-block;
  width: 100%;
  /* max 520px */ }
  @media (max-width: 520px) {
    .talks-holder {
      margin-top: 3%; } }
  .talks-holder .talks-holder-filter {
    display: inherit;
    width: 100%; }
    .talks-holder .talks-holder-filter .talks-holder-categories {
      display: inherit;
      width: 100%; }
      .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing {
        /* max768 */ }
        @media (max-width: 768px) {
          .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing {
            display: none; } }
        .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel {
          position: relative;
          width: 100%; }
          .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer {
            overflow: hidden;
            position: relative;
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            width: 100%; }
            .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer .owl-stage {
              margin: 0 auto;
              position: relative; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer .owl-stage .owl-item {
                background-color: rgba(134, 120, 95, 0.05);
                float: left;
                min-height: 60px;
                position: relative; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer .owl-stage .owl-item .talk-category-item {
                  background-color: #ffffff;
                  border-bottom: 5px solid rgba(134, 120, 95, 0.2);
                  color: #969696;
                  display: inline-block;
                  float: left;
                  font-family: "Quicksand", sans-serif;
                  font-size: 15px;
                  height: auto;
                  outline: 0;
                  padding: 1% 0;
                  position: relative;
                  text-align: center;
                  text-decoration: none;
                  text-transform: uppercase;
                  width: 100%; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer .owl-stage .owl-item .talk-category-item:hover {
                    border-bottom: 5px solid #323232;
                    color: #323232; }
                    .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer .owl-stage .owl-item .talk-category-item:hover:before {
                      border-left: 5px solid transparent;
                      border-right: 5px solid transparent;
                      border-top: 12px solid #323232;
                      content: " ";
                      height: 0;
                      left: 50%;
                      margin-left: -8px;
                      pointer-events: none;
                      position: absolute;
                      top: 109%;
                      width: 0; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer .owl-stage .owl-item .talk-category-item.active {
                    border-bottom: 5px solid #323232;
                    color: #323232; }
                    .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-stage-outer .owl-stage .owl-item .talk-category-item.active:before {
                      border-left: 5px solid transparent;
                      border-right: 5px solid transparent;
                      border-top: 12px solid #323232;
                      content: " ";
                      height: 0;
                      left: 50%;
                      margin-left: -8px;
                      pointer-events: none;
                      position: absolute;
                      top: 109%;
                      width: 0; }
          .talks-holder .talks-holder-filter .talks-holder-categories .talks-holder-listing .talks-categories-listing.talks-carousel .owl-nav {
            top: 0; }
      .talks-holder .talks-holder-filter .talks-holder-categories .talks-section {
        background: rgba(134, 120, 95, 0.05);
        display: block;
        float: left;
        margin: 0 auto;
        position: relative;
        width: 100%; }
        .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .talks-top-title {
          display: inline-block;
          font-family: "Quicksand", sans-serif;
          font-size: 15px;
          position: relative;
          text-align: center;
          top: -10px;
          width: 100%;
          /* max 520px */ }
          @media (max-width: 520px) {
            .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .talks-top-title {
              margin: 25px 0 10px 0;
              top: 0; } }
          .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .talks-top-title:before {
            background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
            border: 0;
            content: '';
            height: 1px;
            left: 4%;
            position: absolute;
            top: 10px;
            width: 36%; }
          .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .talks-top-title:after {
            background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
            border: 0;
            content: '';
            height: 1px;
            position: absolute;
            right: 4%;
            top: 10px;
            width: 36%; }
        .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk {
          background: transparent;
          margin: 15px 2% 25px 2%; }
          .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper {
            display: inline-block;
            list-style-type: none;
            padding: 0;
            position: relative;
            width: 100%; }
            .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files {
              background-color: transparent;
              clear: left;
              float: left;
              padding: 1.5% 1%;
              position: relative;
              width: 22.778%; }
              @media (max-width: 768px) {
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files {
                  width: 100%; } }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files:before {
                display: none; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files .talk-list-title {
                display: inline-block;
                float: left;
                position: relative;
                width: 100%; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files .talk-list-title .title-link {
                  color: #885700;
                  display: inline-block;
                  float: left;
                  font-family: "Quicksand", sans-serif;
                  font-size: 22px;
                  line-height: 30px;
                  padding: 6% 0 10% 0;
                  text-decoration: none;
                  width: 95%; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files .talk-list-title .title-link:after {
                    color: #885700;
                    content: "›";
                    font-size: 25px;
                    position: absolute;
                    right: 10px; }
                    @media (max-width: 768px) {
                      .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files .talk-list-title .title-link:after {
                        -moz-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); } }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-files .talk-list-description {
                display: inline-block;
                float: left;
                font-family: "Roboto Slab", serif;
                font-size: 15px;
                line-height: 22px; }
            .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single {
              background-color: #ffffff;
              display: inline-table;
              float: left;
              padding: 0 1%;
              position: relative;
              width: 22.8%; }
              @media (min-width: 769px) and (max-width: 1280px) {
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single {
                  width: 48%; } }
              @media (max-width: 768px) {
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single {
                  background-color: transparent;
                  padding: 0 5%;
                  width: 90%; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single:nth-child(2n+2) {
                    background-color: #ffffff; } }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single.pop-open:after {
                display: none; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single:before {
                background: linear-gradient(to bottom, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
                border: 0;
                content: '';
                left: 0;
                min-height: 290px;
                position: absolute;
                right: 0;
                top: 7%;
                width: 1px; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single:after {
                background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-image: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-repeat: no-repeat;
                border: 0;
                bottom: 0;
                content: '';
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                width: 100%; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-category {
                font-family: "Quicksand", sans-serif;
                font-size: 10px;
                line-height: 10px;
                padding-bottom: 5px;
                padding-top: 10%; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-category .category-link {
                  color: #885700;
                  padding-left: 5px;
                  position: relative;
                  text-decoration: none;
                  text-transform: uppercase; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-category .category-link:after {
                    bottom: 0;
                    content: ',';
                    position: absolute;
                    right: 0;
                    top: 0; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-category .category-link:last-child:after {
                    display: none; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-category .category-link:first-child {
                    padding-left: 0; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-date {
                font-family: "Quicksand", sans-serif;
                font-size: 13px;
                padding-bottom: 5px; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .file-image {
                text-align: center; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .file-image img {
                  height: auto;
                  width: 100%; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-title {
                font-family: "Quicksand", sans-serif;
                font-size: 18px;
                max-height: 35px;
                min-height: 35px;
                overflow: hidden;
                padding: 4% 0; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-title .title-link {
                  color: #323232;
                  display: inline-block;
                  text-decoration: none; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-teacher {
                font-family: "Quicksand", sans-serif;
                font-size: 12px; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-teacher a {
                  color: #885700; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom {
                display: inline-block;
                padding: 30px 0 20px 0;
                position: relative;
                width: 100%; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left {
                  display: inline-block;
                  float: left;
                  position: relative;
                  width: 50%; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left:after {
                    background: linear-gradient(to bottom, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
                    border: 0;
                    content: '';
                    min-height: 20px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 1px; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon {
                    display: inline-block;
                    float: left;
                    padding-right: 5%;
                    position: relative;
                    /* max 520px */ }
                    .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon i {
                      color: #323232;
                      cursor: pointer;
                      font-size: 21px;
                      outline: 0;
                      padding-right: 0; }
                    @media (max-width: 768px) {
                      .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon {
                        display: inline-block;
                        float: left;
                        padding-right: 12%;
                        position: relative; }
                        .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon i {
                          color: #323232;
                          cursor: pointer;
                          font-size: 22px;
                          outline: 0;
                          padding-right: 0; } }
                    @media (max-width: 520px) {
                      .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon {
                        padding-right: 16px; }
                        .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon i {
                          color: #323232;
                          cursor: pointer;
                          font-size: 20px;
                          outline: 0;
                          padding-right: 0; } }
                    @media (max-width: 320px) {
                      .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon {
                        padding-right: 15px; }
                        .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon i {
                          color: #323232;
                          cursor: pointer;
                          font-size: 21px;
                          outline: 0;
                          padding-right: 0; } }
                    @media (min-width: 1025px) {
                      .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon:hover .tooltip-item {
                        visibility: visible; } }
                    .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon .tooltip-item {
                      background-color: #ffffff;
                      border: 1px solid #323232;
                      bottom: 150%;
                      color: #323232;
                      left: 130%;
                      margin-left: -60px;
                      padding: 5px 30px;
                      position: absolute;
                      text-align: center;
                      visibility: hidden;
                      white-space: nowrap;
                      width: auto;
                      z-index: 1;
                      -moz-border-radius: 6px;
                      -webkit-border-radius: 6px;
                      border-radius: 6px;
                      background-clip: padding-box;
                      /* stops bg color from leaking outside the border: */ }
                      .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-left .tooltip-icon .tooltip-item:after {
                        border-color: black transparent transparent transparent;
                        border-style: solid;
                        border-width: 5px;
                        content: "";
                        left: 16%;
                        margin-left: -5px;
                        position: absolute;
                        top: 100%; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-right {
                  cursor: pointer;
                  float: left;
                  position: relative;
                  text-align: center;
                  width: 50%; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-right img {
                    padding-right: 10px; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .talk-bottom .talk-right .details-button {
                    display: inline-block;
                    font-family: "Quicksand", sans-serif;
                    font-size: 13px;
                    text-align: center; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .entry-content {
                opacity: 0;
                padding: 5px 0 15px 0;
                position: absolute;
                top: 0; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .entry-content:after {
                  background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                  background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                  background-image: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                  background-repeat: no-repeat;
                  border: 0;
                  bottom: 0;
                  content: '';
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
                  height: 1px;
                  left: 0;
                  position: absolute;
                  right: 0;
                  width: 100%; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .close-pop {
                background: transparent;
                cursor: pointer;
                opacity: 0;
                pointer-events: none;
                position: absolute;
                text-align: center;
                top: 0;
                width: 100%; }
              .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .popup-content {
                background-color: #ffffff;
                display: none;
                left: 0;
                margin-top: 1px;
                padding: 0 4.5% 3% 4.5%;
                position: absolute;
                top: 0;
                z-index: 99; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .popup-content .entry-content {
                  bottom: 0;
                  opacity: 1;
                  padding: 5px 0 15px 0;
                  position: relative; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .popup-content .entry-content:after {
                    background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                    background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                    background-image: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                    background-repeat: no-repeat;
                    border: 0;
                    bottom: 0;
                    content: '';
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
                    height: 1px;
                    left: 0;
                    position: absolute;
                    right: 0;
                    width: 100%; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .popup-content .talk-right-popup {
                  cursor: pointer;
                  float: left;
                  position: relative;
                  text-align: center;
                  width: 50%; }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .popup-content .talk-right-popup img {
                    padding-left: 10px;
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
                  .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .popup-content .talk-right-popup .details-button {
                    display: inline-block;
                    font-family: "Quicksand", sans-serif;
                    font-size: 13px;
                    text-align: center; }
                .talks-holder .talks-holder-filter .talks-holder-categories .talks-section .component-talk .talk-wrapper .talk-single .popup-content .close-popup {
                  bottom: 0;
                  cursor: pointer;
                  opacity: 1;
                  position: relative;
                  text-align: center;
                  width: 100%; }
      .talks-holder .talks-holder-filter .talks-holder-categories .responsive-talks-holder-list {
        margin: 0 auto;
        margin-bottom: 3%;
        position: relative;
        text-align: center;
        width: 92%;
        /* min769 */ }
        @media (min-width: 769px) {
          .talks-holder .talks-holder-filter .talks-holder-categories .responsive-talks-holder-list {
            display: none; } }
        @media (max-width: 768px) {
          .talks-holder .talks-holder-filter .talks-holder-categories .responsive-talks-holder-list {
            margin-top: 3%; } }
    .talks-holder .talks-holder-filter .show-more-videos {
      cursor: pointer;
      display: inline-block;
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      position: relative;
      text-align: center;
      top: -15px;
      width: 100%; }
      @media (max-width: 768px) {
        .talks-holder .talks-holder-filter .show-more-videos {
          top: 15px; } }
      .talks-holder .talks-holder-filter .show-more-videos:before {
        background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
        border: 0;
        content: '';
        height: 1px;
        left: 4%;
        position: absolute;
        top: 10px;
        width: 40%; }
      .talks-holder .talks-holder-filter .show-more-videos:after {
        background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
        border: 0;
        content: '';
        height: 1px;
        position: absolute;
        right: 4%;
        top: 10px;
        width: 40%; }

/*
*
** --- END: --- TALKS PAGE ---
*
**********/
/**********
** --- BEGIN: --- CONTACT US PAGE ---
*/
.contact-us .mm-page .content .main .detail header h1 {
  text-align: center; }

/*
*
** --- END: --- CONTACT US PAGE ---
*
**********/
.single-teacher .mm-page .content .main {
  padding-top: 0; }

.shadow {
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5); }

.shadow-bottom {
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5); }

.animated {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut; }

@media (max-width: 650px) {
  .page-template-template-tte .mm-page header {
    margin-bottom: 0; } }

.page-template-template-tte .mm-page .main {
  padding-top: 0; }

.wpr-tte {
  display: inline-block;
  width: 100%;
  /* max 520px */ }
  @media (max-width: 520px) {
    .wpr-tte {
      padding-top: 0; } }
  .wpr-tte .wpr-tte-menu {
    left: 0;
    padding: 20px 40px;
    z-index: 999; }
    .wpr-tte .wpr-tte-menu .tte-close-menu {
      color: #323232;
      display: inline-block;
      float: right;
      text-decoration: none; }
    .wpr-tte .wpr-tte-menu ul {
      list-style-type: none;
      padding-left: 0; }
      .wpr-tte .wpr-tte-menu ul li {
        border-bottom: 1px solid rgba(139, 116, 76, 0.22);
        padding: 8% 2%;
        /* max 520px */ }
        @media (max-width: 520px) {
          .wpr-tte .wpr-tte-menu ul li {
            border: none;
            padding: 0; } }
        .wpr-tte .wpr-tte-menu ul li:first-child {
          border-top: 1px solid rgba(139, 116, 76, 0.22);
          /* max 520px */ }
          @media (max-width: 520px) {
            .wpr-tte .wpr-tte-menu ul li:first-child {
              border: none; } }
        .wpr-tte .wpr-tte-menu ul li a {
          color: #323232;
          font-family: "Quicksand", sans-serif;
          font-size: 13px;
          text-decoration: none; }
          .wpr-tte .wpr-tte-menu ul li a:hover {
            color: #885700; }
  .wpr-tte .tte-info-header {
    display: inline-block;
    padding-top: 80px;
    position: relative;
    width: 100%;
    /* max 520px */ }
    @media (max-width: 520px) {
      .wpr-tte .tte-info-header {
        padding-top: 0; } }
    .wpr-tte .tte-info-header h1 {
      /* max 520px */ }
      @media (max-width: 520px) {
        .wpr-tte .tte-info-header h1 {
          line-height: 1em; } }
    .wpr-tte .tte-info-header .tte-go-to-forum {
      right: 10%;
      position: absolute;
      top: 30%; }
    .wpr-tte .tte-info-header .tte-overview-meniu {
      left: 0;
      position: absolute;
      top: 50%;
      /* max 520px */ }
      @media (max-width: 768px) {
        .wpr-tte .tte-info-header .tte-overview-meniu {
          top: 20%; } }
      @media (max-width: 520px) {
        .wpr-tte .tte-info-header .tte-overview-meniu {
          display: none; } }
      .wpr-tte .tte-info-header .tte-overview-meniu a {
        box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.16);
        color: #885700;
        font-family: "Quicksand", sans-serif;
        font-size: 13px;
        padding: 10px 20px;
        text-decoration: none; }
        .wpr-tte .tte-info-header .tte-overview-meniu a:before {
          content: "\203A";
          display: inline-block;
          margin-right: 10px; }
    .wpr-tte .tte-info-header .tte-left-sidebar-loc {
      background: #FFF;
      box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.16);
      left: 0;
      padding: 20px 40px;
      position: absolute;
      top: 45%;
      z-index: 999; }
      .wpr-tte .tte-info-header .tte-left-sidebar-loc .tte-close-menu {
        color: #323232;
        display: inline-block;
        float: right;
        text-decoration: none; }
      .wpr-tte .tte-info-header .tte-left-sidebar-loc ul {
        list-style-type: none;
        padding-left: 0; }
        .wpr-tte .tte-info-header .tte-left-sidebar-loc ul li {
          border-bottom: 1px solid rgba(139, 116, 76, 0.22);
          padding: 8% 2%;
          /* max 520px */ }
          @media (max-width: 520px) {
            .wpr-tte .tte-info-header .tte-left-sidebar-loc ul li {
              border: none;
              padding: 0; } }
          .wpr-tte .tte-info-header .tte-left-sidebar-loc ul li:first-child {
            border-top: 1px solid rgba(139, 116, 76, 0.22);
            /* max 520px */ }
            @media (max-width: 520px) {
              .wpr-tte .tte-info-header .tte-left-sidebar-loc ul li:first-child {
                border: none; } }
          .wpr-tte .tte-info-header .tte-left-sidebar-loc ul li a {
            color: #323232;
            font-family: "Quicksand", sans-serif;
            font-size: 13px;
            text-decoration: none; }
            .wpr-tte .tte-info-header .tte-left-sidebar-loc ul li a:hover {
              color: #885700; }
  .wpr-tte .not-authorized h1,
  .wpr-tte .not-authorized .tte-course-message {
    text-align: center !important; }
  .wpr-tte .tte-left-sidebar {
    text-align: left;
    /* max 520px */ }
    @media (max-width: 520px) {
      .wpr-tte .tte-left-sidebar {
        background-color: rgba(134, 120, 95, 0.05);
        display: none; } }
  .wpr-tte .wpr-tte-status {
    background: rgba(150, 120, 80, 0.15);
    color: #323232;
    float: left;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
    /* max 520px */ }
    @media (max-width: 520px) {
      .wpr-tte .wpr-tte-status {
        background: transparent;
        display: none;
        margin-bottom: 20px;
        padding: 0; } }
    .wpr-tte .wpr-tte-status .tte-close-button,
    .wpr-tte .wpr-tte-status .tte-info-container {
      display: inline-block;
      margin-top: 60px; }
    .wpr-tte .wpr-tte-status .tte-info-container {
      width: 60%;
      /* max 520px */ }
      @media (max-width: 768px) {
        .wpr-tte .wpr-tte-status .tte-info-container {
          width: 95%; } }
      @media (max-width: 520px) {
        .wpr-tte .wpr-tte-status .tte-info-container {
          background: rgba(150, 120, 80, 0.15);
          margin-top: 0;
          width: 100%; } }
    .wpr-tte .wpr-tte-status .tte-close-button {
      width: 100%; }
      .wpr-tte .wpr-tte-status .tte-close-button span {
        color: #86785F;
        display: block;
        padding: 10px 0; }
    .wpr-tte .wpr-tte-status .details-tte-button span {
      color: #885700; }
    .wpr-tte .wpr-tte-status .tte-left-sidebar,
    .wpr-tte .wpr-tte-status .tte-center-content,
    .wpr-tte .wpr-tte-status .tte-right-sidebar {
      float: left; }
    .wpr-tte .wpr-tte-status .tte-left-sidebar,
    .wpr-tte .wpr-tte-status .tte-right-sidebar {
      width: 25%;
      /* max 520px */ }
      @media (max-width: 520px) {
        .wpr-tte .wpr-tte-status .tte-left-sidebar,
        .wpr-tte .wpr-tte-status .tte-right-sidebar {
          width: 100%; } }
    .wpr-tte .wpr-tte-status .tte-right-sidebar .tte-program-status,
    .wpr-tte .wpr-tte-status .tte-right-sidebar .tte-watched-session,
    .wpr-tte .wpr-tte-status .tte-right-sidebar .tte-remaining {
      width: 50%;
      /* max 520px */ }
      @media (max-width: 520px) {
        .wpr-tte .wpr-tte-status .tte-right-sidebar .tte-program-status,
        .wpr-tte .wpr-tte-status .tte-right-sidebar .tte-watched-session,
        .wpr-tte .wpr-tte-status .tte-right-sidebar .tte-remaining {
          float: left; } }
    .wpr-tte .wpr-tte-status .tte-center-content {
      width: 70%;
      /* max 520px */ }
      .wpr-tte .wpr-tte-status .tte-center-content:before {
        content: "\200B"; }
      @media (max-width: 520px) {
        .wpr-tte .wpr-tte-status .tte-center-content {
          width: 100%; } }
      .wpr-tte .wpr-tte-status .tte-center-content .tte-center-content-padd {
        padding: 0 10%; }
      .wpr-tte .wpr-tte-status .tte-center-content h1 {
        line-height: 1em;
        text-align: left; }
      .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status {
        margin-top: 50px; }
        .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .stats {
          margin-bottom: 20px;
          margin-left: 25%;
          text-align: left; }
        .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-progress-container {
          background-color: #FFF;
          height: .5em;
          position: relative;
          width: 100%; }
          .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-progress-container .tte-progressbar {
            background-color: #885700;
            height: 100%;
            line-height: inherit;
            position: absolute; }
          .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-progress-container .tte-start-bar {
            background-color: #885700;
            height: 19px;
            left: 0;
            position: absolute;
            top: -100%;
            width: 1px; }
          .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-progress-container .tte-end-bar {
            background-color: #FFF;
            height: 19px;
            position: absolute;
            right: 0;
            top: -100%;
            width: 1px; }
          .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-progress-container .tte-recomanded-level {
            background-color: #969696;
            height: 35px;
            position: absolute;
            right: 65%;
            top: -200%;
            width: 1px; }
        .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-under-progress-bar {
          margin-top: 2%; }
          .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-under-progress-bar .pull-left {
            color: #323232;
            float: left;
            font-family: "Roboto Slab", serif;
            font-size: 15px;
            text-align: left;
            /* max 520px */ }
            @media (max-width: 520px) {
              .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-under-progress-bar .pull-left {
                width: 50%; } }
            .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-under-progress-bar .pull-left span {
              color: #885700;
              display: block;
              font-family: "Quicksand", sans-serif;
              font-size: 13px; }
          .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-under-progress-bar .pull-right {
            color: #323232;
            float: right;
            font-family: "Roboto Slab", serif;
            font-size: 15px;
            text-align: right;
            /* max 520px */ }
            @media (max-width: 520px) {
              .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-under-progress-bar .pull-right {
                width: 50%; } }
            .wpr-tte .wpr-tte-status .tte-center-content .tte-recommended-status .tte-under-progress-bar .pull-right span {
              color: #969696;
              display: block;
              font-family: "Quicksand", sans-serif;
              font-size: 13px; }
    .wpr-tte .wpr-tte-status .svg-container {
      width: 40%; }
    .wpr-tte .wpr-tte-status .tte-left-sidebar {
      text-align: left;
      /* max 520px */ }
      @media (max-width: 520px) {
        .wpr-tte .wpr-tte-status .tte-left-sidebar {
          background-color: #FFF;
          display: none; } }
      .wpr-tte .wpr-tte-status .tte-left-sidebar h2 {
        padding-bottom: 0;
        text-align: left;
        /* max 520px */ }
        @media (max-width: 520px) {
          .wpr-tte .wpr-tte-status .tte-left-sidebar h2 {
            color: #969696 !important; } }
      .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc {
        float: right;
        margin-right: 10%; }
        .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc ul {
          list-style-type: none;
          padding-left: 0; }
          .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc ul li {
            border-bottom: 1px solid rgba(139, 116, 76, 0.22);
            padding: 8% 2%;
            /* max 520px */ }
            @media (max-width: 520px) {
              .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc ul li {
                border: none;
                padding: 0; } }
            .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc ul li:first-child {
              border-top: 1px solid rgba(139, 116, 76, 0.22);
              /* max 520px */ }
              @media (max-width: 520px) {
                .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc ul li:first-child {
                  border: none; } }
            .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc ul li a {
              color: #323232;
              font-family: "Quicksand", sans-serif;
              font-size: 13px;
              text-decoration: none; }
              .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-left-sidebar-loc ul li a:hover {
                color: #885700; }
      .wpr-tte .wpr-tte-status .tte-left-sidebar .tte-widget-title {
        color: #323232;
        font-family: "Quicksand", sans-serif;
        font-size: 13px;
        text-transform: uppercase; }
    .wpr-tte .wpr-tte-status .circliful text {
      display: none; }
    .wpr-tte .wpr-tte-status .tte-status-title {
      color: #885700;
      font-size: 10px;
      text-transform: uppercase; }
      .wpr-tte .wpr-tte-status .tte-status-title span {
        color: #323232;
        display: block;
        font-size: 15px; }
  .wpr-tte .details-tte-button,
  .wpr-tte .tte-close-button {
    cursor: pointer; }
  .wpr-tte .details-tte-button:before,
  .wpr-tte .details-tte-button:after {
    color: #86785F;
    content: "\2039";
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    font-size: 24px;
    font-weight: lighter;
    transform: translateY(5px) rotate(-90deg) scale(2, 1.2);
    -moz-transform: translateY(5px) rotate(-90deg) scale(2, 1.2);
    -ms-transform: translateY(5px) rotate(-90deg) scale(2, 1.2);
    -o-transform: translateY(5px) rotate(-90deg) scale(2, 1.2);
    -webkit-transform: translateY(5px) rotate(-90deg) scale(2, 1.2);
    /* max 520px */ }
    @media (max-width: 520px) {
      .wpr-tte .details-tte-button:before,
      .wpr-tte .details-tte-button:after {
        content: '';
        display: block; } }
  .wpr-tte .details-tte-button:before {
    margin-right: 80px;
    /* max 520px */ }
    @media (max-width: 520px) {
      .wpr-tte .details-tte-button:before {
        margin-right: 0; } }
  .wpr-tte .details-tte-button:after {
    margin-left: 80px;
    /* max 520px */ }
    @media (max-width: 520px) {
      .wpr-tte .details-tte-button:after {
        content: '\2039';
        display: block;
        margin-left: 0; } }
  .wpr-tte h1, .wpr-tte h2 {
    font-size: 33px;
    font-weight: 400;
    text-align: center; }
  .wpr-tte p {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    text-align: left; }
  .wpr-tte .tte-holder .tte-holder-filter .take-course {
    text-align: center !important; }
    .wpr-tte .tte-holder .tte-holder-filter .take-course p {
      text-align: center !important; }
    .wpr-tte .tte-holder .tte-holder-filter .take-course .learndash_checkout_buttons .learndash_checkout_button {
      float: none !important;
      margin-right: 0 !important;
      max-width: 100% !important; }
    .wpr-tte .tte-holder .tte-holder-filter .take-course input[type="button"],
    .wpr-tte .tte-holder .tte-holder-filter .take-course input[type="reset"],
    .wpr-tte .tte-holder .tte-holder-filter .take-course input[type="submit"] {
      background-color: #885700;
      border: 1px solid #969696;
      color: #ffffff;
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      font-weight: normal;
      margin: 25px;
      padding: 5px 20px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing {
    float: left;
    position: relative;
    width: 100%; }
    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .owl-stage-outer {
      overflow: hidden;
      width: 100%;
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .owl-stage-outer .owl-stage {
        margin: 0 auto;
        width: 96%; }
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .owl-stage-outer .owl-stage .owl-item {
          background-color: rgba(134, 120, 95, 0.05);
          min-height: 60px; }
    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .owl-nav {
      top: 0; }
    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item {
      background-color: #ffffff;
      border-bottom: 5px solid rgba(134, 120, 95, 0.2);
      color: #969696;
      display: inline-block;
      float: left;
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      height: auto;
      outline: 0;
      padding: 1% 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 100%;
      /* max 520px */
      z-index: 1; }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item .mp3-archive-download {
        display: none; }
      @media (max-width: 520px) {
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item {
          padding: 2% 0; } }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item:hover {
        border-bottom: 5px solid #323232;
        color: #323232; }
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item:hover:before {
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 12px solid #323232;
          content: " ";
          height: 0;
          left: 50%;
          margin-left: -8px;
          pointer-events: none;
          position: absolute;
          top: 109%;
          width: 0; }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item.current-lesson {
        border-bottom: 5px solid #323232;
        color: #323232; }
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item.current-lesson button {
          display: block; }
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item.current-lesson:before {
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 12px solid #323232;
          content: " ";
          height: 0;
          left: 50%;
          margin-left: -8px;
          pointer-events: none;
          position: absolute;
          top: 109%;
          width: 0; }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item .mp3-archive-download {
        position: absolute;
        margin: 0;
        top: 0;
        right: 10%;
        padding: 0 10px;
        color: #885700;
        background-color: white;
        border: 1px solid #885700;
        z-index: 999; }
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-holder-listing .tte-categories-listing .tte-category-item .mp3-archive-download:before {
          content: '\2193'; }
  .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section {
    background: rgba(134, 120, 95, 0.05);
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .tte-top-title {
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      position: relative;
      text-align: center;
      top: -10px;
      width: 100%; }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .tte-top-title:before {
        background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
        border: 0;
        content: '';
        height: 1px;
        left: 4%;
        position: absolute;
        top: 10px;
        width: 36%; }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .tte-top-title:after {
        background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
        border: 0;
        content: '';
        height: 1px;
        position: absolute;
        right: 4%;
        top: 10px;
        width: 36%; }
    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte {
      background-color: transparent;
      margin: 15px 2% 25px 2%; }
      .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper {
        background: #FFF;
        display: inline-block;
        list-style-type: none;
        padding: 0;
        width: 100%; }
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-files {
          clear: left;
          float: left;
          position: relative; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-files.tte-single {
            background-color: transparent;
            padding: 1.5% 1%; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-files.tte-single:before {
              display: none; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-files .tte-list-title {
            display: inline-block;
            float: left;
            position: relative;
            width: 100%; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-files .tte-list-title a {
              color: #885700;
              display: inline-block;
              float: left;
              font-family: "Quicksand", sans-serif;
              font-size: 22px;
              line-height: 30px;
              padding: 6% 0 10% 0;
              text-decoration: none;
              width: 95%; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-files .tte-list-title a:after {
                color: #885700;
                content: "›";
                font-size: 25px;
                position: absolute;
                right: 20px; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-files .tte-list-description {
            display: inline-block;
            float: left;
            font-family: "Roboto Slab", serif;
            font-size: 15px;
            line-height: 22px; }
        .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single {
          background-color: #ffffff;
          display: inline-table;
          /* float: left; */
          padding: 0 1%;
          position: relative;
          width: 22.8%;
          /* max 520px */ }
          @media (min-width: 769px) and (max-width: 1280px) {
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single {
              width: 48%; } }
          @media (max-width: 768px) {
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single {
              background-color: transparent;
              padding: 0 5%;
              width: 40%; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single:nth-child(2n+2) {
                background-color: #ffffff; } }
          @media (max-width: 520px) {
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single {
              width: 90%; } }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single:first-child:before {
            display: none; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single:before {
            background: linear-gradient(to bottom, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
            border: 0;
            content: '';
            left: 0;
            min-height: 290px;
            position: absolute;
            right: 0;
            top: 7%;
            width: 1px; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single:after {
            background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
            background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
            background-image: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
            background-repeat: no-repeat;
            border: 0;
            bottom: 0;
            content: '';
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            width: 100%; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-category {
            font-family: "Quicksand", sans-serif;
            font-size: 10px;
            line-height: 10px;
            padding-bottom: 5px;
            padding-top: 5%; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-category .category-link {
              color: #885700;
              padding-left: 5px;
              position: relative;
              text-decoration: none;
              text-transform: uppercase; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-category .category-link:after {
                bottom: 0;
                content: ',';
                position: absolute;
                right: 0;
                top: 0; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-category .category-link:last-child:after {
                display: none; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-category .category-link:first-child {
                padding-left: 0; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-date {
            font-family: "Quicksand", sans-serif;
            font-size: 13px;
            padding-bottom: 5px; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .file-image {
            text-align: center; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .file-image img {
              height: auto;
              width: 100%; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-title {
            font-family: "Quicksand", sans-serif;
            font-size: 18px;
            max-height: 35px;
            min-height: 35px;
            overflow: hidden;
            padding: 4% 0; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-title .title-link {
              color: #323232;
              display: inline-block;
              text-decoration: none; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-teacher {
            font-family: "Quicksand", sans-serif;
            font-size: 12px; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-teacher a {
              color: #885700; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom {
            display: inline-block;
            padding: 30px 0 20px 0;
            position: relative;
            width: 100%; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left {
              display: inline-block;
              float: left;
              position: relative;
              width: 50%; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left:after {
                background: linear-gradient(to bottom, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
                border: 0;
                content: '';
                min-height: 20px;
                position: absolute;
                right: 0;
                top: 0;
                width: 1px; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon {
                display: inline-block;
                float: left;
                padding-right: 10%;
                position: relative;
                /* max 520px */ }
                .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon i {
                  color: #323232;
                  cursor: pointer;
                  display: inline-block;
                  float: left;
                  font-size: 21px;
                  outline: 0;
                  padding-right: 0;
                  position: relative; }
                @media (max-width: 768px) {
                  .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon {
                    display: inline-block;
                    float: left;
                    padding-right: 10%;
                    position: relative; }
                    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon i {
                      color: #323232;
                      cursor: pointer;
                      font-size: 22px;
                      outline: 0;
                      padding-right: 0; } }
                @media (max-width: 520px) {
                  .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon {
                    padding-right: 16px; }
                    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon i {
                      color: #323232;
                      cursor: pointer;
                      font-size: 20px;
                      outline: 0;
                      padding-right: 0; } }
                @media (max-width: 320px) {
                  .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon {
                    padding-right: 15px; }
                    .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon i {
                      color: #323232;
                      cursor: pointer;
                      font-size: 21px;
                      outline: 0;
                      padding-right: 0; } }
                @media (min-width: 1025px) {
                  .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon:hover .tooltip-item {
                    visibility: visible; } }
                .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon .tooltip-item {
                  background-color: #ffffff;
                  border: 1px solid #323232;
                  bottom: 150%;
                  color: #323232;
                  left: 120%;
                  margin-left: -60px;
                  padding: 5px 30px;
                  position: absolute;
                  text-align: center;
                  visibility: hidden;
                  white-space: nowrap;
                  width: auto;
                  z-index: 1;
                  -moz-border-radius: 6px;
                  -webkit-border-radius: 6px;
                  border-radius: 6px;
                  background-clip: padding-box;
                  /* stops bg color from leaking outside the border: */ }
                  .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-left .tooltip-icon .tooltip-item:after {
                    border-color: black transparent transparent transparent;
                    border-style: solid;
                    border-width: 5px;
                    content: "";
                    left: 16%;
                    margin-left: -5px;
                    position: absolute;
                    top: 100%; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-right {
              cursor: pointer;
              float: left;
              position: relative;
              text-align: center;
              width: 50%; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-right img {
                padding-right: 10px; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .tte-bottom .tte-right .details-button {
                display: inline-block;
                font-family: "Quicksand", sans-serif;
                font-size: 13px;
                text-align: center; }
          .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content {
            background-color: #ffffff;
            display: none;
            left: 0;
            margin-top: 1px;
            padding: 0 4.5% 3% 4.5%;
            position: absolute;
            top: 0;
            z-index: 99; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content .entry-content {
              padding: 5px 0 15px 0;
              position: relative; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content .entry-content:before {
                background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-image: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-repeat: no-repeat;
                border: 0;
                content: '';
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content .entry-content:after {
                background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-image: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
                background-repeat: no-repeat;
                border: 0;
                bottom: 0;
                content: '';
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DDDDDDD', endColorstr='#4DDDDDDD', GradientType=0);
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                width: 100%; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content .tte-right-popup {
              cursor: pointer;
              float: left;
              position: relative;
              text-align: center;
              width: 50%; }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content .tte-right-popup img {
                padding-left: 10px;
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
              .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content .tte-right-popup .details-button {
                display: inline-block;
                font-family: "Quicksand", sans-serif;
                font-size: 13px;
                text-align: center; }
            .wpr-tte .tte-holder .tte-holder-filter .tte-holder-categories .tte-section .component-tte .tte-wrapper .tte-single .popup-content .close-popup {
              cursor: pointer;
              position: relative;
              text-align: center;
              width: 100%; }

.tte-content-detail {
  margin-top: 50px;
  /* max 520px */ }
  @media (max-width: 650px) {
    .tte-content-detail {
      margin-top: 0; } }
  @media (max-width: 520px) {
    .tte-content-detail {
      margin-top: 40px; } }
  .tte-content-detail h1, .tte-content-detail h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    text-align: left; }
  .tte-content-detail h2 {
    font-size: 13px;
    padding-top: 30px; }
  .tte-content-detail .tte-left-content,
  .tte-content-detail .tte-right-content {
    float: left; }
  .tte-content-detail .tte-left-content {
    width: 25%; }
    @media (max-width: 768px) {
      .tte-content-detail .tte-left-content {
        width: 30%; } }
    @media (max-width: 650px) {
      .tte-content-detail .tte-left-content {
        background-color: rgba(134, 120, 95, 0.05);
        width: 100%; } }
    .tte-content-detail .tte-left-content .tte-widget-area {
      margin: 0 auto;
      width: 70%; }
      @media (max-width: 650px) {
        .tte-content-detail .tte-left-content .tte-widget-area {
          display: none;
          padding-bottom: 20px;
          width: 76%; } }
      .tte-content-detail .tte-left-content .tte-widget-area ul {
        list-style-type: none;
        padding-left: 0; }
        @media (max-width: 650px) {
          .tte-content-detail .tte-left-content .tte-widget-area ul {
            margin-top: 5px; } }
        .tte-content-detail .tte-left-content .tte-widget-area ul li {
          border-bottom: 1px solid rgba(139, 116, 76, 0.22);
          padding: 4% 2%; }
          .tte-content-detail .tte-left-content .tte-widget-area ul li:first-child {
            border-top: 1px solid rgba(139, 116, 76, 0.22); }
            @media (max-width: 650px) {
              .tte-content-detail .tte-left-content .tte-widget-area ul li:first-child {
                border: none; } }
          @media (max-width: 650px) {
            .tte-content-detail .tte-left-content .tte-widget-area ul li {
              border: none;
              padding: 0; } }
          .tte-content-detail .tte-left-content .tte-widget-area ul li.current-menu-item {
            position: relative; }
            .tte-content-detail .tte-left-content .tte-widget-area ul li.current-menu-item a {
              color: #885700; }
            .tte-content-detail .tte-left-content .tte-widget-area ul li.current-menu-item:after {
              color: #885700;
              content: '›';
              font-family: "Quicksand", sans-serif;
              font-size: 20px;
              position: absolute;
              right: 0; }
          .tte-content-detail .tte-left-content .tte-widget-area ul li a {
            color: #323232;
            font-family: "Quicksand", sans-serif;
            font-size: 13px;
            text-decoration: none; }
            .tte-content-detail .tte-left-content .tte-widget-area ul li a:hover {
              color: #885700; }
  .tte-content-detail .tte-right-content {
    width: 75%; }
    @media (max-width: 650px) {
      .tte-content-detail .tte-right-content {
        padding: 0 4%;
        width: 92%; } }

#tte-content-general-info {
  color: #323232;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 200; }
  #tte-content-general-info .wpr-tte-content-info {
    padding: 0 150px; }
    @media (max-width: 768px) {
      #tte-content-general-info .wpr-tte-content-info {
        padding: 10px 15px; } }
    #tte-content-general-info .wpr-tte-content-info h3 {
      padding: 50px 0 60px; }
      #tte-content-general-info .wpr-tte-content-info h3 em {
        display: inline-block;
        font-style: normal;
        margin: 0;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    #tte-content-general-info .wpr-tte-content-info h3:first-child {
      padding: 20px 0 60px; }
    #tte-content-general-info .wpr-tte-content-info a {
      color: #885700;
      text-decoration: none; }
  #tte-content-general-info .wpr-tte-content-info:first-child {
    padding: 50px 150px; }
    @media (max-width: 768px) {
      #tte-content-general-info .wpr-tte-content-info:first-child {
        padding: 10px 15px; } }
  #tte-content-general-info h1 {
    color: #323232;
    font-family: "Quicksand", sans-serif;
    font-size: 33px;
    margin: 0;
    line-height: 1em; }
    @media (max-width: 650px) {
      #tte-content-general-info h1 {
        text-align: center; } }
  #tte-content-general-info h2, #tte-content-general-info h3 {
    color: #885700;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0 60px; }
  @media (max-width: 650px) {
    #tte-content-general-info h2 {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      line-height: 1em;
      margin-bottom: 15px;
      padding: 20px 0 30px;
      text-align: center; } }
  #tte-content-general-info .youtube {
    margin: 50px 0; }
    @media (max-width: 650px) {
      #tte-content-general-info .youtube {
        margin: 20px 15px; } }
  #tte-content-general-info blockquote {
    padding: 0.5em 70px; }
    @media (max-width: 650px) {
      #tte-content-general-info blockquote {
        margin: 20px;
        padding: 0; } }
    #tte-content-general-info blockquote span {
      color: #323232;
      display: inline-block; }
    #tte-content-general-info blockquote p {
      margin-left: 40px;
      margin-top: -20px; }
  #tte-content-general-info blockquote:before {
    content: "\201C";
    font-family: "Times New Roman", Serif;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  #tte-content-general-info span, #tte-content-general-info blockquote, #tte-content-general-info ul li {
    color: #885700; }
  #tte-content-general-info span:not([id^="input_"]) {
    display: block;
    margin-top: 20px; }
  #tte-content-general-info .gform_wrapper ul li.gfield,
  #tte-content-general-info .chosen-single span {
    margin-top: 0 !important; }
  #tte-content-general-info .what-others-say {
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    margin-left: 150px; }
    @media (max-width: 650px) {
      #tte-content-general-info .what-others-say {
        margin-left: 10px; } }
  #tte-content-general-info .the-program-struture ul li {
    color: #323232; }
  #tte-content-general-info ul {
    list-style-type: none;
    margin-top: 0; }
  #tte-content-general-info ul li:before {
    content: "\203A";
    margin-right: 5px; }
  #tte-content-general-info p {
    padding-bottom: 15px; }
  #tte-content-general-info .chosen-container .chosen-results li.active-result:hover {
    color: #FFF; }
  #tte-content-general-info .gform_wrapper .gform_body {
    padding: 0 2% 0 2%;
    width: 96%; }
    #tte-content-general-info .gform_wrapper .gform_body .gform_fields li:before {
      content: ""; }
    #tte-content-general-info .gform_wrapper .gform_body .gform_fields li .ginput_complex .name_first,
    #tte-content-general-info .gform_wrapper .gform_body .gform_fields li .ginput_complex .name_last {
      float: left; }
    #tte-content-general-info .gform_wrapper .gform_body .gform_fields li .ginput_container_total {
      margin-top: 0; }

.wpr-tooltip {
  cursor: pointer;
  position: relative; }
  .wpr-tooltip div.wpr-tooltiptext {
    background-color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    color: #323232;
    display: none;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
    left: 40px;
    padding: 20px;
    position: absolute;
    top: 10px;
    width: 480px;
    z-index: 1;
    /* max 520px */ }
    @media (max-width: 520px) {
      .wpr-tooltip div.wpr-tooltiptext {
        left: auto;
        width: 220px; } }
    .wpr-tooltip div.wpr-tooltiptext span {
      margin-top: 10px !important; }
    .wpr-tooltip div.wpr-tooltiptext .close-button {
      border: 1px solid red;
      border-radius: 100%;
      float: right;
      height: 18px;
      padding-bottom: 1px;
      padding-right: 1px;
      text-align: center;
      width: 18px; }

.the-triple-excellence .sub-navigation {
  display: none; }

.single-sfwd-courses .mm-page .content .main {
  padding-top: 0; }

h2.tte-widget-title {
  color: #323232;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  padding-bottom: 0;
  padding-top: 30px;
  text-align: left;
  text-transform: uppercase;
  /* max 520px */ }
  @media (max-width: 520px) {
    h2.tte-widget-title {
      color: #969696;
      padding-top: 20px; } }

.wpr-mobile-tte-menu {
  display: none; }
  @media (max-width: 650px) {
    .wpr-mobile-tte-menu {
      background-color: rgba(134, 120, 95, 0.05);
      cursor: pointer;
      display: block;
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      margin-top: 0;
      padding: 10px 20px; } }

.wpr-mobile-profile-menu {
  display: none; }
  @media (max-width: 650px) {
    .wpr-mobile-profile-menu {
      background-color: rgba(134, 120, 95, 0.05);
      cursor: pointer;
      display: block;
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      margin: 0;
      padding: 10px 20px; } }

.wpr-closed-menu::before,
.wpr-open-menu::before {
  font-size: 16px;
  margin-right: 5px; }

.wpr-closed-menu::before {
  content: "+"; }

.wpr-open-menu::before {
  content: "\2013"; }

.wpr-open-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03); }

.tte-info-items .wpr-mobile-tte-menu {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin: 0; }

#menu-my-tte-program li.current-item {
  position: relative; }
  #menu-my-tte-program li.current-item a {
    color: #885700; }
  #menu-my-tte-program li.current-item:after {
    color: #885700;
    content: '›';
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    position: absolute;
    right: 0; }

#bbpress-forums {
  color: #323232;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  padding: 0 2%; }
  #bbpress-forums a {
    color: #885700;
    text-decoration: none; }
  #bbpress-forums .wp-editor-container {
    border: 1px solid #eee; }
  #bbpress-forums div.bbp-template-notice.info {
    background-color: rgba(134, 120, 95, 0.1);
    border: 1px solid #86785F; }

#wpr-terminate-lesson {
  text-align: center;
  width: 100%; }
  #wpr-terminate-lesson a {
    background: white;
    border: 1px solid #885700;
    color: #885700;
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 1% 0;
    text-decoration: none; }

.single-memberpressproduct .mm-page .content .main .detail .page-container {
  font-family: "Quicksand", sans-serif;
  margin: 0 auto;
  width: 100%; }
  .single-memberpressproduct .mm-page .content .main .detail .page-container header {
    padding: 0 !important;
    width: 100% !important; }
    .single-memberpressproduct .mm-page .content .main .detail .page-container header h1 {
      text-align: center !important; }
  @media (max-width: 1200px) {
    .single-memberpressproduct .mm-page .content .main .detail .page-container p {
      margin: 0 auto;
      padding: 0;
      width: 90%; } }
  .single-memberpressproduct .mm-page .content .main .detail .page-container .gform_wrapper {
    margin: 0 auto; }
    .single-memberpressproduct .mm-page .content .main .detail .page-container .gform_wrapper .gform_body {
      padding: 0;
      width: 100%; }
      .single-memberpressproduct .mm-page .content .main .detail .page-container .gform_wrapper .gform_body .gform_fields {
        margin: 0 auto !important;
        width: 50%; }
    .single-memberpressproduct .mm-page .content .main .detail .page-container .gform_wrapper .gform_footer {
      margin: 0 auto;
      padding: 1% 0 0 0;
      width: 100%; }
      .single-memberpressproduct .mm-page .content .main .detail .page-container .gform_wrapper .gform_footer .gform_button {
        font-size: 15px;
        font-weight: normal;
        padding: 5px 20px; }
  .single-memberpressproduct .mm-page .content .main .detail .page-container .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center; }
  .single-memberpressproduct .mm-page .content .main .detail .page-container .membership-prerequisite {
    color: #885700;
    margin: 0 auto;
    max-width: 100%;
    width: 50%; }
    @media (max-width: 1200px) {
      .single-memberpressproduct .mm-page .content .main .detail .page-container .membership-prerequisite {
        padding: 5%;
        width: 90%; } }
  .single-memberpressproduct .mm-page .content .main .detail .page-container .pending-authorization,
  .single-memberpressproduct .mm-page .content .main .detail .page-container .ask-approval-form,
  .single-memberpressproduct .mm-page .content .main .detail .page-container .need-authorization {
    color: #885700;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
  .single-memberpressproduct .mm-page .content .main .detail .page-container .gravity-message {
    color: #885700;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 13% 1% 27%;
    text-align: center;
    width: 50%; }
  .single-memberpressproduct .mm-page .content .main .detail .page-container .mp_wrapper {
    text-align: center; }
    .single-memberpressproduct .mm-page .content .main .detail .page-container .mp_wrapper form {
      margin: 0 auto;
      text-align: center;
      width: 75%; }
    .single-memberpressproduct .mm-page .content .main .detail .page-container .mp_wrapper .mp-form-row {
      text-align: center; }
    .single-memberpressproduct .mm-page .content .main .detail .page-container .mp_wrapper .mepr-submit {
      background-color: #885700;
      border: 1px solid #969696;
      color: #ffffff;
      font-family: "Quicksand", sans-serif;
      font-size: 15px;
      font-weight: normal;
      padding: 10px 30px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  .single-memberpressproduct .mm-page .content .main .detail .page-container .mepr-cant-purchase {
    text-align: center; }

.gform_wrapper {
  font-family: "Quicksand", sans-serif;
  margin: 3% auto 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%; }
  .gform_wrapper:before {
    background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
    border: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .gform_wrapper form {
    margin: 0;
    position: relative;
    width: 100%; }
    .gform_wrapper form h3.gform_title,
    .gform_wrapper form span.gform_description:not(:empty) {
      margin: 0 auto;
      position: relative;
      width: 60%; }
    .gform_wrapper form .validation_error {
      text-align: center; }
    .gform_wrapper form .gform_body {
      background-color: rgba(134, 120, 95, 0.05);
      margin: 0 auto;
      position: relative; }
      @media (max-width: 768px) {
        .gform_wrapper form .gform_body {
          width: 90%; } }
      .gform_wrapper form .gform_body ul {
        width: 100%; }
      .gform_wrapper form .gform_body .gform_fields {
        width: 100%;
        margin: 0 auto !important; }
        @media (max-width: 768px) {
          .gform_wrapper form .gform_body .gform_fields {
            width: 90%; } }
        .gform_wrapper form .gform_body .gform_fields .gfield label {
          display: none; }
        .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
          border-bottom: 1px solid #969696;
          margin-top: 0.775em; }
          .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .chosen-container {
            width: 97% !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
            background-color: transparent;
            border: 0;
            line-height: 35px; }
        .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex {
          display: inline-block; }
        .gform_wrapper form .gform_body .gform_fields .gfield.gfield_contains_required .ginput_container:after {
          color: #323232;
          content: "*";
          float: right; }
        .gform_wrapper form .gform_body .gform_fields .gfield.country-select .ginput_container {
          border: 0; }
          .gform_wrapper form .gform_body .gform_fields .gfield.country-select .ginput_container .chosen-container .chosen-single {
            height: auto; }
          .gform_wrapper form .gform_body .gform_fields .gfield.country-select .ginput_container .chosen-container .chosen-results {
            width: 100%; }
        .gform_wrapper form .gform_body .gform_fields .gfield.gfield_total label,
        .gform_wrapper form .gform_body .gform_fields .gfield.gfield_total .ginput_container_total {
          border: 0;
          float: left;
          margin-top: 1.3em;
          position: relative;
          width: auto; }
        .gform_wrapper form .gform_body .gform_fields .gfield.gfield_total label {
          display: block;
          margin-top: 1.5em;
          padding-right: 10px; }
        .gform_wrapper form .gform_body .gform_fields .gfield.gfield_total .ginput_total {
          color: #885700; }
        .gform_wrapper form .gform_body .gform_fields .gfield.gfield_html {
          margin-top: 0;
          padding: 1.5em 0;
          position: relative; }
          .gform_wrapper form .gform_body .gform_fields .gfield.gfield_html:after {
            background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
            border: 0;
            bottom: 0;
            content: '';
            height: 1px;
            left: 0;
            position: absolute;
            right: 0; }
        .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea {
          border: 0; }
          .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
            border: none;
            background-color: transparent;
            border-bottom: 1px solid #969696;
            padding: 2% 1.2%; }
    .gform_wrapper form .gform_footer {
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 96%; }
      .gform_wrapper form .gform_footer input[type=submit] {
        background-color: #885700;
        border: 1px solid #969696;
        color: #ffffff;
        font-family: "Quicksand", sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }

.wpr-viewed {
  opacity: .5; }

.dharmasun-gf .gform_body .gform_fields {
  padding-left: 3%; }

.wpr-terminate-course {
  padding: 1%;
  text-align: center; }
  .wpr-terminate-course p {
    text-align: center !important; }

p img.alignleft, p img.alignnone {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

p img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 650px) {
  .tte-course .learndash_checkout_buttons {
    overflow: visible !important; } }

.site-navigation .simplemodal-login {
  display: none; }

.mp_wrapper .mepr_payment_method {
  background-color: transparent !important; }
  .mp_wrapper .mepr_payment_method .mepr-payment-method-desc-text {
    display: none; }

.component-event-list .calendar-entry {
  width: 33.09% !important; }

.single-events .mm-page .content .main article.detail .fullwidth .block-column {
  max-width: 630px; }

.take-course .mp_wrapper form {
  text-align: center !important; }

.take-course .mp_wrapper form .mepr-form-has-errors {
  display: none; }

.talk-single .min-date-height {
  min-height: 21px; }

body.gfur-activate #header,
body.gfur-activate #footer,
body.gfur-activate hr {
  display: none; }

body.gfur-activate .content .gf_activate {
  text-align: center;
  min-height: calc(50vh - 200px); }

.gform_body input[type='text'],
.gform_body input[type='password'],
.gform_body input[type='email'],
.gform_body input[type='tel'],
.gform_body input[type='password'],
.gform_body input[type='tel'],
div.ginput_container_name span {
  margin-right: -10px !important; }

.gform_button {
  border-width: 1px !important; }

.gform_wrapper form .gform_footer {
  margin: 0 auto; }

.events-single .gform_footer {
  width: 100% !important;
  padding: 16px 0 10px !important; }

.gfield_checkbox label,
.gfield_radio label,
.wpr_show_label label {
  display: inline-block !important; }

.page-template-default .gform_fields {
  width: 50% !important; }
  @media (max-width: 768px) {
    .page-template-default .gform_fields {
      width: 90% !important; } }

form table {
  margin: 0 auto; }

form p {
  text-align: center; }

#tte-content-general-info form table {
  margin: 0; }

@media only screen and (min-width: 641px) {
  .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100% !important; }
  body.single-events .gform_wrapper form .gform_body {
    padding: 2% 13% 0 13%; } }

@media only screen and (max-width: 768px) {
  .gform_wrapper form .gform_body {
    width: 100%; } }

@media only screen and (max-width: 641px) {
  .ginput_complex {
    border-bottom: none !important; }
    .ginput_complex span {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #969696; } }

/* iPad subs */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .jw-captions {
    transform: translateY(-20px) !important; }
  .video-play {
    -webkit-transform: scale(1, 1) !important; } }

.page-template-template-profile .mm-page .content .main,
.page-template-template-bookings .mm-page .content .main {
  padding-top: 0;
  /* max 520px */ }
  @media (max-width: 520px) {
    .page-template-template-profile .mm-page .content .main,
    .page-template-template-bookings .mm-page .content .main {
      padding-top: 40px; } }
  .page-template-template-profile .mm-page .content .main .my-profile article,
  .page-template-template-bookings .mm-page .content .main .my-profile article {
    margin-top: 0; }

.mm-page .content .main .my-profile {
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
  width: 100%; }

.mm-page .content .main .my-profile article {
  display: table;
  margin-top: 3%;
  position: relative;
  width: 100%; }
  @media (max-width: 650px) {
    .mm-page .content .main .my-profile article {
      margin-top: 0; } }

.mm-page .content .main .my-profile article .profile-widget-container {
  float: left;
  min-height: 1px;
  position: relative;
  width: 25%; }

.mm-page .content .main .my-profile article .menu-profile-menu-left-container {
  float: left;
  min-height: 1px;
  position: relative;
  width: 25%; }
  @media (max-width: 650px) {
    .mm-page .content .main .my-profile article .menu-profile-menu-left-container {
      width: 100%; } }

.mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] {
  float: left;
  min-height: 1px;
  position: relative;
  width: 100%; }
  @media (max-width: 650px) {
    .mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] {
      background-color: rgba(134, 120, 95, 0.05);
      display: none;
      padding-bottom: 20px;
      width: 76%; } }

.mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul {
  list-style-type: none; }

.mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul li:first-child {
  border-top: 1px solid rgba(139, 116, 76, 0.22);
  /* max 520px */ }
  @media (max-width: 520px) {
    .mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul li:first-child {
      border: none; } }

.mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul li {
  border-bottom: 1px solid rgba(139, 116, 76, 0.22);
  padding: 4% 0;
  width: 70%;
  /* max 520px */ }
  @media (max-width: 520px) {
    .mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul li {
      border: none;
      padding: 0; } }

.mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul li a {
  color: #323232;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  text-decoration: none; }

.mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul li:hover a,
.mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul li.current_page_item a {
  color: #885700; }

.mm-page .content .main .my-profile article .my-account-container,
.mm-page .content .main .my-profile article .my-profile-container {
  float: left;
  position: relative;
  width: 60%; }

.mm-page .content .main .my-profile article.not-logged .my-profile-container {
  float: none;
  margin: 0 auto; }

.mm-page .content .main .my-profile article .my-account-container header,
.mm-page .content .main .my-profile article .my-profile-container header,
.mm-page .content .main .my-profile article .my-account-container .my-account-content .block-column,
.mm-page .content .main .my-profile article .my-profile-container .my-profile-content .block-column,
.mm-page .content .main .my-profile article .my-account-container .my-account-content .ce-video,
.mm-page .content .main .my-profile article .my-account-container .my-account-content h2,
.mm-page .content .main .my-profile article .my-account-container .my-account-content iframe,
.mm-page .content .main .my-profile article .my-account-container .my-account-content p,
.mm-page .content .main .my-profile article .my-profile-container .my-profile-content h2,
.mm-page .content .main .my-profile article .my-profile-container .my-profile-content iframe,
.mm-page .content .main .my-profile article .my-profile-container .my-profile-content p {
  max-width: 100%; }

.mm-page .content .main .my-account-container h1,
.mm-page .content .main .my-profile-container h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  margin-bottom: 1%;
  padding: 1% 0 0;
  text-align: left; }

#my-account-content .my-booking-content,
#my-profile-content .my-profile-content {
  font-family: "Quicksand", sans-serif;
  text-align: left;
  width: 80%; }

#wpr-registration {
  margin: 0 auto;
  width: 75%; }

#wpr-registration .gform_wrapper {
  padding-top: 40px; }

#my-account-content .my-booking-content p,
#my-profile-content .my-profile-content p,
#wpr-registration p {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  padding-bottom: 0; }

#my-account-content .my-booking-content h2.my-booking-heading {
  color: #885700;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 4%;
  padding: 1% 0 0;
  text-align: left; }

#my-profile-content .my-profile-content .gform_fields h2,
#wpr-registration .gform_fields h2 {
  color: #885700;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 4%;
  padding: 1% 0 0;
  text-align: left; }

#my-account-content .my-booking-content .my-booking-list {
  color: #323232;
  display: inline-block;
  font-size: 13px;
  list-style-type: none;
  padding-left: 0;
  width: 100%; }

#my-account-content .my-booking-content .my-booking-list > li {
  border-bottom: 1px solid rgba(139, 116, 76, 0.22);
  float: left;
  font-weight: normal;
  min-height: 80px;
  padding: 1% 0;
  position: relative;
  width: 100%; }

#my-account-content .my-booking-content .my-bookings {
  float: left;
  margin-top: 60px;
  width: 100%; }

#my-account-content .my-booking-content .my-booking-list > li:first-child {
  border-top: 1px solid rgba(139, 116, 76, 0.22); }

#my-account-content .my-booking-content .my-booking-list li > div {
  display: inline-block;
  float: left; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-title-status,
#my-account-content .my-booking-content .my-booking-list li .my-booking-date {
  content: "\200B";
  width: 40%; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-date:after {
  content: "\200B"; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions {
  bottom: 10px;
  position: absolute;
  text-align: right;
  width: 20%; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-title-status {
  color: #885700; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-title-status span,
#my-account-content .my-booking-content .my-booking-list li .my-booking-date span {
  display: block; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-title-status .my-booking-title {
  color: #323232;
  font-size: 15px; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  line-height: 1em;
  min-width: 80px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions a.active {
  border: #885700 solid 1px;
  color: #885700; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions a.info {
  border: #C8C8C8 solid 1px;
  color: #646464;
  font-weight: bold; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions a.goto:after {
  content: "\203A";
  padding-left: 4px; }

#my-account-content .my-booking-content .my-booking-list li.expired,
#my-account-content .my-booking-content .my-booking-list li.expired .my-booking-title-status,
#my-account-content .my-booking-content .my-booking-list li.expired .my-booking-title-status .my-booking-title {
  color: #969696; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul {
  list-style-type: none; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul .tooltip {
  display: inline-block;
  position: relative; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul .tooltip .tooltiptext {
  background-color: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  color: #323232;
  left: 30px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 20px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  visibility: hidden;
  /* Position the tooltip */
  width: 260px;
  z-index: 1; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul .tooltip .tooltiptext span {
  color: #885700; }

#my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul .tooltip:hover .tooltiptext {
  visibility: visible; }

#my-profile-content .my-profile-content .gform_fields .gsection,
#wpr-registration .gform_fields .gsection {
  border-bottom: none;
  margin: 9% 0 2% 0;
  padding: 0; }

#my-profile-content .my-profile-content .gform_body,
#wpr-registration .gform_body {
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

#my-profile-content .my-profile-content .gform_footer,
#wpr-registration .gform_footer {
  text-align: center; }

#my-profile-content .my-profile-content .gform_footer .gform_button,
#wpr-registration .gform_footer .gform_button {
  background-color: #FFF;
  border: 1px solid #323232;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #323232;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 20px; }

#my-profile-content .my-profile-content .gform_body .ginput_container_text input[type='text'],
#my-profile-content .my-profile-content .gform_body input[type='password'],
#my-profile-content .my-profile-content .gform_body input[type='email'],
#my-profile-content .my-profile-content .gform_body input[type='tel'],
#wpr-registration .gform_body .ginput_container_text input[type='text'],
#wpr-registration .gform_body input[type='password'],
#wpr-registration .gform_body input[type='email'],
#wpr-registration .gform_body input[type='tel'] {
  background: transparent;
  border: 0;
  font-family: "Quicksand", sans-serif;
  outline: 0;
  text-indent: 0; }

::-webkit-input-placeholder {
  font-family: "Quicksand", sans-serif; }

:-moz-placeholder {
  font-family: "Quicksand", sans-serif; }

::-moz-placeholder {
  font-family: "Quicksand", sans-serif; }

:-ms-input-placeholder {
  font-family: "Quicksand", sans-serif; }

#my-profile-content .my-profile-content .gform_body label,
#wpr-registration .gform_body label {
  display: none; }

#my-profile-content .my-profile-content .gform_body .wpr-agreement label,
#wpr-registration .gform_body .wpr-agreement label {
  display: inline-block; }

#my-profile-content .my-profile-content label.gfield_label + div.ginput_container,
#wpr-registration label.gfield_label + div.ginput_container {
  margin-top: 0.775em; }

#my-profile-content .my-profile-content .gform_body .ginput_container,
#wpr-registration .gform_body .ginput_container {
  border-bottom: 1px solid #C8C8C8; }

#my-profile-content .my-profile-content .gform_body .ginput_left,
#my-profile-content .my-profile-content .gform_body .ginput_right,
#wpr-registration .gform_body .ginput_left,
#wpr-registration .gform_body .ginput_right {
  min-height: 0; }

#my-profile-content .my-profile-content .gform_body .gfield_contains_required .ginput_container:after,
#wpr-registration .gform_body .gfield_contains_required .ginput_container:after {
  color: #323232;
  content: "*";
  float: right; }

#my-profile-content .my-profile-content .gform_body li.gfield.gfield_error,
#wpr-registration .gform_body li.gfield.gfield_error {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  width: 100%; }

#my-profile-content .my-profile-content .gform_body li.gfield.gfield_error .ginput_container,
#wpr-registration .gform_body li.gfield.gfield_error .ginput_container {
  margin-left: 0;
  max-width: 100%; }

#my-profile-content .my-profile-content .gform_body li.gfield.gfield_error,
#wpr-registration .gform_body li.gfield.gfield_error {
  position: relative; }

#my-profile-content .my-profile-content .gform_body li.gfield.gfield_error .validation_message,
#wpr-registration .gform_body li.gfield.gfield_error .validation_message {
  color: #C80000;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  right: -10%;
  top: 0;
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  width: 50%; }

#wpr-registration .gform_body li.gfield.gfield_error .validation_message {
  right: -1%; }

#my-profile-content .my-profile-content .gform_body .ginput_complex span,
#wpr-registration .gform_body .ginput_complex span {
  border-bottom: 1px solid #C8C8C8;
  margin-top: 0.775em;
  width: 100%; }

#my-profile-content .my-profile-content .gform_body .ginput_complex,
#my-profile-content .my-profile-content .gform_body .ginput_complex .address_country,
#my-profile-content .my-profile-content .gform_body .ginput_container_select,
#wpr-registration .gform_body .ginput_complex,
#wpr-registration .gform_body .ginput_complex .address_country,
#wpr-registration .gform_body .ginput_container_select {
  border: none; }

#my-profile-content .my-profile-content .gform_body .ginput_complex .ginput_right,
#wpr-registration .gform_body .ginput_complex .ginput_right {
  margin-left: 0; }

#my-profile-content .my-profile-content .gform_body .wpr-format-preference .ginput_container_password,
#wpr-registration .gform_body .wpr-format-preference .ginput_container_password {
  margin-top: 0 !important; }

#my-profile-content .my-profile-content .gform_body .ginput_container_password span,
#wpr-registration .gform_body .ginput_container_password span {
  margin-top: 0; }
  #my-profile-content .my-profile-content .gform_body .ginput_container_password span:after,
  #wpr-registration .gform_body .ginput_container_password span:after {
    color: #323232;
    content: "*";
    float: right; }
  #my-profile-content .my-profile-content .gform_body .ginput_container_password span input,
  #wpr-registration .gform_body .ginput_container_password span input {
    width: 98% !important; }

#my-profile-content .my-profile-content .gform_body .ginput_container_password:after,
#wpr-registration .gform_body .ginput_container_password:after {
  display: none; }

#my-profile-content .my-profile-content .gform_body .wpr-format-preference .ginput_container_select,
#my-profile-content .my-profile-content .gform_body .wpr-format-preference .gfield_description,
#wpr-registration .gform_body .wpr-format-preference .ginput_container_select,
#wpr-registration .gform_body .wpr-format-preference .gfield_description {
  float: left;
  padding-top: 4px; }

#my-profile-content .my-profile-content .gform_body .wpr-format-preference .ginput_container_select .chosen-container,
#wpr-registration .gform_body .wpr-format-preference .ginput_container_select .chosen-container {
  width: auto !important; }

#my-profile-content .my-profile-content .gform_body .wpr-format-preference .ginput_container_select .chosen-container-single .chosen-single,
#wpr-registration .gform_body .wpr-format-preference .ginput_container_select .chosen-container-single .chosen-single {
  background: #FFF;
  border: 1px solid #323232;
  color: #323232;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  height: auto; }

#my-profile-content .my-profile-content .gform_body .wpr-format-preference,
#wpr-registration .gform_body .wpr-format-preference {
  display: inline-block;
  margin: 21px 0 0 0; }

#my-profile-content .my-profile-content .gform_body .wpr-format-preference .gfield_description,
#wpr-registration .gform_body .wpr-format-preference .gfield_description {
  margin-right: 80px;
  width: auto; }

#my-profile-content .my-profile-content .validation_error,
#wpr-registration .validation_error {
  display: none; }

#my-profile-content .my-profile-content .gform_wrapper .chosen-container-single .chosen-single,
#wpr-registration .gform_wrapper .chosen-container-single .chosen-single {
  height: auto; }

#my-profile-content .my-profile-content .gform_wrapper .ginput_complex input,
#wpr-registration .gform_wrapper .ginput_complex input {
  width: 100% !important; }

.required-info {
  color: #969696;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  max-width: 100%;
  text-align: right; }

#wpr-registration .wpr-agreement .ginput_container_checkbox,
#wpr-registration .wpr-agreement .gfield_description {
  display: inline-block !important; }

#wpr-registration .wpr-agreement .gfield_description {
  margin-left: 5px; }

@media screen and (max-width: 767px) {
  .mm-page .content .main .my-profile {
    padding: 0; }
  .mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] {
    width: 100%;
    float: none; }
    .mm-page .content .main .my-profile article .menu-profile-menu-left-container div[class*="menu-profile-menu"] ul {
      margin: 0;
      padding-top: 4%; }
  .mm-page .content .main .my-profile article .my-account-container,
  .mm-page .content .main .my-profile article .my-profile-container {
    width: 90%;
    margin: 0 auto;
    float: none;
    display: table; }
  #my-account-content .my-booking-content .my-booking-list li .my-booking-title-status,
  #my-account-content .my-booking-content .my-booking-list li .my-booking-date,
  #my-account-content .my-booking-content .my-booking-list li .my-booking-auctions,
  #my-account-content .my-booking-content, #my-profile-content .my-profile-content {
    width: 100%; }
  #my-account-content .my-booking-content .my-booking-list li .my-booking-date {
    margin-left: 20px; }
  #my-account-content .my-booking-content .my-booking-list li .my-booking-auctions {
    position: relative; }
  #my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul {
    padding-left: 0; }
  #my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul li {
    display: inline-block; }
  .mm-page .content .main .my-account-container h1,
  .mm-page .content .main .my-profile-container h1 {
    text-align: center;
    position: relative;
    padding-bottom: 20%; }
  .mm-page .content .main .my-account-container h1:after,
  .mm-page .content .main .my-profile-container h1:after {
    background: linear-gradient(to right, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0));
    border: 0;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0; }
  .mm-page .content .main .my-account-container header,
  .mm-page .content .main .my-profile-container header {
    padding-bottom: 20px; }
  #my-account-content .my-booking-content .my-booking-list li .my-booking-auctions ul .tooltip .tooltiptext {
    right: 0;
    left: auto; }
  #my-profile-content .my-profile-content .gform_body li.gfield.gfield_error .validation_message,
  #wpr-registration .my-profile-content .gform_body li.gfield.gfield_error .validation_message {
    position: relative;
    margin: 0;
    right: auto;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  #my-profile-content .my-profile-content .gform_body .wpr-format-preference .gfield_description,
  #wpr-registration .my-profile-content .gform_body .wpr-format-preference .gfield_description {
    margin-right: 20px; } }

.highlight {
  font-weight: 700; }

footer.normal .container .copy {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 5px; }
  @media (max-width: 830px) {
    footer.normal .container .copy {
      padding-bottom: 0;
      padding-top: 0; } }
  @media (max-width: 830px) {
    footer.normal .container .copy p:last-child {
      margin: 0 2% 0 2%;
      padding: 6% 0;
      position: relative;
      width: 96%; }
      footer.normal .container .copy p:last-child:before {
        background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
        border: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%; }
      footer.normal .container .copy p:last-child:after {
        background: linear-gradient(to right, rgba(221, 221, 221, 0.3), #dddddd, rgba(221, 221, 221, 0.3));
        border: 0;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%; } }
  footer.normal .container .copy p a {
    color: #323232; }
  footer.normal .container .copy a {
    text-decoration: none; }
    footer.normal .container .copy a:hover {
      text-decoration: underline; }
  footer.normal .container .copy i.fa.fa-heart {
    color: #855700; }

@media (max-width: 830px) {
  footer.normal .container .social-links {
    top: -33px; } }

footer.normal .container .additional-links {
  width: 300px; }
  @media (max-width: 830px) {
    footer.normal .container .additional-links {
      width: 100%; }
      footer.normal .container .additional-links:before {
        display: none; }
      footer.normal .container .additional-links .layout {
        display: table;
        max-width: 80%; }
        footer.normal .container .additional-links .layout li {
          margin-right: 7%;
          width: 42%; } }
  footer.normal .container .additional-links li {
    margin-right: 20%;
    width: 120px; }
  footer.normal .container .additional-links .layout > li a {
    font-size: 12px; }

.mm-page .content .main .seminars-listing ul li {
  vertical-align: top; }
  .mm-page .content .main .seminars-listing ul li .wpr-read-more-seminar {
    color: #885700;
    text-decoration: underline; }

.seminar-header h1 {
  text-align: center !important; }

.seminar-detail {
  color: #323232;
  font-size: 17px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.6em;
  /* max 520px */ }
  @media (max-width: 520px) {
    .seminar-detail {
      margin-top: 40px !important; } }
  .seminar-detail header {
    font-family: "Quicksand", sans-serif;
    padding-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    max-width: 630px;
    width: 100%; }
    @media (max-width: 767px) {
      .seminar-detail header {
        float: left; } }
  .seminar-detail p {
    padding-bottom: 24px; }
  .seminar-detail .wpr-lesson-info p {
    text-align: center !important; }

#menu-seminar-menu li.current-item {
  position: relative; }
  #menu-seminar-menu li.current-item a {
    color: #885700; }
  #menu-seminar-menu li.current-item:after {
    color: #885700;
    content: '›';
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    position: absolute;
    right: 0; }

.seminar-container {
  width: 50%; }
  @media (max-width: 767px) {
    .seminar-container {
      width: 70%; } }
  @media (max-width: 650px) {
    .seminar-container {
      width: 90%;
      margin-left: 20px; } }
  .seminar-container p {
    margin: 0 !important;
    max-width: 100% !important; }
  .seminar-container .dharmasun-gravity-form {
    max-width: 750px; }
    .seminar-container .dharmasun-gravity-form .gform_body {
      padding: 0;
      width: 100%; }
      .seminar-container .dharmasun-gravity-form .gform_body .gform_fields {
        padding-left: 0; }
        .seminar-container .dharmasun-gravity-form .gform_body .gform_fields .ginput_container input {
          width: 98% !important; }
    .seminar-container .dharmasun-gravity-form .gform_footer {
      padding: 0;
      text-align: left; }
  .seminar-container .membership-prerequisite {
    color: #885700; }
  .seminar-container .edd_download_purchase_form .edd-cp-container {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 6px; }
    .seminar-container .edd_download_purchase_form .edd-cp-container input {
      width: 96% !important; }
  .seminar-container .edd_download_purchase_form .edd_purchase_submit_wrapper {
    margin-top: 10px; }
  .seminar-container .edd-add-to-cart,
  .seminar-container .edd_go_to_checkout {
    background-clip: padding-box;
    background-color: #885700 !important;
    border: 1px solid #969696 !important;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none; }
    .seminar-container .edd-add-to-cart:hover,
    .seminar-container .edd_go_to_checkout:hover {
      background-color: #FFF !important;
      color: #885700 !important; }
  .seminar-container .approval-button {
    padding: 2% 0 !important;
    width: 100% !important; }

.wpr-seminar-widget {
  float: left;
  padding-left: 2%;
  position: relative;
  width: 25%; }
  @media (max-width: 767px) {
    .wpr-seminar-widget {
      padding-left: 0;
      width: 30%; } }
  @media (max-width: 650px) {
    .wpr-seminar-widget {
      background-color: rgba(134, 120, 95, 0.05);
      width: 100%; } }
  .wpr-seminar-widget #menu-seminar-menu li {
    border-bottom: 1px solid rgba(139, 116, 76, 0.22);
    padding: 4% 2%; }
    .wpr-seminar-widget #menu-seminar-menu li:first-child {
      border-top: 1px solid rgba(139, 116, 76, 0.22); }
      @media (max-width: 650px) {
        .wpr-seminar-widget #menu-seminar-menu li:first-child {
          border: none; } }
    @media (max-width: 650px) {
      .wpr-seminar-widget #menu-seminar-menu li {
        border: none;
        padding: 1% 0; } }
    .wpr-seminar-widget #menu-seminar-menu li.current-menu-item {
      position: relative; }
      .wpr-seminar-widget #menu-seminar-menu li.current-menu-item a {
        color: #885700; }
      .wpr-seminar-widget #menu-seminar-menu li.current-menu-item:after {
        color: #885700;
        content: '›';
        font-family: "Quicksand", sans-serif;
        font-size: 20px;
        position: absolute;
        right: 0; }
    .wpr-seminar-widget #menu-seminar-menu li a {
      color: #323232;
      font-family: "Quicksand", sans-serif;
      font-size: 13px;
      text-decoration: none; }
      .wpr-seminar-widget #menu-seminar-menu li a:hover {
        color: #885700; }

.wpr-seminar-date {
  color: #885700;
  float: left;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  margin-right: 5px; }

.tte-seminar-header h1 {
  text-align: center !important; }

.wpr-lesson-info {
  float: left;
  display: none;
  background: rgba(134, 120, 95, 0.05);
  text-align: center;
  width: 100%; }

.edd_purchase_receipt_files {
  display: none; }

.edd-page {
  margin: 0 auto;
  max-width: 960px; }
  .edd-page h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 1%;
    padding: 1% 0; }
  @media (max-width: 767px) {
    .edd-page .edd-container {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .edd-page .edd-container #edd-content {
      margin-top: 20px; } }
  .edd-page .edd-container p {
    padding-bottom: 15px; }
  .edd-page .edd-content #edd_checkout_cart td,
  .edd-page .edd-content #edd_checkout_cart th,
  .edd-page #edd_checkout_form_wrap fieldset,
  .edd-page #edd_final_total_wrap {
    border-color: #C8A665 !important; }
  .edd-page #edd_checkout_form_wrap legend {
    float: left; }
  .edd-page .button {
    background-clip: padding-box;
    background-color: #885700 !important;
    border: 1px solid #969696 !important;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px !important; }
    .edd-page .button:hover {
      background-color: #FFF !important;
      color: #885700 !important; }
  .edd-page input[type="text"],
  .edd-page input[type="email"],
  .edd-page input[type="tel"] {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    width: 96% !important; }

#bbpress-forums {
  width: 70%;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Roboto Slab", serif; }
  @media (max-width: 768px) {
    #bbpress-forums {
      width: 96%; } }
  #bbpress-forums p {
    width: 100%; }
  #bbpress-forums ul.bbp-lead-topic,
  #bbpress-forums ul.bbp-topics,
  #bbpress-forums ul.bbp-forums,
  #bbpress-forums ul.bbp-replies,
  #bbpress-forums ul.bbp-search-results,
  #bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 15px; }
  #bbpress-forums .bbp-forum-info small {
    font-size: 90%; }
  #bbpress-forums .bbp-forums-list li,
  #bbpress-forums p.bbp-topic-meta {
    font-size: 13px; }
  #bbpress-forums li.bbp-forum-freshness,
  #bbpress-forums li.bbp-topic-freshness {
    text-align: left; }
  #bbpress-forums .bbp-forum-description,
  #bbpress-forums .bbp-topic-description,
  #bbpress-forums .bbp-breadcrumb p,
  #bbpress-forums div.bbp-topic-tags p {
    width: 100%;
    padding: 2px;
    font-size: 15px; }
  #bbpress-forums #ds-bbp-top-right-toolbox {
    float: right;
    text-align: right; }
    #bbpress-forums #ds-bbp-top-right-toolbox div.bbp-search-form {
      float: none; }
  #bbpress-forums #subscription-toggle {
    float: none;
    margin: 10px 20px; }
  #bbpress-forums a.subscription-toggle {
    padding: 5px 0px;
    display: inline-block; }
  #bbpress-forums div.bbp-topic-tags {
    float: none;
    margin: 0.1em 1em; }
    #bbpress-forums div.bbp-topic-tags p {
      margin-bottom: 0em; }
  #bbpress-forums .status-closed,
  #bbpress-forums .status-closed a {
    color: inherit; }
  #bbpress-forums #bbp_search_submit {
    margin: 0.3em; }

.forum-archive .page-container header,
.forum .page-container header {
  padding: 2% 13% 0 25% !important; }
  @media (max-width: 768px) {
    .forum-archive .page-container header,
    .forum .page-container header {
      width: 50% !important; } }
  .forum-archive .page-container header h1,
  .forum .page-container header h1 {
    text-align: center !important; }

#bbp-search-form #bbp_search {
  width: auto !important;
  border: 1px solid #885700; }

.content .main .tte-default article h1 h2 h3 h4 h5 h6 {
  font-family: "Quicksand", sans-serif; }

.content .main .tte-default article h1 {
  color: #885700; }

.content .main .tte-default article h2 h3 h4 h5 h6 {
  color: #323232; }

.content .main .tte-default article h1 {
  font-size: 3em; }

.content .main .tte-default article h2 {
  font-size: 2.2em;
  margin-top: 1em;
  margin-bottom: 1em; }

.content .main .tte-default article h3 {
  font-size: 1.75em;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.content .main .tte-default article h4 {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.content .main .tte-default article h5 {
  font-size: 1.17em;
  margin-top: 1.75em;
  margin-bottom: 1.75em; }

.content .main .tte-default article h6 {
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 2em; }

.talk-single .audio-play {
  display: none; }

.talk-single .fve-video-wrapper {
  padding: 0;
  pointer-events: auto;
  position: static !important; }

.talk-single .jw-video {
  pointer-events: auto; }

.talk-single .close-pop {
  pointer-events: none;
  background: transparent; }

.talk-single > .entry-content {
  pointer-events: none; }

.jwplayer .jw-title {
  background: transparent !important; }

@media only screen and (max-device-width: 980px) {
  .jw-flag-touch .jw-controlbar,
  .jw-flag-touch .jw-skip,
  .jw-flag-touch .jw-plugin {
    font-size: .9em !important; } }

.jw-display-icon-container .jw-icon {
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */