/*
  Author:     Andrew Pautler (http://pautlerdesign.com/)
  Copyright:  (c) 2012-2017 Pautler Design. All rights reserved.
*/
/*Imports*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*LESS Variables*/
/*Fonts*/
/*@medium: "AvenirLTStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*@mediumitalic: "AvenirLTStd-MediumOblique", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*Colors*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.close {
  margin-top: -2px;
  color: #ccc;
  text-align: right;
  font-size: 24px;
  display: block;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 60px auto;
  }
  .modal iframe {
    max-width: 100%;
  }
}
/*Flex Row (Custom)*/
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.row-flex div[class^='col'] {
  float: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .row-flex .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .row-flex .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}
.row-flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/**
 * @license
 * MyFonts Webfont Build ID 3371863, 2017-04-10T07:31:28-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTStd-BlackOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black-oblique/
 *
 * Webfont: AvenirLTStd-Oblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-oblique/
 *
 * Webfont: AvenirLTStd-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-roman/
 *
 * Webfont: AvenirLTStd-Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3371863
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AvenirLTStd-Oblique';
  src: url('library/webfonts/avenir/337357_1_0.eot');
  src: url('library/webfonts/avenir/337357_1_0.eot?#iefix') format('embedded-opentype'), url('library/webfonts/avenir/337357_1_0.woff2') format('woff2'), url('library/webfonts/avenir/337357_1_0.woff') format('woff'), url('library/webfonts/avenir/337357_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('library/webfonts/avenir/337357_2_0.eot');
  src: url('library/webfonts/avenir/337357_2_0.eot?#iefix') format('embedded-opentype'), url('library/webfonts/avenir/337357_2_0.woff2') format('woff2'), url('library/webfonts/avenir/337357_2_0.woff') format('woff'), url('library/webfonts/avenir/337357_2_0.ttf') format('truetype');
}
/*@font-face {font-family: 'AvenirLTStd-Black';src: url('library/webfonts/avenir/337357_3_0.eot');src: url('library/webfonts/avenir/337357_3_0.eot?#iefix') format('embedded-opentype'),url('library/webfonts/avenir/337357_3_0.woff2') format('woff2'),url('library/webfonts/avenir/337357_3_0.woff') format('woff'),url('library/webfonts/avenir/337357_3_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirLTStd-BlackOblique';src: url('library/webfonts/avenir/337357_0_0.eot');src: url('library/webfonts/avenir/337357_0_0.eot?#iefix') format('embedded-opentype'),url('library/webfonts/avenir/337357_0_0.woff2') format('woff2'),url('library/webfonts/avenir/337357_0_0.woff') format('woff'),url('library/webfonts/avenir/337357_0_0.ttf') format('truetype');}*/
/**
 * @license
 * MyFonts Webfont Build ID 3379478, 2017-04-25T10:43:11-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTStd-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * Webfont: AvenirLTStd-MediumOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/65-mediumoblique/
 * Copyright: Copyright &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. Copyright &#x00A9; 1989 - 2002 Adobe Systems Incorporated.  All Rights Reserved.
 *
 * Webfont: AvenirLTStd-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/65-medium/
 * Copyright: Copyright &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. Copyright &#x00A9; 1989 - 2002 Adobe Systems Incorporated.  All Rights Reserved.
 *
 * Webfont: AvenirLTStd-HeavyOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3379478
 * Licensed pageviews: 250,000
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/*@font-face {font-family: 'AvenirLTStd-Heavy';src: url('library/webfonts/avenir/339116_0_0.eot');src: url('library/webfonts/avenir/339116_0_0.eot?#iefix') format('embedded-opentype'),url('library/webfonts/avenir/339116_0_0.woff2') format('woff2'),url('library/webfonts/avenir/339116_0_0.woff') format('woff'),url('library/webfonts/avenir/339116_0_0.ttf') format('truetype');}
*/
@font-face {
  font-family: 'AvenirLTStd-MediumOblique';
  src: url('library/webfonts/avenir/339116_1_0.eot');
  src: url('library/webfonts/avenir/339116_1_0.eot?#iefix') format('embedded-opentype'), url('library/webfonts/avenir/339116_1_0.woff2') format('woff2'), url('library/webfonts/avenir/339116_1_0.woff') format('woff'), url('library/webfonts/avenir/339116_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('library/webfonts/avenir/339116_2_0.eot');
  src: url('library/webfonts/avenir/339116_2_0.eot?#iefix') format('embedded-opentype'), url('library/webfonts/avenir/339116_2_0.woff2') format('woff2'), url('library/webfonts/avenir/339116_2_0.woff') format('woff'), url('library/webfonts/avenir/339116_2_0.ttf') format('truetype');
}
/*@font-face {font-family: 'AvenirLTStd-HeavyOblique';src: url('library/webfonts/avenir/339116_3_0.eot');src: url('library/webfonts/avenir/339116_3_0.eot?#iefix') format('embedded-opentype'),url('library/webfonts/avenir/339116_3_0.woff2') format('woff2'),url('library/webfonts/avenir/339116_3_0.woff') format('woff'),url('library/webfonts/avenir/339116_3_0.ttf') format('truetype');}*/
/****************************************/
/*               Body                   */
/****************************************/
body {
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  position: relative;
}
#container {
  overflow: hidden;
}
.dark {
  color: #fff;
}
.dark .alt {
  color: #fff;
}
.teal {
  background: #78bdb3;
}
.dark-teal {
  background: #4b767d;
}
.light-blue {
  background: #84c7d0;
}
.dark-blue {
  background: #262439;
}
.gray {
  background: #3c3c3c;
}
.dark-purple {
  background: #732b74;
}
.purple {
  background: #924097;
}
.white {
  border: 1px solid #959595;
}
.ss-icon,
i {
  font-size: 70%;
}
/****************************************/
/*            Style Guide               */
/****************************************/
/* -------------- Headings -------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AvenirLTStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.25em;
}
/* -------------- Alternative Headings -------------- */
h1.alt,
h2.alt,
h3.alt,
h4.alt {
  font-family: "AvenirLTStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #616161;
}
h1.alt {
  font-size: 1.75em;
}
h2.alt {
  font-size: 1.5em;
}
h3.alt {
  font-size: 1.25em;
}
h4.alt {
  font-size: 0.75em;
}
/* -------------- Text -------------- */
p,
ul,
ol {
  font-size: 1.125em;
  line-height: 1.5;
  margin-top: 0;
}
.intro {
  font-size: 1.25em;
  margin: 1em 0;
}
.center {
  text-align: center;
}
a {
  color: #78bdb3;
  font-weight: bold;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #56aca0;
  text-decoration: underline;
}
a.teal {
  color: #78bdb3;
  background: none;
}
strong {
  font-family: "AvenirLTStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* -------------- Buttons -------------- */
.button {
  background: #7FB068;
  border-radius: 3px;
  color: #fff;
  padding: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-family: "AvenirLTStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover,
.button:focus {
  color: #fff;
  background: #66964f;
  text-decoration: none;
}
.button.button-alt {
  background: #84c7d0;
}
.button.button-alt:hover {
  background: #5fb6c2;
}
.button.button-alt-dark {
  background: #262439;
}
.button.button-alt-dark:hover,
.button.button-alt-dark:focus {
  background: #11101a;
}
.button.button-gray {
  background: #3c3c3c;
}
.button.button-gray:hover,
.button.button-gray:focus {
  background: #232323;
}
.button.button-light-blue {
  background: #84c7d0;
}
.button.button-light-blue:hover,
.button.button-light-blue:focus {
  background: #5fb6c2;
}
.button.button-dark-blue {
  background: #262439;
}
.button.button-dark-blue:hover,
.button.button-dark-blue:focus {
  background: #11101a;
}
.button.button-purple {
  background: #924097;
}
.button.button-purple:hover,
.button.button-purple:focus {
  background: #6f3173;
}
.button.button-full {
  display: block;
  width: 100%;
}
.button.button-large {
  padding: 1em 1em;
}
.categories a {
  background: #bddeda;
  border-radius: 3px;
  color: #fff;
  padding: 0.5em;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  text-transform: none;
  font-size: 0.875em;
}
.categories a:hover {
  background: #9acec6;
}
/* -------------- Images -------------- */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.image-feature {
  margin-bottom: 1.5em;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone {
  margin-bottom: 12px;
}
img.rounded {
  border-radius: 50%;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1em 1em 0;
  max-width: 40%;
}
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1em 1em;
  max-width: 40%;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin-top: 0.5em;
  color: #959595;
  font-size: 0.875em;
}
img.no-border {
  border: none !important;
}
/* -------------- Forms -------------- */
input {
  border: 1px solid #959595;
  border-radius: 3px;
  padding: .5em;
}
input[type="submit"] {
  border: none;
}
/* -------------- Lists -------------- */
ol.callout-list {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
ol.callout-list > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 0.5em 3.5em;
  /* Give each list item a left margin to make room for the numbers */
  list-style: none;
  /* Disable the normal item numbering */
}
ol.callout-list > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0px;
  left: -3.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.7em;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 10px 15px;
  color: #fff;
  background: #924097;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
}
.player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/****************************************/
/*             Header/Nav               */
/****************************************/
/* -------------- Overall ----------------- */
header ul,
header li {
  font-size: 1em;
  line-height: 1.3;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header li {
  float: left;
}
/* -------------- Mobile Navigation ----------------- */
.nav-mobile {
  position: absolute;
  top: 0;
  right: -280px;
  width: 280px;
  display: none;
  height: 100%;
  background: #3c3c3c;
}
.nav-mobile form {
  margin: 1em;
  max-width: 90%;
}
.nav-mobile form input[type="search"] {
  width: 140px;
  float: left;
  margin-right: 5px;
}
.nav-mobile form input[type="submit"] {
  width: 85px;
  float: left;
}
.nav-mobile ul {
  list-style-type: none;
  padding: 0;
  margin: 1em;
}
.nav-mobile li {
  list-style-type: none;
}
.nav-mobile li a {
  padding: 0.5em;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.nav-mobile li a:hover,
.nav-mobile li a:focus,
.nav-mobile li a:active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.mnav {
  color: #616161;
  cursor: pointer;
  line-height: 44px;
  font-size: 2em;
  vertical-align: middle;
  position: absolute;
  top: 50px;
  right: 15px;
  padding: 0.5em;
}
/* -------------- Secondary Navigation ----------------- */
.top-bar {
  background: #3c3c3c;
}
.top-bar a {
  color: #fff;
  display: block;
  float: right;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.top-bar a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.nav-social {
  float: right;
  border-right: 1px solid #636363;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid #636363;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0.5em;
}
.nav-social a {
  font-size: 1.25em;
  padding: 10px 5px 8px;
}
.nav-secondary {
  display: none;
  float: right;
}
.nav-secondary li {
  border-right: 1px solid #636363;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-secondary li.active a,
.nav-secondary li.current-page a,
.nav-secondary li.current-menu-item a {
  background: #232323;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.nav-secondary li.search a {
  font-size: 1.4em;
}
.nav-secondary a {
  font-size: 1em;
  font-weight: normal;
  padding: 13px 15px;
}
.nav-secondary a.ss-icon {
  padding-bottom: 9px;
}
.nav-secondary a:hover {
  background: #232323;
}
/* -------------- Header Search ----------------- */
.header-search {
  background: #232323;
  display: none;
  padding: 20px 0;
}
.header-search input[type="search"],
.search-intro input[type="search"] {
  border-radius: 5px;
  width: 70%;
  color: #bdbdbd;
  font-size: 24px;
  padding: 18px 75px 15px 25px;
}
.header-search input[type="submit"],
.search-intro input[type="submit"] {
  border-radius: 5px;
  padding: 5px 20px;
  line-height: 55px;
  width: 15%;
  float: right;
}
.extras .search.active {
  background: #727272;
}
/* -------------- Primary Navigation ----------------- */
#logo {
  width: 166px;
  height: 157px;
  margin: -25px 0 -55px;
  float: left;
  z-index: 10;
  position: relative;
}
#logo a {
  width: 166px;
  height: 157px;
  display: block;
  background: url(library/images/logo.png) no-repeat;
}
.primary-nav {
  border-bottom: 2px solid #e5e5e5;
}
.nav-primary {
  display: none;
  float: right;
  margin-top: 43px;
}
.nav-primary .menu-item-has-children > a::after {
  content: '';
  font-family: "SSStandard";
  font-size: 10px;
  padding-left: 5px;
  color: #959595;
}
.nav-primary .menu-item-has-children:hover > a::after {
  color: #fff;
}
.nav-primary li {
  position: relative;
}
.nav-primary li a {
  color: #616161;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
}
.nav-primary li a:hover {
  color: #4b767d;
  border-bottom: 5px solid #dde8ea;
}
.nav-primary li.current_page_item > a,
.nav-primary li.current_page_parent > a {
  border-bottom: 5px solid #4b767d;
  color: #4b767d;
}
.nav-primary li.current_page_item.menu-item-has-children > a::after,
.nav-primary li.current_page_parent.menu-item-has-children > a::after {
  color: #4b767d;
}
.nav-primary li .sub-menu a:hover,
.nav-primary li .sub-menu .current-menu-item > a,
.nav-primary li .sub-menu .current-menu-item > a:hover {
  background: #151515;
  color: #fff;
  border-bottom: none;
}
.nav-primary li .sub-menu {
  background: #3c3c3c;
  margin-top: 7px;
  right: -9999em;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 286px;
  z-index: 99;
}
.nav-primary li .sub-menu li {
  padding: 0 8px;
  float: none;
}
.nav-primary li .sub-menu a {
  display: block;
  background-color: #3c3c3c;
  text-transform: none;
  border-radius: 3px;
  color: #fff;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 14px 11px;
  position: relative;
  width: 270px;
}
.nav-primary li .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}
.nav-primary li.menu-item:hover > .sub-menu {
  opacity: 1;
  right: 0px;
}
.archive .nav-primary li.current_page_item > a,
.archive .nav-primary li.current_page_parent > a {
  border-bottom: none;
  color: #616161;
}
.archive .nav-primary li.current_page_item.menu-item-has-children > a::after,
.archive .nav-primary li.current_page_parent.menu-item-has-children > a::after {
  color: #959595;
}
.archive .nav-primary li.current-menu-ancestor > a,
.archive .nav-primary li.current-menu-ancestor > a {
  border-bottom: 5px solid #4b767d;
  color: #4b767d;
}
.archive .nav-primary li.current-menu-ancestor.menu-item-has-children > a::after,
.archive .nav-primary li.current-menu-ancestor.menu-item-has-children > a::after {
  color: #4b767d;
}
.nav-primary .menu-item.menu-item-has-children:hover > a {
  background: #3c3c3c;
  border-bottom-color: #3c3c3c;
  border-bottom-width: 12px;
  margin-bottom: -7px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
}
/****************************************/
/*              Content                */
/****************************************/
.color-bar {
  height: 4px;
}
.color-bar .col-md-3 {
  height: 4px;
  width: 25%;
  float: left;
}
/* -------------- Home ----------------- */
/* -- Removed old home CSS for new home layout - January 2018 -- */
/* -- Old CSS available via GitHub -- */
.page-template-page-home {
  /*Hide footer opt-in*/
}
.page-template-page-home .footer-optin {
  display: none;
}
.page-template-page-home .intro {
  font-size: 1.5em;
}
.home-grid {
  margin-top: 2.5em;
}
@media (min-width: 55em) {
  .home-grid {
    margin-top: 3em;
  }
}
.section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 1170px;
  margin: 0 auto;
}
.section-grid .section-grid-item {
  background-color: #ddd;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em;
  margin: 1%;
  min-height: 310px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid #efefef;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-grid .section-grid-item > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #262439;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-grid .section-grid-item .section-grid-item__heading {
  font-size: 1.6em;
  text-transform: uppercase;
}
.section-grid .section-grid-item .section-grid-item__description {
  display: none;
  margin: 0.25em 0 0;
  font-weight: normal;
}
.section-grid .section-grid-item.section-grid-item--reversed > * {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.section-grid .section-grid-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 36, 57, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-grid .section-grid-item:hover {
  text-decoration: none;
}
.section-grid .section-grid-item:hover > * {
  color: #fff;
  text-shadow: none;
}
.section-grid .section-grid-item:hover:after {
  opacity: 1;
}
.section-grid .section-grid-item:hover .section-grid-item__description {
  display: block;
}
.section-grid .section-grid-video {
  background-image: url(https://thewaywomenwork.com/wp-content/uploads/2018/01/img-grid-video.jpg);
  position: relative;
}
.section-grid .section-grid-video:before {
  content: "";
  position: absolute;
  bottom: 1em;
  left: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M100 50A50 50 0 1 1 50 0a50 50 0 0 1 50 50zm-6.25 0A43.75 43.75 0 1 0 50 93.75 43.8 43.8 0 0 0 93.75 50zM40.62 28.12L70.31 50 40.62 71.88z' fill='%23262439'/%3E%3C/svg%3E");
  width: 80px;
  height: 80px;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-grid .section-grid-video:hover:before {
  width: 100px;
  height: 100px;
}
.section-grid .section-grid-video:hover:after {
  background: rgba(38, 36, 57, 0.3);
}
.section-grid .section-grid-men {
  background-image: url(https://thewaywomenwork.com/wp-content/uploads/2018/01/img-grid-men.jpg);
}
.section-grid .section-grid-advice {
  background-image: url(https://thewaywomenwork.com/wp-content/uploads/2018/01/img-grid-advice.jpg);
}
.section-grid .section-grid-speaking {
  background-image: url(https://thewaywomenwork.com/wp-content/uploads/2018/01/img-grid-speaking.jpg);
}
.section-grid .section-grid-books {
  background-image: url(https://thewaywomenwork.com/wp-content/uploads/2018/01/img-grid-book.jpg);
}
.section-grid .section-grid-about {
  background-image: url(https://thewaywomenwork.com/wp-content/uploads/2018/01/img-grid-women.jpg);
}
.section-grid .section-grid-press {
  background-image: url(https://thewaywomenwork.com/wp-content/uploads/2018/01/img-grid-press.jpg);
}
@media (min-width: 35em) {
  .section-grid .section-grid .section-grid-item {
    min-height: 410px;
  }
}
@media (min-width: 55em) {
  .section-grid .section-grid .section-grid-item {
    min-height: 310px;
  }
  .section-grid .section-grid-half {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  .section-grid .section-grid-one-third {
    -ms-flex-preferred-size: 31.3333%;
        flex-basis: 31.3333%;
    max-width: 31.3333%;
  }
  .section-grid .section-grid-two-thirds {
    -ms-flex-preferred-size: 64.6666%;
        flex-basis: 64.6666%;
    max-width: 64.6666%;
  }
}
@media (min-width: 1200px) {
  .section-grid .section-grid .section-grid-item {
    min-height: 280px;
  }
}
.section-signup {
  margin-top: 2em;
  margin-bottom: 3em;
}
.section-signup .col-md-6 {
  margin-bottom: 1em;
}
.section-signup input[type="email"] {
  width: 100%;
  padding: 0.75em;
}
.section-signup input[type="submit"] {
  min-width: 120px;
  text-transform: none;
  margin-top: 0.5em;
}
.testimonials {
  margin: 2em 0;
}
.testimonials .testimonial {
  border: 1px solid #959595;
  padding: 1em 1.5em;
  margin-bottom: 1em;
}
.testimonials .testimonial blockquote {
  text-align: center;
  font-size: 1.25em;
  margin: 0;
}
.testimonials .testimonial blockquote::before {
  content: "\201C";
  font-size: 100px;
  display: block;
  height: 80px;
  margin-top: -10px;
}
.testimonials .testimonial blockquote img {
  max-width: 60px;
  display: block;
  margin: 0 auto 0.5em;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.testimonials .testimonial blockquote cite {
  font-size: 0.875em;
  margin-top: 1em;
  display: block;
  line-height: 1.2;
  color: #616161;
  font-style: normal;
}
.testimonials .testimonial blockquote cite strong {
  display: block;
  text-transform: uppercase;
}
.organizations {
  text-align: center;
  padding: 3em 0;
}
.organizations h1 {
  color: #616161;
}
.organizations h3,
.organizations h3 a {
  color: #924097;
}
.bullets-skew {
  margin-top: -4em;
}
.bullets-skew .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.bullets-skew .number {
  font-size: 2.5em;
  font-family: "AvenirLTStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bullet-skew {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  background: #262439;
  padding: 1.5em;
  color: #fff;
  margin-bottom: 3em;
  -webkit-transform: skewX(0deg) skewY(2deg);
          transform: skewX(0deg) skewY(2deg);
}
.bullet-skew:nth-child(odd) {
  -webkit-transform: skewX(0deg) skewY(-2deg);
          transform: skewX(0deg) skewY(-2deg);
}
.bullet-skew:nth-child(odd) .content {
  -webkit-transform: skewX(0deg) skewY(2deg);
          transform: skewX(0deg) skewY(2deg);
}
.bullet-skew .content {
  -webkit-transform: skewX(0deg) skewY(-2deg);
          transform: skewX(0deg) skewY(-2deg);
  position: relative;
}
.bullet-skew .content p {
  font-size: 1.25em;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .bullets-skew .number {
    font-size: 4em;
    position: absolute;
    top: -80px;
    left: 0px;
  }
  .bullet-skew {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
    margin: 0 1%;
    padding-top: 2.5em;
  }
}
/*Book Page*/
.page-template-page-book-php .footer-quote,
.page-template-page-book-php .stay-connected {
  display: none;
}
.book .intro {
  position: relative;
  color: #3c3c3c;
  text-align: center;
  background: #fff;
}
.book .intro a {
  display: inline-block;
}
.book .intro a img {
  max-width: 100px;
  margin: 0;
  display: block;
}
.book .intro a.book-depository {
  position: relative;
}
.book .intro a.book-depository img {
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.book .intro a.book-depository::after {
  content: "Free Shipping Globally!";
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 10;
  padding: 15px 10px;
  text-align: center;
}
@media (min-width: 520px) {
  .book .intro a.book-depository::after {
    width: 80px;
    height: 80px;
    background: #78bdb3;
    border-radius: 50%;
    position: absolute;
    top: -4em;
    right: -5em;
  }
}
.book .intro a:hover,
.book .intro a:focus {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .book .intro .container {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .book .intro a img {
    max-width: 150px;
  }
}
.book .cta {
  background: #924097;
  padding: 2em;
  color: #fff;
  text-align: center;
}
.book .cta .alt {
  color: #fff;
}
.book .cta-workbook {
  background: #a665aa;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 2em 0;
  color: #fff;
}
.book .cta-workbook h4 {
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
.book .cta-workbook p {
  font-size: 16px;
}
.book .cta-workbook .button {
  text-transform: none;
}
.book .cta-workbook img {
  margin: 0 auto 1em;
  display: block;
}
/* -------------- Subpage ----------------- */
.subpage.content {
  margin-top: 4em;
}
@media (min-width: 55em) {
  .subpage.content {
    margin-top: 3em;
  }
}
@media (min-width: 55em) {
  .single .subpage.content {
    margin-top: 4.5em;
  }
}
.social-feature {
  padding: 20px 10px;
}
.social-feature p {
  margin-bottom: 0;
}
.social-feature a {
  font-size: 4em;
  text-align: center;
  padding: 0 10px;
  color: #fff;
}
.social-feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-id-3683 a {
  font-weight: normal;
}
.page-id-3683 strong a {
  font-weight: bold;
}
.page-id-2 h1.page-title {
  display: none;
}
.heading-feature h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
  font-weight: bold;
  color: #78bdb3;
}
.heading-feature h3 em {
  display: block;
  font-family: "AvenirLTStd-Roman", Georgia, Times, serif;
  font-size: 24px;
  text-transform: lowercase;
}
/* ------------ Default Subpage ------------ */
.page-template-default .page-title {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
/* -------------- Speaking ----------------- */
.page-template-page-speaking .speaking .organizations img {
  border: none;
}
.upcoming-speaking {
  background: #78bdb3;
  color: #fff;
  margin-bottom: 1em;
  padding: 1.5em;
  text-align: left;
}
.upcoming-speaking h4 {
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.upcoming-speaking h5 {
  font-size: 1.25em;
  margin-top: 1em;
}
.upcoming-speaking p.date {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}
.speaking-list h6 {
  margin-top: 1em;
}
.speaking-list p.date {
  margin-bottom: 0;
}
.page-id-8892 h5 {
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
.page-id-8892 h5 + p {
  font-size: 1.25em;
}
/* -------------- Landing ----------------- */
.landing {
  text-align: center;
}
.landing p.intro {
  margin-bottom: 2em;
}
.landing .item:nth-child(3n+2) {
  clear: both;
}
.landing section.item {
  float: none;
  width: 100%;
  margin-bottom: 2em;
}
.landing section.item a {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: normal;
}
.landing section.item a.read-more {
  color: #924097;
  font-weight: bold;
}
.landing section.item a.read-more:hover {
  text-decoration: underline;
}
.landing section.item img {
  border-radius: 50%;
  margin-bottom: 1em;
  max-width: 220px;
  border: 1px solid #efefef;
}
.category-inspiring-women #container {
  background: url('library/images/image-world-map.png') 50% 400px no-repeat;
}
/* -------------- Contact ----------------- */
.gform_body ol,
.gform_body ul,
.gform_body li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gform_body li {
  margin-bottom: 1em;
}
.gform_body label.gfield_label {
  color: #616161;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
}
.gform_body input,
.gform_body select,
.gform_body textarea {
  width: 100%;
}
.gform_body input[type="radio"] {
  width: 30px;
}
.gform_body .gfield_description {
  font-size: 0.875em;
  padding: 10px 0;
  font-style: italic;
}
.gform_body .gfield_radio li {
  margin-bottom: 0;
}
.gform_body .gfield_radio label {
  font-size: 0.8em;
}
/* -------------- About ----------------- */
.page-header {
  padding: 4em 0 3em;
  margin-bottom: 3em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-header h1 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.header-pattern {
  padding-top: 6em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  background-image: url('library/images/img-footer-map.png'), -webkit-gradient(linear, left top, left bottom, from(#38909d), to(#81b8be));
  background-image: url('library/images/img-footer-map.png'), linear-gradient(to bottom, #38909d 0%, #81b8be 100%);
  color: #fff;
}
.header-pattern h1 {
  text-shadow: none;
}
.subpage.about .page-title {
  margin-bottom: 0.75em;
}
.subpage.about .heading-feature h3 {
  font-size: 30px;
}
.subpage.about .heading-feature h3 em {
  display: inline;
}
.subpage.about .opt-in {
  padding: 2em 0;
  margin-bottom: 4em;
  color: #fff;
}
.subpage.about .opt-in .alt {
  color: #fff;
}
.subpage.about .opt-in input[type="email"] {
  min-width: 50%;
}
.subpage.about .opt-in input[type="submit"] {
  min-width: 150px;
}
.subpage.about .opt-in .button {
  background: #84c7d0;
}
.subpage.about .stat {
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #959595;
}
.subpage.about .stat p {
  font-size: 16px;
}
.subpage.about .stat .number {
  font-size: 40px;
  color: #924097;
}
section.full-width {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 4em 0 3em;
}
section.full-width .alt {
  color: #fff;
}
section.full-width .col-md-6 {
  margin-top: 1em;
}
.bullets.quick-links {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bullets.quick-links .quick-link {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .bullets.quick-links .quick-link {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
    margin: 0 1.333%;
  }
}
.bullets.quick-links img {
  margin-bottom: 1em;
}
.bullets .quick-link {
  padding: .75em;
  margin-bottom: 1em;
  text-align: center;
  border: 1px solid #959595;
}
.bullets .quick-link .button {
  font-size: 16px;
  padding: 0.5em 0.75em;
}
/* -------------- Book ----------------- */
.book-new .intro {
  text-align: center;
}
.book-new .intro .row {
  padding-top: 12em;
  padding-bottom: 2em;
}
.book-new .intro h2 {
  font-size: 28px;
}
.book-new .intro img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .book-new .intro .row {
    padding-top: 2.5em;
    padding-bottom: 3em;
  }
}
.book-new .intro-text {
  padding: 3em 0 1em;
  background: #f4f4f4;
}
.book-new .cta-others {
  background: #f4f4f4;
  padding: 0 0 3em;
  text-align: center;
}
.book-new .cta-others img {
  max-width: 150px;
  margin-bottom: 1em;
}
.book-new .women-images {
  max-width: 1200px;
  margin: 0 auto;
}
.book-new .women-images .col-md-3 {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-header {
    padding-top: 10em;
  }
  /* -------------- Home ----------------- */
  .home-new .intro {
    background-size: cover;
    position: relative;
  }
  .home-new .intro .content {
    margin-top: 0;
    color: #fff;
  }
  .home-new .intro .content p,
  .home-new .intro .content ul,
  .home-new .intro .content ol {
    font-size: 1.1em;
  }
  .home-new .intro .content h1 {
    font-size: 2.35em;
    margin-bottom: 0.25em;
  }
  .home-new .intro .content h3.alt {
    font-size: 1.5em;
  }
  .home-new .speaking {
    text-align: left;
    background-size: cover;
    background-position: top;
    background-position: top 50% left 30%;
    padding-top: 6em;
  }
  .organizations .org-6 {
    margin-left: 8.333333333333332%;
  }
}
@media only screen and (min-width: 992px) {
  .home-new .intro,
  .home-new .book {
    background-position: 50% 50%;
  }
}
/*6 Ways*/
.alternating-section {
  clear: both;
  margin: 4em 0;
  text-align: center;
}
.alternating-section .col-md-7 {
  position: relative;
}
.alternating-section h2 {
  margin-bottom: 0.5em;
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.alternating-section input[type="email"] {
  padding: 1em;
  width: 100%;
}
.alternating-section input[type="submit"] {
  padding: .75em;
  margin-top: 0.5em;
}
.alternating-section .number {
  color: #84c7d0;
  font-size: 80px;
  position: absolute;
  top: -65px;
  left: 30px;
  z-index: 100;
  font-weight: bold;
}
@media (min-width: 768px) {
  .alternating-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .alternating-section .number {
    left: 30px;
  }
  .alternating-section:nth-child(even) .col-sm-5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .alternating-section:nth-child(even) .number {
    left: inherit;
    right: 30px;
  }
  .alternating-section:nth-child(even) .image-skew {
    -webkit-transform: skewX(0deg) skewY(-3deg);
            transform: skewX(0deg) skewY(-3deg);
  }
  .alternating-section:nth-child(even) .image-skew img {
    -webkit-transform: skewX(0deg) skewY(3deg);
            transform: skewX(0deg) skewY(3deg);
  }
}
.image-skew {
  -webkit-transform: skewX(0deg) skewY(3deg);
          transform: skewX(0deg) skewY(3deg);
  height: 200px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.image-skew img {
  display: block;
  margin-top: -20px;
  -webkit-transform: skewX(0deg) skewY(-3deg);
          transform: skewX(0deg) skewY(-3deg);
}
@media (min-width: 768px) {
  .image-skew {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .image-skew {
    height: 250px;
  }
}
/****************************************/
/*               Posts                */
/****************************************/
.blog .post-title {
  margin: 0.75em 0;
}
.meta-data {
  color: #959595;
  font-weight: bold;
  margin: 1em 0;
}
.main blockquote {
  color: #78bdb3;
  font-family: "AvenirLTStd-Roman", Georgia, Times, serif;
  border-left: 5px solid #78bdb3;
  font-size: 1.25em;
  margin-left: 0;
  padding: 0.25em 0.5em 0.25em 0.75em;
}
.main .author {
  border-left: 10px solid #6f3173;
  padding: 1em;
  margin: 1em 0;
}
.main .author img {
  display: none;
}
.main .author h3 {
  font-style: italic;
  font-size: 1.5em;
}
.main .author h4.alt {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  letter-spacing: 0.1em;
  margin: 0.5em 0;
}
.categories {
  padding: 1em 0;
  margin: 2em 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.inspiring-women-footer {
  background: #f5f5f5;
  padding: 1em;
  margin: 1em 0;
}
.inspiring-women-footer p {
  margin-bottom: 0;
}
.after-post {
  margin-bottom: 2em;
}
.after-post .top {
  background: url('library/images/image-women-faces-faded.jpg') repeat;
  padding: 2em;
}
.after-post .top img {
  max-width: 200px;
}
.after-post .top .note {
  display: none;
}
.after-post .bottom {
  text-align: center;
  background: #84c7d0;
  padding: 2em;
}
.after-post .bottom h2 {
  clear: both;
}
.after-post h2 {
  font-size: 1.75em;
}
.after-post input {
  width: 100%;
}
.after-post input[type="submit"] {
  width: 230px;
  padding: 10px;
  margin-top: 1em;
}
.single .content .section-signup {
  background: #efefef;
  border: 2px solid #ddd;
  padding: 2em 1em 1em;
}
.single .content .section-signup .container {
  width: 100%;
}
/* -------------- Comments ----------------- */
.entry-comments {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 30px;
}
.entry-comments h3 a {
  display: inline-block;
  float: right;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.comment-list {
  margin-left: 0;
  padding-left: 0;
}
.comment-list li,
.ping-list li {
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 20px 66px;
  list-style-type: none;
  position: relative;
}
.comment-list li > article {
  padding-bottom: 25px;
}
.comment-list > li:first-child {
  border-top: 0;
}
.comment .avatar {
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
  max-width: 55px;
}
.comment .avatar[src*="blank"] {
  background: #a7a7a7 url(library/images/blank-avatar.png) no-repeat center center;
}
.comment-author {
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}
.comment-author cite {
  font-style: normal;
}
.comment-author,
.comment-meta {
  line-height: 1;
}
.comment-meta a {
  font-size: 13px;
  color: #3c3c3c;
}
.entry-pings .reply,
.comment-author .says {
  display: none;
}
.byadmin > article .comment-author span[itemprop="name"] {
  background: url(library/images/admin-badge.png) no-repeat right center;
  padding-right: 60px;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}
#respond {
  margin-top: 25px;
}
.comment-respond {
  padding-top: 90px;
}
.comment-respond h3 {
  padding-bottom: 30px;
}
.comment-form p {
  position: relative;
  padding-left: 135px;
}
.comment-form label {
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-form .logged-in-as {
  padding-left: 0;
}
.comment-form p.subscribe-to-comments {
  padding-left: 0;
  float: left;
  line-height: 53px;
  width: 66.6666%;
  clear: none !important;
}
.comment-form label[for="subscribe"] {
  display: inline-block;
  font-weight: normal;
  position: relative;
  left: auto;
  top: auto;
}
.comment-form .form-submit {
  float: right;
  padding-left: 0;
  text-align: right;
  width: 33.3333%;
}
.comment-form input[type="submit"] {
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
}
.comment-form p.comment-subscription-form {
  clear: both;
  padding-left: 0;
  display: none;
}
p.comment-subscription-form label {
  position: relative;
}
/* -------------- Listings ----------------- */
.listing {
  padding: 2em 0;
  border-bottom: 1px solid #efefef;
}
.listing h4 a {
  color: #3c3c3c;
}
.listing h4 a:hover {
  text-decoration: none;
  color: #616161;
}
.listing img.wp-post-image {
  float: right;
  margin: 0 0 1em 1em;
  border-radius: 50%;
}
.archive-header {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1em;
  margin-top: 1em;
}
div#infinite-handle {
  margin-bottom: 2em;
}
div#infinite-handle span {
  background: #924097;
  padding: 1em;
  font-size: 1em;
  display: inline-block;
  margin-top: 2em;
}
/* -------------- Full Width ----------------- */
.full-width .intro {
  font-size: 1.3em;
  text-align: center;
}
.full-width .date {
  color: #616161;
  font-weight: bold;
}
.full-width .row {
  margin-bottom: 20px;
}
.full-width .row img {
  border: 1px solid #efefef;
}
/* -------------- Testimonials ----------------- */
.page-template-page-testimonials .row {
  margin: 0;
}
.page-template-page-testimonials section.testimonials {
  margin: 0 0 4em;
}
.page-template-page-testimonials .testimonial {
  margin-bottom: 15px;
}
.page-template-page-testimonials .testimonial a {
  cursor: pointer;
  display: block;
}
.page-template-page-testimonials .testimonial a:hover {
  opacity: 0.7;
}
.page-template-page-testimonials .testimonials-amazon .testimonial {
  border: none;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-testimonials .testimonials-text {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
            column-gap: 1em;
  }
  .page-template-page-testimonials .testimonials-text .testimonial {
    display: inline-block;
    width: 100%;
  }
}
/****************************************/
/*               Sidebar                */
/****************************************/
aside {
  text-align: center;
  font-size: 0.875em;
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #959595;
}
aside ul,
aside li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside li a {
  padding: 0.75em 0;
  display: block;
}
aside li + li a {
  border-top: 1px solid #efefef;
}
aside section {
  margin-bottom: 2em;
}
aside section h2 {
  font-size: 22px;
}
aside section .inner-content {
  padding: 1em;
}
aside section .inner-content input {
  width: 100%;
}
aside section .inner-content input[type="submit"] {
  margin-top: 1em;
}
aside section.subscribe-via-email form {
  border: 1px solid #959595;
  padding: 0.5em;
}
aside section.subscribe-via-email p#subscribe-text input,
aside section.subscribe-via-email p#subscribe-email input {
  padding: 10px;
  width: 100%;
}
aside section.subscribe-via-email p#subscribe-submit input[type="submit"] {
  background: #924097;
  color: #fff;
  padding: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 100%;
}
aside section.subscribe-via-email p#subscribe-submit input[type="submit"]:hover {
  background: #6f3173;
}
aside section.related-posts .related_post_title {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #616161;
  font-size: 1em;
}
aside section.related-posts .zem_rp_thumbnail {
  float: left;
  width: 20%;
  height: 20%;
}
aside section.related-posts .zem_rp_thumbnail img {
  border-radius: 50%;
}
aside section.related-posts .zem_rp_title {
  float: right;
  width: 75%;
}
aside section.related-posts ul.related_post {
  text-align: left;
  border: 1px solid #959595;
}
aside section.related-posts li {
  padding: 0 1em;
  line-height: 1.3;
  zoom: 1;
  *zoom: 1;
}
aside section.related-posts li:before {
  content: '';
  display: block;
}
aside section.related-posts li:after {
  content: '';
  display: table;
  clear: both;
}
aside section.related-posts li + li a {
  border-top: none;
}
aside section.related-posts li + li {
  border-top: 1px solid #efefef;
}
aside section .zem_rp_footer a.zem_rp_edit {
  background: none !important;
  color: #3c3c3c !important;
  text-align: center !important;
  display: block !important;
}
aside section .zem_rp_footer a.zem_rp_edit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
aside section.testimonial .quote {
  font-size: 6em;
  margin: -0.2em 0 -0.5em;
}
aside section.testimonial h4 {
  margin-top: 1em;
}
aside section.testimonial img {
  display: block;
  margin: 1em auto -3em;
  border-radius: 50%;
  padding: 0.5em;
  max-width: 60px;
  border: 1px solid #959595;
  background: #fff;
}
aside section.author,
aside section.featured-woman {
  margin-top: 65px;
  border-top: 10px solid #6f3173;
}
aside section.author img,
aside section.featured-woman img {
  margin-top: -75px;
  border-radius: 50%;
  max-width: 150px;
}
aside section.author h3,
aside section.featured-woman h3 {
  font-style: italic;
  font-size: 1.5em;
}
aside section.author h4.alt,
aside section.featured-woman h4.alt {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  letter-spacing: 0.1em;
  margin: 0.5em 0;
}
aside section.author a.button,
aside section.featured-woman a.button {
  background: #6f3173;
  width: 100%;
  padding: 1em;
  margin-top: 1em;
}
aside section.featured-woman {
  border-top: 10px solid #56aca0;
}
aside section.featured-woman a {
  color: #2b5851;
  text-decoration: underline;
}
aside section.featured-woman a:hover {
  color: #1a3531;
}
aside section.featured-woman img.feature-woman {
  margin-top: -100px;
}
aside section.featured-woman h4.alt {
  color: #3c7a71;
  text-transform: none;
}
aside section.featured-woman .map {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.75em;
}
aside section.featured-woman .map strong {
  text-transform: uppercase;
}
aside section.featured-woman .map img {
  margin-top: 0;
  border-radius: 0%;
  width: 100%;
  max-width: 100%;
}
aside section.faces {
  background: url(library/images/image-women-faces-sidebar.jpg) 50% 50% repeat;
  padding: 1em;
}
aside section.faces input {
  width: 100%;
}
aside section.faces input[type="submit"] {
  margin-top: 0.5em;
  max-width: 150px;
}
aside section.faces .note {
  display: none;
}
/****************************************/
/*               Footer                 */
/****************************************/
.footer-quote blockquote {
  text-align: center;
  font-size: 1em;
  font-family: "AvenirLTStd-Roman", Georgia, Times, serif;
  color: #b3b3b3;
  font-style: italic;
  margin-top: 3em;
  margin-bottom: 0.5em;
}
.footer-quote cite {
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 1em 0;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: bold;
  color: #9b9b9b;
  font-size: 0.75em;
  text-transform: uppercase;
}
footer {
  background: url('library/images/header-pattern.jpg') 50% 50% no-repeat;
  background-size: cover;
}
footer .stay-connected {
  background: #262439;
  height: 60px;
  overflow: hidden;
}
footer .stay-connected h4 {
  color: #fff;
  padding: 0.75em;
}
footer .stay-connected div.col-md-2 {
  padding: 0;
  border-right: 1px solid #11101a;
  float: left;
  width: 15%;
}
footer .stay-connected div.col-md-2.first {
  display: none;
}
footer .stay-connected i {
  display: block;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.25);
}
footer .stay-connected a {
  height: 60px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 1em 1em;
  font-size: 1em;
}
footer .stay-connected a span {
  display: none;
  margin-top: 0.25em;
}
footer .stay-connected a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  text-decoration: none;
}
footer .footer-optin h6 {
  font-size: 1.25em;
}
footer .footer-optin input {
  width: 100%;
  display: block;
  padding: 15px 10px;
  margin-bottom: 1em;
}
footer .section-signup {
  margin: 2.5em 0 1.5em;
}
footer .copyright {
  background: #000000;
  background: rgba(60, 60, 60, 0.85);
  padding: 1em 0;
  font-size: 0.75em;
}
footer .copyright .pautler-design {
  text-align: right;
}
footer .copyright .pautler-design a {
  color: #fff;
}
/* -------------- Media Queries ----------------- */
/*480px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 480px) {
  .main .author img {
    display: block;
    float: left;
    border-radius: 50%;
  }
  .main .author .inner-content {
    float: right;
    width: 65%;
  }
  footer .stay-connected div.col-md-2 {
    width: 13%;
  }
  footer .stay-connected div.col-md-2.first {
    display: block;
    width: 20%;
  }
}
/*768px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 768px) {
  /* -------------- Headings ----------------- */
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2.25em;
  }
  h4 {
    font-size: 2em;
  }
  h5 {
    font-size: 1.75em;
  }
  h6 {
    font-size: 1.5em;
  }
  h1.alt {
    font-size: 2.125em;
  }
  h2.alt {
    font-size: 1.625em;
  }
  h3.alt {
    font-size: 1.5em;
  }
  h4.alt {
    font-size: 1em;
  }
  /* -------------- Home ----------------- */
  .home .intro {
    text-align: left;
  }
  .home .intro h2 {
    font-size: 1.75em;
  }
  .home .intro p strong {
    font-size: 1em;
  }
  .home .intro input {
    float: left;
    width: 59%;
    margin-right: 2%;
  }
  .home .intro input[type="submit"] {
    width: 37%;
    margin: 0;
  }
  .home .intro img {
    max-width: 100%;
  }
  .home .speaking .quote {
    font-size: 3em;
    left: 0em;
  }
  .home .featured-women .col-md-6:nth-child(3n+1) {
    clear: both;
  }
  .home .map #vmap {
    height: 400px;
  }
  /* -------------- Book ----------------- */
  .book .intro h2 {
    font-size: 1.45em;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .book .cta img {
    padding: 40px 20px;
  }
  .book .cta a.book-depository::after {
    right: -2em;
  }
  /* -------------- Speaking ----------------- */
  .upcoming-speaking {
    float: right;
    margin: 0 0 1em 1em;
  }
  /* -------------- Landing ----------------- */
  .landing section.item {
    float: left;
    width: 45%;
    margin: 2.5%;
  }
  /* -------------- Contact ----------------- */
  .gform_body input,
  .gform_body select,
  .gform_body textarea {
    width: 70%;
  }
  /* -------------- Posts ----------------- */
  .main blockquote {
    font-size: 1.75em;
  }
  .after-post input {
    width: 50%;
  }
  /* -------------- Sidebar ----------------- */
  aside {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  /* -------------- Footer ----------------- */
  .footer-quote blockquote {
    font-size: 2em;
  }
  .footer-quote cite {
    font-size: 0.5em;
  }
}
/*992px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 992px) {
  /* -------------- Desktop Navigation ----------------- */
  .mnav {
    display: none;
  }
  .nav-secondary,
  .nav-primary {
    display: block;
  }
  /* -------------- Home ----------------- */
  .home .speaking {
    position: relative;
  }
  .home .speaking .content {
    padding-top: 2em;
    /*padding-bottom: 2em;*/
    position: relative;
    z-index: 10;
  }
  .home .speaking img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1em;
    z-index: 1;
  }
  .home .advice {
    background: #78bdb3 left top no-repeat;
  }
  .home .advice.money {
    background-image: url('library/images/image-advice-money-hero.jpg');
  }
  .home .advice.entrepreneurship {
    background-image: url('library/images/image-advice-entrepreneurship-hero.jpg');
  }
  .home .advice.work-life {
    background-image: url('library/images/image-advice-work-life-hero.jpg');
  }
  .home .advice.networking {
    background-image: url('library/images/image-advice-networking-hero.jpg');
  }
  .home .advice.mentorship {
    background-image: url('library/images/image-advice-mentor-hero.jpg');
  }
  .home .advice.business {
    background-image: url('library/images/image-advice-business-hero.jpg');
  }
  .home .advice.career {
    background-image: url('library/images/image-advice-career-hero.jpg');
  }
  .home .map #vmap {
    height: 620px;
  }
  /* -------------- Book ----------------- */
  .book .book-image {
    position: absolute;
    top: -1em;
    right: -5em;
  }
  /* -------------- Landing ----------------- */
  .landing section.item {
    width: 30%;
    margin: 1.5%;
  }
  /* -------------- Posts ----------------- */
  .main .author .inner-content {
    float: right;
    width: 70%;
  }
  .after-post input[type="submit"] {
    margin-top: 0;
  }
  /* -------------- Sidebar ----------------- */
  aside section.author img,
  aside section.featured-woman img {
    margin-top: -100px;
    max-width: 200px;
  }
  /* -------------- Footer ----------------- */
  footer .stay-connected div.col-md-2 {
    width: 14.2%;
  }
  footer .stay-connected div.col-md-2.first {
    width: 13%;
  }
  footer .stay-connected a {
    padding: 1em 1.75em;
  }
}
/*1382px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 1200px) {
  /* -------------- Footer ----------------- */
  footer .stay-connected i {
    float: left;
    padding-right: 10px;
  }
  footer .stay-connected a span {
    display: block;
  }
}
/*Print Styles*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  .entry-content a,
  .entry-content a:visited {
    text-decoration: underline;
    font-weight: normal;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  #menu-secondary,
  .nav-mobile,
  .nav-secondary,
  .header-search,
  .header-widget-area,
  aside.sidebar,
  blockquote.tweet,
  .sharing,
  .single-categories-listing,
  .after-post,
  .footer-widgets,
  #respond,
  .comment-reply {
    display: none;
  }
  .content {
    width: 100%;
  }
  .site-inner {
    padding-top: 30px;
  }
  .title-area {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
  }
  .entry-content,
  .single .entry-content {
    padding-top: 0;
  }
  .entry-content img {
    max-width: 30%;
    width: 30% !important;
  }
  .site-header {
    height: 80px;
  }
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  .comment {
    font-size: 12px;
    line-height: 1.3;
  }
}
/*Retina CSS Styles*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #logo a {
    background: url('library/images/logo@2x.png') no-repeat;
    background-size: 166px 157px;
    width: 166px;
    height: 157px;
  }
}
/*Imports*/
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.mobile-only {
  display: block;
}
.desktop-only {
  display: none;
}
@media only screen and (min-width: 55em) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
/* ==|== print styles =======================================================
   Print styles.
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.css.map */