/* Amkai Solutions - Style Guide - 2/2015 */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic);
@font-face {
  font-family: MetaProBook;
  src: url("../fonts/MetaPro-Book.otf") format("opentype"); }

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: OpenSans;
  font-weight: 600;
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: OpenSans;
  font-weight: bold;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype"); }

* {
  box-sizing: border-box; }

.styleGuide {
  color: #bababa;
  margin: 0;
  line-height: 1.5;
  letter-spacing: .03em;
  font-weight: 300;
  font-size: 16px;
  font-family: "Source Sans Pro"; }

/*a {
	text-decoration: none;
	color: inherit;
}

p:first-of-type {
	margin-top: 0;
}*/
.styleguide-main h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem; }

.col-two {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .col-two > div {
    min-height: 100%;
    width: 49%;
    display: inline-block;
    margin: 0; }

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.1rem; } }

.wrapper-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

header {
  color: #525355;
  border-bottom: 1px solid #bababa; }
  header h1 {
    margin-top: 0;
    margin-bottom: .35em;
    line-height: 1.3;
    font-weight: 500;
    font-size: 4rem; }
  header h4 {
    text-transform: uppercase;
    margin: 0 0 -.75rem;
    font-weight: 600;
    font-size: 1.25rem; }

@media only screen and (max-width: 480px) {
  header h1 {
    font-size: 3rem;
    line-height: normal; } }

main {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 80%;
  height: calc(100vh - 5.5rem);
  overflow-y: scroll;
  padding: 2rem 200px 2rem 4rem;
  margin-right: 200px; }
  main.push-right-active {
    left: 300px; }

@media only screen and (max-width: 480px) {
  main {
    position: static;
    width: 100%;
    padding: 0;
    margin: 5.5rem 0 0; } }

#main-content, header {
  padding-left: .25rem; }

#main-content {
  margin-right: -3rem; }
  #main-content img {
    max-width: 100%; }

@media only screen and (max-width: 480px) {
  #main-content, header {
    padding-left: .5rem;
    padding-right: .5rem; }
  #main-content {
    margin-right: auto; } }

.push-right, .push-right-active {
  transition: all .6s; }

.wrapper-main nav.push-right-active {
  left: 0; }

.cols {
  clear: both; }
  .cols .col-bi-1 {
    float: left;
    width: 50%; }
  .cols .col-tri-1 {
    float: left;
    width: 33%; }
  .cols .col-tri-2 {
    float: left;
    width: 66%; }
  .cols .col-quad-1 {
    float: left;
    width: 25%; }

.main-nav-check {
  display: none; }

.wrapper-main nav {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  padding-left: 2rem;
  background-color: #fff;
  box-shadow: 2px 0 4px #eee;
  border-right: 1px solid #ddd; }
  .wrapper-main nav section {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding-left: 1rem; }
  .wrapper-main nav ul {
    width: 80%;
    list-style-type: none;
    padding-left: 1px;
    margin: 0; }
    .wrapper-main nav ul li {
      margin: .25rem 0;
      padding: 0;
      color: #bababa;
      font-size: 1.2rem;
      font-weight: 300; }
      .wrapper-main nav ul li span {
        transition: color .2s;
        cursor: pointer;
        padding-left: 1rem; }
        .wrapper-main nav ul li span:hover {
          color: #525355; }

.wrapper-main .nav-content {
  max-height: 82vh;
  overflow-y: scroll; }

@media only screen and (max-width: 480px) {
  nav {
    width: 100%;
    padding-left: 0; }
    nav ul {
      padding-left: 10px; }
    nav section {
      margin: 1rem 0;
      padding: 0; }
  .nav-content {
    padding-left: 10px;
    max-height: inherit; }
    .nav-content > section:first-of-type {
      margin-top: 5.5rem; } }

.nav-selected {
  background-color: #ededef;
  margin-left: -.75rem;
  margin-right: -.75rem;
  padding-left: .75rem;
  border-radius: 20px;
  transition: all .2s; }
  .nav-selected a:hover {
    color: inherit;
    cursor: default; }

@media only screen and (max-width: 480px) {
  .menu-sm-head {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding-right: 0;
    background: #fff; } }

.menu-logo {
  margin-left: -.75rem;
  margin-right: 3rem;
  padding-right: 1rem;
  max-height: 10vh; }
  .menu-logo img {
    margin-top: 1.25rem;
    width: 100%; }

@media only screen and (max-width: 480px) {
  .menu-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding-left: 5px; }
    .menu-logo img {
      margin: 0;
      width: 40%; } }

.menu-toggle {
  position: absolute;
  top: 2rem;
  right: -2.55rem;
  width: 2.55rem;
  z-index: 1;
  padding-top: .1rem;
  padding-right: .6rem;
  font-size: 1.5rem;
  text-align: right;
  margin-left: -1px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 1px 2px #eee;
  transition: color .2s;
  color: #bababa;
  background: #fff; }
  .menu-toggle:hover {
    color: #525355; }
  .menu-toggle i {
    margin-top: -2px; }

@media only screen and (max-width: 480px) {
  .menu-toggle {
    display: none; } }

.menu-sm-toggle {
  display: none; }

@media only screen and (max-width: 480px) {
  .menu-sm-toggle {
    display: inline-block;
    color: #bababa;
    font-size: 1.5rem; }
    .menu-sm-toggle.active {
      color: #343536; }
  .menu-sm-content {
    display: none;
    background-color: rgba(255, 255, 255, 0.9); } }

.menu-item-head {
  color: #525355;
  font-weight: 400;
  font-size: 1.45rem; }

.view-select {
  position: fixed;
  top: 7rem;
  right: 2rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: flex-end;
  -moz-flex-direction: flex-end;
  -ms-flex-direction: flex-end;
  flex-direction: flex-end; }
  .view-select > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    border: 1px solid #bababa;
    border-radius: 2px;
    background-color: #ededef;
    transition: all .2s ease;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center; }
    .view-select > div.selected {
      background-color: #bababa;
      border-color: #525355;
      color: #525355; }
    .view-select > div:hover {
      cursor: pointer;
      border-color: #525355;
      color: #343536; }
  .view-select.inactive {
    display: none; }

@media only screen and (max-width: 480px) {
  .view-select {
    position: relative;
    top: auto;
    right: auto;
    width: 100%; }
    .view-select > div {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin: 0;
      padding: .25rem;
      border: none;
      border-radius: 0;
      font-size: .75rem; } }

div[class^="viewcontent-"] {
  display: block; }
  div[class^="viewcontent-"].unselected {
    display: none; }

.font-container span {
  color: #666;
  text-transform: uppercase;
  font-size: 14px; }

.font-header {
  clear: both;
  height: 200px;
  width: 100%; }

.font-col {
  background-color: #F1F1F1;
  float: left;
  padding: 10px 25px;
  text-align: center;
  width: 18%; }
  .font-col:first-of-type {
    margin-right: 15px; }

.swatch-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem; }
  .swatch-wrapper > div:first-of-type {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; }
  .swatch-wrapper > div:last-of-type {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%; }

@media only screen and (max-width: 480px) {
  .swatch-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.swatch-color {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 2px; }
  .swatch-color > div:first-of-type {
    display: inline-block;
    width: 45%;
    min-height: 100%;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    border-right: 1px solid #bababa;
    max-width: 200px; }

.swatch-color-info {
  display: inline-block;
  overflow: hidden;
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  padding: .55rem;
  font-size: .95rem; }
  .swatch-color-info > span {
    white-space: nowrap; }
  .swatch-color-info .swatch-color-name {
    color: #525355;
    font-weight: 500;
    font-size: 1.2em; }

.swatch-desc {
  padding: .75rem 0 .75rem 2rem;
  color: #bababa; }

@media only screen and (max-width: 480px) {
  .swatch-desc {
    padding: 5px; } }

.subsection-start {
  border-top: 2px solid #ededef;
  padding-top: 2.5rem; }

#logo .light {
  border: 2px solid #bababa; }

#fonts img {
  max-width: 100%; }

.styleGuide #links h4 {
  margin: 0;
  color: #525355; }

.styleGuide #links .col-two > div:first-of-type a {
  font-family: "ff-meta-web-pro"; }

.styleGuide #links .col-two > div:last-of-type a {
  font-family: "open-sans"; }

.styleGuide #links .subsection-start {
  margin-top: 1rem;
  padding-top: 1.5rem; }

.styleGuide #buttons h4 {
  margin: 0;
  color: #343536; }

.styleGuide #buttons .button-display {
  height: 40px; }

.styleGuide #buttons span {
  display: inline-block;
  width: 150px; }

.styleGuide #tabs h4 {
  margin: 0;
  color: #343536; }

.styleGuide .button-head {
  padding-top: 1rem; }

.styleGuide .col-two h5 {
  margin: 0;
  font-size: 1rem; }

.styleGuide .col-two p {
  margin: 0;
  font-size: .85rem; }

.code-example {
  border: 1px solid #ebebeb; }

.code-example > div {
  position: relative;
  padding: 3rem 2rem 2rem 2rem;
  font-size: 100%;
  border-radius: 3px 3px 0 0; }

.code-example > div:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  color: #ebebeb;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 3px 0 3px 0;
  background-color: #444; }

.code-example > pre {
  position: relative;
  margin: 0;
  padding: 20px;
  border-top: 1px solid #ebebeb;
  border-radius: 0 0 3px 3px;
  width: 100%; }

.code-example > pre > code {
  float: left; }

.code-example > pre > code:before {
  content: "Code";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  color: #ebebeb;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 0 0 4px 0;
  background-color: #444; }

h1, h2, h3, h4 {
  margin: 0; }

.code-example .info_box {
  width: 30rem;
  top: -5rem;
  left: -5rem; }

.code-example .dashboard-lables .caseheader_banner div {
  overflow: hidden; }

.single_customclass .dropdown-dictionary .dropdown-btn {
  width: 20rem; }
