/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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 */
  overflow-x: hidden;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  overflow-x: hidden; /* remove wiggle */
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/*
Note that I removed the TTF line as I don't have TTF versions of the face
 */
@font-face {
  font-family: 'polariscond';
  src: url("../fonts/PolarisCondensed-Book.eot");
  src: url("../fonts/PolarisCondensed-Book.eot%3F") format("embedded-opentype"), url("../fonts/PolarisCondensed-Book.woff") format("woff"), url("../fonts/PolarisCondensed-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'polariscond';
  src: url("../fonts/PolarisCondensed-BookItalic.eot");
  src: url("https://creativeleadership.com/fonts/PolarisCondensed-BookItalic?") format("embedded-opentype"), url("../fonts/PolarisCondensed-BookItalic.woff") format("woff"), url("../fonts/PolarisCondensed-BookItalic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'polariscond';
  src: url("../fonts/PolarisCondensed-Bold.eot");
  src: url("../fonts/PolarisCondensed-Bold.eot%3F") format("embedded-opentype"), url("../fonts/PolarisCondensed-Bold.woff") format("woff"), url("../fonts/PolarisCondensed-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'fenway';
  src: url("../fonts/FenwaRom.eot");
  src: url("../fonts/FenwaRom.eot%3F") format("embedded-opentype"), url("../fonts/FenwaRom.woff") format("woff"), url("../fonts/FenwaRom.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fenway-smallcaps';
  src: url("../fonts/Fenway-SmallCaps.eot");
  src: url("../fonts/Fenway-SmallCaps.eot%3F") format("embedded-opentype"), url("../fonts/Fenway-SmallCaps.woff") format("woff"), url("../fonts/Fenway-SmallCaps.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fenway';
  src: url("../fonts/FenwaBol.eot");
  src: url("../fonts/FenwaBol.eot%3F") format("embedded-opentype"), url("../fonts/FenwaBol.woff") format("woff"), url("../fonts/FenwaBol.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'fenway';
  src: url("../fonts/FenwaIta.eot");
  src: url("../fonts/FenwaIta.eot%3F") format("embedded-opentype"), url("../fonts/FenwaIta.woff") format("woff"), url("../fonts/FenwaIta.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot%3F") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 87, /Users/maeda/git/creativeleadership.com/source/css/fonts.scss */
.icon-jm_w:before {
  font-family: 'icomoon';
  content: "\e602"; }

/* line 91, /Users/maeda/git/creativeleadership.com/source/css/fonts.scss */
.icon-jm:before {
  font-family: 'icomoon';
  content: "\e603"; }

/* line 95, /Users/maeda/git/creativeleadership.com/source/css/fonts.scss */
.icon-jm2_w:before {
  font-family: 'icomoon';
  content: "\e604"; }

/* line 99, /Users/maeda/git/creativeleadership.com/source/css/fonts.scss */
.icon-jm2:before {
  font-family: 'icomoon';
  content: "\e605"; }

/* line 103, /Users/maeda/git/creativeleadership.com/source/css/fonts.scss */
.icon-paragraph-justify:before {
  font-family: 'icomoon';
  content: "\e600"; }

/* line 107, /Users/maeda/git/creativeleadership.com/source/css/fonts.scss */
.icon-menu:before {
  font-family: 'icomoon';
  content: "\e601"; }
/* line 7, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
nav {
  width: 100%;
  top: 0;
  height: 2rem;
  position: relative;
  padding-right: 2rem;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
  /* line 14, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav div {
    margin-left: 0rem;
    margin-right: 1rem; }
  /* line 20, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav a:visited {
    text-decoration: none;
    border: none;
    border-bottom: none; }
  /* line 21, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav a:hover {
    text-decoration: none;
    border: none;
    border-bottom: none; }
  /* line 22, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav a:link {
    text-decoration: none;
    border: none;
    border-bottom: none; }
  /* line 24, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav a {
    margin-left: 2rem;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: none;
    border: none;
    transition: 1s; }
  /* line 33, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav a:hover {
    color: #4d4d4d;
    transition: 0.1s; }
  /* line 38, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav .title {
    letter-spacing: 0rem;
    font-family: "fenway-smallcaps", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    display: inline-block; }
    /* line 43, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
    nav .title span {
      padding-left: 1rem; }
  /* line 48, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav .right {
    position: absolute;
    right: 0px;
    padding-right: 2rem;
    display: inline-block; }
  /* line 55, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav #hamburger {
    display: inline-block; }
    /* line 57, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
    nav #hamburger #menu {
      box-sizing: border-box;
      position: fixed;
      top: 0px;
      bottom: 0px;
      margin: 0px;
      padding: 1.5rem;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.95);
      overflow: hidden;
      z-index: 2;
      transition: 0.5s;
      display: none;
      width: 100%;
      font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      /* line 72, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
      nav #hamburger #menu #close-nav {
        font-size: 3rem;
        display: block;
        text-decoration: none;
        border: none;
        color: #e6e6e6;
        float: right;
        margin-right: 1rem;
        transition: 0.1s;
        cursor: pointer; }
        /* line 82, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
        nav #hamburger #menu #close-nav:hover {
          color: #b3b3b3; }
        /* line 85, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
        nav #hamburger #menu #close-nav a {
          font-size: 5rem;
          display: block;
          color: #e6e6e6;
          transition: 0.1s; }
          /* line 90, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
          nav #hamburger #menu #close-nav a:hover {
            color: #b3b3b3; }
  /* line 98, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav body {
    transition: 0.5s;
    margin-left: 0px;
    width: 100%;
    transform: translateX(0px); }
    /* line 103, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
    nav body .background-image {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: -1;
      background: url(../images/muji2b.svg) no-repeat center center fixed;
      background-position: left;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 121, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
    nav body.menu-showing nav #menu {
      display: block; }
  /* line 130, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav .container {
    margin-top: 2rem; }
  @media (min-width: 700px) {
    /* line 137, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
    nav nav .links {
      display: inline-block; }
    /* line 142, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
    nav nav #menu {
      right: -350px;
      display: block;
      width: 350px; } }
  /* line 151, /Users/maeda/git/creativeleadership.com/source/css/navigation.scss */
  nav body.menu-showing {
    transform: translateX(-350px); }
/********
 * OUR.CSS
 */
/* line 7, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
body {
  font-family: "fenway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 15, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

/* line 24, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.font-test {
  font-size: 1.5rem; }
  /* line 26, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
  .font-test .polariscond {
    font-family: "polariscond";
    font-size: 35px; }
    /* line 29, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
    .font-test .polariscond .bold {
      font-weight: bold; }
    /* line 32, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
    .font-test .polariscond .italic {
      font-style: italic; }

/***********
  TAG RELATED
************/
/* line 42, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.tag-anchor {
  display: block;
  height: 75px;
  /*same height as header*/
  margin-top: -75px;
  /*same height as header*/
  visibility: hidden; }

/* line 49, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.tag-text {
  font-style: italic;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px px;
  background: #ccc;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  font-family: "polariscond";
  border-bottom: none; }

/* line 63, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.main-tag-anchor:target .tag-text {
  border: 1px solid #ee0;
  background: #ff0; }

/* line 68, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.tag-text:target {
  border: 1px solid #ee0;
  background: #ff0; }

/* line 74, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none; }

/* line 86, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5); }

/***********
 * DON"T KNOW WHAT THIS IS
 */
/* line 94, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.cl-blog-para {
  font-size: 1.5rem; }
  /* line 96, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
  .cl-blog-para .polariscond {
    font-family: polariscond;
    font-size: 2rem; }
    /* line 99, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
    .cl-blog-para .polariscond .bold {
      font-weight: bold; }
    /* line 102, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
    .cl-blog-para .polariscond .italic {
      font-style: italic; }
  /* line 107, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
  .cl-blog-para .specialpara {
    border-left: 3px solid #ff0000;
    padding: 5px 0px 5px 20px;
    margin: 10px 10px 10px 10px;
    background: #ffffdd; }

/* line 115, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
#dropcap {
  initial-letter: 3;
  float: left;
  color: #999;
  font-size: 85px;
  line-height: 45px;
  padding-top: 14px;
  padding-right: 8px;
  padding-left: 3px; }

@media all and (max-width: 600px) {
  /* line 118, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
  #dropcap {
    initial-letter: 2; }

  /* line 119, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
  p {
    font-size: 1.5rem; } }
/*
.header {
  background-color: hsla(128,0,20,1.0);
  color: hsla(128,0,255,1.0);
  padding: 0.2rem;
  h1, h2, h3, h4 { margin: 0.5rem; }
  margin-bottom: 1rem;
}
*/
/* line 132, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
h3 {
  font-size: 2.5rem;
  color: #555;
  letter-spacing: 0rem;
  margin-bottom: .5rem; }

/* line 139, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.h3_right {
  float: right;
  font-size: 2.5rem;
  color: #555;
  letter-spacing: 0rem;
  margin-bottom: .5rem; }

/* line 147, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.feature img {
  margin-bottom: 1px;
  max-width: 100%;
  height: auto; }

/* line 153, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a, u {
  text-decoration: none; }

/* line 157, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.twitter-share-button {
  display: inline-block;
  padding: 1px 13px 0 19px;
  border: #ccc solid 1px;
  border-radius: 3px;
  /* Text */
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap; }

/********
 * THIS IS THE LINE AT THE TOP
 */
/* line 174, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.mytopline {
  font-weight: bold;
  color: #111;
  font-size: 2rem;
  margin-bottom: -.5rem;
  letter-spacing: .1rem;
  font-family: "polariscond", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 183, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytopline:link {
  color: #f00;
  text-decoration: none;
  font-weight: normal; }

/* line 184, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytopline:visited {
  color: #f00;
  text-decoration: underline;
  font-weight: normal; }

/* line 185, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytopline:hover {
  color: #f00;
  text-decoration: none;
  font-weight: normal; }

/* line 186, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytopline:active {
  color: #f00;
  text-decoration: none;
  font-weight: normal; }

/* line 188, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a:link {
  color: #333;
  text-decoration: none;
  border-bottom: 1px #777 dotted; }

/* line 189, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a:visited {
  color: #333;
  text-decoration: none;
  border-bottom: 1px #777 dotted; }

/* line 190, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a:hover {
  color: #333;
  text-decoration: none;
  border-bottom: 3px #aaa solid; }

/*************
 * THIS IS THE DATE
 */
/* line 196, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.mydateline {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: .1rem;
  margin-left: .1rem;
  margin-bottom: .2rem;
  font-family: "polariscond", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #700; }

/* line 206, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
sub {
  color: #700; }

/* line 210, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
mytakeaway {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "polariscond", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777; }

/* line 217, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.mytags {
  font-style: italic;
  padding: 3px 3px 3px 3px;
  margin: 0px 0px 0px 0px;
  background: #ff0;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-family: "polariscond";
  border-bottom: none; }

/* line 228, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytags:link {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  border-bottom: none; }

/* line 229, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytags:visited {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  border-bottom: none; }

/* line 230, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytags:hover {
  color: #000;
  text-decoration: underline;
  font-weight: normal;
  border-bottom: none; }

/* line 231, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
a.mytags:active {
  color: #666;
  text-decoration: none;
  font-weight: normal;
  border-bottom: none; }

/* Adjust takeaway typeface size */
@media (min-width: 700px) {
  /* line 235, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
  mytakeaway {
    font-size: 1.7rem; } }
/**********
 * TO HANDLE THE YOUTUBE, VIMEO, AND SOUNDCLOUD FRAMES
 */
/* line 244, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

/* line 250, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 258, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.audioWrapper {
  position: relative;
  padding-bottom: 33%;
  /* 16:9 */
  padding-top: 0px;
  height: 0; }

/* line 264, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.audioWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 272, /Users/maeda/git/creativeleadership.com/source/css/our.scss */
.featured iframe {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto; }
/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/muji2.svg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}
/*






 */
