@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

.fwB {
  font-weight: bolder !important; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: calc(1em * 0.625);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  background: #e2f6ff;
  font-family: "Hiragino Kaku Gothic", "メイリオ", Meiryo, arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.0425em;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #031232; }
  @media screen and (min-width: 48em) {
    body {
      font-size: 1.4rem;
      line-height: 1.8; } }
  @media screen and (min-width: 64em) {
    body {
      font-size: 1.6rem;
      line-height: 1.8; } }

a {
  color: #1d8bb9;
  text-decoration: none; }
  a:hover {
    color: #135977;
    text-decoration: underline; }

img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }



.general-wrapper {
  position: relative;
  width: 100%; }

.general-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  min-height: 100vh; }
  .general-layout header, .general-layout footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  .general-layout main {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 0%; }

_:-ms-lang(x), body {
  display: -ms-flexbox;
  display: flex; }

.wrapper {
  width: 100%;
  min-width: 320px; }
  @media screen and (min-width: 48em) {
    .wrapper {
      min-width: 76.8rem; } }
  @media screen and (min-width: 64em) {
    .wrapper {
      min-width: 130.4rem; } }

.container, .row-container {
  padding: 0 1.6rem;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .container, .row-container {
      padding: 0 2rem;
      max-width: 76.8rem; } }
  @media screen and (min-width: 64em) {
    .container, .row-container {
      padding: 0 2rem;
      max-width: 130.4rem; } }

.row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 64em) {
    .row-container {
      min-height: 100vh; } }
  .row-container .main-column {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    min-width: 0; }
    @media screen and (min-width: 48em) {
      .row-container .main-column {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 1%;
        -ms-flex: 1 0 1%;
        flex: 1 0 1%;
        min-width: 320; } }
    @media screen and (min-width: 64em) {
      .row-container .main-column {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  .row-container .main-container {
    padding: 4.4rem 1rem; }
  @media screen and (min-width: 64em) {
    .row-container .main-container {
      padding: 5.6rem 4.4rem; } }
  .row-container .right-column {
    margin-top: 3.14286em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .row-container .right-column {
        margin-top: 3.14286em; } }
    @media screen and (min-width: 64em) {
      .row-container .right-column {
        margin-top: 0;
        margin-left: 0rem;
        width: 30rem; } }
  .row-container .left-column {
    margin-top: 3.14286em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    background: #98ddf1; }
    @media screen and (min-width: 48em) {
      .row-container .left-column {
        margin-top: 3.14286em; } }
    @media screen and (min-width: 64em) {
      .row-container .left-column {
        margin-top: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 0rem;
        width: 30rem; } }

section + section {
  margin-top: 3em; }

header {
  width: 100%;
  top: 0;
  z-index: 2; }

.header-wrap {
  background: #1a8fce;
  position: relative; }

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.5rem; }
  @media screen and (min-width: 48em) {
    .header-inner {
      height: 5.5rem; } }
  @media screen and (min-width: 64em) {
    .header-inner {
      height: 6rem;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .header-inner a {
    color: #fff; }
    .header-inner a:hover {
      text-decoration: none; }
  .header-inner .header-logo {
    font-family: Helvetica, Arial Black, sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    /*margin: 0 auto;*/ }
    @media screen and (min-width: 64em) {
      .header-inner .header-logo {
        font-size: 2.0rem;
        margin: 0; } }
    .header-inner .header-logo img {
      width: 120px;
      height: 54px; }
      @media screen and (min-width: 48em) {
        .header-inner .header-logo img {
          width: 120px;
          height: 54px; } }

.phone-trigger::before {
  content: "";
  font-family: FontAwesome;
  display: block;
  font-size: 3.6rem;
  padding-left: 1.4rem;
  line-height: 5rem; }
  @media screen and (min-width: 64em) {
    .phone-trigger::before {
      display: none; } }

footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
  min-width: 320px;
  z-index: 1;
  color: #fff; }

.footer-wrap {
  background: #1d8bb9;
  position: relative;
  padding: 1em 0; }

.footer-inner .footer-logo {
  font-family: Helvetica, Arial Black, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #fff; }
  .footer-inner .footer-logo a {
    color: #fff; }
    .footer-inner .footer-logo a:hover {
      text-decoration: none; }
  @media screen and (min-width: 64em) {
    .footer-inner .footer-logo {
      font-size: 2.2rem; } }

.footer-inner .contact {
  font-size: 1.6rem;
  color: #fff; }
  .footer-inner .contact a {
    color: #fff; }
    .footer-inner .contact a:hover {
      text-decoration: none; }
  @media screen and (min-width: 64em) {
    .footer-inner .contact {
      font-size: 2.0rem; } }

.footer-inner a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff; }
  @media screen and (min-width: 64em) {
    .footer-inner a[href*="tel"] {
      pointer-events: none; } }

.footer-inner .tel::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.25em; }

.footer-inner .fax::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.25em; }

.footer-inner .mail::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.25em; }

.footer-inner .chev::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.25em; }

.copyright {
  background-color: #e7e7e7;
  color: #787268;
  display: block;
  font-size: 87.5%;
  padding: .6em 0;
  text-align: center;
  width: 100%; }

.hero {
  background: #d89006;
  color: inherit;
  margin-bottom: 3.2em;
  padding: 4em 0;
  position: relative;
  width: 100%; }
  .hero .main-title {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2; }

.slider {
  max-width: 1304; }



.sub-topics {
  background: #fff;
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
  border-radius: 5px;
  overflow: hidden; }
  .sub-topics:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 1.5px 1.5px #ccc;
    box-shadow: 0px 0px 1.5px 1.5px #ccc;
    opacity: 0.8;
    color: rgba(29, 139, 185, 0.8); }
  .sub-topics .topics-title {
    padding: 0.75em;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.25; }

.banner {
  padding: 1rem;
  background: #e2e2d4; }

.slider02 div {
  margin: 0 auto;
  width: 90%; }
  .slider02 div img {
    padding: 0 0.5rem; }

.slick-prev {
  left: 0.25% !important; }

.slick-next {
  right: 0.25% !important; }

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome" !important;
  color: #7c7c54 !important; }

.slick-prev:before {
  content: "" !important;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: block; }

.slick-next:before {
  content: "" !important; }

.top_info .squeeze5 dt:nth-of-type(n + 6),
.top_info .squeeze5 dd:nth-of-type(n + 6) {
  display: none; }

.news a {
  color: #333;
  text-decoration: underline; }
  .news a:hover {
    color: #1d8bb9; }

.title-inner {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5em; }

.page-title {
  height: 12rem;
  position: relative; }
  @media screen and (min-width: 48em) {
    .page-title {
      height: 20rem; } }

.default .page-title {
  background: url(/dept/partnership/assets/img/visual.jpg) no-repeat center;
  background-size: cover; }

p {
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility; }

i {
  font-style: italic;
  line-height: inherit; }

strong,
em,
b {
  font-style: normal;
  font-weight: bold;
  line-height: inherit; }

span.icon img {
  vertical-align: middle;
  margin: 0 0.2em;
  width: 1em;
  height: 1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.4; }

  h1 {
    position: relative;
    text-align: center;
    color: #f78d25;
    font-size: 1.3em;
    font-weight: bold;
  }



 h2 {
    position: relative;
    text-align: center;
  }
  h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 1.5em;
    padding: 0 0.5em;
    background-color: #e2f6ff;
    color: #f78d25;
    text-align: left;
  }
  h2::before {
    position: absolute;
    top: 50%;

    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f78d25;
  }
  @media screen and (min-width: 48em) {
    h2 {
      font-size: 1.84em; } }
  @media screen and (min-width: 64em) {
    h2{
      font-size: 1.84em; }}


h3 {
    position: relative;
    text-align: center;
  }
  h3 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 1.5em;
    padding: 0 0.5em;
    background-color: #e2f6ff;
    color: #f78d25;
    text-align: left;
  }
  h3::before {
    position: absolute;
    top: 50%;

    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f78d25;
  }
  @media screen and (min-width: 48em) {
    h3 {
      font-size: 1.3em; } }
  @media screen and (min-width: 64em) {
    h3{
      font-size: 1.3em; }}


h4 {
  font-size: 1.2em;
  margin-bottom: 2.4rem; }
  @media screen and (min-width: 48em) {
    h4 {
      font-size: 1.38em; } }
  @media screen and (min-width: 64em) {
    h4 {
      font-size: 1.425em;
      margin-bottom: 3.2rem; } }
  h4.first {
    border-bottom: 1px dotted #ccc;
    color: #595959;
    padding: 0.4em 0 0.4em 1em;
    position: relative; }
    h4.first::before {
      content: "";
      width: 4px;
      height: 1.4em;
      display: inline-block;
      background: #209ccf;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  h4.second {
    border-bottom: 1px dotted #ccc;
    color: #595959;
    padding: 0.4em 0 0.4em 1em;
    position: relative; }
    h4.second::before {
      content: "";
      width: 4px;
      height: 1.4em;
      display: inline-block;
      background: #d89006;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  h4.default {
    border-bottom: 1px dotted #ccc;
    color: #595959;
    padding: 0.4em 0; }

h5 {
  font-size: 1em;
  margin-bottom: 1.2rem; }
  @media screen and (min-width: 48em) {
    h5 {
      font-size: 1.15em; } }
  @media screen and (min-width: 64em) {
    h5 {
      font-size: 1.1875em;
      margin-bottom: 1.6rem; } }
  h5.first {
    color: #1d8bb9; }
  h5.second {
    color: #d89006; }
  h5.default {
    color: #595959; }

h6 {
  font-size: 1em;
  margin-bottom: 2.4rem; }
  @media screen and (min-width: 48em) {
    h6 {
      font-size: 1.15em; } }
  @media screen and (min-width: 64em) {
    h6 {
      font-size: 1.1875em;
      margin-bottom: 3rem; } }
  h6.second {
    border-bottom: 1px solid #CFD8DC;
    border-left: 1px solid #CFD8DC;
    color: #424242;
    margin-bottom: 0.6em;
    padding-bottom: 0.1em;
    padding-left: 0.4em; }

.msg-first {
  color: #1d8bb9;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  text-align: center; }

.msg-second {
  color: #d89006;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  text-align: center; }

.msg-third {
  color: #00a968;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  text-align: center; }

.msg-default {
  color: #333;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  text-align: center; }

.str-first {
  color: #1d8bb9;
  font-weight: bold;
  font-size: 1.6em; }

.str-second {
  color: #d89006;
  font-weight: bold;
  font-size: 1.6em; }

.str-third {
  color: #00a968;
  font-weight: bold;
  font-size: 1.6em; }

.str-default {
  color: #333;
  font-weight: bold;
  font-size: 1.6em; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word; }

code,
pre {
  background-color: #f8f8f8;
  color: #484848;
  font-family: Consolas, monospace;
  font-size: .9375em;
  margin: 1em 0; }

pre {
  padding: 0.5em 1.5em; }

code {
  padding: 1em;
  margin: 0 0.4em;
  vertical-align: middle; }

pre code {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: inherit; }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -0.8rem -0.8rem 0; }
  @media screen and (min-width: 48em) {
    .grid {
      max-width: 76.8rem;
      margin: -1rem -1rem 0; } }
  @media screen and (min-width: 64em) {
    .grid {
      max-width: 130.4rem;
      margin: -1rem -1rem 0; } }
  .grid + .grid {
    margin: 0 -0.8rem 0; }
    @media screen and (min-width: 48em) {
      .grid + .grid {
        max-width: 76.8rem;
        margin: 0 -1rem 0; } }
    @media screen and (min-width: 64em) {
      .grid + .grid {
        max-width: 130.4rem;
        margin: 0 -1rem 0; } }
  .grid .grid {
    margin: -0.8rem; }
    .grid .grid.gapless {
      margin: 0; }
    @media screen and (min-width: 48em) {
      .grid .grid {
        margin: 0 -1rem; } }
    @media screen and (min-width: 64em) {
      .grid .grid {
        margin: 0 -1rem; } }
  .grid.gapless {
    margin: 0.8rem 0 0; }
    .grid.gapless + .gapless {
      margin: 1rem 0; }
      @media screen and (min-width: 64em) {
        .grid.gapless + .gapless {
          margin: 2rem 0; } }
    .grid.gapless .grid .grid {
      margin: -0.8rem; }
      @media screen and (min-width: 64em) {
        .grid.gapless .grid .grid {
          margin: 1rem/2 -1rem; } }
    @media screen and (min-width: 64em) {
      .grid.gapless {
        margin: 1rem 0; } }

.col {
  padding: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }
  @media screen and (min-width: 48em) {
    .col {
      padding: 1rem;
      width: auto; } }
  @media screen and (min-width: 64em) {
    .col {
      padding: 1rem; } }
  .col figure {
    text-align: center; }
  .col > .col {
    padding: 0.8rem 0;
    margin: -0.8rem 0 0.8rem; }
    @media screen and (min-width: 48em) {
      .col > .col {
        padding: 1rem 0;
        margin: -1rem 0 1rem; } }
    @media screen and (min-width: 64em) {
      .col > .col {
        padding: 1rem 0;
        margin: -1rem 0 1rem; } }
  .col > .grid {
    margin: -0.8rem; }
    .col > .grid + .grid {
      margin: 0.8rem -0.8rem; }
      .gapless .col > .grid + .grid {
        margin: 0; }
    @media screen and (min-width: 48em) {
      .col > .grid {
        margin: -1rem; }
        .col > .grid + .grid {
          margin: 1rem -1rem; } }
    @media screen and (min-width: 64em) {
      .col > .grid {
        margin: -1rem; }
        .col > .grid + .grid {
          margin: 1rem -1rem; } }
  .col > .grid.gapless {
    margin: 0.8rem 0; }
    .col > .grid.gapless + .grid.gapless {
      margin: -0.8rem 0 0; }
    @media screen and (min-width: 64em) {
      .col > .grid.gapless {
        margin: 1rem 0; }
        .col > .grid.gapless + .grid.gapless {
          margin: -1rem 0 0; } }

.raw-col {
  text-align: center;
  padding: 0.8rem; }
  @media screen and (min-width: 48em) {
    .raw-col {
      padding: 1rem;
      width: auto; } }
  @media screen and (min-width: 64em) {
    .raw-col {
      padding: 1rem; } }
  .raw-col figure {
    text-align: center; }

.sm-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%; }

.sm-1-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
  margin: 0 auto; }

.sm-offset-1 {
  margin-left: 8.33333%; }

.sm-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%; }

.sm-2-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  margin: 0 auto; }

.sm-offset-2 {
  margin-left: 16.66667%; }

.sm-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%; }

.sm-3-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto; }

.sm-offset-3 {
  margin-left: 25%; }

.sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%; }

.sm-4-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  margin: 0 auto; }

.sm-offset-4 {
  margin-left: 33.33333%; }

.sm-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%; }

.sm-5-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
  margin: 0 auto; }

.sm-offset-5 {
  margin-left: 41.66667%; }

.sm-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%; }

.sm-6-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto; }

.sm-offset-6 {
  margin-left: 50%; }

.sm-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%; }

.sm-7-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
  margin: 0 auto; }

.sm-offset-7 {
  margin-left: 58.33333%; }

.sm-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%; }

.sm-8-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
  margin: 0 auto; }

.sm-offset-8 {
  margin-left: 66.66667%; }

.sm-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%; }

.sm-9-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto; }

.sm-offset-9 {
  margin-left: 75%; }

.sm-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%; }

.sm-10-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
  margin: 0 auto; }

.sm-offset-10 {
  margin-left: 83.33333%; }

.sm-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%; }

.sm-11-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
  margin: 0 auto; }

.sm-offset-11 {
  margin-left: 91.66667%; }

.sm-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

.sm-12-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.sm-offset-12 {
  margin-left: 100%; }

@media screen and (min-width: 48em) {
  .md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .md-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
    margin: 0 auto; }
  .md-offset-1 {
    margin-left: 8.33333%; }
  .md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .md-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
    margin: 0 auto; }
  .md-offset-2 {
    margin-left: 16.66667%; }
  .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .md-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto; }
  .md-offset-3 {
    margin-left: 25%; }
  .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .md-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin: 0 auto; }
  .md-offset-4 {
    margin-left: 33.33333%; }
  .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .md-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
    margin: 0 auto; }
  .md-offset-5 {
    margin-left: 41.66667%; }
  .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .md-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto; }
  .md-offset-6 {
    margin-left: 50%; }
  .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .md-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
    margin: 0 auto; }
  .md-offset-7 {
    margin-left: 58.33333%; }
  .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .md-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    margin: 0 auto; }
  .md-offset-8 {
    margin-left: 66.66667%; }
  .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .md-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto; }
  .md-offset-9 {
    margin-left: 75%; }
  .md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .md-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
    margin: 0 auto; }
  .md-offset-10 {
    margin-left: 83.33333%; }
  .md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .md-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
    margin: 0 auto; }
  .md-offset-11 {
    margin-left: 91.66667%; }
  .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
  .md-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .md-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 64em) {
  .lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .lg-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
    margin: 0 auto; }
  .lg-offset-1 {
    margin-left: 8.33333%; }
  .lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .lg-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
    margin: 0 auto; }
  .lg-offset-2 {
    margin-left: 16.66667%; }
  .lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .lg-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto; }
  .lg-offset-3 {
    margin-left: 25%; }
  .lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .lg-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin: 0 auto; }
  .lg-offset-4 {
    margin-left: 33.33333%; }
  .lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .lg-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
    margin: 0 auto; }
  .lg-offset-5 {
    margin-left: 41.66667%; }
  .lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .lg-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto; }
  .lg-offset-6 {
    margin-left: 50%; }
  .lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .lg-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
    margin: 0 auto; }
  .lg-offset-7 {
    margin-left: 58.33333%; }
  .lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .lg-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    margin: 0 auto; }
  .lg-offset-8 {
    margin-left: 66.66667%; }
  .lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .lg-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto; }
  .lg-offset-9 {
    margin-left: 75%; }
  .lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .lg-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
    margin: 0 auto; }
  .lg-offset-10 {
    margin-left: 83.33333%; }
  .lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .lg-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
    margin: 0 auto; }
  .lg-offset-11 {
    margin-left: 91.66667%; }
  .lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
  .lg-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .lg-offset-12 {
    margin-left: 100%; } }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

.global-navigation {
  position: relative; }

nav.global,
.g-navi {
  display: none; }
  @media screen and (min-width: 64em) {
    nav.global,
    .g-navi {
      display: block; } }

.nav-button,
.slicknav_menu {
  display: block;
  z-index: 100; }
  @media screen and (min-width: 64em) {
    .nav-button,
    .slicknav_menu {
      display: none; } }

.g-navi {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .g-navi > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
    line-height: 1; }
    .g-navi > li:not(:first-child) {
      border-left: 1px solid #55595c; }
    .g-navi > li > a {
      background: #1d8bb9;
      color: #fff;
      display: block;
      font-size: 1.6rem;
      padding: 1em 0;
      -webkit-transition: background .25s;
      transition: background .25s; }
      .g-navi > li > a:hover {
        background: #2ba9de;
        text-decoration: none; }
    .g-navi > li ul.sub-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 53px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: .3s visibility linear, .3s opacity linear;
      transition: .3s visibility linear, .3s opacity linear;
      width: 120%;
      z-index: 99; }
      .g-navi > li ul.sub-menu:before {
        position: absolute;
        content: '';
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-bottom: 8px solid rgba(0, 0, 0, 0.8);
        width: 0;
        height: 0; }
      .g-navi > li ul.sub-menu li {
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: background .25s;
        transition: background .25s; }
        .g-navi > li ul.sub-menu li:first-child {
          border-radius: 6px 6px 0 0; }
        .g-navi > li ul.sub-menu li:last-child {
          border-radius: 0 0 6px 6px; }
        .g-navi > li ul.sub-menu li:hover {
          background: #000; }
        .g-navi > li ul.sub-menu li a {
          color: #fff;
          display: block;
          font-size: 1.4rem;
          padding: 1em; }
          .g-navi > li ul.sub-menu li a:hover {
            text-decoration: none; }
    .g-navi > li:hover ul.sub-menu {
      visibility: visible;
      opacity: 1; }

.logo {
  display: none; }
  @media screen and (min-width: 64em) {
    .logo {
      display: block;
      padding: 1em 1em 0 1em; 
      text-align: center;} }

.searchbox {
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .searchbox .txt {
    width: 80%;
    max-width: 80%;
    border-radius: 5px 0 0 5px; }
  .searchbox .btn {
    width: 20%;
    max-width: 20%;
    background: #1d8bb9;
    border: none;
    color: #fff;
    font-family: FontAwesome;
    border-radius: 0 5px 5px 0; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .pagination a {
    border: 1px solid #818a91;
    border-radius: 3px;
    color: #333;
    display: block;
    min-width: 32px;
    padding: 0.4rem 0.8rem; }
    .pagination a:hover {
      border: 1px solid #aab0b5; }
  .pagination .active {
    background: #1d8bb9;
    color: #fff; }
  .pagination span {
    color: #818a91;
    display: block;
    margin: 0 4px; }
  .pagination li {
    margin: 0 2px; }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0; }

.accordion dt {
  background: #1d8bb9;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 1rem 0 1rem 1.2rem;
  position: relative; }
  .accordion dt:not(:first-child) {
    border-top: 1px solid #fff;
    margin: 0; }
  .accordion dt:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    content: '\f067';
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .accordion dt.open:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }

.accordion dd {
  display: none; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 1; }
  button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color; }

div.button {
  pointer-events: none; }

.button {
  background-color: #1d8bb9;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  line-height: 1 !important;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  padding: 1em; }
  @media screen and (min-width: 48em) {
    .button {
      padding: 0.8em; } }
  .button:hover {
    background-color: #135977;
    color: #fff;
    text-decoration: none; }
  .button a:visited .button {
    color: inherit; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.first {
    background-color: #ecece3; }
    .button.first:hover {
      background-color: #cdcdb5; }
  .button.second {
    background-color: #d89006; }
    .button.second:hover {
      background-color: #8e5e04; }
  .button.third {
    background-color: #00a968; }
    .button.third:hover {
      background-color: #005d39; }
  .button.fourth {
    background-color: #ffffff; }
    .button.fourth:hover {
      background-color: #d9d9d9; }
  .button.five {
    background-color: #ffffff; }
    .button.five:hover {
      background-color: #d9d9d9; }
  .button.outline {
    background-color: #fff;
    border: 1px solid #1d8bb9;
    color: #1d8bb9;
    text-shadow: none; }
    .button.outline:hover {
      background-color: #afdff3; }
    .button.outline.first {
      background-color: #fff;
      border: 1px solid #ecece3;
      color: #ecece3; }
      .button.outline.first:hover {
        background-color: white; }
    .button.outline.second {
      background-color: #fff;
      border: 1px solid #d89006;
      color: #d89006; }
      .button.outline.second:hover {
        background-color: #fcd994; }
    .button.outline.third {
      background-color: #fff;
      border: 1px solid #00a968;
      color: #00a968; }
      .button.outline.third:hover {
        background-color: #5dffc1; }
    .button.outline.fourth {
      background-color: #fff;
      border: 1px solid #ffffff;
      color: #ffffff; }
      .button.outline.fourth:hover {
        background-color: white; }
    .button.outline.five {
      background-color: #fff;
      border: 1px solid #ffffff;
      color: #ffffff; }
      .button.outline.five:hover {
        background-color: white; }
    .button.outline.ghost {
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.7);
      color: rgba(255, 255, 255, 0.7); }
      .button.outline.ghost:hover {
        background-color: rgba(0, 0, 0, 0.3); }

form button.button-block {
  display: block;
  width: 100%; }
  @media screen and (min-width: 64em) {
    form button.button-block {
      margin: 2rem auto;
      width: 25%; } }

.block {
  border: 1px solid #1d8bb9; }
  .block.center {
    text-align: center; }
  .block.first {
    border-color: #ecece3; }
  .block.second {
    border-color: #d89006; }
  .block.third {
    border-color: #00a968; }
  .block.fourth {
    border-color: #ffffff; }
  .block.five {
    border-color: #ffffff; }
  .block.flow {
    background: #fff;
    text-align: center;
    border-radius: 5px; }
    .block.flow + .flow {
      position: relative;
      margin-top: 4em; }
      .block.flow + .flow::before {
        left: 50%;
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: -1.5em;
        font-size: 2em;
        line-height: 1;
        color: rgba(29, 139, 185, 0.6);
        -webkit-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }

.block.height {
  height: 100%; }

.block-header {
  background: #1d8bb9;
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  padding: .3em 1em; }
  .first .block-header {
    background: #ecece3; }
  .second .block-header {
    background: #d89006; }
  .third .block-header {
    background: #00a968; }
  .fourth .block-header {
    background: #ffffff; }
  .five .block-header {
    background: #ffffff; }

.block-body {
  color: inherit;
  padding: 1em; }
  .block-body .grid {
    margin: -0.8rem; }
    @media screen and (min-width: 48em) {
      .block-body .grid {
        margin: 0 -1rem; } }
    @media screen and (min-width: 64em) {
      .block-body .grid {
        margin: 0 -1rem; } }

.breadlist-wrapper {

 }

.breadlist {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  list-style: none;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  min-width: 100%; }
  @media screen and (min-width: 64em) {
    .breadlist {
      padding: 0.5rem 0.5rem 0.5rem 1.5rem; } }
  .breadlist::after {
    display: table;
    clear: both;
    content: ""; }
  .breadlist li {
    line-height: 1.1;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .breadlist li + li::before {
      padding-right: .5em;
      padding-left: .5em;
      color: #55595c;
      content: "＞"; }
    .breadlist li a {
      color: #1d8bb9; }
      .breadlist li a::active, .breadlist li a::visited {
        color: inherit; }
    .breadlist li.active {
      color: #55595c; }
    .breadlist li:first-child::before {
      content: "";
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 0.5em;
      color: #1d8bb9; }

.grid-flex {
  display: block;
  margin: -0.8rem -0.8rem 0; }
  @media screen and (min-width: 48em) {
    .grid-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      max-width: 76.8rem;
      margin: -1rem -1rem 0; } }
  @media screen and (min-width: 64em) {
    .grid-flex {
      max-width: 130.4rem;
      margin: -1rem -1rem 0; } }
  .grid-flex + .grid, .grid-flex + .grid-flex, .grid-flex + .grid-tile {
    margin: 0 -0.8rem 0; }
    @media screen and (min-width: 48em) {
      .grid-flex + .grid, .grid-flex + .grid-flex, .grid-flex + .grid-tile {
        max-width: 76.8rem;
        margin: 0 -1rem 0; } }
    @media screen and (min-width: 64em) {
      .grid-flex + .grid, .grid-flex + .grid-flex, .grid-flex + .grid-tile {
        max-width: 130.4rem;
        margin: 0 -1rem 0; } }

.grid-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -0.8rem -0.8rem 0; }
  @media screen and (min-width: 48em) {
    .grid-tile {
      max-width: 76.8rem;
      margin: -1rem -1rem 0; } }
  @media screen and (min-width: 64em) {
    .grid-tile {
      max-width: 130.4rem;
      margin: -1rem -1rem 0; } }
  .grid-tile .sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
  .grid-tile .sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .grid-tile .sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .grid-tile .sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .grid-tile .sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%; }
  .grid-tile .sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .grid-tile .sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%; }
  .grid-tile .sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%; }
  .grid-tile .sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%; }
  .grid-tile .sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%; }
  .grid-tile .sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.09091%;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%; }
  .grid-tile .sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  @media screen and (min-width: 48em) {
    .grid-tile .md-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .grid-tile .md-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%; }
    .grid-tile .md-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%; }
    .grid-tile .md-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%; }
    .grid-tile .md-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      width: 20%;
      max-width: 20%; }
    .grid-tile .md-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      width: 16.66667%;
      max-width: 16.66667%; }
    .grid-tile .md-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      width: 14.28571%;
      max-width: 14.28571%; }
    .grid-tile .md-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      width: 12.5%;
      max-width: 12.5%; }
    .grid-tile .md-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.11111%;
      -ms-flex: 0 0 11.11111%;
      flex: 0 0 11.11111%;
      width: 11.11111%;
      max-width: 11.11111%; }
    .grid-tile .md-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      width: 10%;
      max-width: 10%; }
    .grid-tile .md-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 9.09091%;
      -ms-flex: 0 0 9.09091%;
      flex: 0 0 9.09091%;
      width: 9.09091%;
      max-width: 9.09091%; }
    .grid-tile .md-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      width: 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (min-width: 64em) {
    .grid-tile .lg-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .grid-tile .lg-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%; }
    .grid-tile .lg-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%; }
    .grid-tile .lg-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%; }
    .grid-tile .lg-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      width: 20%;
      max-width: 20%; }
    .grid-tile .lg-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      width: 16.66667%;
      max-width: 16.66667%; }
    .grid-tile .lg-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      width: 14.28571%;
      max-width: 14.28571%; }
    .grid-tile .lg-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      width: 12.5%;
      max-width: 12.5%; }
    .grid-tile .lg-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.11111%;
      -ms-flex: 0 0 11.11111%;
      flex: 0 0 11.11111%;
      width: 11.11111%;
      max-width: 11.11111%; }
    .grid-tile .lg-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      width: 10%;
      max-width: 10%; }
    .grid-tile .lg-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 9.09091%;
      -ms-flex: 0 0 9.09091%;
      flex: 0 0 9.09091%;
      width: 9.09091%;
      max-width: 9.09091%; }
    .grid-tile .lg-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      width: 8.33333%;
      max-width: 8.33333%; } }
  .grid-tile + .grid, .grid-tile + .grid-flex, .grid-tile + .grid-tile {
    margin: 0 -0.8rem 0; }
    @media screen and (min-width: 48em) {
      .grid-tile + .grid, .grid-tile + .grid-flex, .grid-tile + .grid-tile {
        max-width: 76.8rem;
        margin: 0 -1rem 0; } }
    @media screen and (min-width: 64em) {
      .grid-tile + .grid, .grid-tile + .grid-flex, .grid-tile + .grid-tile {
        max-width: 130.4rem;
        margin: 0 -1rem 0; } }

.column {
  padding: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }
  @media screen and (min-width: 48em) {
    .column {
      padding: 1rem;
      width: auto; } }
  @media screen and (min-width: 64em) {
    .column {
      padding: 1rem; } }
  .column.narrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }
    @media screen and (min-width: 48em) {
      .column.narrow {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }
    @media screen and (min-width: 64em) {
      .column.narrow {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }

.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-end-vertical {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.align-center-vertical {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.align-justify-vertical {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.align-spaced-vertical {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.item-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.item-top-child {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.item-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.item-end-child {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.item-center-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.item-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.item-stretch-child {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.order-0to1 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }
  @media screen and (min-width: 64em) {
    .order-0to1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

.order-1to0 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (min-width: 64em) {
    .order-1to0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; } }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.form-field {
  margin-bottom: 2em; }
  @media screen and (min-width: 64em) {
    .form-field {
      margin-bottom: 3em; } }

label {
  display: block;
  max-width: 100%;
  margin-bottom: .42857em;
  font-weight: bold; }
  label.error {
    color: #b0120a;
    font-size: .875em;
    font-weight: normal; }

form.form-horizon .form-field {
  display: block; }
  @media screen and (min-width: 48em) {
    form.form-horizon .form-field {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 48em) {
    form.form-horizon .form-field > label.entry {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
      flex: 0 0 120px; } }
  @media screen and (min-width: 64em) {
    form.form-horizon .form-field > label.entry {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px; } }

.form-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

input,
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
  transition: border-color ease-in-out .15s, background-color ease-in-out .15s; }
  input:focus,
  textarea:focus {
    border-color: #1d8bb9;
    -webkit-box-shadow: 0 0 6px 1px rgba(29, 139, 185, 0.075);
    box-shadow: 0 0 6px 1px rgba(29, 139, 185, 0.075);
    outline: 0; }
    input:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    input:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: transparent; }
    input:focus::-ms-input-placeholder,
    textarea:focus::-ms-input-placeholder {
      color: transparent; }
    input:focus::placeholder,
    textarea:focus::placeholder {
      color: transparent; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input::-ms-expand,
  textarea::-ms-expand {
    background-color: transparent;
    border: 0; }

input.error,
.select select.error,
textarea.error {
  border: 1px solid #b0120a; }

input {
  height: 3em; }

textarea {
  height: auto; }

select {
  width: 100%; }
  select::-moz-focus-inner {
    border: 0; }

.select {
  display: inline-block;
  position: relative; }
  .select select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    height: 2.5em;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 32px 6px 12px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: hidden; }
  .select:after {
    border: 1px solid #999;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 7px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
    margin-top: -5px;
    right: 16px;
    top: 50%; }

select[multiple],
select[size] {
  height: auto; }

.checkbox-group, .radio-group {
  margin-bottom: 3.6rem; }
  .checkbox-group label, .radio-group label {
    display: inline-block;
    font-weight: normal; }

.label-checkbox input[type="checkbox"],
.label-radio input[type="radio"] {
  display: none; }

.label-checkbox {
  cursor: pointer;
  position: relative; }
  .label-checkbox .lever {
    background: #fafafb;
    color: #55595c;
    display: inline-block;
    padding: 0.5em 1em 0.5em 3em;
    margin-right: 1em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .label-checkbox .lever:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 1em;
      margin-top: -0.65em;
      border: 1px solid #dfe2e4;
      background: #fff;
      width: 1.5em;
      height: 1.5em;
      -webkit-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
    .label-checkbox .lever:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 1.5em;
      margin-top: -0.5em;
      width: 0.5em;
      height: 1em;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear;
      opacity: 0; }

.label-checkbox input[type="checkbox"]:checked + .lever:before {
  background: #1d8bb9; }

.label-checkbox input[type="checkbox"]:checked + .lever:after {
  opacity: 1; }

.label-radio {
  cursor: pointer;
  color: #55595c;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  margin-right: 1em; }
  .label-radio .lever {
    padding-left: 1.8em; }
    .label-radio .lever:before {
      content: '';
      border: 1px solid #818a91;
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .label-radio .lever:after {
      content: '';
      opacity: 0;
      position: absolute;
      left: 0.5em;
      top: 50%;
      width: 0.5em;
      height: 0.5em;
      background: #fff;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }

.label-radio input[type="radio"]:checked + .lever:before {
  background: #1d8bb9; }

.label-radio input[type="radio"]:checked + .lever:after {
  opacity: 1; }

.icon span.pdf::after, .button span.pdf::after, .button.outline span.pdf::after {
  content: "";
  color: #ca234d; }

.icon span.left.pdf::after, .button span.left.pdf::after {
  content: none; }

.icon span.left.pdf::before, .button span.left.pdf::before {
  content: ""; }

.icon span.nw::after, .button span.nw::after, .button.outline span.nw::after {
  content: ""; }

.icon span.left.nw::after, .button span.left.nw::after {
  content: none; }

.icon span.left.nw::before, .button span.left.nw::before {
  content: ""; }

.icon span.tel::after, .button span.tel::after, .button.outline span.tel::after {
  content: ""; }

.icon span.left.tel::after, .button span.left.tel::after {
  content: none; }

.icon span.left.tel::before, .button span.left.tel::before {
  content: ""; }

.icon span.mail::after, .button span.mail::after, .button.outline span.mail::after {
  content: ""; }

.icon span.left.mail::after, .button span.left.mail::after {
  content: none; }

.icon span.left.mail::before, .button span.left.mail::before {
  content: ""; }

.icon span.fax::after, .button span.fax::after, .button.outline span.fax::after {
  content: ""; }

.icon span.left.fax::after, .button span.left.fax::after {
  content: none; }

.icon span.left.fax::before, .button span.left.fax::before {
  content: ""; }

.icon span::after, .icon span.left::before, .button span::after, .button.outline span::after, .button span.left::before, .button.outline span.left::before {
  font-family: FontAwesome;
  content: "";
  color: inherit;
  display: inline-block; }

.icon span::after {
  margin-left: .4em; }

.icon span.left::after {
  content: none; }

.icon span.left::before {
  margin-right: .4em; }

.icon span.ic-base::after, .icon span.ic-base::before {
  color: #1d8bb9; }

.icon span.ic-first::after, .icon span.ic-first::before {
  color: #ecece3; }

.icon span.ic-second::after, .icon span.ic-second::before {
  color: #d89006; }

.icon span.ic-third::after, .icon span.ic-third::before {
  color: #00a968; }

.icon span.ic-fourth::after, .icon span.ic-fourth::before {
  color: #ffffff; }

.icon span.ic-five::after, .icon span.ic-five::before {
  color: #ffffff; }

.button span::after, .button.outline span::after {
  margin-left: .4em; }

.button span.left::after, .button.outline span.left::after {
  content: none; }

.button span.left::before, .button.outline span.left::before {
  margin-right: .4em; }

.button span.ic-base::after, .button span.ic-base::before, .button.outline span.ic-base::after, .button.outline span.ic-base::before {
  color: #1d8bb9; }

.button span.ic-first::after, .button span.ic-first::before, .button.outline span.ic-first::after, .button.outline span.ic-first::before {
  color: #ecece3; }

.button span.ic-second::after, .button span.ic-second::before, .button.outline span.ic-second::after, .button.outline span.ic-second::before {
  color: #d89006; }

.button span.ic-third::after, .button span.ic-third::before, .button.outline span.ic-third::after, .button.outline span.ic-third::before {
  color: #00a968; }

.button span.ic-fourth::after, .button span.ic-fourth::before, .button.outline span.ic-fourth::after, .button.outline span.ic-fourth::before {
  color: #ffffff; }

.button span.ic-five::after, .button span.ic-five::before, .button.outline span.ic-five::after, .button.outline span.ic-five::before {
  color: #ffffff; }

.ribbon {
  background-color: #1d8bb9;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  margin: .5em 0;
  padding: .3em 1em;
  position: relative; }
  .ribbon.round {
    border-radius: 2em; }
  .ribbon.deco {
    height: 33.6px;
    line-height: 33.6px;
    padding: 0 24.08px 0 14px; }
    .ribbon.deco::after {
      content: '';
      position: absolute;
      width: 0px;
      height: 0px;
      z-index: 1;
      top: 0;
      right: 0;
      border-width: 16.8px 10.08px 16.8px 0px;
      border-color: transparent #fff transparent transparent;
      border-style: solid; }
    @media screen and (min-width: 64em) {
      .ribbon.deco {
        height: 38.4px;
        line-height: 38.4px;
        padding: 0 27.52px 0 16px; }
        .ribbon.deco::after {
          border-width: 19.2px 11.52px 19.2px 0px; } }
  .ribbon.first {
    background-color: #ecece3; }
  .ribbon.second {
    background-color: #d89006; }
  .ribbon.third {
    background-color: #00a968; }
  .ribbon.fourth {
    background-color: #ffffff; }
  .ribbon.five {
    background-color: #ffffff; }
  .ribbon.outline {
    background: #fff;
    border: 1px solid #1d8bb9;
    color: #1d8bb9; }
    .ribbon.outline.first {
      border-color: #ecece3;
      color: #ecece3; }
    .ribbon.outline.second {
      border-color: #d89006;
      color: #d89006; }
    .ribbon.outline.third {
      border-color: #00a968;
      color: #00a968; }
    .ribbon.outline.fourth {
      border-color: #ffffff;
      color: #ffffff; }
    .ribbon.outline.five {
      border-color: #ffffff;
      color: #ffffff; }

.label {
  background-color: #1d8bb9;
  border-radius: 0px;
  display: inline-block;
  padding: .5em .6em .6em;
  font-size: 75%;
  line-height: 1 !important;
  color: #fff;
  text-align: center;
  position: relative; }
  .label.small {
    font-size: 68.75%; }
  .label.large {
    font-size: 100%;
    padding: 0.075em 0.6em; }
  .label.first {
    background-color: #ecece3; }
  .label.second {
    background-color: #d89006; }
  .label.third {
    background-color: #00a968; }
  .label.fourth {
    background-color: #ffffff; }
  .label.five {
    background-color: #ffffff; }
  .label.outline {
    background: #fff;
    border: 1px solid #1d8bb9;
    color: #1d8bb9; }
    .label.outline.first {
      border-color: #ecece3;
      color: #ecece3; }
    .label.outline.second {
      border-color: #d89006;
      color: #d89006; }
    .label.outline.third {
      border-color: #00a968;
      color: #00a968; }
    .label.outline.fourth {
      border-color: #ffffff;
      color: #ffffff; }
    .label.outline.five {
      border-color: #ffffff;
      color: #ffffff; }
  .label.extended {
    display: block; }

span.label {
  margin-right: 0.5em; }

ul, ol {
  list-style: none;
  line-height: inherit;
  margin: 0;
  padding: 0; }
  ul.li-mb li:not(:last-child), ol.li-mb li:not(:last-child) {
    margin-bottom: .8em; }
  ul.default li + li, ol.default li + li {
    margin-top: 1em; }

ul.disc {
  list-style: disc outside;
  padding-left: 1.5em; }
  ul.disc ul {
    list-style: circle outside;
    padding-left: 1.5em; }

ul.square li {
  line-height: inherit;
  padding-left: 1.2em;
  position: relative; }
  ul.square li:before {
    content: '■';
    color: #1d8bb9;
    margin-right: 0.4em;
    position: absolute;
    left: 0; }

ul.circle li {
  line-height: inherit;
  padding-left: 1.2em;
  position: relative; }
  ul.circle li:before {
    content: '●';
    color: #1d8bb9;
    margin-right: 0.4em;
    position: absolute;
    left: 0; }

ul.rice li {
  line-height: inherit;
  padding-left: 1.2em;
  position: relative; }
  ul.rice li:before {
    content: '※';
    margin-right: 0.4em;
    position: absolute;
    left: 0; }

.list-horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .list-horizon li:not(:last-child) {
    padding-right: 1em; }

ol.num {
  list-style: decimal outside;
  padding-left: 1.5em; }
  ol.num ol {
    list-style: decimal outside;
    padding-left: 1em; }

dl dt {
  font-weight: bold;
  padding: 0.25em 0;
  color: #1d8bb9; }
  dl dt:not(:first-child) {
    margin-top: 1em; }

dl dd {
  line-height: 1.4;
  padding: 0.25em 0; }

dl.dl-horizon {
  margin: 0 auto; }
  dl.dl-horizon dt, dl.dl-horizon dd {
    line-height: 1.4; }
  dl.dl-horizon dt {
    float: none;
    margin-bottom: .4em; }
    @media screen and (min-width: 48em) {
      dl.dl-horizon dt {
        width: 10em;
        float: left;
        clear: left;
        margin-top: 0;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  dl.dl-horizon dd {
    margin-left: 0;
    margin-bottom: .4em; }
    @media screen and (min-width: 48em) {
      dl.dl-horizon dd {
        margin-left: 11.25em; } }

dl.dl-horizon-left {
  margin: 0 auto; }
  dl.dl-horizon-left dt, dl.dl-horizon-left dd {
    line-height: 1.4; }
  dl.dl-horizon-left dt {
    float: none;
    margin-bottom: .4em; }
    @media screen and (min-width: 48em) {
      dl.dl-horizon-left dt {
        width: 10em;
        float: left;
        clear: left;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  dl.dl-horizon-left dd {
    margin-left: 0;
    margin-bottom: .4em; }
    @media screen and (min-width: 48em) {
      dl.dl-horizon-left dd {
        margin-left: 11.25em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-04 dt {
      width: 4em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-04 dd {
      margin-left: 4em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-06 dt {
      width: 6em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-06 dd {
      margin-left: 6em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-08 dt {
      width: 8em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-08 dd {
      margin-left: 8em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-10 dt {
      width: 10em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-10 dd {
      margin-left: 10em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-12 dt {
      width: 12em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-12 dd {
      margin-left: 12em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-16 dt {
      width: 16em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-16 dd {
      margin-left: 16em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-18 dt {
      width: 18em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-18 dd {
      margin-left: 18em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-20 dt {
      width: 20em; } }
  @media screen and (min-width: 48em) {
    dl.dl-horizon-left.dt-20 dd {
      margin-left: 20em; } }

.list-group li {
  display: block;
  padding: 0em 1em;
  position: relative; }
  .list-group li.title {
    font-weight: bold;
    padding: .25em 0em; }

.list-group.border-box {
  border: 1px solid #818a91; }
  .list-group.border-box li {
    padding-top: 1em;
    padding-bottom: 1em; }
    .list-group.border-box li:not(:first-child) {
      border-top: 1px solid #818a91; }
    .list-group.border-box li.title {
      background: #1d8bb9;
      color: #fff;
      padding: .25em 1em; }

.list-group-link li {
  display: block;
  position: relative; }
  .list-group-link li.title {
    font-weight: bold;
    padding: .25em 0em; }
  .list-group-link li a {
    display: block;
    padding-left: 1em;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out; }
    .list-group-link li a:hover {
      background-color: #eceeef;
      text-decoration: none; }

.list-group-link.border-box {
  border: 1px solid #818a91; }
  .list-group-link.border-box li:not(:first-child) {
    border-top: 1px solid #818a91; }
  .list-group-link.border-box li.title {
    background: #1d8bb9;
    color: #fff;
    padding: .25em 1em; }
  .list-group-link.border-box li a {
    padding-top: 1em;
    padding-bottom: 1em; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999; }
  @media screen and (min-width: 64em) {
    .pagetop {
      bottom: 6rem;
      right: 3rem; } }
  .pagetop a {
    display: block;
    background-color: #1a8fce;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    width: 44px;
    height: 44px;
    padding: 0.4rem; }
    @media screen and (min-width: 48em) {
      .pagetop a {
        width: 50px;
        height: 50px; } }
    @media screen and (min-width: 64em) {
      .pagetop a {
        width: 60px;
        height: 60px; } }
    .pagetop a:after {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      border-right: 3px solid #fff;
      border-top: 3px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: 0.875em;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
      @media screen and (min-width: 48em) {
        .pagetop a:after {
          width: 20px;
          height: 20px;
          margin-top: 1em; } }
      @media screen and (min-width: 64em) {
        .pagetop a:after {
          width: 24px;
          height: 24px;
          margin-top: 1.325em; } }


table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 1em; }
  table th, table td {
    border: 1px solid #6bacca;
    padding: 0.5em 1em; }
  table th {
    background: #1d8bb9;
    line-height: 1.3 !important;
    color: #fff; }
  table td {
    text-align: center;
    background: #fff; }
  table.double tbody th {
    background: #cbe3ec;
    color: #333; }

.gbGray{
  background-color: #dfe8e9;
}

.th-block th, .th-block td {
  display: block; }
  @media screen and (min-width: 48em) {
    .th-block th, .th-block td {
      display: table-cell; } }

.th-block th {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .th-block th {
      width: 20%; } }

.th-block td {
  border-top: none;
  border-bottom: none; }
  @media screen and (min-width: 48em) {
    .th-block td {
      border-top: 1px solid #6bacca;
      border-bottom: 1px solid #6bacca; } }

.th-block tr:last-child td {
  border-bottom: 1px solid #6bacca; }

table.clear {
  margin: 0; }
  table.clear th, table.clear td {
    background: #fff;
    border: none;
    padding: 0; }
  table.clear.confirm th, table.clear.confirm td {
    display: block; }
    @media screen and (min-width: 48em) {
      table.clear.confirm th, table.clear.confirm td {
        border-bottom: 24px solid #fff;
        display: table-cell; } }
  table.clear.confirm th {
    background: #ebf3f9;
    color: #1d8bb9;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    padding: .2em 1em;
    width: 100%; }
    @media screen and (min-width: 48em) {
      table.clear.confirm th {
        font-size: 1.3rem;
        width: 28%; } }
    @media screen and (min-width: 64em) {
      table.clear.confirm th {
        font-size: 1.4rem; } }
  table.clear.confirm td {
    padding: 1em; }
    @media screen and (min-width: 48em) {
      table.clear.confirm td {
        padding: .2em .5em .2em 1em; } }

.table-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 48em) {
    .table-scroll {
      white-space: normal; } }

.tabs-nav.default-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd; }
  .tabs-nav.default-tab > li {
    color: #07D;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .tabs-nav.default-tab > li:nth-child(n+2) {
      margin-left: .5em; }
    .tabs-nav.default-tab > li a {
      background: #eceeef;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom: 4px solid #eceeef;
      display: block;
      padding: .8rem 1.2rem;
      -webkit-transition: background-color 0.25s ease-out;
      transition: background-color 0.25s ease-out; }
      .tabs-nav.default-tab > li a:hover {
        cursor: pointer;
        text-decoration: none; }
    .tabs-nav.default-tab > li.active a {
      border-bottom: 4px solid #1d8bb9;
      background: #fff;
      color: #333; }

.tabs-nav.default-tab > li a:not(.active):hover,
.tabs-nav.default-tab > li a:not(.active):focus {
  background: #f5f5f5;
  border-bottom: 4px solid #1d8bb9;
  color: #333;
  outline: none; }

.tabs-content.default-tab {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem; }

.tabs-nav.button-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  @media screen and (min-width: 48em) {
    .tabs-nav.button-tab {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: none;
      margin: 0 -0.5em; } }
  .tabs-nav.button-tab > li {
    color: #07D;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #ccc; }
    @media screen and (min-width: 48em) {
      .tabs-nav.button-tab > li {
        border-top: none;
        padding: 0.5em; } }
    .tabs-nav.button-tab > li a {
      background: #fff;
      display: block;
      padding: 1.25em 0;
      -webkit-transition: background-color 0.25s ease-out;
      transition: background-color 0.25s ease-out;
      height: 100%;
      line-height: 1.25; }
      @media screen and (min-width: 48em) {
        .tabs-nav.button-tab > li a {
          background: #fff;
          border-radius: 5px;
          border: solid 1px #1d8bb9; } }
      .tabs-nav.button-tab > li a:hover {
        cursor: pointer;
        text-decoration: none; }
    .tabs-nav.button-tab > li.active a {
      background: #1d8bb9;
      color: #fff; }

.tabs-nav.button-tab > li a:not(.active):hover {
  background: rgba(29, 139, 185, 0.25); }

.tabs-nav.button-tab > li a:not(.active):focus {
  background: #1d8bb9; }

.tabs-content.button-tab {
  background: #fff;
  padding: 2em;
  margin: 2em 0; }
  @media screen and (min-width: 48em) {
    .tabs-content.button-tab {
      padding: 3em; } }

@media screen and (min-width: 48em) {
  .md-row-1 > li {
    width: 100% !important; } }

@media screen and (min-width: 48em) {
  .md-row-2 > li {
    width: 50% !important; } }

@media screen and (min-width: 48em) {
  .md-row-3 > li {
    width: 33.33333% !important; } }

@media screen and (min-width: 48em) {
  .md-row-4 > li {
    width: 25% !important; } }

.tabs-nav.info-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  @media screen and (min-width: 48em) {
    .tabs-nav.info-tab {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 2px solid #e9e7de;
      border-top: none;
      border-right: none;
      border-left: none; } }
  .tabs-nav.info-tab > li {
    color: #07D;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #ccc; }
    @media screen and (min-width: 48em) {
      .tabs-nav.info-tab > li {
        border-top: none; } }
    @media screen and (min-width: 48em) {
      .tabs-nav.info-tab > li:nth-child(n+2) {
        margin-left: .5em; } }
    .tabs-nav.info-tab > li a {
      background: #fff;
      display: block;
      padding: 1.25em 0;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      height: 100%;
      line-height: 1.25; }
      @media screen and (min-width: 48em) {
        .tabs-nav.info-tab > li a {
          background: #fff;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px; } }
      .tabs-nav.info-tab > li a:hover {
        cursor: pointer;
        text-decoration: none;
        background-color: rgba(131, 205, 236, 0.5); }
    .tabs-nav.info-tab > li.active a {
      background: #1d8bb9;
      color: #fff; }

.tabs-nav.info-tab > li a:not(.active):hover,
.tabs-nav.info-tab > li a:not(.active):focus {
  outline: none; }

.tabs-content.info-tab {
  padding: 2em;
  background: #fff; }

.display_selectedItem {
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 1em;
  position: relative; }
  .display_selectedItem::after {
    content: "";
    font-family: FontAwesome;
    font-size: 1.6rem;
    display: inline-block;
    position: absolute;
    right: 1em;
    color: #707070;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }
  @media screen and (min-width: 48em) {
    .display_selectedItem {
      display: none; } }

.display_selectedItem.open {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .display_selectedItem.open::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }

.select_wrap {
  margin-bottom: 1em; }
  @media screen and (min-width: 48em) {
    .select_wrap {
      margin-bottom: 0; } }

.bg-base {
  background-color: #1d8bb9; }
  .bg-base.light {
    background-color: #83cdec; }

.bg-first {
  background-color: #ecece3; }
  .bg-first.light {
    background-color: white; }

.bg-second {
  background-color: #d89006; }
  .bg-second.light {
    background-color: #fbd07c; }

.bg-third {
  background-color: #00a968; }
  .bg-third.light {
    background-color: #43ffb7; }

.bg-fourth {
  background-color: #ffffff; }
  .bg-fourth.light {
    background-color: white; }

.bg-five {
  background-color: #ffffff; }
  .bg-five.light {
    background-color: white; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #000; }

.bg-red {
  background-color: #b0120a; }

.bg-yellow {
  background-color: #fff000; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.block-center {
  display: block;
  margin: 0 auto; }

.ov-hidden {
  overflow: hidden; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

@media screen and (min-width: 64em) {
  .text-right-lg {
    text-align: right !important; } }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify; }

.lh-10 {
  line-height: 1; }

.lh-11 {
  line-height: 1.1; }

.lh-12 {
  line-height: 1.2; }

.lh-13 {
  line-height: 1.3; }

.lh-14 {
  line-height: 1.4; }

.lh-15 {
  line-height: 1.5; }

.lh-16 {
  line-height: 1.6; }

.lh-17 {
  line-height: 1.7; }

.lh-18 {
  line-height: 1.8; }

.lh-19 {
  line-height: 1.9; }

.lh-20 {
  line-height: 2; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.fc-base {
  color: #1d8bb9; }

.fc-first {
  color: #ecece3; }

.fc-second {
  color: #d89006; }

.fc-third {
  color: #00a968; }

.fc-fourth {
  color: #ffffff; }

.fc-five {
  color: #9010bf; }

.fc-red {
  color: #b0120a; }

.fc-orange {
  color: #f18f2c; }

.fc-green {
  color: #63a764; }

.fc-yellow {
  color: #fff000; }

.fc-white {
  color: #fff; }

.fc-black {
  color: #000; }

.fc-gray-dark {
  color: #333333; }

.fc-gray {
  color: #55595c; }

.fc-gray-light {
  color: #818a91; }

.fc-gray-lighter {
  color: #dfe2e4; }

.fc-gray-lightest {
  color: #eceeef; }

.xlarge {
  font-size: 125%;
  font-weight: normal;
  line-height: inherit; }

.large {
  font-size: 112.5%;
  font-weight: normal;
  line-height: inherit; }

.medium {
  font-size: 87.5%;
  font-weight: normal;
  font-weight: normal;
  line-height: inherit; }

.small {
  font-size: 75%;
  font-weight: normal;
  line-height: inherit; }
  .small.small-block {
    display: inline; }
    @media screen and (min-width: 64em) {
      .small.small-block {
        display: block;
        margin-top: 1em; } }

.xsmall {
  font-size: 62.5%;
  font-weight: normal;
  line-height: inherit; }

.mt4 {
  margin-top: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .mt4 {
      margin-top: 0.6rem !important; } }

.mb4 {
  margin-bottom: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .mb4 {
      margin-bottom: 0.6rem !important; } }

.mr4 {
  margin-right: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .mr4 {
      margin-right: 0.6rem !important; } }

.ml4 {
  margin-left: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .ml4 {
      margin-left: 0.6rem !important; } }

.pt4 {
  padding-top: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .pt4 {
      padding-top: 0.6rem !important; } }

.pb4 {
  padding-bottom: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .pb4 {
      padding-bottom: 0.6rem !important; } }

.pr4 {
  padding-right: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .pr4 {
      padding-right: 0.6rem !important; } }

.pl4 {
  padding-left: 0.4rem !important; }
  @media screen and (min-width: 64em) {
    .pl4 {
      padding-left: 0.6rem !important; } }

.mt8 {
  margin-top: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .mt8 {
      margin-top: 1.2rem !important; } }

.mb8 {
  margin-bottom: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .mb8 {
      margin-bottom: 1.2rem !important; } }

.mr8 {
  margin-right: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .mr8 {
      margin-right: 1.2rem !important; } }

.ml8 {
  margin-left: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .ml8 {
      margin-left: 1.2rem !important; } }

.pt8 {
  padding-top: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .pt8 {
      padding-top: 1.2rem !important; } }

.pb8 {
  padding-bottom: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .pb8 {
      padding-bottom: 1.2rem !important; } }

.pr8 {
  padding-right: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .pr8 {
      padding-right: 1.2rem !important; } }

.pl8 {
  padding-left: 0.8rem !important; }
  @media screen and (min-width: 64em) {
    .pl8 {
      padding-left: 1.2rem !important; } }

.mt12 {
  margin-top: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .mt12 {
      margin-top: 1.8rem !important; } }

.mb12 {
  margin-bottom: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .mb12 {
      margin-bottom: 1.8rem !important; } }

.mr12 {
  margin-right: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .mr12 {
      margin-right: 1.8rem !important; } }

.ml12 {
  margin-left: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .ml12 {
      margin-left: 1.8rem !important; } }

.pt12 {
  padding-top: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .pt12 {
      padding-top: 1.8rem !important; } }

.pb12 {
  padding-bottom: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .pb12 {
      padding-bottom: 1.8rem !important; } }

.pr12 {
  padding-right: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .pr12 {
      padding-right: 1.8rem !important; } }

.pl12 {
  padding-left: 1.2rem !important; }
  @media screen and (min-width: 64em) {
    .pl12 {
      padding-left: 1.8rem !important; } }

.mt16 {
  margin-top: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .mt16 {
      margin-top: 2.4rem !important; } }

.mb16 {
  margin-bottom: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .mb16 {
      margin-bottom: 2.4rem !important; } }

.mr16 {
  margin-right: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .mr16 {
      margin-right: 2.4rem !important; } }

.ml16 {
  margin-left: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .ml16 {
      margin-left: 2.4rem !important; } }

.pt16 {
  padding-top: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .pt16 {
      padding-top: 2.4rem !important; } }

.pb16 {
  padding-bottom: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .pb16 {
      padding-bottom: 2.4rem !important; } }

.pr16 {
  padding-right: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .pr16 {
      padding-right: 2.4rem !important; } }

.pl16 {
  padding-left: 1.6rem !important; }
  @media screen and (min-width: 64em) {
    .pl16 {
      padding-left: 2.4rem !important; } }

.mt20 {
  margin-top: 2rem !important; }
  @media screen and (min-width: 64em) {
    .mt20 {
      margin-top: 3rem !important; } }

.mb20 {
  margin-bottom: 2rem !important; }
  @media screen and (min-width: 64em) {
    .mb20 {
      margin-bottom: 3rem !important; } }

.mr20 {
  margin-right: 2rem !important; }
  @media screen and (min-width: 64em) {
    .mr20 {
      margin-right: 3rem !important; } }

.ml20 {
  margin-left: 2rem !important; }
  @media screen and (min-width: 64em) {
    .ml20 {
      margin-left: 3rem !important; } }

.pt20 {
  padding-top: 2rem !important; }
  @media screen and (min-width: 64em) {
    .pt20 {
      padding-top: 3rem !important; } }

.pb20 {
  padding-bottom: 2rem !important; }
  @media screen and (min-width: 64em) {
    .pb20 {
      padding-bottom: 3rem !important; } }

.pr20 {
  padding-right: 2rem !important; }
  @media screen and (min-width: 64em) {
    .pr20 {
      padding-right: 3rem !important; } }

.pl20 {
  padding-left: 2rem !important; }
  @media screen and (min-width: 64em) {
    .pl20 {
      padding-left: 3rem !important; } }

.mt24 {
  margin-top: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .mt24 {
      margin-top: 3.6rem !important; } }

.mb24 {
  margin-bottom: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .mb24 {
      margin-bottom: 3.6rem !important; } }

.mr24 {
  margin-right: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .mr24 {
      margin-right: 3.6rem !important; } }

.ml24 {
  margin-left: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .ml24 {
      margin-left: 3.6rem !important; } }

.pt24 {
  padding-top: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .pt24 {
      padding-top: 3.6rem !important; } }

.pb24 {
  padding-bottom: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .pb24 {
      padding-bottom: 3.6rem !important; } }

.pr24 {
  padding-right: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .pr24 {
      padding-right: 3.6rem !important; } }

.pl24 {
  padding-left: 2.4rem !important; }
  @media screen and (min-width: 64em) {
    .pl24 {
      padding-left: 3.6rem !important; } }

.mt28 {
  margin-top: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .mt28 {
      margin-top: 4.2rem !important; } }

.mb28 {
  margin-bottom: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .mb28 {
      margin-bottom: 4.2rem !important; } }

.mr28 {
  margin-right: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .mr28 {
      margin-right: 4.2rem !important; } }

.ml28 {
  margin-left: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .ml28 {
      margin-left: 4.2rem !important; } }

.pt28 {
  padding-top: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .pt28 {
      padding-top: 4.2rem !important; } }

.pb28 {
  padding-bottom: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .pb28 {
      padding-bottom: 4.2rem !important; } }

.pr28 {
  padding-right: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .pr28 {
      padding-right: 4.2rem !important; } }

.pl28 {
  padding-left: 2.8rem !important; }
  @media screen and (min-width: 64em) {
    .pl28 {
      padding-left: 4.2rem !important; } }

.mt32 {
  margin-top: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .mt32 {
      margin-top: 4.8rem !important; } }

.mb32 {
  margin-bottom: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .mb32 {
      margin-bottom: 4.8rem !important; } }

.mr32 {
  margin-right: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .mr32 {
      margin-right: 4.8rem !important; } }

.ml32 {
  margin-left: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .ml32 {
      margin-left: 4.8rem !important; } }

.pt32 {
  padding-top: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .pt32 {
      padding-top: 4.8rem !important; } }

.pb32 {
  padding-bottom: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .pb32 {
      padding-bottom: 4.8rem !important; } }

.pr32 {
  padding-right: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .pr32 {
      padding-right: 4.8rem !important; } }

.pl32 {
  padding-left: 3.2rem !important; }
  @media screen and (min-width: 64em) {
    .pl32 {
      padding-left: 4.8rem !important; } }

.mt36 {
  margin-top: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .mt36 {
      margin-top: 5.4rem !important; } }

.mb36 {
  margin-bottom: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .mb36 {
      margin-bottom: 5.4rem !important; } }

.mr36 {
  margin-right: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .mr36 {
      margin-right: 5.4rem !important; } }

.ml36 {
  margin-left: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .ml36 {
      margin-left: 5.4rem !important; } }

.pt36 {
  padding-top: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .pt36 {
      padding-top: 5.4rem !important; } }

.pb36 {
  padding-bottom: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .pb36 {
      padding-bottom: 5.4rem !important; } }

.pr36 {
  padding-right: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .pr36 {
      padding-right: 5.4rem !important; } }

.pl36 {
  padding-left: 3.6rem !important; }
  @media screen and (min-width: 64em) {
    .pl36 {
      padding-left: 5.4rem !important; } }

.mt40 {
  margin-top: 4rem !important; }
  @media screen and (min-width: 64em) {
    .mt40 {
      margin-top: 6rem !important; } }

.mb40 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 64em) {
    .mb40 {
      margin-bottom: 6rem !important; } }

.mr40 {
  margin-right: 4rem !important; }
  @media screen and (min-width: 64em) {
    .mr40 {
      margin-right: 6rem !important; } }

.ml40 {
  margin-left: 4rem !important; }
  @media screen and (min-width: 64em) {
    .ml40 {
      margin-left: 6rem !important; } }

.pt40 {
  padding-top: 4rem !important; }
  @media screen and (min-width: 64em) {
    .pt40 {
      padding-top: 6rem !important; } }

.pb40 {
  padding-bottom: 4rem !important; }
  @media screen and (min-width: 64em) {
    .pb40 {
      padding-bottom: 6rem !important; } }

.pr40 {
  padding-right: 4rem !important; }
  @media screen and (min-width: 64em) {
    .pr40 {
      padding-right: 6rem !important; } }

.pl40 {
  padding-left: 4rem !important; }
  @media screen and (min-width: 64em) {
    .pl40 {
      padding-left: 6rem !important; } }

.mt44 {
  margin-top: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .mt44 {
      margin-top: 6.6rem !important; } }

.mb44 {
  margin-bottom: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .mb44 {
      margin-bottom: 6.6rem !important; } }

.mr44 {
  margin-right: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .mr44 {
      margin-right: 6.6rem !important; } }

.ml44 {
  margin-left: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .ml44 {
      margin-left: 6.6rem !important; } }

.pt44 {
  padding-top: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .pt44 {
      padding-top: 6.6rem !important; } }

.pb44 {
  padding-bottom: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .pb44 {
      padding-bottom: 6.6rem !important; } }

.pr44 {
  padding-right: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .pr44 {
      padding-right: 6.6rem !important; } }

.pl44 {
  padding-left: 4.4rem !important; }
  @media screen and (min-width: 64em) {
    .pl44 {
      padding-left: 6.6rem !important; } }

.mt48 {
  margin-top: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .mt48 {
      margin-top: 7.2rem !important; } }

.mb48 {
  margin-bottom: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .mb48 {
      margin-bottom: 7.2rem !important; } }

.mr48 {
  margin-right: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .mr48 {
      margin-right: 7.2rem !important; } }

.ml48 {
  margin-left: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .ml48 {
      margin-left: 7.2rem !important; } }

.pt48 {
  padding-top: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .pt48 {
      padding-top: 7.2rem !important; } }

.pb48 {
  padding-bottom: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .pb48 {
      padding-bottom: 7.2rem !important; } }

.pr48 {
  padding-right: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .pr48 {
      padding-right: 7.2rem !important; } }

.pl48 {
  padding-left: 4.8rem !important; }
  @media screen and (min-width: 64em) {
    .pl48 {
      padding-left: 7.2rem !important; } }

.mt52 {
  margin-top: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .mt52 {
      margin-top: 7.8rem !important; } }

.mb52 {
  margin-bottom: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .mb52 {
      margin-bottom: 7.8rem !important; } }

.mr52 {
  margin-right: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .mr52 {
      margin-right: 7.8rem !important; } }

.ml52 {
  margin-left: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .ml52 {
      margin-left: 7.8rem !important; } }

.pt52 {
  padding-top: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .pt52 {
      padding-top: 7.8rem !important; } }

.pb52 {
  padding-bottom: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .pb52 {
      padding-bottom: 7.8rem !important; } }

.pr52 {
  padding-right: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .pr52 {
      padding-right: 7.8rem !important; } }

.pl52 {
  padding-left: 5.2rem !important; }
  @media screen and (min-width: 64em) {
    .pl52 {
      padding-left: 7.8rem !important; } }

.mt56 {
  margin-top: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .mt56 {
      margin-top: 8.4rem !important; } }

.mb56 {
  margin-bottom: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .mb56 {
      margin-bottom: 8.4rem !important; } }

.mr56 {
  margin-right: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .mr56 {
      margin-right: 8.4rem !important; } }

.ml56 {
  margin-left: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .ml56 {
      margin-left: 8.4rem !important; } }

.pt56 {
  padding-top: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .pt56 {
      padding-top: 8.4rem !important; } }

.pb56 {
  padding-bottom: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .pb56 {
      padding-bottom: 8.4rem !important; } }

.pr56 {
  padding-right: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .pr56 {
      padding-right: 8.4rem !important; } }

.pl56 {
  padding-left: 5.6rem !important; }
  @media screen and (min-width: 64em) {
    .pl56 {
      padding-left: 8.4rem !important; } }

.mt60 {
  margin-top: 6rem !important; }
  @media screen and (min-width: 64em) {
    .mt60 {
      margin-top: 9rem !important; } }

.mb60 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 64em) {
    .mb60 {
      margin-bottom: 9rem !important; } }

.mr60 {
  margin-right: 6rem !important; }
  @media screen and (min-width: 64em) {
    .mr60 {
      margin-right: 9rem !important; } }

.ml60 {
  margin-left: 6rem !important; }
  @media screen and (min-width: 64em) {
    .ml60 {
      margin-left: 9rem !important; } }

.pt60 {
  padding-top: 6rem !important; }
  @media screen and (min-width: 64em) {
    .pt60 {
      padding-top: 9rem !important; } }

.pb60 {
  padding-bottom: 6rem !important; }
  @media screen and (min-width: 64em) {
    .pb60 {
      padding-bottom: 9rem !important; } }

.pr60 {
  padding-right: 6rem !important; }
  @media screen and (min-width: 64em) {
    .pr60 {
      padding-right: 9rem !important; } }

.pl60 {
  padding-left: 6rem !important; }
  @media screen and (min-width: 64em) {
    .pl60 {
      padding-left: 9rem !important; } }

.mt64 {
  margin-top: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .mt64 {
      margin-top: 9.6rem !important; } }

.mb64 {
  margin-bottom: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .mb64 {
      margin-bottom: 9.6rem !important; } }

.mr64 {
  margin-right: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .mr64 {
      margin-right: 9.6rem !important; } }

.ml64 {
  margin-left: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .ml64 {
      margin-left: 9.6rem !important; } }

.pt64 {
  padding-top: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .pt64 {
      padding-top: 9.6rem !important; } }

.pb64 {
  padding-bottom: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .pb64 {
      padding-bottom: 9.6rem !important; } }

.pr64 {
  padding-right: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .pr64 {
      padding-right: 9.6rem !important; } }

.pl64 {
  padding-left: 6.4rem !important; }
  @media screen and (min-width: 64em) {
    .pl64 {
      padding-left: 9.6rem !important; } }

.mt68 {
  margin-top: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .mt68 {
      margin-top: 10.2rem !important; } }

.mb68 {
  margin-bottom: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .mb68 {
      margin-bottom: 10.2rem !important; } }

.mr68 {
  margin-right: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .mr68 {
      margin-right: 10.2rem !important; } }

.ml68 {
  margin-left: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .ml68 {
      margin-left: 10.2rem !important; } }

.pt68 {
  padding-top: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .pt68 {
      padding-top: 10.2rem !important; } }

.pb68 {
  padding-bottom: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .pb68 {
      padding-bottom: 10.2rem !important; } }

.pr68 {
  padding-right: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .pr68 {
      padding-right: 10.2rem !important; } }

.pl68 {
  padding-left: 6.8rem !important; }
  @media screen and (min-width: 64em) {
    .pl68 {
      padding-left: 10.2rem !important; } }

.mt72 {
  margin-top: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .mt72 {
      margin-top: 10.8rem !important; } }

.mb72 {
  margin-bottom: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .mb72 {
      margin-bottom: 10.8rem !important; } }

.mr72 {
  margin-right: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .mr72 {
      margin-right: 10.8rem !important; } }

.ml72 {
  margin-left: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .ml72 {
      margin-left: 10.8rem !important; } }

.pt72 {
  padding-top: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .pt72 {
      padding-top: 10.8rem !important; } }

.pb72 {
  padding-bottom: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .pb72 {
      padding-bottom: 10.8rem !important; } }

.pr72 {
  padding-right: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .pr72 {
      padding-right: 10.8rem !important; } }

.pl72 {
  padding-left: 7.2rem !important; }
  @media screen and (min-width: 64em) {
    .pl72 {
      padding-left: 10.8rem !important; } }

.mt76 {
  margin-top: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .mt76 {
      margin-top: 11.4rem !important; } }

.mb76 {
  margin-bottom: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .mb76 {
      margin-bottom: 11.4rem !important; } }

.mr76 {
  margin-right: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .mr76 {
      margin-right: 11.4rem !important; } }

.ml76 {
  margin-left: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .ml76 {
      margin-left: 11.4rem !important; } }

.pt76 {
  padding-top: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .pt76 {
      padding-top: 11.4rem !important; } }

.pb76 {
  padding-bottom: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .pb76 {
      padding-bottom: 11.4rem !important; } }

.pr76 {
  padding-right: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .pr76 {
      padding-right: 11.4rem !important; } }

.pl76 {
  padding-left: 7.6rem !important; }
  @media screen and (min-width: 64em) {
    .pl76 {
      padding-left: 11.4rem !important; } }

.mt80 {
  margin-top: 8rem !important; }
  @media screen and (min-width: 64em) {
    .mt80 {
      margin-top: 12rem !important; } }

.mb80 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 64em) {
    .mb80 {
      margin-bottom: 12rem !important; } }

.mr80 {
  margin-right: 8rem !important; }
  @media screen and (min-width: 64em) {
    .mr80 {
      margin-right: 12rem !important; } }

.ml80 {
  margin-left: 8rem !important; }
  @media screen and (min-width: 64em) {
    .ml80 {
      margin-left: 12rem !important; } }

.pt80 {
  padding-top: 8rem !important; }
  @media screen and (min-width: 64em) {
    .pt80 {
      padding-top: 12rem !important; } }

.pb80 {
  padding-bottom: 8rem !important; }
  @media screen and (min-width: 64em) {
    .pb80 {
      padding-bottom: 12rem !important; } }

.pr80 {
  padding-right: 8rem !important; }
  @media screen and (min-width: 64em) {
    .pr80 {
      padding-right: 12rem !important; } }

.pl80 {
  padding-left: 8rem !important; }
  @media screen and (min-width: 64em) {
    .pl80 {
      padding-left: 12rem !important; } }

.mt84 {
  margin-top: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .mt84 {
      margin-top: 12.6rem !important; } }

.mb84 {
  margin-bottom: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .mb84 {
      margin-bottom: 12.6rem !important; } }

.mr84 {
  margin-right: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .mr84 {
      margin-right: 12.6rem !important; } }

.ml84 {
  margin-left: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .ml84 {
      margin-left: 12.6rem !important; } }

.pt84 {
  padding-top: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .pt84 {
      padding-top: 12.6rem !important; } }

.pb84 {
  padding-bottom: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .pb84 {
      padding-bottom: 12.6rem !important; } }

.pr84 {
  padding-right: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .pr84 {
      padding-right: 12.6rem !important; } }

.pl84 {
  padding-left: 8.4rem !important; }
  @media screen and (min-width: 64em) {
    .pl84 {
      padding-left: 12.6rem !important; } }

.mt88 {
  margin-top: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .mt88 {
      margin-top: 13.2rem !important; } }

.mb88 {
  margin-bottom: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .mb88 {
      margin-bottom: 13.2rem !important; } }

.mr88 {
  margin-right: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .mr88 {
      margin-right: 13.2rem !important; } }

.ml88 {
  margin-left: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .ml88 {
      margin-left: 13.2rem !important; } }

.pt88 {
  padding-top: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .pt88 {
      padding-top: 13.2rem !important; } }

.pb88 {
  padding-bottom: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .pb88 {
      padding-bottom: 13.2rem !important; } }

.pr88 {
  padding-right: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .pr88 {
      padding-right: 13.2rem !important; } }

.pl88 {
  padding-left: 8.8rem !important; }
  @media screen and (min-width: 64em) {
    .pl88 {
      padding-left: 13.2rem !important; } }

.mt92 {
  margin-top: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .mt92 {
      margin-top: 13.8rem !important; } }

.mb92 {
  margin-bottom: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .mb92 {
      margin-bottom: 13.8rem !important; } }

.mr92 {
  margin-right: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .mr92 {
      margin-right: 13.8rem !important; } }

.ml92 {
  margin-left: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .ml92 {
      margin-left: 13.8rem !important; } }

.pt92 {
  padding-top: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .pt92 {
      padding-top: 13.8rem !important; } }

.pb92 {
  padding-bottom: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .pb92 {
      padding-bottom: 13.8rem !important; } }

.pr92 {
  padding-right: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .pr92 {
      padding-right: 13.8rem !important; } }

.pl92 {
  padding-left: 9.2rem !important; }
  @media screen and (min-width: 64em) {
    .pl92 {
      padding-left: 13.8rem !important; } }

.mt96 {
  margin-top: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .mt96 {
      margin-top: 14.4rem !important; } }

.mb96 {
  margin-bottom: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .mb96 {
      margin-bottom: 14.4rem !important; } }

.mr96 {
  margin-right: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .mr96 {
      margin-right: 14.4rem !important; } }

.ml96 {
  margin-left: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .ml96 {
      margin-left: 14.4rem !important; } }

.pt96 {
  padding-top: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .pt96 {
      padding-top: 14.4rem !important; } }

.pb96 {
  padding-bottom: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .pb96 {
      padding-bottom: 14.4rem !important; } }

.pr96 {
  padding-right: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .pr96 {
      padding-right: 14.4rem !important; } }

.pl96 {
  padding-left: 9.6rem !important; }
  @media screen and (min-width: 64em) {
    .pl96 {
      padding-left: 14.4rem !important; } }

.mt100 {
  margin-top: 10rem !important; }
  @media screen and (min-width: 64em) {
    .mt100 {
      margin-top: 15rem !important; } }

.mb100 {
  margin-bottom: 10rem !important; }
  @media screen and (min-width: 64em) {
    .mb100 {
      margin-bottom: 15rem !important; } }

.mr100 {
  margin-right: 10rem !important; }
  @media screen and (min-width: 64em) {
    .mr100 {
      margin-right: 15rem !important; } }

.ml100 {
  margin-left: 10rem !important; }
  @media screen and (min-width: 64em) {
    .ml100 {
      margin-left: 15rem !important; } }

.pt100 {
  padding-top: 10rem !important; }
  @media screen and (min-width: 64em) {
    .pt100 {
      padding-top: 15rem !important; } }

.pb100 {
  padding-bottom: 10rem !important; }
  @media screen and (min-width: 64em) {
    .pb100 {
      padding-bottom: 15rem !important; } }

.pr100 {
  padding-right: 10rem !important; }
  @media screen and (min-width: 64em) {
    .pr100 {
      padding-right: 15rem !important; } }

.pl100 {
  padding-left: 10rem !important; }
  @media screen and (min-width: 64em) {
    .pl100 {
      padding-left: 15rem !important; } }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

p + p {
  margin-top: 1em; }
  @media screen and (min-width: 48em) {
    p + p {
      margin-top: 1em; } }
  @media screen and (min-width: 64em) {
    p + p {
      margin-top: 1em; } }

p + .grid, p + .grid-flex, p + .grid-tile {
  margin-top: 1em; }
  @media screen and (min-width: 48em) {
    p + .grid, p + .grid-flex, p + .grid-tile {
      margin-top: 1em; } }
  @media screen and (min-width: 64em) {
    p + .grid, p + .grid-flex, p + .grid-tile {
      margin-top: 1em; } }

.element {
  margin: 1em 0; }
  @media screen and (min-width: 48em) {
    .element {
      margin: 1em 0; } }
  @media screen and (min-width: 64em) {
    .element {
      margin: 1em 0; } }

.no-events {
  pointer-events: none; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/css/font/fontawesome-webfont.eot?v=4.7.0");
  src: url("/css/font/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/css/font/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/css/font/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/css/font/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/css/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
=========================
Vertical Reponsive Menu
=========================
*/
.vertical_nav, .collapse_menu .collapse_menu--icon {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus,
:active {
  outline: none; }

.toggle_menu {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: none;
  border: 0;
  text-align: center;
  cursor: pointer; }
  .toggle_menu i {
    display: block;
    font-size: 28px; }

.vertical_nav {
  position: absolute;
  left: -200px;
  top: 50px;
  bottom: 0px;
  width: 200px;
  background: #f6f6f6; }

.vertical_nav__closed {
  left: -200px !important; }

.vertical_nav__opened {
  left: 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -30px 0 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.4) -30px 0 30px 30px; }

.menu {
  position: absolute;
  top: 20px;
  bottom: 40px;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.menu--item {
  position: relative;
  min-height: 40px;
  line-height: 40px; }

.menu--item__has_sub_menu .menu--link:after {
  position: absolute;
  top: 0;
  right: 15px;
  height: 40px;
  line-height: 40px;
  font-family: "FontAwesome";
  content: "\f0d7"; }

.menu--subitens__opened {
  background: #e9e9e9; }
  .menu--subitens__opened .menu--link {
    color: #000; }
  .menu--subitens__opened .sub_menu {
    display: block; }

.menu--link {
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
  text-decoration: none;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer; }
  .menu--link:hover,
  .menu--link:hover .menu--label {
    color: #fff;
    background: #c0e9f5; }

.menu--icon {
  display: block;
  float: left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 20px; }

.menu--label {
  display: block;
  height: 40px;
  line-height: 40px; }

.sub_menu {
  display: none;
  overflow: hidden;
  padding-left: 0;
  list-style: none; }

.sub_menu--link {
  display: block;
  padding-left: 50px;
  padding-right: 16px;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none; }
  .sub_menu--link:hover {
    color: #fff;
    background: #c0e9f5; }

.sub_menu--link__active {
  color: #000;
  font-weight: 500; }

.collapse_menu {
  display: none; }

@media screen and (min-width: 64em) {
  .vertical_nav {
    left: 0; }
  .toggle_menu {
    display: none; }
  .vertical_nav__minify {
    width: 50px; }
    .vertical_nav__minify .menu {
      overflow: visible; }
    .vertical_nav__minify .menu--label {
      display: none;
      position: absolute;
      top: 0;
      left: 50px;
      width: 150px;
      padding-left: 16px;
      padding-right: 16px;
      background: #e9e9e9;
      font-weight: 500; }
    .vertical_nav__minify .menu--item__has_sub_menu .menu--link:after {
      content: ""; }
    .vertical_nav__minify .menu--subitens__opened .menu--label,
    .vertical_nav__minify .menu--subitens__opened .sub_menu {
      display: block; }
    .vertical_nav__minify .sub_menu {
      position: absolute;
      top: 40px;
      left: 50px;
      width: 150px;
      background: #e9e9e9; }
    .vertical_nav__minify .sub_menu--link {
      padding-left: 16px; }
    .vertical_nav__minify .collapse_menu--icon {
      -webkit-transform: rotate(180deg); }
  .collapse_menu {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    background: #f6f6f6;
    color: #666;
    font-size: 0.875rem;
    text-align: left;
    cursor: pointer; }
    .collapse_menu:hover {
      color: #000;
      background: #dddddd; }
    .collapse_menu .collapse_menu--icon {
      display: block;
      float: left;
      width: 50px;
      height: 40px;
      line-height: 40px;
      font-size: 20px; }
      .collapse_menu .collapse_menu--icon:before {
        content: "\f053"; }
    .collapse_menu .collapse_menu--label {
      display: block;
      height: 40px;
      line-height: 40px; } }

.vertical_nav {
  left: -300px;
  width: 300px; }
  @media screen and (min-width: 64em) {
    .vertical_nav {
      position: static;
      width: 100%; } }

.menu {
  top: 0;
  position: static; }

@media screen and (min-width: 64em) {
  #collapse_menu {
    display: none; } }

.menu--item {
  line-height: inherit; }

.vertical_nav {
  background: #b4eeff; }
  .vertical_nav label {
    margin-bottom: 0;
    color: #fff;
    font-weight: normal;
    font-size: 1.4rem;
    position: relative;
    padding: 1rem 1rem 1rem 2.8rem;
    cursor: pointer; }
    @media screen and (min-width: 64em) {
      .vertical_nav label {
        font-size: 1.6rem;
        padding: 1.5rem 1.4rem 1.5rem 3.2rem; } }
    .vertical_nav label::before {
      content: "";
      background: #5fbed9;
      display: inline-block;
      width: 4px;
      height: 2em;
      border-radius: 4px;
      vertical-align: middle;
      position: absolute;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      left: 1.6rem; }
    .vertical_nav label::after {
      font-family: FontAwesome;
      content: "\f105";      
      font-size: 2.4rem;
      display: inline-block;
      position: absolute;
      right: 1em;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ffffff;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s; }
    .vertical_nav label.active::after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
  .vertical_nav .sub_menu li:last-child {
    border-bottom: none; }
  .vertical_nav .sub_menu.visible {
    display: block; }
    .vertical_nav .sub_menu.visible > li:first-child {
      border-top: none; }
  .vertical_nav ul li {
    border-bottom: solid 1px #5fbed9; }
    .vertical_nav ul li:first-child {
      border-top: solid 1px #5fbed9; }
    .vertical_nav ul li a {
      font-size: 1.4rem;
      padding: 1rem 1rem 1rem 2.8rem;
      display: block;
      color: #fff; }
      @media screen and (min-width: 64em) {
        .vertical_nav ul li a {
          font-size: 1.6rem;
          padding: 1.5rem 1.4rem 1.5rem 3.2rem; } }
      .vertical_nav ul li a:hover {
        text-decoration: none; }
  .vertical_nav > ul > li > a {
    position: relative; }
    .vertical_nav > ul > li > a::before {
      content: "";
      background: #5fbed9;
      display: inline-block;
      width: 4px;
      height: 2em;
      border-radius: 4px;
      vertical-align: middle;
      position: absolute;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      left: 1.6rem; }

.sub_menu a,
.sub_menu label {
  background: #edcc91; }


.sub_menu .sub_menu a {
  background: #edcc91 }

.vertical_nav__opened {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) -1rem 0 1rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) -1rem 0 1rem 1rem; }

.burger span {
  width: 2.8rem;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 1px; }

.burger span:nth-of-type(2) {
  margin: 0.8rem 0; }

.burger span:nth-of-type(3) {
  bottom: 0; }

.opened .burger {
  background: transparent; }

.opened .burger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.opened .burger span:nth-of-type(2) {
  opacity: 0; }

.opened .burger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

.slidePic {
    margin:8px;
    border: 7px solid rgba(255, 255, 255, 255.1);
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
    position:relative;
  }

  .textBox {
    background: #fff;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    padding: 1em;
    border-radius: 15px;
    background-image: url(/img/common/txtBack.png);
    background-position: 95% 95%;
    background-repeat: no-repeat; }

hr {
  border-top: 1px solid #f78d25;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 70%;
  margin: 0 0 0 15%;
  height: 1em;
  text-align: center;
  overflow: visible;
}
hr::after {
  content: "◇"; 
  background: #e2f6ff;
  color: #f78d25;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: -1em;
  padding: 0 1em;
}    

.list_nikukyu ul {
  list-style:  none; 
  margin:  0;  
  padding: 0; 
}

.list_nikukyu li {
  background-image:url("/img/common/list_nikukyu.png");
background-repeat:no-repeat;
background-position:0px 8px;
padding-left: 1.2em;

}
.topic-list dt {
  margin-top: 0;
  color: #0084ca;
}

.topic-list dt:not(:first-child) {
  margin-top: 0;
}

.topic-list dt::before {
  content: "\f105";
  font-family: FontAwesome;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  line-height: 1;
}

.topic-list dd {
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #BAAF92;
}

.topic-list dd + dt {
  padding-top: 0.5em;
}
