#turnkey-credit {display: none;}

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color: #1e496e;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
  color: #1e496e; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover, a:visited {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

p {
  margin: 0;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #e7e8eb;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Better Box Model
   ========================================================================== */
/**
 * Apply a natural box layout model to all elements
 * 1. Support older android devices even though safari supports box-sizing
 * with no prefix.
 * */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cb {clear:both;}

/* Style Guide Components
   ========================================================================== */

body {
  background-color: #f6f6f6;
  color: #2f343e;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

a {
  color: #4184B1;
  text-decoration: none;
}

a:hover {
  color: #185586;
  text-decoration: none;
}

header {
  background-color: #2f343e;
  color: #fff;
  padding: 0 50px 25px;
}

header h2 {
  padding: 25px 0 0;
  margin: 0;
  float: left;
  font-size: 16px;
}

header h2 a {
  color: #fff;
}

header h2 a:hover {
  color: #f8f8f8;
}

.picker {
  float: right;
  position: absolute;
  top: 0;
  right: 50px;
  text-align: right;
  background-color: #2f343e;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}

.picker li {display: none;}
.picker:hover {
  color: #2f343e;
  background-color: #f6f6f6;
}
.picker:hover li {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  text-align: center;
}
.picker:hover li a {
  text-decoration: none;
}

@media (max-width: 1000px) {
  header h2 {
    float: none;
    text-align: center;
  }
  .nav-main {
    float: none;
    width: 100%;
  }
  .nav-main ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav-main ul li {
    float: none;
  }
  .nav-main ul li a {
    padding: 0;
    margin: 0 10px !important;
    text-align: center;
    display: block;
  }
}

@media (max-width: 640px) {
	.picker {
	  float: none;
	  position: relative;
	  top: initial;
	  right: initial;
	  width: 190px;
	  margin: 10px auto 0;
	}
}
@media (max-width: 450px) {
  .nav-main ul {
    flex-direction: column;
  }
}

.top {
  display: none;
  position: fixed;
  border: 1px solid #e7e8eb;
  padding: 5px 10px;
  margin-left: 50px;
}

.top:hover {
  background: #fff;
  cursor: pointer;
}

nav {
  float: left;
  width: 20%;
  margin: 80px 5% 0 0;
  position: absolute;
}

nav ul {
  padding-left: 50px;
  margin: 0;
}

nav li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
}

nav a {
  text-decoration: none;
}

/*nav ul li span.arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4184B1;
  margin-right: 15px;
  display: block;
  float: left;
  margin-top: 3px;
}

nav ul li.active span.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4184B1;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: 6px;
}*/

nav ul li ul {
  padding: 10px 0 5px 20px;
}

nav ul li.active ul {
  display: block;
}

nav ul li ul li {
  font-size: 14px;
}

nav ul li ul li ul li {
  font-size: 12px;
  margin-bottom: 5px;
}

.nav-main {
  float: right;
  margin-top: 20px;
}

.nav-main ul li {
  float: left;
  list-style-type: none;
}

.nav-main ul li a {
  color: #fff;
  margin-left: 20px;
  padding: 10px;
}

.nav-main ul li a:hover {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #fff;
  padding: 9px;
}

section {
  float: left;
  width: 65%;
  margin-bottom: 66px;
  margin-left: 25%;
}

@media (max-width: 780px) {
  nav {display: none !important;}
  section {
    float: none;
    width: 90%;
    margin: 0 auto 66px;
  }
}

article {
  padding: 50px 0 0;
}

.group {
  border: 1px solid #e7e8eb;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.intro, .example, .code, .content {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 30px;
}

.example {
  padding: 0 30px;
}

.intro h2 {
  margin: 0 0 5px;
}

.intro {
  border-bottom: 1px solid #e7e8eb;
}

.example-row {
  width: 100%;
  padding: 30px 0;
}

.desc {
  width: 48%;
  border-right: 1px solid #e7e8eb;
  padding-right: 6%;
  margin-right: 6%;
  float:left;
}

.desc h3 {
  margin: 0 0 5px;
}

.desc span {
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px 15px 0 0;
  float: left;
  display: block;
}

.visual {
  width: 46%;
  margin: 0;
  padding: 0;
  float:left;
}

.swatch {
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.swatch span {
  display: block;
  margin-top: 5px;
}

.center {margin: 0 auto;}

.square {
  height: 200px;
  width: 200px;
  float: left;
  margin: 0 25px 25px 0;
  padding: 20px;
  color: #fff;
}

.square2 {
  height: 50px;
  width: 100%;
  float: left;
  margin: 0 20px 20px 0;
  padding: 20px;
  color: #fff;
}

.secondaryAccent {
  display: inline !important;
}

.invert { color: #333; }

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 2px;
  white-space: pre-wrap;
}

code {
  padding: 20px;
  background-color: #FFF;
  width: 100%;
  font-size: 14px;
  font-family: monospace;
  line-height: 18px;
}


@media (max-width: 1080px) {
  .color {
    width: 40%;
    margin: 10px 5%;
  }
}

.col-left {
  float: left;
  width: 40%;
  margin: 10px 5%;
  text-align: left;
}

.col-right {
  float: right;
  width: 40%;
  margin: 10px 5%;
  text-align: left;
}

.col-left span, .col-right span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 1080px) {
  .col-left, .col-right {
    float: none;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .col-left {
    margin-bottom: 60px;
  }
}

input {
  background-color: #fff;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #555;
  padding: 2px 0 2px 10px;
  width: 100%;
}

input.error {
  border-left: 8px solid #ef9a21;
}

input:focus {
  outline-color: #ef9a21;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ef9a21;
    font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ef9a21;
   opacity: 1;
   font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ef9a21;
   opacity: 1;
   font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #ef9a21;
   font-size: 12px;
}

.error {
  font-size: 12px;
  display: block;
}

.message {
  border: 1px solid #ef9a21;
  border-left: 8px solid;
  border-radius: 5px;
  color: #ef9a21;
  padding: 15px;
  margin: 20px 0 0;
}

.interlinks {
  margin-bottom: 20px;
}

.interlinks a {
  margin-left: 10px;
}

.full-width-container {
  padding: 100px 50px;
  display: flex;
  flex-wrap: wrap;
}

/* Password Overlay */
.overlay-password {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.passwordContainer {
  width: 90%;
  max-width: 450px;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin-top: 50px;
}

.passwordContainer .btn {
  margin: 20px auto;
}

.passwordContainer .passwordInput {
  width: 200px;
  margin: 40px 0 20px;
}

.passwordContainer .passwordError {
  color: #d94332;
}