/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

.pressed {
  background-color: rgba(0, 0, 0, 0.7); }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.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; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 800px) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for viewports that meet the condition */ }
/*
 * Visual Style Guide styles
 * Remove if you prefer to use a CSS library, like Bootstrap
 */
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/*! normalize.css v3.0.1 | 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 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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: 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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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"],
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 */
  /* 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; }

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

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/**
*
* Global
*
**/
*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body,
button {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  font-weight: 300;
  color: #404040;
  position: relative; }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-size: 100% 26px; }
  body.debug::after {
    display: block;
    pointer-events: none; }

pre {
  background: #f0f0f0;
  padding: 13px; }

.main-container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .main-container {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 800px) {
    .main-container {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 962px; } }

.container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .container {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 800px) {
    .container {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 962px; } }

@media only screen and (min-width: 620px) {
  .container-medium {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto; } }
  @media only screen and (min-width: 620px) and (min-width: 620px) {
    .container-medium {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 620px) and (min-width: 800px) {
    .container-medium {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 962px; } }

@media only screen and (max-width: 619px) {
  .container-small {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto; } }
  @media only screen and (max-width: 619px) and (min-width: 620px) {
    .container-small {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (max-width: 619px) and (min-width: 800px) {
    .container-small {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 962px; } }

@media only screen and (min-width: 800px) {
  .content {
    margin-right: 25.9%; }
    .content pre {
      margin-right: -25.9%; } }

/*
@import '_modules/_highlight';
@import '_modules/_editorial-header';
@import '_modules/_summary-header';
@import '_modules/_related-guides';
@import '_modules/_in-this-guide';
@import '_modules/_articles-section';
@import '_modules/_guides-section';
@import '_modules/_page-header';
@import '_modules/_featured-section';
@import '_modules/_featured-spotlight';
@import '_modules/_quote';
@import '_modules/_article-nav';
@import '_modules/_did-you-know';
@import '_modules/_toc';
@import '_modules/_next-lessons';
*/
/**
*
* Grid
*
**/
@media only screen and (min-width: 620px) and (max-width: 799px) {
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }

  .g-medium--push-1 {
    margin-left: 34.8%; }

  .g-medium--pull-1 {
    margin-right: 34.8%; }

  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%; }

  .g-medium--push-2 {
    margin-left: 69.6%; }

  .g-medium--pull-2 {
    margin-right: 69.6%; }

  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0; }

  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%; }

  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }

  .g--half,
  .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%; }

  .g-medium--last {
    margin-right: 0; }

  .g-medium--last + .g-medium--half {
    clear: left; }

  .g--pull-half {
    margin-right: 52.25%; } }
@media only screen and (min-width: 800px) {
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%; }

  .g-wide--push-1 {
    margin-left: 25.9%; }

  .g-wide--pull-1 {
    margin-right: 25.9%; }

  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%; }

  .g-wide--push-2 {
    margin-left: 51.8%; }

  .g-wide--pull-2 {
    margin-right: 51.8%; }

  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%; }

  .g-wide--push-3 {
    margin-left: 77.7%; }

  .g-wide--pull-3 {
    margin-right: 77.7%; }

  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0; }

  .g-wide--last {
    margin-right: 0; }

  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%; }

  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%; }

  .g--half,
  .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%; }

  .g--pull-half {
    margin-right: 51.85%; } }
.g--last {
  margin-right: 0; }

.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.grid-overlay {
  display: none;
  pointer-events: none; }
  .debug .grid-overlay {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block; }
    @media only screen and (min-width: 620px) {
      .debug .grid-overlay {
        padding-left: 4.8%;
        padding-right: 4.8%;
        max-width: 688px; } }
    @media only screen and (min-width: 800px) {
      .debug .grid-overlay {
        padding-left: 4.4%;
        padding-right: 4.4%;
        max-width: 962px; } }
    .debug .grid-overlay [class*="g-"] {
      height: 100%;
      background-color: rgba(89, 89, 89, 0.2); }
    @media only screen and (min-width: 620px) and (max-width: 799px) {
      .debug .grid-overlay .g-wide--last {
        display: none; } }
    @media only screen and (max-width: 619px) {
      .debug .grid-overlay {
        display: none; } }

/**
*
* Typography
*
**/
h1, h2, h3, h4, h5, p {
  margin: 0; }

.small,
small {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0; }

.base,
p,
ul,
ol {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0; }

.medium,
h4 {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .medium,
    h4 {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.3000em;
      /* 26px */
      padding-top: 1.3000em;
      padding-bottom: 0; } }

.large,
h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .large,
    h3 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 26px;
      font-weight: 300;
      line-height: 1.0000em;
      /* 26px */
      padding-top: 1.0000em;
      padding-bottom: 0; } }

.xlarge,
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .xlarge,
    h2 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.2381em;
      /* 52px */
      padding-top: 0.6190em;
      padding-bottom: 0; } }

.xxlarge,
h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .xxlarge,
    h1 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 68px;
      font-weight: 300;
      line-height: 1.1471em;
      /* 78px */
      padding-top: 0.3824em;
      padding-bottom: 0; } }

.huge {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .huge {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 110px;
      font-weight: 300;
      line-height: 1.19em;
      /* 130px */
      padding-top: 0.2364em;
      padding-bottom: 0; } }

li > p {
  padding-top: 0; }

/**
*
* Button
*
**/
.button, .button--primary, .button--secondary, .button--secondary-variation {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 13px;
  margin-top: 13px;
  min-height: 26px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  -webkit-transition: none;
          transition: none; }
  .button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover {
    background: #4d4d4d;
    color: #ffffff;
    border: 1px solid #4d4d4d;
    text-decoration: none; }

.button--primary {
  background: #4285f4;
  color: #ffffff;
  border: 1px solid #1266f1; }

.button--secondary {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6; }

.button--secondary-variation {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent; }

/*
@import '_themed';
*/
/*
@import '_pages/_styleguide';
@import '_pages/_page-resources';
*/
/* CONTACT PAGE */
#contact-form-container {
  position: fixed;
  z-index: 40000;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  visibility: hidden;
  top: 0;
  left: 0; }

#contact-form {
  font-family: Helvetica, Arial, sans-serif;
  padding: 50px 0 50px 20px;
  position: fixed;
  z-index: 50000;
  top: 0;
  background-color: #ffffff;
  visibility: hidden;
  border: #9ca141 6px solid;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow-y: scroll; }
  #contact-form .cube {
    display: none; }
  #contact-form #mobile-contact-close {
    display: block;
    position: fixed;
    top: 30px;
    right: 15px;
    color: #000; }
  @media only screen and (min-width: 620px) {
    #contact-form {
      padding: 10px 0 50px 50px; }
      #contact-form #mobile-contact-close {
        top: 40px;
        right: 50px; } }
  @media only screen and (min-width: 800px) {
    #contact-form {
      position: absolute;
      width: 400px;
      visibility: hidden;
      border: #9ca141 6px solid;
      top: 58px;
      left: 50%;
      right: auto;
      bottom: auto;
      margin-left: -160px;
      overflow: visible; }
      #contact-form .cube {
        width: 50px;
        position: absolute;
        top: -29px;
        left: 50%;
        margin-left: -25px;
        display: block; }
      #contact-form #mobile-contact-close {
        display: none; } }
  @media only screen and (min-width: 962px) {
    #contact-form {
      left: -141px;
      margin-left: 0px; } }

#about #contact-form p {
  margin: 0;
  padding: 0; }

.formLabel {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px; }

label.error {
  color: #f36c26;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  margin-left: 10px;
  vertical-align: top; }

#formMessage {
  width: 300px;
  height: 150px;
  resize: none; }

#formName, #formMail {
  width: 300px; }

textarea, input[type="text"], input[placeholder] {
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 100; }

input::-webkit-input-placeholder {
  color: #000000; }

input:-moz-placeholder {
  color: #000000; }

textarea::-webkit-input-placeholder {
  color: #000000; }

textarea:-moz-placeholder {
  color: #000000; }

textarea:focus, input:focus {
  border: 1px solid #000000; }

textarea.error, input.error {
  border: 1px solid #9ca141;
  background-color: #e1c743; }

textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  width: 230px;
  background-color: #fff;
  border: 1px solid;
  border-color: #c1c1c1;
  padding: 6px;
  margin-bottom: 10px;
  /* IE7  */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

input.submit {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 #000;
  padding: 4px 0px 3px;
  margin: 0px;
  border: 0px;
  display: block;
  background-color: #9ca141;
  line-height: 24px;
  letter-spacing: 1px;
  width: 140px;
  /*** Adding CSS3 Gradients ***/ }

input.submit:hover {
  background: #e1c743; }

.statusMessage {
  visibility: hidden;
  height: 0; }

#contact-form p {
  font-size: 16px;
  color: #000000;
  padding: 0;
  margin: 0; }

/*
@import '_components/_list_jp';
*/
/**
*
* JP Portfolio Item
*
**/
#port-item-container {
  position: fixed;
  z-index: 10000;
  background-color: #ffffff;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  visibility: hidden;
  top: 0;
  overflow-y: scroll;
  padding: 10px; }
  @media only screen and (min-width: 962px) {
    #port-item-container {
      padding: 0px; } }
  #port-item-container #port-item {
    position: relative;
    background-color: #ffffff;
    max-height: none;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    clear: none;
    top: auto;
    left: auto;
    margin: 0px; }
    @media only screen and (min-width: 962px) {
      #port-item-container #port-item {
        position: absolute;
        max-height: 498px;
        width: 890px;
        padding: 30px;
        clear: both;
        top: 50%;
        margin-top: -219px;
        /* account for padding and border if not using box-sizing: border-box; */
        left: 50%;
        margin-left: -415px; } }
    #port-item-container #port-item img {
      width: 100%;
      float: none; }
      @media only screen and (min-width: 962px) {
        #port-item-container #port-item img {
          width: auto;
          float: left; } }
    #port-item-container #port-item #port-text-block {
      float: none;
      width: 100%;
      padding: 0px; }
      @media only screen and (min-width: 962px) {
        #port-item-container #port-item #port-text-block {
          float: left;
          width: 350px;
          padding-left: 30px; } }
      #port-item-container #port-item #port-text-block p {
        padding: 0;
        margin: 0;
        font-size: 14px; }

/* Scss Document */
#wrapper {
  width: 90%;
  max-width: 962px;
  margin: 0 auto; }

ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  overflow: hidden; }
  ul.gallery ::before, ul.gallery ::after {
    display: none; }
  ul.gallery li {
    padding: 0;
    height: auto;
    float: left;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
    background: url(../images/oval-loader.svg);
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 50px 50px;
    background-position: center; }
    ul.gallery li:nth-child(n) {
      width: 22.6%;
      margin: 0 3.2% 3.4% 0; }
      @media (max-width: 700px) {
        ul.gallery li:nth-child(n) {
          width: 30%;
          margin: 0 5% 2% 0; } }
      @media (max-width: 400px) {
        ul.gallery li:nth-child(n) {
          width: 48%;
          margin: 0 3% 2% 0; } }
    @media (min-width: 701px) {
      ul.gallery li:nth-child(4n) {
        margin-right: 0; } }
    @media (max-width: 700px) and (min-width: 401px) {
      ul.gallery li:nth-child(3n) {
        margin-right: 0; } }
    @media (max-width: 400px) {
      ul.gallery li:nth-child(2n) {
        margin-right: 0; } }
  ul.gallery img {
    max-width: 100%;
    display: block; }
  ul.gallery .low_res {
    /*visibility: hidden; */
  }

/**
*
* Helper
*
**/
.clear::before, .clear::after {
  content: '';
  display: table; }
.clear::after {
  clear: both; }

/*==========  COLORS  ==========*/
.color--blue {
  color: #3372df; }

.color--red {
  color: #cb4437; }

.color--green {
  color: #0f9d58; }

.color--yellow {
  color: #f4b400; }

.color--blue-secondary {
  color: #b7cdf4; }

.color--red-secondary {
  color: #ebb6b0; }

.color--green-secondary {
  color: #56efa5; }

.color--yellow-secondary {
  color: #ffd45b; }

.color--gray-background {
  color: #f0f0f0; }

.color--gray-keyline {
  color: #e0e0e0; }

.color--gray {
  color: #737373; }

.color--gray-dark {
  color: #404040; }

.color--text {
  color: #404040; }

.color--highlight {
  color: #3372df; }

.color--warning {
  color: #ffd45b; }

.color--danger {
  color: #cb4437; }

.color--muted {
  color: #737373; }

.color--remember {
  color: #09829a; }

.color--learning {
  color: #da2e75; }

.color--layouts {
  color: #297ea9; }

.color--user {
  color: #2c8566; }

.color--media {
  color: #cf423a; }

.color--performance {
  color: #7b5294; }

.color--layouts-secondary {
  color: #89c4e2; }

.color--user-secondary {
  color: #78d2b3; }

.color--media-secondary {
  color: #edb8b5; }

.color--performance-secondary {
  color: #c4add2; }

/*==========  TEXT DIVIDER  ==========*/
.text-divider {
  position: relative;
  margin-bottom: 26px; }
  .text-divider::after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    box-shadow: 0 1px 0 0 #e0e0e0;
    left: 30%;
    bottom: -13px; }
  .text-divider.xlarge {
    margin-bottom: 52px; }
    .text-divider.xlarge::after {
      bottom: -26px; }
  .text-divider.xxlarge {
    margin-bottom: 78px; }
    .text-divider.xxlarge::after {
      bottom: -39px; }
  .text-divider.huge {
    margin-bottom: 78px; }
    .text-divider.huge::after {
      bottom: -39px; }

/*==========  GENERIC  ==========*/
.centered {
  text-align: center; }

/*==========  TAG  ==========*/
.tag {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none; }
  .tag:hover {
    color: #404040; }
  .tag::before {
    content: '# ';
    display: inline-block; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 100%; }

body.open {
  overflow: hidden; }

.app-bar {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #9ca141;
  overflow: hidden;
  z-index: 1; }

.app-bar-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 auto; }

.app-bar.open,
.app-bar.open ~ main {
  -webkit-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
      transform: translate(250px, 0); }

.app-bar .logo {
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  /* font-size: 2em;
   line-height: 60px;
   margin: 0 16px;
   padding: 0;
   color: #fefefe;
   float: none;
   max-width: none;
   font-weight: 300;*/
  display: initial; }

.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal; }

.app-bar-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  z-index: 2; }

.app-bar button {
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent; }

.app-bar button img {
  height: 24px;
  width: 24px; }

.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0; }

.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4); }

.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.base,
p,
ul,
ol {
  font-size: 19px; }

.navdrawer-container {
  z-index: 1001;
  position: absolute;
  bottom: 0;
  height: auto;
  color: #fefefe;
  width: 250px;
  left: -250px; }

.navdrawer-container h4,
.navdrawer-container ul li a {
  height: 60px;
  padding: 17px 20px;
  line-height: 1.4; }

.navdrawer-container h4 {
  background-color: white;
  color: #3367D6; }

.navdrawer-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.navdrawer-container ul li a {
  display: block;
  text-decoration: none;
  color: white;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  white-space: nowrap; }

.navdrawer-container ul li {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0; }

.navdrawer-container ul li::before {
  content: none; }

.navdrawer-container ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.navdrawer-container ul li a:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0; }

.navdrawer-container ul li a:active {
  background-color: rgba(255, 255, 255, 0.4); }

main {
  /* Height of the header */ }

/** Larger Screens - desktops and tablets **/
@media all and (min-width: 990px) {
  .app-bar {
    position: relative; }

  .app-bar.open,
  .app-bar.open ~ main {
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
        transform: translate(0px, 0); }

  .app-bar-container {
    display: block;
    height: 160px;
    box-sizing: border-box; }

  .app-bar .logo {
    margin: 0;
    padding: 0; }

  .app-bar-actions {
    float: right; }

  .app-bar::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }

  button.menu {
    display: none; }

  .navdrawer-container {
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 0; }

  .navdrawer-container h4 {
    display: none; }

  .navdrawer-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-width: 962px;
    margin: 0 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .navdrawer-container ul li {
    border: none; }

  body {
    overflow-y: scroll; } }
/*@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-Light.eot);
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/fonts/RobotoCondensed-Light.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Light.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Regular.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-Bold.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Bold'), url(/fonts/RobotoCondensed-Bold.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-LightItalic.eot);
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/fonts/RobotoCondensed-LightItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-LightItalic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Italic.eot);
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(/fonts/RobotoCondensed-Italic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Italic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-BoldItalic.eot);
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(/fonts/RobotoCondensed-BoldItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-BoldItalic.woff) format('woff');
}*/
/* Scss Document My updates to Main */
header {
  max-height: 255px; }
  header.app-bar {
    overflow: visible;
    position: fixed; }
    header.app-bar #social-icons-container .social-icons li {
      float: left;
      border: none; }
      @media only screen and (min-width: 962px) {
        header.app-bar #social-icons-container .social-icons li {
          float: none; } }
      header.app-bar #social-icons-container .social-icons li a {
        margin: 0 0 0px 10px;
        padding: 0; }
        header.app-bar #social-icons-container .social-icons li a:hover, header.app-bar #social-icons-container .social-icons li a:active, header.app-bar #social-icons-container .social-icons li a:focus {
          background-color: transparent; }
        header.app-bar #social-icons-container .social-icons li a .svg-icon {
          display: block;
          height: 45px;
          cursor: pointer;
          padding-bottom: 5px; }
        header.app-bar #social-icons-container .social-icons li a .pinterest, header.app-bar #social-icons-container .social-icons li a .facebook, header.app-bar #social-icons-container .social-icons li a .behance, header.app-bar #social-icons-container .social-icons li a .twitter {
          fill: #ffffff; }
          header.app-bar #social-icons-container .social-icons li a .pinterest:hover, header.app-bar #social-icons-container .social-icons li a .facebook:hover, header.app-bar #social-icons-container .social-icons li a .behance:hover, header.app-bar #social-icons-container .social-icons li a .twitter:hover {
            fill: #e1c743; }

.hide {
  display: none; }

.color-bar {
  position: absolute;
  bottom: -18px;
  background: #e1c743;
  height: 18px;
  width: 100%;
  box-shadow: 0px 9px 15px #fff; }

img.sklogo {
  padding: 0px;
  max-width: 75px;
  margin-left: 84px; }
  @media only screen and (min-width: 962px) {
    img.sklogo {
      display: block;
      max-width: 140px;
      margin: 0 auto;
      padding: 50px 0 0 0; } }

.logo-lock {
  position: relative;
  max-width: 300px;
  margin: auto; }
  .logo-lock h1 {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url(../images/DavidRheinhardt.svg);
    background-repeat: no-repeat;
    width: 300px;
    height: 28px;
    margin: 0 0 0 -55px;
    padding: 0;
    visibility: hidden; }
    @media only screen and (min-width: 962px) {
      .logo-lock h1 {
        margin: 0 auto;
        visibility: visible; } }

nav {
  font-family: "museo-slab",serif;
  font-weight: 700;
  font-size: 17px; }

.navdrawer-container {
  top: 0; }
  @media only screen and (min-width: 962px) {
    .navdrawer-container {
      top: auto;
      height: auto;
      background-color: transparent; } }
  .navdrawer-container #all-nav-contain {
    display: block; }
    @media only screen and (min-width: 962px) {
      .navdrawer-container #all-nav-contain {
        background-color: transparent;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        max-width: 962px;
        margin: 0 auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .navdrawer-container h4 {
    display: none; }
  .navdrawer-container ul li a {
    height: 40px;
    padding: 8px 20px;
    line-height: 1.4; }
  .navdrawer-container ul {
    margin: 0; }
    .navdrawer-container ul li a:hover {
      background-color: #e1c743; }
    .navdrawer-container ul #contact-button {
      position: relative; }

.xxlarge, h1, .xlarge, h2, .large, h3 {
  font-family: "museo-slab",serif;
  font-weight: 500; }

.text-divider::after {
  left: 0;
  width: 100%; }

#side-nav, #hamb-menu {
  background: #9ca141;
  height: 100%;
  width: 395px;
  position: fixed;
  z-index: 1000;
  right: -390px;
  top: 0px;
  box-shadow: 0px 0px 4px #000; }
  @media only screen and (min-width: 962px) and (min-height: 850px) {
    #side-nav, #hamb-menu {
      box-shadow: 0px 0px 0px #000;
      right: -350px;
      height: 501px;
      top: 331px; } }
  #side-nav .cube, #hamb-menu .cube {
    width: 50px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -25px; }
  #side-nav ul, #hamb-menu ul {
    margin: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    text-decoration: none;
    overflow: hidden; }
    #side-nav ul li, #hamb-menu ul li {
      padding: 5px 0 0px 65px; }
      @media only screen and (min-width: 800px) {
        #side-nav ul li, #hamb-menu ul li {
          padding: 10px 0 15px 80px; } }
      #side-nav ul li::before, #hamb-menu ul li::before {
        content: none;
        font: initial;
        text-decoration: none; }
      #side-nav ul li a, #hamb-menu ul li a {
        text-decoration: none;
        color: #ffffff;
        font-family: "museo-slab",serif;
        font-weight: 700;
        font-size: 17px; }
        #side-nav ul li a:visited, #hamb-menu ul li a:visited {
          color: #ffffff; }

#hamb-menu {
  width: 255px;
  left: -250px;
  right: auto; }
  #hamb-menu .cube-menu {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    right: -33px; }
  @media only screen and (min-width: 962px) {
    #hamb-menu {
      left: -350px;
      right: auto; } }

#port-container section:nth-child(even) {
  background-color: #d1d3d4; }

section .cube {
  width: 50px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -25px; }
section .section-container {
  position: relative;
  margin: 0 auto;
  padding: 75px 10px 90px 13px;
  max-width: 962px;
 /*
h2 {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    //width: 130px;
    height: 15px;
    margin: 0 0 30px;
    padding: 0;
    &#logos-section{
        background: url(../images/LogosAndMarks.svg) no-repeat left;
    }
    &#packaging-section{
        background: url(../images/Packaging.svg) no-repeat left;            
    }
}*/ }
  @media only screen and (min-width: 962px) {
    section .section-container {
      padding: 105px 0px 90px 0px; } }
  section .section-container h2 {
    font-size: 24px;
    margin: 0 0 30px;
    padding: 0px; }
    @media only screen and (min-width: 962px) {
      section .section-container h2 {
        font-size: 17px; } }
section.first div.section-container {
  margin-top: 30px;
  padding-top: 50px; }
  @media only screen and (min-width: 962px) {
    section.first div.section-container {
      margin-top: 164px;
      padding-top: 89px; } }

#about-container .section-container {
  margin: 0;
  padding: 100px 40px 0px 40px; }
  @media only screen and (min-width: 962px) {
    #about-container .section-container {
      margin: 180px auto 0;
      padding: 100px 0px 0px 0px; } }
  #about-container .section-container h2 {
    margin: 0; }
  #about-container .section-container p {
    font-size: 14px; }
  #about-container .section-container .g-wide--1 {
    padding: 42px 50px;
    height: 100%; }
  #about-container .section-container .g-wide--3 {
    margin-right: 0px;
    padding-right: 0px; }
    @media only screen and (min-width: 962px) {
      #about-container .section-container .g-wide--3 {
        padding-right: 3.7%;
        background: url(../images/dividerDots.png) repeat-y right; } }

footer {
  position: relative;
  margin: 0 auto;
  padding: 45px 0px 45px 40px;
  max-width: 962px; }
  @media only screen and (min-width: 962px) {
    footer {
      padding: 45px 0px 45px 0px; } }
  footer p {
    font-size: 12px; }

.stop-scroll {
  overflow: hidden; }
  @media only screen and (min-width: 800px) {
    .stop-scroll {
      overflow-y: scroll; } }

.lower-z {
  z-index: -1 !important; }
  @media only screen and (min-width: 800px) {
    .lower-z {
      z-index: 1000 !important; } }
