@import url(bootstrap.min.css);
@import url(jasny-bootstrap.min.css);
@import url(fonts.css);
/* --- placeholder classes ---*/
.bottom_separator-dashed, .colorPalette_iconSamples {
  border-bottom: 1px dashed #b6bdc2; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* --- keyframes ---*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* --- change the default Bootstrap container size ---*/
.row {
  margin: 0 auto;
  max-width: 100rem; }

ul {
  margin-left: 0;
  list-style-position: inside; }

.container {
  /* --- fadeIn effect ---*/
  -moz-animation: fadeIn 1.5s;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 714px; } }
  @media (min-width: 1200px) {
    .container {
      width: 914px; } }

/* --- common components ---*/
/* --- typography ---*/
.container a {
  color: #145c9e; }
.container h2 {
  font-family: HelveticaNeue-Thin, "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Roboto Thin", sans-serif-thin, sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  margin-top: 80px; }
  .container h2 small {
    font-size: 16px;
    font-weight: bold; }
.container h2:first-child {
  margin-top: 20px; }
.container h3 {
  color: #000000;
  font-size: 16px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  text-transform: uppercase;
  margin-top: 60px; }
.container h2 + h3, .container div > h3 {
  margin-top: 20px; }
.container p {
  color: #515253;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif; }
.container p + img, .container p + ul, .container p + ol {
  margin-top: -20px;
  margin-bottom: 40px; }
.container ul, .container ol {
  margin: 20px auto;
  font-size: 16px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #515253; }
.container ol {
  margin-left: 20px; }
.container li {
  margin: 10px auto; }
.container img {
  margin: 20px 0 40px; }
.container table img {
  margin: 0; }
.container button:hover {
  color: #0572ce;
  background-color: #ffffff; }
.container button:active {
  color: #ffffff;
  background-color: #0572ce;
  border-color: #0572ce; }

.highlight-text {
  color: #0572ce; }

.warning-text {
  color: #ff0000; }

/* --- separator ---*/
.bottom_separator-dashed {
  margin: 40px 0; }

/* --- theme ---*/
body {
  font-family: "Helvetica Neue", Helvetica, "Lato", Arial, sans-serif; }
  @media (min-width: 992px) {
    body {
      padding-left: 256px; } }
  body.patterns_site_style h2 {
    color: #56803b; }
  body.patterns_site_style #mainNav .selected > a {
    color: #56803b; }
  body.patterns_site_style #banner .wrapper {
    background-color: #749e5a; }
  body.patterns_site_style .nav-tabs > li > a {
    color: #878C90; }
    body.patterns_site_style .nav-tabs > li > a:hover {
      color: #85BBE7; }
  body.patterns_site_style .nav-tabs > li.active > a, body.patterns_site_style .nav-tabs > li.active > a:hover, body.patterns_site_style .nav-tabs > li.active > a:focus {
    color: #0572ce; }
  @media (max-width: 550px) {
    body.patterns_site_style .nav-tabs {
      background: none; }
      body.patterns_site_style .nav-tabs > li.active > a, body.patterns_site_style .nav-tabs > li.active > a:hover, body.patterns_site_style .nav-tabs > li.active > a:focus {
        border-color: #749e5a; } }

/* --- header ---*/
.header {
  left: 0;
  background-color: #fff; }

/* --- make header 100% ---*/
.justifiedHead {
  max-width: 100%; }

/* --- hack: fix Oracle logo alignment ---*/
.title-area span {
  margin-top: -3px; }

/* --- nav ---*/
#mainNav {
  width: 256px;
  padding: 10px 0 15px;
  top: 64px;
  background-color: #ffffff; }
  #mainNav > ul > li > a {
    text-transform: uppercase;
    cursor: pointer; }
  #mainNav ul {
    list-style: none; }
    #mainNav ul a {
      color: #000000;
      font-size: 13px;
      font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
      line-height: 20px;
      letter-spacing: 0.02em;
      padding: 15px 20px; }
      #mainNav ul a:hover {
        background-color: #eef8ff; }
    #mainNav ul li > ul {
      text-indent: 36px; }
      #mainNav ul li > ul a {
        padding-left: 10px; }
      #mainNav ul li > ul.in {
        -moz-transition-property: display;
        -o-transition-property: display;
        -webkit-transition-property: display;
        transition-property: display;
        -moz-transition-duration: 3.25s;
        -o-transition-duration: 3.25s;
        -webkit-transition-duration: 3.25s;
        transition-duration: 3.25s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
  #mainNav .active a {
    background: none; }
  @media (min-width: 992px) {
    #mainNav.offcanvas-sm {
      display: block;
      padding-top: 20px; } }

.navbar {
  background: none;
  border: none;
  right: auto;
  top: 73px;
  left: 14px;
  z-index: 98;
  width: 36px; }
  @media (max-width: 992px) {
    .navbar .navbar-toggle {
      display: block; } }
  .navbar .navbar-toggle {
    border: none;
    margin: 0;
    padding: 6px; }
    .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
      background-color: transparent; }

.navbar-button_icon {
  position: relative;
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .navbar-button_icon span {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .navbar-button_icon span:nth-child(1) {
      top: 5px; }
    .navbar-button_icon span:nth-child(2), .navbar-button_icon span:nth-child(3) {
      top: 10px; }
    .navbar-button_icon span:nth-child(4) {
      top: 15px;
      width: 14px; }

.canvas-slid .navbar-button_icon span:nth-child(1), .canvas-sliding .navbar-button_icon span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%; }
.canvas-slid .navbar-button_icon span:nth-child(2), .canvas-sliding .navbar-button_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.canvas-slid .navbar-button_icon span:nth-child(3), .canvas-sliding .navbar-button_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.canvas-slid .navbar-button_icon span:nth-child(4), .canvas-sliding .navbar-button_icon span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%; }

/* --- [end] nav ---*/
/* --- banner ---*/
#banner {
  margin-top: 64px; }
  #banner .wrapper {
    position: fixed;
    z-index: 97;
    left: 0;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 256px;
    color: #ffffff;
    font-family: HelveticaNeue-Thin, "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Roboto Thin", sans-serif-thin, sans-serif;
    line-height: 1.1em;
    font-size: 30px;
    letter-spacing: 0.05em;
    -moz-transition-property: font-size;
    -o-transition-property: font-size;
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* --- site title ---*/ }
    @media (max-width: 992px) {
      #banner .wrapper {
        padding-left: 50px; } }
    @media (max-width: 667px) {
      #banner .wrapper {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 17px; } }
    #banner .wrapper .site_title {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      line-height: 2em;
      font-family: HelveticaNeue-Thin, "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Roboto Thin", sans-serif-thin, sans-serif;
      letter-spacing: 0.01em;
      text-transform: uppercase; }

/* --- [end] banner ---*/
/* --- content ---*/
#content {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 80px; }
  @media (max-width: 667px) {
    #content {
      padding-top: 60px; } }

/* --- offset hidden anchor---*/
a.anchor {
  display: block;
  position: relative;
  top: -196px;
  visibility: hidden; }

/* --- side image --*/
.side_image {
  min-height: 194px;
  padding-right: 239px;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .side_image {
      padding-right: 0;
      margin-top: 70px;
      padding-top: 199px;
      background-position: top left; }
      h2 + .side_image {
        margin-top: 25px; } }
  .side_image.side_image-app_nav {
    background-image: url(../images/overview/DesignObjectives/eg-appnav.png); }
  .side_image.side_image-functional {
    background-image: url(../images/overview/DesignObjectives/eg-functional.png); }
  .side_image.side_image-quallifier {
    background-image: url(../images/overview/DesignObjectives/eg-qualifier.png); }
  .side_image.side_image-status {
    background-image: url(../images/overview/DesignObjectives/eg-status.png); }
  .side_image.side_image-badges {
    background-image: url(../images/overview/DesignObjectives/eg-badge.png); }

/* --- tabs ---*/
.tabs-wrapper {
  position: absolute;
  top: 121px;
  left: 0;
  height: 40px;
  width: 100%;
  padding-left: 256px;
  font-size: 16px;
  font-family: HelveticaNeue-Thin, "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Roboto Thin", sans-serif-thin, sans-serif;
  background-color: #f5f5f5;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  @media (max-width: 992px) {
    .tabs-wrapper {
      padding-left: 0; } }
  @media (max-width: 667px) {
    .tabs-wrapper {
      top: 93px; } }
  .small-banner .tabs-wrapper {
    position: fixed;
    top: 157px;
    z-index: 96; }
    @media (max-width: 667px) {
      .small-banner .tabs-wrapper {
        top: 118px; } }

ul.nav-tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none; }
  ul.nav-tabs > li {
    text-align: center;
    width: 50%;
    height: 40px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #D6DFE6; }
    ul.nav-tabs > li:first-child {
      padding-left: 10px; }
    ul.nav-tabs > li:last-child {
      padding-right: 10px;
      border-right: none; }
    ul.nav-tabs > li > a {
      font-size: 14px;
      font-family: HelveticaNeue-Light, "Segoe UI Semilight", "Helvetica Neue", "Segoe UI Light", "Segoe UI", "Roboto Light", sans-serif-light, sans-serif;
      letter-spacing: 0.02em;
      border: none;
      border-radius: 0;
      margin: 0;
      padding: auto;
      text-transform: uppercase; }
      ul.nav-tabs > li > a:hover {
        background: none; }
    ul.nav-tabs > li.active > a, ul.nav-tabs > li.active > a:hover, ul.nav-tabs > li.active > a:focus {
      border: none;
      background: none;
      outline: none; }

/* --- vertical tabs --- */
@media (max-width: 550px) {
  .tabs-wrapper {
    height: auto; }
    .small-banner .tabs-wrapper {
      position: static;
      background-color: transparent;
      padding-left: 0; }
      .small-banner .tabs-wrapper .nav-tabs > li {
        margin-left: 5px; }

  ul.nav-tabs {
    margin: 10px 0; }
    ul.nav-tabs > li {
      text-align: left;
      width: auto;
      margin-left: 20px;
      float: none; }
      ul.nav-tabs > li:first-child {
        padding-left: 0;
        border-right: none; }
      ul.nav-tabs > li:last-child {
        padding-right: 0; }
      ul.nav-tabs > li.active > a, ul.nav-tabs > li.active > a:hover, ul.nav-tabs > li.active > a:focus {
        border-left: 4px solid;
        margin-left: -4px; } }
.tab-content {
  margin-top: 60px; }
  @media (max-width: 550px) {
    .tab-content {
      margin-top: 100px; } }
  .small-banner .tab-content {
    margin-top: 30px; }

/* --- [end] tabs ---*/
/* --- color palette ---*/
.color_palette.row {
  margin: -40px 0 0 0; }

.color_swatch {
  float: left;
  width: 64px;
  height: 64px;
  margin: 40px 15px 0 0;
  position: relative; }
  .color_swatch span {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 64px;
    text-align: center; }
  .color_swatch.color-454545 {
    background-color: #454545; }
  .color_swatch.color-D4D6D7 {
    background-color: #D4D6D7; }
  .color_swatch.color-85BBE7 {
    background-color: #85BBE7; }
  .color_swatch.color-FFFFFF {
    background-color: #FFFFFF;
    border: 1px solid #dedede; }
  .color_swatch.color-0572CE {
    background-color: #0572CE; }
  .color_swatch.color-878C90 {
    background-color: #878C90; }
  .color_swatch.color-616365 {
    background-color: #616365; }

/* --- [end] color palette ---*/
/* --- color value ---*/
.swatches.row {
  margin: 0; }

div.swatch {
  float: left;
  width: 220px;
  margin: 20px 0; }
  div.swatch .outer {
    float: left; }
  div.swatch .color {
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0; }
  div.swatch .caption {
    float: left;
    color: #515253;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0 15px; }
  div.swatch h3 {
    margin: 6px 0 5px 0;
    padding: 0 0 5px 0;
    width: 100px;
    color: #515253;
    font-size: 13px;
    font-family: HelveticaNeue-Bold, "Segoe UI Bold", "Helvetica Neue", "Segoe UI Black", "Segoe UI", "Roboto Bold", sans-serif-black, sans-serif;
    text-transform: none;
    border-bottom: 1px solid #E6E6E6; }

/* --- [end] color value ---*/
/* --- table ---*/
/* --- overwrite Foundation default value line-height: 1.125rem ---*/
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
  line-height: 1.5em; }

.table-warning {
  padding-left: 28px;
  margin: 20px 30px;
  background: url(../images/img-tables/warning_18@2x.png) center left no-repeat;
  background-size: contain; }
  @media (max-width: 480px) {
    .table-warning {
      padding-left: 46px;
      margin: 20px 10px; } }

.tabletitle {
  font-size: 14px;
  font-family: HelveticaNeue-Bold, "Segoe UI Bold", "Helvetica Neue", "Segoe UI Black", "Segoe UI", "Roboto Bold", sans-serif-black, sans-serif;
  text-transform: uppercase;
  color: #515253;
  background-color: #e8ecef;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e3e5;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e3e5; }

.tabletitlenoCapsnoBold {
  font-size: 14px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #515253;
  text-align: center;
  text-transform: none; }

.tabletitleRow1 {
  font-size: 14px;
  font-family: HelveticaNeue-Bold, "Segoe UI Bold", "Helvetica Neue", "Segoe UI Black", "Segoe UI", "Roboto Bold", sans-serif-black, sans-serif;
  text-transform: uppercase;
  color: #2F3030;
  background-color: #f2f5f7;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 10px; }

.tabletitleEnd {
  font-size: 14px;
  font-family: HelveticaNeue-Bold, "Segoe UI Bold", "Helvetica Neue", "Segoe UI Black", "Segoe UI", "Roboto Bold", sans-serif-black, sans-serif;
  text-transform: uppercase;
  color: #515253;
  background-color: #e8ecef;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e3e5; }

.tablelinesImage {
  border-right-width: thin;
  border-bottom-width: thin;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #f1f2f3;
  border-bottom-color: #f1f2f3;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelinesImageEnd {
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #f1f2f3;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelinesImageEndRowColumn {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelinesImageEndColumn {
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #f1f2f3;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelines {
  border-right-width: thin;
  border-bottom-width: thin;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #f1f2f3;
  border-bottom-color: #f1f2f3;
  font-size: 13px;
  color: #63676a;
  text-align: left;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelinesEndtext {
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #f1f2f3;
  font-size: 13px;
  color: #63676a;
  text-align: left;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelinesEndRow {
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #f1f2f3;
  font-size: 13px;
  color: #63676a;
  text-align: left;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelinesEndtextColumnRow {
  font-size: 13px;
  color: #63676a;
  text-align: left;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

.tablelinesEndRow {
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #f1f2f3; }

.tablemessagetext {
  font-size: 12px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #272828;
  text-align: right;
  padding-left: 8px; }

.tableborder {
  border: 1px solid #e1e3e5; }

.tabletitlerow {
  font-size: 14px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #63676a;
  background-color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e3e5; }

.tabletitlerow2 {
  font-size: 14px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #63676a;
  background-color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px; }

.tabletitlecolumn {
  font-size: 15px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #63676a;
  text-align: right;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e3e5; }

.tabletitlecolumnLeftUnderline {
  font-size: 15px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #63676a;
  text-align: left;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e3e5;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f1f2f3; }

.tabletitlecolumnLeftUnderlineEnd {
  font-size: 15px;
  font-family: "Helvetica Neue", "Segoe UI", "Roboto", sans-serif-regular, sans-serif;
  color: #63676a;
  text-align: left;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e3e5; }

.tabletext {
  font-size: 13px;
  color: #63676a;
  text-align: left;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e3e5; }

.tabletextEnd {
  font-size: 13px;
  color: #63676a;
  text-align: left;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

/* --- [end] table ---*/
/* --- Color Palette - Icon Samples ---*/
.colorPalette_iconSamples:last-of-type {
  border-bottom: none; }
.colorPalette_iconSamples h3 {
  float: left;
  width: 200px;
  height: 120px;
  padding-top: 55px; }
  @media (max-width: 480px) {
    .colorPalette_iconSamples h3 {
      width: auto;
      height: auto;
      padding-top: 0; } }

/* --- [end] Color Palette - Icon Samples ---*/
/* --- download ---*/
.resource_download {
  background: url(../images/icons/func_arrowboxdown_32_act.png) no-repeat center left;
  padding-left: 48px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi), (min-resolution: 2dppx) {
    .resource_download {
      background: url(../images/icons/func_arrowboxdown_32_act@2x.png) no-repeat top left;
      background-size: 24px 24px; } }
  .resource_download p {
    font-size: 14px;
    line-height: 18px; }
  .resource_download a {
    display: block; }

/* --- [end] download ---*/
/* --- fonts showcase ---*/
.glyphs {
  overflow: hidden;
  min-width: 200px;
  padding: 0; }

.glyphs-overview {
  margin: 15px 0 30px; }
  .glyphs-overview ul {
    list-style: none;
    margin: 10px 0;
    padding-left: 0; }
    .glyphs-overview ul li {
      display: inline-block; }
  .glyphs-overview span {
    border: 1px solid #17ace4; }
    .glyphs-overview span:before {
      display: inline-block; }
  .glyphs-overview .fs-24 {
    font-size: 24px; }
  .glyphs-overview .fs-16 {
    font-size: 16px; }

.glyph {
  font-size: 16px;
  float: left;
  text-align: center;
  background: #fff;
  padding: .75em .75em .4em;
  margin: .75em 1.5em .75em 0;
  width: 175px; }
  .glyph span:before {
    display: inline-block; }
  .glyph input {
    font-family: consolas, monospace;
    font-size: 13px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #eee;
    padding: .125em;
    margin-top: 0.5em; }
  .glyph.fs-24 span {
    font-size: 24px; }

.glyph-name {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* --- CSSCodeToggle ---*/
.codeToggle + pre {
  display: none;
  margin-top: 10px; }

/* --- [end] CSSCodeToggle ---*/
/* --- [end] content ---*/
/* --- footer ---*/
footer .container {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d2d7dc; }

footer.footer h2 {
  color: #e4e4e4; }
footer.footer .row {
  max-width: 100rem; }

/* --- [end] footer ---*/
/* --- Icon Gallery (temporary)---*/
.thumbnails > div {
  float: none;
  display: inline-block; }
.thumbnails .thumbnail {
  border: none; }
  .thumbnails .thumbnail a {
    margin-right: auto;
    margin-left: auto; }
  .thumbnails .thumbnail img {
    margin: 20px auto; }
  .thumbnails .thumbnail span {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px; }

/* --- [end] Icon Gallery ---*/
