/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.group:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

/* ******************************************
	Web Fonts
****************************************** */
/* Regular */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-italic-webfont.eot");
  src: url("../fonts/leaguegothic-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-italic-webfont.woff") format("woff"), url("../fonts/leaguegothic-italic-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular") format("svg");
  font-weight: normal;
  font-style: italic; }

/* Italic */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-regular-webfont.eot");
  src: url("../fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Condensed */
@font-face {
  font-family: 'League Gothic Condensed';
  src: url("../fonts/leaguegothic-condensed-regular-webfont.eot");
  src: url("../fonts/leaguegothic-condensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-condensed-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-condensed-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Condensed Italic */
@font-face {
  font-family: 'League Gothic Condensed';
  src: url("../fonts/leaguegothic-condensed-italic-webfont.eot");
  src: url("../fonts/leaguegothic-condensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-condensed-italic-webfont.woff") format("woff"), url("../fonts/leaguegothic-condensed-italic-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg") format("svg");
  font-weight: normal;
  font-style: italic; }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ******************************************
    Elastic Gutters
****************************************** */
.wrapper {
  padding: 0 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ******************************************
    Elastic Gutters for IE6-7
    http://github.com/Schepp/box-sizing-polyfill
****************************************** */
.ie .wrapper {
  /* IE8 doesn't need this, so we use the * hack */
  *behavior: url("/assets/ie/boxsizing.htc"); }

/********************************************
    Fluid Media
********************************************/
figure {
  position: relative; }

figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  display: block; }

figure .caption {
    text-align:center;
    display:block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/********************************************
    Four Column Grid
********************************************/
.container {
  /* margin: 0 5.555555555555555%; */
  padding: 1em 2.555555555555555%;
  /* Less wasteful at phone widths */ }

/***** =layout *****/
html,
body {
  background-color: #fff; }

header.container .wrapper,
main .content,
footer.container section.group {
  margin: 0 auto;
  max-width: 80em;
  min-width: 1200px;
}

header#page-header,
footer#page-footer {
  background-color: #404041;
  color: #fff; }

main {
  background-color: #fff; }
  main .container {
    background-color: #fff; }
  main header.container {
    background-color: #E9E9E9;
    color: 404041;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }

.interior section.container article.wrapper {
  float: left;
  margin-top: 2em;
  width: 65%; }
  .interior section.container article.wrapper header {
    border-left: 5px solid #E9E9E9;
    color: #888;
    margin-bottom: 1.5em;
    padding: 1.25em 0 1.25em 1.5em; }
    .interior section.container article.wrapper header p {
      font-size: 1.75em;
      /* 28px */
      font-weight: 100;
      line-height: 1.2143em;
      /* 34px */
      margin: 0; }
      .interior section.container article.wrapper header p strong {
        font-weight: 600; }

.interior section.container aside.wrapper {
  float: left;
  width: 35%; }
  .interior section.container aside.wrapper article {
    background-color: #E9E9E9;
    padding: 2em; }

.interior.fullwidth section.container article.wrapper {
  width: 100%;
  float: none; }

.interior.fullwidth section.container .login-signup .wrapper {
  width: 50%;
  float: left; }

.interior.fullwidth section.container .two-columns .wrapper {
  float: left;
  width: 50%; }

.container {
  /*  ****************************
        Homepage blocks
    **  ************************* */ }
  .container.copy-left, .container.copy-right {
    min-height: 40em; }
  .container.copy-left .wrapper {
    margin: 0 auto;
    max-width: 75em; }
    .container.copy-left .wrapper .copy {
      padding-top: 4em;
      padding-bottom: 4em;
      width: 80%; }
  .container.copy-right .wrapper {
    margin: 0 auto;
    max-width: 75em; }
    .container.copy-right .wrapper .copy {
      left: 50%;
      padding-top: 8em;
      padding-bottom: 5em;
      position: relative;
      width: 50%; }
  .container.copy-center .wrapper {
    margin: 0 auto;
    max-width: 75em;
    padding-top: 5em;
    padding-bottom: 5em;
    text-align: center;
    width: 80%; }
  .container.features .copy {
    margin: 0 auto;
    max-width: 75em; }
    .container.features .copy .wrapper {
      margin: 0 auto;
      padding-top: 3.5em;
      padding-bottom: 3.5em;
      text-align: center;
      width: 33%; }
  .container.features.orange .copy .wrapper {
    width:33%
  }
  .container.hero {
    background-color: #FFFFFF;
    background-image: url("../img/media-shower-homepage.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .container.features {
    background-color: #E9E9E9; }
    .container.features .wrapper {
      float: left;
      text-align: center;
      width: 33%; }
      .container.features .wrapper figure,
      .container.features .wrapper h3,
      .container.features .wrapper p {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px; }
      .container.features .wrapper .button {
        margin-top: 1em; }
  .container.stories {
    background-color: #1B1E18;
    background-image: url("../img/hero-better-businesses@2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff; }
  .container.try-us, .container.features.orange {
    background-color: #F7931D;
    color: #fff; }

section.list-photo {
  margin-bottom: 2em; }
  section.list-photo figure {
    float: left;
    margin: 0;
    width: 25%; }
    section.list-photo figure.wrapper {
      padding-left: 0; }
  section.list-photo .list-copy {
    float: left;
    width: 75%; }

.content figure {
  margin: 1.5em 0; }

/*  ****************************
    Video Embed
**  ************************* */
.embed-container {
  height: 0;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*  ****************************
    Responsive Adjustments
**  ************************* */
/* @media screen and (min-width: 1440px) */
@media screen and (min-width: 90em) {
  .container.copy-right {
    min-height: 30em; }
    .container.copy-right .wrapper .copy {
      padding-top: 6em;
      padding-bottom: 6em; }
  .container.copy-left {
    min-height: 30em; }
    .container.copy-left .wrapper .copy {
      padding-top: 3em;
      padding-bottom: 3em; }
  .container.hero {
    background-image: url("../img/media-shower-homepage.jpg");
    background-position: 0 0;
    background-size: contain; }
  .container.stories {
    background-image: url("../img/hero-better-businesses-1920@2x.jpg");
    background-position: 100% 0;
    background-size: contain; } }

/*  ****************************
    Helpers
**  ************************* */
/***** =typography *****/
/********************************************
    Zoomable Baseline Grid
********************************************/
body {
  color: #222;
  font-family: "PT Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  /* 16px */
  line-height: 1.5em;
  /* 24px */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0; }

.small,
h5,
h6 {
  font-size: 0.8125em;
  /* 13px */
  line-height: 1.3846153846153846em;
  /* 18px */ }

.normal,
h4 {
  font-size: 1em;
  /* 16px */
  line-height: 1.5em;
  /* 24px */ }

.big,
h3 {
  font-size: 1.375em;
  /* 22px */
  line-height: 1.3em;
  /* 28px */ }

.large,
h2 {
  font-size: 2em;
  /* 32px */
  line-height: 1.0625em;
  /* 34px */
  margin-bottom: .5em; }
  body.home .large, body.home
  h2 {
    color: #F7931D; }

.huge,
h1 {
  color: #404041;
  font-size: 2.25em;
  /* 36px */
  line-height: 1.1111em;
  /* 40px */
  margin-bottom: 0; }

p,
ul li,
ol li {
  font-size: 1.25em;
  /* 20px */
  line-height: 1.5em;
  /* 30px */
  margin-top: 0;
  margin-bottom: 1em; }

.container h2,
.container h3 {
  color: #F7931D; }

.container.copy-left h2, .container.copy-right h2 {
  font-size: 3.8em;
  /* 72px */
  margin-bottom: .2222em; }

.container.copy-left p, .container.copy-right p {
  font-size: 2em;
  /* 32px */ }

.container.copy-center h3 {
  font-size: 3em;
  /* 48px */
  line-height: 1.125em;
  /* 54px */
  margin-bottom: .25em; }

.container.copy-center p {
  font-size: 1.25em;
  /* 20px */ }

.container.try-us h2, .container.features.orange h2 {
  /*color: #C16C0C;*/
  color: black;
  font-size: 3em;
  /* 48px */
  line-height: 1.125em;
  /* 54px */
  margin-bottom: .25em; }
  
.container.features h2 {
  line-height: 1.125em;
  font-size: 3em;
  margin-bottom: .25em;
  padding-top: .25em;
}

.container.try-us p, .container.features.orange p {
  font-size: 1.25em;
  /* 20px */ }

.container aside h3, .container.features.orange h3 {
  font-size: 2em;
  /* 32px */
  line-height: 1.125em;
  /* 36px */
  margin-bottom: .5em; }
  
.container.features.orange h3 {
  color: white; }
  
/* Icons */
.checkmark {
  fill: #F7931D; }

a {
  color: #F7931D;
  text-decoration: underline; }
  a:hover {
    color: #DD7800; }
  a:visited {
    color: #F7931D; }
  a:active {
    color: #DD7800; }
  .located a {
    color: #404041;
    text-decoration: none; }

.button {
  background-color: #616164;
  color: #fff;
  display: inline-block;
  font-family: "PT Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: .75em 1.25em;
  text-decoration: none; }
  .button:hover {
    background-color: #555;
    color: #fff;
    text-decoration: none; }
  .button:visited {
    color: #fff; }
  .button:active {
    color: #fff; }
  .button.primary {
    background-color: #F7931D; border: none !important; }
    .button.primary:hover {
      background-color: #DD7800; }
  form .button {
    border: 0;
    cursor: pointer; }

/***** =lists *****/
ul,
ol {
/*  list-style: none; */
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
/*    list-style: none;*/
    margin: 0;
    padding: 0; }

article.wrapper ul,
article.wrapper ol {
  margin-bottom: 1.5em; }
  article.wrapper ul li,
  article.wrapper ol li {
    color: #585858;
/*    font-style: italic; */
    margin: 0px 0px 10px 20px; }
    article.wrapper ul li strong,
    article.wrapper ol li strong {
      color: #404041;
      font-style: normal; }
    article.wrapper ul li em,
    article.wrapper ol li em {
      font-style: normal; }

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form textarea {
  border: 1px solid lightgray;
  display: block;
  margin-bottom: 1em;
  padding: .5em .75em;
  width: 80%; }

form textarea {
  height: 12em; }

.home .try-us form {
  margin: 0 auto;
  width: 80%; }
  .home .try-us form input[type="text"],
  .home .try-us form input[type="email"],
  .home .try-us form input[type="password"] {
    border: 0;
    display: inline-block;
    margin-bottom: 1em;
    width: 35%; }
  .home .try-us form input#first-name,
  .home .try-us form input#last-name,
  .home .try-us form input#email-address {
    margin-right: 1em; }
  .home .try-us form input[type="submit"] {
    background-color: #C16C0C;
    display: block;
    margin: 1em auto 0; }

.interior aside form input[type="text"],
.interior aside form input[type="email"],
.interior aside form input[type="password"] {
  display: block;
  margin-bottom: 1em;
  width: 92%; }

.interior aside form input[type="checkbox"] {
  border: 0;
  margin-right: .5em; }

.interior aside form .button {
  margin-top: 1em; }

table.data {
  margin-bottom: 2em; }
  table.data tr th,
  table.data tr td {
    font-size: 1.25em;
    padding: 1em 1em; }
    table.data tr th object,
    table.data tr td object {
      width: 2em; }
  table.data tr th {
    font-weight: normal;
    text-align: center; }
    table.data tr th strong,
    table.data tr th em {
      display: block; }
    table.data tr th strong {
      font-family: "League Gothic", "LeagueGothic", Arial, sans-serif;
      font-size: 1.5em;
      font-weight: 300;
      margin-bottom: .25em; }
    table.data tr th em {
      font-family: "League Gothic", "LeagueGothic", Arial, sans-serif;
      font-size: 1.25em;
      font-style: normal;
      margin-bottom: .25em; }
    table.data tr th[scope="row"] {
      text-align: left; }
    table.data tr th.primary strong {
      color: #F7931D; }
    table.data tr th.secondary strong {
      color: #888; }
  table.data tr td {
    text-align: center; }
  table.data tr.striped th,
  table.data tr.striped td {
    background-color: #E9E9E9; }
  table.data thead tr th {
    background-color: #404041;
    color: #fff; }
  table.data tbody tr:hover th,
  /*table.data tbody tr:hover td {
    background-color: #404041;
    color: #fff; }*/
  table.data.plans-pricing thead tr th,
  table.data.plans-pricing thead tr td {
    background-color: #fff;
    color: #404041; }
  table.data.plans-pricing tfoot th,
  table.data.plans-pricing tfoot td {
    border-top: 1px solid #E9E9E9;
    padding-top: 1.5em; }
  table.data.plans-pricing tfoot td strong,
  table.data.plans-pricing tfoot th strong {
    display: block; }
  table.data.plans-pricing tfoot td .button,
  table.data.plans-pricing tfoot th .button {
    margin-top: .5em; }

.copy blockquote {
  color: #404041;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 0 2em; }

/***** =navigation *****/
header.container {
  padding-top: 1.5em;
  padding-bottom: .5em; }
  header.container nav {
    text-transform: lowercase; }
    header.container nav a.brand {
      float: left;
      position: relative;
      width: 225px;
      height: 88px;
    }

      header.container nav a.brand object {
        height: 100%;
        width: 100%; }
      header.container nav a.brand:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    header.container nav ul {
      line-height: 67px;
      margin-top: 21px; }
      header.container nav ul.primary {
        float: left;
        margin-left: 1em; }
        header.container nav ul.primary a {
          color: #ddd; }
      header.container nav ul.secondary {
        float: right; }
        header.container nav ul.secondary li.plain-text {
          color: #888;
          font-family: "League Gothic", "LeagueGothic", Arial, sans-serif;
          padding: 0 .25em; }
      header.container nav ul li {
        display: inline-block;
        font-size: 1.3em;
        line-height: 1em; }
        header.container nav ul li a {
          color: #fff;
          font-family: "League Gothic", "LeagueGothic", Arial, sans-serif;
          font-weight: 100;
          padding: .75em .75em;
          text-decoration: none; }
          header.container nav ul li a:hover {
            color: #fff; }
  header.container nav.studio ul.secondary {
    margin-top: -.25em; }
    header.container nav.studio ul.secondary li.plain-text {
      color: #fff;
      display: block;
      margin-bottom: .25em; }

.interior section.container aside.subnav article {
  padding-left: 0;
  padding-right: 0; }
  .interior section.container aside.subnav article h3 {
    padding-left: 1em;
    padding-right: 1em; }
  .interior section.container aside.subnav article ul li {
    font-size: 1em; 
	list-style:none;}
    .interior section.container aside.subnav article ul li a {
      color: #404041;
      display: block;
      padding: .5em 2em;
      text-decoration: none; }
      .interior section.container aside.subnav article ul li a:hover {
        background-color: #616164;
        color: #fff; }
    .interior section.container aside.subnav article ul li.active a {
      background-color: #616164;
      color: #fff; }

footer.container {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  footer.container p,
  footer.container ul li {
    font-size: 1em;
    margin-bottom: 0; }
  footer.container article.wrapper {
    float: left;
    width: 55%; }
  footer.container nav.wrapper {
    float: right;
    text-align: right;
    width: 45%; }
    footer.container nav.wrapper ul li {
      display: inline-block;
      margin-left: 1.5em; }
      footer.container nav.wrapper ul li a {
        color: #fff;
        text-decoration: none; }
        footer.container nav.wrapper ul li a:hover {
          text-decoration: underline; }



.blog article.wrapper ul { 
   list-style-type: disc; 
   list-style-position: outside; 
   padding-left:1em;
   margin-left:.5em;
}
.blog article.wrapper  ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
   padding-left:1em;
}
.blog article.wrapper  ul ul, .blog article.wrapper  ol ul { 
   list-style-type: circle; 
   list-style-position: outside; 
   margin-left: 15px; 
}
.blog article.wrapper  ol ol, .blog article.wrapper  ul ol { 
   list-style-type: lower-latin; 
   list-style-position: outside; 
   margin-left: 15px; 
}
