@charset 'UTF-8';
/**
 * File Name : common.css
 * Version : 1.0
 * Description : 全ページ共通CSSファイル
 * Since : 2017-04-20
 * Modified : 2017-04-20
 *
 * ---- Table of Contents ----
 *
 * 1.0 - Base Rule
 *    1.1 - Normalize
 *    1.2 - Elements
 *
 * 2.0 - Layout
 *    2.1 - Centering
 *    2.2 - Header
 *    2.3 - Global Nav
 *    2.4 - Main
 *    2.5 - Footer
 *
 * 3.0 - Module
 *    3.1 - fonts
 *    3.2 - Logo
 *    3.3 - Heading
 *    3.4 - Button
 *    3.5 - Hero
 *    3.6 - utility
 */
/*
 1.0 - Base
---------------------------------------------------------------*/
/*
  1.1 - Normalize
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
      -ms-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.15;
  /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
  1.2 - Elements
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-weight: 400;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, sans-serif;
  line-height: 1.5;
}

body {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  height: 100%;
  background: #eceff1;
  color: #607d8b;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
}

/*
 2.0 - Layout
---------------------------------------------------------------*/
/*
  2.1 - Centering
*/
.l-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
}

.l-wrapper:after {
  display: table;
  clear: both;
  content: '';
}

.l-wrapper.l-wrapper-full {
  width: 100%;
}

/*
  2.2 - Header
*/
.l-header {
  position: relative;
  padding: 0;
  height: 48px;
  background: #fff;
  color: #263238;
}

.l-header.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out 0s;
     -moz-transition:         box-shadow .2s ease-in-out 0s;
          transition:         box-shadow .2s ease-in-out 0s;
}

.l-header.header-fixed.is-fixed {
  border-color: transparent;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.l-header.header-fixed + * {
  margin-top: 48px;
}

.l-header-title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem; 
  line-height: 1;
}

/*
  2.3 - Global Nav
*/
.l-global-nav .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-transition: opacity .2s ease-in-out 0s;
     -moz-transition: opacity .2s ease-in-out 0s;
          transition: opacity .2s ease-in-out 0s;
}

.l-global-nav .l-global-nav-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  max-width: 400px;
  width: 85%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, .3);
          box-shadow: 3px 0 5px rgba(0, 0, 0, .3);
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
  -webkit-transform: translate(-110%, 0);
     -moz-transform: translate(-110%, 0);
      -ms-transform: translate(-110%, 0);
          transform: translate(-110%, 0);
}

.l-global-nav .l-global-nav-title {
  margin: 0;
  padding: 0 1em 0 2.5em; 
  height: 48px;
  border-bottom: 1px solid #eceff1;
  background-color: #fff;
  color: #607d8b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 48px;
}

.l-global-nav ul {
  position: relative;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
  height: 100%;
  list-style: none;
}

.l-global-nav ul li {
  margin: 0;
  padding: 0;
}

.l-global-nav ul li a {
  display: block;
  padding: 1.5em 1em;
  border-bottom: 1px solid #eceff1;
  color: #607d8b;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem; 
  line-height: 1.2;
}

.l-global-nav ul li a:hover,
.l-global-nav ul li a.is-active {
  background-color: #eceff1;
}

.hamburger-right + .l-global-nav .l-global-nav-inner {
  right: 0;
  left: auto;
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, .3);
          box-shadow: -3px 0 5px rgba(0, 0, 0, .3);
  -webkit-transform: translate(110%, 0);
     -moz-transform: translate(110%, 0);
      -ms-transform: translate(110%, 0);
          transform: translate(110%, 0);
}

.hamburger-right + .l-global-nav .l-global-nav-title {
  padding: 0 2.5em 0 1em;
}

.is-active-drower {
  overflow: hidden;
}

.is-active-drower .l-global-nav .overlay {
  visibility: visible;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.is-active-drower .l-global-nav .l-global-nav-inner {
  z-index: 4;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.lt-ie8 .l-global-nav-inner,
.ie7 .l-global-nav-inner {
  left: -110%;
}

.lt-ie8 .is-active-drower .l-global-nav-inner,
.ie7 .is-active-drower .l-global-nav-inner {
  left: 0;
}

/*
  2.4 - Main
*/
.l-main {
  counter-reset: section;
}

.l-section {
  position: relative;
  padding: 32px 0;
}

.l-section.section-light {
  background-color: #fff;
}

.l-section.section-grey {
  background-color: #f5f5f5;
}

.l-section.section-dark {
  background-color: #607d8b;
  color: #fff;
}

.section-button-wrap {
  margin: 2em  auto;
  max-width: 360px;
  width: 100%;
}

.l-grid {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0 !important;
}

.l-grid.l-grid-justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.l-grid.l-grid-justify:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.l-grid-item {
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}

.l-grid-justify .l-grid-item {
  margin-bottom: 8px;
}

.l-grid-item.grid-1 {
  width: 8.33333%;
}

.l-grid-item.grid-2 {
  width: 16.66667%;
}

.l-grid-item.grid-3 {
  width: 25%;
}

.l-grid-item.grid-4 {
  width: 33.33333%;
}

.l-grid-item.grid-5 {
  width: 41.66667%;
}

.l-grid-item.grid-6 {
  width: 50%;
}

.l-grid-item.grid-7 {
  width: 58.33333%;
}

.l-grid-item.grid-8 {
  width: 66.66667%;
}

.l-grid-item.grid-9 {
  width: 75%;
}

.l-grid-item.grid-10 {
  width: 83.33333%;
}

.l-grid-item.grid-11 {
  width: 91.66667%;
}

.l-grid-item.grid-12 {
  width: 100%;
}

.l-grid-justify .l-grid-item.grid-1 {
  width: 6.5%;
}

.l-grid-justify .l-grid-item.grid-2 {
  width: 15%;
}

.l-grid-justify .l-grid-item.grid-3 {
  width: 23.5%;
}

.l-grid-justify .l-grid-item.grid-4 {
  width: 32%;
}

.l-grid-justify .l-grid-item.grid-5 {
  width: 40.5%;
}

.l-grid-justify .l-grid-item.grid-6 {
  width: 49%;
}

.l-grid-justify .l-grid-item.grid-7 {
  width: 57.5%;
}

.l-grid-justify .l-grid-item.grid-8 {
  width: 66%;
}

.l-grid-justify .l-grid-item.grid-9 {
  width: 74.5%;
}

.l-grid-justify .l-grid-item.grid-10 {
  width: 83%;
}

.l-grid-justify .l-grid-item.grid-11 {
  width: 91.5%;
}

.l-grid-item.grid-sp-1 {
  width: 8.33333%;
}

.l-grid-item.grid-sp-2 {
  width: 16.66667%;
}

.l-grid-item.grid-sp-3 {
  width: 25%;
}

.l-grid-item.grid-sp-4 {
  width: 33.33333%;
}

.l-grid-item.grid-sp-5 {
  width: 41.66667%;
}

.l-grid-item.grid-sp-6 {
  width: 50%;
}

.l-grid-item.grid-sp-7 {
  width: 58.33333%;
}

.l-grid-item.grid-sp-8 {
  width: 66.66667%;
}

.l-grid-item.grid-sp-9 {
  width: 75%;
}

.l-grid-item.grid-sp-10 {
  width: 83.33333%;
}

.l-grid-item.grid-sp-11 {
  width: 91.66667%;
}

.l-grid-item.grid-sp-12 {
  width: 100%;
}

.l-grid-justify .l-grid-item.grid-sp-1 {
  width: 6.5%;
}

.l-grid-justify .l-grid-item.grid-sp-2 {
  width: 15%;
}

.l-grid-justify .l-grid-item.grid-sp-3 {
  width: 23.5%;
}

.l-grid-justify .l-grid-item.grid-sp-4 {
  width: 32%;
}

.l-grid-justify .l-grid-item.grid-sp-5 {
  width: 40.5%;
}

.l-grid-justify .l-grid-item.grid-sp-6 {
  width: 49%;
}

.l-grid-justify .l-grid-item.grid-sp-7 {
  width: 57.5%;
}

.l-grid-justify .l-grid-item.grid-sp-8 {
  width: 66%;
}

.l-grid-justify .l-grid-item.grid-sp-9 {
  width: 74.5%;
}

.l-grid-justify .l-grid-item.grid-sp-10 {
  width: 83%;
}

.l-grid-justify .l-grid-item.grid-sp-11 {
  width: 91.5%;
}

/*
  2.5 - Footer
*/
.l-footer {
  clear: both;
}

.l-footer-nav {
  background-color: #fff;
}

.l-footer-nav .footer-nav-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer-nav .footer-nav-list > li {
  font-size: 14px;
  font-size: .875rem;
}

.l-footer-nav .footer-nav-list > li + li > a {
  border-top: 1px solid #eceff1;
}

.l-footer-nav .footer-nav-list > li > a {
  display: block;
  padding: 1em;
  border: 0;
  color: #607d8b;
  text-decoration: none;
  font-weight: bold;
}

.l-footer-nav .footer-nav-list > li > a:hover {
  background-color: #cfd8dc;
}

.l-footer-nav .footer-nav-list > li > ul {
  display: none;
}

.l-footer-info {
  overflow: hidden; 
  padding: 24px 0;
  background-color: #263238;
  color: #90a4ae;
}

.l-footer-info a {
  border-bottom: 2px solid transparent;
}

.l-footer-info a:hover {
  border-color: #90a4ae;
}

.l-footer-info .l-footer-title {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
}

.l-footer-info .copyright {
  margin: .5em 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  font-size: .75rem;
}

.l-footer-info .copyright a {
  border: 0;
  color: #90a4ae;
  text-decoration: none;
}

/*
 3.0 - Module
---------------------------------------------------------------*/
/*
  3.1 - Icon
*/
.material-icons,
.icon-arrow-primary-1:before,
.icon-arrow-primary-2:after,
.icon-arrow-secondary-1:before,
.icon-arrow-secondary-2:after,
.icon-arrow-back-primary-1:after,
.icon-slidepanel:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  /* Preferred icon size */
  font-family: 'Material Icons';
  line-height: 1;
  direction: ltr;
  /* Support for all WebKit browsers. */

  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.icon-accent {
  color: #ffc107;
}

.icon-arrow-primary-1:before,
.icon-arrow-primary-2:after {
  content: '\00E315';
  vertical-align: -6px;
}

.icon-arrow-secondary-1:before,
.icon-arrow-secondary-2:after {
  content: '\00E037';
  vertical-align: -2px;
  font-size: 14px;
  font-size: .875rem;
}

.icon-arrow-back-primary-1:after {
  content: '\00E314';
  vertical-align: -6px;
}

.icon-arrow-primary-1:before {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  font-size: 2em;
}

.icon-arrow-primary-2:after {
  margin-left: 4px;
}

.icon-arrow-secondary-1:before {
  margin-right: 4px;
}

.icon-arrow-secondary-2:after {
  margin-left: 4px;
}

.icon-arrow-back-primary-1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  font-size: 2em;
}

.icon-slidepanel {
  position: relative;
}

.icon-slidepanel:after {
  position: absolute;
  right: 1em;
  content: '\00E313';
  -webkit-transition: -webkit-transform .2s ease-in-out 0s;
     -moz-transition:    -moz-transform .2s ease-in-out 0s;
          transition:         transform .2s ease-in-out 0s;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.is-active-slide .icon-slidepanel:after {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.icon-arrow-next {
  position: relative;
  padding-right: 2em;
}

.icon-arrow-next:before,
.icon-arrow-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: .5em;
  height: .5em;
  content: '';
}

.icon-arrow-next:before {
  right: 1em;
  background-color: #607d8b;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-arrow-next:after {
  right: 1.1em;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-arrow-next:hover:after {
  background-color: inherit;
}

.icon-arrow-prev {
  position: relative;
  padding-left: 2em !important;
}

.icon-arrow-prev:before,
.icon-arrow-prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: .5em;
  height: .5em;
  content: '';
}

.icon-arrow-prev:before {
  left: 1em;
  background-color: #607d8b;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-arrow-prev:after {
  left: 1.1em;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-arrow-prev:hover:after {
  background-color: inherit;
}

/*
  3.2 - Logo
*/
.logo-primary {
  display: inline-block;
  border: 0;
  color: #607d8b;
  vertical-align: text-top;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem; 
  line-height: 48px;
}

.logo-primary:hover {
  color: #90a4ae;
}

.logo-primary img {
  vertical-align: middle;
}

.logo-text {
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}

.logo-secondary {
  border: 0;
  color: #cfd8dc;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

.logo-secondary:hover {
  border: 0;
  color: #b0bec5;
}

/*
  3.3 - Nav bar
*/
.nav-bar {
  background-color: #eceff1;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out 0s;
     -moz-transition:         box-shadow .2s ease-in-out 0s;
          transition:         box-shadow .2s ease-in-out 0s;
}

.nav-bar ul {
  overflow: hidden;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;

  -ms-overflow-style: none;
}

.nav-bar ul::-webkit-scrollbar {
  display: none;
}

.nav-bar ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
}

.nav-bar ul li a {
  display: block;
  padding: 1.25em 1em;
  height: 64px;
  color: #607d8b;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 10px;
  font-size: .625rem; 
  line-height: 2;
}

.nav-bar ul li a:hover,
.nav-bar ul li a.is-active {
  background-color: #cfd8dc;
}

.nav-bar ul li a.nav-slide-button {
  background-color: #cfd8dc;
}

.nav-bar ul li > ul,
.nav-bar ul li > ol {
  background-color: #cfd8dc;
}

.nav-bar.nav-bar-scroll ul li {
  width: 22%;
}

.nav-bar.nav-bar-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.nav-bar.is-fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.nav-bar.is-fixed-nav + * {
  margin-top: 64px;
}

/*
  3.4 - Spring Board
*/
.springboard {
  display: block;
  margin-bottom: 1em;
  color: #607d8b;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-size: .75rem; 
  line-height: 1;
}

.springboard i {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  font-size: 32px;
  font-size: 2rem; 
  line-height: 64px;
}

.springboard:hover {
  color: #90a4ae;
}

/*
  3.5 - Drill Dwon
*/
.drilldown {
  position: relative;
  overflow: hidden;
}

.drilldown-list {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  list-style-type: none;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.drilldown-list.is-visited {
  left: 0;
  z-index: 0;
  visibility: hidden;
}

.drilldown-list.is-active {
  left: 0;
  z-index: 1;
  visibility: visible;
}

.drilldown-list li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.drilldown-list li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  color: #607d8b;
  text-decoration: none;
}

.drilldown-list li a:hover {
  background-color: #fafafa;
}

.drilldown-list li + li {
  border-top: 1px solid #eceff1;
}

/*
  3.6 - Heading
*/
.heading-wrap {
  text-align: center;
}

.heading.heading-primary {
  margin: 0 0 1em;
  color: #607d8b;
  text-align: center;
  letter-spacing: -.02em;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem; 
  line-height: 1.2;
}

.heading.heading-primary:before,
.heading.heading-primary:after {
  display: inline-block;
  width: 1em;
  height: 2px;
  background-color: #607d8b;
  content: '';
  vertical-align: middle;
}

.heading.heading-primary:before {
  margin-right: .3em;
}

.heading.heading-primary:after {
  margin-left: .3em;
}

.heading.heading-light {
  color: #fff;
}

/*
  3.4 - Button
*/
.button-hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; 
  z-index: 10;
  margin: auto;
  width: 40px;
  height: 48px;
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.button-hamburger.button-hamburger-secondary {
  left: 1em;
  width: 26px;
  height: 26px;
  border: 1px solid #90a4ae;
  border-radius: 4px;
}

.button-hamburger.hamburger-line {
  border-right: 1px solid #cfd8dc;
}

.button-hamburger.hamburger-right {
  right: 0;
  left: auto;
}

.button-hamburger.hamburger-right.hamburger-line {
  border-right: 0;
  border-left: 1px solid #cfd8dc;
}

.button-hamburger.hamburger-right.button-hamburger-secondary {
  right: 1em;
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: #607d8b;
}

.hamburger:before,
.hamburger:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: #607d8b;
  content: '';
  -webkit-transition: -webkit-transform .2s cubic-bezier(1, -1.6, 0, 2.65), top .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
     -moz-transition:    -moz-transform .2s cubic-bezier(1, -1.6, 0, 2.65), top .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
          transition:         transform .2s cubic-bezier(1, -1.6, 0, 2.65), top .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
}

.hamburger:before {
  top: 5px;
}

.hamburger:after {
  top: -5px;
}

.is-active-drower .hamburger {
  background-color: transparent;
}

.is-active-drower .hamburger:before,
.is-active-drower .hamburger:after {
  top: 0;
  background-color: #607d8b;
  -webkit-transition: top .2s cubic-bezier(1, -1.6, 0, 2.65), -webkit-transform .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
     -moz-transition: top .2s cubic-bezier(1, -1.6, 0, 2.65), -moz-transform .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
          transition: top .2s cubic-bezier(1, -1.6, 0, 2.65), transform .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
}

.is-active-drower .hamburger:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-active-drower .hamburger:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-primary,
.button-secondary,
.button-accent,
.button-grey,
.button-gorst,
.button-circle {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 16px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 32px;
  background: transparent;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

.button-primary:before,
.button-secondary:before,
.button-accent:before,
.button-grey:before,
.button-gorst:before,
.button-circle:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .6);
  content: '';
  opacity: 1;
  -webkit-filter: none;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
          filter: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  zoom: 1;

  will-change: transform;
}

.button-primary:after,
.button-secondary:after,
.button-accent:after,
.button-grey:after,
.button-gorst:after,
.button-circle:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
}

.is_active-btn.button-primary:before,
.is_active-btn.button-secondary:before,
.is_active-btn.button-accent:before,
.is_active-btn.button-grey:before,
.is_active-btn.button-gorst:before,
.is_active-btn.button-circle:before {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all .2s cubic-bezier(0, .7, .5, 1);
     -moz-transition: all .2s cubic-bezier(0, .7, .5, 1);
          transition: all .2s cubic-bezier(0, .7, .5, 1);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  zoom: 1;
}

.button-primary:active,
.button-secondary:active,
.button-accent:active,
.button-grey:active,
.button-gorst:active,
.button-circle:active {
  -webkit-box-shadow: 0 1px 0 white;
          box-shadow: 0 1px 0 white;
}

.button-primary:focus,
.button-secondary:focus,
.button-accent:focus,
.button-grey:focus,
.button-gorst:focus,
.button-circle:focus {
  outline: 0;
}

.button-primary {
  height: 64px;
  border: 1px solid #607d8b;
  color: #607d8b;
  line-height: 64px;
}

.button-primary:hover {
  background-color: #00bcd4;
  color: #fff;
}

.button-secondary {
  height: 64px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 64px;
}

.button-secondary:hover {
  background-color: #fff;
  color: #607d8b;
}

.button-accent {
  height: 48px;
  background-color: #ffc107;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  color: #fff;
  line-height: 48px;
}

.button-accent:hover {
  background-color: #fff;
  color: #ffc107;
}

.button-grey {
  height: 64px;
  background-color: #f5f5f5;
  color: #607d8b;
  line-height: 64px;
}

.button-grey:hover {
  background-color: #eee;
  color: #90a4ae;
}

.button-gorst {
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-gorst.button-gorst-small {
  width: 220px;
  height: 50px;
  line-height: 50px;
}

.button-gorst.button-gorst-medium {
  width: 300px;
  height: 60px;
  line-height: 60px;
}

.button-gorst:hover {
  background-color: #fff;
  color: #333;
}

.button-circle {
  position: relative;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #00bcd4;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
          box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  color: #fff;
}

.button-circle:before {
  width: 48px;
  height: 48px;
}

.button-circle:hover {
  background: #00d3ee;
}

.button-circle:active {
  background: #00a5bb;
}

.button-circle i {
  vertical-align: -4px;
}

.button-circle.is-finish {
  background-color: #009688;
}

.button-circle.is-finish:hover {
  background: #00b09f;
}

.button-circle.is-finish:active {
  background: #007d71;
}

.button-jambo {
  position: relative;
  display: block;
  padding: 1em;
  height: 100%;
  background: #fff;
  background: #00bcd4;
  color: #e0f7fa;
}

.button-jambo:hover {
  background: #4dd0e1;
  color: #e0f7fa;
}

.button-jambo.button-jambo-left {
  float: left;
  padding-left: 2.5em;
  width: 16%;
}

.button-jambo.button-jambo-left .button-jambo-title,
.button-jambo.button-jambo-left .button-jambo-text {
  display: none;
}

.button-jambo.button-jambo-right {
  float: right;
  padding-right: 2.5em;
  width: 84%;
  text-align: right;
}

.button-jambo-title {
  margin: 0;
  padding: 0;
  color: #80deea;
  font-size: 14px;
  font-size: .875rem; 
  line-height: 1.5;
}

.button-jambo-text {
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem; 
  line-height: 1.5;
}

.button-jambo-text-caption {
  font-size: 12px;
  font-size: .75rem;
}

/*
  3.5 - Hero
*/
.hero {
  position: relative;
  overflow: hidden;
  background: #90a4ae;
}

.hero .hero-copy {
  margin: 18% 0;
  color: #eceff1;
  vertical-align: middle;
  text-align: center;
  letter-spacing: -.02em;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}

/*
  3.5 - Card
*/
.card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
          box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  text-decoration: none;
}

.card:before {
  display: block;
  padding-top: 62.5%;
  width: 100%;
  content: '';
}

.card:hover {
  background-color: #fafafa;
}

.card .card-body {
  padding: 1em;
}

.card .card-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.card .card-title {
  margin: 0 0 .5em;
  color: #607d8b;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

.card .card-text {
  margin: 0;
}

.card-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  max-width: none;
  width: 520px;
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

.card-body {
  padding: 1em;
}

.card-text {
  color: #90a4ae;
  font-size: 14px;
  font-size: .875rem; 
  line-height: 1.8;
}

.card-button-wrap {
  margin: 0;
  padding: .5em;
  border-top: 1px solid #eceff1;
}

.card-button {
  display: inline-block;
  padding: .5em;
  border-radius: 4px;
  font-size: 12px;
  font-size: .75rem;
}

a.card:hover .card-image {
  top: -25px;
  left: -100px;
  width: 620px;
}

a.card:hover .card-button {
  background-color: #eceff1;
}

/*
  3.11 - Media
*/
.media-wrap + .media-wrap {
  border-top: 1px solid #eceff1;
}

.media {
  position: relative;
  display: block;
  padding: .5em;
  background: #fff;
}

.media:after {
  display: table;
  clear: both;
  content: '';
}

a.media:hover {
  background: #fafafa;
  color: inherit;
}

.media-thumbnail {
  position: relative;
  float: left;
  overflow: hidden; 
  margin: 0;
  width: 26.785714%;
}

.media-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

.media-image {
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s; 
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

a.media:hover .media-thumbnail .overlay {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

a.media:hover .media-image {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.media-body {
  float: right;
  width: 70%;
  color: #666;
}

.media-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #607d8b;
  font-size: 16px;
  font-size: 1rem;
}

.media-text {
  margin: 8px 0 0;
  padding: 0;
}

.media-time {
  color: #90a4ae;
  font-size: 14px;
  font-size: .875rem;
}

/*
  3.11 - Feature
*/
.feature {
  position: relative;
  display: block;
  margin: 1em 0  2em;
  color: #607d8b;
  text-align: center;
  text-decoration: none;
}

.feature:before {
  display: block;
  padding-top: 104px;
  width: 100%;
  content: '';
}

.feature-title {
  margin: 0 0 .5em;
  color: #607d8b;
}

.feature-text {
  margin: .5em 0 0;
  color: #607d8b;
}

.feature-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 84px;
  height: 84px;
  border: 2px solid #607d8b;
  border-radius: 50%;
  line-height: 84px;
}

.feature-thumbnail i {
  color: #607d8b;
  font-size: 240%;
}

a.feature:hover .feature-thumbnail {
  border-color: transparent;
  background-color: #607d8b;
  color: #fff;
}

a.feature:hover .feature-thumbnail i {
  color: #fff;
}

/*
  3.11 - Slide Panel
*/
.slide-panel {
  position: relative;
}

.slide-panel-child {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

/*
  3.6 - Utility
*/
.screen-reader-text {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.box {
  display: block;
  padding: 30% 0;
  background-color: #fff;
  color: #607d8b;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  font-size: .75rem;
}

a.box {
  padding: 16% 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  line-height: 2.8;
}

a.box:hover {
  background-color: #fafafa;
}

.u-image {
  display: block;
  padding: 28% 0;
  width: 100%;
  background-color: #eceff1;
  color: #90a4ae;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  font-size: .75rem;
}

@media only screen and (min-width: 768px) {
  .l-wrapper.l-wrapper-full {
    width: 100%;
  }
  .l-header {
    height: 56px;
  }
  .l-header.header-fixed + * {
    margin-top: 56px;
  }
  .l-global-nav .l-global-nav-inner {
    min-width: 300px;
    width: 35%;
  }
  .l-global-nav .l-global-nav-title {
    height: 56px;
    line-height: 56px;
  }
  .l-global-nav ul {
    padding-bottom: 56px;
  }
  .l-section {
    padding: 64px 0;
  }
  .l-grid-item.grid-tab-1 {
    width: 8.33333%;
  }
  .l-grid-item.grid-tab-2 {
    width: 16.66667%;
  }
  .l-grid-item.grid-tab-3 {
    width: 25%;
  }
  .l-grid-item.grid-tab-4 {
    width: 33.33333%;
  }
  .l-grid-item.grid-tab-5 {
    width: 41.66667%;
  }
  .l-grid-item.grid-tab-6 {
    width: 50%;
  }
  .l-grid-item.grid-tab-7 {
    width: 58.33333%;
  }
  .l-grid-item.grid-tab-8 {
    width: 66.66667%;
  }
  .l-grid-item.grid-tab-9 {
    width: 75%;
  }
  .l-grid-item.grid-tab-10 {
    width: 83.33333%;
  }
  .l-grid-item.grid-tab-11 {
    width: 91.66667%;
  }
  .l-grid-item.grid-tab-12 {
    width: 100%;
  }
  .l-grid-justify .l-grid-item {
    margin-bottom: 16px;
  }
  .l-grid-justify .l-grid-item.grid-tab-1 {
    width: 6.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-2 {
    width: 15%;
  }
  .l-grid-justify .l-grid-item.grid-tab-3 {
    width: 23.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-4 {
    width: 32%;
  }
  .l-grid-justify .l-grid-item.grid-tab-5 {
    width: 40.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-6 {
    width: 49%;
  }
  .l-grid-justify .l-grid-item.grid-tab-7 {
    width: 57.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-8 {
    width: 66%;
  }
  .l-grid-justify .l-grid-item.grid-tab-9 {
    width: 74.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-10 {
    width: 83%;
  }
  .l-grid-justify .l-grid-item.grid-tab-11 {
    width: 91.5%;
  }
  .l-footer-info .l-footer-title {
    float: left;
    text-align: left;
  }
  .l-footer-info .copyright {
    float: right;
    text-align: right;
  }
  .icon-arrow-primary-1:before {
    right: 16px;
  }
  .icon-arrow-back-primary-1:after {
    left: 16px;
  }
  .logo-primary {
    font-size: 20px;
    font-size: 1.25rem; 
    line-height: 56px;
  }
  .logo-secondary {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .heading.heading-primary {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .heading.heading-primary:before,
  .heading.heading-primary:after {
    height: 4px;
  }
  .button-hamburger {
    height: 56px;
  }
  .button-jambo {
    padding: 1.5em;
  }
  .button-jambo.button-jambo-left {
    padding-left: 3.5em;
    width: 50%;
  }
  .button-jambo.button-jambo-left .button-jambo-title,
  .button-jambo.button-jambo-left .button-jambo-text {
    display: block;
  }
  .button-jambo.button-jambo-right {
    padding-right: 3.5em;
    width: 50%;
  }
  .button-jambo-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .hero .hero-copy {
    font-size: 32px;
    font-size: 2rem;
  }
  .feature:before {
    padding-top: 152px;
  }
  .feature-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .feature-thumbnail {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .feature-thumbnail i {
    font-size: 300%;
  }
  .box {
    font-size: 24px;
    font-size: 1.5rem;
  }
  a.box {
    font-size: 14px;
    font-size: .875rem;
  }
  a.box i {
    font-size: 48px;
    font-size: 3rem;
  }
  .u-image {
    padding: 26% 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .l-wrapper.l-wrapper-full {
    width: 95%;
  }
  .l-header {
    height: 72px;
  }
  .l-header.header-fixed + * {
    margin-top: 72px;
  }
  .l-header-info {
    float: left;
  }
  .l-header-nav {
    float: right;
  }
  .l-header-title {
    text-align: left;
  }
  .l-global-nav .l-global-nav-title {
    height: 72px;
    line-height: 72px;
  }
  .l-global-nav ul {
    padding-bottom: 72px;
  }
  .l-global-nav .overlay {
    display: none;
  }
  .l-global-nav .l-global-nav-inner {
    position: static;
    max-width: none;
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .l-global-nav .l-global-nav-title {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .l-global-nav ul {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .l-global-nav ul li {
    float: left;
  }
  .l-global-nav ul li a {
    position: relative;
    display: block;
    padding: 0 1em;
    border: 0;
    color: #607d8b;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem; 
    line-height: 72px;
  }
  .l-global-nav ul li a:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 3px;
    background-color: #607d8b;
    content: '';
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
  }
  .l-global-nav ul li a:hover,
  .l-global-nav ul li a.is-active {
    background-color: transparent;
    color: rgba(0, 0, 0, .6);
  }
  .l-global-nav ul li a:hover:after,
  .l-global-nav ul li a.is-active:after {
    right: 0;
    left: 0;
    width: 100%;
  }
  .l-grid-item.grid-fifth {
    width: 20%;
  }
  .l-grid-item.grid-lap-1 {
    width: 8.33333%;
  }
  .l-grid-item.grid-lap-2 {
    width: 16.66667%;
  }
  .l-grid-item.grid-lap-3 {
    width: 25%;
  }
  .l-grid-item.grid-lap-4 {
    width: 33.33333%;
  }
  .l-grid-item.grid-lap-5 {
    width: 41.66667%;
  }
  .l-grid-item.grid-lap-6 {
    width: 50%;
  }
  .l-grid-item.grid-lap-7 {
    width: 58.33333%;
  }
  .l-grid-item.grid-lap-8 {
    width: 66.66667%;
  }
  .l-grid-item.grid-lap-9 {
    width: 75%;
  }
  .l-grid-item.grid-lap-10 {
    width: 83.33333%;
  }
  .l-grid-item.grid-lap-11 {
    width: 91.66667%;
  }
  .l-grid-item.grid-lap-12 {
    width: 100%;
  }
  .l-grid-justify .l-grid-item.grid-fifth {
    width: 18.4%;
  }
  .l-grid-justify .l-grid-item.grid-lap-1 {
    width: 6.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-2 {
    width: 15%;
  }
  .l-grid-justify .l-grid-item.grid-lap-3 {
    width: 23.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-4 {
    width: 32%;
  }
  .l-grid-justify .l-grid-item.grid-lap-5 {
    width: 40.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-6 {
    width: 49%;
  }
  .l-grid-justify .l-grid-item.grid-lap-7 {
    width: 57.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-8 {
    width: 66%;
  }
  .l-grid-justify .l-grid-item.grid-lap-9 {
    width: 74.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-10 {
    width: 83%;
  }
  .l-grid-justify .l-grid-item.grid-lap-11 {
    width: 91.5%;
  }
  .l-footer-nav {
    padding: 24px 0;
  }
  .l-footer-nav .footer-nav-list > li {
    float: left;
  }
  .l-footer-nav .footer-nav-list > li + li {
    margin-left: 4em;
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer-nav .footer-nav-list > li > a {
    display: inline;
    padding: 0;
  }
  .l-footer-nav .footer-nav-list > li > a:hover {
    background-color: transparent;
    color: #607d8b;
  }
  .l-footer-nav .footer-nav-list > li + li > a {
    border: 0;
  }
  .l-footer-nav .footer-nav-list > li > ul {
    display: block;
    margin: 0;
    padding: 0 0 0 1.2em;
    list-style: disc;
  }
  .l-footer-nav .footer-nav-list > li > ul > li {
    margin-top: .5em;
    font-size: 14px;
    font-size: .875rem;
  }
  .l-footer-nav .footer-nav-list > li > ul > li > a {
    display: inline;
    color: #607d8b;
  }
  .l-footer-nav .footer-nav-list > li > ul > li > a:hover {
    border-color: #263238;
    color: #263238;
  }
  .logo-primary {
    font-size: 20px;
    font-size: 1.25rem; 
    line-height: 72px;
  }
  .nav-bar {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-bar .nav-bar-title {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .nav-bar ul {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .nav-bar ul li {
    display: block;
    float: left;
  }
  .nav-bar ul li a {
    position: relative;
    display: block;
    padding: 0 1em;
    height: auto;
    border: 0;
    color: #607d8b;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem; 
    line-height: 72px;
  }
  .nav-bar ul li a br {
    display: none;
  }
  .nav-bar ul li a i {
    margin-right: .2em;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
  }
  .nav-bar ul li a:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 3px;
    background-color: #607d8b;
    content: '';
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
  }
  .nav-bar ul li a:hover,
  .nav-bar ul li a.is-active {
    background-color: transparent;
    color: rgba(0, 0, 0, .6);
  }
  .nav-bar ul li a:hover:after,
  .nav-bar ul li a.is-active:after {
    right: 0;
    left: 0;
    width: 100%;
  }
  .nav-bar.nav-bar-scroll ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .nav-bar.nav-bar-scroll ul li {
    display: inline-block;
    float: none;
    width: 17%;
  }
  .nav-bar.is-fixed-nav {
    height: auto;
  }
  .nav-bar.is-fixed-nav .nav-bar {
    position: static;
  }
  .nav-bar {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-bar .nav-bar-title {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .nav-bar ul {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .nav-bar ul li {
    display: block;
    float: left;
  }
  .nav-bar ul li a {
    position: relative;
    display: block;
    padding: 0 1em;
    height: auto;
    border: 0;
    color: #607d8b;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem; 
    line-height: 72px;
  }
  .nav-bar ul li a br {
    display: none;
  }
  .nav-bar ul li a i {
    margin-right: .2em;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
  }
  .nav-bar ul li a:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 3px;
    background-color: #607d8b;
    content: '';
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
  }
  .nav-bar ul li a:hover,
  .nav-bar ul li a.is-active {
    background-color: transparent;
    color: rgba(0, 0, 0, .6);
  }
  .nav-bar ul li a:hover:after,
  .nav-bar ul li a.is-active:after {
    right: 0;
    left: 0;
    width: 100%;
  }
  .nav-bar.nav-bar-scroll ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .nav-bar.nav-bar-scroll ul li {
    display: inline-block;
    float: none;
    width: 17%;
  }
  .nav-bar.is-fixed-nav {
    height: auto;
  }
  .nav-bar.is-fixed-nav .nav-bar {
    position: static;
  }
  .button-hamburger {
    height: 72px;
  }
  .button-hamburger {
    display: none;
  }
  .hero .hero-copy {
    margin: 15% 0;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid-item.grid-desk-1 {
    width: 8.33333%;
  }
  .l-grid-item.grid-desk-2 {
    width: 16.66667%;
  }
  .l-grid-item.grid-desk-3 {
    width: 25%;
  }
  .l-grid-item.grid-desk-4 {
    width: 33.33333%;
  }
  .l-grid-item.grid-desk-5 {
    width: 41.66667%;
  }
  .l-grid-item.grid-desk-6 {
    width: 50%;
  }
  .l-grid-item.grid-desk-7 {
    width: 58.33333%;
  }
  .l-grid-item.grid-desk-8 {
    width: 66.66667%;
  }
  .l-grid-item.grid-desk-9 {
    width: 75%;
  }
  .l-grid-item.grid-desk-10 {
    width: 83.33333%;
  }
  .l-grid-item.grid-desk-11 {
    width: 91.66667%;
  }
  .l-grid-item.grid-desk-12 {
    width: 100%;
  }
  .l-grid-justify .l-grid-item.grid-desk-1 {
    width: 6.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-2 {
    width: 15%;
  }
  .l-grid-justify .l-grid-item.grid-desk-3 {
    width: 23.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-4 {
    width: 32%;
  }
  .l-grid-justify .l-grid-item.grid-desk-5 {
    width: 40.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-6 {
    width: 49%;
  }
  .l-grid-justify .l-grid-item.grid-desk-7 {
    width: 57.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-8 {
    width: 66%;
  }
  .l-grid-justify .l-grid-item.grid-desk-9 {
    width: 74.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-10 {
    width: 83%;
  }
  .l-grid-justify .l-grid-item.grid-desk-11 {
    width: 91.5%;
  }
  .hero .hero-copy {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
