@charset "UTF-8";
/*
Theme Name: Levels
Theme URI: http://levelstheme.com
Author: Hamish Macpherson
Author URI: http://levelstheme.com
Description: A simple WordPress theme for selling products with tiered pricing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: levels
*/
/**
 * Helpers
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/**
 * Configuration
 */
/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 * Neat (Grids)
 */
/**
 * Misc
 */
/**
 * Utility Functions
 */
@font-face {
  font-family: 'levels-icons';
  src: url("fonts/levels-icons.eot?4kz4sn");
  src: url("fonts/levels-icons.eot?4kz4sn#iefix") format("embedded-opentype"), url("fonts/levels-icons.ttf?4kz4sn") format("truetype"), url("fonts/levels-icons.woff?4kz4sn") format("woff"), url("fonts/levels-icons.svg?4kz4sn#levels-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'levels-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e602";
}

.icon-download:before {
  content: "\e601";
}

.icon-check:before {
  content: "\e600";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
## Header logo
--------------------------------------------------------------*/
.site-navigation-logo {
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 650px) {
  .site-navigation-logo {
    font-size: 1.4em;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media only screen and (min-width: 650px) {
  .main-navigation-container {
    float: right;
  }
}

.main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient( left , #526acc, #4fd696);
  background: linear-gradient(to right, #526acc, #4fd696);
  z-index: 100;
  padding: 10px 0 12px 0;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  position: relative;
  display: inline-block;
}

.main-navigation li.current-menu-item a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.main-navigation ul a {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7em;
  font-weight: normal;
  text-decoration: none;
  padding: 0 0 0 0;
  margin: 10px 10px 0 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (min-width: 650px) {
  .main-navigation ul a {
    margin: 0 0 0 20px;
  }
}

.main-navigation ul a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.main-navigation ul ul {
  color: #444;
  float: left;
  position: absolute;
  top: 1.6em;
  left: -999em;
  z-index: 99999;
  padding-left: 0;
  background: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a:first-child {
  border-radius: 4px;
}

.main-navigation ul ul a {
  color: #888;
  padding: 8px 15px;
  width: 200px;
  background: #526acc;
  background: #fff;
  width: 100%;
}

.main-navigation ul ul a:hover {
  color: #333;
}

.main-navigation ul ul li {
  min-width: 170px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle {
  display: inline-block;
  border: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  vertical-align: middle;
}

.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
#content {
  overflow: hidden;
  margin-top: 80px;
}

#content.hideTopbar {
  margin-top: 40px;
}

.break {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 768px) {
  .break {
    margin-left: -100%;
    margin-right: -100%;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
h1.entry-title {
  font-size: 2rem;
  font-weight: 800;
  padding: 0;
  margin-top: 1.5rem;
}

.post .entry-title {
  margin-bottom: 0;
}

.post .entry-title a {
  font-size: 2rem;
  text-decoration: none;
  box-shadow: none;
  font-weight: 800;
}

.post .entry-meta {
  color: #999;
}

.post .entry-meta a {
  color: #aaa;
  box-shadow: none;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 3.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content h1:first-of-type {
  margin-top: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
ol.comment-list {
  padding: 0;
  list-style-type: none;
}

.comment {
  background: #f3f3f3;
  border-radius: 9px;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.comment-author a {
  color: #666;
  text-decoration: none;
}

.comment-author .avatar {
  border-radius: 100%;
  vertical-align: top;
  margin-right: 5px;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
}

.comment-metadata a {
  color: #777;
  font-size: 1rem;
  text-decoration: none;
}

.comment-content {
  background: #fff;
  border-radius: 5px;
  padding: 1.1rem;
  margin-top: 1rem;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-reply-link {
  color: #526acc;
  background: #fff;
  font-weight: 600;
  padding: .8rem 1rem;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  top: -.2rem;
  border-radius: 0 0 8px 2px;
}

.bypostauthor {
  display: block;
  color: #fff;
  background: -webkit-linear-gradient( top left, #526acc, #4fd696);
  background: linear-gradient(to bottom right, #526acc, #4fd696);
}

.bypostauthor p {
  color: #fff;
}

.bypostauthor .comment-content p {
  color: #555;
}

.bypostauthor h2, .bypostauthor h3, .bypostauthor h4, .bypostauthor h5 {
  color: #fff;
}

.bypostauthor a {
  color: #fff;
  box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.2);
}

.bypostauthor a.comment-reply-link {
  color: #526acc;
}

.bypostauthor .comment-author {
  color: #fff;
}

.bypostauthor .comment-metadata a {
  color: #fff;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Sidebar-Footer
--------------------------------------------------------------*/
.sidebar {
  background: #f3f3f3;
  padding: 4rem 0;
  font-size: 0;
}

.widget {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
}

.widget p, .widget ul, .widget ol {
  font-size: 1.1rem;
}

.widget ol, .widget ul {
  padding: 0;
  list-style: none;
}

.widget a {
  color: #888;
  text-decoration: none;
}

.widget a:hover {
  color: #222;
  border-bottom: 1px solid #ccc;
}

.widget-title {
  margin: 0 0 .25rem 0;
  font-size: 1.3rem;
}

/**
 * Common / Utility
 */
body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
}

p a,
blockquote a,
.toc__list a,
.post a {
  color: #526acc;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -2px 0 0 rgba(82, 106, 204, 0.5);
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

p a:hover,
blockquote a:hover,
.toc__list a:hover,
.post a:hover {
  color: #364fb5;
  box-shadow: inset 0 -2px 0 0 rgba(82, 106, 204, 0.9);
}

p, ul, ol {
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

.container {
  margin: 0 auto;
  overflow: visible;
  padding: 0;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 650px) {
  .container {
    padding: 0 20px;
  }
}

.container--normal {
  max-width: 800px;
}

.container--widened {
  max-width: 1000px;
}

.container--grid {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.container--grid::after {
  clear: both;
  content: "";
  display: table;
}

.u-center {
  text-align: center;
}

.u-highlight {
  background: #FFF9C4;
  font-style: normal;
  font-weight: 400;
}

.u-image-pull-right {
  float: right;
  max-width: 40%;
  margin-left: 2em;
}

/**
 * Header
 */
.header {
  font-family: 'Roboto Slab', serif;
  padding-top: 4em;
}

@media only screen and (min-width: 650px) {
  .header {
    padding-top: 5em;
  }
  .levels-wp .header {
    padding-top: 0;
    padding-bottom: 2em;
  }
}

.header:before {
  content: '';
  width: 100%;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient( left , #526acc, #4fd696);
  background: linear-gradient(to right, #526acc, #4fd696);
}

.header--centered {
  text-align: center;
}

.header__title {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.0;
  color: #526acc;
  margin: 0;
  text-decoration: none;
}

@media only screen and (min-width: 650px) {
  .header__title {
    font-size: 3.3em;
  }
}

.header__title a {
  color: #526acc;
  text-decoration: none;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__title a:hover {
  color: #364fb5;
}

.header__tagline {
  font-size: 1.1em;
  color: #999;
  margin: .25em 0 0 0;
}

@media only screen and (min-width: 650px) {
  .header__tagline {
    font-size: 1.3em;
  }
}

/**
 * Quotes
 */
blockquote {
  border-left: 2px solid #526acc;
  padding-left: 20px;
  margin-left: 0;
}

.quote {
  quotes: "“" "”" "‘" "’";
  text-align: center;
  padding: 2em 0 2em 0;
  margin: 2em 0;
  background: url(images/topo-map-bg-1.png);
  background-size: 1000px 1000px;
  box-shadow: 0 0 0 1px rgba(151, 151, 151, 0.2);
}

@media only screen and (min-width: 650px) {
  .quote {
    padding: 3em 0 2.5em 0;
    margin: 4em 0;
  }
}

.quote__text {
  font-size: 1.7em;
  font-weight: 300;
  font-style: italic;
  color: #777;
  display: inline;
  line-height: 1.2;
}

@media only screen and (min-width: 650px) {
  .quote__text {
    font-size: 2.5em;
  }
}

.quote__text:before {
  content: open-quote;
  display: inline;
}

.quote__text:after {
  content: close-quote;
  display: inline;
}

.quote__byline {
  display: block;
  text-align: right;
  font-size: 1.0em;
  margin-top: .5em;
}

.quote__byline:before {
  content: '— ';
  color: #ccc;
}

/**
 * Book Wrapper & Titles
 */
.book-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
}

@media only screen and (min-width: 650px) {
  .book-wrapper {
    font-size: 1.25em;
    margin: 0 0 1em 0;
    display: block;
    float: right;
  }
}

@media only screen and (min-width: 650px) {
  .book-wrapper--align-right {
    float: right;
  }
}

@media only screen and (min-width: 650px) {
  .book-wrapper--align-left {
    float: left;
  }
}

@media only screen and (min-width: 650px) {
  .book-wrapper--align-none {
    float: none;
  }
}

.book-wrapper__svg {
  display: inline-block;
  width: 16em;
  height: 16em;
}

.book-wrapper__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.4em;
  color: #fff;
  margin-top: 2.5em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.book-wrapper__byline {
  font-size: .7em;
  font-weight: 100;
  opacity: .6;
  margin-top: .25em;
}

/**
 * Book SVG
 */
.book__back-cover {
  fill: #526acc;
}

.book__front-cover {
  fill: #526acc;
}

.book__page {
  fill: #fff;
}

.book__front-binding {
  fill: #3046a2;
}

.book__back-binding {
  fill: #3046a2;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
.section-heading {
  color: #555;
  position: relative;
  font-family: 'Roboto Slab', serif;
}

h1, h2 {
  font-weight: 400;
}

h3, h4, h5 {
  color: #888;
}

.section-heading--with-line {
  padding: 0 0 .5em 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}

/**
 * Lists
 */
.checkbox-list {
  list-style: none;
  padding: 0 0 0 15px;
  overflow: auto;
  box-sizing: content-box;
}

.checkbox-list__item {
  line-height: 1.5em;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .5em;
}

.checkbox-list__item:before {
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1em;
  font-family: 'levels-icons';
  content: "\e600";
  position: absolute;
  top: .25em;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  margin-right: 10px;
  font-size: 14px;
  background: -webkit-linear-gradient( top , #526acc, #4fd696);
  background: linear-gradient(to bottom, #526acc, #4fd696);
}

/**
 * Callout Box
 */
.callout-box {
  background: #fafafa;
  overflow: auto;
  padding: 0 2em 1em 2em;
  margin-bottom: 2em;
  border-radius: 8px;
  box-shadow: inset 6px 0 0 0 #526acc;
  border: 1px solid #eee;
  border-left: none;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.callout-box::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 650px) {
  .callout-box__content-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .callout-box__content-left:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 650px) {
  .callout-box__content-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .callout-box__content-right:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 650px) {
  .callout-box--spaced {
    margin: 4em 0 2em 0;
  }
}

/**
 * Forms
 */
.form-vertical__row {
  display: block;
}

.form-vertical__label {
  display: block;
  font-weight: 600;
  margin-bottom: .25em;
  font-size: 1.2rem;
}

.form-input-text {
  display: block;
  width: 100%;
  border-radius: 4px;
  font-family: inherit;
  padding: .45em .7em;
  margin: 0 0 1em 0;
  color: #666;
  font-size: 1.2rem;
  /* Input Box: */
  border: 1px solid rgba(151, 151, 151, 0.52);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.form-input-text:focus {
  outline: none;
  border-color: #526acc;
}

.form-submit-text {
  font-size: .9em;
  color: #888;
  margin-top: .45em;
  clear: left;
}

@media only screen and (min-width: 650px) {
  .form-submit-text {
    max-width: 70%;
    margin: .45em auto 0 auto;
  }
}

/**
 * Buttons
 */
.button {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: .65em 0;
  outline: none;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  border: 1px solid #526acc;
  background: -webkit-linear-gradient( top , #526acc, #4fd696);
  background: linear-gradient(to bottom, #526acc, #4fd696);
}

.button:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.button:active {
  position: relative;
  top: 2px;
  background: -webkit-linear-gradient( bottom , #364fb5, #2ec47d);
  background: linear-gradient(to top, #364fb5, #2ec47d);
}

.button--bright {
  border: 1px solid #FFB74D;
  background: -webkit-linear-gradient( top , #FFB74D, #FF9800);
  background: linear-gradient(to bottom, #FFB74D, #FF9800);
}

.button--bright:active {
  background: -webkit-linear-gradient( bottom , #ffa21a, #cc7a00);
  background: linear-gradient(to top, #ffa21a, #cc7a00);
}

/**
 * Misc
 */
@media only screen and (min-width: 650px) {
  .body-copy-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .body-copy-left:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 650px) {
  .body-copy-right {
    margin-left: 42.64902%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .body-copy-right:last-child {
    margin-right: 0;
  }
}

/**
 * Table of Contents
 */
.toc {
  clear: left;
  margin: 60px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 20px;
  box-shadow: 2px 2px 0 0 #fff, 4px 4px 0 0 #eee;
  position: relative;
}

@media only screen and (min-width: 650px) {
  .toc {
    padding: 0 30px;
  }
}

.toc__bookmark {
  position: absolute;
  top: -3px;
  right: 3em;
  width: 3em;
  height: 3em;
  background: #526acc;
  box-shadow: inset 0 2px 0 0 #8999dc;
  -webkit-transform: rotateZ(2deg);
  -moz-transform: rotateZ(2deg);
  -ms-transform: rotateZ(2deg);
  -o-transform: rotateZ(2deg);
  transform: rotateZ(2deg);
}

.toc__bookmark:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1.4em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 1.5em 0 0;
  border-color: #526acc transparent transparent transparent;
}

.toc__bookmark:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1.4em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.5em 1.5em 0;
  border-color: transparent #526acc transparent transparent;
}

.toc__list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  overflow-x: hidden;
}

.toc__list .number {
  float: right;
}

.toc__group {
  margin-bottom: 10px;
}

@media only screen and (min-width: 650px) {
  .toc__item:before {
    float: left;
    width: 0;
    color: #ccc;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  }
}

.toc__item {
  padding-bottom: 10px;
  color: #666;
  font-size: 16px;
}

.toc__item.toc__item--indented {
  padding-left: 15px;
}

.toc__item b {
  font-weight: 400;
  color: #555;
  text-transform: uppercase;
}

.toc__item span:first-child {
  background: #fff;
}

@media only screen and (min-width: 650px) {
  .toc__item span:first-child {
    float: right;
    padding-left: 0.33em;
  }
}

.toc__item span + span {
  padding-right: 0.33em;
  background: #fff;
}

.toc__item--section {
  padding-bottom: 5px;
  letter-spacing: .02em;
  font-weight: 600;
  text-transform: uppercase;
  color: #364fb5;
}

.toc__item--section b {
  font-weight: 400;
  color: #555;
  text-transform: uppercase;
}

.toc__item--section span:first-child {
  background: #fff;
}

@media only screen and (min-width: 650px) {
  .toc__item--section span:first-child {
    float: right;
    padding-left: 0.33em;
  }
}

.toc__item--section span + span {
  padding-right: 0.33em;
  background: #fff;
}

.toc__item--section span + span:before {
  content: '° ';
  display: inline-block;
  width: 15px;
  position: relative;
  top: 5px;
  color: #ccc;
}

/**
 * Dark Section
 */
.dark {
  background: #0f1634 url(images/topo-map-bg-2.png);
  background-size: 500px 500px;
  min-height: 90vh;
}

@media only screen and (min-width: 650px) {
  .dark {
    margin-top: 3em;
  }
}

/**
 * Packages
 */
.packages__title {
  color: #fff;
  text-align: center;
  padding: 2em 0 0 0;
  margin: 0;
  font-size: 1.7em;
  font-weight: 800;
  font-family: 'Source Sans Pro';
  font-style: normal;
}

@media only screen and (min-width: 650px) {
  .packages__title {
    font-size: 3.2em;
  }
}

.packages__subtitle {
  text-align: center;
  color: #3e5099;
  margin: .25em 0 1em 0;
  padding: 0;
}

@media only screen and (min-width: 650px) {
  .packages__subtitle {
    margin: .25em 0 1em 0;
    padding-bottom: .75em;
    font-size: 2.0em;
  }
}

.package {
  margin: 0;
  padding: 3em 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.package::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 650px) {
  .package {
    margin: 0;
    padding: 4em 0;
  }
}

.package__button {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 650px) {
  .package__button {
    font-size: 1.8em;
  }
}

.package__button--multiplechoice:after {
  font-family: 'FontAwesome';
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem .5rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 650px) {
  .package__button--multiplechoice:after {
    padding: 1.7rem .5rem;
    font-size: 1.2rem;
  }
}

.package__button-price {
  display: inline-block;
  padding: 0 .5em 0 0;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.package__button-price s {
  opacity: .5;
}

.package__button-text {
  margin: 0 0 0 .25em;
  font-weight: 500;
  display: inline-block;
}

.package__multiple-choices {
  background: #fff;
  margin: 1.8rem auto 0 auto;
  padding: 0;
  border-radius: 6px;
  border-bottom: 4px solid #eee;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  color: #888;
  position: relative;
}

@media only screen and (min-width: 650px) {
  .package__multiple-choices {
    max-width: 80%;
  }
}

.package__multiple-choices p {
  color: #888;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 2rem 1rem 1rem;
  background: #f3f3f3;
  border-radius: 6px 6px 0;
  margin-bottom: 0;
}

.package__multiple-choices:after, .package__multiple-choices:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.package__multiple-choices:after {
  border-color: transparent;
  border-bottom-color: #f3f3f3;
  border-width: 12px;
  margin-left: -12px;
}

.package__multiple-choices:before {
  border-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-width: 18px;
  margin-left: -18px;
}

.package__multiple-choices-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: .5rem;
  padding: .5rem;
  border-radius: 100%;
  color: #999;
  width: 2rem;
  height: 2rem;
  text-align: center;
}

.package__multiple-choices-close:hover {
  background: #eee;
  color: #000;
}

.package__multiple-choices-list {
  padding: 0;
  list-style: none;
  margin: 0;
  border-top: 1px solid #eee;
}

.package__multiple-choices-item {
  display: block;
}

.package__multiple-choices-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  color: #526acc;
  border-bottom: 1px solid #eee;
}

.package__multiple-choices-link .right {
  color: #ccc;
  display: block;
}

@media only screen and (min-width: 650px) {
  .package__multiple-choices-link .right {
    float: right;
  }
}

.package__multiple-choices-link:hover {
  background: -webkit-linear-gradient( left , #526acc, #4fd696);
  background: linear-gradient(to right, #526acc, #4fd696);
  color: #fff;
}

.package__multiple-choices-link:hover .right {
  color: #fff;
}

.package__name {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.5em;
  margin: 1em 0 0 0;
  padding: 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
}

@media only screen and (min-width: 650px) {
  .package__name {
    font-size: 1.8em;
  }
}

.package__description {
  text-align: center;
  color: #b1bce8;
  opacity: .5;
  font-size: 1em;
}

@media only screen and (min-width: 650px) {
  .package__description {
    padding: .25em 0;
    font-size: 1.2em;
  }
}

.package__features-list {
  list-style: none;
  padding: 0;
  font-size: 0;
  width: 100%;
  text-align: center;
}

.package__feature-item {
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  padding: 10px 2em 10px 10px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: .75em;
  display: block;
  cursor: default;
  color: #b1bce8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.package__feature-item--expandable {
  border: 2px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

@media only screen and (min-width: 650px) {
  .package__feature-item--expandable .package__feature-icon, .package__feature-item--expandable .package__feature-title {
    font-size: 1.3em;
  }
}

.package__feature-item--expandable:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.package__feature-item--expandable:hover:after {
  opacity: 1;
}

.package__feature-item--expandable:after {
  position: absolute;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 1.3em;
  content: '';
  font-family: 'FontAwesome';
  opacity: .2;
}

@media only screen and (min-width: 650px) {
  .package__feature-item--expandable:after {
    padding: 11px;
  }
}

.package__feature-item.expanded {
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 10px 0 0 #fff;
}

.package__feature-item.expanded .package__feature-title {
  color: #555;
}

.package__feature-item.expanded .package__feature-icon {
  color: #526acc;
}

.package__feature-item.expanded .package__feature-info {
  color: #999;
}

.package__feature-item.expanded:after {
  color: #666;
  opacity: .8;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 650px) {
  .package__feature-item {
    display: inline-block;
    width: 49%;
  }
  .package__feature-item:nth-of-type(odd) {
    margin-right: 1%;
  }
  .package__feature-item:nth-of-type(even) {
    margin-left: 1%;
  }
}

.package__feature-icon {
  color: #fff;
  margin: 0 .25em;
}

.package__feature-title {
  color: #fff;
}

.package__feature-info {
  color: #b1bce8;
  opacity: .8;
}

.package__feature-details {
  display: none;
  position: absolute;
  background: #fff;
  padding: 1em 0 1em 0;
  border-radius: 4px;
  overflow: auto;
  width: 100%;
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 650px) {
  .package__feature-details {
    padding: 2em 0 2em 0;
  }
  .package__feature-details .package__feature-details-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .package__feature-details .package__feature-details-left:last-child {
    margin-right: 0;
  }
  .package__feature-details .package__feature-details-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .package__feature-details .package__feature-details-right:last-child {
    margin-right: 0;
  }
}

.package__feature-details-left, .package__feature-details-right {
  margin-top: .5em;
}

.package__feature-details-img {
  max-width: 100%;
}

@media only screen and (min-width: 650px) {
  .package__feature-details-close {
    display: none;
  }
}

/**
 * Author
 */
.author__container {
  -webkit-font-smoothing: subpixel-antialiased;
  background: #526acc;
  padding: 2em 0;
}

@media only screen and (min-width: 650px) {
  .author__container {
    padding: 4em 0;
  }
}

.author__container p {
  color: #fff;
}

.author__container p a {
  color: #fff;
  box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.5);
}

.author__container p a:hover {
  box-shadow: inset 0 -2px 0 0 #fff;
}

.author__container p b, .author__container p .u-highlight {
  font-weight: 500;
  background: rgba(0, 0, 0, 0.1);
}

.author__container blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.author__left {
  margin-bottom: 2em;
}

@media only screen and (min-width: 650px) {
  .author__left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .author__left:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 650px) {
  .author__right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .author__right:last-child {
    margin-right: 0;
  }
}

.author__image {
  max-width: 100%;
}

.footer {
  -webkit-font-smoothing: subpixel-antialiased;
  background: #0b1024 url(images/topo-map-bg-2.png);
  background-size: 1000px 1000px;
  color: #fff;
  padding: 3em 0 2em 0;
}

.footer p {
  color: #fff;
}

p.footer-heading {
  color: #fff;
  font-weight: 500;
  margin: 0;
  font-size: 1.4em;
}

@media only screen and (min-width: 650px) {
  .footer__col {
    padding: 2em 0;
  }
}

@media only screen and (min-width: 650px) {
  .footer__col--small {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .footer__col--small:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 650px) {
  .footer__col--normal {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .footer__col--normal:last-child {
    margin-right: 0;
  }
}

.footer__col--last {
  margin-right: 0;
}

.footer__bottom {
  margin-top: 2em;
  clear: left;
  opacity: .6;
}

.footer__bottom::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 650px) {
  .footer__bottom-right {
    float: right;
  }
}

/**
 * Video Wrapper
 */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 60px;
  overflow: hidden;
  background-color: #222;
  background-image: url(images/topo-map-bg-2.png);
  background-size: 500px 500px;
  border-radius: 10px;
}

.videoWrapper iframe {
  display: none;
}

.videoWrapper:after {
  font-family: 'levels-icons';
  content: "\e602";
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  font-size: 150px;
  left: 0;
  color: #fff;
  z-index: 105;
  cursor: pointer;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.videoWrapper:hover:after {
  color: #526acc;
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.8);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 30%;
  -moz-transform-origin: 50% 30%;
  -ms-transform-origin: 50% 30%;
  -o-transform-origin: 50% 30%;
  transform-origin: 50% 30%;
}

.videoWrapper.clicked iframe {
  display: block;
}

.videoWrapper.clicked:after, .videoWrapper.clicked:before {
  opacity: 0;
  pointer-events: none;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
