@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../eot/fontawesome-webfont93e3.eot");
  src: url("../eot/fontawesome-webfontd41d-2.eot#iefix&v=4.4.0") format("embedded-opentype"), url("../woff2/fontawesome-webfont93e3.woff2") format("woff2"), url("../woff/fontawesome-webfont93e3.woff") format("woff"), url("../ttf/fontawesome-webfont93e3.ttf") format("truetype"), url("../svg/fontawesome-webfont93e3.svg#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 {
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  -webkit-filter: none;
          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: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-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-times:before {
  content: "\f00d" !important; }

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

#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption {
  padding: 0.25rem; }

.wp-caption img {
  max-width: 100%; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

body.is-reveal-open {
  overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 48em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64.0625em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #8682d5;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #635ec9; }
  a img {
    border: 0; }

hr {
  max-width: 85.375rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #8682d5;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #8682d5 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8682d5 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 12px;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8682d5 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8682d5;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 85.375rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 85.375rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 85.375rem; } }
  @media screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 85.375rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #8682d5; }
    .tabs.primary > li > a {
      color: #0a0a0a; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #7a75d1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #8682d5; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #121212; }
    .top-bar li > a, .top-bar ul li > a {
      color: #fff; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 48em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
/* Table and Mobile Nav */
.mobile_menu_switch {
  position: fixed;
  right: 15px;
  top: 20px;
  color: #ffffff;
  font-size: 48px;
  z-index: 9999;
  line-height: 44px;
  display: none; }

.transition {
  transition: 0.4s; }

.off_canvas_shift {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.4s; }

.off_canvas {
  left: 100% !important;
  transition: 0.4s; }

.off_canvas_mobile_menu {
  position: fixed;
  top: 90px;
  right: 0px;
  left: 0px;
  width: 100%;
  overflow-y: scroll;
  transition: 0.4s;
  height: 82.2vh;
  z-index: 2; }
  .off_canvas_mobile_menu #menu-mobile-menu {
    width: 100%;
    display: block; }
    .off_canvas_mobile_menu #menu-mobile-menu > span {
      background: #8759df;
      width: 100%;
      text-align: right;
      display: block;
      position: relative;
      border-bottom: 2px solid #ffffff; }
      .off_canvas_mobile_menu #menu-mobile-menu > span > a {
        padding: 5px 30px;
        color: #ffffff;
        font-weight: 700;
        background: #5f2dc2;
        display: inline-block;
        width: 200px;
        text-align: left;
        position: relative;
        z-index: 99999; }
      .off_canvas_mobile_menu #menu-mobile-menu > span i {
        position: absolute;
        right: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 32px;
        width: 50px;
        line-height: 36px;
        text-align: center;
        z-index: 99999;
        transition: 0.4s; }
      .off_canvas_mobile_menu #menu-mobile-menu > span > .menu {
        display: none;
        margin: 0px;
        background: #ffffff;
        float: none;
        width: 100%;
        padding: 30px 0px; }
        .off_canvas_mobile_menu #menu-mobile-menu > span > .menu > span {
          float: none;
          display: inline-block;
          text-align: left;
          vertical-align: top; }
          .off_canvas_mobile_menu #menu-mobile-menu > span > .menu > span > span {
            display: block;
            float: none;
            width: 100%; }
            .off_canvas_mobile_menu #menu-mobile-menu > span > .menu > span > span > a {
              color: #5d03d6;
              font-weight: 700;
              padding-bottom: 5px !important;
              display: block; }
            .off_canvas_mobile_menu #menu-mobile-menu > span > .menu > span > span > .menu span {
              display: block;
              float: none;
              width: 100%; }
              .off_canvas_mobile_menu #menu-mobile-menu > span > .menu > span > span > .menu span a {
                color: #8682d5;
                padding-bottom: 5px !important;
                display: block; }
  .off_canvas_mobile_menu .search_form {
    background: #e3d7fd;
    border-bottom: 2px solid #ffffff; }
    .off_canvas_mobile_menu .search_form .small-8 {
      margin-bottom: 0px !important; }
      .off_canvas_mobile_menu .search_form .small-8 ::-webkit-input-placeholder {
        color: #5d03d6; }
      .off_canvas_mobile_menu .search_form .small-8 ::-moz-placeholder {
        color: #5d03d6; }
      .off_canvas_mobile_menu .search_form .small-8 :-ms-input-placeholder {
        color: #5d03d6; }
      .off_canvas_mobile_menu .search_form .small-8 :-moz-placeholder {
        color: #5d03d6; }
      .off_canvas_mobile_menu .search_form .small-8 input {
        width: 100%;
        background: #e3d7fd;
        border: none;
        color: #5d03d6;
        line-height: 35px;
        padding-left: 15px;
        outline: none !important;
        padding-top: 0px;
        padding-bottom: 0px; }
    .off_canvas_mobile_menu .search_form .small-4 {
      text-align: right;
      position: relative; }
      .off_canvas_mobile_menu .search_form .small-4 input {
        width: 200px;
        background-position: right;
        background-color: #5f2dc2;
        border: none;
        color: #ffffff;
        font-weight: 700;
        padding: 5px 30px;
        text-align: left;
        line-height: 26px;
        position: relative; }
    .off_canvas_mobile_menu .search_form .small-4:after {
      font-family: "FontAwesome";
      content: '\f00e';
      position: absolute;
      right: 15px;
      line-height: 35px;
      font-size: 25px;
      top: 0px;
      color: #ffffff; }
  .off_canvas_mobile_menu .mobile_menu_account_cart {
    background: #e3d7fd; }
    .off_canvas_mobile_menu .mobile_menu_account_cart a {
      color: #5d03d6;
      line-height: 35px;
      padding: 0px 15px;
      transition: 0.4s; }
    .off_canvas_mobile_menu .mobile_menu_account_cart a:hover {
      color: #ffffff; }
    .off_canvas_mobile_menu .mobile_menu_account_cart .mobile_menu_account {
      font-weight: 700; }
    .off_canvas_mobile_menu .mobile_menu_account_cart .mobile_menu_cart_total, .off_canvas_mobile_menu .mobile_menu_account_cart .mobile_menu_account {
      border-right: 1px solid #5d03d6; }
    .off_canvas_mobile_menu .mobile_menu_account_cart .mobile_menu_account_button {
      float: right;
      width: 200px;
      background: #5f2dc2;
      border: none;
      color: #ffffff;
      font-weight: 700;
      padding: 5px 30px;
      text-align: left;
      line-height: 26px; }

.topWrap > .row .menu nav > #menu-main-menu > span.menu-item > .menu {
  margin-top: 0px !important; }

.search_hover_box {
  width: 330px;
  height: 100px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  -ms-transform: translateX(-290px);
      transform: translateX(-290px); }

@media screen and (max-width: 768px) {
  .off_canvas_mobile_menu .search_form .small-8 {
    width: 50% !important; }
    .off_canvas_mobile_menu .search_form .small-8 input {
      width: 100%; }
  .off_canvas_mobile_menu .search_form .small-4 {
    width: 50% !important; }
    .off_canvas_mobile_menu .search_form .small-4 input {
      width: 100%;
      border-radius: 0px; }
  .off_canvas_mobile_menu .mobile_menu_account_cart .mobile_menu_account_button {
    width: 100%;
    border-top: 2px solid #ffffff;
    padding: 10px 15px;
    text-align: center; }
  .off_canvas_mobile_menu #menu-mobile-menu > span > a {
    width: 50%; }
  .off_canvas_mobile_menu #menu-mobile-menu > span > .menu {
    padding: 0px; }
    .off_canvas_mobile_menu #menu-mobile-menu > span > .menu > span > span > a {
      border-bottom: 2px solid #5d03d6;
      margin-top: 7px;
      margin-bottom: 7px; } }

@media screen and (max-width: 1024px) {
  .mobile_menu_switch {
    display: block; }
  /*#responsive-menu-button {
    background: none !important;
  }
  #responsive-menu-container {
    top:120px!important;
  }
  #responsive-menu-container {
    #responsive-menu {
      li.responsive-menu-item.responsive-menu-current-item {
        > .responsive-menu-item-link {
          font-weight: bold!important;
          }
        }
      }
    }

  #responsive-menu-container {
    #responsive-menu {
      li.responsive-menu-item {
        .responsive-menu-item-link {
          font-weight: bold!important;
          border-bottom: none!important;
          border-top:none !important;
        }
      }
    }
  }
  #responsive-menu-container {
    #responsive-menu {
      ul.responsive-menu-submenu-depth-1 {
        a.responsive-menu-item-link {
          background:#fff !important;
          color:#5f2dc2!important;
        }
      }
    }
  }
  #responsive-menu-container {
    #responsive-menu {
      ul.responsive-menu-submenu-depth-2 {
        a.responsive-menu-item-link {
          font-weight: normal!important;
        }
      }
    }
  }
  #responsive-menu-container {
    #responsive-menu {
      li.responsive-menu-item {
        a {
          .res-active{
            background:#fff!important;
          }
        }
      }
    }
  }*/ }

/* Global Icons */
#s_header {
  height: 36px; }

.search-icon {
  background: url("../png/search-icon-2.png");
  display: inline-block;
  width: 34px;
  height: 34px;
  transition: 0.4s;
  position: relative; }
  .search-icon:after {
    content: 'SEARCH';
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    bottom: -17px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.search-icon:hover {
  background: url("../png/search-icon-hover.png"); }
  .search-icon:hover:after {
    color: #eabe06; }

.bag-icon {
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid #fff;
  display: inline-block;
  min-width: 33px;
  height: 27px;
  transition: 0.4s;
  text-align: center;
  line-height: 22px;
  position: relative;
  top: 15px; }
  .bag-icon .cart-contents {
    position: relative;
    display: block;
    color: #eabe06;
    transition: 0.4s;
    font-style: normal; }
    .bag-icon .cart-contents .cart_total {
      display: none; }

.bag-icon:hover {
  border-color: #eabe06; }
  .bag-icon:hover .cart-contents {
    color: #fff; }

.bag-icon:hover:before {
  border-color: #eabe06; }

.bag-icon:hover {
  border-color: #eabe06; }

.bag-icon:before {
  transition: 0.4s;
  content: '';
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  top: -15px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

/* Global Styles */
.topWrap {
  background: #333333;
  position: relative;
  height: 140px;
  position: fixed;
  width: 100%;
  z-index: 1000; }
  .topWrap .row .logo {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
    .topWrap .row .logo a {
      margin-top: -20px;
      position: relative;
      display: block;
      top: 20px; }
  .topWrap .row .menu {
    padding-right: 0; }
    .topWrap .row .menu nav {
      padding: 50px 0 0 0; }
      .topWrap .row .menu nav div#menu-main-menu {
        font-family: "Open Sans", sans-serif; }
        .topWrap .row .menu nav div#menu-main-menu span {
          display: block;
          margin-bottom: 5px; }
        .topWrap .row .menu nav div#menu-main-menu .ul_level_0 {
          margin-top: 0 !important;
          /*:after {
            	bottom: 100%;
            	left: 40px;
            	border: solid transparent;
            	content: " ";
            	height: 0;
            	width: 0;
            	position: absolute;
            	pointer-events: none;
            	border-color: rgba(255, 255, 255, 0);
            	border-bottom-color: #fff;
            	border-width: 15px;
            	margin-left: -15px;
            }*/ }
        .topWrap .row .menu nav div#menu-main-menu span.level_0 {
          display: inline-block; }
          .topWrap .row .menu nav div#menu-main-menu span.level_0 > a {
            font-size: 23px;
            font-weight: 600;
            color: #fff;
            padding-right: 34px;
            padding-bottom: 60px;
            transition: .5s; }
          .topWrap .row .menu nav div#menu-main-menu span.level_0 > a:hover {
            color: #eabe06;
            transition: .5s; }
        .topWrap .row .menu nav div#menu-main-menu span.level_0:first-child > a:first-child {
          padding-right: 35px;
          padding-left: 15px; }
        .topWrap .row .menu nav div#menu-main-menu span.level_0.menu-item-has-children .ul_level_0.dropdown {
          display: none; }
        .topWrap .row .menu nav div#menu-main-menu span.menu-item-has-children .dropdown {
          margin-top: 5px; }
        .topWrap .row .menu nav div#menu-main-menu span.menu-item.level_1 {
          margin-top: 20px; }
        .topWrap .row .menu nav div#menu-main-menu .hideMenuLabel > a {
          height: 24px;
          width: 1px;
          font-size: 0px;
          line-height: 24px; }
        .topWrap .row .menu nav div#menu-main-menu a {
          font-weight: normal;
          font-size: 18px;
          color: #8682d5;
          transition: .5s; }
        .topWrap .row .menu nav div#menu-main-menu a:hover {
          color: #eabe06;
          transition: .5s; }
        .topWrap .row .menu nav div#menu-main-menu .level_0 {
          font-weight: 600; }
          .topWrap .row .menu nav div#menu-main-menu .level_0 > .dropdown.menu {
            padding: 15px 50px 45px 50px;
            background: #fff;
            position: absolute;
            top: 100%;
            box-shadow: 0px 0px 2px 0px #333; }
        .topWrap .row .menu nav div#menu-main-menu .level_1 > a:first-child {
          font-weight: bold;
          color: #5d03d6;
          transition: .5s; }
        .topWrap .row .menu nav div#menu-main-menu .level_1 > a:first-child:hover {
          color: #eabe06;
          transition: .5s; }
        .topWrap .row .menu nav div#menu-main-menu > div {
          display: inline-block; }
      .topWrap .row .menu nav ul {
        display: block; }
        .topWrap .row .menu nav ul li ul {
          display: block;
          position: relative; }
        .topWrap .row .menu nav ul li a {
          font-size: 23px;
          font-weight: 600;
          color: #fff;
          transition: .5s; }
        .topWrap .row .menu nav ul li a:hover {
          color: #eabe06;
          transition: .5s; }
        .topWrap .row .menu nav ul li:first-child {
          padding-left: 0; }
        .topWrap .row .menu nav ul li.active a {
          color: #eabe06;
          transition: .5s; }
    .topWrap .row .menu .fa-bars {
      display: none;
      color: #ffffff;
      float: right;
      font-size: 50px; }
  .topWrap .row .phone {
    padding: 50px 0 0 0; }
    .topWrap .row .phone a {
      color: #eabe06;
      transition: 0.4s;
      font-size: 23px;
      font-weight: 600; }
    .topWrap .row .phone a:hover {
      color: #ffffff; }
  .topWrap .row .icons {
    padding: 0; }
    .topWrap .row .icons .header_search {
      float: left;
      position: relative;
      margin-right: 30px;
      padding-top: 50px; }
      .topWrap .row .icons .header_search .search {
        right: 0px;
        position: absolute;
        margin-right: 45px; }
        .topWrap .row .icons .header_search .search #searchform_header {
          width: 0;
          overflow: hidden;
          transition: 1s all ease; }
          .topWrap .row .icons .header_search .search #searchform_header input[type="submit"]#searchsubmit_header {
            border: none !important;
            -webkit-appearance: none !important;
            height: 36px; }
        .topWrap .row .icons .header_search .search .searchOpen {
          width: 260px !important; }
      .topWrap .row .icons .header_search .search-icon.search-close {
        background: url("../png/search-close.png"); }
    .topWrap .row .icons .header-account {
      padding-top: 42px;
      float: right; }

.medium-uncentered {
  float: left !important; }

#at4-share {
  display: none !important; }

.addthis_sharing_toolbox br {
  display: none; }

.addthis_sharing_toolbox .add-title {
  float: left;
  margin: 4px 15px 0 0;
  padding: 0;
  display: block;
  font-size: 19px;
  font-weight: 700; }

/* Desktop Only */
@media only screen and (max-width: 1365px) {
  .topWrap .row .logo {
    padding-left: 0.9375rem; }
  .topWrap .row .icons .header-account {
    float: none; } }

@media only screen and (min-width: 1251px) and (max-width: 1317px) {
  .topWrap .row .menu nav {
    padding: 55px 0 0 0;
    transition: .5s; }
    .topWrap .row .menu nav div#menu-main-menu span.level_0 > a {
      padding-right: 20px;
      font-size: 22px;
      transition: .5s; }
    .topWrap .row .menu nav div#menu-main-menu span.level_0:first-child > a:first-child {
      padding-right: 20px;
      font-size: 22px;
      transition: .5s; }
  .topWrap .row .phone {
    padding: 55px 0px 0px;
    transition: 0.4s; }
    .topWrap .row .phone a {
      font-size: 22px;
      margin-left: -25px;
      transition: .5s; }
  .topWrap .row .icons .header_search {
    margin-right: 12px;
    transition: .4s;
    padding-top: 55px; }
  .topWrap .row .icons .header-account {
    padding-top: 47px;
    transition: .4s; } }

@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .topWrap .row .menu nav {
    padding: 55px 0 0 0;
    transition: .5s; }
    .topWrap .row .menu nav div#menu-main-menu span.level_0 > a {
      padding-right: 15px;
      font-size: 20px;
      transition: .5s; }
    .topWrap .row .menu nav div#menu-main-menu span.level_0:first-child > a:first-child {
      padding-right: 15px;
      font-size: 20px;
      transition: .5s; }
  .topWrap .row .phone {
    padding: 55px 0px 0px;
    transition: 0.4s; }
    .topWrap .row .phone a {
      font-size: 20px;
      margin-left: -25px;
      transition: .5s; }
  .topWrap .row .icons .header_search {
    margin-right: 12px;
    transition: .4s;
    padding-top: 55px; }
  .topWrap .row .icons .header-account {
    padding-top: 47px;
    transition: .4s; } }

@media only screen and (min-width: 1025px) {
  .tablet_mobile_only {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .container {
    padding-top: 90px; }
  .noscroll {
    overflow: hidden; }
  #menu-mobile-menu .col_4 {
    width: 24% !important;
    float: none !important; }
  .topWrap {
    height: 90px; }
    .topWrap .row .logo {
      padding-left: 0.9375rem !important;
      z-index: 10;
      position: relative; }
      .topWrap .row .logo img {
        height: 110px;
        width: auto; }
    .topWrap .row .phone {
      text-align: center;
      padding-top: 22px;
      padding-bottom: 22px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .topWrap .row .phone a {
        font-size: 30px; }
    .topWrap .row .mobile_menu .fa-bars {
      font-size: 40px;
      padding-top: 10px;
      display: block;
      color: #fff; }
  .cat_header .breadcrumbs_cont:before {
    content: none !important;
    width: 0;
    background-image: none;
    height: 0;
    position: relative;
    right: 0; }
  .off_canvas_custom {
    transition: none !important;
    -ms-transform: translateX(-75%);
        transform: translateX(-75%); }
  .mobile_menu_container {
    background: #fff;
    border-left: 1px solid #8759df;
    position: fixed;
    width: 75%;
    z-index: 30;
    top: 62px !important;
    right: 0 !important;
    display: block !important;
    overflow-y: scroll !important;
    -ms-transform: rotateY(-90deg) translateX(-110%);
    transform: rotateY(-90deg) translateX(-110%);
    transition: 1s ease all;
    height: 100%;
    padding: 0 !important; }
    .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_0 {
      display: block;
      background: #8759df;
      text-align: right;
      margin-bottom: 0;
      border-bottom: 1px solid #fff;
      position: relative;
      clear: both; }
      .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_0 > a {
        background: #5f2dc2;
        width: 50%;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
        text-align: left;
        padding: 10px 20px;
        transition: .5s; }
      .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_0 > a:after {
        font-family: 'FontAwesome';
        content: '\f105';
        font-size: 28px;
        color: #fff;
        right: 0;
        z-index: 10;
        padding: 0 15px;
        position: absolute;
        top: 0;
        transition: .5s; }
      .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_0 .dropdown {
        margin-top: 15px;
        margin-bottom: 15px;
        display: none; }
      .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_0 .ul_level_0 {
        background: #fff;
        position: relative;
        z-index: 2; }
    .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_1 {
      display: block;
      margin-bottom: 10px; }
      .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_1 a {
        background: transparent;
        color: #5d03d6;
        font-size: 16px;
        transition: .5s; }
    .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_2 {
      display: block; }
      .mobile_menu_container nav div#menu-main-menu-1.dropdown span.level_2 a {
        font-weight: normal;
        background: transparent;
        color: #8682d5;
        font-size: 16px;
        transition: .5s; }
    .mobile_menu_container .search_mobile, .mobile_menu_container .my_account_mobile {
      position: relative;
      padding: 0;
      border-bottom: 1px solid #fff; }
      .mobile_menu_container .search_mobile .search_form, .mobile_menu_container .my_account_mobile .search_form {
        display: none; }
      .mobile_menu_container .search_mobile .light_Purp_Bar, .mobile_menu_container .my_account_mobile .light_Purp_Bar {
        background: #e4d7fe; }
        .mobile_menu_container .search_mobile .light_Purp_Bar .searchText, .mobile_menu_container .search_mobile .light_Purp_Bar .shoppingCart, .mobile_menu_container .my_account_mobile .light_Purp_Bar .searchText, .mobile_menu_container .my_account_mobile .light_Purp_Bar .shoppingCart {
          background: #5f2dc2;
          width: 50%;
          color: #fff;
          font-weight: bold;
          font-size: 16px;
          display: inline-block;
          text-align: left;
          padding: 10px 20px;
          position: relative;
          float: right; }
        .mobile_menu_container .search_mobile .light_Purp_Bar .searchText:after, .mobile_menu_container .my_account_mobile .light_Purp_Bar .searchText:after {
          font-family: 'FontAwesome';
          content: '\f00e';
          font-size: 20px;
          color: #fff;
          right: 10px;
          position: absolute;
          top: 0;
          font-weight: normal; }
        .mobile_menu_container .search_mobile .light_Purp_Bar .myAccount, .mobile_menu_container .my_account_mobile .light_Purp_Bar .myAccount {
          clear: both;
          width: 100%;
          color: #5f2dc2; }
  .mobile_menu_container.show_off_canvas {
    -ms-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: perspective(600px) rotateY(0deg) translateX(0);
    transform: perspective(600px) rotateY(0deg) translateX(0);
    transition: 1.5s ease all !important; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topWrap .row .menu .fa-bars {
    display: block; }
  .topWrap .row .menu nav {
    display: none; }
  .topWrap .row .phone {
    /*.footer_telephone {
          position: absolute;
          top: 20px;
          right: 100px;
        }*/ }
  .topWrap .row .icons .header_search .search {
    display: block; }
  .topWrap .row .icons .header-account .cart-contents {
    display: block; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .addthis_sharing_toolbox br {
    display: block; }
  .small-centered {
    float: none !important; }
  .topWrap {
    height: 62px; }
    .topWrap .row .logo img {
      height: 80px;
      width: inherit;
      max-width: inherit; }
    .topWrap .row .phone {
      text-align: center;
      padding-top: 19px;
      padding-bottom: 19px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .topWrap .row .phone a {
        font-size: 16px; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    width: 100%; }
  .off_canvas_mobile_menu {
    top: 62px; }
  .mobile_menu_switch {
    top: 6px; }
  #menu-mobile-menu .col_4 {
    width: 100% !important;
    float: none !important;
    padding: 0px 15px !important;
    margin-bottom: 0px !important; }
    #menu-mobile-menu .col_4 a {
      border-bottom: 0px;
      color: #8682d5;
      font-weight: 100; }
    #menu-mobile-menu .col_4 .menu-item {
      margin-bottom: 5px !important;
      display: block; }
  #menu-mobile-menu #menu-item-1751 a {
    margin-bottom: 5px; }
  #menu-mobile-menu .col_4:last-child {
    margin-bottom: 5px !important; } }

.col_4 {
  width: 25%;
  display: inline-block !important;
  margin: 0px;
  padding: 0px;
  float: left !important; }

.topWrap > .row {
  position: relative; }
  .topWrap > .row .menu nav > #menu-main-menu > span > a {
    position: relative; }
  .topWrap > .row .menu nav > #menu-main-menu > span > .menu {
    left: 0px;
    width: 100%;
    margin-top: -21px !important; }
  .topWrap > .row .menu nav > #menu-main-menu > span:hover > a:after {
    bottom: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    margin-bottom: -1px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 2; }
  .topWrap > .row .menu nav > #menu-main-menu .menu-item-1747 + .small-12 + .small-12 > .column4end + .small-12 {
    width: 100%;
    padding: 0px; }
    .topWrap > .row .menu nav > #menu-main-menu .menu-item-1747 + .small-12 + .small-12 > .column4end + .small-12 > .column4begin > .menu .small-12 {
      width: 100%;
      padding: 0px; }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .col_4 {
    padding: 0px 15px; }
  #menu-mobile-menu .menu-item-1747 + .small-12 + .small-12 > .column4end + .small-12 {
    width: 100%;
    padding: 0px; }
    #menu-mobile-menu .menu-item-1747 + .small-12 + .small-12 > .column4end + .small-12 > .column4begin > .menu .small-12 {
      width: 100%;
      padding: 0px; } }

@media only screen and (max-width: 768px) {
  .col_4 {
    padding: 0px 15px;
    width: 100%;
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 5px !important;
    display: block; }
    .col_4 a {
      color: #5d03d6;
      border-bottom: 2px solid #5d03d6;
      font-weight: 700;
      width: 100%;
      display: block; }
  #menu-item-1753 + .small-12 {
    padding: 0px; } }

/* Desktop Only */
.container {
  padding-top: 140px; }

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.alignnone {
  float: none;
  text-align: center; }

.su-box-title {
  background: #02cec2 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: normal !important; }

.su-box-content {
  background: #fbfbfb !important;
  color: #333 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased !important;
  padding: 23px !important; }

.su-box-style-default {
  border: 1px solid #ccc !important; }

.no-bottom-padding .su-box-content {
  padding-bottom: 0px !important; }

.su-box-title {
  background: #02cec2 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: normal !important; }

.su-box-content {
  background: #fbfbfb !important;
  color: #333 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased !important;
  padding: 23px !important; }

.su-box-style-default {
  border: 1px solid #ccc !important; }

.no-bottom-padding .su-box-content {
  padding-bottom: 0px !important; }

.page-id-278 .su-note .alignleft {
  float: left !important;
  margin: 8px 17px 10px 0px !important; }

.page-id-278 .su-note p {
  padding-bottom: 5px !important; }

.page-id-278 .su-note h3 {
  margin-top: -5px !important; }

/* Testimonials */
.main-content .entry-content .mony {
  padding: 32px 83px;
  position: relative; }

.main-content .entry-content .mony:nth-child(4n+1) {
  margin-bottom: 53px;
  padding: 32px 83px;
  background: #fd9105;
  color: #fff;
  font-size: 22px;
  background-size: 100% 100%;
  clear: both; }

.main-content .entry-content .mony:before {
  background: url("../png/test-top-left.png") no-repeat center !important;
  height: 184px;
  width: 152px;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px; }

.main-content .entry-content .mony:nth-child(9) {
  background: #fd9105 !important;
  margin-bottom: 53px; }
  .main-content .entry-content .mony:nth-child(9) .mony-wrap {
    position: relative;
    z-index: 2; }

.main-content .entry-content .mony:after {
  background: url("../png/test-boottom-right.png") no-repeat bottom right !important;
  height: 184px;
  content: "";
  width: 100%;
  z-index: 1;
  bottom: 0px;
  position: absolute;
  right: 0px; }

.main-content .entry-content .mony:nth-child(4n+2) {
  margin-bottom: 53px;
  padding: 32px 83px;
  background: #aec75a;
  color: #fff;
  font-size: 22px;
  background-size: 100% 100%;
  clear: both; }

.main-content .entry-content .mony:nth-child(4n+3) {
  margin-bottom: 53px;
  padding: 32px 83px;
  background: #f9214d;
  color: #fff;
  font-size: 22px;
  background-size: 100% 100%;
  clear: both; }

.main-content .entry-content .mony:nth-child(4n+4) {
  margin-bottom: 53px;
  padding: 32px 83px;
  background: #8682d5;
  color: #fff;
  font-size: 22px;
  background-size: 100% 100%;
  clear: both; }

.main-content .entry-content .mony-wrap {
  float: none; }

.main-content .entry-content .testimony {
  text-align: left; }

.main-content .entry-content .test-mony {
  float: none;
  text-align: right; }
  .main-content .entry-content .test-mony .mony-auth {
    padding-right: 3px;
    float: none;
    display: inline-block; }
  .main-content .entry-content .test-mony .testimony_title {
    float: none;
    display: inline-block; }

.main-content .entry-content .mony.test-has-image {
  padding: 0 !important; }
  .main-content .entry-content .mony.test-has-image:before {
    left: 420px; }
  .main-content .entry-content .mony.test-has-image .mony_image {
    float: left; }
  .main-content .entry-content .mony.test-has-image .mony-wrap {
    float: left;
    position: relative; }
  .main-content .entry-content .mony.test-has-image .inner-test-wrap {
    padding: 25px 83px 25px 68px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    height: auto !important; }

/* Accordians */
.su-accordion .su-spoiler .su-spoiler-title {
  background: #02cec2 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: normal !important; }

.su-note .su-note-inner {
  border: none; }

.mony-auth:before {
  content: "_______";
  top: -10px;
  position: relative;
  left: -17px; }

.dropdown_style select {
  padding: 0 35px 0 15px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  line-height: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #c5c4c4;
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-image: url(../jpg/dropdown-down.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: none; }

.dropdown_style select::-ms-expand {
  display: none; }

.dropdown_style select:focus {
  outline: none; }

.filterCategory {
  margin-top: 40px;
  margin-bottom: 40px; }

.fil-att {
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  padding-top: 4px; }

body.search-no-results .page-content .search-text-left {
  width: 50%;
  margin-bottom: 80px; }
  body.search-no-results .page-content .search-text-left input {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: none;
    border: 1px solid #dddddd;
    line-height: 32px;
    padding: 5px 15px; }
  body.search-no-results .page-content .search-text-left input:focus {
    outline: #8682d5 3px; }

body.search-no-results .page-content .search-submit-right {
  width: 100px;
  float: left !important; }
  body.search-no-results .page-content .search-submit-right input {
    border: 1px solid #8682d5;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #8682d5;
    color: #ffffff;
    transition: 0.4s;
    line-height: 32px;
    padding: 5px 15px; }
  body.search-no-results .page-content .search-submit-right input:hover {
    border: 1px solid #eabe06;
    background: #eabe06; }

/* Testimonial Slider */
#testimonials_slider button {
  display: none !important; }

/* Interior Page Button Links */
.in-button {
  background: #8682d5 !important;
  color: #fff;
  padding: 7px 15px;
  border: 2px solid #8682d5;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  transition: .5s;
  text-decoration: none;
  display: inline-block; }

.in-button:hover {
  background: #fff !important;
  color: #8682d5;
  transition: .5s; }

.in-button-alt {
  display: block;
  text-align: center; }

#blog_archive #new_noteworthy {
  margin-top: 0; }
  #blog_archive #new_noteworthy .row {
    overflow: hidden; }
  #blog_archive #new_noteworthy a.promo_learn_more {
    margin-top: 5px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 20px;
    display: inline-block;
    width: 155px;
    text-align: center; }
  #blog_archive #new_noteworthy h3 a {
    color: #fff; }
  #blog_archive #new_noteworthy .row:nth-child(odd) .note_section:nth-child(1) .note_section_inner {
    background: #ED3831; }
  #blog_archive #new_noteworthy .row:nth-child(odd) .note_section:nth-child(1) a.promo_learn_more {
    background: #cd1a0b;
    transition: .5s; }
  #blog_archive #new_noteworthy .row:nth-child(odd) .note_section:nth-child(1) a.promo_learn_more:hover {
    background: #b01609;
    transition: .5s; }
  #blog_archive #new_noteworthy .row:nth-child(odd) .note_section:nth-child(2) .note_section_inner {
    background: #FA9027; }
  #blog_archive #new_noteworthy .row:nth-child(odd) .note_section:nth-child(2) a.promo_learn_more {
    background: #d67901;
    transition: .5s; }
  #blog_archive #new_noteworthy .row:nth-child(odd) .note_section:nth-child(2) a.promo_learn_more:hover {
    background: #b86801;
    transition: .5s; }
  #blog_archive #new_noteworthy .row:nth-child(even) .note_section:nth-child(1) .note_section_inner {
    background: #D540D4; }
  #blog_archive #new_noteworthy .row:nth-child(even) .note_section:nth-child(1) a.promo_learn_more {
    background: #b12db1;
    transition: .5s; }
  #blog_archive #new_noteworthy .row:nth-child(even) .note_section:nth-child(1) a.promo_learn_more:hover {
    background: #982798;
    transition: .5s; }
  #blog_archive #new_noteworthy .row:nth-child(even) .note_section:nth-child(2) .note_section_inner {
    background: #22CDC1; }
  #blog_archive #new_noteworthy .row:nth-child(even) .note_section:nth-child(2) a.promo_learn_more {
    background: #03a69c;
    transition: .5s; }
  #blog_archive #new_noteworthy .row:nth-child(even) .note_section:nth-child(2) a.promo_learn_more:hover {
    background: #038f86;
    transition: .5s; }
  #blog_archive #new_noteworthy .blog_featured_image {
    min-height: 250px;
    background-position: center center !important; }
  #blog_archive #new_noteworthy .blog_featured_image.no_featured_class {
    background-size: contain !important;
    background-position: center center !important;
    border-top: 1px solid #ccc;
    border-left: 1px solid #CCc;
    border-right: 1px solid #ccc; }
  #blog_archive #new_noteworthy .note_inner_text {
    background-position: center center !important; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul {
    padding-bottom: 40px;
    display: inline-block; }
    .pagination-centered ul li {
      display: inline-block;
      float: left; }
      .pagination-centered ul li span {
        font-size: 23px !important; }
      .pagination-centered ul li a {
        font-size: 23px !important;
        color: #333;
        margin: 0;
        text-decoration: none;
        line-height: 1;
        font-size: 1em;
        font-weight: 400;
        padding: .5em;
        min-width: 1em;
        display: block; }
      .pagination-centered ul li a:hover {
        background: #ebe9eb;
        color: #8a7e88; }
    .pagination-centered ul li.current a {
      background: rgba(134, 130, 213, 0.2); }

/* Single */
.single header time.updated {
  display: none; }

.single header .byline {
  display: none; }

/* 404 page */
.error404 form {
  margin-bottom: 40px; }
  .error404 form input {
    height: 40px; }
  .error404 form .in-button {
    background: #8682d5 !important;
    color: #fff;
    padding: 7px 15px;
    border: 2px solid #8682d5;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    transition: .5s;
    text-decoration: none; }
  .error404 form .in-button:hover {
    background: #fff !important;
    color: #8682d5;
    transition: .5s; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  background: #8682d5;
  transition: 0.4s;
  border: 2px solid #8682d5;
  color: #ffffff;
  border-radius: 3px;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: 600; }

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 2px solid #8682d5;
  background: #fff;
  color: #8682d5; }

.gform_wrapper textarea {
  border: 1px solid #ccc;
  padding: 5px 4px !important;
  margin-bottom: 12px !important;
  margin-top: 12px !important; }

.gform_wrapper select {
  margin-top: 13px !important;
  margin-bottom: 12px !important;
  height: 37px;
  width: 100% !important;
  background: url("../jpg/dropdown-down.jpg") no-repeat right center !important;
  border-radius: 0;
  border: 1px solid #ccc;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  color: #afafaf; }

body .gform_wrapper .top_label div.ginput_container, .gform_wrapper .top_label li.gfield {
  margin-top: 0 !important; }

.gform_wrapper li.hidden_label input {
  margin-bottom: 12px !important; }

#monthly_calendar h2 .fa {
  font-weight: normal;
  font-size: 25px !important;
  vertical-align: middle; }

#monthly_calendar .medium-4 {
  margin-bottom: 15px; }
  #monthly_calendar .medium-4 a.in-button {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 20px; }

#monthly_calendar .medium-4.columns:last-child:not(:first-child) {
  float: left; }

#monthly_calendar #old_cal {
  display: none; }

.col_3 {
  width: 33%;
  display: inline-block;
  margin: 0px;
  vertical-align: top;
  padding: 0px 15px; }
  .col_3 .col_label {
    text-align: center;
    background: #e0f7fd; }
  .col_3 .col_row {
    width: 100%;
    display: block; }
    .col_3 .col_row span:first-child {
      width: 75%;
      display: inline-block;
      text-align: left;
      vertical-align: top; }
    .col_3 .col_row span:last-child {
      width: 23%;
      display: inline-block;
      text-align: right;
      vertical-align: top; }
    .col_3 .col_row span {
      padding-bottom: 0px !important; }
    .col_3 .col_row .col_hd1 {
      width: 45%; }
    .col_3 .col_row .col_hd2 {
      width: 45%; }
    .col_3 .col_row br {
      display: none; }

.su-row + p + .col_3 {
  padding-left: 0px;
  padding-right: 30px; }

.col_3:last-child {
  padding-right: 0px;
  padding-left: 30px; }

.woocommerce-Tabs-panel li {
  position: relative;
  list-style-type: none;
  padding-left: 20px; }

.woocommerce-Tabs-panel li:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0px;
  background: url("../png/bullets.png");
  background-size: cover;
  width: 10px;
  height: 12px;
  display: block; }

.page .row .main-content .entry-content h2, .page .row .main-content .entry-content h3, .page .row .main-content .entry-content h4, .page .row .main-content .entry-content h5, .page .row .main-content .entry-content h6, .page .row .main-content .entry-content p, .page .row .main-content .entry-content ul, .page .row .main-content .entry-content ol, .page .row .main-content .entry-content span, .single .row .main-content .entry-content h2, .single .row .main-content .entry-content h3, .single .row .main-content .entry-content h4, .single .row .main-content .entry-content h5, .single .row .main-content .entry-content h6, .single .row .main-content .entry-content p, .single .row .main-content .entry-content ul, .single .row .main-content .entry-content ol, .single .row .main-content .entry-content span {
  margin: 0px;
  padding: 0px;
  padding-bottom: 25px; }

.page .row .main-content .entry-content ul, .single .row .main-content .entry-content ul {
  margin: 0px;
  padding-bottom: 25px;
  list-style-type: none; }
  .page .row .main-content .entry-content ul li, .single .row .main-content .entry-content ul li {
    position: relative;
    list-style-type: none;
    padding-left: 20px; }
  .page .row .main-content .entry-content ul li:before, .single .row .main-content .entry-content ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 0px;
    background: url("../png/bullets.png");
    background-size: cover;
    width: 10px;
    height: 12px;
    display: block; }

.page .row .main-content .entry-content .products li, .single .row .main-content .entry-content .products li {
  padding-left: auto; }

.page .row .main-content .entry-content .products li:before, .single .row .main-content .entry-content .products li:before {
  background: none; }

.page .row .main-content .entry-content form ul li, .single .row .main-content .entry-content form ul li {
  padding-left: 0px; }

.page .row .main-content .entry-content form ul li:before, .single .row .main-content .entry-content form ul li:before {
  background: none;
  display: none; }

.page .row .main-content .entry-content form span, .single .row .main-content .entry-content form span {
  padding-bottom: 0px; }

.page .row .main-content .entry-content form div, .single .row .main-content .entry-content form div {
  padding-bottom: 0px; }

.page .row .main-content .entry-content #evcal_list, .single .row .main-content .entry-content #evcal_list {
  padding: 0; }
  .page .row .main-content .entry-content #evcal_list .evcal_desc, .single .row .main-content .entry-content #evcal_list .evcal_desc {
    margin-left: 5px;
    padding: 3px 15px 0 80px; }

.page .row .main-content .entry-content .woocommerce li:before, .single .row .main-content .entry-content .woocommerce li:before {
  background: none; }

.products {
  padding-bottom: 0px; }
  .products li .product_wrap a h3 {
    font-size: 19px !important;
    font-weight: 600; }
  .products li .product_wrap .reading_level span {
    padding-bottom: 0px; }

.row .main-content .entry-content .su-accordion .su-spoiler {
  border-radius: 3px; }
  .row .main-content .entry-content .su-accordion .su-spoiler .su-spoiler-title {
    border-radius: 3px;
    box-shadow: none;
    border: none;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 45px; }
    .row .main-content .entry-content .su-accordion .su-spoiler .su-spoiler-title .su-spoiler-icon {
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      padding: 0px;
      font-size: 22px; }
  .row .main-content .entry-content .su-accordion .su-spoiler .su-spoiler-content {
    background: #fbfbfb; }

/* Hero Image on Pages */
#page_hero_header {
  margin: 0px;
  margin-bottom: 25px; }
  #page_hero_header .note_section .note_section_inner .note_inner_text {
    padding: 40px; }
    #page_hero_header .note_section .note_section_inner .note_inner_text h3 {
      color: #ffffff;
      margin-bottom: 20px; }
    #page_hero_header .note_section .note_section_inner .note_inner_text .row .columns {
      text-align: center;
      border: 1px solid #ffffff;
      border-radius: 3px;
      transition: 0.4s;
      padding: 5px 15px;
      width: 48%;
      margin-bottom: 10px; }
      #page_hero_header .note_section .note_section_inner .note_inner_text .row .columns a {
        color: #ffffff; }

/* END Hero Image on Pages */
.page-id-296 .su-row .in-button {
  width: 100%;
  display: inline-block;
  margin-top: 25px; }

.page-id-300 .in-button {
  float: right; }

.page-id-292 #monthly_calendar > .small-12.medium-4.columns:nth-child(3n + 0) {
  padding-left: 0px;
  padding-right: 30px; }

.page-id-292 #monthly_calendar > .small-12.medium-4.columns:nth-child(3n + 2) {
  padding-right: 0px;
  padding-left: 30px; }

.page-id-292 #monthly_calendar #old_cal > .small-12.medium-4.columns:nth-child(3n + 1) {
  padding-left: 0px;
  padding-right: 30px; }

.page-id-292 #monthly_calendar #old_cal > .small-12.medium-4.columns:nth-child(3n + 0) {
  padding-right: 0px;
  padding-left: 30px; }

.page-id-292 #oldCalendars .fa-plus {
  padding: 6px 8px 4px;
  background: #8682d5;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px !important; }

.page-id-304 .address_city, .page-id-280 .address_city {
  padding-right: 8px !important; }

.page-id-304 .address_state, .page-id-280 .address_state {
  padding-left: 8px !important; }

.page-id-276 .su-column-size-1-3 .su-column-inner .in-button, .page-id-276 .su-column-size-1-2 .su-column-inner .in-button {
  width: 100% !important;
  display: block !important;
  text-align: center; }

.page-id-276 .page-id-292 .su-row .su-column-inner h3 {
  padding-bottom: 0 !important; }

.page-id-284 .ajde_evcal_calendar span {
  padding-bottom: 0px !important; }

.page-id-284 .ajde_evcal_calendar .evcal_cblock {
  padding-left: 13px !important; }

.page-id-284 .ajde_evcal_calendar .desc_trig_outter {
  padding-bottom: 0px !important; }

.page-id-284 .ajde_evcal_calendar .evcal_month_line {
  padding-top: 25px !important; }

@media only screen and (min-width: 1366px) {
  .main-content .entry-content .mony.test-has-image:before {
    left: 420px; } }

@media only screen and (max-width: 1300px) {
  .main-content .entry-content .mony.test-has-image:before {
    left: 33.333333%; } }

@media only screen and (min-width: 1025px) and (max-width: 1335px) {
  .blog #page {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .mony.test-has-image:before {
    left: 33.333333%; } }

.page .main-content {
  margin-bottom: 85px; }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .in-button {
    display: block;
    text-align: center; }
  .fil-att {
    font-size: 19px;
    font-weight: 700;
    color: #333333;
    padding-top: 4px;
    margin-right: 25px; }
  .woof .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding-right: 32px !important; }
  .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap {
    height: auto !important;
    padding-bottom: 100px !important; }
  .woo_content_row .featured_products .featured_product_slider {
    margin: 0px !important;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .woo_content_row .featured_products .featured_product_slider .slick-prev {
      left: 0px !important; }
    .woo_content_row .featured_products .featured_product_slider .slick-next {
      right: 0px !important; }
  .page-id-292 .entry-content .su-column-size-1-2, .page-id-292 .entry-content .su-column-size-1-4 {
    width: 100%; }
  .main-content .entry-content .mony.test-has-image:before {
    left: 33.333333%; }
  .main-content .entry-content .mony.test-has-image .inner-test-wrap {
    padding: 25px; } }

#single-post {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .main-content .entry-content .mony.test-has-image {
    padding: 0 !important; }
    .main-content .entry-content .mony.test-has-image .mony_image {
      height: auto !important; }
      .main-content .entry-content .mony.test-has-image .mony_image img {
        margin: 0 auto;
        display: block; }
    .main-content .entry-content .mony.test-has-image .mony-wrap {
      height: auto !important; }
    .main-content .entry-content .mony.test-has-image .inner-test-wrap {
      padding: 25px;
      position: relative;
      left: 0;
      -ms-transform: none;
          transform: none; }
  .woocommerce nav.woocommerce-pagination .page-numbers {
    margin: 0px auto; }
  #blog_archive {
    margin-bottom: 30px; }
  #monthly_calendar .columns {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .cat_header {
    margin-bottom: 30px !important; }
  .cat_header h3 {
    padding-bottom: 95px !important; }
  .cat_header .breadcrumbs_cont {
    margin-top: -95px !important; }
  .prod_cat:after {
    display: none; }
  #page_hero_header .note_section {
    height: auto !important; }
  .col_3 {
    width: 100%;
    transition: 0.4s; }
  .product_wrap {
    height: auto !important; }
  .container {
    padding-top: 62px; }
  .fil-att {
    text-align: center;
    margin-bottom: 23px; }
  #blog_archive #new_noteworthy .blog_featured_image {
    margin-top: 20px; }
  #single-post {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .archive .slick-slider {
    margin-left: 0 !important; }
  .top_category_section .top_level_cat .product_category_subcat.active {
    width: 98%; }
  .yith-wcwl-add-to-wishlist {
    width: 100% !important; }
  .filter_row {
    margin-top: -50px; } }

.sidebar {
  padding-left: 35px;
  font-family: "Open Sans", sans-serif; }
  .sidebar h6 {
    font-size: 32px;
    font-weight: 300; }
  .sidebar ul {
    margin: 0px;
    padding-bottom: 25px;
    list-style-type: none; }
    .sidebar ul li {
      position: relative;
      list-style-type: none;
      padding-left: 20px; }
    .sidebar ul li:before {
      content: '';
      position: absolute;
      top: 12px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      left: 0px;
      background: url("../png/bullets.png");
      background-size: cover;
      width: 10px;
      height: 12px;
      display: block; }
  .sidebar #archives-2 label {
    display: none; }
  .sidebar #archives-2 select {
    background: url("../jpg/dropdown-down.jpg") no-repeat right center !important;
    padding: 4px 5px 3px 12px;
    min-height: 18px !important;
    font-size: 17px;
    -webkit-appearance: initial; }

/* Global Styles */
#footer {
  background: #517eac; }
  #footer .footerSection {
    border-bottom: 1px solid #9fb8d1; }
  #footer .footerSection:nth-child(2) {
    border: none;
    margin-top: 40px; }
  #footer .columns {
    padding: 0px; }
  #footer .copyright {
    color: #ffffff;
    padding-top: 10px; }
  #footer .footer_top {
    font-size: 17px; }
    #footer .footer_top .customSocial {
      margin-right: 15px; }
    #footer .footer_top .customSocial:first-child {
      margin-right: 0; }
    #footer .footer_top .copyright_con {
      padding-top: 35px; }
    #footer .footer_top .social_media {
      padding-top: 35px;
      padding-right: 5.5%;
      text-align: right; }
    #footer .footer_top .footer_logo {
      margin-bottom: 20px; }
      #footer .footer_top .footer_logo img {
        float: right; }
  #footer .footer_flower img {
    margin-left: -1.3%; }
  #footer .footer_bot {
    font-size: 17px; }
    #footer .footer_bot .footer_address, #footer .footer_bot .footer_numbers {
      line-height: 1.75;
      color: #fff; }
      #footer .footer_bot .footer_address a, #footer .footer_bot .footer_numbers a {
        color: #fff;
        transition: .5s; }
      #footer .footer_bot .footer_address a:hover, #footer .footer_bot .footer_numbers a:hover {
        color: #afd7ff;
        transition: .5s; }
    #footer .footer_bot .quick_links {
      line-height: 1.5; }
    #footer .footer_bot #menu-footer-menu .level_0 {
      width: 32%;
      display: inline-block; }
      #footer .footer_bot #menu-footer-menu .level_0 a {
        color: #afd7ff;
        transition: .5s; }
      #footer .footer_bot #menu-footer-menu .level_0 a:hover {
        color: #ffffff;
        transition: .5s; }
    #footer .footer_bot .footer_address_left {
      float: left;
      padding: 0 70px 25px 70px;
      border-left: 1px solid #9fb8d1;
      border-right: 1px solid #9fb8d1; }
    #footer .footer_bot .footer_phone_right {
      float: right;
      padding-left: 0px; }
    #footer .footer_bot #menu-footer-menu li {
      width: 32%;
      display: inline-block; }
      #footer .footer_bot #menu-footer-menu li a {
        color: #afd7ff;
        padding-left: 0px;
        transition: 0.4s; }
      #footer .footer_bot #menu-footer-menu li a:hover {
        color: #ffffff; }
    #footer .footer_bot b {
      color: #ffffff;
      font-weight: 900; }
  #footer .customSocialImage .SocialIcon {
    position: relative;
    top: 5px; }

/* Desktop Only */
@media only screen and (min-width: 1025px) and (max-width: 1359px) {
  #footer .footer_bot .footer_address_left {
    padding: 0 20px 25px 20px;
    transition: .5s; }
  #footer .footer_bot .footer_phone_right {
    margin-right: 15px; }
  #footer .footer_top .footer_logo img {
    margin-right: 15px; }
  #footer .copyright_con {
    padding-left: 15px; }
  #footer .quick_links {
    padding-left: 15px; }
  #footer .footer_flower img {
    margin-left: 0px;
    padding-left: 15px; } }

@media only screen and (min-width: 1025px) and (max-width: 1044px) {
  #footer .footer_bot #menu-footer-menu .level_0 {
    width: 49%; }
  #footer .footer_bot .footer_address_left {
    padding: 0 10px 25px 20px; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    position: relative; }
    #footer .footer_top {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    #footer .footer_bot .footer_business_name {
      line-height: .75; }
    #footer .footer_bot .footer_address {
      float: right;
      padding-top: 10px; }
    #footer .footer_bot .footer_address_left {
      padding: 0 30px 85px 30px;
      border: none; }
    #footer .footer_bot .footer_phone_right {
      padding-left: 30px;
      padding-right: 30px;
      border: none; }
    #footer .footer_bot .quick_links {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #9fb8d1; }
    #footer .footer_logo {
      position: absolute;
      top: 0;
      right: 0; }
      #footer .footer_logo img {
        float: right;
        padding-right: 0.9375rem; }
    #footer .footer_top .social_media {
      padding-top: 5px;
      text-align: left; }
    #footer .footer_flower {
      position: absolute;
      bottom: 0;
      left: 0.9375rem; }
      #footer .footer_flower img {
        margin-top: -20px; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  #footer {
    position: relative; }
    #footer .quick_links {
      padding-left: 25px;
      padding-right: 25px; }
    #footer .footer_top {
      padding-left: 25px;
      padding-right: 25px; }
      #footer .footer_top .customSocial {
        margin-right: 45px; }
      #footer .footer_top .customSocial:last-child {
        margin-right: 0; }
        #footer .footer_top .customSocial:last-child .fa-google-plus-square {
          float: none; }
      #footer .footer_top .social_media {
        padding-top: 35px;
        padding-right: 0;
        text-align: center; }
        #footer .footer_top .social_media a:last-child {
          margin-right: 0; }
    #footer .footer_top .footer_logo {
      position: absolute;
      right: 25px; }
    #footer .footer_bot {
      font-size: 19px; }
      #footer .footer_bot .quick_links {
        border-bottom: 1px solid #9fb8d1;
        padding-bottom: 40px; }
        #footer .footer_bot .quick_links #menu-footer-menu .level_0 {
          width: 100%;
          display: block; }
      #footer .footer_bot .footer_address_left {
        padding-top: 40px;
        padding-left: 25px;
        padding-right: 25px;
        border-right: none;
        float: none;
        font-size: 19px; }
      #footer .footer_bot .footer_phone_right {
        position: absolute;
        bottom: 16px;
        right: 25px;
        font-size: 19px; }
    #footer .footer_flower {
      float: left;
      width: 35%;
      padding-left: 35px;
      margin-left: -8%; }
      #footer .footer_flower img {
        margin-left: 12%; } }

@media only screen and (max-width: 399px) {
  #footer .footer_top .customSocial {
    margin-right: 32px; } }

.wider-1-5 {
  width: 21% !important; }

.narrower-1-5 {
  width: 15% !important; }

/* Global Styles */
#new_noteworthy {
  margin-top: 100px; }
  #new_noteworthy > .row {
    margin-left: 0;
    margin-right: 0; }
  #new_noteworthy .row {
    margin-bottom: 30px; }
    #new_noteworthy .row .section_1 a.promo_learn_more, #new_noteworthy .row .section_2 a.promo_learn_more, #new_noteworthy .row .section_3 a.promo_learn_more, #new_noteworthy .row .section_4 a.promo_learn_more, #new_noteworthy .row .section_5 a.promo_learn_more {
      margin-top: 5px;
      border-radius: 4px;
      color: #fff;
      border: 1px solid #fff;
      font-weight: 600;
      font-size: 15px;
      padding: 12px 20px;
      display: inline-block;
      width: 155px;
      text-align: center; }
    #new_noteworthy .row .section_1 {
      padding-right: 0; }
      #new_noteworthy .row .section_1 a.promo_learn_more {
        background: #cd1a0b;
        transition: .5s; }
      #new_noteworthy .row .section_1 a.promo_learn_more:hover {
        background: #b01609;
        transition: .5s; }
    #new_noteworthy .row .section_2 {
      padding-left: 0; }
      #new_noteworthy .row .section_2 a.promo_learn_more {
        background: #d67901;
        transition: .5s; }
      #new_noteworthy .row .section_2 a.promo_learn_more:hover {
        background: #b86801;
        transition: .5s; }
    #new_noteworthy .row .section_3 {
      padding-right: 0; }
      #new_noteworthy .row .section_3 a.promo_learn_more {
        background: #b12db1;
        transition: .5s; }
      #new_noteworthy .row .section_3 a.promo_learn_more:hover {
        background: #982798;
        transition: .5s; }
    #new_noteworthy .row .section_4 {
      padding-left: 0; }
      #new_noteworthy .row .section_4 a.promo_learn_more {
        background: #03a69c;
        transition: .5s; }
      #new_noteworthy .row .section_4 a.promo_learn_more:hover {
        background: #038f86;
        transition: .5s; }
    #new_noteworthy .row .section_5 {
      min-height: 250px; }
      #new_noteworthy .row .section_5 a.promo_learn_more {
        background: #829d28;
        transition: .5s; }
      #new_noteworthy .row .section_5 a.promo_learn_more:hover {
        background: #708722;
        transition: .5s; }
    #new_noteworthy .row .note_section img {
      width: 100%; }
    #new_noteworthy .row .note_section .note_section_inner {
      background-size: cover !important;
      padding: 0;
      border-right: 1px solid #ccc; }
      #new_noteworthy .row .note_section .note_section_inner .note_inner_text {
        padding: 2.1875rem;
        color: #fff; }
        #new_noteworthy .row .note_section .note_section_inner .note_inner_text .last-note {
          font-size: 43px; }
        #new_noteworthy .row .note_section .note_section_inner .note_inner_text h3 {
          margin: 0; }
        #new_noteworthy .row .note_section .note_section_inner .note_inner_text p {
          font-size: 14px; }

#testimonials {
  margin-top: 60px;
  background: url("../png/testimonials_bg.png");
  background-size: cover !important;
  padding: 70px 0px 80px;
  text-align: center;
  position: relative;
  z-index: 2; }
  #testimonials h2 {
    color: #ffffff;
    text-align: center;
    font-size: 47px;
    margin-bottom: 25px; }
  #testimonials .row #testimonials_slider .testimony {
    color: #ffffff;
    font-style: italic;
    font-size: 26px;
    text-align: left; }
    #testimonials .row #testimonials_slider .testimony p {
      display: inline;
      line-height: 42px;
      text-align: left; }
  #testimonials .row #testimonials_slider .testimony_author {
    color: #ffffff;
    width: 45%;
    margin-left: 55%;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-align: left; }
  #testimonials .row #testimonials_slider .testimony_title {
    color: #ffffff;
    width: 45%;
    margin-left: 55%;
    font-size: 22px;
    font-weight: 600;
    text-align: left; }
  #testimonials .testimonials_url {
    background: rgba(1, 30, 60, 0.46);
    border: 2px solid #ffffff;
    padding: 8px 25px;
    color: #ffffff;
    transition: 0.4s;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin-top: 50px;
    border-radius: 3px;
    text-transform: capitalize; }
  #testimonials .testimonials_url:hover {
    background: #ffffff;
    color: #011e3c; }

#email_newsletter {
  overflow: hidden;
  padding-top: 80px;
  position: relative;
  z-index: 1; }
  #email_newsletter .large-6 {
    text-align: center;
    padding: 0px; }
    #email_newsletter .large-6 img {
      margin-left: 9%; }
  #email_newsletter .large-5 {
    padding: 0px; }
    #email_newsletter .large-5 h2 {
      font-size: 47px;
      margin-bottom: 40px;
      margin-left: -3%; }
    #email_newsletter .large-5 p {
      margin-left: -3%;
      color: #999999;
      font-size: 18px;
      font-weight: 600; }
    #email_newsletter .large-5 ul {
      margin-bottom: 80px;
      margin-left: 1%; }
      #email_newsletter .large-5 ul li {
        font-size: 18px;
        color: #999999;
        padding-bottom: 14px;
        font-weight: 600; }
    #email_newsletter .large-5 a {
      background: #8682d5;
      transition: 0.4s;
      border: 2px solid #8682d5;
      color: #ffffff;
      border-radius: 3px;
      padding: 10px 35px;
      margin-left: -2.5%;
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize; }
    #email_newsletter .large-5 a:hover {
      background: none;
      color: #8682d5; }

/* Desktop Only */
@media only screen and (min-width: 1096px) and (max-width: 1287px) {
  #email_newsletter .large-5 h2 {
    font-size: 40px;
    transition: .5s; } }

@media only screen and (min-width: 1024px) and (max-width: 1096px) {
  #email_newsletter .large-5 h2 {
    font-size: 37px;
    transition: .5s; }
  #email_newsletter .large-5 ul li {
    font-size: 16px;
    transition: .5s; } }

@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  #email_newsletter .row .large-5 {
    padding-right: 15px; }
    #email_newsletter .row .large-5 ul {
      margin-bottom: 40px; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #new_noteworthy {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    #new_noteworthy .row .section_1, #new_noteworthy .row .section_3 {
      margin-bottom: 30px; }
  #new_noteworthy .row .section_5 {
    float: none; }
  #testimonials {
    margin-top: 40px; }
    #testimonials h2 {
      padding: 0px 25px; }
    #testimonials .row #testimonials_slider .columns {
      padding: 0px 25px; }
    #testimonials .row #testimonials_slider .testimony_author, #testimonials .row #testimonials_slider .testimony_title {
      width: 100%;
      margin-top: 30px;
      margin-left: 0; }
    #testimonials .row #testimonials_slider .testimony_title {
      margin-top: 0; }
    #testimonials .testimonials_url {
      padding: 20px 50px;
      margin-left: 25px;
      line-height: 1.2;
      margin-right: 25px; }
  #email_newsletter {
    padding-top: 60px; }
    #email_newsletter .large-5 h2 {
      font-size: 46px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 570px; }
    #email_newsletter .large-5 ul {
      width: 492px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
    #email_newsletter .large-5 a {
      display: block;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 auto;
      width: 60%; }
    #email_newsletter .large-6 {
      width: 85%;
      margin: 0 auto;
      float: none; }
      #email_newsletter .large-6 img {
        margin-top: 70px;
        margin-left: 0; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  #email_newsletter .large-5 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #new_noteworthy {
    margin-top: 70px;
    text-align: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    #new_noteworthy .row {
      margin-bottom: 0; }
      #new_noteworthy .row .section_1, #new_noteworthy .row .section_2, #new_noteworthy .row .section_3, #new_noteworthy .row .section_4, #new_noteworthy .row .section_5 {
        margin-bottom: 50px; }
      #new_noteworthy .row .section_5 .note_section_inner {
        background-position: bottom center !important; }
      #new_noteworthy .row .note_section {
        height: auto !important; }
        #new_noteworthy .row .note_section .note_section_inner .note_inner_text h3 {
          font-size: 36px !important; }
  #new_noteworthy .row .section_1 {
    padding-right: 0.9375rem; }
  #new_noteworthy .row .section_2 {
    padding-left: 0.9375rem; }
  #new_noteworthy .row .section_3 {
    padding-right: 0.9375rem; }
  #new_noteworthy .row .section_4 {
    padding-left: 0.9375rem; }
  #new_noteworthy .row .section_1 h3, #new_noteworthy .row .section_2 h3, #new_noteworthy .row .section_3 h3, #new_noteworthy .row .section_4 h3, #new_noteworthy .row .section_5 h3 {
    font-size: 36px !important; }
  #new_noteworthy .row .section_1 a.promo_learn_more, #new_noteworthy .row .section_2 a.promo_learn_more, #new_noteworthy .row .section_3 a.promo_learn_more, #new_noteworthy .row .section_4 a.promo_learn_more, #new_noteworthy .row .section_5 a.promo_learn_more {
    padding: 10px 30px; }
  #testimonials {
    padding: 60px 0px 80px; }
    #testimonials .row #testimonials_slider .testimony_author, #testimonials .row #testimonials_slider .testimony_title {
      width: 100%;
      margin-top: 30px;
      margin-left: 0;
      font-size: 18px; }
    #testimonials .row #testimonials_slider .testimony p {
      font-size: 18px; }
    #testimonials .testimonials_url {
      padding: 20px 50px;
      margin-left: 25px;
      line-height: 1.2;
      margin-right: 25px;
      font-size: 18px; }
  #email_newsletter {
    padding-top: 21px; }
    #email_newsletter .large-5 h2 {
      margin-bottom: 19px;
      margin-left: 0;
      text-align: center; }
    #email_newsletter .large-5 ul {
      margin-left: 25px;
      margin-bottom: 40px; }
    #email_newsletter .large-5 a {
      display: block;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 auto; }
    #email_newsletter .large-6 {
      width: 85%;
      margin: 0 auto;
      float: none; }
      #email_newsletter .large-6 img {
        margin-top: 58px;
        margin-left: 0; } }

/* Desktop Only */
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.woocommerce ul.products li.product .star-rating {
  width: 100%; }

.woocommerce ul.products li.product a img {
  width: auto;
  margin: 0 auto; }

.shop_prod_image_wrapper {
  min-height: 200px;
  display: table;
  width: 100%; }
  .shop_prod_image_wrapper .shop_prod_image_inner_wrapper {
    display: table-cell;
    vertical-align: middle; }
    .shop_prod_image_wrapper .shop_prod_image_inner_wrapper img {
      margin: 0 auto; }

.top_category_section .product_category_subcat {
  background: #8682d5; }

.top_category_section .view_all_link {
  text-align: center; }
  .top_category_section .view_all_link a {
    display: inline-block;
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px 35px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background: #726ec1;
    transition: 0.4s; }
  .top_category_section .view_all_link a:hover {
    background: #ffffff;
    color: #726ec1; }

#product-lesson-plan {
  margin-bottom: 30px;
  margin-top: -20px; }
  #product-lesson-plan a {
    clear: both;
    display: inline-block;
    min-width: 283px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #4da8a3;
    color: #fff;
    padding: 7px 15px;
    border: 2px solid #4da8a3;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    transition: 0.5s;
    text-decoration: none; }
    #product-lesson-plan a:hover {
      background: #fff;
      color: #4da8a3;
      border: 2px solid #4da8a3; }
    @media only screen and (max-width: 767px) {
      #product-lesson-plan a {
        width: 100%; } }

#ship-to-different-address #ship-to-different-address-checkbox {
  margin-left: 0px; }

#shipLinkUp {
  margin-top: 15px;
  margin-bottom: 25px; }

.entry-summary .cart {
  margin-bottom: 10px !important; }

.continue_shopping_cart_page {
  margin-top: -1em; }
  .continue_shopping_cart_page a {
    background: #8682d5 !important;
    padding: 10px 25px !important;
    border: 2px solid #8682d5 !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
    font-family: "Open Sans", sans-serif;
    transition: 0.4s !important;
    cursor: pointer !important;
    z-index: 10 !important;
    display: block !important;
    text-align: center !important; }
    .continue_shopping_cart_page a:hover {
      background: #fff !important;
      color: #8682d5 !important; }

/* woocommerce */
/* Slick Slider Product Category */
.archive .slick-slider {
  margin-left: 15px; }

/* Base archive/seach Woocommerce page */
.archive.tax-product_cat .more_books_and_tools {
  background: #f8f8f8; }

.top_category_section .cat_buttons_section {
  padding-right: 0; }

.top_category_section .top_level_cat .product_category_subcat {
  transition: all 0.4s ease;
  position: relative;
  margin-bottom: 30px;
  margin-right: 0.9375rem; }
  .top_category_section .top_level_cat .product_category_subcat a {
    padding: 20px 49px 20px 25px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 32px; }
  .top_category_section .top_level_cat .product_category_subcat a:after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 45px;
    position: absolute;
    right: 12px;
    top: 0;
    color: #fff;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top_category_section .top_level_cat .product_category_subcat.active {
  margin-right: 0; }
  .top_category_section .top_level_cat .product_category_subcat.active a:after {
    right: 15px; }

.top_category_section .top_cat_section {
  padding: 40px 26px; }
  .top_category_section .top_cat_section h3 {
    font-weight: bold;
    font-size: 30px;
    color: #fff; }
  .top_category_section .top_cat_section .top_level_prod_desc {
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 15px; }
  .top_category_section .top_cat_section .top_level_attr {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff; }
  .top_category_section .top_cat_section a.buyNowTopLevel {
    display: inline-block;
    margin-top: 25px;
    background: #ff6e03;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 34px;
    transition: 0.5s; }
  .top_category_section .top_cat_section a.buyNowTopLevel:hover {
    background: #333333;
    transition: 0.5s; }

.top_category_section #top_level_feat_prod {
  position: relative; }
  .top_category_section #top_level_feat_prod #loader {
    background: #8682d5;
    text-align: center;
    color: #fff;
    font-size: 45px;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 80%;
    box-shadow: 0px 0px 3px 3px #333;
    padding: 20px; }
  .top_category_section #top_level_feat_prod #overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 97%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

.featured_book_wrap .yith-wcwl-add-to-wishlist {
  display: none; }

.more_books_and_tools.featured_products {
  background: #fff; }

.reading_level {
  background: #ff6e03;
  color: #fff;
  padding: 8px;
  position: absolute;
  right: -5px;
  top: 14px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  z-index: 10; }
  .reading_level span {
    display: block;
    font-size: 8px; }

.reading_level:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #bc5002 transparent transparent transparent;
  z-index: 3; }

.product_wrap {
  background: #ffffff;
  border: 1px solid #cccccc;
  height: 460px;
  padding: 25px 30px;
  text-align: center;
  position: relative;
  border-radius: 3px; }

/****** Single Woocommerce PRoduct *******/
.cat_header {
  background-color: #e0f7fd;
  background-image: url("../png/cloud_1.png"), url("../png/cloud_2.png"), url("../png/cloud_3.png");
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #595959;
  margin-bottom: 85px;
  background-position: 60% top, 75% center, 65% bottom;
  background-repeat: no-repeat;
  overflow: hidden; }
  .cat_header .prod_cat {
    position: relative;
    padding-right: 5%; }
    .cat_header .prod_cat h3,
    .cat_header .prod_cat h1 {
      padding: 35px 0px 55px;
      font-size: 40px;
      font-weight: 300;
      padding-left: 0px; }
      .cat_header .prod_cat h3 a,
      .cat_header .prod_cat h1 a {
        color: #595959; }
  .cat_header .prod_cat:before {
    content: "";
    background-image: url(../png/flowers_header_left.png);
    width: 89px;
    height: 131px;
    position: absolute;
    left: -110px;
    bottom: -3px; }
  .cat_header .prod_cat:after {
    content: "";
    background-image: url(../png/bee_flower_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 306px;
    height: 128px;
    position: absolute;
    right: -220px;
    bottom: 0px; }
  .cat_header .breadcrumbs_cont {
    text-align: left;
    float: left !important;
    height: auto !important;
    margin-top: -65px;
    padding-left: 17px; }
    .cat_header .breadcrumbs_cont .bread_inner {
      height: auto !important; }
    .cat_header .breadcrumbs_cont #breadcrumbs {
      position: relative;
      height: auto !important;
      float: left; }
    .cat_header .breadcrumbs_cont a {
      color: #595959; }
  .cat_header .cat_header_elements {
    position: relative;
    display: block; }

.term-individual-titles .cat_header,
.term-book-sets .cat_header,
.term-guided-reading-level .cat_header,
.term-just-for-fun .cat_header {
  background: #f1e1fe; }

.single-product #woo_content {
  padding-top: 35px;
  padding-left: 0px;
  padding-right: 0px; }
  .single-product #woo_content .wc-tabs.tabs {
    border: 0;
    padding-left: 0;
    margin: 0 0 0 0;
    border-bottom: 1rem solid #eabe06; }
    .single-product #woo_content .wc-tabs.tabs li {
      margin: 0 0.3125rem 0 0;
      border: none;
      padding: 0.4375rem 1.5625rem; }
      .single-product #woo_content .wc-tabs.tabs li a {
        color: #333333; }
    .single-product #woo_content .wc-tabs.tabs li:first-child {
      padding: 0.4375rem 2.1875rem; }
    .single-product #woo_content .wc-tabs.tabs li:before,
    .single-product #woo_content .wc-tabs.tabs li:after {
      border: none;
      box-shadow: none; }
    .single-product #woo_content .wc-tabs.tabs .active {
      background: #eabe06;
      color: #333333;
      font-weight: 600; }
  .single-product #woo_content .wc-tabs.tabs:before {
    border: none; }
  .single-product #woo_content .wc-tab {
    margin: 0 0 5rem 0px;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 2.1875rem;
    background: #fbfbfb; }
  .single-product #woo_content .yith-wcwl-wishlistexistsbrowse,
  .single-product #woo_content .yith-wcwl-wishlistaddedbrowse {
    text-align: center; }
    .single-product #woo_content .yith-wcwl-wishlistexistsbrowse a,
    .single-product #woo_content .yith-wcwl-wishlistaddedbrowse a {
      text-decoration: underline;
      color: #fff; }
  .single-product #woo_content .add_to_wishlist {
    font-weight: 600;
    color: #fff;
    background: #49a8a4 !important;
    padding: 10px 25px;
    border: 2px solid #49a8a4;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    transition: 0.4s;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    min-width: 220px;
    display: inline-block;
    line-height: 1; }
    .single-product #woo_content .add_to_wishlist:hover {
      background: #fff !important;
      color: #49a8a4; }
  @media screen and (max-width: 73.4375em) {
    .single-product #woo_content button.button.alt,
    .single-product #woo_content .add_to_wishlist {
      font-size: 19px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 69.6875em) {
    .single-product #woo_content button.button.alt,
    .single-product #woo_content .add_to_wishlist {
      font-size: 19px !important;
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0; }
    .single-product #woo_content .add_to_wishlist {
      margin-bottom: 0; }
    .single-product #woo_content .yith-wcwl-add-to-wishlist {
      width: 100% !important;
      min-width: inherit;
      margin-bottom: 0 !important;
      margin-left: 0 !important; }
    .single-product #woo_content .single-download-left,
    .single-product #woo_content .single-download-left-div {
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: center;
      float: none; } }
  .single-product #woo_content .quantity input[type="number"] {
    height: 35px;
    border: 1px solid #c5c4c4;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .single-product #woo_content .variations {
    margin-bottom: 30px; }
    .single-product #woo_content .variations td.label {
      display: none; }
  .single-product #woo_content .woocommerce-variation-add-to-cart {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }
  .single-product #woo_content .singlePrice {
    margin-bottom: 15px; }
  .single-product #woo_content .sixPackPrice {
    margin-bottom: 45px; }
  .single-product #woo_content .book_info {
    margin-bottom: 12px; }
  .single-product #woo_content .pages_level_section {
    margin-bottom: 40px; }
  .single-product #woo_content .quantity_section strong {
    margin-left: 10px; }
  .single-product #woo_content .zurb_woo_image {
    padding-left: 0px !important; }
  .single-product #woo_content .zurb_woo_summary .product_title + div {
    display: none; }
  .single-product #woo_content .zurb_woo_summary .product_title {
    font-size: 57px;
    margin-top: 25px;
    margin-bottom: 25px; }
  .single-product #woo_content .zurb_woo_summary .price {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 16px; }
  .single-product #woo_content .zurb_woo_summary .book_info {
    margin-top: 25px; }
  .single-product #woo_content .zurb_woo_summary .reset_variations {
    display: none !important; }
  .single-product #woo_content .zurb_woo_summary .product_meta {
    display: none !important; }
  .single-product #woo_content .zurb_woo_summary .woocommerce-variation-price {
    display: none !important; }

.single-product .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap h3 {
  margin-bottom: 0px; }

@media only screen and (max-width: 1802px) {
  .cat_header .prod_cat:after {
    right: 0;
    transition: 0.5s; } }

@media only screen and (max-width: 768px) {
  .woocommerce .zurb_woo_summary {
    padding: 0px 15px !important; }
  .single-product #woo_content .variations {
    width: 100% !important; }
  .single-product #woo_content form {
    margin-bottom: 0px !important; }
  .single-product #woo_content .variations_button.woocommerce-variation-add-to-cart {
    padding: 0px !important; }
    .single-product #woo_content .variations_button.woocommerce-variation-add-to-cart strong {
      margin-left: 0px !important; }
  .single-product #woo_content .single_add_to_cart_button.button.alt {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
  .single-product #woo_content .yith-wcwl-add-to-wishlist {
    margin-top: 30px;
    margin-left: 0px; }
  .single-product #woo_content .tabs.wc-tabs .description_tab,
  .single-product #woo_content .tabs.wc-tabs .additional_information_tab,
  .single-product #woo_content .tabs.wc-tabs .resources_tab,
  .single-product #woo_content .tabs.wc-tabs .reviews_tab {
    width: 100%;
    padding: 0.4375rem 1.5625rem !important; } }

button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  background: #8682d5 !important;
  padding: 10px 25px;
  border: 2px solid #8682d5;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  transition: 0.4s;
  cursor: pointer;
  z-index: 10; }

button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #fff !important;
  color: #8682d5 !important; }

.woocommerce ul.products li.product .button {
  background: #8682d5;
  color: #ffffff;
  border: 2px solid #8682d5;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.noteworthy_white {
  background: #fff; }

.post-type-archive-product .woo_content_row {
  background: #f8f8f8; }

.filter_row {
  padding-bottom: 70px; }

.woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li a {
  color: #333333; }

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  color: #8682d5; }

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: rgba(134, 130, 213, 0.2);
  color: #333; }

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 18px; }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding-bottom: 40px; }

.woocommerce ul.products li.product .button:hover {
  transition: 0.4s;
  border: 2px solid #8682d5;
  background: transparent;
  color: #8682d5; }

.woocommerce div.product form.cart div.quantity {
  float: none;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px; }

.woocommerce div.product form.cart .button {
  display: inline-block; }

.yith-wcwl-add-to-wishlist {
  display: inline-block;
  float: left;
  top: 0px !important;
  left: 0px !important;
  margin-left: 30px;
  padding: 0px;
  margin-top: 0;
  font-size: 22px;
  min-width: 280px; }
  @media only screen and (max-width: 1024px) {
    .yith-wcwl-add-to-wishlist {
      margin-top: 10px !important;
      padding-left: 0px; } }

.woocommerce-page div.product div.images {
  float: none;
  width: auto; }

.attachment-shop_thumbnail {
  border: 1px solid #ccc; }

.woocommerce-page div.product div.summary {
  float: none;
  width: auto; }

.woocommerce .zurb_woo_image {
  padding-right: 0; }

.woocommerce .zurb_woo_summary {
  padding-left: 0; }

/* in these sets / more books tools */
.in_these_sets {
  padding: 50px 0px 50px !important; }

.in_these_sets h3,
.more_books_and_tools h3 {
  margin-bottom: 3.125rem;
  margin-top: 0.625rem;
  color: #333333;
  text-align: center;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  position: relative; }

.in_these_sets > .row .small-12,
.more_books_and_tools > .row .small-12 {
  padding: 0px 0px 80px; }
  .in_these_sets > .row .small-12 > h3,
  .more_books_and_tools > .row .small-12 > h3 {
    margin-bottom: 0px;
    font-size: 35px; }
  .in_these_sets > .row .small-12 .fa-angle-down:before,
  .more_books_and_tools > .row .small-12 .fa-angle-down:before {
    content: "\f107" !important; }
  .in_these_sets > .row .small-12 > h3 + i,
  .more_books_and_tools > .row .small-12 > h3 + i {
    font-size: 80px;
    color: #d4d3d2;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0px;
    line-height: 50px;
    z-index: 2;
    cursor: pointer; }

.in_these_sets > .row .bundle_collapsed,
.more_books_and_tools > .row .bundle_collapsed {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block; }

.in_these_sets .stock,
.in_these_sets .variations,
.in_these_sets .woocommerce-variation-price,
.in_these_sets .quantity,
.more_books_and_tools .stock,
.more_books_and_tools .variations,
.more_books_and_tools .woocommerce-variation-price,
.more_books_and_tools .quantity {
  display: none; }

.in_these_sets.active {
  padding: 50px 0px 130px !important; }

@media only screen and (min-width: 1025px) {
  .archive #woo_content.medium-10 {
    width: 88.9%;
    margin-left: 6%;
    padding-top: 56px !important; }
  .woocommerce .woof_submit_search_form_container {
    width: 16%; }
    .woocommerce .woof_submit_search_form_container button.button {
      background: #8682d5;
      color: #fff;
      width: 100%;
      color: #fff;
      height: 37px;
      font-size: 24px;
      padding: 0 0 0 0;
      font-weight: 600;
      border: 1px solid #c5c4c4; }
  .cat_header .breadcrumbs_cont #breadcrumbs {
    font-size: 17px; }
  .show_less_pag {
    text-align: right;
    padding-bottom: 30px; }
    .show_less_pag a {
      background: #8682d5;
      color: #ffffff;
      border: 2px solid #8682d5;
      font-weight: 700;
      font-size: 15px;
      border-radius: 5px;
      padding: 11px 39px;
      transition: 0.5s; }
    .show_less_pag a:hover {
      background: #ffffff;
      color: #8682d5;
      border: 2px solid #8682d5;
      transition: 0.5s; }
  .woocommerce-pagination ul {
    margin-right: -24% !important; }
    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span {
      font-size: 23px !important; }
    .woocommerce-pagination ul li a.next,
    .woocommerce-pagination ul li a.prev {
      font-size: 23px !important; }
  .woocommerce-pagination div {
    margin-top: 12px;
    margin-right: 0% !important; }
    .woocommerce-pagination div a {
      background: #8682d5;
      color: #ffffff;
      border: 2px solid #8682d5;
      font-weight: 700;
      font-size: 15px;
      border-radius: 5px;
      padding: 11px 39px;
      transition: 0.5s; }
    .woocommerce-pagination div a:hover {
      background: #ffffff;
      color: #8682d5;
      border: 2px solid #8682d5;
      transition: 0.5s; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product {
    margin: 0 3.8% 2.992em 0 !important; }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n),
  .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
    float: left !important; }
  #page_hero_header .note_section {
    height: auto !important; }
    #page_hero_header .note_section .note_section_inner {
      background-size: cover !important; }
  .single-product #woo_content {
    padding: 0px 15px !important; }
  .cat_header .prod_cat h3,
  .cat_header .prod_cat h1 {
    font-size: 2.75rem;
    margin-left: 100px; }
  .cat_header .breadcrumbs_cont {
    height: 50px !important; }
    .cat_header .breadcrumbs_cont .bread_inner {
      height: 0px !important;
      float: left;
      margin-left: 100px; }
  .cat_header .prod_cat:before {
    content: "";
    background-image: url(../png/flowers_header_left.png);
    width: 89px;
    height: 131px;
    position: absolute;
    left: 15px;
    bottom: -50px; }
  .cat_header .prod_cat:after {
    background: none; }
  .cat_header .breadcrumbs_cont:before {
    content: "";
    background-image: url(../png/bee_flower_right.png);
    width: 306px;
    height: 128px;
    position: absolute;
    right: 0px;
    bottom: 0; }
  .featured_products .filterCategory .medium-3 {
    width: 29%;
    padding-left: 0; }
  .filterCategory .medium-4 {
    padding: 0 5px 0 0;
    width: 29%; }
  .woocommerce-pagination ul {
    margin-right: 0% !important; }
    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span {
      font-size: 23px !important; }
    .woocommerce-pagination ul li a.next,
    .woocommerce-pagination ul li a.prev {
      font-size: 23px !important; }
  .woocommerce-pagination div {
    margin-top: 12px;
    margin-right: 0% !important; }
    .woocommerce-pagination div a {
      background: #8682d5;
      color: #ffffff;
      border: 2px solid #8682d5;
      font-weight: 700;
      font-size: 15px;
      border-radius: 5px;
      padding: 11px 39px;
      transition: 0.5s; }
    .woocommerce-pagination div a:hover {
      background: #ffffff;
      color: #8682d5;
      border: 2px solid #8682d5;
      transition: 0.5s; }
  /* Archive/Shop show 3 Products Per Page */
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 29%;
    float: left;
    clear: none; }
  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin-right: 3.8%; }
  .top_category_section .top_level_cat .product_category_subcat a {
    font-size: 20px; }
  .top_category_section .top_level_cat .product_category_subcat a:after {
    right: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 922px) {
  /* Search Filter */
  .woof_container_1 .woof_block_html_items:before,
  .woof_container_2 .woof_block_html_items:before,
  .woof_container_3 .woof_block_html_items:before {
    font-size: 15px !important; }
  .woocommerce .woof_submit_search_form_container button.button {
    width: 100%;
    padding: 11px 5px !important;
    font-size: 15px; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  /*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    margin: 0 3.8% 2.992em 0 !important;
  }
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    float: none !important;
  }*/
  #top_level_feat_prod {
    padding-bottom: 50px; }
  .cat_header .breadcrumbs_cont {
    text-align: left; }
  .cat_header .prod_cat h3,
  .cat_header .prod_cat h1 {
    font-size: 2.75rem; }
  .breadcrumbs_cont,
  .bread_inner {
    height: auto !important; }
  #home_hero_image {
    background-color: #e1f7fe;
    background-image: url(../jpg/mary-ruth-books-for-teaching-reading.jpg) !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain !important; }
    #home_hero_image .hero-info .small-12 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
  .woof_container_1,
  .woof_container_2,
  .woof_container_3 {
    width: 100% !important; }
  .woof_submit_search_form_container {
    width: 100% !important; }
  .chosen-container-multi .chosen-choices {
    width: 114% !important; }
  .woocommerce .woof_submit_search_form_container button.button {
    width: 100%;
    border: 2px solid #8682d5;
    clear: both; }
  .product_wrap {
    height: 520px !important; }
  .top_category_section .top_cat_section {
    padding: 40px 0px;
    text-align: center; }
  .filter_row {
    margin-top: 0; }
  .cat_header .prod_cat {
    float: none; }
    .cat_header .prod_cat h1 {
      padding-bottom: 0; }
  .cat_header .breadcrumbs_cont {
    height: inherit !important;
    float: none !important;
    margin-top: 0 !important; }
    .cat_header .breadcrumbs_cont .bread_inner {
      height: inherit !important; }
      .cat_header .breadcrumbs_cont .bread_inner #breadcrumbs {
        padding-bottom: 8px; } }

#woo_content .product-type-simple .yith-wcwl-add-to-wishlist {
  margin-left: 0; }

#woo_content .product-type-variable-subscription .row.book_info, #woo_content .product-type-variable-subscription .row.book_info.pages_level_section {
  display: none; }

.wc-memberships-for-teams-team-fields-wrapper {
  margin-bottom: 30px; }

.ebook-notice {
  padding: 20px;
  background-color: #efefef; }
  .ebook-notice h2 {
    font-size: 26px; }
  .ebook-notice a.button {
    background: #8682d5;
    transition: 0.4s;
    border: 2px solid #8682d5;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 35px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize; }
    .ebook-notice a.button:hover {
      background: none;
      color: #8682d5; }

.main-content.glossary_page {
  margin-bottom: 0px; }
  .main-content.glossary_page h2, .main-content.glossary_page h3, .main-content.glossary_page h4 {
    font-size: 25px; }
  .main-content.glossary_page .tablepress thead th {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .main-content.glossary_page .tablepress td {
    text-align: center; }

.page .row .main-content.glossary_page .entry-content ul ul {
  padding-bottom: 0 !important; }

#jump_to_letter h3 {
  font-size: 22px;
  color: #8680D8;
  padding-bottom: 0; }

#jump_to_letter #letters_row {
  font-family: 'Love Ya Like A Sister', cursive;
  line-height: 1;
  width: 100%;
  display: table;
  margin-bottom: 50px; }
  #jump_to_letter #letters_row.glossary_subpage {
    margin-bottom: 35px; }
  #jump_to_letter #letters_row a {
    font-size: 65px;
    color: #ED3831;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    line-height: 1.4; }
    #jump_to_letter #letters_row a span {
      padding-bottom: 0; }
    #jump_to_letter #letters_row a.active_letter:after {
      bottom: 3%;
      left: 50%;
      content: " ";
      position: absolute;
      pointer-events: none;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      margin-left: -14px;
      border-bottom: 14px solid #ED3831; }
    #jump_to_letter #letters_row a:hover:after {
      bottom: 3%;
      left: 50%;
      content: " ";
      position: absolute;
      pointer-events: none;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      margin-left: -14px;
      border-bottom: 14px solid #ED3831; }
    #jump_to_letter #letters_row a.glossary_color_1 {
      color: #ED3831; }
      #jump_to_letter #letters_row a.glossary_color_1.active_letter:after {
        border-bottom-color: #ED3831; }
      #jump_to_letter #letters_row a.glossary_color_1:hover:after {
        border-bottom-color: #ED3831; }
    #jump_to_letter #letters_row a.glossary_color_2 {
      color: #AEC661; }
      #jump_to_letter #letters_row a.glossary_color_2.active_letter:after {
        border-bottom-color: #AEC661; }
      #jump_to_letter #letters_row a.glossary_color_2:hover:after {
        border-bottom-color: #AEC661; }
    #jump_to_letter #letters_row a.glossary_color_3 {
      color: #FB9027; }
      #jump_to_letter #letters_row a.glossary_color_3.active_letter:after {
        border-bottom-color: #FB9027; }
      #jump_to_letter #letters_row a.glossary_color_3:hover:after {
        border-bottom-color: #FB9027; }
    #jump_to_letter #letters_row a.glossary_color_4 {
      color: #D540D4; }
      #jump_to_letter #letters_row a.glossary_color_4.active_letter:after {
        border-bottom-color: #D540D4; }
      #jump_to_letter #letters_row a.glossary_color_4:hover:after {
        border-bottom-color: #D540D4; }
    #jump_to_letter #letters_row a.glossary_color_5 {
      color: #22CDC1; }
      #jump_to_letter #letters_row a.glossary_color_5.active_letter:after {
        border-bottom-color: #22CDC1; }
      #jump_to_letter #letters_row a.glossary_color_5:hover:after {
        border-bottom-color: #22CDC1; }
    #jump_to_letter #letters_row a.glossary_color_6 {
      color: #8684D2; }
      #jump_to_letter #letters_row a.glossary_color_6.active_letter:after {
        border-bottom-color: #8684D2; }
      #jump_to_letter #letters_row a.glossary_color_6:hover:after {
        border-bottom-color: #8684D2; }
    #jump_to_letter #letters_row a.glossary_color_7 {
      color: #FECB6E; }
      #jump_to_letter #letters_row a.glossary_color_7.active_letter:after {
        border-bottom-color: #FECB6E; }
      #jump_to_letter #letters_row a.glossary_color_7:hover:after {
        border-bottom-color: #FECB6E; }

#glossary_terms .glossary_letter {
  margin-bottom: 65px;
  padding-right: 0;
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 137px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  clear: both; }
  #glossary_terms .glossary_letter span {
    display: block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 0;
    line-height: 1; }
  #glossary_terms .glossary_letter:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    max-height: 145px;
    z-index: -1; }
  #glossary_terms .glossary_letter.glossary_color_1 {
    background-color: #ED3831;
    background-position: right center;
    background: url(../svg/red.svg);
    background-repeat: no-repeat;
    background-size: 261px 145px; }
    #glossary_terms .glossary_letter.glossary_color_1:before {
      background: #ED3831; }
  #glossary_terms .glossary_letter.glossary_color_2 {
    background-color: #AEC661;
    background-position: right center;
    background: url(../svg/green.svg);
    background-repeat: no-repeat;
    background-size: 256px 145px; }
    #glossary_terms .glossary_letter.glossary_color_2:before {
      background: #AEC661; }
  #glossary_terms .glossary_letter.glossary_color_3 {
    background-color: #FB9027;
    background-position: right center;
    background: url(../svg/orange.svg);
    background-repeat: no-repeat;
    background-size: 232px 145px; }
    #glossary_terms .glossary_letter.glossary_color_3:before {
      background: #FB9027; }
  #glossary_terms .glossary_letter.glossary_color_4 {
    background-color: #D540D4;
    background-position: right center;
    background: url(../svg/purple-1.svg);
    background-repeat: no-repeat;
    background-size: 231px 145px; }
    #glossary_terms .glossary_letter.glossary_color_4:before {
      background: #D540D4; }
  #glossary_terms .glossary_letter.glossary_color_5 {
    background-color: #22CDC1;
    background-position: right center;
    background: url(../svg/aqua.svg);
    background-repeat: no-repeat;
    background-size: 245px 145px; }
    #glossary_terms .glossary_letter.glossary_color_5:before {
      background: #22CDC1; }
  #glossary_terms .glossary_letter.glossary_color_6 {
    background-color: #8684D2;
    background-position: right center;
    background: url(../svg/purple-2.svg);
    background-repeat: no-repeat;
    background-size: 219px 145px; }
    #glossary_terms .glossary_letter.glossary_color_6:before {
      background: #8684D2; }
  #glossary_terms .glossary_letter.glossary_color_7 {
    background-color: #FECB6E;
    background-position: right center;
    background: url(../svg/yellow.svg);
    background-repeat: no-repeat;
    background-size: 288px 145px; }
    #glossary_terms .glossary_letter.glossary_color_7:before {
      background: #FECB6E; }

#glossary_terms .glossary_section .glossary_item {
  margin-bottom: 50px;
  min-height: 145px;
  padding-left: 0;
  background: #fff;
  padding-left: calc(0.9375rem * 2);
  float: left !important; }
  #glossary_terms .glossary_section .glossary_item.medium-push-2 {
    clear: both; }
  #glossary_terms .glossary_section .glossary_item h3 {
    font-size: 25px;
    padding-bottom: 30px; }
    #glossary_terms .glossary_section .glossary_item h3 a {
      color: #0a0a0a; }
      #glossary_terms .glossary_section .glossary_item h3 a:hover {
        color: #0a0a0a; }
  #glossary_terms .glossary_section .glossary_item p {
    padding-bottom: 10px; }

#glossary_top {
  font-size: 22px;
  clear: both;
  text-align: right; }

.lighten {
  opacity: 0.5;
  cursor: default; }
  .lighten:hover:after {
    content: none !important; }

@media only screen and (max-width: 1024px) {
  #jump_to_letter #letters_row a {
    font-size: 45px;
    padding-right: 20px; }
  #glossary_terms .glossary_letter {
    font-size: 110px; }
  #glossary_terms .glossary_letter:before {
    max-height: 110px; } }

@media only screen and (max-width: 768px) {
  #jump_to_letter #letters_row a {
    font-size: 35px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 20px; }
    #jump_to_letter #letters_row a.active_letter:after, #jump_to_letter #letters_row a:hover:after {
      margin-left: -8px;
      border-bottom-width: 7px; }
  #glossary_terms .glossary_letter {
    font-size: 80px; }
  #glossary_terms .glossary_letter:before {
    max-height: 80px;
    left: 0;
    width: 100%;
    -ms-transform: translate(0);
        transform: translate(0); }
  #glossary_terms .glossary_section .glossary_item {
    padding-left: 0.9375rem; } }

#school_logo {
  background: #EFEFEF;
  padding: 20px;
  position: relative;
  vertical-align: middle;
  height: 260px;
  margin-bottom: 20px; }
  #school_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.blue_container {
  background: #DFF7FD;
  padding: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600; }
  .blue_container a {
    text-decoration: underline;
    font-weight: 600;
    color: #000; }
    .blue_container a:hover {
      text-decoration: none; }

#case_study-post {
  padding-bottom: 60px; }
  #case_study-post h2 {
    font-size: 24px; }
  #case_study-post #their_story {
    font-size: 24px; }

#case_cat_row {
  margin-bottom: 35px;
  padding: 0 25px; }

#case_cat_row_single {
  margin-bottom: 35px; }
  #case_cat_row_single .columns {
    margin-bottom: 20px; }

#more_case h4 {
  text-align: center;
  margin-bottom: 15px; }

#view_all_case {
  background: #FECB6E;
  background-image: url(../view-all.html);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain; }

#parent_case_studies {
  background: #ED3831;
  background-image: url(../parent.html);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain; }

#teacher_case_studies {
  background: #FB9027;
  background-image: url(../teacher.html);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain; }

#administrator_case_studies {
  background: #22CDC1;
  background-image: url(../administrator.html);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain; }

#caseloader {
  display: none;
  font-size: 30px;
  color: #FB9027; }

.case_study_buttons {
  font-size: 30px;
  text-align: center;
  font-weight: 100;
  padding: 15px 45px;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
  position: relative; }

.case_studies .case_study_inner {
  background: #FECB6E; }
  .case_studies .case_study_inner .promo_learn_more {
    background: #feb93b; }
    .case_studies .case_study_inner .promo_learn_more:hover {
      background: #fda709; }

.case_study_cat-administrator-case-studies .case_study_inner {
  background: #22CDC1; }
  .case_study_cat-administrator-case-studies .case_study_inner .promo_learn_more {
    background: #1ba198; }
    .case_study_cat-administrator-case-studies .case_study_inner .promo_learn_more:hover {
      background: #13766f; }

.case_study_cat-parent-case-studies .case_study_inner {
  background: #ED3831; }
  .case_study_cat-parent-case-studies .case_study_inner .promo_learn_more {
    background: #d81a13; }
    .case_study_cat-parent-case-studies .case_study_inner .promo_learn_more:hover {
      background: #a9150f; }

.case_study_cat-teacher-case-studies .case_study_inner {
  background: #FB9027; }
  .case_study_cat-teacher-case-studies .case_study_inner .promo_learn_more {
    background: #eb7604; }
    .case_study_cat-teacher-case-studies .case_study_inner .promo_learn_more:hover {
      background: #b95d03; }

#intro_copy_case {
  padding: 0 25px;
  margin-bottom: 50px; }
  #intro_copy_case .large-4 {
    width: 37.33333%;
    float: left !important;
    font-size: 18px; }

#case_studies_archive {
  margin: 0 25px; }
  #case_studies_archive .row .row {
    margin: 0; }
  #case_studies_archive .case_study_inner {
    padding: 25px 15px; }
  #case_studies_archive .dot-ellipsis {
    height: 110px;
    overflow: hidden; }
  #case_studies_archive .case_study_ind {
    margin: 0 0 30px 0; }
    #case_studies_archive .case_study_ind.columns:last-child:not(:first-child) {
      float: left; }
    #case_studies_archive .case_study_ind h3 {
      line-height: 1.1; }
      #case_studies_archive .case_study_ind h3 a {
        color: #fff;
        font-size: 25px; }
    #case_studies_archive .case_study_ind .promo_learn_more {
      margin-top: 15px;
      border-radius: 3px;
      border: 1px solid #fff;
      color: #fff;
      padding: 10px 20px;
      width: 100%;
      max-width: 200px;
      display: inline-block;
      text-align: center;
      font-size: 14px; }

#single_case_study {
  padding: 0 40px; }

#case_study-post #school_side {
  float: right; }

#startedmrb {
  clear: both;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px; }
  #startedmrb h4 {
    margin-bottom: 25px;
    padding: 0 20px; }
  #startedmrb .get_start_button_single {
    margin-bottom: 20px; }
  #startedmrb .get_start_button {
    margin-right: 20px; }
    #startedmrb .get_start_button:last-of-type {
      margin-right: 0; }
    #startedmrb .get_start_button a {
      display: block;
      background: #8682d5;
      padding: 10px 10px;
      border: 2px solid #8682d5;
      font-weight: 600;
      border-radius: 3px;
      font-family: "Open Sans", sans-serif;
      transition: 0.4s;
      cursor: pointer;
      z-index: 10;
      color: #ffffff;
      font-size: 14px; }
      #startedmrb .get_start_button a:hover {
        background: none;
        color: #8682d5; }
  #startedmrb.get_started_single {
    padding-top: 0;
    padding-bottom: 20px; }
    #startedmrb.get_started_single .get_start_button {
      margin-right: auto; }
    #startedmrb.get_started_single .end {
      margin-right: auto;
      float: none; }

#readmore_button {
  display: none; }

@media only screen and (min-width: 1024px) {
  .single-case_studies .cat_header .prod_cat h1 {
    max-width: 90%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .school_logo_image {
    padding-left: 5px; }
  #intro_copy_case #intro_image {
    display: none; }
  #intro_copy_case .large-4 {
    width: 100%;
    margin-bottom: 20px; }
  #case_cat_row {
    margin-bottom: 0; }
  .case_study_buttons {
    min-height: 110px;
    margin-bottom: 30px; }
    .case_study_buttons span {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #startedmrb.get_started_single .end {
    margin-right: 0;
    float: left; } }

@media only screen and (max-width: 768px) {
  #readmore_button {
    margin-left: 15px;
    display: inline-block;
    background: #8682d5;
    padding: 10px 10px;
    border: 2px solid #8682d5;
    font-weight: 600;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    transition: 0.4s;
    cursor: pointer;
    z-index: 10;
    color: #ffffff;
    font-size: 14px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    #readmore_button:hover {
      background: none;
      color: #8682d5; }
  #readMore {
    display: none; }
  #intro_copy_case #intro_image {
    display: none; }
  #intro_copy_case .large-4 {
    width: 100%;
    margin-bottom: 20px; }
  #case_cat_row {
    margin-bottom: 0; }
    #case_cat_row .columns {
      margin-bottom: 20px; }
  #case_studies_archive .dot-ellipsis {
    height: 85px;
    margin-bottom: 20px; }
  #case_studies_archive .case_study_ind {
    margin-bottom: 20px; }
    #case_studies_archive .case_study_ind.columns {
      width: 100%;
      height: auto !important; }
      #case_studies_archive .case_study_ind.columns .case_ellipsis {
        margin-bottom: 15px; }
      #case_studies_archive .case_study_ind.columns .school_logo_image {
        display: none; }
    #case_studies_archive .case_study_ind .promo_learn_more {
      display: block;
      margin: 15px auto 0 auto; }
  .case_study_buttons {
    padding-left: 55px;
    padding-right: 55px; }
  #startedmrb.get_started_single .get_start_button {
    float: none;
    margin: 0 auto 20px auto; }
  #startedmrb .get_start_button {
    float: none;
    margin: 0 auto 20px auto; }
    #startedmrb .get_start_button:last-of-type {
      margin-right: auto; }
  #startedmrb h4 {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto; }
  #single_case_study {
    padding: 0; } }

/*button {
	background: $button-background !important;
	color: $button-color;
	padding: $button-padding;
	margin: $button-margin;
}*/
.button {
  background: #8682d5; }

/*
.sites-button {
  background: $button-background;
  color: $button-color;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
  border-radius: 3px;
  border: none;
  padding: 10px 20px;
}
*/
#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 2rem;
  position: relative;
  height: 12.5rem; }

.no-featured-image-set {
  height: 1rem !important; }

@media screen and (min-width: 48em) {
  #featured-hero {
    height: 25rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

#home_hero_image {
  position: relative;
  height: 650px;
  background-position: center top;
  background-size: cover !important; }
  #home_hero_image .hero-info {
    position: absolute;
    top: 10%;
    width: 100%; }
    #home_hero_image .hero-info .row {
      position: relative;
      margin: 0px auto; }
      #home_hero_image .hero-info .row .columns {
        padding: 0px; }
        #home_hero_image .hero-info .row .columns img {
          margin-bottom: 5%;
          padding-left: 0.9375rem; }
        #home_hero_image .hero-info .row .columns span {
          display: block;
          margin-bottom: 20px;
          color: #ffffff;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          width: 80%;
          font-size: 20px;
          margin-bottom: 5%;
          padding-left: 0.9375rem;
          text-shadow: 2px 2px #000; }
        #home_hero_image .hero-info .row .columns a {
          background: #8682d5;
          border: 2px solid #8682d5;
          color: #ffffff;
          transition: 0.4s;
          width: 80%;
          padding: 10px 30px;
          font-size: 20px;
          font-weight: 600;
          border-radius: 3px;
          font-family: "Open Sans", sans-serif;
          margin-left: 0.9375rem; }
        #home_hero_image .hero-info .row .columns a:hover {
          background: none;
          color: #ffffff; }

/* Interior Page Filer Search */
.woof .chosen-container-multi .chosen-choices li.search-field {
  width: 100% !important; }
  .woof .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 100% !important;
    background: url("../jpg/dropdown-down.jpg") no-repeat right center !important; }

.featured_products {
  background: #f8f8f8;
  padding: 50px 0px 130px; }
  .featured_products h2 {
    color: #333333;
    text-align: center;
    font-size: 45px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px; }
  .featured_products .row .featured_product_slider .slick-prev {
    background: url("../png/arrow-left.png");
    position: absolute;
    left: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 0px;
    width: 58px;
    height: 58px; }
  .featured_products .row .featured_product_slider .slick-next {
    background: url("../png/arrow-right.png");
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 0px;
    width: 58px;
    height: 58px; }
  .featured_products .row .featured_product_slider .slick-list {
    width: 90%;
    margin: 0px auto; }
    .featured_products .row .featured_product_slider .slick-list .featured_book {
      padding: 0px 15px; }
      .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap {
        background: #ffffff;
        border: 1px solid #cccccc;
        min-height: 450px;
        padding: 25px 30px;
        text-align: center;
        position: relative;
        border-radius: 3px; }
        .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap h3 {
          color: #333333;
          font-size: 19px;
          padding: 15px 20px 0px;
          margin-bottom: 0;
          font-weight: 600; }
        .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap .featured_word_count {
          color: #999999;
          font-size: 14px; }
        .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap .featured_reading_level {
          color: #999999;
          font-size: 14px; }
        .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap .bottom_slider_button, .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap button {
          background: #8682d5 !important;
          padding: 7px 0px;
          border: 2px solid #8682d5;
          position: absolute;
          bottom: 25px;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          color: #ffffff;
          font-size: 14px;
          font-weight: 600;
          border-radius: 3px;
          font-family: "Open Sans", sans-serif;
          transition: 0.4s;
          cursor: pointer;
          z-index: 10;
          width: 128px;
          text-align: center; }
        .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap .bottom_slider_button:hover, .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap button:hover {
          background: none !important;
          color: #8682d5 !important; }
  .featured_products .row .featured_product_slider .slick-dots {
    position: absolute;
    margin: 0px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-top: 50px; }
    .featured_products .row .featured_product_slider .slick-dots li {
      font-size: 0px;
      display: inline-block;
      padding: 0px 5px;
      transition: 0.4s; }
      .featured_products .row .featured_product_slider .slick-dots li button {
        font-size: 0px;
        width: 20px;
        height: 20px;
        background: #d3d2d3;
        border: 1px solid #999999;
        border-radius: 100%;
        transition: 0.4s; }
      .featured_products .row .featured_product_slider .slick-dots li button:hover {
        background: #ffcc66; }
    .featured_products .row .featured_product_slider .slick-dots .slick-active button {
      background: #ffcc66; }
  .featured_products .row .shop_all_products {
    padding: 130px 0px 0px;
    text-align: center;
    margin-bottom: -50px; }
    .featured_products .row .shop_all_products a {
      background: #8682d5;
      padding: 12px 35px;
      border: 2px solid #8682d5;
      font-weight: 600;
      border-radius: 3px;
      font-family: "Open Sans", sans-serif;
      transition: 0.4s;
      cursor: pointer;
      z-index: 10;
      color: #ffffff;
      font-size: 18px; }
    .featured_products .row .shop_all_products a:hover {
      background: none;
      color: #8682d5; }

.show-for-small-custom {
  display: none; }

.enewsletter_form {
  display: none;
  background: #ffffff;
  border: 2px solid #cccccc;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 999999999;
  padding: 30px;
  border-radius: 4px; }
  .enewsletter_form .gform_heading {
    text-align: center; }
    .enewsletter_form .gform_heading h3 {
      font-size: 40px !important;
      color: #999999; }
  .enewsletter_form .gform_body ul {
    width: 100% !important;
    display: block !important; }
    .enewsletter_form .gform_body ul li {
      display: block !important;
      width: 100% !important;
      margin: 0px !important;
      padding: 0px !important; }
      .enewsletter_form .gform_body ul li input {
        width: 100% !important;
        margin: 0px !important;
        padding: 5px 15px !important;
        line-height: 30px !important; }
  .enewsletter_form .gform_footer {
    padding-top: 0px !important; }
    .enewsletter_form .gform_footer input {
      background: #8682d5 !important;
      padding: 7px 0px;
      border: 2px solid #8682d5;
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      border-radius: 3px;
      font-family: "Open Sans", sans-serif;
      transition: 0.4s;
      cursor: pointer;
      z-index: 10;
      text-align: center;
      width: 100% !important; }
    .enewsletter_form .gform_footer input:hover {
      background: none !important;
      color: #8682d5 !important; }

.background_newsletter_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  z-index: 99999999;
  top: 0px; }

@media only screen and (min-width: 1366px) {
  .bag-icon {
    float: right; } }

@media only screen and (min-width: 1365px) {
  .bag-icon {
    float: none; }
  .featured_products .row .featured_product_slider .slick-prev {
    left: 15px; }
  .featured_products .row .featured_product_slider .slick-next {
    right: 15px; } }

@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .featured_products .row .featured_product_slider .slick-prev {
    left: 20px; }
  .featured_products .row .featured_product_slider .slick-next {
    right: 20px; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-top: 90px; }
  .featured_products h2 {
    font-size: 38px; }
  .featured_products .featured_product_slider {
    padding: 0; }
    .featured_products .featured_product_slider .slick-prev, .featured_products .featured_product_slider .slick-next {
      width: 45px !important;
      height: 45px !important;
      background-size: auto 100% !important; }
    .featured_products .featured_product_slider .slick-prev {
      left: 15px !important; }
    .featured_products .featured_product_slider .slick-next {
      right: 15px !important; }
  #home_hero_image {
    height: 380px;
    background-size: auto 90% !important;
    background-position: 52% 100% !important;
    background-repeat: no-repeat;
    background-color: #e1f7fe; }
    #home_hero_image .medium-6 {
      padding-left: 0.9375rem !important;
      padding-right: 0.9375rem !important; }
    #home_hero_image .hero-info .row .columns span {
      font-size: 17px;
      width: 100%;
      margin-bottom: 30px; }
    #home_hero_image .hero-info .row .columns a {
      width: 100%;
      font-size: 17px;
      padding: 10px; }
  #new_noteworthy .row .section_1, #new_noteworthy .row .section_2, #new_noteworthy .row .section_3, #new_noteworthy .row .section_4, #new_noteworthy .row .section_5 {
    padding-left: 0px;
    padding-right: 0px; } }

@media only screen and (min-width: 700px) and (max-width: 767px) {
  #home_hero_image {
    height: 900px !important; }
    #home_hero_image .hero-info .row .columns a {
      width: 96% !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .show-for-small-custom {
    display: block; }
    .show-for-small-custom .note_section_inner {
      min-height: 310px;
      height: auto !important; }
    .show-for-small-custom .small-bg-image-news {
      min-height: 240px !important; }
  #home_hero_image {
    height: 620px;
    background-color: #e1f7fe;
    background-image: url(../png/header-mobile-img.png) !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain !important; }
    #home_hero_image .hero-info {
      top: 40px; }
      #home_hero_image .hero-info .row .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        #home_hero_image .hero-info .row .columns span {
          font-size: 16px; }
        #home_hero_image .hero-info .row .columns a {
          display: inline-block;
          width: 92%;
          padding: 10px 20px;
          font-size: 16px;
          text-align: center; }
  .featured_products {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 70px; }
    .featured_products h2 {
      font-size: 36px; }
    .featured_products .filterCategory .small-centered {
      float: none; }
    .featured_products .filterCategory .dropdown_style {
      margin-bottom: 15px; }
    .featured_products .filterCategory:before {
      font-size: 17px;
      text-align: center;
      display: block;
      font-weight: 600;
      margin-bottom: 20px;
      float: none; }
    .featured_products .row .featured_product_slider {
      padding: 0; }
      .featured_products .row .featured_product_slider .slick-prev, .featured_products .row .featured_product_slider .slick-next {
        background-size: auto 100%; }
    .featured_products .row .shop_all_products {
      padding-top: 70px; }
  .products li .product_wrap {
    height: auto !important; }
  .products li .clearfix:after {
    clear: both;
    margin-bottom: 70px !important; }
  .woocommerce nav.woocommerce-pagination ul {
    border: none;
    padding-bottom: 40px;
    clear: both;
    float: left;
    display: block;
    text-align: center;
    margin-left: 30%; }
  .woocommerce nav.woocommerce-pagination div {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .woocommerce nav.woocommerce-pagination div a {
      background: #8682d5;
      padding: 5px 10px;
      margin-bottom: 20px;
      color: #ffffff;
      border: 2px solid #8682d5;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 5px;
      font-weight: bold; }
  /* Featured Products Slider */
  .featured_products .row .featured_product_slider .slick-prev, .featured_products .row .featured_product_slider .slick-next {
    top: 100%;
    margin-top: 30px;
    width: 40px;
    height: 40px; }
  .featured_products .row .featured_product_slider .slick-prev {
    left: 30%; }
  .featured_products .row .featured_product_slider .slick-next {
    right: 30%; }
  .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap {
    height: 490px !important; }
  #testimonials {
    padding: 60px 15px 80px !important; }
  #email_newsletter .large-5 p {
    margin-left: 0px !important; } }

@media only screen and (min-width: 667px) and (max-width: 667px) {
  .woocommerce ul.products li.product {
    width: 48% !important; }
    .woocommerce ul.products li.product .product_wrap {
      width: 100% !important;
      padding-left: 2.5% !important;
      padding-right: 2.5% !important; }
  .woocommerce-page ul.products li.product {
    width: 48% !important; }
    .woocommerce-page ul.products li.product .product_wrap {
      width: 100% !important;
      padding-left: 2.5% !important;
      padding-right: 2.5% !important; }
  .woocommerce-page[class*=columns-] ul.products li.product {
    width: 48% !important; }
    .woocommerce-page[class*=columns-] ul.products li.product .product_wrap {
      width: 100% !important;
      padding-left: 2.5% !important;
      padding-right: 2.5% !important; }
  .woocommerce[class*=columns-] ul.products li.product {
    width: 48% !important; }
    .woocommerce[class*=columns-] ul.products li.product .product_wrap {
      width: 100% !important;
      padding-left: 2.5% !important;
      padding-right: 2.5% !important; }
  .featured_products .row .featured_product_slider .slick-list .featured_book .featured_book_wrap {
    height: 720px !important; } }

#login-404 {
  display: inline-block; }
  #login-404 #loginform {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    width: 100%;
    max-width: 500px; }
    #login-404 #loginform label {
      display: block; }
    #login-404 #loginform input {
      display: block;
      width: 100%; }
    #login-404 #loginform .login-username label {
      font-size: 1rem; }
    #login-404 #loginform .login-password label {
      font-size: 1rem; }
    #login-404 #loginform .login-remember label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 14px; }
      #login-404 #loginform .login-remember label input {
        height: 15px;
        width: 15px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 0.25rem;
        font-size: 16px; }
    #login-404 #loginform .login-submit #wp-submit {
      width: 100%;
      padding: .618em 1em;
      border-radius: 3px;
      border: none;
      color: #fff;
      font-size: 1rem; }

/*# sourceMappingURL=foundation.css.map */
