* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.video-action-links {
  padding: 0;
  margin: 0; }
  .video-action-links li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px solid #e6e6e6; }
    .video-action-links li:first-child {
      border-top: none; }
  .video-action-links a {
    font-weight: bold;
    display: block;
    padding: .5em 0;
    font-size: 1em; }
  .video-action-links .add-to-queue {
    padding-left: 1.25em;
    background: url(../_images/icon_plus.svg) no-repeat left center;
    background-size: auto 1em; }
  .video-action-links .transcript {
    padding-left: 1em;
    background: url(../_images/icon_notebook.svg) no-repeat left center;
    background-size: auto 1em; }
  .video-action-links .share {
    padding-left: 1.2em;
    background: url(../_images/icon_share.svg) no-repeat left 0.95em;
    background-size: auto 1em; }
  .video-action-links .quality {
    padding-left: 1.2em;
    background: url(../_images/icon_gear.svg) no-repeat left 1.05em;
    background-size: auto 1em; }
  .video-action-links .open {
    color: #4d4d4f; }

@media screen and (min-width: 54em) {
  .video-action-links {
    padding: .5em 0;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .video-action-links:last-child {
      margin-right: 0; }
    .video-action-links li {
      display: inline-block;
      margin-right: 1em;
      border-top: none; }
    .video-action-links a {
      padding: .75em 0;
      font-size: 0.875em; } }
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
textarea {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* stroke */
  border-radius: 2px;
  /* border radius */
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  /* inner shadow */
  padding: .25em .5em;
  font-family: "chaparral-pro", Georgia, "Times New Roman", "DejaVu Serif", serif;
  color: #555555;
  font-size: 1.125em;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="url"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 0.8);
    border: 1px solid #51cbee; }

textarea {
  padding: .75em;
  width: 100%; }

input[type="submit"],
.action-link {
  -webkit-font-smoothing: antialiased;
  background: #1790d2;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-family: "proxima-nova", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: .875em;
  border: 1px solid #1790d2;
  padding: .75em 2em;
  line-height: 1;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s; }
  input[type="submit"]:hover,
  .action-link:hover {
    background: #fd7037;
    border: 1px solid #fd7037;
    color: white;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s; }

.action-link.secondary {
  -webkit-font-smoothing: antialiased;
  background: #fd7037;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-family: "proxima-nova", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: .875em;
  border: 1px solid #fd7037;
  padding: .75em 2em;
  line-height: 1;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s; }
  .action-link.secondary:hover {
    background: #1790d2;
    border: 1px solid #1790d2;
    color: white;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s; }

input[value="Preview"],
.action-link.tertiary {
  -webkit-font-smoothing: antialiased;
  background: whitesmoke;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #4f4f4f;
  text-align: center;
  font-family: "proxima-nova", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: .875em;
  padding: .75em 2em;
  line-height: 1;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s; }
  input[value="Preview"]:hover,
  .action-link.tertiary:hover {
    border: 1px solid silver;
    color: #333333;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s; }

input[type="submit"],
input[value="Preview"],
.action-link {
  display: inline-block;
  margin: .5em 0;
  margin-right: .5em;
  white-space: nowrap; }

input[type="submit"].refresh {
  background: none;
  border: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: url(../_images/icon_refresh.svg) no-repeat center center;
  background-size: 24px 20px;
  margin: 0;
  margin-top: -6px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  border: 1px solid transparent;
  border-radius: .5em; }
  input[type="submit"].refresh:hover {
    border: 1px solid #e6e6e6; }

a.cancel {
  display: inline-block;
  font-size: .875em;
  font-style: italic;
  border-bottom: none;
  margin: 0 .25em; }

label {
  display: block;
  font-size: .875em;
  font-weight: bold;
  color: #333333; }

label.check {
  font-weight: normal; }

fieldset {
  border: none;
  border-top: 3px solid #1790d2;
  position: relative;
  padding: 1em 0;
  margin: 2em 0; }
  fieldset fieldset {
    margin-top: 3em;
    padding-left: 1.5em;
    padding-bottom: 0;
    border-top: none;
    border-left: 3px solid #1790d2; }
    fieldset fieldset legend span {
      top: 0;
      padding-right: .75em; }
    fieldset fieldset legend abbr.required {
      position: absolute;
      top: 0;
      right: 0; }

legend {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333; }
  legend span {
    position: absolute;
    top: -2em;
    left: 0; }

abbr.required {
  border-bottom: none;
  color: #fd5a19;
  position: relative;
  display: inline; }

.form-title {
  font-size: 1em;
  text-transform: uppercase; }

.form-item {
  margin-top: 1em; }

.description {
  font-size: .75em;
  font-style: italic;
  display: block;
  margin-top: .5em;
  line-height: 1.25; }

.options ul li {
  list-style: none;
  margin-left: 0; }

body {
  color: #555555;
  font-family: "proxima-nova", Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased; }

a {
  color: #007cc4;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in 0s;
  -moz-transition: color 0.25s ease-in 0s;
  transition: color 0.25s ease-in 0s; }
  a:hover {
    color: #fd5a19;
    -webkit-transition: color 0.25s ease-in 0s;
    -moz-transition: color 0.25s ease-in 0s;
    transition: color 0.25s ease-in 0s; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.125;
  color: #333333;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2em; }

h6 {
  font-size: 0.8125em;
  color: #fd5a19; }

hr {
  border: 0;
  background: #e6e6e6;
  height: 1px;
  margin: 2em 0; }

code {
  color: #fd5a19; }

mark {
  background: #ffd76d; }

del {
  color: red; }

ins {
  color: #00a945; }

.tooltip {
  position: relative;
  display: inline;
  background: url(../_images/icon_info.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 12px; }
  .tooltip:hover:after {
    content: attr(title);
    font-style: italic;
    background: rgba(24, 145, 209, 0.9);
    color: white;
    padding: 1em;
    border-radius: .5em;
    position: absolute;
    left: -10%;
    bottom: 26px;
    z-index: 98;
    width: auto;
    white-space: nowrap;
    max-width: 220px;
    line-height: 1.25; }
  .tooltip:hover:before {
    border: solid;
    border-color: rgba(24, 145, 209, 0.9) transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 2em;
  margin-bottom: .5em; }
.content .meta {
  font-size: 0.75em; }
.content ul, .content ol {
  padding: 0; }
  .content ul li, .content ol li {
    margin-left: 1.5em; }
.content dl dt {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  margin-top: 1em; }
.content dl dd {
  margin-left: 0; }
.content abbr {
  border-bottom: 1px dotted #fd5a19; }
.content a {
  border-bottom: 1px dotted #007cc4;
  -webkit-transition: color 0.25s ease-in 0s, border-bottom-color 0.25s ease-in 0s, border-bottom-style 0.25s ease-in 0s;
  -moz-transition: color 0.25s ease-in 0s, border-bottom-color 0.25s ease-in 0s, border-bottom-style 0.25s ease-in 0s;
  transition: color 0.25s ease-in 0s, border-bottom-color 0.25s ease-in 0s, border-bottom-style 0.25s ease-in 0s; }
  .content a:hover {
    border-bottom: 1px solid #fd5a19;
    -webkit-transition: color 0.25s ease-in 0s, border-bottom-color 0.25s ease-in 0s, border-bottom-style 0.25s ease-in 0s;
    -moz-transition: color 0.25s ease-in 0s, border-bottom-color 0.25s ease-in 0s, border-bottom-style 0.25s ease-in 0s;
    transition: color 0.25s ease-in 0s, border-bottom-color 0.25s ease-in 0s, border-bottom-style 0.25s ease-in 0s; }
.content blockquote {
  margin-right: 0;
  margin-left: 0;
  margin: 1.5em 0;
  padding-left: 2em;
  border-left: 5px solid #1790d2; }
  .content blockquote p {
    font-family: "chaparral-pro", Georgia, "Times New Roman", "DejaVu Serif", serif;
    font-style: italic;
    font-size: 1.25em;
    color: #4f4f4f; }
.content q {
  font-family: "chaparral-pro", Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-style: italic; }
.content .fancy li {
  margin-left: 0;
  padding-left: 1.5em;
  list-style: none;
  background: url(../_images/icon_drop_orange.svg) no-repeat left 0.5em;
  background-size: 8.88141527688199px 10px; }
  .content .fancy li li {
    margin-left: 1.5em;
    padding-left: 0;
    list-style: disc;
    background: none; }

.content-secondary h1, .content-secondary h2, .content-secondary h3, .content-secondary h4, .content-secondary h5, .content-secondary h6 {
  color: #4f4f4f; }

#menu a {
  font-weight: bold; }

.container p {
  text-align: center;
  line-height: 2em;
  color: #555555;
  margin: 0; }
.container h1 {
  font-size: 3em;
  text-align: center;
  line-height: 1.25em;
  color: #333333;
  margin: 0 0 .25em 0; }
  @media screen and (max-width: 520px) {
    .container h1 {
      font-size: 1.5em; } }

figure h3 {
  font-size: 1em;
  padding-top: 25%;
  text-align: center; }

.type-examples h1 {
  text-align: left; }
.type-examples p {
  text-align: left;
  margin-bottom: 2em; }
.type-examples .serif {
  font-family: "chaparral-pro", Georgia, "Times New Roman", "DejaVu Serif", serif; }

@media screen and (min-width: 48em) {
  .article-title {
    font-size: 3em; } }
.container {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background-color: whitesmoke;
  max-width: 100%; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.banner {
  height: 6.25em;
  margin-top: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6; }
  .banner img {
    width: 14em;
    margin-left: 8%;
    margin-top: .75em; }

.intro {
  margin: 6.25em auto 0 auto;
  padding: 0 6.25em;
  *zoom: 1; }
  .intro:before, .intro:after {
    content: " ";
    display: table; }
  .intro:after {
    clear: both; }
  @media screen and (max-width: 520px) {
    .intro {
      padding: 1em 1em 0 1em; } }
  .intro img {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    padding: 4em 0 0 0;
    vertical-align: bottom; }
    .intro img:last-child {
      margin-right: 0; }
    @media screen and (max-width: 520px) {
      .intro img {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .intro img:last-child {
          margin-right: 0; } }
  .intro p {
    max-width: 800px;
    margin: 0 auto; }

.container_wrap_color {
  max-width: 100%;
  background-color: #137cc1;
  padding: 0;
  margin: 0; }

.color_pal {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  background-color: #137cc1; }
  .color_pal:before, .color_pal:after {
    content: " ";
    display: table; }
  .color_pal:after {
    clear: both; }
  .color_pal h1 {
    color: #fff;
    padding-top: 2em; }
  .color_pal p {
    color: #fff; }
  .color_pal img {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    padding: 6.25em 1em 0 1em;
    vertical-align: bottom;
    padding-top: 0; }
    .color_pal img:last-child {
      margin-right: 0; }
    @media screen and (max-width: 520px) {
      .color_pal img {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%; }
        .color_pal img:last-child {
          margin-right: 0; } }

.colors {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2em 0 4em 0;
  margin: 0 auto; }
  .colors:last-child {
    margin-right: 0; }
  .colors ul {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important; }
  .colors li.block {
    display: inline;
    margin-bottom: 2em auto 0 auto; }
    .colors li.block figure {
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      background-color: #00be4c;
      border: .4em solid #fff;
      width: 7em;
      height: 7em;
      margin: 1em 1em; }
      .colors li.block figure:hover {
        -webkit-animation: scale 1s ease-in, slide 1s ease;
        -moz-animation: scale 1s ease-in, slide 1s ease;
        animation: scale 1s ease-in, slide 1s ease;
        box-shadow: 0 10px #0f629a;
        -webkit-transition: box-shadow 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: box-shadow 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: box-shadow 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); }

#blue {
  background-color: #137cc1; }
  #blue h3 {
    color: #0a4064; }

#orange {
  background-color: #fd7037; }
  #orange h3 {
    color: #cc3c02; }

#gold {
  background-color: #ffd76d; }
  #gold h3 {
    color: #ffbb07; }

#green {
  background-color: #00be4c; }
  #green h3 {
    color: #005823; }

#charcoal {
  background-color: #4d4d4f; }
  #charcoal h3 {
    color: #1b1b1b; }

#silver {
  background-color: whitesmoke; }
  #silver h3 {
    color: #c2c2c2; }

#headline {
  background-color: #333333; }
  #headline h3 {
    color: black; }

#blue-shade {
  background-color: #0e5e93; }

#orange-shade {
  background-color: #fc4c05; }

#gold-shade {
  background-color: #ffc93a; }

#green-shade {
  background-color: #008b38; }

#charcoal-shade {
  background-color: #343435; }

#silver-shade {
  background-color: #c2c2c2; }

#blue-shade-two {
  background-color: #0a4064; }

#orange-shade-two {
  background-color: #cc3c02; }

#gold-shade-two {
  background-color: #ffbb07; }

#green-shade-two {
  background-color: #005823; }

#charcoal-shade-two {
  background-color: #1b1b1b; }

#silver-shade-two {
  background-color: darkgrey; }

.logo-usage {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #0e5e93;
  padding: 0 6.25em;
  *zoom: 1;
  margin: 0 auto 0 auto; }
  .logo-usage:last-child {
    margin-right: 0; }
  .logo-usage h1 {
    color: #fff;
    padding-top: 2em; }
  .logo-usage p {
    color: #fff; }
  .logo-usage:before, .logo-usage:after {
    content: " ";
    display: table; }
  .logo-usage:after {
    clear: both; }
  .logo-usage p {
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 2em; }
  @media screen and (max-width: 520px) {
    .logo-usage {
      padding: 0 0; } }

.logo-stage {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 -1px 5px #0a446c;
  padding-bottom: 4em;
  background-color: white; }
  .logo-stage:last-child {
    margin-right: 0; }
  .logo-stage .image-container {
    *zoom: 1; }
    .logo-stage .image-container:before, .logo-stage .image-container:after {
      content: " ";
      display: table; }
    .logo-stage .image-container:after {
      clear: both; }
  .logo-stage img {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    margin-top: 5em;
    display: block; }
    .logo-stage img:last-child {
      margin-right: 0; }
    @media screen and (max-width: 520px) {
      .logo-stage img {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .logo-stage img:last-child {
          margin-right: 0; } }
  .logo-stage p {
    margin-top: 2em;
    color: #555555; }
    @media screen and (max-width: 750px) {
      .logo-stage p {
        padding: 0 1em; } }
    @media screen and (max-width: 520px) {
      .logo-stage p {
        padding: 0 1em; } }
    .logo-stage p a {
      font-size: 1.25em;
      margin-top: 4em; }
      @media screen and (max-width: 520px) {
        .logo-stage p a {
          width: 100%;
          font-size: 1em; } }

.typography {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  background-color: whitesmoke;
  padding: 6.25em 6.25em;
  *zoom: 1; }
  .typography:last-child {
    margin-right: 0; }
  .typography:before, .typography:after {
    content: " ";
    display: table; }
  .typography:after {
    clear: both; }
  @media screen and (max-width: 520px) {
    .typography {
      padding: 6.25em 3em; } }
  .typography p {
    max-width: 700px;
    margin: 0 auto; }

.container_wrap_typography {
  background-color: whitesmoke;
  border-top: 1px solid #e6e6e6;
  padding: 0;
  max-width: 100%;
  margin: 0; }

.type-examples {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  padding: 0 0 6.25em 0; }
  .type-examples:last-child {
    margin-right: 0; }

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 */
  -moz-box-sizing: content-box;
  -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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/****************************** Variables ****************************/
/******************************** Mixins *****************************/
/********************************* Core ******************************/
[data-tooltip] {
  position: relative;
  display: inline-block; }
  [data-tooltip]:before, [data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-tooltip]:before {
    content: '';
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent; }
  [data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0 11px;
    font-size: 13px;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap; }
  [data-tooltip].simptip-position-top:before {
    border-top-color: #323232; }
  [data-tooltip].simptip-position-top:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-bottom:before {
    border-bottom-color: #323232; }
  [data-tooltip].simptip-position-bottom:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-left:before {
    border-left-color: #323232; }
  [data-tooltip].simptip-position-left:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-right:before {
    border-right-color: #323232; }
  [data-tooltip].simptip-position-right:after {
    background-color: #323232;
    color: #ecf0f1; }
  [data-tooltip].simptip-position-top.half-arrow:before {
    border-right: 7px solid #323232; }
  [data-tooltip].simptip-position-bottom.half-arrow:before {
    border-right: 7px solid #323232; }
  [data-tooltip]:hover, [data-tooltip]:focus {
    background-color: transparent; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1; }

/******************************* Position ****************************/
.simptip-position-right.simptip-movable:before, .simptip-position-right.simptip-movable:after, .simptip-position-left.simptip-movable:before, .simptip-position-left.simptip-movable:after, .simptip-position-top.simptip-movable:before, .simptip-position-top.simptip-movable:after, .simptip-position-bottom.simptip-movable:before, .simptip-position-bottom.simptip-movable:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.simptip-position-right:before, .simptip-position-right:after, .simptip-position-left:before, .simptip-position-left:after {
  bottom: 50%; }
.simptip-position-right:before, .simptip-position-left:before {
  margin-bottom: -5px;
  /*-5px*/ }
.simptip-position-right:after, .simptip-position-left:after {
  margin-bottom: -14.66667px; }
.simptip-position-right.half-arrow:before, .simptip-position-left.half-arrow:before {
  bottom: 16px;
  border-style: none;
  border-top: 7px solid transparent; }
.simptip-position-right.simptip-multiline:before, .simptip-position-right.simptip-multiline:after, .simptip-position-left.simptip-multiline:before, .simptip-position-left.simptip-multiline:after {
  bottom: -50%; }
.simptip-position-right.simptip-multiline:before, .simptip-position-left.simptip-multiline:before {
  margin-bottom: 15px; }

.simptip-position-right:before, .simptip-position-right:after {
  left: 100%; }
.simptip-position-right:before {
  margin-left: -2px; }
.simptip-position-right:after {
  margin-left: 10px; }
.simptip-position-right.simptip-movable:before {
  margin-left: -10px; }
.simptip-position-right.simptip-movable:after {
  margin-left: 2px; }
.simptip-position-right.simptip-movable:hover:before, .simptip-position-right.simptip-movable:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }
.simptip-position-right.simptip-movable.half-arrow:before {
  margin-left: -5px; }
.simptip-position-right.half-arrow:before {
  margin-left: 3px;
  border-right: 7px solid #323232; }

.simptip-position-left:before, .simptip-position-left:after {
  right: 100%; }
.simptip-position-left:before {
  margin-right: -2px; }
.simptip-position-left:after {
  margin-right: 10px; }
.simptip-position-left.simptip-movable:before {
  margin-right: -10px; }
.simptip-position-left.simptip-movable:after {
  margin-right: 2px; }
.simptip-position-left.simptip-movable:hover:before, .simptip-position-left.simptip-movable:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px); }
.simptip-position-left.simptip-movable.half-arrow:before {
  margin-right: -5px; }
.simptip-position-left.half-arrow:before {
  margin-right: 3px;
  border-left: 7px solid #323232; }

.simptip-position-bottom:before, .simptip-position-bottom:after, .simptip-position-top:before, .simptip-position-top:after {
  left: 50%; }
.simptip-position-bottom:after, .simptip-position-top:after {
  margin-left: -18px; }
.simptip-position-bottom.half-arrow:before, .simptip-position-top.half-arrow:before {
  border-style: none;
  border-right: 7px solid #323232; }

.simptip-position-bottom:before, .simptip-position-bottom:after {
  top: 100%; }
.simptip-position-bottom:before {
  margin-top: -5px;
  /*-5px*/ }
.simptip-position-bottom:after {
  margin-top: 7px; }
.simptip-position-bottom.simptip-movable:before {
  margin-top: -15px; }
.simptip-position-bottom.simptip-movable:after {
  margin-top: -3px; }
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }
.simptip-position-bottom.simptip-movable.half-arrow:before {
  margin-top: -10px; }
.simptip-position-bottom.half-arrow:before {
  margin-top: 0;
  border-top: 7px solid transparent; }

.simptip-position-top:before, .simptip-position-top:after {
  bottom: 100%; }
.simptip-position-top:before {
  margin-bottom: -5px;
  /*-5px*/ }
.simptip-position-top:after {
  margin-bottom: 7px; }
.simptip-position-top.simptip-movable:before {
  margin-bottom: -15px; }
.simptip-position-top.simptip-movable:after {
  margin-bottom: -3px; }
.simptip-position-top.simptip-movable:hover:before, .simptip-position-top.simptip-movable:hover:after {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); }
.simptip-position-top.simptip-movable.half-arrow:before {
  margin-bottom: -10px; }
.simptip-position-top.half-arrow:before {
  margin-bottom: 0;
  border-bottom: 7px solid transparent; }

/******************************* Features ****************************/
.simptip-smooth:after {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.simptip-fade:before, .simptip-fade:after {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear; }

.simptip-multiline:after {
  height: auto;
  width: 150px;
  padding: 11px;
  line-height: 19px;
  white-space: normal;
  text-align: left; }

/**************************** Diverse Colors *************************/
.simptip-success.simptip-position-top:before {
  border-top-color: #62c462; }
.simptip-success.simptip-position-top:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-bottom:before {
  border-bottom-color: #62c462; }
.simptip-success.simptip-position-bottom:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-left:before {
  border-left-color: #62c462; }
.simptip-success.simptip-position-left:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-right:before {
  border-right-color: #62c462; }
.simptip-success.simptip-position-right:after {
  background-color: #62c462;
  color: #ecf0f1; }
.simptip-success.simptip-position-top.half-arrow:before {
  border-right: 7px solid #62c462; }
.simptip-success.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #62c462; }

.simptip-info.simptip-position-top:before {
  border-top-color: #5bc0de; }
.simptip-info.simptip-position-top:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-bottom:before {
  border-bottom-color: #5bc0de; }
.simptip-info.simptip-position-bottom:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-left:before {
  border-left-color: #5bc0de; }
.simptip-info.simptip-position-left:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-right:before {
  border-right-color: #5bc0de; }
.simptip-info.simptip-position-right:after {
  background-color: #5bc0de;
  color: #ecf0f1; }
.simptip-info.simptip-position-top.half-arrow:before {
  border-right: 7px solid #5bc0de; }
.simptip-info.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #5bc0de; }

.simptip-danger.simptip-position-top:before {
  border-top-color: #e74c3c; }
.simptip-danger.simptip-position-top:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-bottom:before {
  border-bottom-color: #e74c3c; }
.simptip-danger.simptip-position-bottom:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-left:before {
  border-left-color: #e74c3c; }
.simptip-danger.simptip-position-left:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-right:before {
  border-right-color: #e74c3c; }
.simptip-danger.simptip-position-right:after {
  background-color: #e74c3c;
  color: #ecf0f1; }
.simptip-danger.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e74c3c; }
.simptip-danger.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e74c3c; }

.simptip-warning.simptip-position-top:before {
  border-top-color: #e67e22; }
.simptip-warning.simptip-position-top:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-bottom:before {
  border-bottom-color: #e67e22; }
.simptip-warning.simptip-position-bottom:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-left:before {
  border-left-color: #e67e22; }
.simptip-warning.simptip-position-left:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-right:before {
  border-right-color: #e67e22; }
.simptip-warning.simptip-position-right:after {
  background-color: #e67e22;
  color: #ecf0f1; }
.simptip-warning.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e67e22; }
.simptip-warning.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e67e22; }
