@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"; }

/**
 * Common / Utility
 */
body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased; }

p a,
blockquote a,
.toc__list a,
.post a {
  color: #3FCFD5;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -2px 0 0 rgba(63, 207, 213, 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: #28b3b9;
    box-shadow: inset 0 -2px 0 0 rgba(63, 207, 213, 0.9); }

p, ul, ol {
  color: #444;
  font-size: 1.2rem;
  font-weight: 300;
  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 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: 'Asap', sans-serif;
  padding-top: 4em; }
  @media 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 , #3FCFD5, #3FC697);
    background: linear-gradient(to right, #3FCFD5, #3FC697); }
  .header--centered {
    text-align: center; }
  .header__title {
    font-weight: bold;
    font-style: italic;
    font-size: 2.5em;
    line-height: 1.0;
    color: #3FCFD5;
    margin: 0;
    text-decoration: none; }
    @media screen and (min-width: 650px) {
      .header__title {
        font-size: 3.3em; } }
  .header__title a {
    color: #3FCFD5;
    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: #28b3b9; }
  .header__tagline {
    font-style: italic;
    font-size: 1.1em;
    color: #999;
    margin: .25em 0 0 0; }
    @media screen and (min-width: 650px) {
      .header__tagline {
        font-size: 1.3em; } }

/**
 * Quotes
 */
blockquote {
  border-left: 2px solid #3FCFD5;
  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 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 screen and (min-width: 650px) {
      .quote__text {
        font-size: 2.5em; } }
    
  .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 screen and (min-width: 650px) {
    .book-wrapper {
      font-size: 1.25em;
      margin: 0 0 1em 0;
      display: block;
      float: right; } }
  @media screen and (min-width: 650px) {
    .book-wrapper--align-right {
      float: right; } }
  @media screen and (min-width: 650px) {
    .book-wrapper--align-left {
      float: left; } }
  @media 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: 'Asap';
    font-style: italic;
    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: #3FCFD5; }

.book__front-cover {
  fill: #3FCFD5; }

.book__page {
  fill: #fff; }

.book__front-binding {
  fill: #249fa4; }

.book__back-binding {
  fill: #249fa4; }

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
.section-heading {
  color: #555;
  position: relative;
  font-family: 'Asap';
  font-style: italic; }

h1, h2 {
  font-weight: 400; }

h3, h4, h5 {
  color: #888; }

.section-heading--with-line {
  padding: 0 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 , #3FCFD5, #3FC697);
      background: linear-gradient(to bottom, #3FCFD5, #3FC697); }

/**
 * 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 #3FCFD5;
  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 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 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 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: 0.45em 0.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: #3FCFD5; }

.form-submit-text {
  font-size: .9em;
  color: #888;
  margin-top: .45em;
  clear: left; }
  @media 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-size: 1.2rem;
  border: 1px solid #3FCFD5;
  background: -webkit-linear-gradient( top , #3FCFD5, #3FC697);
  background: linear-gradient(to bottom, #3FCFD5, #3FC697); }
  

/**
 * Misc
 */
@media 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 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 screen and (min-width: 650px) {
    .toc {
      padding: 0 30px; } }
  .toc__bookmark {
    position: absolute;
    top: -3px;
    right: 3em;
    width: 3em;
    height: 3em;
    background: #3FCFD5;
    box-shadow: inset 0 2px 0 0 #7adee2;
    -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: #3FCFD5 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 #3FCFD5 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 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 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: #28b3b9; }
    .toc__item--section b {
      font-weight: 400;
      color: #555;
      text-transform: uppercase; }
    .toc__item--section span:first-child {
      background: #fff; }
      @media 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: #0a2d2f url(../../images/topo-map-bg-2.png);
  background-size: 500px 500px;
  min-height: 90vh; }
  @media 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 screen and (min-width: 650px) {
    .packages__title {
      font-size: 3.2em; } }

.packages__subtitle {
  text-align: center;
  color: #2f9ba0;
  margin: 0.25em 0 1em 0;
  padding: 0; }
  @media screen and (min-width: 650px) {
    .packages__subtitle {
      margin: 0.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 screen and (min-width: 650px) {
    .package {
      margin: 0;
      padding: 4em 0; } }

.package__button {
  max-width: 350px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 650px) {
    .package__button {
      font-size: 1.8em; } }

.package__button-price {
  display: inline-block;
  padding: 0 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 0.25em;
  font-weight: 500;
  display: inline-block; }

.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 screen and (min-width: 650px) {
    .package__name {
      font-size: 1.8em; } }

.package__description {
  text-align: center;
  color: #a9e9ec;
  opacity: .5;
  font-size: 1em; }
  @media 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: #a9e9ec;
  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 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 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: #3FCFD5; }
    .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 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 0.25em; }

.package__feature-title {
  color: #fff; }

.package__feature-info {
  color: #a9e9ec;
  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 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 screen and (min-width: 650px) {
  .package__feature-details-close {
    display: none; } }

/**
 * Author
 */
.author__container {
  -webkit-font-smoothing: subpixel-antialiased;
  background: #3FCFD5;
  padding: 2em 0; }
  @media 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 screen and (min-width: 650px) {
    .author__left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 45%; }
      .author__left:last-child {
        margin-right: 0; } }

@media screen and (min-width: 650px) {
  .author__right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 50%; }
    .author__right:last-child {
      margin-right: 0; } }

.author__image {
  max-width: 100%; 
  padding-top:20px;}

.footer {
  -webkit-font-smoothing: subpixel-antialiased;
  background: #071d1e 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 screen and (min-width: 650px) {
  .footer__col {
    padding: 2em 0; } }

@media 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 screen and (min-width: 650px) {
  .footer__col--normal {
    text-align: center;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .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 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: #3FCFD5;
    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%; }
