@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, .card-panel, .card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  transition: box-shadow .25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}

img.responsive-img, .article-body .imgbox img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 1116px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 1116px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1116px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1116px) and (max-width: 1200px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1117px) {
  .hide-on-large-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 1117px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1116px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 1116px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 1116px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 6.66667px 0 13.33333px 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 6.66667px 0 13.33333px 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

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

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

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select {
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

.container {
  margin: 0 20px;
}

@media only screen and (min-width: 601px) {
  .container {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (min-width: 1117px) {
  .container {
    width: 960px;
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    width: 1160px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 600px) {
  .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

.row.narrow {
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 601px) {
  .row.wide {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .row .col {
    padding: 0 5px !important;
  }
}
.row.narrow .col {
  padding: 0 5px !important;
}
@media only screen and (min-width: 601px) {
  .row.wide .col {
    padding: 0 20px !important;
  }
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  min-height: 1px;
}
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}
.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
.row .col.pull-s1 {
  right: 8.33333%;
}
.row .col.push-s1 {
  left: 8.33333%;
}
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
.row .col.pull-s2 {
  right: 16.66667%;
}
.row .col.push-s2 {
  left: 16.66667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
.row .col.pull-s4 {
  right: 33.33333%;
}
.row .col.push-s4 {
  left: 33.33333%;
}
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
.row .col.pull-s5 {
  right: 41.66667%;
}
.row .col.push-s5 {
  left: 41.66667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
.row .col.pull-s7 {
  right: 58.33333%;
}
.row .col.push-s7 {
  left: 58.33333%;
}
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
.row .col.pull-s8 {
  right: 66.66667%;
}
.row .col.push-s8 {
  left: 66.66667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
.row .col.pull-s10 {
  right: 83.33333%;
}
.row .col.push-s10 {
  left: 83.33333%;
}
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
.row .col.pull-s11 {
  right: 91.66667%;
}
.row .col.push-s11 {
  left: 91.66667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (max-width: 320px) {
  .row .col.xs1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xs1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-xs1 {
    right: 8.33333%;
  }
  .row .col.push-xs1 {
    left: 8.33333%;
  }
  .row .col.offset-xs2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-xs2 {
    right: 16.66667%;
  }
  .row .col.push-xs2 {
    left: 16.66667%;
  }
  .row .col.offset-xs3 {
    margin-left: 25%;
  }
  .row .col.pull-xs3 {
    right: 25%;
  }
  .row .col.push-xs3 {
    left: 25%;
  }
  .row .col.offset-xs4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-xs4 {
    right: 33.33333%;
  }
  .row .col.push-xs4 {
    left: 33.33333%;
  }
  .row .col.offset-xs5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-xs5 {
    right: 41.66667%;
  }
  .row .col.push-xs5 {
    left: 41.66667%;
  }
  .row .col.offset-xs6 {
    margin-left: 50%;
  }
  .row .col.pull-xs6 {
    right: 50%;
  }
  .row .col.push-xs6 {
    left: 50%;
  }
  .row .col.offset-xs7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-xs7 {
    right: 58.33333%;
  }
  .row .col.push-xs7 {
    left: 58.33333%;
  }
  .row .col.offset-xs8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-xs8 {
    right: 66.66667%;
  }
  .row .col.push-xs8 {
    left: 66.66667%;
  }
  .row .col.offset-xs9 {
    margin-left: 75%;
  }
  .row .col.pull-xs9 {
    right: 75%;
  }
  .row .col.push-xs9 {
    left: 75%;
  }
  .row .col.offset-xs10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-xs10 {
    right: 83.33333%;
  }
  .row .col.push-xs10 {
    left: 83.33333%;
  }
  .row .col.offset-xs11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-xs11 {
    right: 91.66667%;
  }
  .row .col.push-xs11 {
    left: 91.66667%;
  }
  .row .col.offset-xs12 {
    margin-left: 100%;
  }
  .row .col.pull-xs12 {
    right: 100%;
  }
  .row .col.push-xs12 {
    left: 100%;
  }
}
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  .row .col.push-m1 {
    left: 8.33333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  .row .col.push-m2 {
    left: 16.66667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  .row .col.push-m4 {
    left: 33.33333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  .row .col.push-m5 {
    left: 41.66667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  .row .col.push-m7 {
    left: 58.33333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  .row .col.push-m8 {
    left: 66.66667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  .row .col.push-m10 {
    left: 83.33333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  .row .col.push-m11 {
    left: 91.66667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1117px) {
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  .row .col.push-l1 {
    left: 8.33333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  .row .col.push-l2 {
    left: 16.66667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  .row .col.push-l4 {
    left: 33.33333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  .row .col.push-l5 {
    left: 41.66667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  .row .col.push-l7 {
    left: 58.33333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  .row .col.push-l8 {
    left: 66.66667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  .row .col.push-l10 {
    left: 83.33333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  .row .col.push-l11 {
    left: 91.66667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-xl1 {
    right: 8.33333%;
  }
  .row .col.push-xl1 {
    left: 8.33333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-xl2 {
    right: 16.66667%;
  }
  .row .col.push-xl2 {
    left: 16.66667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-xl4 {
    right: 33.33333%;
  }
  .row .col.push-xl4 {
    left: 33.33333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-xl5 {
    right: 41.66667%;
  }
  .row .col.push-xl5 {
    left: 41.66667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-xl7 {
    right: 58.33333%;
  }
  .row .col.push-xl7 {
    left: 58.33333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-xl8 {
    right: 66.66667%;
  }
  .row .col.push-xl8 {
    left: 66.66667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-xl10 {
    right: 83.33333%;
  }
  .row .col.push-xl10 {
    left: 83.33333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-xl11 {
    right: 91.66667%;
  }
  .row .col.push-xl11 {
    left: 91.66667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

a {
  text-decoration: none;
}

/*
html{
  line-height: 1.5;

  @media only screen and (min-width: 0) {
    font-size: 14px;
  }

  @media only screen and (min-width: $medium-screen) {
    font-size: 14.5px;
  }

  @media only screen and (min-width: $large-screen) {
    font-size: 15px;
  }

  font-family: $font-stack;
  font-weight: normal;
  color: $off-black;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3;
}

// Header Styles
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: $h1-fontsize; line-height: 110%; margin: ($h1-fontsize / 1.5) 0 ($h1-fontsize / 2.5) 0;}
h2 { font-size: $h2-fontsize; line-height: 110%; margin: ($h2-fontsize / 1.5) 0 ($h2-fontsize / 2.5) 0;}
h3 { font-size: $h3-fontsize; line-height: 110%; margin: ($h3-fontsize / 1.5) 0 ($h3-fontsize / 2.5) 0;}
h4 { font-size: $h4-fontsize; line-height: 110%; margin: ($h4-fontsize / 1.5) 0 ($h4-fontsize / 2.5) 0;}
h5 { font-size: $h5-fontsize; line-height: 110%; margin: ($h5-fontsize / 1.5) 0 ($h5-fontsize / 2.5) 0;}
h6 { font-size: $h6-fontsize; line-height: 110%; margin: ($h6-fontsize / 1.5) 0 ($h6-fontsize / 2.5) 0;}
*/
em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 6.66667px 0 13.33333px 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 6.66667px 0 13.33333px 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small, .card.medium, .card.large {
  position: relative;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: flex;
}
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
}
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}
.card .card-content .card-title i {
  line-height: 32px;
}
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.tabs .tab a {
  color: rgba(51, 51, 51, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease, background-color .28s ease;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(238, 115, 0, 0.2);
  outline: none;
}
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #333;
}
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(51, 51, 51, 0.4);
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #ee7300;
  will-change: left, right;
}

@media only screen and (max-width: 1116px) {
  .tabs {
    display: flex;
  }
  .tabs .tab {
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
}

.sans-serif, body, h1, h2, h3, h4, h5, h6, .pulldown select, .gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

.serif, .mincho {
  font-family: serif;
}

.fontawesome, .slider .slick-arrow:before, .pulldown:after {
  font-family: 'Font Awesome 5 Free';
}

.line-clamp, .event-box .event-content-text p, .card .card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html {
  height: 100%;
  overflow: hidden;
  font-size: 100%;
  transition: .5s all;
  background: white url(../img/loading.gif) no-repeat center center;
  background-size: 25px 25px;
  font-weight: 400;
  color: #332500;
}
html.wf-active {
  background-image: none;
  overflow: auto;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 88%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.333;
  opacity: 0;
  transition: .5s all;
  height: 100%;
}
.wf-active body {
  opacity: 1;
}
body.open, body.is-open {
  overflow: hidden;
  height: 100%;
}

a {
  color: #c05544;
  font-weight: 600;
  text-decoration: none;
  outline: none;
}

a[href^="tel:"] {
  color: #c05544;
}

small {
  font-size: .85em;
}

strong {
  font-weight: bold;
}

iframe {
  line-height: 1;
  display: block;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
img.right {
  float: right;
  clear: right;
  margin: 0 0 1em 1.5em;
}
img.full {
  width: 100%;
}

.align-right, .r {
  text-align: right;
}

.center, .c {
  text-align: center;
}

@media only screen and (max-width: 1116px) {
  .center-on-medium-and-down {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .mc, .center-on-small-and-down, .mobile-center {
    text-align: center;
  }
}

.ib, .inline-block {
  display: inline-block;
}

.b {
  font-weight: bold;
}

.clear {
  clear: both;
}

.border-top {
  border-top: 1px solid #eee;
}

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

.middle {
  position: relative;
  height: 100%;
}
.middle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.vertical {
  writing-mode: tb-rl;
  /* IE独自仕様 */
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

/*Grid Flex*/
.flex {
  display: flex;
  flex-flow: column wrap;
  flex-direction: row;
  margin-bottom: 0 !important;
}
.flex.narrow > .col {
  margin-bottom: 10px;
}
.flex.wide > .col {
  margin-bottom: 40px;
}
.flex.center {
  text-align: left;
  justify-content: center;
}
.flex.center .center {
  text-align: center;
}
.flex > .col {
  float: none;
  text-align: left;
  display: inline-block;
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.flex .slave {
  overflow: hidden;
  min-height: 1em;
}
.flex .slave .inner {
  height: 0;
}

.row {
  margin-bottom: 0;
}
.row.margin > .col {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .row.margin > .col {
    margin-bottom: 10px;
  }
}

.separator, hr {
  margin: 40px 0px;
  border: none;
  border-top: 1px solid #eee;
}
.separator.thic, hr.thic {
  border-width: 3px;
}
.colored .separator, .bgbox .separator, .colored hr, .bgbox hr {
  border-color: white;
}
.separator.none, hr.none {
  border: none;
}
.separator.narrow, hr.narrow {
  margin: 15px 0;
}

dl.hang, dl.tp {
  margin: 1.5em 0;
}
dl.hang dt, dl.tp dt {
  float: left;
  clear: left;
}
dl.hang dd, dl.tp dd {
  margin: 0 0 .6em;
}
@media only screen and (max-width: 600px) {
  dl.hang dd.right, dl.tp dd.right {
    text-align: right;
  }
}
dl.hang dd a, dl.tp dd a {
  text-decoration: underline;
  font-weight: normal;
}
dl.hang.bold dt, dl.tp.bold dt {
  font-weight: bold;
}

dl.tp dt {
  display: inline-block;
  background: black;
  color: white;
  font-weight: bold;
  line-height: 1;
  padding: 4px 5px 3px;
  text-align: center;
  border-radius: 3px;
  white-space: nowrap;
}

dl.detail {
  margin: 0;
}
dl.detail dt {
  font-weight: 600;
  padding: 10px 0 0 10px;
}
dl.detail dt:nth-child(4n+1) + dd {
  background: white;
}
dl.detail dd {
  margin: 0;
  padding: 10px 5px 10px 0;
  background: #f5f6f7;
}
dl.detail dd:last-child {
  border: none;
  margin-bottom: 0;
}
dl.detail dd p {
  margin: 0;
}
dl.detail dd ul {
  margin-top: 0;
  margin-bottom: 0;
}
dl.detail dd ul li {
  line-height: 1.3;
  margin-bottom: .3rem;
}
dl.detail dd ul li:last-child {
  margin-bottom: 0;
}

ul.compact {
  margin: 2em 0;
  padding: 0;
  column-count: 3;
}
@media only screen and (max-width: 600px) {
  ul.compact {
    column-count: 2;
  }
}
ul.compact li {
  list-style: none;
  display: block;
}
ul.compact li a {
  text-decoration: underline;
  color: #333;
}

i.material-icons {
  font-size: 113%;
  position: relative;
  top: 3px;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.white table {
  border-color: #eee;
}
table caption {
  font-size: 107%;
  font-weight: 800;
  margin: 1rem 0;
  caption-side: top;
  text-align: center;
}
table td.nw, table td.nowrap, table th.nw, table th.nowrap {
  white-space: nowrap;
}
table td.vt, table th.vt {
  vertical-align: top;
}
table tr {
  border-bottom: 1px solid #ccc;
}
.white table tr {
  border-color: #eee;
}
table.bordered th, table.bordered td {
  border: 1px solid #c7cdda;
  background: white;
  padding: .8rem 1rem;
}
table.bordered th.y, table.bordered td.y {
  background: #f8f298;
}
table.bordered th {
  background: #eee;
  padding: .5rem inherit;
}
table.wide th, table.wide td {
  padding: .8rem 2.5rem;
}
table.surrounded {
  border-collapse: collapse;
}
table.surrounded th, table.surrounded td {
  border: 1px solid #eee;
  padding: 1rem;
}
.colored table.surrounded th, .colored table.surrounded td {
  border-color: #ccc;
}

.scroll-table {
  margin: 3rem 0;
  overflow: auto;
}

p.table-caption {
  text-indent: 0;
  margin-bottom: 3rem;
}

.scroll-table + p.table-caption {
  margin-top: -2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
}

h1, .h1 {
  font-weight: 600;
  font-size: 188%;
}
@media only screen and (max-width: 1116px) {
  h1, .h1 {
    font-size: 163%;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 125%;
  }
}

h2, .h2 {
  font-size: 150%;
}
@media only screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 113%;
  }
}
@media only screen and (max-width: 320px) {
  h2, .h2 {
    font-size: 100%;
  }
}

h3, .h3 {
  font-size: 113%;
}
@media only screen and (max-width: 600px) {
  h3, .h3 {
    font-size: 107%;
  }
}
@media only screen and (max-width: 320px) {
  h3, .h3 {
    font-size: 94%;
  }
}

h4, .h4 {
  font-size: 100%;
}
@media only screen and (max-width: 320px) {
  h4, .h4 {
    font-size: 88%;
  }
}

img.round {
  border-radius: 10px;
}

ul.list, ul.arrow {
  padding-left: 0 !important;
}

p.list, ol.list, ul.list li, p.arrow, ul.arrow li {
  list-style: none !important;
  text-indent: 0 !important;
}

p.list, ul.list li, ol.list li {
  text-indent: -.9rem;
  padding-left: 1rem;
}
p.list:before, ul.list li:before, ol.list li:before {
  content: '\f00c';
  content: '\f111';
  content: '\f192';
  font-family: 'Font Awesome 5 Free';
  margin-right: 4px;
  font-weight: 800;
  font-size: 69%;
  position: relative;
  top: -1px;
}
p.list a span, ul.list li a span, ol.list li a span {
  font-weight: 400;
}

p.arrow a:after, ul.arrow li a:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: 8px;
  font-weight: 100;
}
p.arrow a:before, ul.arrow li a:before {
  content: '\f0c1';
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  font-weight: 100;
}
p.arrow a:hover, ul.arrow li a:hover {
  text-decoration: underline;
}

dl.news {
  border-top: 1px solid #eee;
  padding: 1rem 0 0;
}
dl.news dt {
  float: left;
  clear: left;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  dl.news dt {
    width: 7rem;
  }
}
dl.news dt a {
  width: 7rem;
  display: inline-block;
  border: 1px solid #003;
  border-radius: 3px;
  padding: 3px 5px;
  text-align: center;
  font-weight: 400;
  font-size: 82%;
  margin: 0 .5rem .3rem 0;
}
dl.news dt span {
  display: inline-block;
  margin-left: 1rem;
}
dl.news dd {
  margin: 0 0 1rem;
  border-bottom: 1px solid #eee;
  padding: 0 0 1rem 15rem;
}
@media only screen and (max-width: 600px) {
  dl.news dd {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 600px) {
  dl.news dd a {
    display: block;
    min-height: 3.5rem;
  }
}

.wrapper, .relative {
  position: relative;
}

.bgbox, .borderbox {
  clear: both;
  background: #eee;
  margin: 1.5em 0;
  padding: 20px;
  border-radius: 5px;
  transition: all .3s;
}
.bgbox > *:first-child, .borderbox > *:first-child {
  margin-top: 0;
}
.bgbox > *:last-child, .borderbox > *:last-child {
  margin-bottom: 0 !important;
}
.bgbox h3, .bgbox h4, .borderbox h3, .borderbox h4 {
  margin-bottom: 5px;
}
.bgbox p, .borderbox p {
  font-size: 94%;
  margin: 5px 0 0;
  text-indent: 0;
  line-height: 1.8;
}
.bgbox .thumb, .borderbox .thumb {
  width: 80px;
  float: left;
  margin: 0 20px 0 0;
  transition: all 1s;
}
.bgbox.fit, .bgbox.h100, .borderbox.fit, .borderbox.h100 {
  height: 100%;
  margin: 0;
}

.bgbox.beige {
  background: #fbefe1;
}
.bgbox.white {
  background: white;
}

.borderbox {
  background: none;
  border: 2px solid black;
  border-radius: 8px;
}

select.browser-default {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: white !important;
  vertical-align: middle;
  color: #666768;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 6px 10px;
  height: auto;
  border-radius: 5px;
  border-color: #a9b2c5 !important;
}
select.browser-default option {
  background: none;
  color: #666768;
}

.select-wrap {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.select-wrap select {
  padding-right: 20px;
}

.select-wrap i {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #666768;
  pointer-events: none;
}

ul, ol {
  padding-left: 1.5em;
  line-height: 1.6;
}
ul li, ol li {
  list-style: disc;
  margin-bottom: .5rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}

p {
  line-height: 1.8;
  margin: 1rem 0 1.5rem;
}

.lazyload,
.lazyloading {
  opacity: 0;
  visibility: hidden;
}

.lazyloaded {
  opacity: 1;
  visibility: visible;
}

.fade {
  transition: 1s ease;
}

#contents {
  background: white;
  padding: 0;
}
#home #contents {
  background: white;
  padding-top: 110px;
}

.content {
  margin: -110px 0 110px;
  padding-top: calc(110px + 20px);
  padding-bottom: calc(110px + 20px);
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .content {
    padding-top: calc(80px + 10px);
    padding-bottom: calc(80px + 10px);
  }
}
.content.white {
  background-color: white;
}
.content.narrow {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content p .indent {
  display: inline-block;
  width: .75rem;
}
.content p.ni, .content p.no-indent {
  text-indent: 0;
}
.content p.ni .indent, .content p.no-indent .indent {
  display: none;
}
.content .imgbox {
  margin: 2rem 0;
}
.content .imgbox.v {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .content .imgbox.v {
    width: 75%;
  }
}
.content .imgbox.v.small {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .content .imgbox.v.small {
    width: 75%;
  }
}
.content .imgbox img {
  width: 100%;
}
.content .imgbox p {
  text-indent: 0;
  color: #666768;
  font-size: 94%;
  margin: 0;
  line-height: 1.6;
}
.content .imgbox p a {
  font-weight: normal;
  text-decoration: underline;
}
.content .imgbox p + p {
  margin-top: 1rem;
}
.content .imgbox .indent {
  display: none;
}
.content .imgbox.right {
  margin: 0 0 1.5rem 2rem;
}
@media only screen and (max-width: 600px) {
  .content .imgbox.right {
    float: none !important;
    margin: 2rem auto;
  }
}
.content .imgbox.left {
  margin: 0 2rem 1.5rem 0;
}
@media only screen and (max-width: 600px) {
  .content .imgbox.left {
    float: none !important;
    margin: 2rem auto;
  }
}
.content .imgbox.w280 {
  width: 280px;
}
.content .imgbox.shadow img {
  box-shadow: 0 0 3px #a9b2c5;
}
.content p + h2, .content p + h3, .content p + h4,
.content ul + h2, .content ul + h3, .content ul + h4,
.content ol + h2, .content ol + h3, .content ol + h4,
.content div + h2, .content div + h3, .content div + h4
table + h2, .content table + h3, .content table + h4 {
  margin: 3.5rem 0 1rem;
}
.content ul, .content ol {
  padding-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content ul li, .content ol li {
  margin: .5rem 0;
  line-height: 1.8;
}
.content ul {
  padding-left: 1.3rem;
}
.content ul li {
  list-style: disc;
}
.content ol li {
  list-style: decimal;
}
.content ol li ul li {
  list-style: disc;
}
.content .red {
  color: #c05544;
}
.content .btn, .content .freeform-row button, .freeform-row .content button {
  background: #998779;
  color: white;
  display: inline-block;
  padding: .5rem 1.5rem;
  border-radius: 50px;
  border: none;
  outline: none;
}
.content .btn:after, .content .freeform-row button:after, .freeform-row .content button:after {
  content: '';
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
}
.content .btn.full, .content .freeform-row button.full, .freeform-row .content button.full {
  width: 100%;
  position: relative;
}
.content .btn.full:after, .content .freeform-row button.full:after, .freeform-row .content button.full:after {
  position: absolute;
  right: 15px;
}
.content .btn.red, .content .freeform-row button.red, .freeform-row .content button.red {
  background: #c05544;
  color: white;
}
.content blockquote {
  margin: 2rem 0;
  padding: .2rem 1.5rem .2rem 1.5rem;
  border-left-color: black;
  background: #eee;
}
.content blockquote cite {
  display: block;
  text-align: right;
  font-size: .9em;
  margin: 1rem 0;
}
.content dl.hang ul, .content dl.hang ol {
  margin-top: 0;
  margin-bottom: 0;
}

.ghostbtn {
  display: inline-block;
  border: 1px solid #332500;
  padding: 10px 15px;
  border-radius: 2px;
  color: #332500;
}
@media only screen and (max-width: 600px) {
  .ghostbtn {
    padding: 8px 10px;
  }
}
.ghostbtn:after {
  content: '';
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
}
.ghostbtn.white {
  color: white;
  border-color: white;
}
.ghostbtn.full {
  width: 100%;
  position: relative;
}
.ghostbtn.full:after {
  position: absolute;
  right: 15px;
}

.large {
  font-size: 1.2em;
}

.xlarge {
  font-size: 2em;
}

.underline {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: .3rem;
}
.underline.small {
  font-size: 100%;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

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

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

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

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

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

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.hide {
  display: none;
}

.tsukugo, #nav #menubar ul {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
}

.tsukugoB, .main-title, .content-title, .transparentbox h1, .event-box h2, .sightseeing-title h1, .recommend-title, .mapbox h2, ul.tabs, .article-title h1 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.blank {
  display: inline-block;
  width: 0.5px;
  height: 0.5px;
  overflow: hidden;
  line-height: 1.5;
}
.blank a, .blank span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 0.5px;
  background: url("../img/blank.png") no-repeat left top;
  background-size: 0.5px 0.5px;
}

.logo {
  display: inline-block;
  width: 360px;
  height: 54px;
  overflow: hidden;
  line-height: 1.5;
}
.logo a, .logo span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 54px;
  background: url("../img/logo.png") no-repeat left top;
  background-size: 360px 54px;
}

.icon-restaurants {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-restaurants a, .icon-restaurants span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-restaurants.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-shopping {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-shopping a, .icon-shopping span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-shopping.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-accommodations {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-accommodations a, .icon-accommodations span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-accommodations.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-spots {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-spots a, .icon-spots span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-spots.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-temples {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-temples a, .icon-temples span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-temples.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-experience {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-experience a, .icon-experience span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-experience.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-companies {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-companies a, .icon-companies span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-companies.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-restaurants-red {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-restaurants-red a, .icon-restaurants-red span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-restaurants-red.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-shopping-red {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-shopping-red a, .icon-shopping-red span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-shopping-red.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-accommodations-red {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-accommodations-red a, .icon-accommodations-red span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-accommodations-red.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-spots-red {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-spots-red a, .icon-spots-red span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-spots-red.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-temples-red {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-temples-red a, .icon-temples-red span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-temples-red.png") no-repeat left top;
  background-size: 100px 62.5px;
}

.icon-experience-red {
  display: inline-block;
  width: 100px;
  height: 64px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-experience-red a, .icon-experience-red span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 64px;
  background: url("../img/icon-experience-red.png") no-repeat left top;
  background-size: 100px 64px;
}

.icon-companies-red {
  display: inline-block;
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  line-height: 1.5;
}
.icon-companies-red a, .icon-companies-red span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 62.5px;
  background: url("../img/icon-companies-red.png") no-repeat left top;
  background-size: 100px 62.5px;
}

html.wf-active {
  background: #c05544;
}

@media only screen and (min-width: 1117px) {
  .container.full {
    width: calc(100% - 30px * 2);
  }
}

.colored {
  background-color: #fbefe1;
}

.silver {
  background-color: #eee;
}

.lightred {
  background-color: #e5bfaf;
}

.beige {
  background-color: #fbefe1;
}

.pink {
  background-color: #f5ab9d;
}

.white {
  background-color: white;
}

.wave {
  height: 15px;
  width: 100%;
  background-size: 38px 25px;
  padding: 15px 0;
  background-repeat: repeat-x;
  background-position: center top;
}
.wave.wave-beige {
  background-image: url("../img/bg-wave-beige.png");
}
.wave.wave-red {
  background-image: url("../img/bg-wave-red.png");
}
.wave.wave-lightred {
  background-image: url("../img/bg-wave-lightred.png");
}
.wave.wave-pink {
  background-image: url("../img/bg-wave-pink.png");
}

#nav {
  background: #fbefe1;
  background-image: url("../img/bg-wave-red.png");
  background-repeat: repeat-x;
  background-position: center -5px;
  background-size: 38px 25px;
  height: 110px;
  padding: 35px 0 0;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  #nav {
    height: 80px;
    padding: 30px 0 0;
  }
}
#nav .col {
  margin-bottom: 0;
}
#nav h1.logo {
  margin: 5px 0 0;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  #nav h1.logo {
    margin: 0;
    width: 166.66667px;
    height: 40.83333px;
  }
  #nav h1.logo a {
    background-image: url("../img/logo.sp.png");
    background-size: 166.66667px 40.83333px;
  }
}
#nav #searchbar {
  display: flex;
  justify-content: flex-end;
}
#nav .lang {
  background: #998779;
  color: white;
  border: none;
  padding: 7px 15px;
  margin: 0 0 0 10px;
}
#nav a.sns {
  font-size: 188%;
  color: #998779;
  margin: 0 0 0 10px;
}
#nav #menubar {
  padding-top: 10px;
}
#nav #menubar ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 100%;
}
@media only screen and (max-width: 1200px) {
  #nav #menubar ul {
    font-size: 94%;
  }
}
#nav #menubar ul li {
  list-style: none !important;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 1200px) {
  #nav #menubar ul li {
    margin: 0 0 0 15px;
  }
}
#nav #menubar ul li:first-child {
  margin-left: 0;
}
#nav #menubar ul li a {
  color: #332500;
}

#cse-search-box {
  position: relative;
  width: 300px;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  #cse-search-box {
    width: 100%;
  }
}
#cse-search-box input[type=text] {
  height: 30px;
  border-radius: 100px;
  padding: 4px 16px;
  margin: 0;
}
#cse-search-box button[type=submit] {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

#mobilebar {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
}

.circlebtn {
  display: block;
  background: #998779;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 2.3;
  margin-right: 10px;
  font-size: 14px;
}

.menu-button {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 110;
}
.is-open .menu-button {
  background: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
.menu-button:hover {
  cursor: pointer;
}
.menu-button i {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #c05544;
  transition: background 0.5s;
  position: relative;
  left: 5px;
  top: 14px;
}
.menu-button i:before, .menu-button i:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #c05544;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}
.menu-button i:before {
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}
.menu-button i:after {
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.is-open .menu-button i {
  background: none;
}
.is-open .menu-button i:after {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-open .menu-button i:before {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobilemenu {
  display: none;
  background: #e5bfaf;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#mobilemenu #search-mobile {
  padding: 20px;
}
#mobilemenu ul {
  margin: 0;
  padding: 0;
}
#mobilemenu ul li {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#mobilemenu ul li a {
  display: block;
  padding: 10px 25px;
}

.topimage {
  margin-top: 0;
  height: 26vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
}
@media only screen and (max-width: 600px) {
  .topimage {
    height: 60vw;
  }
}
#event .topimage {
  background-image: url("/assets/img/topimage-mantonagashi.jpg");
  height: 22vw;
}
#guide-service .topimage {
  background-image: url("/assets/img/topimage-guideservice.jpg");
  height: 22vw;
}
#sightseeing .topimage {
  position: relative;
  padding: 50px 50px 60px;
  height: auto;
  background-color: #e5bfaf;
  background-position: 300px center;
  background-size: cover;
  display: flex;
}
#sightseeing .topimage:nth-child(2n) {
  background-position: right 300px center;
  justify-content: flex-end;
}
#sightseeing .topimage a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}
.topimage .sightseeing-title {
  width: 400px;
  margin: 0;
  background: #a35544;
  flex-direction: column;
}
.topimage .sightseeing-title .sightseeing-title-upper {
  background: #c05544;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px 0 20px;
}
.topimage .sightseeing-title .sightseeing-title-upper i {
  margin: 0 20px;
}
.topimage .sightseeing-title .sightseeing-title-upper .content-title {
  margin: 0 20px;
}
.topimage .sightseeing-title .sightseeing-title-lower {
  padding: 10px 40px 20px;
  font-size: 88%;
}

#homeimage {
  position: relative;
  line-height: 0;
}
#homeimage .slide {
  height: 40vw;
  background-size: cover;
}
#homeimage .slide.homeimage01 {
  background-image: url("https://www.hikoneshi.com/media/topimage/bg-home-sakura-closeup.jpg");
}
#homeimage .slide.homeimage02 {
  background-image: url("https://www.hikoneshi.com/media/topimage/bg-home-earlysummer.jpg");
}
#homeimage .slide.homeimage03 {
  background-image: url("https://www.hikoneshi.com/media/topimage/bg-home-silhouette.jpg");
}
@media only screen and (max-width: 600px) {
  #homeimage .slide {
    height: 100vw;
  }
}
#homeimage .slick-arrow {
  width: 15%;
  height: 100%;
}
#homeimage .slick-arrow:before {
  content: '';
}
#homeimage .slick-arrow.slick-prev {
  left: 0;
  z-index: 1;
}
#homeimage .slick-arrow.slick-next {
  right: 0;
  z-index: 1;
}
#homeimage:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/welcome.png"), url("../img/hexa-white-left.png"), url("../img/hexa-white-right.png");
  background-repeat: no-repeat;
  background-position: center center, left bottom, right top;
  background-size: 420px 255px, 400px 250px, 400px 250px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #homeimage:after {
    background-size: 280px 170px, 300px 188px, 300px 188px;
  }
}

.slider {
  line-height: 0;
}
.slider .slide {
  padding: 0 15px;
}
.slider .slide img {
  width: 100%;
}
.slider .slick-arrow {
  z-index: 1;
}
.slider .slick-arrow:before {
  color: #332500;
}
.slider .slick-arrow.slick-prev {
  left: -20px;
}
@media only screen and (max-width: 600px) {
  .slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
.slider .slick-arrow.slick-prev:before {
  content: '';
}
.slider .slick-arrow.slick-next {
  right: -20px;
}
@media only screen and (max-width: 600px) {
  .slider .slick-arrow.slick-next {
    right: -10px;
  }
}
.slider .slick-arrow.slick-next:before {
  content: '';
}

.content-title {
  font-size: 175%;
  letter-spacing: .3rem;
  margin: 0 0 30px;
}
.content-title.small {
  font-size: 138%;
}
@media only screen and (max-width: 600px) {
  .content-title {
    font-size: 163%;
  }
}
.content-title span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .content-title span {
    font-size: 12px;
    letter-spacing: .05rem;
  }
}
.content-title.center span {
  display: block;
  margin: 10px 0 0;
}
.content-title.facebook {
  color: #1b74e4;
}

.news {
  margin: 0 0 20px;
}
.news .news-image {
  position: relative;
  margin: 0 0 15px;
}
.news .news-image img {
  width: 100%;
}
.news .news-image .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background: #c05544;
  color: white;
  font-size: 88%;
}
.news a.news-content {
  display: block;
  font-weight: 400;
  color: #332500;
}
.news a.news-content .news-content-date {
  font-size: 82%;
}
.news a.news-content h2.news-content-title {
  font-size: 132%;
  margin: 0 0 10px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news a.news-content h2.news-content-title span.label {
  background: #332500;
  color: white;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 3px 10px 3px;
  border-radius: 4px;
  position: relative;
  top: -2px;
  line-height: 1;
  flex-grow: 0;
  flex-shrink: 0;
}
.news a.news-content p.news-content-desc {
  font-size: 94%;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#information-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 70%;
  width: 70%;
}

#kaika-wrapper {
  flex-basis: 30%;
}
@media only screen and (max-width: 600px) {
  #kaika-wrapper {
    flex-basis: 100%;
    width: 100%;
    margin-top: 50px;
  }
}

dl.information {
  border-top: 2px solid #c05544;
  margin: 0;
  padding: .8rem 0 0;
}
dl.information dt {
  float: left;
  clear: left;
  font-size: 113%;
  margin: 0;
  padding: 0 0 0 .5rem;
}
dl.information dd {
  margin: 0 0 .8rem;
  padding: 0 .5rem .5rem 8rem;
  border-bottom: 2px solid #c05544;
}
dl.information dd div {
  display: flex;
  justify-content: flex-start;
}
dl.information dd a {
  color: #332500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
dl.information dd span.label {
  background: #332500;
  color: white;
  font-size: 75%;
  margin: 0 0 0 10px;
  padding: 7px 10px 0;
  border-radius: 4px;
  position: relative;
  top: -2px;
  line-height: 1;
  flex-grow: 0;
  flex-shrink: 0;
}

.kaika {
  background: white;
  margin: 0 0 15px;
  padding: 10px;
  color: #555;
  border-radius: 4px;
}

.kaika h2 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

.kaika h2 span {
  display: inline-block;
  font-size: 11px;
  color: #039be5;
  margin-left: 5px;
}

.kaika div {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 0 60px;
  min-height: 75px;
}

.kaika div p {
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0 0;
}

.kaika a.arrow {
  background-position: left 0px;
}

#hikone_castle {
  background-image: url("/assets/img/bg-home-hikone_castle.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  #hikone_castle {
    background-image: url("/assets/img/bg-home-hikone_castle.sp.jpg");
  }
}

.transparentbox {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  .transparentbox {
    margin-top: 60vw;
    margin-bottom: 40vw;
  }
}
.transparentbox h1 {
  border-bottom: 2px solid #c05544;
  font-size: 200%;
  padding: 0 0 24px;
}

.wdyd {
  display: block;
  background: #a35544;
  height: 100%;
  color: white;
  text-align: center;
}
.wdyd .icon-wrapper {
  background: #c05544;
  padding: 30px 0 0;
}
.wdyd h2.content-title {
  background: #a35544;
  margin: 0;
  padding: 20px 0;
}

#banner-other {
  margin: 50px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  #banner-other {
    padding: 10px;
  }
}
#banner-other div {
  height: 65px;
  padding: 5px;
}
#banner-other div img {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #banner-other div {
    width: 50%;
    height: auto;
  }
  #banner-other div img {
    width: 100%;
    height: auto;
  }
}

#hikonyan {
  height: 0;
}
#hikonyan .col {
  position: relative;
}
#hikonyan a {
  position: absolute;
  top: -300px;
  right: -20px;
}
@media only screen and (min-width: 1117px) {
  #hikonyan a {
    right: 50px;
  }
}
@media only screen and (max-width: 1116px) {
  #hikonyan a {
    right: 0px;
    top: -260px;
  }
}
#hikonyan img {
  width: 300px;
}
@media only screen and (max-width: 600px) {
  #hikonyan img {
    width: 240px;
  }
}

#facebook {
  padding-bottom: 80px;
}

.event-box {
  margin: 0 0 50px;
}
.event-box h2 {
  border-bottom: 3px solid #c05544;
  font-size: 175%;
  margin: 0;
  padding: 0 0 .5rem;
}
.event-box dl.tp {
  border-bottom: 2px solid #e5bfaf;
  margin: 0 0 20px;
  padding: 15px 0 5px;
}
.event-box dl.tp i {
  color: #e5bfaf;
}
.event-box dl.tp dt {
  background: none;
  color: #332500;
}
.event-box .event-content {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .event-box .event-content {
    flex-direction: column;
  }
}
.event-box .event-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: auto;
}
.event-box .event-content-text p {
  margin-top: 0;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 600px) {
  .event-box .event-content-text .event-content-text-more {
    text-align: right;
  }
}
.event-box .event-content-image {
  margin-left: 2rem;
  flex-basis: 240px;
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .event-box .event-content-image {
    flex-basis: 100%;
    margin: 0 0 20px;
  }
}

.sightseeing-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 50px;
}
@media only screen and (max-width: 600px) {
  .sightseeing-title {
    flex-direction: column;
  }
}
.sightseeing-title .icon {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 600px) {
  .sightseeing-title .icon {
    margin: 0 auto 20px;
  }
}
.sightseeing-title h1 {
  border-bottom: 5px solid #c05544;
  margin: 0 0 0 20px;
  padding: 0 0 8px;
}
@media only screen and (max-width: 600px) {
  .sightseeing-title h1 {
    margin: 0 auto;
    font-size: 163%;
  }
}

.sightseeing-detail {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .sightseeing-detail {
    flex-direction: column;
  }
}
.sightseeing-detail .sightseeing-detail-image {
  flex: 0 480px;
  margin-left: 30px;
}
.sightseeing-detail .sightseeing-detail-image .slider-wrapper {
  width: 480px;
}
@media only screen and (max-width: 600px) {
  .sightseeing-detail .sightseeing-detail-image {
    flex: 0;
    width: 100%;
    margin: 0;
  }
  .sightseeing-detail .sightseeing-detail-image .slider-wrapper {
    width: 100%;
  }
}
.sightseeing-detail .sightseeing-detail-data {
  flex: 1;
}
@media only screen and (max-width: 600px) {
  .sightseeing-detail .sightseeing-detail-data {
    flex: 0;
    margin: 30px 0 0;
  }
}
.sightseeing-detail .sightseeing-detail-data ul.label {
  display: flex;
  margin: 0;
  padding: 0;
}
.sightseeing-detail .sightseeing-detail-data ul.label li {
  list-style: none;
  margin: 0 10px 0 0;
}
.sightseeing-detail .sightseeing-detail-data ul.label li a {
  display: block;
  padding: 3px 15px;
  border-radius: 50px;
  color: #332500;
  background: #e5bfaf;
  font-size: 82%;
}
.sightseeing-detail .sightseeing-detail-data .detail {
  margin: 1rem 0 0;
}
.sightseeing-detail .sightseeing-detail-data .detail p {
  margin: 0 0 .8rem;
}
.sightseeing-detail .sightseeing-detail-data .tel {
  font-size: 132%;
  font-weight: bold;
}
.sightseeing-detail .sightseeing-detail-data .text {
  border-top: 2px solid #e5bfaf;
  border-bottom: 2px solid #e5bfaf;
  margin: 20px 0 0;
}

.recommend-title {
  text-align: center;
  margin: 30px 0 30px;
  font-size: 200%;
  color: #c05544;
}
.recommend-title:before, .recommend-title:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("/assets/img/mark-ume.png") no-repeat left top;
  background-size: 28px 28px;
  margin: 0 10px;
  position: relative;
  top: 3px;
}

.recommend h3 {
  margin-bottom: 0;
}
.recommend .price {
  color: #c05544;
  text-align: right;
  font-weight: bold;
}
.recommend p {
  margin-bottom: 0;
}
.recommend .wide .col {
  margin-bottom: 20px;
}

.mapbox .scroll-table {
  margin-top: 15px;
}
.mapbox table {
  margin-top: 15px;
}
.mapbox table div {
  width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c05544;
}
@media only screen and (max-width: 600px) {
  .mapbox table div {
    width: 220px;
  }
}

.slider-nav {
  margin-top: 10px;
}
.slider-nav .slick-slide {
  margin: 0 3px;
}
.slider-nav .slick-slide img {
  border: 2px solid #ccc;
  border-radius: 4px;
}
.slider-nav .slick-slide.slick-current img {
  border-color: #c05544;
}

.slick-list * {
  outline: none !important;
}

table.parking td.on {
  background: #f5f5f6;
}
table.parking tr.blue td {
  background: #def;
}
table.parking tr.green td {
  background: #efe;
}
table.parking tr.red {
  color: #332500;
}
table.parking tr.red td {
  background: #fee;
}

#photocon .topimage {
  background: url(../img/bg-photocon.jpg) no-repeat center center;
  background-size: cover;
  height: 230px;
  padding: 0;
}
#photocon #logo-photocon {
  display: inline-block;
  width: 223px;
  height: 173px;
  overflow: hidden;
  line-height: 1.5;
  margin: 40px 0 0;
}
#photocon #logo-photocon a, #photocon #logo-photocon span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 173px;
  background: url("../img/logo-photocon.png") no-repeat left top;
  background-size: 223px 173px;
}
#photocon #prize .col {
  margin-bottom: 25px;
}
#photocon #prize .col a {
  display: block;
}
#photocon #prize .col a img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
#photocon #prize .col a h3 {
  text-shadow: 0 0 3px #000;
  font-size: 88%;
  margin: -30px 0 0 10px;
  color: white;
}
#photocon .gallery .col img {
  aspect-ratio: 1;
  object-fit: cover;
}
#photocon .gallery .col h3 {
  font-size: 69%;
  margin: 10px 0 0px;
}
#photocon .gallery .col h2 {
  font-size: 75%;
  margin: 0;
}
#photocon .gallery .col p {
  font-size: 75%;
  margin: 0 0 20px;
}

.totop {
  position: fixed;
  display: block;
  width: 30px;
  height: 30px;
  right: 30px;
  bottom: 30px;
  color: white;
  font-size: 32px;
  opacity: .7;
}
@media only screen and (max-width: 600px) {
  .totop {
    right: 15px;
    bottom: 15px;
  }
}
.totop i {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 600px) {
  #footer .logo {
    margin: 0;
    width: 200px;
    height: 49px;
  }
  #footer .logo a {
    background-image: url("../img/logo.sp.png");
    background-size: 200px 49px;
  }
}
#footer ul {
  margin: 0;
  padding: 0px;
  font-size: 94%;
}
#footer ul li {
  list-style: none;
  margin: 0;
}
#footer ul li:first-child {
  margin-top: 0;
}
#footer ul li.sub {
  margin: 0 0 0 .2rem;
}
#footer ul li.sub a:before {
  content: '- ';
}
#footer ul li a {
  color: #332500;
}
#footer hr {
  border-color: #c05544;
  margin: .9rem 0;
}
#footer #information_center p {
  font-size: 94%;
}

#copyright {
  padding: 15px 0 25px;
  color: white;
}
#copyright p {
  margin: 0;
}
#copyright ul {
  font-size: 82%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#copyright ul li {
  list-style: none;
  margin: 0 0 0 1rem;
}
#copyright ul li a {
  color: white;
}
#copyright .pad-right {
  padding-right: 60px;
}

.content.main-content {
  padding-top: 120px;
}

.row.event .col:last-child {
  margin-right: auto;
}

ul.tabs {
  margin: 0 0 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  background: none;
  line-height: 1;
}
ul.tabs li, ul.tabs li.tab {
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
ul.tabs li a, ul.tabs li.tab a {
  font-size: 18px;
  display: block;
  color: #332500;
  text-align: center;
}
ul.tabs li a:hover, ul.tabs li.tab a:hover {
  border-bottom: 3px solid #c05544;
}
ul.tabs li.active a, ul.tabs li.tab.active a {
  border-bottom: 3px solid #c05544;
}
ul.tabs .indicator {
  height: 3px;
  background-color: #c05544;
  margin: 0;
}

.pagination {
  width: 100%;
  text-align: center !important;
  margin: 3rem 0 0;
}
.pagination li a {
  line-height: 1.3;
  font-size: 113%;
}
@media only screen and (max-width: 600px) {
  .pagination li a {
    font-size: 100%;
  }
}
.pagination li a i {
  font-size: 100%;
}
.pagination li a.active {
  color: #c05544;
  text-shadow: 0 1px 0 white;
  font-size: 138%;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .pagination li a.active {
    font-size: 119%;
  }
}
.pagination li a.inactive {
  visibility: hidden;
}

.article-title {
  border-bottom: 2px solid #c05544;
  padding: 0px 0 2px;
  margin: 0px 0 40px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .article-title {
    margin-top: 15px;
    background-image: none;
  }
}
.article-title h1 {
  font-size: 238%;
  border-bottom: 3px solid #c05544;
  padding: 0 0 10px;
  margin: 0;
}
.article-title h1 span.label {
  background: #332500;
  color: white;
  font-size: 13px;
  margin: 0 0 0 10px;
  padding: 3px 10px 4px;
  border-radius: 4px;
  position: relative;
  top: -2px;
  line-height: 1;
}
.article-title .date {
  text-align: right;
  color: #a9b2c5;
  font-size: 94%;
  font-weight: bold;
  padding: 12px 0 10px;
  line-height: 1;
}

.article-body {
  background: white;
  padding: 10px 0px;
}
.article-body .titlebar {
  background: #c05544;
  color: white;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 113% !important;
  border-radius: 2px;
}
.article-body h2 {
  font-size: 163%;
  font-weight: bold;
}
.article-body h3 {
  font-size: 132%;
  font-weight: bold;
}
.article-body .underline {
  border-color: #e5bfaf;
  border-width: 2px;
}
.article-body .bgbox {
  margin: 2em 0;
}
.article-body .bgbox h2 {
  font-size: 150%;
}
.article-body .imgbox {
  width: 320px;
  float: right;
  margin: 1.5rem 0 1.6rem;
  padding: 0 0 0 1rem;
  background: white;
}
@media only screen and (max-width: 600px) {
  .article-body .imgbox {
    width: 70%;
    float: none;
    padding-right: auto;
    padding-left: auto;
  }
}
.article-body .imgbox.w240, .article-body .imgbox.right {
  width: 240px;
}
.article-body .imgbox.full {
  width: 100%;
  margin: 2em 0;
  float: none;
}
.article-body .imgbox.full:first-child {
  margin-top: 0;
}
h2 + .article-body .imgbox, h3 + .article-body .imgbox {
  margin-top: 1.5em;
}
.article-body .imgbox p {
  line-height: 1.3 !important;
  font-size: 88%;
  color: #a9b2c5;
  margin: 1em 0;
}
.article-body .imgbox p:first-child {
  margin-top: 5px;
}
.article-body .imgbox.full + .imgbox {
  margin-top: .5em;
}

img.round {
  border-radius: 10px;
}

.mainimage img {
  width: 100%;
}

input[type=text] {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 5px 8px;
  font-size: 113%;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
}
input[type=text]:focus {
  border-bottom: 1px solid #ccc !important;
  outline: none !important;
  box-shadow: none !important;
}

textarea {
  width: 100%;
  border: 1px solid #ccc;
  outline: none !important;
  padding: 5px 8px;
  border-radius: 5px;
  height: 8em;
  background: white;
  font-size: 113%;
}

.error input[type=text], .error textarea {
  border: 1px solid #c05544;
}

label {
  font-size: 94%;
  display: inline-block;
  padding-top: 10px;
  border-radius: 2px;
}

.alert {
  border-top: 2px solid #e6db55;
  border-top: 2px solid #eddc6b;
  border-bottom: 2px solid #eddc6b;
  background: #fffbcc;
  margin: 1em 0 1.5em;
  padding: .8em 1.5em;
}
.alert > *:first-child {
  margin-top: 0 !important;
}
.alert > *:last-child {
  margin-bottom: 0 !important;
}

.boxes .col, .cards .col {
  margin-bottom: 20px;
}
.boxes .card, .boxes .box, .cards .card, .cards .box {
  display: block;
  position: relative;
}

.card {
  background: white;
  padding: 0;
  height: 100%;
  margin: 0;
}
.card .card-thumbnail {
  display: block;
  height: 180px;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: -10px -10px 10px;
}
@media only screen and (max-width: 600px) {
  .card .card-thumbnail {
    height: 30vw;
  }
}
@media only screen and (max-width: 320px) {
  .card .card-thumbnail {
    height: 50vw;
  }
}
.card h1, .card h2, .card h3, .card h4, .card h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.card a {
  color: #332500;
}
.card .card-content {
  padding: 20px;
}
.card .card-content p {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.card.horizontal {
  padding: 10px;
}
.card.horizontal .card-content {
  max-width: 60%;
  padding: 10px 24px;
}
.card.horizontal .card-content a {
  display: block;
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 45%;
}
@media only screen and (max-width: 600px) {
  .card.horizontal {
    display: block;
  }
  .card.horizontal .card-image, .card.horizontal .card-content {
    width: 100%;
    max-width: 100%;
  }
  .card.horizontal .card-content {
    padding: 20px 10px 10px;
  }
  .card.horizontal .card-content p {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}

.box-content, .card-content {
  display: block;
}
.box-content .label, .box-content .category, .card-content .label, .card-content .category {
  display: inline-block;
  font-size: 75%;
  margin: 0 0 5px;
  font-weight: 800;
}
.box-content .title, .box-content .subtitle, .card-content .title, .card-content .subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box-content .title, .card-content .title {
  font-size: 113%;
}
.box-content .subtitle, .card-content .subtitle {
  font-size: 100%;
}
.box-content p, .card-content p {
  font-size: 82%;
  line-height: 1.4;
  font-weight: normal;
  margin: .5rem 0 .5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .box-content p, .card-content p {
    -webkit-line-clamp: 2;
  }
}

.box .box-thumbnail {
  display: block;
  width: 36%;
  height: 120px;
  background-size: cover;
}
@media only screen and (min-width: 1201px) {
  .box .box-thumbnail {
    height: 130px;
  }
}
@media only screen and (max-width: 1116px) {
  .box .box-thumbnail {
    width: 30%;
    height: 14vw;
    min-height: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .box .box-thumbnail {
    width: 40%;
    height: 18vw;
    min-height: 95px;
  }
}
.box .box-content {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
}
@media only screen and (max-width: 1116px) {
  .box .box-content {
    left: 34%;
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .box .box-content {
    left: 44%;
    width: 60%;
  }
}
.box .box-content .category {
  display: none;
}

.map {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.map iframe {
  width: 100%;
}

.roundbtn {
  font-weight: 800;
  display: inline-block;
  padding: 8px 15px 10px;
  margin: 0 8px 10px;
  border: 2px solid #c05544;
  border-radius: 50px;
  line-height: 1;
}
@media only screen and (max-width: 320px) {
  .roundbtn {
    font-size: 82%;
    margin: 0 4px 10px;
  }
}
.roundbtn:hover {
  background: #c05544;
  color: white;
}

.freeform-input {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  padding: 8px;
  outline-width: 1px;
}

.freeform-row button {
  border: none;
  font-weight: bold;
}

.freeform-form-has-errors {
  display: none;
}

.freeform-errors {
  font-size: .8em;
}

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

.pulldown:after {
  content: '\f078';
  display: block;
  color: #333;
  right: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.pulldown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  max-width: 140px;
  height: 40px;
  border-radius: 5px;
  margin: 5px 0px;
  padding: 0px 15px;
  font-size: 100%;
  line-height: 1.3;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #a9b2c5;
  -ms-word-break: normal;
  word-break: normal;
}
@media only screen and (max-width: 600px) {
  .pulldown select {
    height: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .pulldown select {
    height: 30px;
  }
}
