@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

[hidden] {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.5em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.25em 0;
}

h3 {
  font-size: 1.25em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-mail-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.container {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

* {
  position: relative;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body, footer {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #666666;
}

img {
  max-width: 100%;
}

p, ol, ul, blockquote {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #ffb700;
}
a:hover {
  color: #e6a500;
}

::selection {
  background: #ffbe1a;
  opacity: 0.8;
  color: #fff;
  text-shadow: 0 0 1px #666666;
}

::moz-selection {
  background: #ffbe1a;
  opacity: 0.8;
  color: #fff;
  text-shadow: 0 0 1px #666666;
}

.oldies {
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

h3 {
  font-size: 1.33em;
}

body .method_body_content {
  font-size: 18px;
  line-height: 32px;
}

.body_fourteen {
  font-size: 14px;
  line-height: 21px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body_eighteen {
  font-size: 18px;
  line-height: 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body_twentyfour {
  font-size: 24px;
  line-height: 36px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body_thirtytwo {
  font-size: 32px;
  line-height: 42px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body_wordwrap {
  display: inline-block;
}

.title_medium {
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title_border {
  font-size: 42px;
  line-height: 43px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00bcb5;
  display: inline-block;
  margin: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,00bcb5+40,00bcb5+70&0+39,1+40,1+69,0+70 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(1, 185, 180, 0) 49%, rgba(0, 188, 181, 0.25) 40%, rgba(0, 188, 181, 0.25) 90%, rgba(0, 188, 181, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(1, 185, 180, 0) 49%, rgba(0, 188, 181, 0.25) 40%, rgba(0, 188, 181, 0.25) 90%, rgba(0, 188, 181, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(1, 185, 180, 0) 49%, rgba(0, 188, 181, 0.25) 40%, rgba(0, 188, 181, 0.25) 90%, rgba(0, 188, 181, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#0000bcb5',GradientType=0 );
  /* IE6-9 */
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 10px;
  font-weight: normal;
}

.title_fiftytwo {
  font-size: 52px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.title_sixtytwo {
  font-size: 62px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.title_onehundred {
  font-size: 100px;
  line-height: 1.25;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.container {
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 20px;
  }
}
.container .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding: 2rem 0;
}
.container .content:last-child {
  margin-right: 0;
}
.container .sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  padding: 2rem 0;
}
.container .sidebar:last-child {
  margin-right: 0;
}

.contains_text .glossary_popup {
  color: #c3d32d;
  padding-bottom: 20px;
  white-space: pre;
  font-weight: bold;
}
.contains_text .glossary_popup:hover {
  cursor: pointer;
}
.contains_text .glossary_popup .glossary_popup_hover {
  display: none;
  position: absolute;
  background-color: white;
  top: 25px;
  text-align: center;
  padding: 13px 15px 16px;
  z-index: 1;
  border-top: 4px solid #c3d32d;
  width: 230px;
  left: 50%;
  box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 6px;
  color: #666;
  margin-left: -115px;
  white-space: normal;
}
.contains_text .glossary_popup .glossary_popup_hover h4 {
  color: #90bb18;
  margin: 3px 0;
  font-size: 16px;
}
.contains_text .glossary_popup .glossary_popup_hover p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.contains_text .glossary_popup .glossary_popup_hover a {
  color: #c3d32d;
  font-weight: bold;
}
.contains_text .glossary_popup .glossary_popup_hover img {
  width: auto !important;
  height: auto !important;
}
.contains_text .glossary_popup:hover .glossary_popup_hover {
  display: block;
}
@media screen and (max-width: 685px) {
  .contains_text .glossary_popup:hover .glossary_popup_hover {
    display: none;
  }
}
.contains_text .glossary_popup:hover .glossary_popup_hover:before {
  content: '';
  background: url(../images/popup-carot.png) no-repeat;
  width: 16px;
  height: 7px;
  display: block;
  position: relative;
  top: -24px;
  margin: 0 auto;
}

.mh_magenta_bg {
  background-color: #e92076;
}

.mh_purple_bg {
  background-color: #7e57c6;
}

.mh_cyan_bg {
  background-color: #00a8e2;
}

.mh_green_bg {
  background-color: #76bd22;
}

.mh_light_green_bg {
  background-color: #c3d600;
}

.mh_orange_bg {
  background-color: #ffb700;
}

.mh_gray_bg {
  background-color: #54565b;
}

.mh_white_bg {
  background-color: #fff;
}

.mh_teal_bg {
  background-color: #00bcb5;
}

.mh_yellow_bg {
  background-color: #eedc00;
}

.mh_pink_bg {
  background-color: #f36279;
}

.mh_light_gray_bg {
  background-color: #c8c8c8;
}

.mh_cyan_green_grad_bg {
  background-color: #00a8e2;
  background-image: -webkit-linear-gradient(-360deg, #00a8e2 25%, #76bd22 75%);
  background-image: linear-gradient(90deg,#00a8e2 25%, #76bd22 75%);
}

.mh_purple_magenta_grad_bg {
  background-color: #7e57c6;
  background-image: -webkit-linear-gradient(-360deg, #7e57c6 25%, #e92076 75%);
  background-image: linear-gradient(90deg,#7e57c6 25%, #e92076 75%);
}

.under_construction {
  background: #f2f2f2;
  color: #000;
}
.under_construction .container {
  text-align: center;
  margin-top: 50px;
}
.under_construction .container h1 {
  color: #000;
}
.under_construction .container img {
  display: inline-block;
}
.under_construction .container form {
  background: #fff;
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
  text-align: left;
  width: 320px;
}
.under_construction .container form label {
  display: block;
  margin: 10px 0px 0px;
  color: #666666;
}
.under_construction .container form input[type="text"], .under_construction .container form input[type="password"] {
  width: 100%;
  padding: 10px 10px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
}
.under_construction .container form .login-remember {
  float: left;
}
.under_construction .container form .login-submit {
  float: right;
}
.under_construction .container form .login-submit input {
  padding: 10px 20px;
  background-color: #2989d8;
  background-image: -webkit-linear-gradient(#2989d8, #1e5799);
  background-image: linear-gradient(#2989d8, #1e5799);
  border: 0px;
  border-radius: 4px;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.under_construction .container form .login-submit input:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #2989d8;
}

.button-wrap {
  display: block;
}

.shortcode-button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: lowercase;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 1;
}
.shortcode-button:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 7px;
}
.shortcode-button:hover {
  color: #fff;
}
.shortcode-button.border-button {
  color: #666666;
}
.shortcode-button.border-button.blue-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #1ae8fa;
}
.shortcode-button.border-button.blue-button:hover {
  background: transparent;
  border-color: #7ef2fc;
}
.shortcode-button.border-button.blue-button:active {
  background: transparent;
  border-color: #049daa;
}
.shortcode-button.border-button.secondblue-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #2c90ef;
}
.shortcode-button.border-button.secondblue-button:hover {
  background: transparent;
  border-color: #8bc2f6;
}
.shortcode-button.border-button.secondblue-button:active {
  background: transparent;
  border-color: #0d5ca8;
}
.shortcode-button.border-button.orange-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #ffb700;
}
.shortcode-button.border-button.orange-button:hover {
  background: transparent;
  border-color: #ffd466;
}
.shortcode-button.border-button.orange-button:active {
  background: transparent;
  border-color: #996e00;
}
.shortcode-button.border-button.pink-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #ff3366;
}
.shortcode-button.border-button.pink-button:hover {
  background: transparent;
  border-color: #ff99b3;
}
.shortcode-button.border-button.pink-button:active {
  background: transparent;
  border-color: #cc0033;
}
.shortcode-button.border-button.purple-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #9e76b5;
}
.shortcode-button.border-button.purple-button:hover {
  background: transparent;
  border-color: #cdb8d9;
}
.shortcode-button.border-button.purple-button:active {
  background: transparent;
  border-color: #6a4580;
}
.shortcode-button.border-button.green-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #c3d32d;
}
.shortcode-button.border-button.green-button:hover {
  background: transparent;
  border-color: #dbe581;
}
.shortcode-button.border-button.green-button:active {
  background: transparent;
  border-color: #767f1b;
}
.shortcode-button.border-button.secondgreen-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #4dc620;
}
.shortcode-button.border-button.secondgreen-button:hover {
  background: transparent;
  border-color: #89e666;
}
.shortcode-button.border-button.secondgreen-button:active {
  background: transparent;
  border-color: #2b6e12;
}
.shortcode-button.border-button.yellow-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #eedc00;
}
.shortcode-button.border-button.yellow-button:hover {
  background: transparent;
  border-color: #fff255;
}
.shortcode-button.border-button.yellow-button:active {
  background: transparent;
  border-color: #887e00;
}
.shortcode-button.border-button.gray-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #666666;
}
.shortcode-button.border-button.gray-button:hover {
  background: transparent;
  border-color: #999999;
}
.shortcode-button.border-button.gray-button:active {
  background: transparent;
  border-color: #333333;
}
.shortcode-button.border-button.brown-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #a68141;
}
.shortcode-button.border-button.brown-button:hover {
  background: transparent;
  border-color: #cdb180;
}
.shortcode-button.border-button.brown-button:active {
  background: transparent;
  border-color: #5d4824;
}
.shortcode-button.border-button.teal-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: transparent;
  border: 2px solid #00bcb5;
}
.shortcode-button.border-button.teal-button:hover {
  background: transparent;
  border-color: #23fff7;
}
.shortcode-button.border-button.teal-button:active {
  background: transparent;
  border-color: #005653;
}
.shortcode-button.bg-button {
  background-color: #fff;
}
.shortcode-button.bg-button.blue-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #1ae8fa;
  color: #1ae8fa;
  opacity: 0.8;
}
.shortcode-button.bg-button.blue-button:hover {
  background: #fff;
  border-color: #7ef2fc;
  color: #1a9dfa;
}
.shortcode-button.bg-button.blue-button:active {
  background: #fff;
  border-color: #049daa;
  color: #049daa;
}
.shortcode-button.bg-button.secondblue-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #2c90ef;
  color: #2c90ef;
  opacity: 0.8;
}
.shortcode-button.bg-button.secondblue-button:hover {
  background: #fff;
  border-color: #8bc2f6;
  color: #2c4fef;
}
.shortcode-button.bg-button.secondblue-button:active {
  background: #fff;
  border-color: #0d5ca8;
  color: #0d5ca8;
}
.shortcode-button.bg-button.orange-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #ffb700;
  color: #ffb700;
  opacity: 0.8;
}
.shortcode-button.bg-button.orange-button:hover {
  background: #fff;
  border-color: #ffd466;
  color: #f2ff00;
}
.shortcode-button.bg-button.orange-button:active {
  background: #fff;
  border-color: #996e00;
  color: #996e00;
}
.shortcode-button.bg-button.pink-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #ff3366;
  color: #ff3366;
  opacity: 0.8;
}
.shortcode-button.bg-button.pink-button:hover {
  background: #fff;
  border-color: #ff99b3;
  color: #ff4433;
}
.shortcode-button.bg-button.pink-button:active {
  background: #fff;
  border-color: #cc0033;
  color: #cc0033;
}
.shortcode-button.bg-button.purple-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #9e76b5;
  color: #9e76b5;
  opacity: 0.8;
}
.shortcode-button.bg-button.purple-button:hover {
  background: #fff;
  border-color: #cdb8d9;
  color: #b376b5;
}
.shortcode-button.bg-button.purple-button:active {
  background: #fff;
  border-color: #6a4580;
  color: #6a4580;
}
.shortcode-button.bg-button.green-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #c3d32d;
  color: #c3d32d;
  opacity: 0.8;
}
.shortcode-button.bg-button.green-button:hover {
  background: #fff;
  border-color: #dbe581;
  color: #8cd32d;
}
.shortcode-button.bg-button.green-button:active {
  background: #fff;
  border-color: #767f1b;
  color: #767f1b;
}
.shortcode-button.bg-button.secondgreen-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #4dc620;
  color: #4dc620;
  opacity: 0.8;
}
.shortcode-button.bg-button.secondgreen-button:hover {
  background: #fff;
  border-color: #89e666;
  color: #20c62a;
}
.shortcode-button.bg-button.secondgreen-button:active {
  background: #fff;
  border-color: #2b6e12;
  color: #2b6e12;
}
.shortcode-button.bg-button.yellow-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #eedc00;
  color: #eedc00;
  opacity: 0.8;
}
.shortcode-button.bg-button.yellow-button:hover {
  background: #fff;
  border-color: #fff255;
  color: #b1ee00;
}
.shortcode-button.bg-button.yellow-button:active {
  background: #fff;
  border-color: #887e00;
  color: #887e00;
}
.shortcode-button.bg-button.gray-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #666666;
  color: #666666;
  opacity: 0.8;
}
.shortcode-button.bg-button.gray-button:hover {
  background: #fff;
  border-color: #999999;
  color: #666666;
}
.shortcode-button.bg-button.gray-button:active {
  background: #fff;
  border-color: #333333;
  color: #333333;
}
.shortcode-button.bg-button.brown-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #a68141;
  color: #a68141;
  opacity: 0.8;
}
.shortcode-button.bg-button.brown-button:hover {
  background: #fff;
  border-color: #cdb180;
  color: #a6a341;
}
.shortcode-button.bg-button.brown-button:active {
  background: #fff;
  border-color: #5d4824;
  color: #5d4824;
}
.shortcode-button.bg-button.teal-button {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  background: #fff;
  border: 2px solid #00bcb5;
  color: #00bcb5;
  opacity: 0.8;
}
.shortcode-button.bg-button.teal-button:hover {
  background: #fff;
  border-color: #23fff7;
  color: #0084bc;
}
.shortcode-button.bg-button.teal-button:active {
  background: #fff;
  border-color: #005653;
  color: #005653;
}
.shortcode-button.blue-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #1ae8fa;
}
.shortcode-button.blue-button:hover {
  background: #4cedfb;
}
.shortcode-button.blue-button:active {
  background: #049daa;
}
.shortcode-button.secondblue-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #2c90ef;
}
.shortcode-button.secondblue-button:hover {
  background: #5ba9f3;
}
.shortcode-button.secondblue-button:active {
  background: #0d5ca8;
}
.shortcode-button.orange-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #ffb700;
}
.shortcode-button.orange-button:hover {
  background: #ffc533;
}
.shortcode-button.orange-button:active {
  background: #996e00;
}
.shortcode-button.pink-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #ff3366;
}
.shortcode-button.pink-button:hover {
  background: #ff668c;
}
.shortcode-button.pink-button:active {
  background: #cc0033;
}
.shortcode-button.purple-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #9e76b5;
}
.shortcode-button.purple-button:hover {
  background: #b597c7;
}
.shortcode-button.purple-button:active {
  background: #6a4580;
}
.shortcode-button.green-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #c3d32d;
}
.shortcode-button.green-button:hover {
  background: #cfdc57;
}
.shortcode-button.green-button:active {
  background: #767f1b;
}
.shortcode-button.secondgreen-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #4dc620;
}
.shortcode-button.secondgreen-button:hover {
  background: #67df3a;
}
.shortcode-button.secondgreen-button:active {
  background: #2b6e12;
}
.shortcode-button.yellow-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #eedc00;
}
.shortcode-button.yellow-button:hover {
  background: #ffee22;
}
.shortcode-button.yellow-button:active {
  background: #887e00;
}
.shortcode-button.gray-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #666666;
}
.shortcode-button.gray-button:hover {
  background: gray;
}
.shortcode-button.gray-button:active {
  background: #333333;
}
.shortcode-button.brown-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #a68141;
}
.shortcode-button.brown-button:hover {
  background: #bf9a5b;
}
.shortcode-button.brown-button:active {
  background: #5d4824;
}
.shortcode-button.teal-button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #00bcb5;
}
.shortcode-button.teal-button:hover {
  background: #00efe6;
}
.shortcode-button.teal-button:active {
  background: #005653;
}

.large-button {
  padding: 10px 25px;
  font-size: 23px;
}

.small-button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  padding: 8px 25px;
}
.small-button:after {
  font-size: 12px;
}

.where_to_button {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #D540F7;
  border-bottom: solid 2px #9935B9;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.where_to_button:active {
  border-bottom: solid 2px #D540F7;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.mh_button {
  display: inline-block;
  text-align: center;
}
.mh_button.mh_lg_btn {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 230px;
  padding: 15px 25px;
  font-size: 18px;
}
.mh_button.mh_sm_btn {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 150px;
  padding: 8px 20px;
  font-size: 16px;
}
.mh_button.mh_solid_button_link {
  color: #fff;
}
.mh_button.mh_solid_button_link.mh_magenta_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_magenta_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e92076;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_magenta_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e92076;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_magenta_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_magenta_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_purple_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_purple_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e57c6;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_purple_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e57c6;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_purple_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_purple_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_cyan_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_cyan_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a8e2;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_cyan_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a8e2;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_cyan_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_cyan_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_green_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_green_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #76bd22;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_green_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #76bd22;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_green_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_green_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_light_green_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_light_green_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c3d600;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_light_green_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c3d600;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_light_green_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_light_green_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_orange_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_orange_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffb700;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_orange_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffb700;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_orange_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_orange_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_gray_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_gray_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #54565b;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_gray_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #54565b;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_gray_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_gray_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_white_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
  color: #54565b;
}
.mh_button.mh_solid_button_link.mh_white_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_white_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_white_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_white_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_teal_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_teal_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bcb5;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_teal_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bcb5;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_teal_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_teal_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_yellow_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_yellow_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eedc00;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_yellow_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eedc00;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_yellow_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_yellow_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_pink_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_pink_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f36279;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_pink_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f36279;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_pink_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_pink_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_light_gray_btn {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
.mh_button.mh_solid_button_link.mh_light_gray_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c8c8c8;
  z-index: -1;
  opacity: 0.6;
}
.mh_button.mh_solid_button_link.mh_light_gray_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c8c8c8;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_solid_button_link.mh_light_gray_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_solid_button_link.mh_light_gray_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link {
  border: solid 2px;
  color: #fff;
  opacity: 0.8;
}
.mh_button.mh_border_button_link:hover {
  opacity: 1;
}
.mh_button.mh_border_button_link.mh_magenta_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #e92076;
  border: 2px solid #e92076;
}
.mh_button.mh_border_button_link.mh_magenta_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e92076;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_magenta_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_magenta_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_magenta_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_magenta_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_purple_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #7e57c6;
  border: 2px solid #7e57c6;
}
.mh_button.mh_border_button_link.mh_purple_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e57c6;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_purple_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_purple_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_purple_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_purple_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_cyan_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #00a8e2;
  border: 2px solid #00a8e2;
}
.mh_button.mh_border_button_link.mh_cyan_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a8e2;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_cyan_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_cyan_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_cyan_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_cyan_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_green_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #76bd22;
  border: 2px solid #76bd22;
}
.mh_button.mh_border_button_link.mh_green_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #76bd22;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_green_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_green_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_green_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_green_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_light_green_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #c3d600;
  border: 2px solid #c3d600;
}
.mh_button.mh_border_button_link.mh_light_green_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c3d600;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_light_green_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_light_green_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_light_green_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_light_green_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_orange_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #ffb700;
  border: 2px solid #ffb700;
}
.mh_button.mh_border_button_link.mh_orange_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffb700;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_orange_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_orange_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_orange_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_orange_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_gray_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #54565b;
  border: 2px solid #54565b;
}
.mh_button.mh_border_button_link.mh_gray_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #54565b;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_gray_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_gray_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_gray_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_gray_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_white_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.mh_button.mh_border_button_link.mh_white_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_white_btn:hover {
  color: #54565b;
}
.mh_button.mh_border_button_link.mh_white_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_white_btn:active {
  color: #54565b;
}
.mh_button.mh_border_button_link.mh_white_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_teal_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #00bcb5;
  border: 2px solid #00bcb5;
}
.mh_button.mh_border_button_link.mh_teal_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bcb5;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_teal_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_teal_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_teal_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_teal_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_yellow_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #cfdd26;
  border: 2px solid #cfdd26;
}
.mh_button.mh_border_button_link.mh_yellow_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cfdd26;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_yellow_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_yellow_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_yellow_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_yellow_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_pink_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #f36279;
  border: 2px solid #f36279;
}
.mh_button.mh_border_button_link.mh_pink_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f36279;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_pink_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_pink_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_pink_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_pink_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_light_gray_btn {
  -webkit-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in, color 0.25s ease-in;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  background: transparent;
  color: #c8c8c8;
  border: 2px solid #c8c8c8;
}
.mh_button.mh_border_button_link.mh_light_gray_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c8c8c8;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mh_button.mh_border_button_link.mh_light_gray_btn:hover {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_light_gray_btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_border_button_link.mh_light_gray_btn:active {
  color: #fff;
}
.mh_button.mh_border_button_link.mh_light_gray_btn:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh_button.mh_underline_link {
  font-size: 18px;
  border-bottom: 2px solid #54565b;
  padding: 0;
  min-width: 0;
  padding-bottom: 8px;
  line-height: 1;
  color: #54565b;
  font-weight: 900;
}
.mh_button.mh_underline_link.mh_magenta_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #e92076;
  border-color: #e92076;
}
.mh_button.mh_underline_link.mh_magenta_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_magenta_btn:active {
  background: transparent;
  border-color: #940f48;
  color: #940f48;
}
.mh_button.mh_underline_link.mh_purple_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #7e57c6;
  border-color: #7e57c6;
}
.mh_button.mh_underline_link.mh_purple_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_purple_btn:active {
  background: transparent;
  border-color: #4e2e89;
  color: #4e2e89;
}
.mh_button.mh_underline_link.mh_cyan_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #00a8e2;
  border-color: #00a8e2;
}
.mh_button.mh_underline_link.mh_cyan_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_cyan_btn:active {
  background: transparent;
  border-color: #005c7c;
  color: #005c7c;
}
.mh_button.mh_underline_link.mh_green_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #76bd22;
  border-color: #76bd22;
}
.mh_button.mh_underline_link.mh_green_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_green_btn:active {
  background: transparent;
  border-color: #406712;
  color: #406712;
}
.mh_button.mh_underline_link.mh_light_green_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #c3d600;
  border-color: #c3d600;
}
.mh_button.mh_underline_link.mh_light_green_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_light_green_btn:active {
  background: transparent;
  border-color: #667000;
  color: #667000;
}
.mh_button.mh_underline_link.mh_orange_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #ffb700;
  border-color: #ffb700;
}
.mh_button.mh_underline_link.mh_orange_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_orange_btn:active {
  background: transparent;
  border-color: #996e00;
  color: #996e00;
}
.mh_button.mh_underline_link.mh_gray_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #54565b;
  border-color: #54565b;
}
.mh_button.mh_underline_link.mh_gray_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_gray_btn:active {
  background: transparent;
  border-color: #232426;
  color: #232426;
}
.mh_button.mh_underline_link.mh_white_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.mh_button.mh_underline_link.mh_white_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_white_btn:active {
  background: transparent;
  border-color: #cccccc;
  color: #cccccc;
}
.mh_button.mh_underline_link.mh_teal_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #00bcb5;
  border-color: #00bcb5;
}
.mh_button.mh_underline_link.mh_teal_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_teal_btn:active {
  background: transparent;
  border-color: #005653;
  color: #005653;
}
.mh_button.mh_underline_link.mh_yellow_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #cfdd26;
  border-color: #cfdd26;
}
.mh_button.mh_underline_link.mh_yellow_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_yellow_btn:active {
  background: transparent;
  border-color: #7f8815;
  color: #7f8815;
}
.mh_button.mh_underline_link.mh_pink_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #f36279;
  border-color: #f36279;
}
.mh_button.mh_underline_link.mh_pink_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_pink_btn:active {
  background: transparent;
  border-color: #de1131;
  color: #de1131;
}
.mh_button.mh_underline_link.mh_light_gray_btn {
  -webkit-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  -moz-transition: border-color 0.4s ease-in, color 0.4s ease-in;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
  background: transparent;
  color: #c8c8c8;
  border-color: #c8c8c8;
}
.mh_button.mh_underline_link.mh_light_gray_btn:hover {
  background: transparent;
  opacity: 0.6 !important;
}
.mh_button.mh_underline_link.mh_light_gray_btn:active {
  background: transparent;
  border-color: #959595;
  color: #959595;
}

@media screen and (max-width: 600px) {
  .logged-in #global_header_mobile {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .logged-in #wpadminbar {
    position: fixed;
    top: 0px;
  }
}
.logged-in .mobile_menu ul {
  margin-top: 100px;
}

html.m_menu_open_html.touch {
  overflow: hidden;
}

.fixed_header_spacer {
  height: 75px;
}
@media screen and (max-width: 800px) {
  .fixed_header_spacer {
    height: 55px;
  }
}

.page-template-page-homepage .fixed_header_spacer {
  height: 0;
}
.page-template-page-homepage #global_header {
  background-color: transparent;
}
.page-template-page-homepage #global_header.white_header_bg .header_bg_freespace {
  height: 75px;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .page-template-page-homepage #global_header.white_header_bg .header_bg_freespace {
    height: 55px;
  }
}
.page-template-page-homepage #global_header.white_header_bg .logo a {
  background-position: 0px 0px;
}
.page-template-page-homepage #global_header.white_header_bg .nav_search_btn {
  background-position: 12px 0px;
}
@media screen and (max-width: 800px) {
  .page-template-page-homepage #global_header.white_header_bg .nav_search_btn {
    background-position: 16px 0px;
  }
}
.page-template-page-homepage #global_header.white_header_bg #header_cart_btn a:before {
  background-position: 18px 0px;
}
@media screen and (max-width: 800px) {
  .page-template-page-homepage #global_header.white_header_bg #header_cart_btn a:before {
    background-position: 20px 0px;
  }
}
.page-template-page-homepage #global_header.white_header_bg .header_menu ul {
  display: block;
}
.page-template-page-homepage #global_header.white_header_bg .header_menu a {
  color: #54565b;
  border-color: #54565b;
}
.page-template-page-homepage #global_header.white_header_bg .m_menu_btn span {
  background-color: #54565b;
}
.page-template-page-homepage #global_header.white_header_bg .m_menu_btn span:after, .page-template-page-homepage #global_header.white_header_bg .m_menu_btn span:before {
  background-color: #54565b;
}
.page-template-page-homepage #global_header.hover_on .logo a {
  background-position: 0px 0px;
}
.page-template-page-homepage #global_header.hover_on .nav_search_btn {
  background-position: 12px 0px;
}
@media screen and (max-width: 800px) {
  .page-template-page-homepage #global_header.hover_on .nav_search_btn {
    background-position: 16px 0px;
  }
}
.page-template-page-homepage #global_header.hover_on #header_cart_btn a:before {
  background-position: 18px 0px;
}
@media screen and (max-width: 800px) {
  .page-template-page-homepage #global_header.hover_on #header_cart_btn a:before {
    background-position: 20px 0px;
  }
}
.page-template-page-homepage #global_header.hover_on .header_menu ul {
  display: block;
}
.page-template-page-homepage #global_header.hover_on .header_menu a {
  color: #54565b;
  border-color: #54565b;
}
.page-template-page-homepage #global_header.hover_on .m_menu_btn span {
  background-color: #54565b;
}
.page-template-page-homepage #global_header.hover_on .m_menu_btn span:after, .page-template-page-homepage #global_header.hover_on .m_menu_btn span:before {
  background-color: #54565b;
}
.page-template-page-homepage #global_header .m_menu_btn span {
  background-color: #54565b;
}
.page-template-page-homepage #global_header .m_menu_btn span:after, .page-template-page-homepage #global_header .m_menu_btn span:before {
  background-color: #54565b;
}
.page-template-page-homepage #global_header .header_menu a {
  color: #54565b;
  border-color: #54565b;
}
.page-template-page-homepage #global_header #header_cart_btn a:before {
  background-position: 0px 0px;
}
.page-template-page-homepage #global_header .logo a {
  background-position: 0px 0px;
}
.page-template-page-homepage #global_header .nav_search_btn {
  background-position: 0px 0px;
}
.page-template-page-homepage #global_header .header_bg_freespace {
  height: 0;
}
.page-template-page-homepage #headerTopSpace {
  height: 0px !important;
  display: none;
}

#global_header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 20px 0;
  z-index: 5;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 800px) {
  #global_header {
    padding: 10px 0;
  }
}
#global_header.m_menu_open .m_header_menu {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 0;
}
#global_header.m_menu_open .header_bg_freespace {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  #global_header #QuidsiCart {
    display: none;
  }
}
#global_header #MobileQuidsiCart {
  display: none;
  max-width: calc( 100vw - 70px);
}
@media screen and (max-width: 600px) {
  #global_header #MobileQuidsiCart {
    display: inline-block;
  }
}
#global_header .header_bg_freespace {
  position: absolute;
  width: 100%;
  top: 0;
  height: 75px;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  -webkit-transition: opacity 0.5s, height 0.5s;
  -moz-transition: opacity 0.5s, height 0.5s;
  transition: opacity 0.5s, height 0.5s;
}
@media screen and (max-width: 800px) {
  #global_header .header_bg_freespace {
    height: 55px;
  }
}
#global_header a:hover {
  opacity: 0.7;
}
#global_header.hover_on .header_menu ul {
  opacity: 1;
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#global_header iframe {
  display: none;
}
#global_header .m_menu_btn {
  display: none;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #global_header .m_menu_btn {
    display: inline-block;
  }
}
#global_header .m_menu_btn span {
  background-color: #54565b;
  height: 1px;
  width: 20px;
  position: relative;
  display: inline-block;
}
#global_header .m_menu_btn span:after, #global_header .m_menu_btn span:before {
  background-color: #54565b;
  height: 1px;
  width: 20px;
  display: block;
  content: '';
  position: absolute;
}
#global_header .m_menu_btn span:after {
  top: 9px;
}
#global_header .m_menu_btn span:before {
  top: -9px;
}
#global_header .logo {
  padding-top: 6px;
  display: inline-block;
  max-width: 104px;
  margin: 0;
  margin-right: 38px;
}
@media screen and (max-width: 800px) {
  #global_header .logo {
    padding-top: 3px;
    margin-right: 5px;
  }
}
#global_header .logo:hover a {
  background-position: 104px 0px !important;
}
#global_header .logo a {
  width: 104px;
  height: 25px;
  display: block;
  background-image: url("../images/header/method-logo.png");
  background-size: 314px 25px;
  background-position: 0px 0px;
}
#global_header .logo img {
  display: none;
}
@media screen and (max-width: 600px) {
  #global_header .logo img {
    display: block;
  }
}
#global_header .header_left {
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  #global_header .header_left {
    display: none;
  }
}
#global_header .header_left .header_menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#global_header .search_bar {
  display: none;
}
#global_header .header_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#global_header .header_items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}
#global_header .header_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#global_header .header_menu > li {
  display: inline-block;
  margin-right: 20px;
  width: 155px;
}
#global_header .header_menu > li.cyan_nav:hover a {
  color: #00a8e2;
  border-color: #00a8e2;
}
#global_header .header_menu > li.teal_nav:hover a {
  color: #00bcb5;
  border-color: #00bcb5;
}
#global_header .header_menu > li.green_nav:hover a {
  color: #76bd22;
  border-color: #76bd22;
}
#global_header .header_menu > li.purple_nav:hover a {
  color: #7e57c6;
  border-color: #7e57c6;
}
#global_header .header_menu > li > a {
  display: block;
  font-size: 16px;
  padding: 0px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #54565b;
  height: 25px;
}
#global_header .header_menu > li ul {
  position: absolute;
  padding: 10px 0;
  opacity: 0;
  -webkit-transform: translate(0, -100vh);
  -moz-transform: translate(0, -100vh);
  -ms-transform: translate(0, -100vh);
  -o-transform: translate(0, -100vh);
  transform: translate(0, -100vh);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#global_header .header_menu > li ul li {
  margin-top: 13px;
}
#global_header .header_menu > li ul li a {
  font-size: 13px;
}
#global_header .header_menu > li ul li:first-child {
  margin-top: 0px;
}
#global_header .m_header_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  position: absolute;
  top: -100vh;
  z-index: -1;
  max-height: calc( 100vh - 55px );
  overflow: scroll;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-bottom: 70px;
}
#global_header .m_header_menu > li {
  display: block;
  margin-top: 35px;
  max-width: 155px;
}
#global_header .m_header_menu > li:after {
  content: "";
  display: table;
  clear: both;
}
#global_header .m_header_menu > li.teal_nav a {
  color: #00bcb5;
  border-color: #00bcb5;
}
#global_header .m_header_menu > li.cyan_nav a {
  color: #00a8e2;
  border-color: #00a8e2;
}
#global_header .m_header_menu > li.green_nav a {
  color: #76bd22;
  border-color: #76bd22;
}
#global_header .m_header_menu > li.purple_nav a {
  color: #7e57c6;
  border-color: #7e57c6;
}
#global_header .m_header_menu > li > a {
  display: block;
  font-size: 16px;
  padding: 0px 0;
  padding-bottom: 3px;
  width: 155px;
  border-bottom: 1px solid #54565b;
}
#global_header .m_header_menu > li ul {
  padding: 10px 0;
}
#global_header .m_header_menu > li ul li {
  margin-top: 13px;
}
#global_header .m_header_menu > li ul li a {
  font-size: 13px;
}
#global_header .m_header_menu > li ul li:first-child {
  margin-top: 0px;
}
#global_header ul {
  list-style: none;
}
#global_header ul li {
  line-height: 1;
}
#global_header ul li a {
  color: #54565b;
}
#global_header ul li.column {
  width: 100%;
  padding-right: 5px;
}
#global_header ul li.column.half_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 0;
}
#global_header ul li.column.half_column:last-child {
  margin-right: 0;
}
#global_header ul li.column.half_column:nth-child(2n) {
  margin-right: 0;
}
#global_header ul li.column.half_column:nth-child(2n+1) {
  clear: left;
}
#global_header ul li.column > ul {
  padding: 0 !important;
}
#global_header ul li.column > a {
  display: none;
}
#global_header .nav_search {
  display: inline-block;
}
#global_header .nav_search_btn {
  width: 12px;
  height: 12px;
  background-image: url("../images/header/icon-search-sprite.png");
  background-position: 12px 0px;
  background-size: 24px 12px;
}
@media screen and (max-width: 800px) {
  #global_header .nav_search_btn {
    width: 16px;
    height: 16px;
    background-position: 16px 0px;
    background-size: 32px 16px;
  }
}
#global_header #header_cart_btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  right: 38px;
  height: 34px;
  width: 34px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transform: background 1s;
  -moz-transform: background 1s;
  -ms-transform: background 1s;
  -o-transform: background 1s;
  transform: background 1s;
}
#global_header #header_cart_btn:hover {
  background-color: #00bcb5;
}
#global_header #header_cart_btn:hover a:before {
  background-position: 0px 0px !important;
}
#global_header #header_cart_btn a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  position: relative;
  color: transparent;
  font-size: 10px;
  width: 0;
  height: 16px;
  font-weight: 400;
}
#global_header #header_cart_btn a:before {
  height: 16px;
  width: 18px;
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  background-image: url("../images/header/icon-cart-sprite.png");
  background-position: 18px 0px;
  background-size: 36px 16px;
}
@media screen and (max-width: 800px) {
  #global_header #header_cart_btn a:before {
    height: 18px;
    width: 20px;
    background-position: 20px 0px;
    background-size: 40px 18px;
  }
}
#global_header #jcart {
  width: auto;
  position: relative;
  display: block;
}
#global_header #jcart #jcartMenu {
  margin: 0;
}
#global_header #jcart #jcartMenu a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  position: relative;
  font-size: 10px;
  width: 0;
  height: 16px;
  font-weight: 400;
}
#global_header #jcart #jcartMenu a:hover {
  opacity: 1;
}
#global_header #jcart #jcartMenu a:before {
  height: 16px;
  width: 18px;
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  background-image: url("../images/header/icon-cart-sprite.png");
  background-position: 0px 0px;
  background-size: 36px 16px;
}
#global_header .header_right {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  position: relative;
}
#global_header .nav_cart_box {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: absolute;
  max-width: 0px;
  right: 35px;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#global_header .nav_cart_box.openNavCart {
  max-width: 320px;
  width: auto;
  z-index: 2;
  right: 35px;
  opacity: 1;
}
#global_header .nav_cart_box #jcartCart {
  display: block !important;
}
#global_header .nav_cart_box #jcartMenu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #00bcb5;
  height: 34px;
  padding: 5px 12px;
}
#global_header .nav_cart_box #jcartMenu a {
  color: #fff;
}
#global_header .nav_cart_box #jcartMenu a:after {
  color: #fff;
  display: inline;
  content: ' ITEMS';
  padding-left: 3px;
}
#global_header .nav_cart_box #jcart-inner {
  padding: 10px 12px;
}
@media screen and (max-width: 600px) {
  #global_header .nav_cart_box #jcart-inner {
    padding: 8px 8px;
  }
}
#global_header .nav_cart_box #jcart-inner p.header {
  display: none;
}
#global_header .nav_cart_box #jcart-inner fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#global_header .nav_cart_box #jcart-inner .jcart-footer {
  width: 100%;
}
#global_header .nav_cart_box #jcart-inner .jcart-footer {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
}
#global_header .nav_cart_box #jcart-inner .jcart-footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bcb5;
  z-index: -1;
  opacity: 0.6;
}
#global_header .nav_cart_box #jcart-inner .jcart-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bcb5;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#global_header .nav_cart_box #jcart-inner .jcart-footer:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#global_header .nav_cart_box #jcart-inner .jcart-footer:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#global_header .nav_cart_box #jcart-inner #jcart-checkout {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  outline: none;
  height: auto;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #global_header .nav_cart_box #jcart-inner #jcart-checkout {
    padding: 8px 10px;
  }
}
#global_header .nav_cart_box #jcart-inner #jcart-throbber {
  display: none;
}
#global_header .nav_cart_box #jcart-inner tbody tr:first-child th {
  font-size: 11px;
  color: #00bcb5;
  text-transform: uppercase;
  text-align: left;
}
#global_header .nav_cart_box #jcart-inner tbody tr:last-child td {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  padding: 30px 0;
}
#global_header .nav_cart_box #jcart-inner tbody tr:last-child td.subtotal {
  color: #00bcb5;
}
#global_header .nav_cart_box #jcart-inner tbody tr th:first-child {
  min-width: 188px;
}
@media screen and (max-width: 600px) {
  #global_header .nav_cart_box #jcart-inner tbody tr th:first-child {
    min-width: 150px;
  }
}
#global_header .nav_cart_box #jcart-inner tbody tr th.jcart-item-qty {
  min-width: 30px;
  text-align: center;
}
#global_header .nav_cart_box #jcart-inner tbody tr th.jcart-item-price {
  min-width: 40px;
  text-align: center;
}
#global_header .nav_cart_box #jcart-inner tbody tr td {
  font-size: 11px;
  padding: 4px;
  line-height: 1.25;
}
#global_header .nav_cart_box #jcart-inner tbody tr td:first-child {
  width: 18px !important;
  padding-left: 0;
}
#global_header .nav_cart_box #jcart-inner tbody tr td.jcart-item-qty {
  min-width: 30px;
}
#global_header .nav_cart_box #jcart-inner tbody tr td.jcart-item-price {
  min-width: 40px;
}
#global_header .nav_cart_box #jcart-inner tbody tr td.jcart-item-delete .jcart-remove {
  display: block;
  height: 10px;
  width: 10px;
  color: #fff;
  background-color: #00bcb5;
  text-align: center;
  line-height: 0.9;
  padding-left: 1px;
}
#global_header .nav_cart_box #jcart-inner tbody tr td.jcart-item-delete .jcart-remove:before {
  content: 'x';
  display: inline;
  position: relative;
  top: 0;
  font-weight: 900;
}
#global_header .nav_cart_box #jcart-inner tbody tr td.jcart-item-delete .jcart-remove img {
  display: none;
}
#global_header .nav_cart_box #jcart-inner tbody tr td a {
  color: #000;
}
#global_header .nav_search_box {
  border-radius: 5px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 2;
  width: 35px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#global_header .nav_search_box.nav_search_open {
  width: 298px;
  border-radius: 5px;
  z-index: 4;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 600px) {
  #global_header .nav_search_box.nav_search_open {
    width: calc(100vw - 70px);
  }
}
#global_header .nav_search_box.nav_search_open .nav_search_form {
  width: 263px;
  opacity: 1;
  right: 0px;
}
@media screen and (max-width: 600px) {
  #global_header .nav_search_box.nav_search_open .nav_search_form {
    width: 100%;
  }
}
#global_header .nav_search_box.nav_search_open .nav_search_form input[type='search'] {
  display: block;
}
#global_header .nav_search_box.nav_search_open .nav_search_btn_wrapper {
  background-color: #00bcb5;
  text-transform: lowercase;
}
#global_header .nav_search_box.nav_search_open .nav_search_btn {
  background-position: 0px 0px;
}
#global_header .nav_search_box .nav_search {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  height: 100%;
  min-width: 35px;
}
#global_header .nav_search_box .nav_search_form {
  height: 100%;
  padding-left: 2px;
  width: 0;
  position: relative;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#global_header .nav_search_box .nav_search_form label, #global_header .nav_search_box .nav_search_form input[type='submit'] {
  display: none;
  background-color: #fff;
}
#global_header .nav_search_box .nav_search_form input[type='search'] {
  display: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  color: #00bcb5;
  width: calc(100% - 50px);
  height: 90%;
  position: absolute;
  font-size: 16px;
  padding: 2px 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#global_header .nav_search_box .nav_search_form ::-webkit-input-placeholder {
  color: #00bcb5;
}
#global_header .nav_search_box .nav_search_form ::-moz-placeholder {
  color: #00bcb5;
}
#global_header .nav_search_box .nav_search_form :-ms-input-placeholder {
  color: #00bcb5;
}
#global_header .nav_search_box .nav_search_form :-moz-placeholder {
  /* Firefox 19+ */
  color: #00bcb5;
}
#global_header .nav_search_box #searchform {
  height: 100%;
}
#global_header .nav_search_box .nav_search_btn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 35px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.no-touch .nav_search_btn_wrapper:hover {
  opacity: 1;
  background-color: #00bcb5;
}
.no-touch .nav_search_btn_wrapper:hover .nav_search_btn {
  background-position: 0px 0px;
}

.ra-header {
  background: url("../images/new-nav-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.ra-header .nav_item > a {
  color: #fff !important;
}
.ra-header .nav_item > a:hover {
  color: #fff !important;
}

#headerTopSpace {
  z-index: 1;
  background-color: #fff;
}

#edit-search-theme-form-1-wrapper {
  margin: 0;
}

#edit-search-products-theme-form-1-wrapper label, #edit-search-theme-form-1-wrapper label {
  display: none;
}

#edit-search-products-theme-form-1 {
  width: 250px;
}

#edit-search-theme-form-1 {
  border: none;
  background-color: #fff;
  background-image: none;
  height: 20px;
  line-height: 20px;
  width: 180px;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 11px;
}

body .form-submit {
  display: inline-block;
  background: #ff3366 repeat-x 0 0;
  color: #fff;
  border: none;
  height: 20px;
  line-height: 20px;
  padding: 1px 6px 3px 6px;
  margin: 2px 3px 2px 0;
  text-transform: lowercase;
  cursor: pointer;
}

.form-submit:hover {
  background-position: 0 -20px;
}

#search-box .form-submit {
  font-size: 11px;
  height: 17px;
  line-height: 14px;
  padding: 0 5px 4px 5px;
  float: left;
}

#keep-in-touch .form-submit {
  font-size: 11px;
  height: 19px;
  line-height: 16px;
  padding: 0 5px 4px 5px;
  float: right;
}

#search-form, #search-results-again form {
  border: 1px solid #dedede;
  float: left;
  height: 24px;
  margin: 0;
  padding: 0 0 0 3px;
  line-height: 38px;
  width: 185px;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#search-form .input-text {
  background: none;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 2px 0;
  padding: 0;
  width: 150px;
  border: 0;
  font-size: 11px;
  line-height: 20px;
}

#search-form .form-submit {
  float: right;
  padding-top: 0;
  width: 28px;
}

#search-form .form-submit {
  float: right;
  padding-top: 0;
  width: 28px;
}

#global_footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 20px;
  background-color: #fff;
}
#global_footer:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #global_footer {
    border-top: none;
  }
}
#global_footer .container {
  margin-top: 20px;
}
#global_footer .footer_menu_container {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
}
#global_footer .footer_menu_container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #global_footer .footer_menu_container {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  #global_footer .footer_menu_container:last-child {
    margin-right: 0;
  }
}
#global_footer .footer_menu_container ul.footer_menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#global_footer .footer_menu_container ul.footer_menu:last-child {
  margin-right: 0;
}
#global_footer .footer_menu_container ul.footer_menu:hover > li {
  border-bottom: 1px solid #00bcb5;
}
#global_footer .footer_menu_container ul.footer_menu:hover a {
  color: #00bcb5 !important;
}
#global_footer .footer_menu_container ul.footer_menu:hover .col_footer {
  border: none;
}
@media screen and (max-width: 768px) {
  #global_footer .footer_menu_container ul.footer_menu {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  #global_footer .footer_menu_container ul.footer_menu:last-child {
    margin-right: 0;
  }
}
#global_footer .footer_menu_container ul.footer_menu > li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #54565b;
  padding-bottom: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #global_footer .footer_menu_container ul.footer_menu > li {
    font-size: 15px;
  }
}
#global_footer .footer_menu_container ul.footer_menu > li a {
  color: #54565b;
}
#global_footer .footer_menu_container ul.footer_menu .col_footer {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border: none;
}
#global_footer .footer_menu_container ul.footer_menu .col_footer:last-child {
  margin-right: 0;
}
#global_footer .footer_menu_container ul.footer_menu .col_footer ul li {
  list-style: none;
  font-weight: normal;
  border: none;
}
#global_footer .footer_menu_container ul.footer_menu .col_footer a {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #54565b;
  text-transform: lowercase;
  display: block;
  font-size: 13px;
  font-weight: normal;
}
#global_footer .footer_menu_container ul.footer_menu .col_footer a:hover {
  opacity: 0.7;
}
#global_footer .social_media {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
  text-align: center;
}
#global_footer .social_media:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #global_footer .social_media {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-right: 0;
  }
  #global_footer .social_media:last-child {
    margin-right: 0;
  }
}
#global_footer .social_media h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #54565b;
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #global_footer .social_media h3 {
    font-size: 15px;
    text-align: left;
  }
}
#global_footer .social_media .social_media_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#global_footer .social_media .social_media_container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #global_footer .social_media .social_media_container {
    padding-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  #global_footer .social_media .social_media_container {
    padding: 0;
  }
}
#global_footer .social_media .social_media_container a {
  color: #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1.7;
}
#global_footer .social_media .social_media_container a.twitter, #global_footer .social_media .home_section .connect_to_clean .social_media_container a.facebook, .home_section .connect_to_clean #global_footer .social_media .social_media_container a.facebook, #global_footer .social_media .home_section .connect_to_clean .social_media_container a.instagram, .home_section .connect_to_clean #global_footer .social_media .social_media_container a.instagram, #global_footer .social_media .home_section .connect_to_clean .social_media_container a.pintrest, .home_section .connect_to_clean #global_footer .social_media .social_media_container a.pintrest {
  background-color: #00bcb5;
}
#global_footer .social_media .social_media_container a.facebook {
  background-color: #00a8e2;
}
#global_footer .social_media .social_media_container a.instagram {
  background-color: #ffb700;
}
#global_footer .social_media .social_media_container a.pinterest {
  background-color: #e92076;
}
#global_footer .social_media .social_media_container a:hover {
  opacity: 0.7;
  display: block;
}
#global_footer .newsletter_signup {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
#global_footer .newsletter_signup:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #global_footer .newsletter_signup {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  #global_footer .newsletter_signup:last-child {
    margin-right: 0;
  }
  #global_footer .newsletter_signup h3 {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #54565b;
    margin-top: 0;
  }
  #global_footer .newsletter_signup input[type="text"] {
    width: 68%;
  }
}
@media screen and (max-width: 600px) {
  #global_footer .newsletter_signup {
    display: none;
  }
}
#global_footer .newsletter_signup h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #54565b;
  padding-bottom: 5px;
  margin-top: 0;
  width: 75%;
}
#global_footer .newsletter_signup p {
  font-size: 13px;
  line-height: 1.50;
}
#global_footer .newsletter_signup .sailthru-widget-label {
  display: none;
}
#global_footer .newsletter_signup .sailthru-signup-widget-close {
  display: none;
}
#global_footer .newsletter_signup input[type="text"] {
  width: 62% !important;
  float: left;
  height: 30px;
  border: none;
  background: rgba(0, 188, 181, 0.05);
}
#global_footer .newsletter_signup .input-group-btn, #global_footer .newsletter_signup input[type="submit"] {
  float: left;
}
#global_footer .newsletter_signup .input-group-btn button, #global_footer .newsletter_signup input[type="submit"] button {
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  z-index: 1;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  color: #fff;
  height: 30px;
  text-transform: lowercase;
  line-height: 1;
  z-index: 2;
}
#global_footer .newsletter_signup .input-group-btn button:after, #global_footer .newsletter_signup input[type="submit"] button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bcb5;
  z-index: -1;
  opacity: 0.6;
}
#global_footer .newsletter_signup .input-group-btn button:before, #global_footer .newsletter_signup input[type="submit"] button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bcb5;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#global_footer .newsletter_signup .input-group-btn button:hover:before, #global_footer .newsletter_signup input[type="submit"] button:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#global_footer .newsletter_signup .input-group-btn button:active:before, #global_footer .newsletter_signup input[type="submit"] button:active:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#global_footer .newsletter_signup .input-group-btn button:after, #global_footer .newsletter_signup input[type="submit"] button:after {
  opacity: 0.5;
}
#global_footer .newsletter_signup form {
  margin-top: 10px;
}
#global_footer .newsletter_signup input[type="submit"] {
  background: #f7f7f2;
  border: none;
  padding: 5px 10px;
  color: #666666;
  height: 30px;
  text-transform: lowercase;
}
#global_footer .newsletter_signup ::-webkit-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
  text-transform: lowercase;
}
#global_footer .newsletter_signup :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 10px;
  padding: 5px;
  text-transform: lowercase;
}
#global_footer .newsletter_signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 10px;
  padding: 5px;
  text-transform: lowercase;
}
#global_footer .newsletter_signup :-ms-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
  text-transform: lowercase;
}
#global_footer .footer_copy_wrapper {
  background-color: #fff;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 25.36421%;
}
#global_footer .footer_copy_wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #global_footer .footer_copy_wrapper {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  #global_footer .footer_copy_wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #global_footer .footer_copy_wrapper {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  #global_footer .footer_copy_wrapper:last-child {
    margin-right: 0;
  }
}
#global_footer .footer_copy_wrapper .footer_copy p.copy {
  font-size: 13px;
  padding: 40px 35px 15px;
  line-height: 1.6;
  color: #54565b;
}
@media screen and (max-width: 768px) {
  #global_footer .footer_copy_wrapper .footer_copy p.copy {
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  #global_footer .footer_copy_wrapper .footer_copy p.copy {
    padding: 15px 0;
    padding-left: 0;
  }
}
#global_footer .footer_copy_wrapper .footer_copy a {
  color: #666666;
}

.popup-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}

.popup_signup {
  display: none;
  position: fixed;
  background: url("../images/popup_bg.jpg") no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 515px;
  height: 360px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .popup_signup {
    display: none;
  }
}
.popup_signup .popup-rounded-border-container {
  position: absolute;
  width: 425px;
  top: -50%;
  height: 200%;
  background-color: #00bcb5;
  border-top-right-radius: 75% 50%;
  border-bottom-right-radius: 75% 50%;
}
.popup_signup .popup_content_wrapper {
  max-width: 425px;
  padding: 60px;
  		/*img {
  			position: absolute;
  			left: 50%;
  		    top: -202px;
  		    margin-left: -135px;
  		}
  
  		#animated-env-final {
  			visibility: hidden;
  		}*/
}
@media screen and (max-width: 768px) {
  .popup_signup .popup_content_wrapper {
    width: 100%;
    padding: 25px;
  }
}
.popup_signup .popup_content_wrapper .sign_up_text h3, .popup_signup .popup_content_wrapper .success h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: #007D79;
  line-height: 47px;
  margin: 0 0 20px;
}
.popup_signup .popup_content_wrapper .sign_up_text p, .popup_signup .popup_content_wrapper .success p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 10px;
}
.popup_signup .popup_content_wrapper .success {
  margin: 50px 0;
  position: relative;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .popup_signup .popup_content_wrapper .sign_up_newsletter {
    width: 100%;
    margin-top: 0;
  }
}
.popup_signup .popup_content_wrapper .sign_up_newsletter .sailthru-widget-label {
  display: none;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter .sailthru-signup-widget-close {
  display: none;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter input[type="text"] {
  height: 40px;
  border: 0;
  color: #007D79;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 100%;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #007D79;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #007D79;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #007D79;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #007D79;
}
@media screen and (max-width: 768px) {
  .popup_signup .popup_content_wrapper .sign_up_newsletter input[type="text"] {
    border-radius: 0;
  }
}
.popup_signup .popup_content_wrapper .sign_up_newsletter .sailthru-signup-widget .form-group {
  margin-bottom: 0;
  display: inline-block;
  float: left;
  width: 70%;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter .sailthru-add-subscriber-errors {
  margin-bottom: 15px;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter .input-group-btn {
  float: right;
  width: 30%;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter .input-group-btn button {
  background: #007D79;
  width: 55px;
  border: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #fff;
  height: 40px;
  text-transform: lowercase;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter .input-group-btn button:hover {
  background: #449c9c;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter input[type="submit"] {
  background: #f7f7f2;
  border: none;
  padding: 5px 10px;
  color: #666666;
  height: 30px;
  text-transform: uppercase;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter ::-webkit-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.popup_signup .popup_content_wrapper .sign_up_newsletter :-ms-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.popup_signup .popup_close_btn {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  float: right;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: auto;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
}
.popup_signup .mobile_popup_close_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .popup_signup .mobile_popup_close_btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 100px;
    cursor: pointer;
    width: auto;
    color: #ff0344;
    right: 35px;
    font-size: 22px;
  }
}

.home_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.home_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_section .home_hero_tab {
    min-height: 460px;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 600px) {
  .home_section .home_hero_tab {
    min-height: 0;
    height: auto;
  }
}
.home_section .home_hero {
  background-position: left 55% top;
  overflow: hidden;
  		/*&.hero_text_left {
  			background-position: right 55% top;
  			text-align: left;
  
  			.hero_text {
  				left: 0;
  			}
  		}
  
  		&.hero_text_right {
  			background-position: left 55% top;
  			text-align: right;
  
  			.hero_text {
  				right: 0;
  			}
  		}*/
}
@media screen and (max-width: 600px) {
  .home_section .home_hero {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .home_section .home_hero:last-child {
    margin-right: 0;
  }
}
.home_section .home_hero .container {
  position: relative;
  height: 100%;
}
.home_section .home_hero .home_hero_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0 0 40px;
  display: inline-block;
}
.home_section .home_hero .home_hero_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_section .home_hero .home_hero_content {
    padding: 0px 0 20px;
  }
}
.home_section .home_hero .home_hero_content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.home_section .home_hero .home_hero_content img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
  float: none;
  vertical-align: middle;
  display: inline-block;
}
.home_section .home_hero .home_hero_content img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_section .home_hero .home_hero_content img {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 45.6212%;
    float: none;
    vertical-align: middle;
    display: inline-block;
  }
  .home_section .home_hero .home_hero_content img:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .home_section .home_hero .home_hero_content img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    float: none;
    vertical-align: middle;
    display: inline-block;
  }
  .home_section .home_hero .home_hero_content img:last-child {
    margin-right: 0;
  }
}
.home_section .home_hero .home_hero_content .hero_text {
  /*position: absolute;
  top: 35%;
  margin-top: -41px;*/
  /* @include span-columns(4.8);
  @include shift(1); removed for holidays */
  float: none;
  vertical-align: middle;
  margin-right: 0;
  display: inline-block;
  margin-left: 6.7%;
}
@media screen and (max-width: 768px) {
  .home_section .home_hero .home_hero_content .hero_text {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 41.737%;
    margin-left: 0%;
    float: none;
    vertical-align: middle;
    display: inline-block;
  }
  .home_section .home_hero .home_hero_content .hero_text:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .home_section .home_hero .home_hero_content .hero_text {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 43.60294%;
    margin-left: 0%;
    margin-right: 0;
    text-align: left;
    position: relative;
    top: 30%;
    float: none;
    vertical-align: middle;
    display: inline-block;
  }
  .home_section .home_hero .home_hero_content .hero_text:last-child {
    margin-right: 0;
  }
}
.home_section .home_hero .home_hero_content .hero_text h1 {
  font-size: 56px;
  line-height: 1.1;
  z-index: 1;
  color: #f36279;
}
@media screen and (max-width: 768px) {
  .home_section .home_hero .home_hero_content .hero_text h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 600px) {
  .home_section .home_hero .home_hero_content .hero_text h1 {
    font-size: 30px;
    line-height: 1;
  }
}
.home_section .home_hero .home_hero_content .hero_text h1 img {
  width: 100%;
  margin-top: -55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .home_section .home_hero .home_hero_content .hero_text h1 img {
    margin-top: -10px;
    margin-bottom: 0;
  }
}
.home_section .home_hero .home_hero_content .hero_text .button-wrap {
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .home_section .home_hero .home_hero_content .hero_text .button-wrap a {
    padding: 4px 8px 4px;
    font-size: 10px;
    line-height: 16px;
  }
  .home_section .home_hero .home_hero_content .hero_text .button-wrap a:after {
    font-size: 10px;
  }
}
.home_section .home_hero .home_hero_content .flowers {
  position: absolute;
  bottom: 0;
  right: 110px;
  width: 17%;
  z-index: 1;
}
.home_section .home_hero .home_hero_images .home_hero_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: absolute;
  float: none;
  height: 640px;
  display: none;
  opacity: 0.7;
  overflow: hidden;
}
.home_section .home_hero .home_hero_images .home_hero_image:last-child {
  margin-right: 0;
}
.home_section .home_hero .home_hero_images .home_hero_image:nth-child(4n) {
  margin-right: 0;
}
.home_section .home_hero .home_hero_images .home_hero_image:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .home_section .home_hero .home_hero_images .home_hero_image {
    height: 600px;
  }
}
.home_section .home_hero .home_hero_images #home_hero_image_1, .home_section .home_hero .home_hero_images #home_hero_image_4 {
  -ms-transform: skew(5deg, 0);
  /* IE 9 */
  -webkit-transform: skew(5deg, 0);
  /* Chrome, Safari, Opera */
  transform: skew(5deg, 0);
}
.home_section .home_hero .home_hero_images #home_hero_image_2, .home_section .home_hero .home_hero_images #home_hero_image_3 {
  -ms-transform: skew(-5deg, 0);
  /* IE 9 */
  -webkit-transform: skew(-5deg, 0);
  /* Chrome, Safari, Opera */
  transform: skew(-5deg, 0);
}
.home_section .home_hero .home_hero_images #home_hero_image_1 {
  left: 0;
  background-color: #ff3366;
}
.home_section .home_hero .home_hero_images #home_hero_image_2 {
  left: 20%;
  background-color: #ffb700;
}
.home_section .home_hero .home_hero_images #home_hero_image_3 {
  left: 40%;
  background-color: #9e76b5;
}
.home_section .home_hero .home_hero_images #home_hero_image_4 {
  right: 0;
  background-color: #00dbe0;
}
.home_section .home_hero .sign_up_offer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 103%;
  height: 120px;
  text-align: left;
}
.home_section .home_hero .sign_up_offer:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_section .home_hero .sign_up_offer {
    height: 140px;
  }
}
@media screen and (max-width: 600px) {
  .home_section .home_hero .sign_up_offer {
    display: none;
  }
}
.home_section .home_hero .sign_up_offer .sign_up_left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-right: 0;
  height: 100%;
  padding: 20px 0;
  display: inline-block;
}
.home_section .home_hero .sign_up_offer .sign_up_left:last-child {
  margin-right: 0;
}
.home_section .home_hero .sign_up_offer .sign_up_left:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.home_section .home_hero .sign_up_offer .sign_up_left .sign_up_text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 34.11922%;
  text-align: left;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.home_section .home_hero .sign_up_offer .sign_up_left .sign_up_text:last-child {
  margin-right: 0;
}
.home_section .home_hero .sign_up_offer .sign_up_right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  height: 100%;
  padding: 25px;
  display: inline-block;
}
.home_section .home_hero .sign_up_offer .sign_up_right:last-child {
  margin-right: 0;
}
.home_section .home_hero .sign_up_offer .sign_up_right:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: left;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter:last-child {
  margin-right: 0;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter .sailthru-widget-label {
  display: none;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter input[type="text"] {
  width: 62% !important;
  float: left;
  height: 30px;
  border: 0;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter .input-group-btn {
  float: left;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter .input-group-btn button {
  background: #f7f7f2;
  border: none;
  padding: 5px 10px;
  color: #666666;
  height: 30px;
  text-transform: uppercase;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter .input-group-btn:hover {
  opacity: 0.5;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter ::-webkit-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.home_section .home_hero .sign_up_offer .sign_up_right .sign_up_newsletter :-ms-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.home_section .home_hero .sign_up_offer h3 {
  font-size: 26px;
  line-height: 28px;
  margin: 0;
}
.home_section .home_hero .sign_up_offer p {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0 0;
}
.home_section .home_hero .home_offer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
  height: 100%;
}
.home_section .home_hero .home_offer:last-child {
  margin-right: 0;
}
.home_section .home_hero .home_offer img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  height: 100%;
}
.home_section .home_hero .home_offer img:last-child {
  margin-right: 0;
}
.home_section .home_hero .home_offer .offer_text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding: 10px;
}
.home_section .home_hero .home_offer .offer_text:last-child {
  margin-right: 0;
}
.home_section .home_hero .home_offer h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}
.home_section .home_hero .home_offer p {
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0 4px;
}
.home_section .home_hero .home_offer a {
  font-size: 13px;
  color: #fff;
}
.home_section .mobile_home_menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
}
.home_section .mobile_home_menu:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_section .mobile_home_menu {
    display: block;
  }
}
.home_section .mobile_home_menu ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.home_section .mobile_home_menu ul:last-child {
  margin-right: 0;
}
.home_section .mobile_home_menu ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #f1f3f4;
  margin-bottom: 6px;
  padding-right: 2px;
}
.home_section .mobile_home_menu ul li:last-child {
  margin-right: 0;
}
.home_section .mobile_home_menu ul li .fa {
  line-height: 70px;
  color: #00dbe0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  width: 60px;
  text-align: center;
  z-index: 100;
}
.home_section .mobile_home_menu ul li a, .home_section .mobile_home_menu ul li .mobile_sign_up_link {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #666666;
  height: 70px;
  font-size: 14px;
}
.home_section .mobile_home_menu ul li a:last-child, .home_section .mobile_home_menu ul li .mobile_sign_up_link:last-child {
  margin-right: 0;
}
.home_section .mobile_home_menu ul li a img, .home_section .mobile_home_menu ul li .mobile_sign_up_link img {
  float: left;
  height: 100%;
  width: 70px;
}
.home_section .mobile_home_menu ul li a p, .home_section .mobile_home_menu ul li .mobile_sign_up_link p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0;
  padding: 10px 0 10px 10px;
  line-height: 50px;
}
.home_section .mobile_home_menu ul li a p:last-child, .home_section .mobile_home_menu ul li .mobile_sign_up_link p:last-child {
  margin-right: 0;
}
.home_section .mobile_home_menu .mobile_shop_menu_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
}
.home_section .mobile_home_menu .mobile_shop_menu_container:last-child {
  margin-right: 0;
}
.home_section .mobile_home_menu .mobile_shop_menu {
  padding-left: 70px;
}
.home_section .mobile_home_menu .mobile_shop_menu li {
  margin: 0;
  padding-left: 30px;
}
.home_section .mobile_home_menu .mobile_shop_menu li a {
  height: auto;
  color: #666666;
}
.home_section .mobile_home_menu .mobile_shop_menu li a p {
  padding: 2px 0;
  line-height: 30px;
  text-transform: lowercase;
}
.home_section .mobile_home_menu .mobile_shop_menu li:last-child {
  padding-bottom: 20px;
}
.home_section .mobile_home_menu .mobile_shop_menu li:last-child a {
  color: #666666;
}
.home_section .mobile_home_menu .mobile_sign_up_link {
  cursor: pointer;
}
.home_section .mobile_home_menu .mobile_sign_up {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
  display: none;
}
.home_section .mobile_home_menu .mobile_sign_up .newsletter_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  width: 100%;
  margin-left: 70px;
  padding: 0 70px 0 30px;
  background-color: #f1f3f4;
  height: 100%;
}
.home_section .mobile_home_menu .mobile_sign_up .newsletter_content:last-child {
  margin-right: 0;
}
.home_section .mobile_home_menu .mobile_sign_up h3 {
  margin-bottom: 10px;
}
.home_section .mobile_home_menu .mobile_sign_up p {
  font-size: 14px;
}
.home_section .mobile_home_menu .mobile_sign_up .newsletter_signup {
  margin-top: 4px;
  margin-bottom: 20px;
  text-align: left;
}
.home_section .mobile_home_menu .mobile_sign_up .newsletter_signup .sailthru_shortcode {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
}
.home_section .mobile_home_menu .mobile_sign_up .newsletter_signup .sailthru_shortcode:last-child {
  margin-right: 0;
}
.home_section .product_highlight {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  padding-bottom: 80px;
}
.home_section .product_highlight:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_section .product_highlight {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .home_section .product_highlight .product_highlight_wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .product_highlight_wrap {
    padding-bottom: 0;
  }
}
.home_section .product_highlight .product_highlight_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  z-index: 1;
}
.home_section .product_highlight .product_highlight_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_section .product_highlight .product_highlight_image {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .product_highlight_image {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home_section .product_highlight .product_highlight_image img {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .product_highlight_image img {
    width: 100%;
  }
}
.home_section .product_highlight .product_highlight_info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 8.5298%;
  margin-right: 0;
  display: inline-block;
  z-index: 1;
  margin-left: 6.7%;
}
.home_section .product_highlight .product_highlight_info:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_section .product_highlight .product_highlight_info {
    margin-left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .product_highlight_info {
    display: block;
    width: 100%;
  }
}
.home_section .product_highlight .product_highlight_info:before {
  /* content: ''; */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.home_section .product_highlight .product_highlight_info h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .product_highlight_info h3 {
    font-size: 14px;
  }
}
.home_section .product_highlight .product_highlight_info h2 {
  font-size: 48px;
  line-height: 1.1;
  margin: 8px 0 20px;
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .product_highlight_info h2 {
    font-size: 26px !important;
  }
}
.home_section .product_highlight .product_highlight_info p {
  font-size: 14px;
}
.home_section .product_highlight .product_highlight_info .button-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .product_highlight_info .button-wrap a {
    padding: 4px 8px 4px;
    font-size: 16px;
    line-height: 16px;
  }
  .home_section .product_highlight .product_highlight_info .button-wrap a:after {
    font-size: 10px;
  }
}
.home_section .product_highlight .gray_bg_container {
  content: '';
  background-color: #f8f8f8;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
}
@media screen and (max-width: 768px) {
  .home_section .product_highlight .gray_bg_container {
    height: 35.5%;
  }
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight .gray_bg_container {
    display: none;
  }
}
.home_section .product_highlight.product_text_left {
  background-position: right 55% top;
  text-align: left;
}
.home_section .product_highlight.product_text_left .product_highlight_info {
  left: 0;
}
.home_section .product_highlight.product_text_right {
  background-position: left 55% top;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .home_section .product_highlight.product_text_right {
    background-position: left 80% top;
  }
}
.home_section .beyond_the_bottle_home {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: -64px;
  		/*.bottle_column {
  			@include span-columns(4.15);
  			margin-right: 0;
  			height: 366px;
  
  			img {
  				height: 100%;
  				width: 100%;
  				max-width: 100%;
  			}
  		}*/
}
.home_section .beyond_the_bottle_home:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_section .beyond_the_bottle_home {
    display: none;
    background-color: #fff;
  }
}
.home_section .beyond_the_bottle_home .image_columns {
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .home_section .beyond_the_bottle_home .image_columns {
    background-position: 50% 0;
    background-size: cover;
    height: 200px !important;
  }
}
.home_section .beyond_the_bottle_home .image_columns h3 {
  position: absolute;
  top: 50%;
  left: 35%;
  font-size: 34px;
}
@media screen and (max-width: 600px) {
  .home_section .beyond_the_bottle_home .image_columns h3 {
    position: relative;
    left: 17%;
    text-align: left;
    font-size: 24px;
    width: 50%;
  }
}
.home_section .beyond_the_bottle_home .middle_column:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.home_section .beyond_the_bottle_home .middle_column h3 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  font-size: 39px;
  line-height: 41px;
  color: #fff;
}
.home_section .beyond_the_bottle_home .middle_column img {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_section .beyond_the_bottle_home .three_column_section {
  margin: 0;
  padding-top: 40px;
  background-color: #f8f8f8;
  text-align: center;
}
.home_section .beyond_the_bottle_home .three_column_section .dotted_line {
  width: 100%;
  left: 0;
}
.home_section .beyond_the_bottle_home .three_column_section img {
  background: none;
}
.home_section .beyond_the_bottle_home .three_column_section .button-wrap {
  margin-top: 60px;
  text-align: center !important;
  float: none;
}
@media screen and (max-width: 600px) {
  .home_section .beyond_the_bottle_home .three_column_section {
    display: none;
  }
}
.home_section .video_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.home_section .video_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_section .video_section {
    display: block;
    min-height: 300px !important;
    margin-top: 10px;
  }
}
.home_section .video_section img {
  width: 100%;
}
.home_section .video_section .shortcode-button.border-button {
  color: #fff;
  border-color: #fff !important;
}
.home_section .video_section .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 998;
}
.home_section .video_section .overlay:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .home_section .video_section .overlay {
    display: none;
  }
}
.home_section .video_section .homepage-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  z-index: 999;
  height: 600px;
}
.home_section .video_section .homepage-video:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_section .video_section .homepage-video {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    display: none;
  }
  .home_section .video_section .homepage-video:last-child {
    margin-right: 0;
  }
}
.home_section .video_section .homepage-video .video_container {
  height: 600px;
}
.home_section .video_section .homepage-video .video_container iframe {
  height: 600px;
}
@media screen and (min-width: 1700px) {
  .home_section .video_section .homepage-video .video_container iframe {
    height: 85%;
  }
}
.home_section .video_section .close_button {
  position: absolute;
  left: 90%;
  font-size: 25px;
  font-weight: bold;
  top: 10%;
  display: none;
  cursor: pointer;
  z-index: 999;
}
.home_section .video_section .video_text {
  position: absolute;
  top: 110px;
  width: 80%;
  left: 10%;
  text-align: center;
}
.home_section .video_section .video_text h2 {
  font-size: 54px;
  line-height: 30px;
}
.home_section .video_section .video_text h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .home_section .video_section .video_text {
    display: none;
  }
}
.home_section .video_section .desktop_video_play_button {
  width: auto;
  height: auto;
  cursor: pointer;
}
.home_section .video_section .video_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -103px;
  width: auto;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .home_section .video_section .video_play_button {
    top: 55%;
  }
}
@media screen and (max-width: 600px) {
  .home_section .video_section .video_play_button {
    display: none;
  }
}
.home_section .video_section .mobile_video_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 20px 10px;
  display: none;
}
@media screen and (max-width: 600px) {
  .home_section .video_section .mobile_video_overlay {
    display: inline-block;
    text-align: center;
  }
}
.home_section .video_section .mobile_video_overlay .mobile_video_info {
  float: none;
  display: block;
  vertical-align: middle;
}
.home_section .video_section .mobile_video_overlay .mobile_video_info h2 {
  font-size: 24px;
}
.home_section .video_section .mobile_video_overlay .mobile_video_info h3 {
  font-size: 14px;
}
.home_section .video_section .mobile_video_overlay img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  float: none;
  position: relative;
  top: inherit;
  left: inherit;
  margin: 0;
  margin-left: 8.5298%;
  display: inline-block;
  vertical-align: middle;
}
.home_section .video_section .mobile_video_overlay img:last-child {
  margin-right: 0;
}
.home_section .video_section .mobile_video_overlay h2, .home_section .video_section .mobile_video_overlay h3 {
  color: #fff;
  width: 100%;
  line-height: 1;
}
.home_section .video_section .mobile_video_overlay h2 {
  font-size: 18px;
}
.home_section .video_section .mobile_video_overlay h3 {
  font-size: 10px;
}
.home_section .video_section .video_share {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home_section .video_section .video_share {
    bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .home_section .video_section .video_share {
    display: none;
  }
}
.home_section .video_section .video_share .share_text {
  margin: 4px 0;
  line-height: 1;
}
.home_section .video_section .addtoany_shortcode {
  display: block;
  clear: both;
  padding-top: 4px;
}
.home_section .video_section .addtoany_shortcode .a2a_button_facebook span {
  background: url("../images/facebook.png") no-repeat;
  width: 35px;
  height: 34px;
}
.home_section .video_section .addtoany_shortcode .a2a_button_twitter span {
  background: url("../images/twitter.png") no-repeat;
  width: 35px;
  height: 34px;
}
.home_section .video_section .addtoany_shortcode .a2a_button_pinterest span {
  background: url("../images/pinterest.png") no-repeat;
  width: 35px;
  height: 34px;
}
.home_section .video_section .addtoany_shortcode .a2a_button_email span {
  background: url("../images/email.png") no-repeat;
  width: 35px;
  height: 34px;
}
.home_section .connect_to_clean {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 0;
  background-color: #f8f8f8;
  text-align: center;
}
.home_section .connect_to_clean:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_section .connect_to_clean {
    padding: 20px 0 30px;
  }
}
.home_section .connect_to_clean h3 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 10px;
}
@media screen and (max-width: 600px) {
  .home_section .connect_to_clean h3 {
    font-size: 36px;
  }
}
.home_section .connect_to_clean p {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .home_section .connect_to_clean p {
    display: none;
  }
}
.home_section .connect_to_clean .social_media_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}
.home_section .connect_to_clean .social_media_container:last-child {
  margin-right: 0;
}
.home_section .connect_to_clean .social_media_container a.twitter, .home_section .connect_to_clean .social_media_container a.facebook, .home_section .connect_to_clean .social_media_container a.instagram, .home_section .connect_to_clean .social_media_container a.pintrest {
  background-image: url("../images/twitter-icon.png");
  background-image: url("../images/twitter-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 70px;
  width: 70px;
  display: inline-block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin-right: 15px;
}
.home_section .connect_to_clean .social_media_container a.twitter:hover, .home_section .connect_to_clean .social_media_container a.facebook:hover, .home_section .connect_to_clean .social_media_container a.instagram:hover, .home_section .connect_to_clean .social_media_container a.pintrest:hover {
  background-image: url("../images/twitter-hover.png");
  background-image: url("../images/twitter-hover.png");
}
@media screen and (max-width: 600px) {
  .home_section .connect_to_clean .social_media_container a.twitter, .home_section .connect_to_clean .social_media_container a.facebook, .home_section .connect_to_clean .social_media_container a.instagram, .home_section .connect_to_clean .social_media_container a.pintrest {
    width: 50px;
    height: 50px;
  }
}
.home_section .connect_to_clean .social_media_container a.facebook {
  background-image: url("../images/facebook-icon.png");
  background-image: url("../images/facebook-icon.png");
}
.home_section .connect_to_clean .social_media_container a.facebook:hover {
  background-image: url("../images/facebook-hover.png");
  background-image: url("../images/facebook-hover.png");
}
.home_section .connect_to_clean .social_media_container a.instagram {
  background-image: url("../images/instagram-icon.png");
  background-image: url("../images/instagram-icon.png");
}
.home_section .connect_to_clean .social_media_container a.instagram:hover {
  background-image: url("../images/instagram-hover.png");
  background-image: url("../images/instagram-hover.png");
}
.home_section .connect_to_clean .social_media_container a.pintrest {
  background-image: url("../images/pintrest-icon.png");
  background-image: url("../images/pintrest-icon.png");
  margin-right: 0;
}
.home_section .connect_to_clean .social_media_container a.pintrest:hover {
  background-image: url("../images/pinterest-hover.png");
  background-image: url("../images/pinterest-hover.png");
}
.home_section .fun_fact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  padding: 30px 0;
  background-color: #f8f8f8;
  text-align: center;
  display: inline-block;
}
.home_section .fun_fact:last-child {
  margin-right: 0;
}
.home_section .fun_fact .container {
  height: 100%;
}
.home_section .fun_fact .container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
@media screen and (max-width: 600px) {
  .home_section .fun_fact {
    padding: 10px 0;
    margin: 0;
  }
}
.home_section .fun_fact img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.home_section .fun_fact img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_section .fun_fact img {
    vertical-align: top;
  }
}
.home_section .fun_fact .fun_fact_text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 76.96953%;
  margin-right: 0;
  text-align: left;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.home_section .fun_fact .fun_fact_text:last-child {
  margin-right: 0;
}
.home_section .fun_fact .fun_fact_text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
@media screen and (max-width: 600px) {
  .home_section .fun_fact .fun_fact_text {
    font-size: 12px;
  }
}
.home_section .fun_fact .fun_fact_text h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 90px;
  line-height: 1.1;
  float: left;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .home_section .fun_fact .fun_fact_text h2 {
    font-size: 26px;
  }
}
.home_section .fun_fact .fun_fact_text .fact_copy {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media screen and (max-width: 600px) {
  .home_section .fun_fact .fun_fact_text .fact_copy {
    width: 100%;
  }
}
.home_section .fun_fact .fun_fact_text .fact_copy p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  word-break: break-word;
}
.home_section .fun_fact .fun_fact_text .fact_copy p:last-child {
  margin-right: 0;
}

.home_blog {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 0 20px;
}
.home_blog:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_blog {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .home_blog .container {
    padding: 0;
  }
}
.home_blog img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 4.2649%;
}
.home_blog img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_blog img {
    margin-left: 0%;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home_blog img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-left: 0%;
  }
  .home_blog img:last-child {
    margin-right: 0;
  }
}
.home_blog .blog_info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.home_blog .blog_info:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home_blog .blog_info {
    width: 90%;
    margin-left: 4.2649%;
  }
}
@media screen and (max-width: 600px) {
  .home_blog .blog_info {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0 20px;
  }
  .home_blog .blog_info:last-child {
    margin-right: 0;
  }
}
.home_blog .blog_info h3 {
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .home_blog .blog_info h3 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.home_blog .blog_info h2 {
  font-size: 63px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .home_blog .blog_info h2 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.home_blog .blog_info p {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .home_blog .blog_info p {
    display: none;
  }
}
.home_blog .blog_info .button-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .home_blog .blog_info .button-wrap {
    margin-right: 0;
    float: none;
  }
}

.wpcf7-form-control-wrap textarea {
  background-color: #fff;
  color: #000;
  width: 100%;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=tel] {
  background-color: #fff;
  color: #000;
  width: 100%;
}

.about_us_section {
  text-align: center;
}
.about_us_section article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  /* height: 300px; */
  /* padding-bottom: 25px; */
  text-align: center;
}
.about_us_section article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .about_us_section article {
    height: auto;
  }
}
.about_us_section article:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.about_us_section article:first-child {
  margin-top: 14px;
}
.about_us_section article .container {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
.about_us_section article .featured_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 56.07151%;
  float: none;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.about_us_section article .featured_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .about_us_section article .featured_image {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    padding: 0;
  }
  .about_us_section article .featured_image:last-child {
    margin-right: 0;
  }
}
.about_us_section article .featured_image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .about_us_section article .featured_image img {
    height: auto;
  }
}
.about_us_section article .page_info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  float: none;
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.about_us_section article .page_info:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .about_us_section article .page_info {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .about_us_section article .page_info:last-child {
    margin-right: 0;
  }
}
.about_us_section article .page_info h2 {
  line-height: 35px;
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  .about_us_section article .page_info h2 {
    font-size: 46px;
  }
}

.about_us_sub {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}
.about_us_sub:last-child {
  margin-right: 0;
}

.beyond_bottle_section {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section:first-child {
    margin-top: 20px;
  }
}
.beyond_bottle_section .we_are_text {
  font-size: 55px;
  line-height: 60px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .we_are_text {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .five_column_section {
    display: none;
  }
}
.beyond_bottle_section .sub_page {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.beyond_bottle_section .sub_page:last-child {
  margin-right: 0;
}
.beyond_bottle_section .sub_page .sub_page_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: auto;
  float: none;
  height: 100%;
  max-width: 95em;
}
.beyond_bottle_section .sub_page .sub_page_content:last-child {
  margin-right: 0;
}
.beyond_bottle_section .sub_page .sub_page_content:last-child {
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .sub_page {
    height: 100px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.beyond_bottle_section .sub_page .container {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .sub_page .container {
    padding: 0px;
  }
}
.beyond_bottle_section .sub_page .featured_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: absolute;
  bottom: 0;
}
.beyond_bottle_section .sub_page .featured_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .sub_page .featured_image {
    display: none;
  }
}
.beyond_bottle_section .sub_page .featured_image img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
}
.beyond_bottle_section .sub_page .featured_image.image_left {
  left: 0;
}
.beyond_bottle_section .sub_page .featured_image.image_right {
  right: 0;
}
.beyond_bottle_section .sub_page .page_info {
  margin-left: 29.85432%;
  width: 40%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .sub_page .page_info {
    display: none;
  }
}
.beyond_bottle_section .sub_page .page_info h2 {
  font-size: 46px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .beyond_bottle_section .sub_page .page_info h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .sub_page .beyond_link {
    color: inherit;
  }
}
.beyond_bottle_section .sub_page .beyond_link .page_info_mobile {
  display: none;
}
.beyond_bottle_section .sub_page .beyond_link .page_info_mobile:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .sub_page .beyond_link .page_info_mobile {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -100px;
  }
  .beyond_bottle_section .sub_page .beyond_link .page_info_mobile:after {
    content: "";
    display: table;
    clear: both;
  }
}
.beyond_bottle_section .sub_page .beyond_link .page_info_mobile .beyond_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.beyond_bottle_section .sub_page .beyond_link .page_info_mobile .beyond_icon img {
  height: 100px;
}
.beyond_bottle_section .sub_page .beyond_link .page_info_mobile .beyond_copy_mobile {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.beyond_bottle_section .sub_page .beyond_link .page_info_mobile .beyond_copy_mobile h2 {
  text-transform: lowercase;
}
@media screen and (max-width: 600px) {
  .beyond_bottle_section .back_to_top {
    display: none;
  }
}

.bottle_bottom_container {
  clear: both;
}

.hero {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .hero {
    background-size: cover;
    min-height: 160px !important;
  }
}
.hero .container {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hero .container {
    min-height: 160px !important;
  }
}
.hero h1, .hero .press_hero_text h1 {
  text-transform: lowercase;
  color: #fff;
  font-size: 82px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .hero h1, .hero .press_hero_text h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .hero h1, .hero .press_hero_text h1 {
    font-size: 40px !important;
  }
}
.hero h3 {
  position: absolute;
  top: 33%;
  left: 5px;
}
.hero .press_hero_text {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  text-align: left;
  color: #fff;
}
.hero .press_hero_text h1 {
  position: relative;
  top: inherit;
  margin-top: 0;
  padding-bottom: 20px;
}
.hero.hero_text_left {
  background-position: right 55% top;
  text-align: left;
}
.hero.hero_text_left h1 {
  left: 0;
}
.hero.hero_text_left .press_hero_text {
  left: 0;
}
.hero.hero_text_left .press_hero_text h1 {
  left: inherit;
}
.hero.hero_text_right {
  background-position: left 55% top;
  text-align: right;
}
.hero.hero_text_right h1 {
  right: 0;
}
@media screen and (max-width: 768px) {
  .hero.hero_text_right h1 {
    right: 7%;
  }
}
.hero.hero_text_right .press_hero_text {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .hero.hero_text_right .press_hero_text p {
    display: none;
  }
}
.hero.hero_text_right .press_hero_text h1 {
  right: initial;
}

.beyond_hero h1 {
  font-size: 72px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .beyond_hero h1 {
    font-size: 60px;
  }
}

.mm-page {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .mm-page {
    overflow-x: hidden;
  }
}

.single p {
  margin-bottom: 12px;
}

.back_top_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}
.back_top_container:last-child {
  margin-right: 0;
}

.back_to_top {
  width: 100px;
  margin: auto;
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 14px 0;
  clear: both;
}

.sub_page {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 14px;
  background-color: #f1f3f4;
  height: 280px;
  text-align: left;
}
.sub_page:last-child {
  margin-right: 0;
}
.sub_page .container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sub_page .featured_image {
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
}
.sub_page .featured_image img {
  width: 100%;
  height: 100%;
  display: block;
}
.sub_page .page_info {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.sub_page .page_info h2 {
  font-size: 55px;
  line-height: 50px;
  text-transform: lowercase;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sub_page .page_info h2 {
    margin: 0 0 15px;
  }
}
.sub_page .page_info h3 {
  font-size: 19px;
  color: #666666;
  margin: 0;
}
.sub_page .page_info p {
  font-size: 14px;
  line-height: 28px;
}
.sub_page .page_info .button-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sub_page .page_info .button-wrap {
    margin-top: 5px;
  }
}

.header_color_blue, .icon_color_blue {
  color: #1ae8fa;
}

.header_color_orange, .icon_color_orange {
  color: #ffb700;
}

.header_color_pink, .icon_color_pink {
  color: #ff3366;
}

.header_color_purple, .icon_color_purple {
  color: #9e76b5;
}

.header_color_green, .icon_color_green {
  color: #c3d32d;
}

.header_color_yellow, .icon_color_yellow {
  color: #eedc00;
}

.header_color_white, .icon_color_white {
  color: #fff;
}

.header_color_black, .icon_color_black {
  color: #666666;
}

.bg_blue {
  background-color: #1ae8fa;
}

.bg_orange {
  background-color: #ffb700;
}

.bg_pink {
  background-color: #ff3366;
}

.bg_purple {
  background-color: #9e76b5;
}

.bg_green {
  background-color: #c3d32d;
}

.bg_yellow {
  background-color: #eedc00;
}

.bg_white {
  background-color: #fff;
}

.bg_black {
  background-color: #000;
}

.find_store iframe {
  height: 10700px;
}

.default {
  margin-bottom: 50px;
}
.default h1 {
  right: 0;
}

.accordion {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 14px;
}
.accordion:last-child {
  margin-right: 0;
}
.accordion:after {
  content: "";
  display: table;
  clear: both;
}
.accordion .accordion_header_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  background-color: #f1f3f4;
}
.accordion .accordion_header_container:last-child {
  margin-right: 0;
}
.accordion .accordion_header {
  text-align: center;
  padding: 25px;
}
.accordion .accordion_header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_header {
    display: none;
  }
}
.accordion .accordion_header:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.accordion .accordion_header .accordion_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 8.5298%;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.accordion .accordion_header .accordion_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .accordion .accordion_header .accordion_image {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .accordion .accordion_header .accordion_image {
    float: left;
    margin-right: 25px;
  }
}
.accordion .accordion_header .header_copy {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.accordion .accordion_header .header_copy:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_header .header_copy {
    float: left;
  }
}
.accordion .accordion_header .header_copy h3 {
  font-size: 48px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_header .header_copy h3 {
    font-size: 28px;
  }
}
.accordion .accordion_header .header_copy p {
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_header .header_copy p {
    font-size: 14px;
    line-height: 26px;
  }
}
.accordion .accordion_header_mobile_link {
  color: inherit;
  height: 100px;
  margin-bottom: 0px;
  text-align: left;
  display: none;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_header_mobile_link {
    display: block;
  }
}
.accordion .accordion_header_mobile_link .accordion_header_mobile {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
}
.accordion .accordion_header_mobile_link .accordion_header_mobile:after {
  content: "";
  display: table;
  clear: both;
}
.accordion .accordion_header_mobile_link .accordion_header_mobile:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.accordion .accordion_header_mobile_link .accordion_header_mobile .accordion_header_icon_mobile {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.accordion .accordion_header_mobile_link .accordion_header_mobile .accordion_header_icon_mobile img {
  height: 100px;
}
.accordion .accordion_header_mobile_link .accordion_header_mobile .accordion_header_copy_mobile {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.accordion .accordion_header_mobile_link .accordion_header_mobile .accordion_header_copy_mobile h2 {
  text-transform: lowercase;
}
.accordion .image_offset {
  position: absolute;
  top: -35px !important;
}
.accordion .accordion_expand_close, .accordion .watch_more_expand_close {
  position: absolute;
  right: 5%;
  top: 50%;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  cursor: pointer;
}
.accordion .accordion_expand_close a, .accordion .watch_more_expand_close a {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 2px;
}
.accordion .accordion_expand_close a.accordion-plus:before, .accordion .watch_more_expand_close a.accordion-plus:before {
  content: '+';
}
.accordion .accordion_expand_close a.accordion-minus:before, .accordion .watch_more_expand_close a.accordion-minus:before {
  content: '-';
}
.accordion .accordion_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 20px;
}
.accordion .accordion_content:last-child {
  margin-right: 0;
}
.accordion .accordion_content .content_text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.accordion .accordion_content .content_text:last-child {
  margin-right: 0;
}
.accordion .accordion_content .content_text h3 {
  color: #666666;
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px;
}
.accordion .accordion_content .content_text p {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_content .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .accordion .accordion_content .column:last-child {
    margin-right: 0;
  }
}
.accordion .accordion_content .column img {
  width: 100%;
  height: auto;
}
.accordion .accordion_content .content_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.accordion .accordion_content .content_image:last-child {
  margin-right: 0;
}
.accordion .accordion_content .content_image img {
  width: 100%;
}
.accordion .accordion_content .one_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 20px;
}
.accordion .accordion_content .one_column_section:last-child {
  margin-right: 0;
}
.accordion .accordion_content .one_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.accordion .accordion_content .one_column_section .column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_content .one_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .accordion .accordion_content .one_column_section .column:last-child {
    margin-right: 0;
  }
}
.accordion .accordion_content .one_column_section .column p iframe {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 800px;
  border: none;
  outline: none;
}
.accordion .accordion_content .one_column_section .column p iframe:last-child {
  margin-right: 0;
}
.accordion .accordion_content .two_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 20px;
  display: inline-block;
}
.accordion .accordion_content .two_column_section:last-child {
  margin-right: 0;
}
.accordion .accordion_content .two_column_section:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.accordion .accordion_content .two_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 47.96819%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.accordion .accordion_content .two_column_section .column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_content .two_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .accordion .accordion_content .two_column_section .column:last-child {
    margin-right: 0;
  }
}
.accordion .accordion_content .five_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 20px;
}
.accordion .accordion_content .five_column_section:last-child {
  margin-right: 0;
}
.accordion .accordion_content .five_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
}
.accordion .accordion_content .five_column_section .column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_content .five_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .accordion .accordion_content .five_column_section .column:last-child {
    margin-right: 0;
  }
}
.accordion .accordion_content .five_column_section .column img {
  width: auto;
}
.accordion .accordion_content .three_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 20px;
}
.accordion .accordion_content .three_column_section:last-child {
  margin-right: 0;
}
.accordion .accordion_content .three_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.accordion .accordion_content .three_column_section .column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .accordion .accordion_content .three_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .accordion .accordion_content .three_column_section .column:last-child {
    margin-right: 0;
  }
}
.accordion .accordion_content .three_column_section .column h3 {
  margin: 0 0 10px;
}
.accordion .accordion_content .three_column_section .column img {
  width: auto;
}
.accordion .accordion_content .four_column_chart_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 20px;
}
.accordion .accordion_content .four_column_chart_section:last-child {
  margin-right: 0;
}
.accordion .accordion_content .four_column_chart_section table, .accordion .accordion_content .four_column_chart_section tbody {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.accordion .accordion_content .four_column_chart_section table:last-child, .accordion .accordion_content .four_column_chart_section tbody:last-child {
  margin-right: 0;
}
.accordion .accordion_content .four_column_chart_section tr {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 20px;
}
.accordion .accordion_content .four_column_chart_section tr:last-child {
  margin-right: 0;
}
.accordion .accordion_content .four_column_chart_section tr td {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.accordion .accordion_content .four_column_chart_section tr td:last-child {
  margin-right: 0;
}
.accordion .accordion_content .four_column_chart_section tr.even_row {
  background-color: #f1f3f4;
}

.column_section {
  margin: 40px 0;
  text-align: center;
}
.column_section .dotted_line {
  width: 80%;
  height: 1px;
  border-top: 1px dotted #c8c8c8;
  position: absolute;
  top: 15%;
  left: 10%;
}
.column_section .columns {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 20px;
}
.column_section .columns:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .column_section .column:last-child {
    margin-right: 0;
  }
}
.column_section .column img {
  background-color: #fff;
}
.column_section .column .column_copy {
  text-align: left;
}
.column_section .column .column_copy h3 {
  margin: 20px 0 4px;
  font-size: 18px;
}
.column_section .column .column_copy p {
  font-size: 16px;
  line-height: 18px;
}
.column_section .button-wrap {
  float: right;
}

.one_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 10px 0 40px;
}
.one_column_section:last-child {
  margin-right: 0;
}
.one_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.one_column_section .column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .one_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .one_column_section .column:last-child {
    margin-right: 0;
  }
}

.two_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 10px 0 40px;
}
.two_column_section:last-child {
  margin-right: 0;
}
.two_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.two_column_section .column:last-child {
  margin-right: 0;
}
.two_column_section .column:nth-child(2n) {
  margin-right: 0;
}
.two_column_section .column:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .two_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .two_column_section .column:last-child {
    margin-right: 0;
  }
}

.five_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 10px 0 40px;
}
.five_column_section:last-child {
  margin-right: 0;
}
.five_column_section .dotted_line {
  top: 19%;
}
.five_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
}
.five_column_section .column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .five_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .five_column_section .column:last-child {
    margin-right: 0;
  }
}

.five_column_section {
  margin: 40px 0;
  text-align: center;
}
.five_column_section .dotted_line {
  width: 80%;
  height: 1px;
  border-top: 1px dotted #c8c8c8;
  position: absolute;
  top: 15%;
  left: 10%;
}
.five_column_section .columns {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 20px;
}
.five_column_section .columns:last-child {
  margin-right: 0;
}
.five_column_section .column {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .five_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .five_column_section .column:last-child {
    margin-right: 0;
  }
}
.five_column_section .column img {
  background-color: #fff;
}
.five_column_section .column .column_copy {
  text-align: left;
}
.five_column_section .column .column_copy h3 {
  margin: 12px 0 10px;
  font-size: 30px;
  text-align: center;
}
.five_column_section .column .column_copy p {
  font-size: 18px;
  line-height: 26px;
}
.five_column_section .button-wrap {
  float: right;
}

.three_column_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 10px 0 40px;
}
.three_column_section:last-child {
  margin-right: 0;
}
.three_column_section .dotted_line {
  width: 70%;
  left: 15%;
}
.three_column_section .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.three_column_section .column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .three_column_section .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .three_column_section .column:last-child {
    margin-right: 0;
  }
}
.three_column_section .column h3 {
  margin: 0 0 10px;
}

.shop_home {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .shop_home {
    padding: 10px 0;
  }
}
.shop_home h1 {
  line-height: 1.1;
  font-size: 1em;
}
.shop_home .product_categories {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  list-style: none;
  margin-top: 40px;
}
.shop_home .product_categories:last-child {
  margin-right: 0;
}
.shop_home .product_categories li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 13.84898%;
  float: none;
  display: inline-block;
  vertical-align: baseline;
  height: 100%;
}
.shop_home .product_categories li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .shop_home .product_categories li {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .shop_home .product_categories li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .shop_home .product_categories li img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .shop_home .product_categories li img:last-child {
    margin-right: 0;
  }
}
.shop_home .product_categories li a {
  padding: 8px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .shop_home .product_categories li a {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-top: 55%;
  }
  .shop_home .product_categories li a:last-child {
    margin-right: 0;
  }
}
.shop_home .product_categories li > a {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .shop_home .product_categories li > a {
    margin-top: 0;
  }
  .shop_home .product_categories li > a img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .shop_home .product_categories li > a img:last-child {
    margin-right: 0;
  }
}
.shop_home .product_categories li:nth-child(6n) {
  margin-right: 0;
}

.products_wrap.single_product .category_sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.products_wrap.single_product .category_sidebar:last-child {
  margin-right: 0;
}
.products_wrap.single_product .product_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 0%;
}
.products_wrap.single_product .product_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap.single_product .product_section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .products_wrap.single_product .product_section:last-child {
    margin-right: 0;
  }
}

.product {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.product:last-child {
  margin-right: 0;
}
.product iframe {
  border: 0;
}
.product .product_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 500px;
  text-align: center;
  vertical-align: middle;
  /*&:before {
  	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  	margin-right: -0.25em;
  }*/
}
.product .product_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .product_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    height: 320px;
  }
  .product .product_image:last-child {
    margin-right: 0;
  }
}
.product .product_image .featured_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 420px;
  margin-bottom: 20px;
}
.product .product_image .featured_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .product_image .featured_image {
    height: 300px;
  }
}
.product .product_image .featured_image img {
  /*width: auto;
  height: 100%;
  max-height: 100%;*/
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .product_image .additional_images {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  float: right;
  height: 80px;
}
.product .product_image .additional_images:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .product_image .additional_images {
    display: none;
  }
}
.product .product_image .additional_images .additional_image,
.product .product_image .additional_images .video_thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  height: 100%;
  cursor: pointer;
}
.product .product_image .additional_images .additional_image:last-child,
.product .product_image .additional_images .video_thumbnail:last-child {
  margin-right: 0;
}
.product .product_image .additional_images .additional_image img,
.product .product_image .additional_images .video_thumbnail img {
  /*width: auto;
  height: 100%;*/
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .product_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin: 0;
  color: #666666;
}
.product .product_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .product_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .product .product_content:last-child {
    margin-right: 0;
  }
}
.product .product_content form {
  float: left;
}
.product .product_content h1 {
  color: #666666;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0;
}
.product .product_content h2 {
  text-transform: lowercase;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
.product .product_content > h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 20px;
  font-weight: normal;
}
.product .product_content > h3:last-child {
  margin-right: 0;
}
.product .product_content > p {
  float: left;
}
.product .product_content .product_rating {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 6px 0;
  padding-bottom: 6px;
  border-bottom: 5px solid #ececec;
}
.product .product_content .product_rating:last-child {
  margin-right: 0;
}
.product .product_content .product_rating .review_links {
  display: inline-block;
}
.product .product_content .product_rating .review_links a {
  color: #c8c8c8;
}
.product .product_content .product_rating .wpcr3_aggregateRating_overallText {
  display: none;
}
.product .product_content .product_rating .wpcr3_reviews_holder .wpcr3_aggregateRating {
  margin-bottom: 5px;
}
.product .product_content .product_rating .wpcr3_reviews_holder .wpcr3_dotline, .product .product_content .product_rating .wpcr3_reviews_holder .wpcr3_review, .product .product_content .product_rating .wpcr3_reviews_holder .wpcr3_item_name {
  display: none;
}
.product .product_content .product_description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  clear: both;
  margin: 10px 0;
}
.product .product_content .product_description:last-child {
  margin-right: 0;
}
.product .product_content .product_description h3 {
  margin: 0 0 10px;
  font-weight: normal;
}
.product .product_content .product_description p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}
.product .product_content .scent_select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.product .product_content .scent_select:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .product_content .scent_select {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .product .product_content .scent_select:last-child {
    margin-right: 0;
  }
}
.product .product_content .scent_select select {
  width: 100%;
  border: 1px solid #666666;
  border-radius: 0;
  text-transform: lowercase;
  font-size: 12px;
}
.product .product_content .scent_select select option {
  text-transform: lowercase;
}
.product .product_content #my-item-id-clone {
  text-transform: lowercase;
  font-weight: 300;
}
.product .product_content #my-item-id-clone .dd-selected {
  padding: 0;
}
.product .product_content #my-item-id-clone .dd-select, .product .product_content #my-item-id-clone .dd-options li a {
  min-height: 30px;
  padding: 0;
  border-color: #a1a1a1;
}
.product .product_content #my-item-id-clone .dd-select img, .product .product_content #my-item-id-clone .dd-options li a img {
  margin: 4px 10px 4px 7px;
}
.product .product_content #my-item-id-clone .dd-select label, .product .product_content #my-item-id-clone .dd-options li a label {
  line-height: 28px !important;
  font-weight: 300 !important;
  color: #666666;
  float: left;
  display: block;
  width: 75%;
}
.product .product_content #my-item-id-clone .dd-pointer {
  height: 28px;
  width: 30px;
  background-color: #f4f4f4;
  background-image: url("../images/up-down-arrow.png");
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}
.product .product_content #my-item-id-clone .dd-pointer-up {
  border: 0 !important;
  background-position: center -28px;
  top: 8px;
}
.product .product_content #my-item-id-clone .dd-pointer-down {
  border: 0 !important;
}
.product .product_content .quantity_select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 8.5298%;
  margin-right: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product .product_content .quantity_select:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .product_content .quantity_select {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  .product .product_content .quantity_select:last-child {
    margin-right: 0;
  }
}
.product .product_content .quantity_select > div {
  width: 100%;
  display: inline-block;
}
.product .product_content .quantity_select > div > * {
  display: inline-block;
}
.product .product_content .quantity_select > div div {
  background-color: #c8c8c8;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 32%;
  height: 28px;
  color: #ff3366;
  font-size: 28px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .product .product_content .quantity_select > div div {
    height: 50px;
    padding-top: 10px;
  }
}
.product .product_content .quantity_select p {
  width: 25%;
}
.product .product_content .add_to_cart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  height: auto;
  float: left;
}
.product .product_content .add_to_cart:last-child {
  margin-right: 0;
}
.product .product_content #my-add-button {
  text-transform: lowercase;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 1;
  padding: 8px 25px;
  font-size: 14px;
  background-color: #00dbe0;
  border: 0;
}
@media screen and (max-width: 600px) {
  .product .product_content #my-add-button {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    height: 50px;
  }
  .product .product_content #my-add-button:last-child {
    margin-right: 0;
  }
}
.product .product_content #my-add-button:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 7px;
}
.product .product_content #my-add-button:hover {
  color: #fff;
}
.product .product_content .select_title {
  width: 100%;
  display: block;
  color: #c8c8c8;
  font-weight: lighter;
}
.product .product_divider {
  /*@include span-columns(12);
  height: 27px;
  background-image: url('../images/orange_product_divider_pattern.png');
  background-repeat: repeat-x;*/
}
.product .product_tabs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  float: right;
  margin-right: 0;
  margin-top: 40px;
  border-bottom: 1px solid #ececec;
}
.product .product_tabs:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .product_tabs {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .product .product_tabs:last-child {
    margin-right: 0;
  }
}
.product .product_tabs .product_tab_labels {
  text-align: left;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.product .product_tabs .product_tab_labels:last-child {
  margin-right: 0;
}
.product .product_tabs .product_tab_labels li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 12px 10px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  background-repeat: no-repeat;
  border: 1px solid #ececec;
  border-bottom: none;
}
.product .product_tabs .product_tab_labels li:last-child {
  margin-right: 0;
}
.product .product_tabs .product_tab_labels li a {
  color: #666666;
}
.product .product_tabs .product_tab_labels li.r-tabs-state-active {
  background-position: center 100%;
}
.product .product_tabs .product_tab_labels li.r-tabs-state-active:after {
  content: ' ';
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  display: block;
  height: 2px;
  z-index: 10;
}
.product .product_tabs .r-tabs-accordion-title {
  display: none;
}
.product .product_tabs .product_tab {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
  padding: 0 20px;
  border: 1px solid #ececec;
  border-bottom: none;
  height: 420px;
  overflow-y: scroll;
}
.product .product_tabs .product_tab:last-child {
  margin-right: 0;
}
.product .product_tabs .product_tab#tab-1, .product .product_tabs section.search_results article.search_results_pg #responsiveTabsDemo .product_tab#tab-2, section.search_results article.search_results_pg #responsiveTabsDemo .product .product_tabs .product_tab#tab-2 {
  display: block;
}
.product .product_tabs .product_tab table, .product .product_tabs .product_tab tbody {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  min-width: 500px;
  font-size: 12px;
}
.product .product_tabs .product_tab table:last-child, .product .product_tabs .product_tab tbody:last-child {
  margin-right: 0;
}
.product .product_tabs .product_tab caption {
  display: none;
}
.product .product_tabs .product_tab tr {
  /* @include span-columns(12); */
  padding: 5px;
}
@media screen and (max-width: 600px) {
  .product .product_tabs .product_tab tr.headings_row {
    display: none;
  }
}
.product .product_tabs .product_tab tr th {
  width: 25% !important;
  padding: 5px !important;
}
.product .product_tabs .product_tab tr td {
  width: 25%;
  margin-right: 0;
  padding: 5px;
  border: none;
  word-break: break-word;
}
@media screen and (max-width: 600px) {
  .product .product_tabs .product_tab tr td.what:before {
    content: 'What it is: ';
    font-weight: bold;
  }
  .product .product_tabs .product_tab tr td.how:before {
    content: 'Function: ';
    font-weight: bold;
  }
  .product .product_tabs .product_tab tr td.where:before {
    content: 'Where it comes from: ';
    font-weight: bold;
  }
  .product .product_tabs .product_tab tr td.more:before {
    content: 'Learn more: ';
    font-weight: bold;
  }
}
.product .product_tabs .product_tab tr:nth-child(odd) {
  background-color: #f5faee;
}
.product .product_tabs .product_tab tr:nth-child(odd):hover td {
  background-color: none;
}
@media screen and (max-width: 600px) {
  .product .product_tabs .product_tab tr:nth-child(odd) {
    background-color: #c8c8c8;
  }
}
.product .product_tabs .product_tab tr:nth-child(even) {
  background-color: #e7ece0;
}
.product .product_tabs .product_tab tr:nth-child(even):hover td {
  background-color: none;
}
@media screen and (max-width: 600px) {
  .product .product_tabs .product_tab tr:nth-child(even) {
    background-color: #fff;
  }
}
.product .product_tabs .product_tab.table_tab {
  padding: 0;
  font-size: 14px;
  line-height: 1.25;
}
.product .review_headline {
  margin-top: 20px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 20px;
}
.product .review_headline:last-child {
  margin-right: 0;
}
.product .review_headline h2 {
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0;
  text-transform: lowercase;
}
.product .review_headline p {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
}
.product .review_headline .wpcr3_aggregateRating_overallText {
  display: none;
}
.product .review_headline .wpcr3_respond_1 {
  margin-top: 20px !important;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_respond_2 {
  display: inherit;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_show_btn, .product .review_headline .wpcr3_respond_1 .wpcr3_cancel_btn {
  display: none;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_review_datePublished, .product .review_headline .wpcr3_respond_1 .wpcr3_review_author {
  font-style: normal;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_review_title {
  font-size: 1.5em !important;
  margin: 0.25em 0 !important;
  font-weight: bold;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_review_form_text_field label, .product .review_headline .wpcr3_respond_1 label.comment-field {
  font-size: 13px;
  font-weight: bold;
  text-transform: lowercase;
}
.product .review_headline .wpcr3_respond_1 tr.wpcr3_review_form_text_field,
.product .review_headline .wpcr3_respond_1 .wpcr3_review_form_rating_field,
.product .review_headline .wpcr3_respond_1 .wpcr3_review_form_review_field_label {
  height: 40px;
  line-height: normal;
}
.product .review_headline .wpcr3_respond_1 tr.wpcr3_review_form_text_field td,
.product .review_headline .wpcr3_respond_1 .wpcr3_review_form_rating_field td,
.product .review_headline .wpcr3_respond_1 .wpcr3_review_form_review_field_label td {
  line-height: 40px;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_submit_btn {
  padding: 10px 25px;
  font-size: 23px;
  font-family: 'AvenirNextLTW01-Regular';
  text-transform: lowercase;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 1;
  border: none;
  -webkit-border-radius: initial;
  border-radius: initial;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background: #00dbe0;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_submit_btn:hover {
  background: #14faff;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_submit_btn:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 7px;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_ftext {
  min-height: 130px !important;
}
.product .review_headline .wpcr3_respond_1 .wpcr3_check_confirm {
  padding: 15px 0;
}
.product .review_headline .wpcr3_respond_1 input, .product .review_headline .wpcr3_respond_1 textarea {
  font: 11px BlinkMacSystemFont;
  padding: 0 5px;
}
.product .review_headline .wpcr3_respond_1 input:not([type='checkbox']) {
  height: 25px;
}
.product .review_headline .rating_headline {
  float: right;
  margin: 0;
}
.product .review_headline .rating_headline > * {
  display: inline-block;
}
.product .review_headline .rating_headline h3 {
  margin: 0;
  font-size: 14px;
}
.product #post-review {
  float: left;
}
.product #commentform {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 40px;
}
.product #commentform:last-child {
  margin-right: 0;
}
.product #commentform a {
  color: #ffb700;
}
.product #commentform h2 {
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0;
  text-transform: lowercase;
}
.product #commentform p {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
}
.product #commentform input[type="text"] {
  margin-top: 4px;
}
.product #commentform textarea {
  margin-top: 4px;
}
.product #commentform input[type="submit"] {
  padding: 4px;
}
.product .individual_review {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 20px;
}
.product .individual_review:last-child {
  margin-right: 0;
}
.product .individual_review .review-headline1 {
  float: left;
  width: 715px;
}
.product .individual_review .review-headline2 {
  float: left;
  width: 130px;
  text-align: right;
  font-weight: bold;
  padding: 15px 0px 0px;
}
.product .individual_review .review-headline3 {
  float: right;
  width: 85px;
  padding: 15px 0px 0px;
}
.product .individual_review .review-headline {
  float: left;
  width: 765px;
}
.product .individual_review .review-headline-overall {
  float: left;
  width: 160px;
  padding: 15px 0px 0px;
}
.product .individual_review .review-overall {
  font-weight: bold;
  float: left;
  padding: 0px 5px 0px 0px;
}
.product .individual_review .review-overall-rating {
  float: right;
  width: 85px;
}
.product .individual_review .review-id {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 10.43705%;
  padding: 5px 0px;
  text-transform: lowercase;
}
.product .individual_review .review-id:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .individual_review .review-id {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
  }
  .product .individual_review .review-id:last-child {
    margin-right: 0;
  }
}
.product .individual_review .review-id img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.product .individual_review .review-title {
  margin: 0px 0px 10px;
  font-size: 20px;
  text-transform: lowercase;
}
.product .individual_review .review-text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding: 0px 20px 0px 0px;
}
.product .individual_review .review-text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .individual_review .review-text {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    margin-right: 0;
  }
  .product .individual_review .review-text:last-child {
    margin-right: 0;
  }
}
.product .individual_review .review-text p {
  font-size: 14px;
}
.product .individual_review .review-text .thumblock {
  display: none;
}
.product .individual_review .review-rating {
  float: right;
}
@media screen and (max-width: 600px) {
  .product .individual_review .review-rating {
    display: none;
  }
}
.product .individual_review .mobile-review-rating {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}
.product .individual_review .mobile-review-rating:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .product .individual_review .mobile-review-rating {
    display: block;
  }
}
.product .individual_review .comment_by {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 20px;
}
.product .individual_review .comment_by:last-child {
  margin-right: 0;
}
.product .individual_review .comment_by b {
  color: #fa9d46;
  float: left;
  margin-right: 4px;
  font-size: 14px;
}
.product .individual_review .comment_by small {
  text-transform: lowercase;
  float: left;
  font-size: 14px;
}
.product .individual_review #divider {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
}
.product .individual_review #divider:last-child {
  margin-right: 0;
}

.view_all_page .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li.current-menu-item > a {
  color: #00bcb5;
}

.products_wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.products_wrap:last-child {
  margin-right: 0;
}
.products_wrap .product_breadcumbs {
  margin: 20px 0 80px;
  border-bottom: 1px solid #f1f3f4;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_breadcumbs {
    display: none;
  }
}
.products_wrap .product_breadcumbs a {
  display: inline-block;
  margin-right: 10px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
}
.products_wrap .product_breadcumbs span {
  margin-right: 10px;
}
.products_wrap .product_sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.products_wrap .product_sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_sidebar {
    display: none;
  }
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  list-style: none;
  text-transform: uppercase;
  border-top: 3px solid #c8c8c8;
  padding-top: 20px;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container:last-child {
  margin-right: 0;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul {
  list-style: none;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li {
  font-size: 14px;
  font-weight: bold;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li.current-menu-item.no-children > a {
  color: #00bcb5;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li.current-menu-ancestor > a {
  color: #00bcb5;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li a {
  color: #666666;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li a:hover {
  color: #00bcb5;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li a.active {
  color: #00bcb5;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li ul {
  border-bottom: none;
  padding-left: 2em;
  margin-bottom: 10px;
  list-style: none;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li ul li {
  border-bottom: none;
  text-transform: lowercase;
  font-size: 11px;
  line-height: 18px;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li ul li a:hover {
  color: #00bcb5;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li.sub_menu {
  border-bottom: none;
  padding-left: 2em;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li.sub_menu li {
  border-bottom: none;
  text-transform: lowercase;
  font-size: 11px;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li.sub_menu li a {
  text-transform: lowercase;
  background: url("../images/checkbox_off.png") no-repeat left center;
  color: #666666;
  padding-left: 2em;
}
.products_wrap .product_sidebar .category_sidebar .menu-product-categories-menu-container ul li.sub_menu li a.active {
  background: url("../images/checkbox_on.png") no-repeat left center;
}
.products_wrap .product_sidebar > ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  list-style: none;
  text-transform: uppercase;
  border-top: 3px solid #c8c8c8;
  padding-top: 20px;
}
.products_wrap .product_sidebar > ul:last-child {
  margin-right: 0;
}
.products_wrap .product_sidebar > ul h2 {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}
.products_wrap .product_sidebar > ul li {
  font-size: 14px;
  font-weight: bold;
}
.products_wrap .product_sidebar > ul li a {
  color: #666666;
}
.products_wrap .product_sidebar > ul li ul {
  border-bottom: none;
  padding-left: 2em;
  margin-bottom: 10px;
  list-style: none;
}
.products_wrap .product_sidebar > ul li ul li {
  border-bottom: none;
  text-transform: lowercase;
  font-size: 11px;
  line-height: 18px;
}
.products_wrap .product_sidebar > ul li.sub_menu {
  border-bottom: none;
  padding-left: 2em;
}
.products_wrap .product_sidebar > ul li.sub_menu li {
  border-bottom: none;
  text-transform: lowercase;
  font-size: 11px;
}
.products_wrap .product_sidebar > ul li.sub_menu li a {
  text-transform: lowercase;
  background: url("../images/checkbox_off.png") no-repeat left center;
  color: #666666;
  padding-left: 2em;
}
.products_wrap .product_sidebar > ul li.sub_menu li a.active {
  background: url("../images/checkbox_on.png") no-repeat left center;
}
.products_wrap .product_sidebar > ul.filter_sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 20px;
}
.products_wrap .product_sidebar > ul.filter_sidebar:last-child {
  margin-right: 0;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li {
  color: #c8c8c8;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul > li {
  color: #666666;
  border-bottom: 2px solid #f8f8f8;
  padding: 6px 0 6px 14px;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul > li:first-child {
  padding-left: 0;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul > li:last-child {
  border: 0;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul > li input[type="checkbox"] {
  display: none;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul > li input[type="checkbox"] + label {
  background: url("../images/checkbox_off.png") no-repeat;
  padding-left: 24px;
  cursor: pointer;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul > li input[type="checkbox"]:checked + label {
  background: url("../images/checkbox_on.png") no-repeat;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul > li .color_swatch {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul .filter_disabled {
  display: none !important;
  color: #c8c8c8;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul .colors {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  margin-left: -20px;
  padding-left: 0;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul .colors:last-child {
  margin-right: 0;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul .colors > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
  padding-left: 0;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul .colors > li:last-child {
  margin-right: 0;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul .colors > li input[type="checkbox"] + label {
  background-position-x: 5px;
}
.products_wrap .product_sidebar > ul.filter_sidebar > li > ul .colors > li input[type="checkbox"]:checked + label {
  background-position-x: 5px;
}
.products_wrap .product_sidebar #clear_filters {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  cursor: pointer;
}
.products_wrap .product_sidebar #clear_filters:last-child {
  margin-right: 0;
}
.products_wrap .product_sidebar .shop_all {
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.products_wrap .product_sidebar .shop_all:last-child {
  margin-right: 0;
}
.products_wrap .product_sidebar .shop_all a {
  font-weight: 900;
  color: #666666;
}
.products_wrap .product_sidebar .shop_all a:hover {
  color: #00bcb5;
}
.products_wrap .mobile_product_filters {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}
.products_wrap .mobile_product_filters:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .mobile_product_filters {
    display: block;
  }
}
.products_wrap .mobile_product_filters select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-radius: 0px;
  border-color: #c8c8c8;
  color: #c8c8c8;
  text-transform: lowercase;
  -webkit-appearance: none;
  -moz-appearance: window;
  background: url("../images/background_select_image.jpg") no-repeat white center right;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 10px;
}
.products_wrap .mobile_product_filters select:last-child {
  margin-right: 0;
}
.products_wrap .category_name {
  position: absolute;
  left: 35%;
  top: -40px;
  color: #c8c8c8;
  text-transform: lowercase;
}
@media screen and (max-width: 600px) {
  .products_wrap .category_name {
    position: relative;
    top: inherit;
    left: inherit;
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    text-align: center;
  }
  .products_wrap .category_name:last-child {
    margin-right: 0;
  }
}
.products_wrap .product_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  float: right;
}
.products_wrap .product_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .products_wrap .product_section:last-child {
    margin-right: 0;
  }
}
.products_wrap .product_section .product_cat_header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  min-height: 300px;
  height: auto;
  background-size: cover;
}
.products_wrap .product_section .product_cat_header:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_cat_header {
    background-position: left 75% top;
  }
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_cat_header.d_product_cat_header {
    display: none;
  }
}
.products_wrap .product_section .product_cat_header.m_product_cat_header {
  display: none;
  min-height: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_cat_header.m_product_cat_header {
    display: block;
  }
}
.products_wrap .product_section .product_cat_header.m_product_cat_header img {
  height: auto;
}
.products_wrap .product_section .product_cat_header .header_copy {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 20px;
  color: #fff;
  height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 335px;
}
.products_wrap .product_section .product_cat_header .header_copy:last-child {
  margin-right: 0;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_magenta {
  background-color: #e92076;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_purple {
  background-color: #7e57c6;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_cyan {
  background-color: #00a8e2;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_green {
  background-color: #76bd22;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_light_green {
  background-color: #c3d600;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_orange {
  background-color: #ffb700;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_gray {
  background-color: #54565b;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_white {
  background-color: #fff;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_teal {
  background-color: #00bcb5;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_yellow {
  background-color: #eedc00;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_pink {
  background-color: #f36279;
}
.products_wrap .product_section .product_cat_header .header_copy.header_copy_light_gray {
  background-color: #c8c8c8;
}
.products_wrap .product_section .product_cat_header .header_copy h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section .product_cat_header .header_copy h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_cat_header .header_copy h2 {
    font-size: 18px;
  }
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_magenta {
  color: #e92076;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_purple {
  color: #7e57c6;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_cyan {
  color: #00a8e2;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_green {
  color: #76bd22;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_light_green {
  color: #c3d600;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_orange {
  color: #ffb700;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_gray {
  color: #54565b;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_white {
  color: #fff;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_teal {
  color: #00bcb5;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_yellow {
  color: #eedc00;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_pink {
  color: #f36279;
}
.products_wrap .product_section .product_cat_header .header_copy h2.header_title_light_gray {
  color: #c8c8c8;
}
.products_wrap .product_section .product_cat_header .header_copy p {
  font-size: 14px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_cat_header .header_copy p {
    font-size: 10px;
  }
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_magenta {
  color: #e92076;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_purple {
  color: #7e57c6;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_cyan {
  color: #00a8e2;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_green {
  color: #76bd22;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_light_green {
  color: #c3d600;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_orange {
  color: #ffb700;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_gray {
  color: #54565b;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_white {
  color: #fff;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_teal {
  color: #00bcb5;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_yellow {
  color: #eedc00;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_pink {
  color: #f36279;
}
.products_wrap .product_section .product_cat_header .header_copy p.header_sub_light_gray {
  color: #c8c8c8;
}
.products_wrap .product_section .product_cat_header .header_copy img {
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.products_wrap .product_section h2.product_title {
  display: block;
  overflow: hidden;
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 36px 0 0;
}
.products_wrap .product_section h2.product_title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 16px;
  margin-left: 10px;
}
.products_wrap .product_section h2.product_title a.header_title_magenta {
  color: #e92076;
}
.products_wrap .product_section h2.product_title a.header_title_purple {
  color: #7e57c6;
}
.products_wrap .product_section h2.product_title a.header_title_cyan {
  color: #00a8e2;
}
.products_wrap .product_section h2.product_title a.header_title_green {
  color: #76bd22;
}
.products_wrap .product_section h2.product_title a.header_title_light_green {
  color: #c3d600;
}
.products_wrap .product_section h2.product_title a.header_title_orange {
  color: #ffb700;
}
.products_wrap .product_section h2.product_title a.header_title_gray {
  color: #54565b;
}
.products_wrap .product_section h2.product_title a.header_title_white {
  color: #fff;
}
.products_wrap .product_section h2.product_title a.header_title_teal {
  color: #00bcb5;
}
.products_wrap .product_section h2.product_title a.header_title_yellow {
  color: #eedc00;
}
.products_wrap .product_section h2.product_title a.header_title_pink {
  color: #f36279;
}
.products_wrap .product_section h2.product_title a.header_title_light_gray {
  color: #c8c8c8;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section h2.product_title {
    font-size: 36px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section h2.product_title {
    font-size: 24px;
    margin-top: 0px;
  }
}
.products_wrap .product_section h2.product_title.all_title {
  margin-top: 0;
  padding-top: 10px;
}
.products_wrap .product_section .featured_collection {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  min-height: 280px;
  height: auto;
  background: url("../images/collection_border_top.jpg") #f7f7f2 no-repeat top;
  background-size: 100%;
  margin-bottom: 10px;
}
.products_wrap .product_section .featured_collection:last-child {
  margin-right: 0;
}
.products_wrap .product_section .featured_collection .collection_image_wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 280px;
}
.products_wrap .product_section .featured_collection .collection_image_wrap:last-child {
  margin-right: 0;
}
.products_wrap .product_section .featured_collection .collection_image_wrap .collection_image {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.products_wrap .product_section .featured_collection .collection_image_wrap .collection_image:after {
  content: "";
  display: table;
  clear: both;
}
.products_wrap .product_section .featured_collection .collection_image_wrap .collection_image img {
  display: block;
  width: 100%;
  height: auto;
}
.products_wrap .product_section .featured_collection .collection_text_wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  min-height: 230px;
}
.products_wrap .product_section .featured_collection .collection_text_wrap:last-child {
  margin-right: 0;
}
.products_wrap .product_section .featured_collection .collection_text_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .collection_text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-top: 50px;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .collection_text:last-child {
  margin-right: 0;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .collection_text h2 {
  color: #ff3366;
  font-size: 40px;
  text-transform: lowercase;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .collection_text p {
  color: #ffb700;
  font-size: 20px;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .expanded_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 50px;
  padding-right: 60px;
  display: none;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .expanded_content:last-child {
  margin-right: 0;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .expanded_content p {
  font-size: 12px;
  line-height: 16px;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .expand {
  position: absolute;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.products_wrap .product_section .featured_collection .collection_text_wrap .expand i {
  padding-left: 9px;
  padding-top: 7px;
  font-size: 14px;
  line-height: 18px;
}
.products_wrap .product_section .sub_featured_collection {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  min-height: 570px;
  height: auto;
  text-align: left;
  margin-bottom: 10px;
}
.products_wrap .product_section .sub_featured_collection:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .sub_featured_collection {
    display: none;
  }
}
.products_wrap .product_section .sub_featured_collection .collection_content_wrap {
  position: relative;
  height: 570px;
}
.products_wrap .product_section .sub_featured_collection .collection_image {
  position: absolute;
  top: -7%;
  left: 17%;
  width: 66%;
}
.products_wrap .product_section .sub_featured_collection .collection_image:after {
  content: "";
  display: table;
  clear: both;
}
.products_wrap .product_section .sub_featured_collection .collection_image img {
  display: block;
  width: 100%;
  height: auto;
}
.products_wrap .product_section .sub_featured_collection .collection_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.products_wrap .product_section .sub_featured_collection .collection_text h3 {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.products_wrap .product_section .sub_featured_collection .collection_text h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 4px 0;
  text-transform: lowercase;
}
.products_wrap .product_section .sub_featured_collection .collection_text p {
  font-size: 13px;
  line-height: 20px;
}
.products_wrap .product_section .sub_featured_collection .collection_text .button-wrap {
  margin-top: 10px;
}
.products_wrap .product_section .product_grid {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.products_wrap .product_section .product_grid:last-child {
  margin-right: 0;
}
.products_wrap .product_section .product_grid:after {
  content: "";
  display: table;
  clear: both;
}
.products_wrap .product_section .product_grid .subcat_wrap:last-child {
  padding-bottom: 30vh;
}
.products_wrap .product_section .product_grid h2 {
  display: block;
  overflow: hidden;
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 36px 0 0;
}
.products_wrap .product_section .product_grid h2:after {
  /*content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 16px;
  margin-left: 10px;*/
}
.products_wrap .product_section .product_grid h2.header_copy_magenta {
  color: #e92076;
}
.products_wrap .product_section .product_grid h2.header_copy_magenta:after {
  background-color: #e92076;
}
.products_wrap .product_section .product_grid h2.header_copy_purple {
  color: #7e57c6;
}
.products_wrap .product_section .product_grid h2.header_copy_purple:after {
  background-color: #7e57c6;
}
.products_wrap .product_section .product_grid h2.header_copy_cyan {
  color: #00a8e2;
}
.products_wrap .product_section .product_grid h2.header_copy_cyan:after {
  background-color: #00a8e2;
}
.products_wrap .product_section .product_grid h2.header_copy_green {
  color: #76bd22;
}
.products_wrap .product_section .product_grid h2.header_copy_green:after {
  background-color: #76bd22;
}
.products_wrap .product_section .product_grid h2.header_copy_light_green {
  color: #c3d600;
}
.products_wrap .product_section .product_grid h2.header_copy_light_green:after {
  background-color: #c3d600;
}
.products_wrap .product_section .product_grid h2.header_copy_orange {
  color: #ffb700;
}
.products_wrap .product_section .product_grid h2.header_copy_orange:after {
  background-color: #ffb700;
}
.products_wrap .product_section .product_grid h2.header_copy_gray {
  color: #54565b;
}
.products_wrap .product_section .product_grid h2.header_copy_gray:after {
  background-color: #54565b;
}
.products_wrap .product_section .product_grid h2.header_copy_white {
  color: #fff;
}
.products_wrap .product_section .product_grid h2.header_copy_white:after {
  background-color: #fff;
}
.products_wrap .product_section .product_grid h2.header_copy_teal {
  color: #00bcb5;
}
.products_wrap .product_section .product_grid h2.header_copy_teal:after {
  background-color: #00bcb5;
}
.products_wrap .product_section .product_grid h2.header_copy_yellow {
  color: #eedc00;
}
.products_wrap .product_section .product_grid h2.header_copy_yellow:after {
  background-color: #00bcb5;
}
.products_wrap .product_section .product_grid h2.header_copy_pink {
  color: #f36279;
}
.products_wrap .product_section .product_grid h2.header_copy_pink:after {
  background-color: #f36279;
}
.products_wrap .product_section .product_grid h2.header_copy_light_gray {
  color: #c8c8c8;
}
.products_wrap .product_section .product_grid h2.header_copy_light_gray:after {
  background-color: #c8c8c8;
}
.products_wrap .product_section .product_grid .tc_box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 280px;
  max-height: 280px;
  padding: 10px;
}
.products_wrap .product_section .product_grid .tc_box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section .product_grid .tc_box {
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_grid .tc_box {
    display: none;
  }
}
.products_wrap .product_section .product_grid .tc_box .callout_content_wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  min-height: 280px;
  text-align: left;
  padding-left: 30px;
}
.products_wrap .product_section .product_grid .tc_box .callout_content_wrap:last-child {
  margin-right: 0;
}
.products_wrap .product_section .product_grid .tc_box .callout_content_wrap .callout_content_text {
  margin-top: 30%;
}
.products_wrap .product_section .product_grid .tc_box .callout_content_wrap .callout_content_text h2 {
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: lowercase;
  font-weight: 300;
}
.products_wrap .product_section .product_grid .tc_box .callout_content_wrap .callout_content_text p {
  font-size: 10px;
  line-height: 1.1;
  padding: 5px 10px 5px 0px;
  color: #fff;
  margin-bottom: 10px;
}
.products_wrap .product_section .product_grid .tc_box .callout_content_wrap .callout_content_text .blue-button {
  border-color: #51E7FF;
}
.products_wrap .product_section .product_grid .tc_box .callout_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: absolute;
  right: 10px;
  bottom: 40px;
}
.products_wrap .product_section .product_grid .tc_box .callout_image:last-child {
  margin-right: 0;
}
.products_wrap .product_section .product_grid .tc_box .callout_image img {
  width: 100%;
  height: auto;
  display: block;
}
.products_wrap .product_section .product_grid .tc_box.tc_box_one {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  margin-bottom: 10px;
}
.products_wrap .product_section .product_grid .tc_box.tc_box_one:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_grid .tc_box.tc_box_one {
    display: none;
  }
}
.products_wrap .product_section .product_grid .tc_box.tc_box_one:not(.first_row) {
  margin: 0;
}
.products_wrap .product_section .product_grid .tc_box.tc_box_two {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin: 0;
  margin-bottom: 10px;
}
.products_wrap .product_section .product_grid .tc_box.tc_box_two:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_grid .tc_box.tc_box_two {
    display: none;
  }
}
.products_wrap .product_section .product_grid ul {
  list-style: none;
}
.products_wrap .product_section .product_grid ul:after {
  content: "";
  display: table;
  clear: both;
}
.products_wrap .product_section .product_grid ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 26px 0 0;
  text-align: center;
  margin-bottom: 10px;
  height: 240px;
}
.products_wrap .product_section .product_grid ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_grid ul li {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .products_wrap .product_section .product_grid ul li:last-child {
    margin-right: 0;
  }
}
.products_wrap .product_section .product_grid ul li:nth-child(3n) {
  margin-right: 0 !important;
}
.products_wrap .product_section .product_grid ul li.grid_start {
  clear: both;
}
.products_wrap .product_section .product_grid ul li.grid_end {
  margin-right: 0;
}
.products_wrap .product_section .product_grid ul li.filter_grid_start {
  clear: both !important;
  margin-right: 2.35765% !important;
}
.products_wrap .product_section .product_grid ul li.filter_grid_end {
  margin-right: 0 !important;
  clear: none !important;
}
.products_wrap .product_section .product_grid ul li.filter_grid_middle {
  margin-right: 2.35765% !important;
  clear: none !important;
}
.products_wrap .product_section .product_grid ul li p {
  color: #54565b;
  line-height: 1;
}
.products_wrap .product_section .product_grid ul li p.product_name {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #54565b;
  opacity: 0.5;
  font-size: 14px;
  text-transform: lowercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section .product_grid ul li p.product_name {
    font-size: 14px;
  }
}
.products_wrap .product_section .product_grid ul li p.fragrance_scent, .products_wrap .product_section .product_grid ul li p.long_title {
  font-size: 14px;
}
.products_wrap .product_section .product_grid ul li p.product_price {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.products_wrap .product_section .product_grid ul li figure {
  margin: 0;
  position: relative;
  height: 180px;
  padding: 5px 0;
}
.products_wrap .product_section .product_grid ul li figure:hover figcaption {
  display: block;
}
@media screen and (max-width: 600px) {
  .products_wrap .product_section .product_grid ul li figure:hover figcaption {
    display: none;
  }
}
.products_wrap .product_section .product_grid ul li figure img {
  /*width: auto !important;
  height: 160px !important;*/
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products_wrap .product_section .product_grid ul li figure figcaption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0 0 0;
  background: #828282;
  opacity: 0.89;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.products_wrap .product_section .product_grid ul li figure figcaption .quantity_select {
  width: 80%;
  margin: 0 auto;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section .product_grid ul li figure figcaption .quantity_select {
    width: 100%;
  }
}
.products_wrap .product_section .product_grid ul li figure figcaption .quantity_select .quantity_down {
  display: inline-block;
  color: #ff3366;
  background: #cccccc;
  width: 24%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section .product_grid ul li figure figcaption .quantity_select .quantity_down {
    width: 28%;
  }
}
.products_wrap .product_section .product_grid ul li figure figcaption .quantity_select .quantity_down:hover {
  color: #404040;
}
.products_wrap .product_section .product_grid ul li figure figcaption .quantity_select .quantity_up {
  display: inline-block;
  color: #ff3366;
  background: #cccccc;
  width: 20%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section .product_grid ul li figure figcaption .quantity_select .quantity_up {
    width: 28%;
  }
}
.products_wrap .product_section .product_grid ul li figure figcaption .quantity_select .quantity_up:hover {
  color: #404040;
}
.products_wrap .product_section .product_grid ul li figure figcaption .quantity_select p {
  color: #666666;
  background: #fff;
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .products_wrap .product_section .product_grid ul li figure figcaption .quantity_select p {
    width: 20%;
  }
}
.products_wrap .product_section .product_grid ul li figure figcaption .add_to_cart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 10px;
  height: auto;
  float: left;
}
.products_wrap .product_section .product_grid ul li figure figcaption .add_to_cart:last-child {
  margin-right: 0;
}
.products_wrap .product_section .product_grid ul li figure figcaption #my-add-button {
  text-transform: lowercase;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 1;
  padding: 8px 25px;
  font-size: 14px;
  background-color: #00dbe0;
  border: 0;
}
.products_wrap .product_section .product_grid ul li figure figcaption #my-add-button:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 7px;
}
.products_wrap .product_section .product_grid ul li figure figcaption #my-add-button:hover {
  color: #fff;
}
.products_wrap .product_section .product_grid ul li figure figcaption a:not(.shortcode-button) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #666666;
}
.products_wrap .product_section .product_grid ul li figure figcaption a:not(.shortcode-button):last-child {
  margin-right: 0;
}
.products_wrap .product_section .product_grid ul li figure figcaption .button-wrap {
  width: 150px;
  margin: auto;
}
.products_wrap .product_section .product_grid ul li figure figcaption .shortcode-button {
  margin-top: 5px;
}
.products_wrap .product_section .product_grid ul li figure p {
  text-transform: lowercase;
}
.products_wrap .refill_product_section h2 {
  text-transform: lowercase;
}

section.search_results {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
}
section.search_results:after {
  content: "";
  display: table;
  clear: both;
}
section.search_results:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  section.search_results {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg {
    margin: 15px;
  }
}
section.search_results article.search_results_pg h2 {
  width: 75%;
  float: left;
  margin-top: -40px;
  margin-bottom: 30px;
}
section.search_results article.search_results_pg .search_box_container {
  height: 100px;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg .search_box_container {
    border: none;
    height: 50%;
  }
}
section.search_results article.search_results_pg .search_box_container h1 {
  text-transform: lowercase;
  margin: 0;
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg .search_box_container h1 {
    display: none;
  }
}
section.search_results article.search_results_pg .search_box_container input#s {
  width: 314px;
  height: 34px;
  position: relative;
  bottom: 25px;
  left: 145px;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg .search_box_container input#s {
    background: url("../images/search_icon.png") no-repeat 0 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 35px;
  }
}
section.search_results article.search_results_pg .search_box_container .search_icon {
  border: 1px solid #c8c8c8;
  width: 63px;
  height: 34px;
  display: block;
  position: relative;
  left: 458px;
  bottom: 59px;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg .search_box_container .search_icon {
    display: none;
  }
}
section.search_results article.search_results_pg .search_box_container i.fa.fa-search {
  color: #00dbe0;
  padding: 8px 0 0 25px;
}
section.search_results article.search_results_pg .search_box_container .search_pagnation {
  float: right;
  padding-top: 30px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg .search_box_container .search_pagnation {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg h2 {
    font-size: 20px;
    text-align: center;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
section.search_results article.search_results_pg #responsiveTabsDemo:last-child {
  margin-right: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav {
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
  padding: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav .r-tabs-tab {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0;
  list-style: none;
}
section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav .r-tabs-anchor {
  background: #fff;
  margin-bottom: 1px;
  padding: 10px 38px 10px 29px;
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav .r-tabs-anchor {
    font-size: 22px;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav .r-tabs-state-active {
  background-color: #fff;
  margin-bottom: -1px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #666666;
  background: #fff;
}
section.search_results article.search_results_pg #responsiveTabsDemo > ul.r-tabs-nav .r-tabs-state-default {
  opacity: 0.3;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel {
  margin-bottom: 3px;
  padding: 15px;
  display: none;
  /*figure { 
  	border: 1px solid $lightGray;
  	
  	
  	
  	&:hover { 
  		.prod_overlay { 
  			display: block;
  		}
  	}
  	
  	.prod_overlay { 
  		background: #ececec; // make this a variable
  		width: 100%;
  		height: 170px;
  		position: absolute;
  		bottom: 0;
  		opacity: 0.9;
  		z-index: 998;
  		cursor: pointer;
  		display: none;
  			
  		.prod_qty { 
  			display: flex; 
  			margin: 0 auto;
  			width: 157px;
  			z-index: 999999;
  			vertical-align: middle;
  			margin-top: 45px;
  			
  			.plus:before {
  				font-family: FontAwesome; 
  				content: '\f067';
  				color: $shopPink;
  			}
  			
  			.minus:before { 
  				font-family: FontAwesome;
  				content: '\f068';
  				color: $shopPink;
  			}
  			
  			.plus, .minus { 
  				background: #cccccc;
  				width: 55px;
  				height: 41px;
  				padding-top: 10px;
  			}
  			
  			
  			span.qty { 
  				width: 55px;
  				height: 41px;
  				font-weight: bold;
  				background: $white;
  				display: block; 
  				padding-top: 10px;
  				
  			}
  		}
  			
  		button { 
  			@include button(#51e7ff);
  			border: none;
  			border-radius: none;
  			margin-top: 4px !important;
  			margin-bottom: 5px;
  			width: 160px;
  			left: 2px;
  			
  		}
  		
  		a.learn_more { 
  			color: $black;
  			font-size: 12px;
  		}	
  		
  	}
  }*/
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.search_img, section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.article_img {
  text-align: left;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.search_img, section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.article_img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.search_img:last-child, section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.article_img:last-child {
    margin-right: 0;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel .product_title {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 75px;
  text-align: left;
  padding: 10px 0 10px 20px;
  display: inline-block;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel .product_title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel .product_title h3 {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0;
  color: #c8c8c8;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel .product_title p {
  width: 41%;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 1em 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel .product_title span.price_block {
  background: #ff3366;
  color: #fff;
  width: 55px;
  height: 22px;
  float: right;
  padding-left: 7px;
  position: relative;
  left: 1px;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel .product_title a {
  color: #c8c8c8;
}
@media screen and (max-width: 768px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel .product_title {
    display: block;
    width: 100%;
    position: relative;
    top: -8px;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.search_img, section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.article_img {
  height: 245px;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.search_img, section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel li.article_img {
    margin-left: 10%;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel img.attachment-search-thumb.wp-post-image {
  margin-bottom: -6px;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure {
  margin: 0;
  position: relative;
  height: 100%;
  padding: 10px 0;
  border: 1px solid #c8c8c8;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure:hover figcaption {
  display: block;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure img {
  padding: 10px;
  height: 200px;
  width: auto;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption {
  border: 1px solid #c8c8c8;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0 0 0;
  background: #cccccc;
  opacity: 0.89;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption {
    display: none !important;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select {
  width: 80%;
  margin: 0 auto;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select {
    width: 100%;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select .quantity_down {
  display: inline-block;
  color: #ff3366;
  background: #c8c8c8;
  width: 20%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select .quantity_down {
    width: 15%;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select .quantity_down:hover {
  color: #404040;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select .quantity_up {
  display: inline-block;
  color: #ff3366;
  background: #c8c8c8;
  width: 20%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select .quantity_up {
    width: 15%;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select .quantity_up:hover {
  color: #404040;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select p {
  color: #666666;
  background: #fff;
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 768px) {
  section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .quantity_select p {
    width: 20%;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .add_to_cart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 10px;
  height: auto;
  float: left;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption .add_to_cart:last-child {
  margin-right: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption #my-add-button {
  text-transform: lowercase;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 1;
  padding: 8px 25px;
  font-size: 14px;
  background-color: #00dbe0;
  border: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption #my-add-button:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 7px;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption #my-add-button:hover {
  color: #fff;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #666666;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figure figcaption a:last-child {
  margin-right: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-panel figcaption {
  border: 1px solid #c8c8c8;
  position: relative;
  bottom: 1px;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-accordion-title {
  display: none;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #00aadd;
  color: #666666;
  text-decoration: none;
  margin-bottom: 3px;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-accordion-title .r-tabs-anchor .r-tabs-state-disabled {
  opacity: 0.5;
}
section.search_results article.search_results_pg #responsiveTabsDemo .r-tabs-accordion-title .r-tabs-anchor .r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #00aadd;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-1, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-1:last-child, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 {
    border: 1px solid #ccc;
    border-top: 0;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:last-child, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:last-child {
  margin-right: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:nth-child(3n), section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:nth-child(3n) {
  margin-right: 0;
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:nth-child(3n+1), section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:nth-child(3n+1) {
  clear: left;
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:after, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    display: inline-block;
    margin-bottom: 105px;
    margin-left: 0;
  }
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:nth-child(3n), section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:nth-child(3n) {
    margin-right: 7.42297%;
  }
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:nth-child(3n+1), section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:nth-child(3n+1) {
    clear: none;
  }
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:last-child, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:last-child {
    margin-right: 0;
  }
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:nth-child(2n), section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:nth-child(2n) {
    margin-right: 0;
  }
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:nth-child(2n+1), section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:nth-child(2n+1) {
    clear: left;
  }
  section.search_results article.search_results_pg #responsiveTabsDemo #tab-1 > ul li:after, section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 > ul li:after {
    content: "";
    display: table;
    clear: both;
  }
}
section.search_results article.search_results_pg #responsiveTabsDemo #tab-2 {
  display: none;
  list-style: none;
}

.cleanhappy_hero h1 {
  top: 23%;
  font-size: 78px;
}
@media screen and (max-width: 768px) {
  .cleanhappy_hero h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .cleanhappy_hero h1 {
    font-size: 40px;
  }
}

.cleanhappy_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.cleanhappy_section:last-child {
  margin-right: 0;
}
.cleanhappy_section .home_blog {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 0 20px;
}
.cleanhappy_section .home_blog:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog .container {
    padding: 0;
  }
}
.cleanhappy_section .home_blog img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 4.2649%;
}
.cleanhappy_section .home_blog img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-left: 0%;
  }
  .cleanhappy_section .home_blog img:last-child {
    margin-right: 0;
  }
}
.cleanhappy_section .home_blog .blog_info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.cleanhappy_section .home_blog .blog_info:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .cleanhappy_section .home_blog .blog_info {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .cleanhappy_section .home_blog .blog_info:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog .blog_info {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0 20px;
  }
  .cleanhappy_section .home_blog .blog_info:last-child {
    margin-right: 0;
  }
}
.cleanhappy_section .home_blog .blog_info h3 {
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog .blog_info h3 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .cleanhappy_section .home_blog .blog_info h3:last-child {
    margin-right: 0;
  }
}
.cleanhappy_section .home_blog .blog_info h2 {
  font-size: 63px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog .blog_info h2 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    font-size: 43px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .cleanhappy_section .home_blog .blog_info h2:last-child {
    margin-right: 0;
  }
}
.cleanhappy_section .home_blog .blog_info p {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog .blog_info p {
    display: none;
  }
}
.cleanhappy_section .home_blog .blog_info .button-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .cleanhappy_section .home_blog .blog_info .button-wrap {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-right: 0;
    float: right;
  }
  .cleanhappy_section .home_blog .blog_info .button-wrap:last-child {
    margin-right: 0;
  }
}

.cleanhappy_header {
  text-align: center;
  padding: 40px 0;
  font-size: 34px;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  .cleanhappy_header {
    font-size: 16px;
    padding: 20px;
  }
}

.mobile_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .mobile_overlay {
    display: block;
  }
}
.mobile_overlay h2 {
  float: left;
  color: #fff;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .mobile_overlay h2 {
    width: 100%;
  }
}
.mobile_overlay .addtoany_shortcode {
  float: right;
  clear: none;
  width: 50%;
}

.overlay_pink {
  background-color: #ff3366;
}

.overlay_blue {
  background-color: #00dbe0;
}

.overlay_green {
  background-color: #8cc63f;
}

.video_row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 10px;
  height: 400px;
}
.video_row:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .video_row {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .video_row {
    padding: 0;
    height: auto;
  }
}
.video_row:nth-child(4) {
  margin-bottom: 0;
}
.video_row .row_content {
  width: 95%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.video_row .row_content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: auto;
}
.video_row .video_backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_row .video_backgrounds div {
  width: 100%;
  height: 50%;
}
.video_row .video_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  /* padding: 20px; */
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.video_row .video_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .video_row .video_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0;
    height: auto;
  }
  .video_row .video_image:last-child {
    margin-right: 0;
  }
}
.video_row .video_image img:not(.cleanhappy_video_play_button) {
  width: 100%;
  height: 100%;
  max-height: 360px;
  display: block;
}
.video_row .video_image .cleanhappy_video_play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 25%;
  margin-top: -8%;
  margin-left: -8%;
  cursor: pointer;
}
.video_row .video_image .cleanhappy_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 998;
}
.video_row .video_image .cleanhappy_overlay:after {
  content: "";
  display: table;
  clear: both;
}
.video_row .video_image .cleanhappy-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 20px;
}
.video_row .video_image .cleanhappy-video:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .video_row .video_image .cleanhappy-video {
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 1700px) {
  .video_row .video_image .cleanhappy-video .video_container iframe {
    height: 100%;
  }
}
.video_row .video_image .cleanhappy_close_button {
  position: absolute;
  left: 90%;
  font-size: 25px;
  font-weight: bold;
  top: 10%;
  display: none;
  cursor: pointer;
  z-index: 999;
}
.video_row .video_info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  float: none;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.video_row .video_info:last-child {
  margin-right: 0;
}
.video_row .video_info_top {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #fff;
  padding: 20px 20px 20px 0;
  height: 50%;
}
.video_row .video_info_top:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .video_row .video_info_top {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .video_row .video_info_top {
    display: none;
  }
}
.video_row .video_info_top .video_info_text {
  position: absolute;
  bottom: 10px;
}
.video_row .video_info_top h3 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .video_row .video_info_top h3 {
    font-size: 22px;
  }
}
.video_row .video_info_top h2 {
  font-size: 58px;
  line-height: 1.1;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .video_row .video_info_top h2 {
    font-size: 38px;
  }
}
.video_row .video_info_bottom {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #fff;
  padding: 20px 20px 20px 0;
  height: 50%;
  /*.button-wrap {
  	vertical-align: bottom;
  	//margin-top: 72px;
  	position: absolute;
  	margin: 0;
  	bottom: 10px;
  }*/
}
.video_row .video_info_bottom:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .video_row .video_info_bottom {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .video_row .video_info_bottom {
    display: none;
  }
}
.video_row .video_info_bottom p {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 70%;
}
.video_row .video_info_bottom .button-wrap {
  padding-top: 20px;
}
.video_row .video_share {
  position: absolute;
  right: 10px;
  bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .video_row .video_share {
    bottom: 10px;
  }
}
.video_row .video_share .share_text {
  margin: 4px 0;
  line-height: 1;
  width: 100%;
}
.video_row .addtoany_shortcode {
  display: block;
  clear: both;
  padding-top: 4px;
}
.video_row .addtoany_shortcode .a2a_button_facebook span {
  background: url("../images/facebook.png") no-repeat;
  width: 35px;
  height: 34px;
}
.video_row .addtoany_shortcode .a2a_button_twitter span {
  background: url("../images/twitter.png") no-repeat;
  width: 35px;
  height: 34px;
}
.video_row .addtoany_shortcode .a2a_button_pinterest span {
  background: url("../images/pinterest.png") no-repeat;
  width: 35px;
  height: 34px;
}
.video_row .addtoany_shortcode .a2a_button_email span {
  background: url("../images/email.png") no-repeat;
  width: 35px;
  height: 34px;
}

.more_videos {
  display: none;
  background-color: #f1f3f4;
  padding: 4px 20px;
}
@media screen and (max-width: 600px) {
  .more_videos {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .more_videos:last-child {
    margin-right: 0;
  }
}
.more_videos h2 {
  float: right;
  font-size: 20px;
}
.more_videos h2 a {
  color: #666666;
}

.video_row_pink .video_backgrounds .background_top {
  background-color: #ff6c6d;
}
.video_row_pink .video_backgrounds .background_bottom {
  background-color: #ff3366;
}

.video_row_blue .video_backgrounds .background_top {
  background-color: #51E7FF;
}
.video_row_blue .video_backgrounds .background_bottom {
  background-color: #00dbe0;
}

.video_row_green .video_backgrounds .background_top {
  background-color: #c3d32d;
}
.video_row_green .video_backgrounds .background_bottom {
  background-color: #8cc63f;
}

.newsletter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}
.newsletter:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .newsletter {
    padding-bottom: 10px;
  }
}
.newsletter h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 54px;
  line-height: 1.1;
  color: #b641b4;
  margin: 20px 0 0;
}
@media screen and (max-width: 600px) {
  .newsletter h3 {
    font-size: 20px;
  }
}
.newsletter h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 63px;
  line-height: 1.1;
  background: -webkit-linear-gradient(left, #fe3366, #01ade9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 600px) {
  .newsletter h2 {
    font-size: 24px;
  }
}
.newsletter .newsletter_signup {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.newsletter .newsletter_signup:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .newsletter .newsletter_signup {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .newsletter .newsletter_signup:last-child {
    margin-right: 0;
  }
}
.newsletter .newsletter_signup .sailthru_shortcode {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 30.7073%;
  text-align: center;
}
.newsletter .newsletter_signup .sailthru_shortcode:last-child {
  margin-right: 0;
}
.newsletter .newsletter_signup .sailthru_shortcode input[type="text"] {
  width: 80% !important;
}
.newsletter .newsletter_signup .sailthru_shortcode .input-group-btn {
  width: 100px !important;
  height: auto;
}
.newsletter .newsletter_signup .sailthru_shortcode .input-group-btn button {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .newsletter .newsletter_signup .sailthru_shortcode {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    margin-left: 13.42787%;
  }
  .newsletter .newsletter_signup .sailthru_shortcode:last-child {
    margin-right: 0;
  }
  .newsletter .newsletter_signup .sailthru_shortcode input[type="text"] {
    width: 80% !important;
  }
}
.newsletter .newsletter_signup p {
  font-size: 20px;
  color: #b641b4;
  margin-top: 30px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.newsletter .newsletter_signup p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .newsletter .newsletter_signup p {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    font-size: 12px;
  }
  .newsletter .newsletter_signup p:last-child {
    margin-right: 0;
  }
}

.watch_more {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #f1f3f4;
}
.watch_more:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .watch_more {
    display: none;
  }
}
.watch_more .header_copy {
  padding: 40px 0;
  text-align: center;
}
.watch_more .header_copy h3 {
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
.watch_more .watch_more_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding-bottom: 40px;
}
.watch_more .watch_more_content:last-child {
  margin-right: 0;
}
.watch_more .watch_more_video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  text-align: left;
  background-color: #fff;
  margin-bottom: 20px;
}
.watch_more .watch_more_video:last-child {
  margin-right: 0;
}
.watch_more .watch_more_video:after {
  content: "";
  display: table;
  clear: both;
}
.watch_more .watch_more_video img {
  width: 100%;
  display: block;
}
.watch_more .watch_more_video h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  margin: 10px 0;
  color: #ff3366;
  text-align: center;
  background-color: #fff;
  padding: 4px;
}
.watch_more .watch_more_video:nth-child(4n) {
  margin-right: 0;
}
.watch_more .watch_more_hidden_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.watch_more .watch_more_hidden_content:last-child {
  margin-right: 0;
}
.watch_more .watch_more_expand_close {
  top: inherit;
  left: inherit;
  bottom: 30px;
  right: 40px;
}
.watch_more .watch_more_expand_close i {
  font-size: 30px;
  line-height: 45px;
  padding-left: 8px;
}

@media screen and (max-width: 600px) {
  .press_room .accordion_header {
    min-height: inherit;
    height: 60px;
    max-height: 60px;
  }
  .press_room .accordion_header .accordion_image {
    margin-left: 0;
    height: 80px;
  }
  .press_room .accordion_header .accordion_image img {
    top: 0;
    padding: 10px 0;
    height: 100%;
  }
  .press_room .accordion_header .header_copy h3 {
    color: #666666;
    font-size: 18px;
  }
  .press_room .accordion_header .header_copy p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .press_room .accordion_content {
    padding: 0;
  }
}

.press_articles_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: left;
}
.press_articles_section:last-child {
  margin-right: 0;
}
.press_articles_section > p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0 0 20px;
}
.press_articles_section > p:last-child {
  margin-right: 0;
}
.press_articles_section .press_row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 0;
  border-bottom: 2px solid #c8c8c8;
}
.press_articles_section .press_row:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_row {
    border: 0;
  }
}
.press_articles_section .press_row:last-of-type {
  border: 0;
}
.press_articles_section .press_row.press_release_row {
  border: 0;
}
.press_articles_section .press_row_divider {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 2px;
  background-color: #c8c8c8;
  margin: 40px 0;
}
.press_articles_section .press_row_divider:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .press_articles_section .press_row_divider {
    display: none;
  }
}
.press_articles_section .press_article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
  padding-bottom: 10px;
}
.press_articles_section .press_article:last-child {
  margin-right: 0;
}
.press_articles_section .press_article:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .press_articles_section .press_article {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .press_articles_section .press_article:last-child {
    margin-right: 0;
  }
  .press_articles_section .press_article:nth-of-type(5n) {
    margin-right: 3.57866%;
  }
  .press_articles_section .press_article:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .press_articles_section .press_article:last-child {
    margin-right: 0;
  }
}
.press_articles_section .press_article h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #c8c8c8;
  font-size: 17px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: lowercase;
  line-height: 1.2;
  margin: 0 0 10px;
}
.press_articles_section .press_article h3:last-child {
  margin-right: 0;
}
.press_articles_section .press_article h3:hover {
  color: #afafaf;
}
.press_articles_section .press_article a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #c8c8c8;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.press_articles_section .press_article a:last-child {
  margin-right: 0;
}
.press_articles_section .press_article a:hover {
  color: #afafaf;
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article a {
    float: right;
  }
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article .article_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    margin-right: 0;
  }
  .press_articles_section .press_article .article_image:last-child {
    margin-right: 0;
  }
  .press_articles_section .press_article .article_image img {
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article .article_title {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 67.77311%;
    float: right;
    vertical-align: middle;
  }
  .press_articles_section .press_article .article_title:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article .article_download {
    display: none;
  }
}
.press_articles_section .press_article img {
  margin: 10px 0;
}
.press_articles_section .press_article p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.press_articles_section .press_article p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article p {
    display: none;
  }
}
.press_articles_section .press_article.press_release {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article.press_release {
    border: 0;
  }
}
@media screen and (max-width: 600px) {
  .press_articles_section .press_article.press_hit {
    text-align: left;
  }
}
.press_articles_section .press_article.press_hit h3 {
  text-transform: none;
}

.press_room_2 .home_hero .home_hero_tab {
  min-height: 0;
  height: auto;
}
.press_room_2 .home_hero .home_hero_content .hero_text {
  float: right;
  width: 42%;
}
.press_room_2 .product_highlight {
  background: none;
  padding: 50px 0;
}
.press_room_2 .product_highlight .product_highlight_image {
  text-align: center;
}
.press_room_2 .product_text_left .product_highlight_image {
  float: right;
}

.ocean_plastic {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.ocean_plastic:last-child {
  margin-right: 0;
}
.ocean_plastic > article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.ocean_plastic > article:last-child {
  margin-right: 0;
}
.ocean_plastic .ocean_plastic_header {
  margin-bottom: 40px;
}
.ocean_plastic .ocean_plastic_solutions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #f1f3f4;
  padding: 20px 0;
  margin-bottom: 40px;
  clear: both;
}
.ocean_plastic .ocean_plastic_solutions:last-child {
  margin-right: 0;
}
.ocean_plastic .ocean_plastic_solutions .plastic_container {
  max-width: 95em;
  margin: auto;
  clear: both;
}
.ocean_plastic .ocean_plastic_solutions .ocean_plastic_solution {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 10px;
}
.ocean_plastic .ocean_plastic_solutions .ocean_plastic_solution:last-child {
  margin-right: 0;
}
.ocean_plastic .ocean_plastic_solutions .ocean_plastic_solution img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}
.ocean_plastic .ocean_plastic_solutions .ocean_plastic_solution img:last-child {
  margin-right: 0;
}
.ocean_plastic .ocean_plastic_solutions .ocean_plastic_solution .solution_text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
.ocean_plastic .ocean_plastic_solutions .ocean_plastic_solution .solution_text:last-child {
  margin-right: 0;
}

.fight_club:after {
  content: "";
  display: table;
  clear: both;
}
.fight_club .lp_slider_1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: auto;
  text-align: center;
}
.fight_club .lp_slider_1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_slider_1 {
    height: 0;
    overflow: hidden;
  }
}
.fight_club .lp_slider_1 #slides_1 {
  position: relative;
}
.fight_club .lp_slider_1 #slides_1 img {
  width: 100%;
}
.fight_club .lp_slider_1 #slides_1 .slidesjs-previous {
  position: absolute;
  left: 10%;
  top: 45%;
  height: 50px;
  width: 33px;
  background: url("../images/left-arrow.png") no-repeat;
  z-index: 100;
  text-indent: 9999em;
}
.fight_club .lp_slider_1 #slides_1 .slidesjs-next {
  position: absolute;
  right: 10%;
  top: 45%;
  height: 50px;
  width: 33px;
  background: url("../images/right-arrow.png") no-repeat;
  z-index: 100;
  text-indent: 9999em;
}
@media screen and (max-width: 960px) {
  .fight_club .lp_slider_1 .container {
    padding: 0;
  }
}
.fight_club .lp_mobile_slider_1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.fight_club .lp_mobile_slider_1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_mobile_slider_1 {
    height: auto;
  }
  .fight_club .lp_mobile_slider_1 #lp_mobile_slider_1 img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .fight_club .lp_mobile_slider_1 .container {
    padding: 0;
  }
}
.fight_club .lp_video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
}
.fight_club .lp_video:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .fight_club .lp_video .container {
    padding: 0;
  }
}
.fight_club .lp_video img {
  width: 100%;
  height: auto;
  float: left;
}
.fight_club .lp_video .close_button {
  position: absolute;
  left: 90%;
  font-size: 25px;
  font-weight: bold;
  top: 10%;
  display: none;
  cursor: pointer;
  z-index: 999;
}
.fight_club .lp_video .lp_video_play {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
}
.fight_club .lp_video .lp_video_play:last-child {
  margin-right: 0;
}
.fight_club .lp_video .lp_video_play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fight_club .lp_form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-top: 10px solid #b0e6ec;
  border-bottom: 10px solid #b0e6ec;
  padding: 40px 0;
}
.fight_club .lp_form:last-child {
  margin-right: 0;
}
.fight_club .lp_form .left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.fight_club .lp_form .left:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .fight_club .lp_form .left {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    padding: 0 5%;
  }
  .fight_club .lp_form .left:last-child {
    margin-right: 0;
  }
}
.fight_club .lp_form .left h3 {
  color: #ff3366;
  font-weight: bold;
  margin: 5px 0;
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .fight_club .lp_form .left h3 {
    width: 100%;
  }
}
.fight_club .lp_form .left p {
  font-size: 14px;
  color: #000;
}
.fight_club .lp_form .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  margin-top: 3.5%;
}
.fight_club .lp_form .right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .fight_club .lp_form .right {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    padding: 0 5%;
  }
  .fight_club .lp_form .right:last-child {
    margin-right: 0;
  }
}
.fight_club .lp_form .right .form_wrap {
  border: 10px solid #b0e6ec;
  float: left;
  width: 100%;
}
.fight_club .lp_form .right img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_form .right img {
    width: 35%;
  }
}
.fight_club .lp_form .right .rules {
  color: #000;
  font-size: 12px;
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_form .right .rules {
    margin-top: 0;
  }
}
.fight_club .lp_form .right .sailthru-signup-widget .form-group {
  margin-bottom: 0;
}
.fight_club .lp_form .right .sailthru-widget-label {
  display: none;
}
.fight_club .lp_form .right input[type="text"] {
  width: 75%;
  float: left;
  height: 30px;
  border: none;
  outline: none;
}
.fight_club .lp_form .right .input-group-btn {
  float: right;
  width: 25%;
}
.fight_club .lp_form .right .input-group-btn button {
  background: #f7f7f2;
  border: none;
  padding: 5px 10px;
  width: 100%;
  color: #666666;
  height: 30px;
  text-transform: uppercase;
}
.fight_club .lp_form .right .input-group-btn:hover {
  opacity: 0.5;
}
.fight_club .lp_form .right ::-webkit-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.fight_club .lp_form .right :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.fight_club .lp_form .right ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.fight_club .lp_form .right :-ms-input-placeholder {
  color: #666666;
  font-size: 10px;
  padding: 5px;
}
.fight_club .lp_testimonials {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: url("../images/testimonial-bg.png") no-repeat center;
  background-size: cover;
}
.fight_club .lp_testimonials:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .fight_club .lp_testimonials {
    background-position: 60% center;
  }
}
@media screen and (max-width: 600px) {
  .fight_club .lp_testimonials {
    display: none;
  }
}
.fight_club .lp_testimonials .testimonial {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: flex;
  max-height: 425px;
}
.fight_club .lp_testimonials .testimonial:last-child {
  margin-right: 0;
}
.fight_club .lp_testimonials .testimonial .testimonial_quote {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 34.11922%;
  padding: 4%;
}
.fight_club .lp_testimonials .testimonial .testimonial_quote:last-child {
  margin-right: 0;
}
.fight_club .lp_testimonials .testimonial .testimonial_quote h2 {
  color: #61be6f;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  padding: 0;
  letter-spacing: 2px;
}
.fight_club .lp_testimonials .testimonial .testimonial_quote h2:before {
  content: url("../images/start-quote.png");
  position: absolute;
  left: -50px;
  top: -5px;
}
.fight_club .lp_testimonials .testimonial .testimonial_quote h2:after {
  content: url("../images/end-quote.png");
  position: relative;
  top: -10px;
  right: -5px;
}
@media screen and (max-width: 960px) {
  .fight_club .lp_testimonials .testimonial .testimonial_quote h2 {
    font-size: 4vw;
    padding: 10px 0;
  }
}
.fight_club .lp_testimonials .testimonial .testimonial_quote h3 {
  color: #61be6f;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  text-align: right;
}
.fight_club .lp_testimonials .testimonial .testimonial_quote p {
  font-size: 12px;
  text-align: right;
}

.fight_club .lp_hero, .foaming_body .lp_hero {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 20px 0;
}
.fight_club .lp_hero:last-child, .foaming_body .lp_hero:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_hero .container, .foaming_body .lp_hero .container {
    padding: 0 60px;
  }
}
.fight_club .lp_hero .hero_img, .foaming_body .lp_hero .hero_img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.fight_club .lp_hero .hero_img:last-child, .foaming_body .lp_hero .hero_img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_hero .hero_img, .foaming_body .lp_hero .hero_img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .fight_club .lp_hero .hero_img:last-child, .foaming_body .lp_hero .hero_img:last-child {
    margin-right: 0;
  }
}
.fight_club .lp_hero .hero_text, .foaming_body .lp_hero .hero_text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.fight_club .lp_hero .hero_text:last-child, .foaming_body .lp_hero .hero_text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_hero .hero_text, .foaming_body .lp_hero .hero_text {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .fight_club .lp_hero .hero_text:last-child, .foaming_body .lp_hero .hero_text:last-child {
    margin-right: 0;
  }
}
.fight_club .lp_hero .hero_text h1, .fight_club .lp_hero .hero_text h2, .foaming_body .lp_hero .hero_text h1, .foaming_body .lp_hero .hero_text h2 {
  color: #ff3366;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1;
  width: 100%;
  margin: 20px 0 5px;
}
@media screen and (max-width: 960px) {
  .fight_club .lp_hero .hero_text h1, .fight_club .lp_hero .hero_text h2, .foaming_body .lp_hero .hero_text h1, .foaming_body .lp_hero .hero_text h2 {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 600px) {
  .fight_club .lp_hero .hero_text h1, .fight_club .lp_hero .hero_text h2, .foaming_body .lp_hero .hero_text h1, .foaming_body .lp_hero .hero_text h2 {
    font-size: 7vw;
  }
}
.fight_club .lp_hero .hero_text p, .foaming_body .lp_hero .hero_text p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #666666;
}
.fight_club .lp_slider, .foaming_body .lp_slider {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: auto;
}
.fight_club .lp_slider:last-child, .foaming_body .lp_slider:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_slider, .foaming_body .lp_slider {
    height: 0;
    overflow: hidden;
  }
}
.fight_club .lp_slider #slides, .foaming_body .lp_slider #slides {
  position: relative;
}
.fight_club .lp_slider #slides img, .foaming_body .lp_slider #slides img {
  width: 100%;
}
.fight_club .lp_slider #slides .slidesjs-previous, .foaming_body .lp_slider #slides .slidesjs-previous {
  position: absolute;
  left: 10%;
  top: 45%;
  height: 50px;
  width: 33px;
  background: url("../images/left-arrow.png") no-repeat;
  z-index: 100;
  text-indent: 9999em;
}
.fight_club .lp_slider #slides .slidesjs-next, .foaming_body .lp_slider #slides .slidesjs-next {
  position: absolute;
  right: 10%;
  top: 45%;
  height: 50px;
  width: 33px;
  background: url("../images/right-arrow.png") no-repeat;
  z-index: 100;
  text-indent: 9999em;
}
@media screen and (max-width: 960px) {
  .fight_club .lp_slider .container, .foaming_body .lp_slider .container {
    padding: 0;
  }
}
.fight_club .lp_mobile_slider, .foaming_body .lp_mobile_slider {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.fight_club .lp_mobile_slider:last-child, .foaming_body .lp_mobile_slider:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_mobile_slider, .foaming_body .lp_mobile_slider {
    height: auto;
  }
}
.fight_club .lp_mobile_slider #mobile_slides img, .foaming_body .lp_mobile_slider #mobile_slides img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .fight_club .lp_mobile_slider .container, .foaming_body .lp_mobile_slider .container {
    padding: 0;
  }
}
.fight_club .lp_stores, .foaming_body .lp_stores {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 50px 0 30px;
  border-top: 10px solid #efeeee;
  border-bottom: 10px solid #efeeee;
}
.fight_club .lp_stores:last-child, .foaming_body .lp_stores:last-child {
  margin-right: 0;
}
.fight_club .lp_stores .column, .foaming_body .lp_stores .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 0 25px;
}
.fight_club .lp_stores .column:last-child, .foaming_body .lp_stores .column:last-child {
  margin-right: 0;
}
.fight_club .lp_stores .column:first-child, .foaming_body .lp_stores .column:first-child {
  padding: 0 25px 0 0;
}
@media screen and (max-width: 600px) {
  .fight_club .lp_stores .column:first-child, .foaming_body .lp_stores .column:first-child {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0 0 20px 25px;
    margin-right: 0;
  }
  .fight_club .lp_stores .column:first-child:last-child, .foaming_body .lp_stores .column:first-child:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .fight_club .lp_stores .column, .foaming_body .lp_stores .column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .fight_club .lp_stores .column:last-child, .foaming_body .lp_stores .column:last-child {
    margin-right: 0;
  }
}
.fight_club .lp_stores .column p, .foaming_body .lp_stores .column p {
  font-size: 22px;
  font-weight: bold;
  color: #666666;
}

.foaming_body .lp_slider {
  margin-bottom: 15px;
}
.foaming_body .lp_quiz {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.foaming_body .lp_quiz:last-child {
  margin-right: 0;
}
.foaming_body .lp_quiz h1 {
  color: #ff3366;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .foaming_body .lp_quiz h1 {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 600px) {
  .foaming_body .lp_quiz h1 {
    font-size: 7vw;
  }
}
.foaming_body .lp_quiz .quiz_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .foaming_body .lp_quiz .quiz_img {
    display: none;
  }
}
.foaming_body .lp_quiz .quiz_mobile_img {
  display: none;
}
.foaming_body .lp_quiz .quiz_mobile_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .foaming_body .lp_quiz .quiz_mobile_img {
    display: block;
  }
}
.foaming_body .lp_quiz .quiz_text {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .foaming_body .lp_quiz .quiz_text {
    bottom: 10%;
  }
}
.foaming_body .lp_quiz .quiz_text p {
  width: 75%;
  margin: auto;
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .foaming_body .lp_quiz .quiz_text p {
    font-size: 20px;
  }
}
.foaming_body .lp_hero .hero_text p {
  font-size: 24px;
  line-height: 1.25;
}
.foaming_body .lp_mobile_slider .container {
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .mm-page #global_footer {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .mm-page .footer_copy {
    padding: 20px 20px 40px;
    border-top: 1px solid #ececec;
  }
}

.quiz {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 0;
}
.quiz:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .quiz {
    padding: 40px;
  }
}
.quiz h2, .quiz h3 {
  color: #ff3366;
  font-weight: bold;
  margin: 5px 0;
  font-size: 32px;
  line-height: 1.1;
}

.quiz_questions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.quiz_questions:last-child {
  margin-right: 0;
}
.quiz_questions ul.quiz_question {
  list-style: none;
  display: none;
}
.quiz_questions ul.quiz_question .question {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.quiz_questions ul.quiz_question .question:last-child {
  margin-right: 0;
}
.quiz_questions ul.quiz_question .answer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}
.quiz_questions ul.quiz_question .answer:last-child {
  margin-right: 0;
}
.quiz_questions ul.quiz_question .answer img {
  width: 100%;
  border: 4px solid transparent;
}
.quiz_questions ul.quiz_question .answer img:hover {
  border: 4px solid rgba(255, 51, 102, 0.75);
}
@media screen and (max-width: 600px) {
  .quiz_questions ul.quiz_question .answer {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .quiz_questions ul.quiz_question .answer:last-child {
    margin-right: 0;
  }
  .quiz_questions ul.quiz_question .answer:nth-child(3n) {
    margin-right: 0;
  }
  .quiz_questions ul.quiz_question .answer:nth-child(3n+1) {
    clear: left;
  }
}
.quiz_questions ul.quiz_question .answer:last-child {
  margin-right: 0;
}
.quiz_questions ul.quiz_question.current {
  display: block;
}

.quiz_results {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.quiz_results:last-child {
  margin-right: 0;
}
.quiz_results h3 {
  height: auto;
  margin-top: 0;
}
.quiz_results .result_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  float: right;
}
.quiz_results .result_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .quiz_results .result_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .quiz_results .result_content:last-child {
    margin-right: 0;
  }
}
.quiz_results .result_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.quiz_results .result_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .quiz_results .result_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin: 20px 0;
  }
  .quiz_results .result_image:last-child {
    margin-right: 0;
  }
  .quiz_results .result_image img {
    width: 100%;
  }
}
.quiz_results .result_product {
  margin-top: 20px;
  float: left;
}
@media screen and (max-width: 600px) {
  .quiz_results .result_product {
    float: none;
    text-align: center;
  }
}
.quiz_results ul {
  list-style: none;
}
.quiz_results ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
}
.quiz_results ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .flex_grid_page {
    padding: 0 10px;
  }
}

.flex_grid_sections {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 25px;
}
.flex_grid_sections .grid_row:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .video_container {
    padding-top: 0;
  }
}
.flex_grid_sections img {
  display: block;
  height: auto;
  width: 100%;
}
.flex_grid_sections .column_curl {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(45deg, #ff3596, #ff6351 35%, #fff 55%);
  z-index: 2;
  display: none;
}
.flex_grid_sections .column_curl.green_column_curl {
  background: linear-gradient(45deg, #ff3596, #ff6351 35%, #fff 55%);
}
.flex_grid_sections .column_curl.blue_column_curl {
  background: linear-gradient(45deg, #99cdbb, #a1e4dc 35%, #fff 55%);
}
.flex_grid_sections .link_popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: none;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .link_popup {
    display: block;
  }
}
.flex_grid_sections .link_popup p {
  width: 100%;
  text-transform: uppercase;
  float: left;
  padding: 10px 0;
  color: #444444;
}
.flex_grid_sections .link_popup .desktop_text {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .link_popup .desktop_text {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
}
.flex_grid_sections .link_popup .desktop_text span {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .link_popup .desktop_text span {
    display: none;
    font-size: 12px;
    line-height: 15px;
  }
}
.flex_grid_sections .column_content_link {
  float: left;
  width: 100%;
}
.flex_grid_sections .column_content_link:hover .column_curl {
  display: block;
}
.flex_grid_sections .column_content_link:hover .link_popup {
  display: block;
}
.flex_grid_sections .column_content {
  float: left;
  width: 100%;
}
.flex_grid_sections .column_content img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: auto;
  display: block;
}
.flex_grid_sections .column_content img:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_carousel .carousel_images {
  margin-bottom: 0;
}
.flex_grid_sections .grid_row_carousel .carousel_images .slick-list {
  margin: 0 -10px;
}
.flex_grid_sections .grid_row_carousel .carousel_images .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_carousel .carousel_images .slick-slide {
    margin: 0 7px 0 9px;
  }
}
.flex_grid_sections .grid_row_carousel .carousel_image:focus {
  outline: 0;
}
.flex_grid_sections .grid_row_carousel .carousel_image:hover .link_popup {
  display: block;
}
.flex_grid_sections .grid_row_carousel .carousel_image a {
  float: left;
  width: 100%;
}
.flex_grid_sections .grid_row_carousel .link_popup {
  background: transparent;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_carousel .link_popup {
    padding: 20px 30px;
  }
}
.flex_grid_sections .grid_row_carousel .link_popup p {
  border: 3px solid white;
  color: white;
  font-weight: bold;
  float: none;
  display: inline-block;
  padding: 10px 15px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_carousel .link_popup p {
    padding: 10px 0;
    font-size: 12px;
  }
}
.flex_grid_sections .grid_row_carousel .slick-prev, .flex_grid_sections .grid_row_carousel .slick-next {
  height: 73px;
  margin-top: -36px;
  z-index: 12;
}
.flex_grid_sections .grid_row_carousel .slick-prev {
  background: url("../images/arrow_left.png");
  left: 10px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_carousel .slick-prev {
    left: 0;
  }
}
.flex_grid_sections .grid_row_carousel .slick-prev:before {
  content: '';
}
.flex_grid_sections .grid_row_carousel .slick-next {
  background: url("../images/arrow_right.png");
  right: 10px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_carousel .slick-next {
    right: 0;
  }
}
.flex_grid_sections .grid_row_carousel .slick-next:before {
  content: '';
}
.flex_grid_sections .grid_row_four_column .columns {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_four_column .columns:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_four_column .columns .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.flex_grid_sections .grid_row_four_column .columns .column_content:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_four_column .columns .column_content:nth-child(4n) {
  margin-right: 0;
}
.flex_grid_sections .grid_row_four_column .columns .column_content:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_four_column .columns .column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .flex_grid_sections .grid_row_four_column .columns .column_content:last-child {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_four_column .columns .column_content:nth-child(2n) {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_four_column .columns .column_content:nth-child(2n+1) {
    clear: left;
  }
}
.flex_grid_sections .grid_row_large_left .left_column_image, .flex_grid_sections .grid_row_large_left > .column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.flex_grid_sections .grid_row_large_left .left_column_image:last-child, .flex_grid_sections .grid_row_large_left > .column_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_left .left_column_image, .flex_grid_sections .grid_row_large_left > .column_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flex_grid_sections .grid_row_large_left .left_column_image:last-child, .flex_grid_sections .grid_row_large_left > .column_image:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_large_left .right_column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
}
.flex_grid_sections .grid_row_large_left .right_column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_left .right_column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .flex_grid_sections .grid_row_large_left .right_column_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_large_left .right_column_content .column_content, .flex_grid_sections .grid_row_large_left .right_column_content .column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_large_left .right_column_content .column_content:last-child, .flex_grid_sections .grid_row_large_left .right_column_content .column_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_left .right_column_content .column_content, .flex_grid_sections .grid_row_large_left .right_column_content .column_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
  }
  .flex_grid_sections .grid_row_large_left .right_column_content .column_content:last-child, .flex_grid_sections .grid_row_large_left .right_column_content .column_image:last-child {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_large_left .right_column_content .column_content:nth-child(2n), .flex_grid_sections .grid_row_large_left .right_column_content .column_image:nth-child(2n) {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_large_left .right_column_content .column_content:nth-child(2n+1), .flex_grid_sections .grid_row_large_left .right_column_content .column_image:nth-child(2n+1) {
    clear: left;
  }
  .flex_grid_sections .grid_row_large_left .right_column_content .column_content .top_section_content, .flex_grid_sections .grid_row_large_left .right_column_content .column_content .bottom_section_content, .flex_grid_sections .grid_row_large_left .right_column_content .column_image .top_section_content, .flex_grid_sections .grid_row_large_left .right_column_content .column_image .bottom_section_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .flex_grid_sections .grid_row_large_left .right_column_content .column_content .top_section_content:last-child, .flex_grid_sections .grid_row_large_left .right_column_content .column_content .bottom_section_content:last-child, .flex_grid_sections .grid_row_large_left .right_column_content .column_image .top_section_content:last-child, .flex_grid_sections .grid_row_large_left .right_column_content .column_image .bottom_section_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_large_left .right_column_content .top_section_content {
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_left .right_column_content .top_section_content {
    margin-bottom: 0;
  }
}
.flex_grid_sections .grid_row_large_right .right_column_image, .flex_grid_sections .grid_row_large_right > .column_image {
  float: right;
  display: block;
  margin-left: 2.35765%;
  width: 74.41059%;
}
.flex_grid_sections .grid_row_large_right .right_column_image:last-child, .flex_grid_sections .grid_row_large_right > .column_image:last-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_right .right_column_image, .flex_grid_sections .grid_row_large_right > .column_image {
    float: right;
    display: block;
    margin-left: 7.42297%;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .flex_grid_sections .grid_row_large_right .right_column_image:last-child, .flex_grid_sections .grid_row_large_right > .column_image:last-child {
    margin-left: 0;
  }
}
.flex_grid_sections .grid_row_large_right .left_column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
}
.flex_grid_sections .grid_row_large_right .left_column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_right .left_column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .flex_grid_sections .grid_row_large_right .left_column_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_large_right .left_column_content .column_content, .flex_grid_sections .grid_row_large_right .left_column_content .column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_large_right .left_column_content .column_content:last-child, .flex_grid_sections .grid_row_large_right .left_column_content .column_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_right .left_column_content .column_content, .flex_grid_sections .grid_row_large_right .left_column_content .column_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
  }
  .flex_grid_sections .grid_row_large_right .left_column_content .column_content:last-child, .flex_grid_sections .grid_row_large_right .left_column_content .column_image:last-child {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_large_right .left_column_content .column_content:nth-child(2n), .flex_grid_sections .grid_row_large_right .left_column_content .column_image:nth-child(2n) {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_large_right .left_column_content .column_content:nth-child(2n+1), .flex_grid_sections .grid_row_large_right .left_column_content .column_image:nth-child(2n+1) {
    clear: left;
  }
  .flex_grid_sections .grid_row_large_right .left_column_content .column_content .top_section_content, .flex_grid_sections .grid_row_large_right .left_column_content .column_content .bottom_section_content, .flex_grid_sections .grid_row_large_right .left_column_content .column_image .top_section_content, .flex_grid_sections .grid_row_large_right .left_column_content .column_image .bottom_section_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .flex_grid_sections .grid_row_large_right .left_column_content .column_content .top_section_content:last-child, .flex_grid_sections .grid_row_large_right .left_column_content .column_content .bottom_section_content:last-child, .flex_grid_sections .grid_row_large_right .left_column_content .column_image .top_section_content:last-child, .flex_grid_sections .grid_row_large_right .left_column_content .column_image .bottom_section_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_large_right .left_column_content .top_section_content {
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_large_right .left_column_content .top_section_content {
    margin-bottom: 0;
  }
}
.flex_grid_sections .grid_row_three_column_large_right .left_column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.flex_grid_sections .grid_row_three_column_large_right .left_column_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_three_column_large_right .left_column_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .flex_grid_sections .grid_row_three_column_large_right .left_column_image:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_three_column_large_right .center_column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.flex_grid_sections .grid_row_three_column_large_right .center_column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_three_column_large_right .center_column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flex_grid_sections .grid_row_three_column_large_right .center_column_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_three_column_large_right .center_column_content .column_content_link {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_three_column_large_right .center_column_content .column_content_link:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column_large_right .center_column_content .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_three_column_large_right .center_column_content .column_content:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column_large_right .center_column_content .top_section_content {
  margin-bottom: 13px;
}
.flex_grid_sections .grid_row_three_column_large_right .right_column_content_link, .flex_grid_sections .grid_row_three_column_large_right > .right_column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column_large_right .right_column_content_link:last-child, .flex_grid_sections .grid_row_three_column_large_right > .right_column_content:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column_large_right .right_column_content_link .column_content, .flex_grid_sections .grid_row_three_column_large_right > .right_column_content .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_three_column_large_right .right_column_content_link .column_content:last-child, .flex_grid_sections .grid_row_three_column_large_right > .right_column_content .column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_three_column_large_right .right_column_content_link, .flex_grid_sections .grid_row_three_column_large_right > .right_column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_three_column_large_right .right_column_content_link:last-child, .flex_grid_sections .grid_row_three_column_large_right > .right_column_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_three_column_large_left .center_column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.flex_grid_sections .grid_row_three_column_large_left .center_column_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_three_column_large_left .center_column_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-right: 0;
    width: 48.5%;
    margin-top: 10px;
  }
  .flex_grid_sections .grid_row_three_column_large_left .center_column_image:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_three_column_large_left .right_column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.flex_grid_sections .grid_row_three_column_large_left .right_column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_three_column_large_left .right_column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-left: 3%;
    margin-top: 10px;
  }
  .flex_grid_sections .grid_row_three_column_large_left .right_column_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_three_column_large_left .right_column_content .column_content_link {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_three_column_large_left .right_column_content .column_content_link:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column_large_left .right_column_content .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_three_column_large_left .right_column_content .column_content:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column_large_left .right_column_content .top_section_content {
  margin-bottom: 13px;
}
.flex_grid_sections .grid_row_three_column_large_left .left_column_content_link, .flex_grid_sections .grid_row_three_column_large_left > .left_column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.flex_grid_sections .grid_row_three_column_large_left .left_column_content_link:last-child, .flex_grid_sections .grid_row_three_column_large_left > .left_column_content:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column_large_left .left_column_content_link .column_content, .flex_grid_sections .grid_row_three_column_large_left > .left_column_content .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.flex_grid_sections .grid_row_three_column_large_left .left_column_content_link .column_content:last-child, .flex_grid_sections .grid_row_three_column_large_left > .left_column_content .column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_three_column_large_left .left_column_content_link, .flex_grid_sections .grid_row_three_column_large_left > .left_column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .flex_grid_sections .grid_row_three_column_large_left .left_column_content_link:last-child, .flex_grid_sections .grid_row_three_column_large_left > .left_column_content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_three_column {
    display: none;
  }
}
.flex_grid_sections .grid_row_three_column .left_column_content_link, .flex_grid_sections .grid_row_three_column .column_image, .flex_grid_sections .grid_row_three_column > .left_column_content, .flex_grid_sections .grid_row_three_column > .right_column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.flex_grid_sections .grid_row_three_column .left_column_content_link:last-child, .flex_grid_sections .grid_row_three_column .column_image:last-child, .flex_grid_sections .grid_row_three_column > .left_column_content:last-child, .flex_grid_sections .grid_row_three_column > .right_column_image:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column .center_column_content_link, .flex_grid_sections .grid_row_three_column > .center_column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.flex_grid_sections .grid_row_three_column .center_column_content_link:last-child, .flex_grid_sections .grid_row_three_column > .center_column_content:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_three_column .column_image {
  margin-right: 0;
}
.flex_grid_sections .grid_row_two_column .column_content_link {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.flex_grid_sections .grid_row_two_column .column_content_link:last-child {
  margin-right: 0;
}
.flex_grid_sections .grid_row_two_column .column_content_link:nth-child(2n) {
  margin-right: 0;
}
.flex_grid_sections .grid_row_two_column .column_content_link:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_two_column .column_content_link {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
  }
  .flex_grid_sections .grid_row_two_column .column_content_link:last-child {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_two_column .column_content_link:nth-child(2n) {
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_two_column .column_content_link:nth-child(2n+1) {
    clear: left;
  }
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
  }
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_left > .column_image:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
    margin-right: 0;
  }
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_content:last-child {
    margin-right: 0;
  }
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    width: 48.5%;
    margin-right: 3%;
  }
  .flex_grid_sections .grid_row_two_column.grid_row_two_column_right > .column_image:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .flex_grid_sections .hide_on_mobile {
    display: none;
  }
}

.full-frontal-image-bg {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .full-frontal-image-bg {
    background-position: center;
    padding-top: 60px;
    height: auto;
  }
}

.full-frontal-video-bg {
  overflow: hidden;
}
.full-frontal-video-bg video {
  /*position: absolute;
  top: 0;
  left:0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  */
  width: 100%;
}
@media screen and (max-width: 600px) {
  .full-frontal-video-bg video {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .embed_wrapper {
    display: none;
  }
}

.full-frontal-embed-bg {
  height: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.5%;
  z-index: -20;
}
.full-frontal-embed-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.full-frontal-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  background-color: #fff;
}
.full-frontal-section .full_frontal_mobile_bg {
  display: none;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .full_frontal_mobile_bg {
    display: block;
    width: 100%;
    height: auto;
  }
}
.full-frontal-section.format2_full_width {
  padding: 0;
}
.full-frontal-section.format2_full_width .container-format2 {
  padding: 0;
}
.full-frontal-section .container-format1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  bottom: 20px;
  width: 100%;
}
.full-frontal-section .container-format1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format1 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0 30px;
    bottom: 5px;
  }
  .full-frontal-section .container-format1:last-child {
    margin-right: 0;
  }
}
.full-frontal-section .container-format1 h2 {
  opacity: 0;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.full-frontal-section .container-format1 p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  line-height: 1.78;
  color: #fff;
  max-width: 330px;
  margin: 20px auto 0;
}
.full-frontal-section .container-format2 {
  opacity: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format2 {
    position: relative;
    top: 0;
    left: 0;
  }
}
.full-frontal-section .container-format2 .format2_desktop_img {
  display: block;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format2 .format2_desktop_img {
    display: none;
  }
}
.full-frontal-section .container-format2 .format2_desktop_img.format2_full_width_img img.attachment-full {
  max-width: 100%;
}
.full-frontal-section .container-format2 .format2_desktop_img img.attachment-full {
  height: auto;
  max-width: 75%;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format2 .format2_desktop_img img.attachment-full {
    max-width: 100%;
  }
}
.full-frontal-section .container-format2 .format2_mobile_img {
  display: none;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format2 .format2_mobile_img {
    display: block;
  }
}
.full-frontal-section .container-format2 .format2_mobile_img.format2_full_width_img img.attachment-full {
  max-width: 100%;
}
.full-frontal-section .container-format2 .format2_mobile_img img.attachment-full {
  height: auto;
  max-width: 75%;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format2 .format2_mobile_img img.attachment-full {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format2 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0 30px;
  }
  .full-frontal-section .container-format2:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format2 .mobile_bg_link {
    display: block;
    width: 100%;
  }
}
.full-frontal-section .container-format3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-frontal-section .container-format3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .container-format3 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0 30px;
  }
  .full-frontal-section .container-format3:last-child {
    margin-right: 0;
  }
}
.full-frontal-section .container-format3 p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.full-frontal-section .full-frontal-cta-wrapper {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: initial;
}
.full-frontal-section .full-frontal-cta-wrapper .full-frontal-cta-button {
  display: inline-block;
  margin: 40px 0;
}
.full-frontal-section .full-frontal-cta-wrapper .full-frontal-cta-icon {
  margin: 20px auto 0;
  display: block;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .full-frontal-cta-wrapper .full-frontal-cta-icon {
    height: 40px;
  }
}
.full-frontal-section .full-frontal-cta-wrapper .full-frontal-cta-icon img {
  vertical-align: bottom;
  max-height: 100%;
  height: auto;
  width: auto;
}
.full-frontal-section .full-frontal-cta-wrapper .full-frontal-cta-arrow {
  margin: 5px auto -5px;
  display: inline-block;
  background-image: url("../images/icon-arrowdown.png");
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .full-frontal-cta-wrapper .full-frontal-cta-arrow {
    background-size: 20px 10px;
    width: 20px;
    height: 10px;
    margin-bottom: 0;
  }
}
.full-frontal-section .full-frontal-cta-wrapper .cta-large-button {
  padding: 20px;
  font-size: 18px;
  min-height: 60px;
  min-width: 230px;
}
.full-frontal-section .full-frontal-cta-wrapper .cta-small-button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  min-height: 40px;
  min-width: 150px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .full-frontal-section .full-frontal-cta-wrapper.js-fadeInView {
    position: relative !important;
  }
}

.mh_circus_section {
  background-color: #fff;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mh_circus_section .mh_circus_container {
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .mh_circus_section .sliced_circus {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .mh_circus_section .sliced_circus .left_half_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mh_circus_section .sliced_circus .right_half_box {
    width: 100%;
  }
}
.mh_circus_section .vertical_slice {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mh_circus_section .box_container {
  position: relative;
}
.mh_circus_section .box_container.circus_color_bg {
  padding-top: 100%;
}
.mh_circus_section .box_container.circus_color_bg.wider_circus_color_bg {
  padding-top: 50%;
}
.mh_circus_section .box_container.circus_color_bg.longer_circus_color_bg {
  padding-top: 200%;
}
.mh_circus_section .circus_image_wrapper {
  line-height: 0;
}
.mh_circus_section .box_content_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
}
.mh_circus_section .wrap_link {
  display: block;
  height: 100%;
}
.mh_circus_section .box_content {
  max-width: 300px;
  max-height: 100%;
}
.mh_circus_section .box_content .box_copy {
  font-size: 2em;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .mh_circus_section .box_content .box_copy {
    font-size: 1.8em;
  }
}
.mh_circus_section .box_content .box_headline {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .mh_circus_section .box_content .box_headline {
    font-size: 1.25em;
  }
}
.mh_circus_section .box_content .mh_button {
  margin-top: 30px;
}
.mh_circus_section .box_content :first-child {
  margin-top: 0;
}
.mh_circus_section .box_content :last-child {
  margin-bottom: 0;
}
.mh_circus_section .h_half {
  width: 50%;
}
.mh_circus_section .v_half {
  width: 100%;
}
.mh_circus_section .circus_box_image {
  width: 100%;
  height: auto;
  line-height: 0;
}
.mh_circus_section .circus_floating_btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mh_circus_section .circus_floating_btn.mh_button {
  position: absolute;
}

.hyphy_section {
  z-index: 1;
  overflow: hidden;
}
.hyphy_section.text_overlay_hyphy {
  z-index: 0;
}
.hyphy_section .hyphy_layout1 {
  overflow: hidden;
}
.hyphy_section .hyphy_layout1 section.intro {
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100%;
}
.hyphy_section .hyphy_layout1 .hyphy_text_section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
.hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_left, .hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_right {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_left, .hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_right {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .hyphy_section .hyphy_layout1 .hyphy_text_section .container {
    padding: 0;
  }
}
.hyphy_section .hyphy_layout1 .hyphy1_text_outer_container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.hyphy_section .hyphy_layout1 .hyphy_top_space, .hyphy_section .hyphy_layout1 .hyphy_bottom_space {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
}
.hyphy_section .hyphy_layout1 .hyphy1_content {
  width: 100%;
  height: auto;
}
.hyphy_section .hyphy_layout1 .hyphy_embed_bg {
  height: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.hyphy_section .hyphy_layout1 .hyphy_embed_bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hyphy_section .hyphy_layout1 .hyphy_bg_video, .hyphy_section .hyphy_layout1 .hyphy_embed_bg {
    display: none;
  }
}
.hyphy_section .hyphy_layout1 .hyphy1_bg {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hyphy_section .hyphy_layout1 .hyphy1_bg_wrapper {
  line-height: 0;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.hyphy_section .hyphy_layout1 .hyphy1_bg_wrapper img {
  width: auto;
  min-width: 100vh;
  max-width: none;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
}
.hyphy_section .hyphy_layout1 .hyphy1_bg_wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hyphy_section .hyphy_layout1 .hyphy1_freespace {
  height: 100vh;
}
.hyphy_section .hyphy_layout2 {
  background-color: #f16c70;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hyphy_section .hyphy_layout2 {
    min-height: auto;
  }
}
.hyphy_section .hyphy_layout2.mh_cyan_green_grad_bg {
  background-color: #00a8e2;
  background-image: -webkit-linear-gradient(-360deg, #00a8e2 90%, #76bd22 100%);
  background-image: linear-gradient(90deg,#00a8e2 90%, #76bd22 100%);
}
.hyphy_section .hyphy_layout2.mh_purple_magenta_grad_bg {
  background-color: #7e57c6;
  background-image: -webkit-linear-gradient(-360deg, #7e57c6 90%, #e92076 100%);
  background-image: linear-gradient(90deg,#7e57c6 90%, #e92076 100%);
}
.hyphy_section .hyphy_left_circle {
  background-color: #00a8e2;
  position: absolute;
  border-radius: 50%;
  width: 190%;
  padding-top: 190%;
  top: 50%;
  left: 0;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hyphy_section .hyphy_left_circle.mh_cyan_green_grad_bg {
  background-color: #00a8e2;
  background-image: -webkit-radial-gradient(#00a8e2 0%, #76bd22 60%);
  background-image: radial-gradient(  #00a8e2 0%, #76bd22 60%);
}
.hyphy_section .hyphy_left_circle.mh_purple_magenta_grad_bg {
  background-color: #7e57c6;
  background-image: -webkit-radial-gradient(#7e57c6 0%, #e92076 60%);
  background-image: radial-gradient(  #7e57c6 0%, #e92076 60%);
}
.hyphy_section .hyphy2_content_container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.hyphy_section .hyphy2_content {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 90px;
  line-height: 1;
  padding: 60px 0;
  width: 95%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .hyphy_section .hyphy2_content {
    font-size: 40px;
    padding: 100px 0;
  }
}
.hyphy_section .hyphy2_content.light_font p {
  font-weight: 300;
}
.hyphy_section .hyphy2_content.normal_font p {
  font-weight: 400;
}
.hyphy_section .hyphy2_content.bold_font p {
  font-weight: 700;
}
.hyphy_section .hyphy2_content p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.hyphy_section .container {
  width: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .hyphy_embed_bg {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .hyphy_embed_bg {
    width: 300% !important;
    left: -100% !important;
  }
}
.bubbles_section {
  z-index: 2;
  overflow: visible;
  background-color: #fff;
}
.bubbles_section .bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@keyframes shimmy {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0px, 50px);
  }
}
.bubbles_section .bubbles img {
  position: absolute;
  animation: roll 8s infinite linear;
  transform: rotate(360deg);
  max-width: 75px;
  max-height: 75px;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles img {
    display: none !important;
  }
}
.bubbles_section .bubbles .mobile_bubbles_bg {
  display: none;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .mobile_bubbles_bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bubbles_section .bubbles .bubble-1 {
  top: 30%;
  left: 7%;
}
.bubbles_section .bubbles .bubble-2 {
  top: 0;
  right: 10%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .bubble-2 {
    top: 0;
    right: 2%;
  }
}
.bubbles_section .bubbles .bubble-3 {
  bottom: 20%;
  left: 50%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .bubble-3 {
    bottom: 60%;
    left: 75%;
  }
}
.bubbles_section .bubbles .bubble-4 {
  bottom: 60px;
  right: 5%;
}
.bubbles_section .bubbles .bubble-5 {
  bottom: 10px;
  left: 3%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .bubble-5 {
    bottom: 50%;
    left: 3%;
  }
}
.bubbles_section .bubbles .bubble-6 {
  top: 100px;
  left: 63%;
}
.bubbles_section .bubbles .bubble-7 {
  top: 25px;
  left: 45.5%;
}
.bubbles_section .bubbles .bubble-8 {
  bottom: 100px;
  right: 15%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .bubble-8 {
    bottom: 24%;
    right: 10%;
  }
}
.bubbles_section .bubbles .bubble-9 {
  bottom: 53px;
  right: 4.5%;
}
.bubbles_section .bubbles .bubble-10 {
  top: 15px;
  left: 45%;
}
.bubbles_section .bubbles .bubble-11 {
  bottom: 35px;
  left: 4%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .bubble-11 {
    bottom: 51%;
    left: 4%;
  }
}
.bubbles_section .bubbles .bubble-12 {
  bottom: 14px;
  right: 14.5%;
  max-height: 125px;
  max-width: 125px;
}
.bubbles_section .bubbles .bubble-13 {
  top: 79px;
  left: 4%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .bubble-13 {
    display: none;
  }
}
.bubbles_section .bubbles .bubble-14 {
  bottom: 190px;
  right: 9.5%;
  max-height: 125px;
  max-width: 125px;
}
.bubbles_section .bubbles .bubble-15 {
  top: 15px;
  left: 45%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .bubble-15 {
    display: none;
  }
}
.bubbles_section .bubbles .bubble-16 {
  bottom: 53px;
  right: 4.5%;
  max-height: 125px;
  max-width: 125px;
}
.bubbles_section .bubbles .bubble-17 {
  top: 15px;
  left: 45%;
  max-height: 125px;
  max-width: 125px;
}
.bubbles_section .bubbles .zigzag-1 {
  bottom: 40px;
  left: 40%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .zigzag-1 {
    bottom: 54%;
    left: 50%;
  }
}
.bubbles_section .bubbles .zigzag-2 {
  top: 15%;
  right: 20%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .zigzag-2 {
    top: 0;
    right: 30%;
  }
}
.bubbles_section .bubbles .zigzag-3 {
  top: 0;
  left: 5%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .zigzag-3 {
    display: none;
  }
}
.bubbles_section .bubbles .zigzag-4 {
  bottom: 40px;
  left: 40%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .zigzag-4 {
    bottom: 54%;
    left: 50%;
  }
}
.bubbles_section .bubbles .zigzag-5 {
  top: 15%;
  right: 20%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .zigzag-5 {
    top: 0;
    right: 30%;
  }
}
.bubbles_section .bubbles .zigzag-6 {
  top: 0;
  left: 5%;
}
@media screen and (max-width: 600px) {
  .bubbles_section .bubbles .zigzag-6 {
    display: none;
  }
}
.bubbles_section .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: middle;
  -moz-box-align: middle;
  box-align: middle;
  -webkit-align-items: middle;
  -moz-align-items: middle;
  -ms-align-items: middle;
  -o-align-items: middle;
  align-items: middle;
  -ms-flex-align: middle;
}
@media screen and (max-width: 600px) {
  .bubbles_section .container {
    display: block;
  }
}
.bubbles_section .container .bubbles_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  float: right;
  padding-top: 237px;
  padding-bottom: 40px;
}
.bubbles_section .container .bubbles_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .bubbles_section .container .bubbles_content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    padding-top: 175px;
  }
  .bubbles_section .container .bubbles_content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .bubbles_section .container .bubbles_content {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 132.36833%;
    padding-top: 120px;
  }
  .bubbles_section .container .bubbles_content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bubbles_section .container .bubbles_content {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 83.81583%;
    padding-top: 85px;
  }
  .bubbles_section .container .bubbles_content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .bubbles_section .container .bubbles_content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding-top: 0;
  }
  .bubbles_section .container .bubbles_content:last-child {
    margin-right: 0;
  }
}
.bubbles_section .container .bubbles_content h3 {
  color: #00bcb5;
  display: inline-block;
  margin: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,00bcb5+40,00bcb5+70&0+39,1+40,1+69,0+70 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(1, 185, 180, 0) 49%, rgba(0, 188, 181, 0.25) 40%, rgba(0, 188, 181, 0.25) 90%, rgba(0, 188, 181, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(1, 185, 180, 0) 49%, rgba(0, 188, 181, 0.25) 40%, rgba(0, 188, 181, 0.25) 90%, rgba(0, 188, 181, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(1, 185, 180, 0) 49%, rgba(0, 188, 181, 0.25) 40%, rgba(0, 188, 181, 0.25) 90%, rgba(0, 188, 181, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#0000bcb5',GradientType=0 );
  /* IE6-9 */
  font-size: 42px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bubbles_section .container .bubbles_content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .bubbles_section .container .bubbles_content h3 {
    font-size: 42px;
  }
}
.bubbles_section .container .bubbles_content p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 30px 0;
}
.bubbles_section .container .bubbles_img {
  position: relative;
}
.bubbles_section .container .bubbles_img img {
  border-radius: 100%;
  width: 100%;
  height: auto;
}
.bubbles_section .container .image_left {
  left: -65px;
  margin-left: -140px;
}
@media screen and (max-width: 960px) {
  .bubbles_section .container .image_left {
    margin-left: -100px;
  }
}
@media screen and (max-width: 768px) {
  .bubbles_section .container .image_left {
    margin-left: -55px;
  }
}
@media screen and (max-width: 600px) {
  .bubbles_section .container .image_left {
    margin-left: -100px;
  }
}
.bubbles_section .container .image_right {
  float: right;
  margin-left: 26.85574%;
}

.home_product_section {
  z-index: 2;
  background-color: #fff;
  padding: 40px 0 20px;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .home_product_section .container {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .home_product_section {
    padding: 20px 0 10px;
  }
}
.home_product_section .home_product_intro_copy {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 770px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}
.home_product_section .home_product_intro_copy :first-child {
  margin-top: 0;
}
.home_product_section .home_product_intro_copy :last-child {
  margin-bottom: 0;
}
.home_product_section .home_product_intro_copy h1, .home_product_section .home_product_intro_copy h2, .home_product_section .home_product_intro_copy h3, .home_product_section .home_product_intro_copy h4, .home_product_section .home_product_intro_copy h5, .home_product_section .home_product_intro_copy h6, .home_product_section .home_product_intro_copy p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
.home_product_section .home_product_container .product_bg {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background-color: #e92076;
  display: block;
}
.home_product_section .home_product_container .has_img_bg .product_image_link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.home_product_section .home_product_container .has_img_bg .product_image {
  position: absolute;
  top: 0;
  left: 0;
}
.home_product_section .left_products, .home_product_section .right_products {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex-wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.home_product_section .left_products:last-child, .home_product_section .right_products:last-child {
  margin-right: 0;
}
.home_product_section .left_products:nth-child(2n), .home_product_section .right_products:nth-child(2n) {
  margin-right: 0;
}
.home_product_section .left_products:nth-child(2n+1), .home_product_section .right_products:nth-child(2n+1) {
  clear: left;
}
.home_product_section .right_products {
  padding-top: 20%;
  left: 0%;
}
.home_product_section .left_products {
  right: 0%;
}
.home_product_section .top_left_product, .home_product_section .top_right_product, .home_product_section .bottom_left_product, .home_product_section .bottom_right_product {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  .home_product_section .top_left_product, .home_product_section .top_right_product, .home_product_section .bottom_left_product, .home_product_section .bottom_right_product {
    width: 120%;
  }
}
.home_product_section .top_left_product img, .home_product_section .top_right_product img, .home_product_section .bottom_left_product img, .home_product_section .bottom_right_product img {
  width: 100%;
  max-width: 100%;
  top: 0;
  height: auto;
}
.home_product_section .top_right_product, .home_product_section .bottom_right_product {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home_product_section .top_right_product, .home_product_section .bottom_right_product {
    left: -20%;
  }
}
.home_product_section .top_right_product {
  margin-top: 140px;
}
@media screen and (max-width: 600px) {
  .home_product_section .top_right_product {
    margin-top: 100px;
  }
}
.home_product_section .bottom_left_product {
  margin-top: 240px;
}
@media screen and (max-width: 600px) {
  .home_product_section .bottom_left_product {
    margin-top: 150px;
  }
}
.home_product_section .bottom_right_product {
  margin-top: 280px;
}
@media screen and (max-width: 600px) {
  .home_product_section .bottom_right_product {
    margin-top: 160px;
  }
}
.home_product_section .js-parallaxScroll {
  left: 0;
}

.embed_vid_section {
  z-index: 1;
  background-color: #fff;
  line-height: 0;
}
.embed_vid_section .mh_vid_embed {
  padding-top: 56.25%;
  position: relative;
}
.embed_vid_section .mh_vid_embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.embed_vid_section .mh_vid_embed img {
  position: absolute;
  top: 0;
  padding-top: 25%;
  left: 50%;
  margin-left: -20px;
}
