/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.c  om/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 30, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 35, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 44, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 57, ../sass/main.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 65, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 75, ../sass/main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: "Serpentine-Bold";
  src: url("../fonts/Serpentine Bold.eot");
  /* IE9 */
  src: url("../fonts/Serpentine Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Serpentine Bold.woff") format("woff"), url("../fonts/Serpentine Bold.ttf") format("truetype"), url("../fonts/Serpentine Bold.svg#Serpentine") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
/* FOUNDATION BREAK POINT
$small-range: (0em, 40em); // 0, 640px
$medium-range: (40.063em, 64em); // 641px, 1024px 
$large-range: (64.063em, 90em); // 1025px, 1440px
$xlarge-range: (90.063em, 120em); // 1441px, 1920px 
$xxlarge-range: (120.063em); /// 1921px 
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../sass/global/_helper.scss */
.ir, .icon {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, ../sass/global/_helper.scss */
.ir:before, .icon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, ../sass/global/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, ../sass/global/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, ../sass/global/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, ../sass/global/_helper.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, ../sass/global/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 91, ../sass/global/_helper.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 100, ../sass/global/_helper.scss */
.clearfix {
  *zoom: 1;
}

/*! jQuery UI - v1.10.3 - 2013-06-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 8, ../sass/global/_jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, ../sass/global/_jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 23, ../sass/global/_jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 34, ../sass/global/_jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 41, ../sass/global/_jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 45, ../sass/global/_jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 50, ../sass/global/_jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 60, ../sass/global/_jquery-ui.scss */
.ui-front {
  z-index: 999;
}

/* Interaction Cues
----------------------------------*/
/* line 66, ../sass/global/_jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 74, ../sass/global/_jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 85, ../sass/global/_jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 93, ../sass/global/_jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 97, ../sass/global/_jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 103, ../sass/global/_jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 108, ../sass/global/_jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 116, ../sass/global/_jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 124, ../sass/global/_jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 132, ../sass/global/_jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 140, ../sass/global/_jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 148, ../sass/global/_jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 156, ../sass/global/_jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 164, ../sass/global/_jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 172, ../sass/global/_jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 178, ../sass/global/_jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 188, ../sass/global/_jquery-ui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 192, ../sass/global/_jquery-ui.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 196, ../sass/global/_jquery-ui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 200, ../sass/global/_jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 207, ../sass/global/_jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 213, ../sass/global/_jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 220, ../sass/global/_jquery-ui.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 233, ../sass/global/_jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 242, ../sass/global/_jquery-ui.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 247, ../sass/global/_jquery-ui.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 251, ../sass/global/_jquery-ui.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 255, ../sass/global/_jquery-ui.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 260, ../sass/global/_jquery-ui.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 265, ../sass/global/_jquery-ui.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 269, ../sass/global/_jquery-ui.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 275, ../sass/global/_jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 280, ../sass/global/_jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 285, ../sass/global/_jquery-ui.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 291, ../sass/global/_jquery-ui.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 297, ../sass/global/_jquery-ui.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 307, ../sass/global/_jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 312, ../sass/global/_jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 318, ../sass/global/_jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 325, ../sass/global/_jquery-ui.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 329, ../sass/global/_jquery-ui.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 337, ../sass/global/_jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 343, ../sass/global/_jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 349, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 354, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 362, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 367, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 371, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 375, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 379, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 383, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 393, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 399, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 404, ../sass/global/_jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 408, ../sass/global/_jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 413, ../sass/global/_jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 420, ../sass/global/_jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 427, ../sass/global/_jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 432, ../sass/global/_jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 440, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 449, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 458, ../sass/global/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 463, ../sass/global/_jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 467, ../sass/global/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 471, ../sass/global/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 476, ../sass/global/_jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 480, ../sass/global/_jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 484, ../sass/global/_jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 488, ../sass/global/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 493, ../sass/global/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 497, ../sass/global/_jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 504, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 508, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 513, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 518, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 523, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 528, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 532, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 536, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 541, ../sass/global/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 547, ../sass/global/_jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  outline: 0;
}

/* line 555, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 560, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 569, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 579, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 587, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 595, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 599, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 604, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 612, ../sass/global/_jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 616, ../sass/global/_jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 624, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 629, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* line 637, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 645, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/* line 655, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 661, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 667, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 672, ../sass/global/_jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 676, ../sass/global/_jquery-ui.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 682, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 689, ../sass/global/_jquery-ui.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 694, ../sass/global/_jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 700, ../sass/global/_jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 705, ../sass/global/_jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 712, ../sass/global/_jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 716, ../sass/global/_jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 721, ../sass/global/_jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 729, ../sass/global/_jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
/* line 740, ../sass/global/_jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 745, ../sass/global/_jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 749, ../sass/global/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 754, ../sass/global/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 759, ../sass/global/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 763, ../sass/global/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 767, ../sass/global/_jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 772, ../sass/global/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 778, ../sass/global/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 783, ../sass/global/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 787, ../sass/global/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 791, ../sass/global/_jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 799, ../sass/global/_jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 810, ../sass/global/_jquery-ui.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */
/* line 825, ../sass/global/_jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
/* line 832, ../sass/global/_jquery-ui.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 839, ../sass/global/_jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 843, ../sass/global/_jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 848, ../sass/global/_jquery-ui.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 853, ../sass/global/_jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 859, ../sass/global/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 864, ../sass/global/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 875, ../sass/global/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 881, ../sass/global/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 886, ../sass/global/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 892, ../sass/global/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 897, ../sass/global/_jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 904, ../sass/global/_jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 913, ../sass/global/_jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* CUSTOM */
/* line 920, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  display: none;
}

/* line 924, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  height: 1px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 25000;
}

/* line 933, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(../images/ui.png);
  background-position: -120px -60px;
  background-repeat: none;
  width: 43px;
  height: 44px;
  padding: 0;
  margin: 0;
}

/* line 939, ../sass/global/_jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-image: url(../images/ui.png);
  background-position: -120px -120px;
  background-repeat: none;
  width: 43px;
  height: 44px;
}

/* line 945, ../sass/global/_jquery-ui.scss */
.ui-dialog .select-wrapper select {
  z-index: 200040;
}

/* line 949, ../sass/global/_jquery-ui.scss */
.ui-widget-overlay {
  background: url("../images/modal-overlay.png") 0 0 repeat;
}

/* line 953, ../sass/global/_jquery-ui.scss */
.modal-style-1 {
  background: none;
}
/* line 955, ../sass/global/_jquery-ui.scss */
.modal-style-1 .ui-dialog-content {
  padding: 0;
  margin: 0;
}
/* line 959, ../sass/global/_jquery-ui.scss */
.modal-style-1 .ui-dialog-titlebar {
  top: 0;
  right: 0;
}
/* line 963, ../sass/global/_jquery-ui.scss */
.modal-style-1 .modal-wrapper {
  background: url(../images/modal-style-1-top.png) top left no-repeat;
  width: 661px;
  padding: 11px 0 0 0;
  margin: 12px 0 0 0;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}
/* line 970, ../sass/global/_jquery-ui.scss */
.modal-style-1 .modal-container {
  background: url(../images/modal-style-1.png) bottom left no-repeat;
  padding: 0 0 30px 0;
}

/* Fades and background-images don't work well together in IE6, drop the image */
/* line 977, ../sass/global/_jquery-ui.scss */
* html .ui-tooltip {
  background-image: none;
}

/* line 981, ../sass/global/_jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/*
** ICON
** Please use icon- as your CSS class prefix
*/
/* line 5, ../sass/global/_icon.scss */
.icon {
  text-decoration: none;
  display: block;
}

/*
** BUTTONS
** Please use btn- as your CSS class prefix
*/
/* line 5, ../sass/global/_button.scss */
.btn {
  text-decoration: none;
  display: block;
}

/* line 2, ../sass/global/_form.scss */
.standard-form-style .desc {
  text-align: left;
  color: #fff;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
/* line 9, ../sass/global/_form.scss */
.standard-form-style a.link:link, .standard-form-style a.link:active, .standard-form-style a.link:visited {
  color: #fff;
  text-decoration: underline;
}
/* line 13, ../sass/global/_form.scss */
.standard-form-style a.link:hover {
  text-decoration: none;
}
/* line 16, ../sass/global/_form.scss */
.standard-form-style .form-item {
  margin: 0 0 6px 0;
  text-align: left;
}
/* line 19, ../sass/global/_form.scss */
.standard-form-style .form-item p {
  color: #fff;
}
/* line 22, ../sass/global/_form.scss */
.standard-form-style .form-item label {
  float: left;
}
/* line 25, ../sass/global/_form.scss */
.standard-form-style .form-item .input-text {
  float: left;
}
/* line 28, ../sass/global/_form.scss */
.standard-form-style .form-item .textarea {
  float: left;
}

/* line 35, ../sass/global/_form.scss */
label {
  color: #fff;
  /*font-family: $font-standard;*/
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
/* line 42, ../sass/global/_form.scss */
label.label-1 {
  width: 78px;
  padding: 6px 10px 0 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 50, ../sass/global/_form.scss */
.input-file {
  float: left;
  margin: 0;
  position: relative;
}
/* line 55, ../sass/global/_form.scss */
.input-file input {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 341px;
  height: 23px;
}
/* line 66, ../sass/global/_form.scss */
.input-file span {
  position: absolute;
  width: 248px;
  height: 23px;
  line-height: 23px;
  color: #444;
  display: block;
  top: 0;
  left: 10px;
}
/* line 76, ../sass/global/_form.scss */
.input-file.input-file-1 {
  background-image: url(../images/ui.png);
  background-position: -60px 0px;
  background-repeat: none;
  width: 340px;
  height: 23px;
}
/* line 78, ../sass/global/_form.scss */
.input-file.input-file-1 span {
  position: absolute;
  width: 248px;
  height: 23px;
  line-height: 23px;
  color: #444;
  display: block;
  top: 0;
  left: 10px;
}

/* line 91, ../sass/global/_form.scss */
.input-text {
  position: relative;
}
/* line 93, ../sass/global/_form.scss */
.input-text input {
  font-family: Arial, Helvetica, sans-serif;
}
/* line 96, ../sass/global/_form.scss */
.input-text.input-text-1 {
  background-image: url(../images/ui.png);
  background-position: -390px 0px;
  background-repeat: none;
  width: 210px;
  height: 30px;
}
/* line 98, ../sass/global/_form.scss */
.input-text.input-text-1 input {
  background: none;
  border: none;
  width: 192px;
  position: absolute;
  top: 5px;
  left: 9px;
  height: 16px;
  font-size: 13px;
  color: #444;
  line-height: 1em;
}

/* line 113, ../sass/global/_form.scss */
.textarea {
  color: #444;
  position: relative;
}
/* line 116, ../sass/global/_form.scss */
.textarea textarea {
  resize: none;
  background: none;
  overflow: auto;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 123, ../sass/global/_form.scss */
.textarea.textarea-1 {
  background-image: url(../images/ui.png);
  background-position: 0px -180px;
  background-repeat: none;
  width: 207px;
  height: 81px;
}
/* line 125, ../sass/global/_form.scss */
.textarea.textarea-1 textarea {
  width: 192px;
  color: #444;
  height: 68px;
  position: absolute;
  top: 8px;
  left: 8px;
}

/* line 136, ../sass/global/_form.scss */
.checkbox-wrapper {
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
/* line 141, ../sass/global/_form.scss */
.checkbox-wrapper .input-checkbox {
  border: medium none;
  cursor: pointer;
  height: 21px;
  margin: 3px 0 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  width: 26px;
  z-index: 0;
  float: left;
  margin-right: 10px;
}
/* line 154, ../sass/global/_form.scss */
.checkbox-wrapper.checkbox-1 {
  background-image: url(../images/ui.png);
  background-position: -810px 0px;
  background-repeat: none;
  width: 17px;
  height: 17px;
}
/* line 157, ../sass/global/_form.scss */
.checkbox-wrapper.checkbox-1.checked {
  background-image: url(../images/ui.png);
  background-position: -810px -30px;
  background-repeat: none;
  width: 17px;
  height: 17px;
}

/* line 162, ../sass/global/_form.scss */
.checkbox-wrapper {
  width: 17px;
  height: 17px;
  margin-top: .3em;
  display: inline-block;
  vertical-align: top;
  float: none;
  background: url(../images/checkbox.jpg) no-repeat;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* line 172, ../sass/global/_form.scss */
.checkbox-wrapper.checked {
  background: url(../images/checkbox.jpg) left bottom no-repeat;
}
/* line 176, ../sass/global/_form.scss */
.checkbox-wrapper + label {
  margin-bottom: 1em !important;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}
/* line 183, ../sass/global/_form.scss */
.checkbox-wrapper + label a {
  color: #009d30;
  text-decoration: underline;
}

/* line 190, ../sass/global/_form.scss */
.radio-wrapper {
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
/* line 195, ../sass/global/_form.scss */
.radio-wrapper .input-radio, .radio-wrapper .form-radio {
  border: medium none;
  cursor: pointer;
  height: 21px;
  margin: 3px 0 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  width: 26px;
  z-index: 0;
  float: left;
  margin-right: 10px;
}

/* line 210, ../sass/global/_form.scss */
.select-wrapper {
  border: none;
  float: left;
  margin-right: 0;
  position: relative;
  z-index: 20;
}
/* line 217, ../sass/global/_form.scss */
.select-wrapper select {
  cursor: pointer;
  opacity: 0;
  position: relative;
  z-index: 10;
  filter: alpha(opacity=0);
}
/* line 224, ../sass/global/_form.scss */
.select-wrapper span {
  color: #000;
  font-size: 13px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  white-space: nowrap;
  z-index: 20;
}
/* line 234, ../sass/global/_form.scss */
.select-wrapper.select-1 {
  background-image: url(../images/ui.png);
  background-position: -600px 0px;
  background-repeat: none;
  width: 208px;
  height: 30px;
}
/* line 236, ../sass/global/_form.scss */
.select-wrapper.select-1 span {
  left: 11px;
  top: 7px;
  color: #444;
}
/* line 241, ../sass/global/_form.scss */
.select-wrapper.select-1 select {
  width: 208px;
  height: 30px;
}
/* line 247, ../sass/global/_form.scss */
.select-wrapper.select-error {
  background-color: #ffe6ed;
  border: 1px solid #eb5b4c;
  color: #eb5b4c;
}

/* line 254, ../sass/global/_form.scss */
.select-wrapper {
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 260, ../sass/global/_form.scss */
.select-wrapper select {
  z-index: 100;
}
/* line 264, ../sass/global/_form.scss */
.select-wrapper span {
  color: #009d30;
  top: 8px;
}
/* line 269, ../sass/global/_form.scss */
.select-wrapper .fa {
  position: absolute;
  display: block;
  top: 4px;
  right: 5px;
  color: #f7ab03;
  font-size: 2em;
}

/* line 276, ../sass/global/_form.scss */
.file-input {
  display: none;
}

/* line 280, ../sass/global/_form.scss */
.file-label {
  float: left;
}
/* line 283, ../sass/global/_form.scss */
.file-label span {
  margin-left: 1em;
}
/* line 286, ../sass/global/_form.scss */
.file-label span.username {
  font-size: 1.5em;
  white-space: nowrap;
  margin-left: .5em;
  color: #009d30;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  position: absolute;
  display: block;
  left: 160px;
  top: 0;
}
@media only screen and (max-width: 39.937em) {
  /* line 286, ../sass/global/_form.scss */
  .file-label span.username {
    left: 100px;
    font-size: 1.25em;
  }
}
/* line 302, ../sass/global/_form.scss */
.file-label a {
  display: inline-block;
  color: #656565;
  margin-left: 1em;
}
/* line 307, ../sass/global/_form.scss */
.file-label a:hover {
  text-decoration: underline;
}
/* line 312, ../sass/global/_form.scss */
.file-label img {
  max-width: 150px;
}
@media only screen and (max-width: 39.937em) {
  /* line 312, ../sass/global/_form.scss */
  .file-label img {
    max-width: 96px;
  }
}
/* line 320, ../sass/global/_form.scss */
.file-label input {
  display: none;
}

/* line 325, ../sass/global/_form.scss */
.range-wrapper {
  /*max-width: 300px;*/
  margin: auto;
}
/* line 329, ../sass/global/_form.scss */
.range-wrapper input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: none;
}
/* line 334, ../sass/global/_form.scss */
.range-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: url("../images/range-thumb.png") 0 0 no-repeat;
  cursor: pointer;
  margin-top: -7px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
/* line 337, ../sass/global/_form.scss */
.range-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #e1e1e1;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
}
/* line 341, ../sass/global/_form.scss */
.range-wrapper input[type=range]::-moz-range-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #e1e1e1;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
}
/* line 345, ../sass/global/_form.scss */
.range-wrapper input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: url("../images/range-thumb.png") 0 0 no-repeat;
  cursor: pointer;
  margin-top: -7px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
/* line 349, ../sass/global/_form.scss */
.range-wrapper input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: url("../images/range-thumb.png") 0 0 no-repeat;
  cursor: pointer;
  margin-top: -7px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
/* line 353, ../sass/global/_form.scss */
.range-wrapper input[type=range]::-ms-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #e1e1e1;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
}

/* line 1, ../sass/global/_modal.scss */
#map_modal, #video-modal {
  max-width: 100em;
  z-index: 9999999;
}
/* line 5, ../sass/global/_modal.scss */
#map_modal .modal-top-bg, #video-modal .modal-top-bg {
  background: url(../images/global/milo-logo.png) 2% 0 no-repeat #009d30;
  min-height: 10%;
  margin: -1.875rem;
  margin-bottom: 2em;
  background-size: auto 100%;
}
@media only screen and (max-width: 39.937em) {
  /* line 5, ../sass/global/_modal.scss */
  #map_modal .modal-top-bg, #video-modal .modal-top-bg {
    background-size: 20% 100%;
  }
}
/* line 16, ../sass/global/_modal.scss */
#map_modal .modal-top-bg .close-reveal-modal, #video-modal .modal-top-bg .close-reveal-modal {
  right: 4%;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 39.937em) {
  /* line 16, ../sass/global/_modal.scss */
  #map_modal .modal-top-bg .close-reveal-modal, #video-modal .modal-top-bg .close-reveal-modal {
    top: 0;
  }
}
/* line 27, ../sass/global/_modal.scss */
#map_modal .map-content, #video-modal .map-content {
  max-height: 85%;
  width: 90%;
  margin: auto;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 39.937em) {
  /* line 27, ../sass/global/_modal.scss */
  #map_modal .map-content, #video-modal .map-content {
    max-height: 80%;
  }
}
/* line 38, ../sass/global/_modal.scss */
#map_modal .map-content #map-canvas, #video-modal .map-content #map-canvas {
  min-height: 500px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
/* line 46, ../sass/global/_modal.scss */
#map_modal h2, #video-modal h2 {
  font-weight: bold;
  color: #009d30;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 39.937em) {
  /* line 46, ../sass/global/_modal.scss */
  #map_modal h2, #video-modal h2 {
    font-size: 1em;
    margin-top: 10px;
  }
}
/* line 57, ../sass/global/_modal.scss */
#map_modal p, #video-modal p {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 39.937em) {
  /* line 57, ../sass/global/_modal.scss */
  #map_modal p, #video-modal p {
    font-size: .8em;
  }
}
/* line 66, ../sass/global/_modal.scss */
#map_modal #media-container, #video-modal #media-container {
  text-align: center;
}
/* line 70, ../sass/global/_modal.scss */
#map_modal #media-container .media.hide, #video-modal #media-container .media.hide {
  display: none;
}
/* line 75, ../sass/global/_modal.scss */
#map_modal #media-information, #video-modal #media-information {
  margin-top: 1em;
  padding-bottom: 30px;
}
/* line 79, ../sass/global/_modal.scss */
#map_modal #media-information .columns, #video-modal #media-information .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 85, ../sass/global/_modal.scss */
#map_modal #media-information h2, #video-modal #media-information h2 {
  color: #009d30;
  text-transform: uppercase;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  padding-left: 0;
}
/* line 92, ../sass/global/_modal.scss */
#map_modal #media-information .txt, #video-modal #media-information .txt {
  color: #656565;
  font-size: 1.250m;
  font-family: "FrutigerLTW02-45Light", "Arial";
}
/* line 99, ../sass/global/_modal.scss */
#map_modal #media-information .social > *, #video-modal #media-information .social > * {
  vertical-align: bottom !important;
  margin-bottom: 10px !important;
}

/* line 107, ../sass/global/_modal.scss */
#unlockModal {
  background: #00912b;
  margin-top: -50px;
}
/* line 111, ../sass/global/_modal.scss */
#unlockModal .close-btn {
  top: -1rem;
  right: -1rem;
  width: 4rem;
}
@media only screen and (max-width: 39.937em) {
  /* line 111, ../sass/global/_modal.scss */
  #unlockModal .close-btn {
    top: 0;
    right: 0;
  }
}
/* line 123, ../sass/global/_modal.scss */
#unlockModal .btn-continue {
  top: auto;
  bottom: 1em;
  width: 50%;
  left: 50%;
  margin-left: -25%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 107, ../sass/global/_modal.scss */
  #unlockModal {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 107, ../sass/global/_modal.scss */
  #unlockModal {
    margin-top: 50px;
  }
}

/* line 143, ../sass/global/_modal.scss */
.reveal-modal h2 {
  text-transform: uppercase;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-align: center;
  color: #656565;
}
/* line 150, ../sass/global/_modal.scss */
.reveal-modal .gray-btn, .reveal-modal .orange-btn {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  background: #e1e1e1;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 1.25em;
  line-height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 167, ../sass/global/_modal.scss */
.reveal-modal .gray-btn:hover, .reveal-modal .orange-btn:hover {
  background: #aaa;
}
/* line 172, ../sass/global/_modal.scss */
.reveal-modal .orange-btn {
  background: #f5ab2d;
}
/* line 176, ../sass/global/_modal.scss */
.reveal-modal .orange-btn:hover {
  background: #e39714;
}

/*
** MISC
*/
/*
** HEADER
*/
/* line 4, ../sass/global/_header.scss */
header {
  min-height: 80px;
  width: 100%;
  /* background: #00912c; */
  background: #009d30;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 39.937em) {
  /* line 4, ../sass/global/_header.scss */
  header {
    min-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 4, ../sass/global/_header.scss */
  header {
    min-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }
}
/* line 28, ../sass/global/_header.scss */
header .milo-logo {
  width: 90px;
  height: 55px;
  background: url(../images/global/milo-logo.png) no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  left: 45px;
  top: 15px;
  z-index: 1;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 28, ../sass/global/_header.scss */
  header .milo-logo {
    left: 15px;
    top: 10px;
    width: 58px;
    height: 35px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 28, ../sass/global/_header.scss */
  header .milo-logo {
    left: 15px;
    top: 10px;
    width: 58px;
    height: 35px;
  }
}
/* line 50, ../sass/global/_header.scss */
header .nav-btn {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 2em;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 3px;
}
/* line 59, ../sass/global/_header.scss */
header .nav-btn.active {
  background: #fff;
  color: #00912c;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 50, ../sass/global/_header.scss */
  header .nav-btn {
    display: block !important;
  }
}
/* line 69, ../sass/global/_header.scss */
header .mb-search-ico {
  position: absolute;
  display: block;
  top: 0;
  right: 100px;
}
/* line 72, ../sass/global/_header.scss */
header .mb-search-ico .search-btn {
  display: block;
  color: #fff;
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 8px;
}
/* line 81, ../sass/global/_header.scss */
header .mb-search-ico .search-btn.active {
  background: #fff;
  color: #00912c;
}
/* line 87, ../sass/global/_header.scss */
header .mb-search-ico .search-field {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 999;
  background: #fff;
  padding-top: 5px;
  display: none;
  border-bottom: 1px solid #cacaca;
  /*this for mobile only*/
}
/* line 99, ../sass/global/_header.scss */
header .mb-search-ico .search-field input[type="text"], header .mb-search-ico .search-field input[type="search"] {
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  color: #009d30;
  font-family: "FrutigerLTW02-45Light", "Arial";
  font-size: 1.250em;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  /* &:focus { background: none; } */
}
/* line 111, ../sass/global/_header.scss */
header .mb-search-ico .search-field input[type="search"] {
  border-bottom: 1px solid #cacaca;
  padding-left: 32px;
  margin-left: -20px;
  /* &:focus { background: none; } */
}
/* line 119, ../sass/global/_header.scss */
header .mb-search-ico .search-field ::-webkit-input-placeholder {
  color: #009d30;
}
/* line 123, ../sass/global/_header.scss */
header .mb-search-ico .search-field :-moz-placeholder {
  color: #009d30;
}
/* line 127, ../sass/global/_header.scss */
header .mb-search-ico .search-field ::-moz-placeholder {
  color: #009d30;
}
/* line 131, ../sass/global/_header.scss */
header .mb-search-ico .search-field :-ms-input-placeholder {
  color: #009d30;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 69, ../sass/global/_header.scss */
  header .mb-search-ico {
    display: block !important;
  }
}
/* line 141, ../sass/global/_header.scss */
header .user-block-mobile {
  position: absolute;
  display: block;
  top: 0;
  right: 50px;
}
/* line 144, ../sass/global/_header.scss */
header .user-block-mobile .username {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  text-align: center;
}
/* line 151, ../sass/global/_header.scss */
header .user-block-mobile .username i {
  color: #fff;
  font-size: 2em;
}
/* line 156, ../sass/global/_header.scss */
header .user-block-mobile .username.active {
  background: #fff;
}
/* line 159, ../sass/global/_header.scss */
header .user-block-mobile .username.active i {
  color: #009d30;
}
/* line 165, ../sass/global/_header.scss */
header .user-block-mobile .func-wrapper {
  position: absolute;
  display: block;
  top: 50px;
  right: -50px;
  background: #fff;
  width: 280px;
  z-index: 99;
  display: none;
}
/* line 172, ../sass/global/_header.scss */
header .user-block-mobile .func-wrapper a {
  color: #009d30;
  padding: .5em 0 .5em .5em;
  display: block;
  border-bottom: 1px solid #cacaca;
}
/* line 178, ../sass/global/_header.scss */
header .user-block-mobile .func-wrapper a.name {
  color: #f7ab03;
}
/* line 182, ../sass/global/_header.scss */
header .user-block-mobile .func-wrapper a:hover {
  text-decoration: underline;
}
/* line 187, ../sass/global/_header.scss */
header .user-block-mobile .func-wrapper.show {
  display: block;
}
@media only screen and (max-width: 39.937em) {
  /* line 193, ../sass/global/_header.scss */
  header .top-bar {
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 193, ../sass/global/_header.scss */
  header .top-bar {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 64em) {
  /* line 205, ../sass/global/_header.scss */
  header .top-bar-section {
    padding-left: 140px;
  }
}
@media screen and (min-width: 80em) {
  /* line 205, ../sass/global/_header.scss */
  header .top-bar-section {
    padding-left: 160px;
  }
}
/* line 213, ../sass/global/_header.scss */
header .top-bar-section ul li {
  height: 80px;
  padding-top: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* line 220, ../sass/global/_header.scss */
header .top-bar-section ul li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 25px;
  line-height: 14px;
  font-size: 1.1em;
  font-family: "FrutigerLTW01-55Roman", "Arial";
}
@media screen and (min-width: 64em) {
  /* line 220, ../sass/global/_header.scss */
  header .top-bar-section ul li a {
    font-size: 1.250em;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1170px) {
  /* line 220, ../sass/global/_header.scss */
  header .top-bar-section ul li a {
    padding: 5px 25px;
  }
}
/* line 238, ../sass/global/_header.scss */
header .top-bar-section ul li a.active, header .top-bar-section ul li a:hover, header .top-bar-section ul li a.hover {
  color: #009d30;
  background: #fff;
}
/* line 243, ../sass/global/_header.scss */
header .top-bar-section ul li a:hover .arrow, header .top-bar-section ul li a.hover .arrow {
  display: block;
}
/* line 245, ../sass/global/_header.scss */
header .top-bar-section ul li a.normal {
  color: #fff;
  background: none;
}
/* line 252, ../sass/global/_header.scss */
header .top-bar-section ul li.has-dropdown > a {
  position: relative;
}
/* line 256, ../sass/global/_header.scss */
header .top-bar-section ul li.has-dropdown .arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 25px solid #ffffff;
  position: absolute;
  display: block;
  left: 35%;
  top: 30px;
  display: none;
}
/* line 266, ../sass/global/_header.scss */
header .top-bar-section ul li.has-dropdown .dropdown {
  text-align: left;
  background: #fff;
  position: absolute;
  display: block;
  left: -120%;
  top: -400px;
  z-index: 2;
}
/* line 272, ../sass/global/_header.scss */
header .top-bar-section ul li.has-dropdown .dropdown li {
  margin-right: -4px;
}
/* line 274, ../sass/global/_header.scss */
header .top-bar-section ul li.has-dropdown .dropdown li a {
  padding: 5px 25px;
  color: #656565;
  /* &.active {
  	border: 1px solid #7fce97;
  } */
}
/* line 278, ../sass/global/_header.scss */
header .top-bar-section ul li.has-dropdown .dropdown li a:hover, header .top-bar-section ul li.has-dropdown .dropdown li a.active {
  color: #009d30;
}
@media only screen and (max-width: 39.937em) {
  /* line 274, ../sass/global/_header.scss */
  header .top-bar-section ul li.has-dropdown .dropdown li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 266, ../sass/global/_header.scss */
  header .top-bar-section ul li.has-dropdown .dropdown {
    width: 100% !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 266, ../sass/global/_header.scss */
  header .top-bar-section ul li.has-dropdown .dropdown {
    width: 100% !important;
  }
}
/* line 299, ../sass/global/_header.scss */
header .top-bar-section ul li.has-dropdown .dropdown.show-sub-nav {
  top: 80px;
}
/* line 303, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico {
  padding-top: 10px;
  width: 60px;
  position: relative;
}
/* line 307, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico a {
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 1.8em;
  padding: 15px 0 0 0;
}
/* line 313, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico a:hover {
  color: #fff;
  background: none;
  background: #f7ab03;
}
/* line 320, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico .search-field {
  background: #fff;
  height: 60px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 10px;
  right: 0px;
  padding: 15px 20px;
  opacity: 0;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 330, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico .search-field input[type="text"] {
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  color: #009d30;
  font-family: "FrutigerLTW02-45Light", "Arial";
  font-size: 1.250em;
}
/* line 338, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico .search-field input[type="text"]:focus {
  background: none;
}
/* line 341, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico .search-field ::-webkit-input-placeholder {
  color: #009d30;
}
/* line 345, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico .search-field :-moz-placeholder {
  color: #009d30;
}
/* line 349, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico .search-field ::-moz-placeholder {
  color: #009d30;
}
/* line 353, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico .search-field :-ms-input-placeholder {
  color: #009d30;
}
/* line 359, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico:hover .search-field {
  width: 740px;
  right: 58px;
  opacity: 1;
}
/* line 364, ../sass/global/_header.scss */
header .top-bar-section ul li.search-ico:hover a {
  color: #fff;
  background: none;
  background: #f7ab03;
}
/* line 372, ../sass/global/_header.scss */
header .top-bar-section ul li.mb-swith-lang {
  display: none;
}
/* line 373, ../sass/global/_header.scss */
header .top-bar-section ul li.mb-social-media {
  display: none;
}
/* line 378, ../sass/global/_header.scss */
header .mb-top-nav {
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 50px;
  z-index: 999;
  background: #fff;
  /* margin-top: 50px; */
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
/* line 388, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section {
  text-align: left;
}
/* line 391, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li {
  height: auto;
  padding-top: 0px;
  display: block;
  margin-right: 0px;
}
/* line 396, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li a {
  display: block;
  vertical-align: top;
  margin-right: 0px;
  color: #009d30;
  text-transform: uppercase;
  padding: 15px 25px;
  line-height: 14px;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  border-bottom: 1px solid #cacaca;
  position: relative;
}
/* line 409, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li a .fa-angle-right {
  position: absolute;
  display: block;
  top: 8px;
  right: 20px;
  color: #f7ab03;
  font-size: 1.5em;
  display: block !important;
}
/* line 417, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li a.active .arrow, header .mb-top-nav .top-bar-section ul li a:hover .arrow, header .mb-top-nav .top-bar-section ul li a.hover .arrow {
  display: none;
}
/* line 422, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.has-dropdown .dropdown {
  text-align: left !important;
  width: 100%;
  background: #fff;
  position: static;
  display: block;
  margin: 0;
  display: none;
}
/* line 431, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.has-dropdown .dropdown li {
  text-align: left !important;
}
/* line 433, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.has-dropdown .dropdown li a {
  color: #009d30;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 0.8em;
  padding-left: 35px;
}
/* line 438, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.has-dropdown .dropdown li a .fa-angle-right {
  font-size: 2.5em;
  top: 5px;
}
/* line 445, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.has-dropdown .dropdown.show-sub-nav {
  display: block;
}
/* line 449, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.search-ico {
  display: none;
}
/* line 451, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-swith-lang {
  display: block;
  border-top: 8px solid #e4e4e4;
  border-bottom: 8px solid #e4e4e4;
}
/* line 455, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-swith-lang span {
  color: #656565;
  font-family: "FrutigerLTW02-45Light", "Arial";
}
/* line 461, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media {
  padding: 15px 25px;
}
/* line 463, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media a {
  border-bottom: none;
  padding: 0;
}
/* line 464, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .txt {
  color: #656565;
  font-family: "FrutigerLTW02-45Light", "Arial";
  font-size: 0.938em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 464, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .txt {
    font-size: 0.813em;
    display: block;
  }
}
/* line 477, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .ico-fb {
  width: 31px;
  height: 31px;
  background: url(../images/global/footer-social.jpg) left top no-repeat;
  display: inline-block;
  margin-right: -4px;
  margin-left: 20px;
  vertical-align: middle;
}
/* line 486, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .ico-tw {
  width: 34px;
  height: 31px;
  background: url(../images/global/footer-social.jpg) -54px top no-repeat;
  display: inline-block;
  margin-right: -4px;
  margin-left: 23px;
  vertical-align: middle;
}
/* line 495, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .ico-yt {
  width: 62px;
  height: 31px;
  background: url(../images/global/footer-social.jpg) right top no-repeat;
  display: inline-block;
  margin-right: -4px;
  margin-left: 15px;
  vertical-align: middle;
}
/* line 505, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .line {
  width: 2px;
  height: 37px;
  background: #c8c8c8;
  display: inline-block;
  margin-right: 20px;
  margin-left: 24px;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 505, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .line {
    height: 55px;
  }
}
/* line 519, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .ico-chat {
  width: 32px;
  height: 36px;
  background: url(../images/global/footer-chat.jpg) left top no-repeat;
  display: inline-block;
  margin-right: -4px;
  margin-left: 14px;
  vertical-align: middle;
}
/* line 529, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .social-media {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 529, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .social-media {
    vertical-align: top;
  }
  /* line 537, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .social-media .ico-fb {
    margin-left: 0;
    margin-top: 3px;
  }
  /* line 538, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .social-media .ico-tw {
    margin-left: 15px;
    margin-top: 3px;
  }
  /* line 539, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .social-media .ico-yt {
    margin-left: 15px;
    margin-top: 3px;
  }
}
/* line 542, ../sass/global/_header.scss */
header .mb-top-nav .top-bar-section ul li.mb-social-media .live-support {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 542, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .live-support {
    text-align: center;
    vertical-align: top;
  }
  /* line 550, ../sass/global/_header.scss */
  header .mb-top-nav .top-bar-section ul li.mb-social-media .live-support .ico-chat {
    margin-left: 0px;
  }
}
/* line 559, ../sass/global/_header.scss */
header .sub-nav-bg {
  width: 100%;
  height: 0px;
  background: #fff;
  z-index: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 80px;
}
/* line 567, ../sass/global/_header.scss */
header .swith-lang {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 39.937em) {
  /* line 567, ../sass/global/_header.scss */
  header .swith-lang {
    right: 160px;
  }
  /* line 573, ../sass/global/_header.scss */
  header .swith-lang.construction {
    right: 10px;
  }
  /* line 577, ../sass/global/_header.scss */
  header .swith-lang #langSwitcher {
    position: relative;
    top: 3px;
  }
  /* line 581, ../sass/global/_header.scss */
  header .swith-lang #langSwitcher a {
    padding: 3px 8px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 567, ../sass/global/_header.scss */
  header .swith-lang {
    right: 160px;
  }
  /* line 590, ../sass/global/_header.scss */
  header .swith-lang.construction {
    right: 10px;
  }
  /* line 594, ../sass/global/_header.scss */
  header .swith-lang #langSwitcher {
    position: relative;
    top: 3px;
  }
  /* line 598, ../sass/global/_header.scss */
  header .swith-lang #langSwitcher a {
    padding: 3px 8px;
  }
}
/* line 604, ../sass/global/_header.scss */
header .swith-lang div {
  display: inline-block;
}
/* line 607, ../sass/global/_header.scss */
header .swith-lang div .search-ico {
  width: 24px;
  position: relative;
}
/* line 611, ../sass/global/_header.scss */
header .swith-lang div .search-ico a {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 1em;
  padding: 0;
  text-align: center;
}
/* line 619, ../sass/global/_header.scss */
header .swith-lang div .search-ico a:hover {
  color: #fff;
  background: #f7ab03;
}
/* line 625, ../sass/global/_header.scss */
header .swith-lang div .search-ico .search-field {
  background: #fff;
  height: 24px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  opacity: 0;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 634, ../sass/global/_header.scss */
header .swith-lang div .search-ico .search-field input[type="text"] {
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  color: #009d30;
  font-size: 0.75em;
  padding: 0px 12px;
  height: initial;
  line-height: 24px;
  height: 24px;
}
/* line 646, ../sass/global/_header.scss */
header .swith-lang div .search-ico .search-field input[type="text"]:focus {
  background: none;
}
/* line 651, ../sass/global/_header.scss */
header .swith-lang div .search-ico .search-field ::-webkit-input-placeholder {
  color: #009d30;
}
/* line 655, ../sass/global/_header.scss */
header .swith-lang div .search-ico .search-field :-moz-placeholder {
  color: #009d30;
}
/* line 659, ../sass/global/_header.scss */
header .swith-lang div .search-ico .search-field ::-moz-placeholder {
  color: #009d30;
}
/* line 663, ../sass/global/_header.scss */
header .swith-lang div .search-ico .search-field :-ms-input-placeholder {
  color: #009d30;
}
/* line 669, ../sass/global/_header.scss */
header .swith-lang div .search-ico:hover .search-field {
  width: 240px;
  right: 24px;
  opacity: 1;
}
/* line 674, ../sass/global/_header.scss */
header .swith-lang div .search-ico:hover a {
  color: #fff;
  background: none;
  background: #f7ab03;
}
/* line 682, ../sass/global/_header.scss */
header .swith-lang div .user-block {
  position: relative;
}
/* line 685, ../sass/global/_header.scss */
header .swith-lang div .user-block img {
  max-width: 18px;
}
/* line 689, ../sass/global/_header.scss */
header .swith-lang div .user-block .func-wrapper {
  position: absolute;
  display: block;
  top: 24px;
  right: 0;
  padding-top: 12px;
  z-index: 99;
  display: none;
}
/* line 695, ../sass/global/_header.scss */
header .swith-lang div .user-block .func-wrapper .func-bg {
  display: block;
  background: #fff;
}
/* line 700, ../sass/global/_header.scss */
header .swith-lang div .user-block .func-wrapper a {
  color: #009d30;
  padding-left: 8px;
  display: block;
  margin: 4px 0;
}
/* line 706, ../sass/global/_header.scss */
header .swith-lang div .user-block .func-wrapper a:hover {
  text-decoration: underline;
}
/* line 711, ../sass/global/_header.scss */
header .swith-lang div .user-block .func-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  top: -14px;
  right: 10px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
/* line 718, ../sass/global/_header.scss */
header .swith-lang div .user-block .func-wrapper.show {
  display: block;
  min-width: 180px;
}
/* line 726, ../sass/global/_header.scss */
header .swith-lang span {
  color: #fff;
}
/* line 730, ../sass/global/_header.scss */
header .swith-lang a {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 23px;
  font-size: 0.75em;
}
/* line 739, ../sass/global/_header.scss */
header .swith-lang a.sign-in, header .swith-lang a.sign-up, header .swith-lang a.username {
  padding: 3px 12px;
  position: relative;
  z-index: 999;
}
/* line 744, ../sass/global/_header.scss */
header .swith-lang a.sign-in span, header .swith-lang a.sign-up span, header .swith-lang a.username span {
  color: #fff;
}
/* line 749, ../sass/global/_header.scss */
header .swith-lang a.active {
  color: #009d30;
  background: #fff;
}
/* line 753, ../sass/global/_header.scss */
header .swith-lang a.active span {
  color: #009d30;
}
/* line 760, ../sass/global/_header.scss */
header .close-media-btn {
  position: absolute;
  display: block;
  top: 5px;
  right: 10px;
  color: #fff;
  font-size: 3em;
}
@media only screen and (max-width: 39.937em) {
  /* line 760, ../sass/global/_header.scss */
  header .close-media-btn {
    font-size: 2em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 760, ../sass/global/_header.scss */
  header .close-media-btn {
    font-size: 2em;
  }
}

/*
** FOOTER
*/
/* line 4, ../sass/global/_footer.scss */
footer {
  padding: 60px 0;
  overflow: hidden;
}
/* line 8, ../sass/global/_footer.scss */
footer .social-link {
  padding-top: 10px;
  white-space: nowrap;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 8, ../sass/global/_footer.scss */
  footer .social-link {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 8, ../sass/global/_footer.scss */
  footer .social-link {
    margin-bottom: 15px;
  }
}
/* line 20, ../sass/global/_footer.scss */
footer .social-link .txt {
  color: #656565;
  font-family: "FrutigerLTW02-45Light", "Arial";
  font-size: 0.938em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 20, ../sass/global/_footer.scss */
  footer .social-link .txt {
    font-size: 0.813em;
    display: block;
  }
}
/* line 33, ../sass/global/_footer.scss */
footer .social-link .social-media {
  white-space: normal;
}
/* line 36, ../sass/global/_footer.scss */
footer .social-link .social-media a {
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
/* line 43, ../sass/global/_footer.scss */
footer .social-link .social-media .ico-fb {
  background: url(../images/global/fb-icon.jpg) 0 0 no-repeat;
  background-size: 100%;
  margin-left: 12px;
}
/* line 48, ../sass/global/_footer.scss */
footer .social-link .social-media .ico-tw {
  background: url(../images/global/tt-icon.jpg) 0 0 no-repeat;
  background-size: 100%;
}
/* line 52, ../sass/global/_footer.scss */
footer .social-link .social-media .ico-yt {
  background: url(../images/global/yt-icon.jpg) 0 0 no-repeat;
  background-size: 100%;
}
/* line 56, ../sass/global/_footer.scss */
footer .social-link .social-media .ico-gg {
  background: url(../images/global/gg-icon.jpg) 0 0 no-repeat;
  background-size: 100%;
}
/* line 60, ../sass/global/_footer.scss */
footer .social-link .social-media .ico-ig {
  background: url(../images/global/ig-icon.jpg) 0 0 no-repeat;
  background-size: 100%;
}
/* line 64, ../sass/global/_footer.scss */
footer .social-link .social-media .ico-pt {
  background: url(../images/global/pt-icon.jpg) 0 0 no-repeat;
  background-size: 100%;
}
/* line 70, ../sass/global/_footer.scss */
footer .social-link .line {
  width: 2px;
  height: 37px;
  background: #c8c8c8;
  display: inline-block;
  margin-right: 27px;
  margin-left: 31px;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 70, ../sass/global/_footer.scss */
  footer .social-link .line {
    height: 55px;
  }
}
/* line 84, ../sass/global/_footer.scss */
footer .social-link .ico-chat {
  width: 32px;
  height: 36px;
  background: url(../images/global/footer-chat.jpg) left top no-repeat;
  display: inline-block;
  margin-right: -4px;
  margin-left: 14px;
  vertical-align: middle;
}
/* line 94, ../sass/global/_footer.scss */
footer .social-link .social-media {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 94, ../sass/global/_footer.scss */
  footer .social-link .social-media {
    vertical-align: top;
    width: 50%;
  }
  /* line 103, ../sass/global/_footer.scss */
  footer .social-link .social-media a {
    margin-top: 4px;
    margin-left: 0;
    margin-right: 4px;
  }
  /* line 108, ../sass/global/_footer.scss */
  footer .social-link .social-media .ico-fb {
    margin-left: 0;
  }
  /* line 111, ../sass/global/_footer.scss */
  footer .social-link .social-media .ico-gg {
    margin-left: 0;
  }
}
/* line 116, ../sass/global/_footer.scss */
footer .social-link .live-support {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
@media only screen and (max-width: 39.937em) {
  /* line 116, ../sass/global/_footer.scss */
  footer .social-link .live-support {
    text-align: center;
    vertical-align: top;
  }
  /* line 124, ../sass/global/_footer.scss */
  footer .social-link .live-support .ico-chat {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 129, ../sass/global/_footer.scss */
  footer .footer-link {
    width: 100%;
    text-align: left !important;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 129, ../sass/global/_footer.scss */
  footer .footer-link {
    text-align: left !important;
  }
}
/* line 138, ../sass/global/_footer.scss */
footer .footer-link .nestle-logo {
  width: 126px;
  height: 53px;
  background: url(../images/global/nestle-logo.jpg) left top no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
@media only screen and (max-width: 39.937em) {
  /* line 138, ../sass/global/_footer.scss */
  footer .footer-link .nestle-logo {
    width: 71px;
    height: 30px;
  }
}
/* line 153, ../sass/global/_footer.scss */
footer .footer-link .legal-link {
  display: inline-block;
  margin-right: -4px;
  margin-left: 20px;
  vertical-align: bottom;
  font-size: 0.938em;
  color: #8c8c8c;
  font-family: "FrutigerLTW02-45Light", "Arial";
  text-align: center;
}
/* line 162, ../sass/global/_footer.scss */
footer .footer-link .legal-link a {
  color: #009d30;
  padding: 0 3px;
}
/* line 166, ../sass/global/_footer.scss */
footer .footer-link .legal-link span {
  font-size: 0.77em;
}
@media only screen and (max-width: 39.937em) {
  /* line 153, ../sass/global/_footer.scss */
  footer .footer-link .legal-link {
    font-size: 0.8em;
    margin-left: 10px;
    text-align: left;
  }
  /* line 172, ../sass/global/_footer.scss */
  footer .footer-link .legal-link a {
    padding: 0;
  }
}

/* line 1, ../sass/global/_global.scss */
body {
  color: #000;
  font-family: "FrutigerLTW02-45Light", "Arial";
  overflow-x: hidden;
}

/* line 7, ../sass/global/_global.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../sass/global/_global.scss */
a {
  color: #009d30;
}

/* line 17, ../sass/global/_global.scss */
a:link, a:visited, a:active {
  text-decoration: none;
}

/* line 21, ../sass/global/_global.scss */
a:hover {
  -moz-transition: color 500ms ease 0s;
  -webkit-transition: color 500ms ease 0s;
}

/* line 26, ../sass/global/_global.scss */
a:foucs {
  color: #009d30;
}

/* line 30, ../sass/global/_global.scss */
a:focus, button:focus, textarea:focus, input:focus {
  outline: none;
}

/* line 34, ../sass/global/_global.scss */
:focus {
  outline: none;
}

/* line 38, ../sass/global/_global.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 42, ../sass/global/_global.scss */
textarea:focus, input:focus {
  outline: none;
}

/* line 46, ../sass/global/_global.scss */
input, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 50, ../sass/global/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  /*font-family: $font-standard;*/
  font-family: "FrutigerLTW01-55Roman", "Arial";
  margin: 0;
}

/*
** PAGE
*/
/* line 60, ../sass/global/_global.scss */
.page {
  margin: 0 auto;
  width: 100%;
}
/* line 64, ../sass/global/_global.scss */
.page i.selectboxit-arrow {
  color: #ccc !important;
}

/* line 69, ../sass/global/_global.scss */
html {
  /*indicator*/
}
/* line 71, ../sass/global/_global.scss */
html .no-padding {
  padding-left: 0;
  padding-right: 0;
}
/* line 76, ../sass/global/_global.scss */
html .padding {
  padding-left: .9375em;
  padding-right: .9375em;
}
@media only screen and (max-width: 39.937em) {
  /* line 81, ../sass/global/_global.scss */
  html .no-padding-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 88, ../sass/global/_global.scss */
  html .no-pad-left-small {
    padding-left: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 94, ../sass/global/_global.scss */
  html .no-pad-right-small {
    padding-right: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 100, ../sass/global/_global.scss */
  html .padding-for-small {
    padding-left: .9375em;
    padding-right: .9375em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 107, ../sass/global/_global.scss */
  html .pad-left-for-small {
    padding-left: .9375em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 113, ../sass/global/_global.scss */
  html .pad-right-for-small {
    padding-right: .9375em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 119, ../sass/global/_global.scss */
  html .no-padding-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 126, ../sass/global/_global.scss */
  html .no-pad-left-medium {
    padding-left: 0;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 132, ../sass/global/_global.scss */
  html .no-pad-right-medium {
    padding-right: 0;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 138, ../sass/global/_global.scss */
  html .padding-for-medium {
    padding-left: .9375em;
    padding-right: .9375em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 145, ../sass/global/_global.scss */
  html .pad-left-for-medium {
    padding-left: .9375em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 151, ../sass/global/_global.scss */
  html .pad-right-for-medium {
    padding-right: .9375em;
  }
}
/* line 157, ../sass/global/_global.scss */
html .no-pad-left {
  padding-left: 0;
}
/* line 161, ../sass/global/_global.scss */
html .no-pad-right {
  padding-right: 0;
}
/* line 165, ../sass/global/_global.scss */
html .mar-bottom {
  margin-bottom: .9375em !important;
}
/* line 169, ../sass/global/_global.scss */
html .mar-top {
  margin-top: .9375em !important;
}
/* line 173, ../sass/global/_global.scss */
html .double-mar-bottom {
  margin-bottom: 2em !important;
}
/* line 177, ../sass/global/_global.scss */
html .double-mar-top {
  margin-top: 2em !important;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 181, ../sass/global/_global.scss */
  html .mar-bottom-medium {
    margin-bottom: .9375em !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 187, ../sass/global/_global.scss */
  html .mar-top-medium {
    margin-top: .9375em !important;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 193, ../sass/global/_global.scss */
  html .mar-bottom-small {
    margin-bottom: .9375em !important;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 199, ../sass/global/_global.scss */
  html .mar-top-small {
    margin-top: .9375em !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 205, ../sass/global/_global.scss */
  html .no-mar-bottom-medium {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 211, ../sass/global/_global.scss */
  html .no-mar-top-medium {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 217, ../sass/global/_global.scss */
  html .no-mar-bottom-small {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 223, ../sass/global/_global.scss */
  html .no-mar-top-small {
    margin-top: 0 !important;
  }
}
/* line 229, ../sass/global/_global.scss */
html .pager {
  text-align: center;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  font-size: 1.25em;
}
/* line 235, ../sass/global/_global.scss */
html .pager a {
  /*background-color: #009d30;*/
  color: #009d30;
  /*margin: 0 2px;*/
  padding: 0px 4px;
}
/* line 241, ../sass/global/_global.scss */
html .pager a.active {
  /*background-color: #f7ab03;*/
  /*border-color: #be8500;*/
  color: #f7ab03;
  text-decoration: underline;
}
/* line 247, ../sass/global/_global.scss */
html .pager a.active:hover {
  color: #f7ab03;
}
/* line 252, ../sass/global/_global.scss */
html .pager a:hover {
  color: #02c63f;
}
/* line 256, ../sass/global/_global.scss */
html .pager a i {
  color: #f7ab03;
  font-weight: bold;
  padding: 0 8px;
}
@media only screen and (max-width: 39.937em) {
  /* line 229, ../sass/global/_global.scss */
  html .pager {
    margin-top: 1em;
  }
}
/* line 268, ../sass/global/_global.scss */
html .error {
  background-color: #ffe6ed;
  border: 1px solid #eb5b4c;
  color: #eb5b4c;
  font-size: 1em;
}
/* line 274, ../sass/global/_global.scss */
html .error.messages {
  margin: 1em 3.4375em;
  padding: 10px 5px 5px 50px;
  line-height: 1.5em;
}
/* line 279, ../sass/global/_global.scss */
html .error.messages ul {
  margin-left: 60px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 274, ../sass/global/_global.scss */
  html .error.messages {
    margin-left: 2.4375em;
    margin-right: 2.4375em;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 274, ../sass/global/_global.scss */
  html .error.messages {
    margin-left: 0.9375em;
    margin-right: 0.9375em;
    margin-top: 60px;
  }
}
/* line 298, ../sass/global/_global.scss */
html .page-reset-password .indicator-content {
  bottom: 160px;
}
/* line 301, ../sass/global/_global.scss */
html .page-reset-password .indicator-content.confirm {
  bottom: 80px;
  left: 0;
}
/* line 309, ../sass/global/_global.scss */
html #pwd-indicator {
  z-index: 99;
}
/* line 312, ../sass/global/_global.scss */
html #pwd-indicator.confirm {
  margin-top: 22px;
}
/* line 317, ../sass/global/_global.scss */
html .indicator-content {
  position: absolute;
  left: 1em;
  bottom: 80px;
  background: #fff;
  padding: 5px;
  width: 90%;
  border: 2px solid #e32438;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  -moz-transition: all ease 0.4s 0s;
  -webkit-transition: all ease 0.4s 0s;
  -ms-transition: all ease 0.4s 0s;
  -o-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
}
/* line 330, ../sass/global/_global.scss */
html .indicator-content:before {
  content: ' ';
  position: absolute;
  left: 20px;
  bottom: -13px;
  width: 18px;
  height: 18px;
  background: url(../images/corner.png) 0 0 no-repeat;
}
/* line 340, ../sass/global/_global.scss */
html .indicator-content.confirm {
  margin-bottom: -72px;
}
/* line 344, ../sass/global/_global.scss */
html .indicator-content.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 349, ../sass/global/_global.scss */
html .indicator-content .indicator-params {
  float: left;
}
/* line 352, ../sass/global/_global.scss */
html .indicator-content .indicator-params div {
  float: left;
  width: 30px;
  height: 6px;
  background: #c2c2c2;
  margin: 6px 6px 8px 0;
  -moz-transition: all ease 0.4s 0s;
  -webkit-transition: all ease 0.4s 0s;
  -ms-transition: all ease 0.4s 0s;
  -o-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
}
/* line 362, ../sass/global/_global.scss */
html .indicator-content .indicator-params .weak {
  background: #eb212e;
}
/* line 366, ../sass/global/_global.scss */
html .indicator-content .indicator-params .okay {
  background: #ffde00;
}
/* line 370, ../sass/global/_global.scss */
html .indicator-content .indicator-params .medium, html .indicator-content .indicator-params .strong {
  background: #6bcd43;
}
/* line 375, ../sass/global/_global.scss */
html .indicator-content .indicator-icon {
  margin-left: 10px;
  color: #009d30;
}
/* line 380, ../sass/global/_global.scss */
html .indicator-content #indicator-text {
  color: #656565;
  display: inline-block;
  margin-left: 6px;
}
/* line 386, ../sass/global/_global.scss */
html .indicator-content #indicator-text.weak {
  color: #eb212e;
}
/* line 390, ../sass/global/_global.scss */
html .indicator-content #indicator-text.okay {
  color: #239e32;
}
/* line 394, ../sass/global/_global.scss */
html .indicator-content #indicator-text.remind {
  color: #a9a9a9;
}
/* line 399, ../sass/global/_global.scss */
html .indicator-content p {
  color: #656565;
  font-family: "FrutigerLTW02-45Light", "Arial";
}
/* line 406, ../sass/global/_global.scss */
html .yellow-btn:hover {
  background: none repeat scroll 0 0 #fab307;
  transition: color 500ms ease 0s;
  text-decoration: none;
}

/* line 414, ../sass/global/_global.scss */
#main {
  overflow: hidden;
}
@media only screen and (max-width: 39.937em) {
  /* line 414, ../sass/global/_global.scss */
  #main {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 414, ../sass/global/_global.scss */
  #main {
    padding-top: 50px;
  }
}

/* line 425, ../sass/global/_global.scss */
.page-beyond-global {
  /*button*/
  /*block*/
}
/* line 427, ../sass/global/_global.scss */
.page-beyond-global .green-btn {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  background: #00912b;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 1.25em;
  line-height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 444, ../sass/global/_global.scss */
.page-beyond-global .green-btn:hover {
  background: #076a1f;
  text-decoration: none;
}
/* line 450, ../sass/global/_global.scss */
.page-beyond-global .orange-btn {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  background: #f5ab2d;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 1.25em;
  line-height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 467, ../sass/global/_global.scss */
.page-beyond-global .orange-btn:hover {
  background: #e39714;
}
/* line 472, ../sass/global/_global.scss */
.page-beyond-global .brown-btn {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  background: #aa5932;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-size: 1.25em;
  line-height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 489, ../sass/global/_global.scss */
.page-beyond-global .brown-btn:hover {
  background: #8C4625;
}
/* line 494, ../sass/global/_global.scss */
.page-beyond-global .tab-btn {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  background: #00912b;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 1.25em;
  line-height: 50px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 510, ../sass/global/_global.scss */
.page-beyond-global .tab-btn.active, .page-beyond-global .tab-btn:hover {
  background: #f5aa2a;
}
/* line 516, ../sass/global/_global.scss */
.page-beyond-global .user-nav-block {
  background: #076a1f;
  margin-top: 1px;
}
/* line 521, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block {
  background: #ebf1e1;
  min-height: 100px;
}
/* line 525, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block .btn-back {
  font-size: 1.25em;
  position: absolute;
  margin-left: 4em;
  margin-top: 2em;
  color: #00912b;
}
/* line 532, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block .btn-back:hover {
  color: #00912b;
}
/* line 535, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block .btn-back:hover i {
  left: -3rem;
}
/* line 540, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block .btn-back i {
  font-size: 3em;
  position: absolute;
  display: block;
  left: -2rem;
  top: 50%;
  margin-top: -0.5em;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 548, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block h2 {
  margin-top: 1.5em;
  color: #00912b;
}
/* line 552, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block h2 span {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
@media only screen and (max-width: 39.937em) {
  /* line 548, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block h2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 564, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.default-style .btn-back i {
    left: -1rem;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 563, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.default-style .btn-back {
    font-size: 0.75em;
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 577, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.default-style h2 {
    margin-top: 8px;
    font-size: 1.25em;
  }
}
/* line 585, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block.orange-style {
  min-height: 0;
  background: #f5ab2d;
  position: relative;
}
/* line 590, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block.orange-style .btn-back {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  margin-top: 10px;
}
@media only screen and (max-width: 39.937em) {
  /* line 595, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.orange-style .btn-back i {
    left: -1rem;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 590, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.orange-style .btn-back {
    font-size: 0.75em;
    margin-left: 20px;
    margin-top: -2px;
    top: 50%;
  }
}
/* line 609, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block.orange-style h2 {
  color: #fff;
  margin: 10px auto;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  max-width: 80%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 609, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.orange-style h2 {
    max-width: 60%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 609, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.orange-style h2 {
    font-size: 1.25em;
  }
}
/* line 626, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block.brown-style {
  min-height: 0;
  background: #aa5932;
}
/* line 630, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block.brown-style .btn-back {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  margin-top: 10px;
}
@media only screen and (max-width: 39.937em) {
  /* line 630, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.brown-style .btn-back {
    font-size: 0.75em;
    margin-top: 22px;
  }
}
/* line 641, ../sass/global/_global.scss */
.page-beyond-global .welcome-user-block.brown-style h2 {
  color: #fff;
  margin: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
@media only screen and (max-width: 39.937em) {
  /* line 641, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block.brown-style h2 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 521, ../sass/global/_global.scss */
  .page-beyond-global .welcome-user-block {
    min-height: 50px;
  }
}
/* line 658, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block {
  background: #bbe8c6;
}
/* line 661, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul {
  margin: 0;
}
/* line 664, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li {
  padding: 0;
}
/* line 667, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item {
  background: #edf5de;
  display: block;
  text-align: center;
  padding: 8px 20px;
  color: #139032;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 680, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item .avatar {
  border-radius: 100%;
  display: inline-block;
  margin: 0.5em;
  padding: 6px;
  position: relative;
  z-index: 1;
}
/* line 688, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item .avatar img {
  max-width: 96px;
  border-radius: 100%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 688, ../sass/global/_global.scss */
  .page-beyond-global .kid-list-block ul li .kid-item .avatar img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 688, ../sass/global/_global.scss */
  .page-beyond-global .kid-list-block ul li .kid-item .avatar img {
    max-width: 40px;
  }
}
/* line 701, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item .avatar:after {
  content: '';
  background: url("../images/avatar-border.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 712, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item .name {
  margin-left: 12px;
  white-space: nowrap;
}
/* line 717, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item.active {
  background: #139032;
  color: #fff;
}
/* line 722, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item:before {
  content: '';
  background: #139032;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -moz-transform: translate3D(0, 100%, 0);
  -webkit-transform: translate3D(0, 100%, 0);
  -ms-transform: translate3D(0, 100%, 0);
  -o-transform: translate3D(0, 100%, 0);
  transform: translate3D(0, 100%, 0);
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 733, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item:not(.active):hover {
  background: none;
  z-index: 9;
  color: #fff;
}
/* line 738, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .kid-item:not(.active):hover:before {
  -moz-transform: translate3D(0, 0, 0);
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
@media only screen and (max-width: 39.937em) {
  /* line 667, ../sass/global/_global.scss */
  .page-beyond-global .kid-list-block ul li .kid-item {
    padding: 0;
    text-align: center;
  }
}
/* line 749, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .add-item {
  display: block;
  padding: 8px 20px;
  color: #139032;
  position: relative;
}
/* line 755, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .add-item .avatar {
  line-height: 96px;
  font-size: 3em;
}
/* line 759, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .add-item .avatar i {
  -moz-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -webkit-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -ms-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -o-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
}
/* line 764, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .add-item .desc {
  position: absolute;
  display: block;
  left: 70px;
  top: 50%;
  margin-top: -1em;
}
/* line 771, ../sass/global/_global.scss */
.page-beyond-global .kid-list-block ul li .add-item:hover .avatar i {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 781, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block {
  background: #edf5de;
  padding: 0.5em;
  position: relative;
}
/* line 786, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .kid-item {
  float: left;
}
/* line 789, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .kid-item .avatar {
  border-radius: 100%;
  display: inline-block;
  padding: 6px;
  position: relative;
  z-index: 1;
}
/* line 796, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .kid-item .avatar img {
  max-width: 96px;
  border-radius: 100%;
}
@media only screen and (max-width: 39.937em) {
  /* line 796, ../sass/global/_global.scss */
  .page-beyond-global .kid-detail-block .kid-item .avatar img {
    max-width: 48px;
  }
}
/* line 805, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .kid-item .avatar:after {
  content: '';
  background: url("../images/avatar-border.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 816, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .kid-item .name {
  color: #139032;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
@media only screen and (max-width: 39.937em) {
  /* line 816, ../sass/global/_global.scss */
  .page-beyond-global .kid-detail-block .kid-item .name {
    max-width: 85px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 831, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .title {
  text-transform: uppercase;
  color: #139032;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  position: absolute;
  display: block;
  left: 50%;
  top: 30px;
  width: 300px;
  margin-left: -150px;
  text-align: center;
}
/* line 841, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .stage-wrapper {
  float: right;
  color: #fff;
  background: #f5ac31;
  border-radius: 24px;
  padding: 0 0 0 1em;
  margin-top: 12px;
}
/* line 849, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .stage-wrapper .text {
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  float: left;
  line-height: 48px;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  margin-right: 10px;
}
@media only screen and (max-width: 39.937em) {
  /* line 849, ../sass/global/_global.scss */
  .page-beyond-global .kid-detail-block .stage-wrapper .text {
    font-size: 0.75em;
    line-height: 32px;
  }
}
/* line 863, ../sass/global/_global.scss */
.page-beyond-global .kid-detail-block .stage-wrapper .value {
  background: url("../images/stage-bg.png") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-size: 2em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  float: right;
}
@media only screen and (max-width: 39.937em) {
  /* line 863, ../sass/global/_global.scss */
  .page-beyond-global .kid-detail-block .stage-wrapper .value {
    width: 32px;
    height: 32px;
    font-size: 1.25em;
    line-height: 32px;
  }
}
/* line 885, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block {
  background: #139032;
  padding: 0.5em;
}
/* line 890, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block ul li {
  padding: 0 0.5em;
  border-left: 1px solid #63c166;
  border-right: 1px solid #05551d;
}
/* line 895, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block ul li .menu-item {
  text-align: center;
  display: block;
}
/* line 899, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block ul li .menu-item img {
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 899, ../sass/global/_global.scss */
  .page-beyond-global .user-menu-block ul li .menu-item img {
    display: block;
    margin: auto;
  }
}
/* line 908, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block ul li .menu-item span {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  font-size: 1.25em;
}
/* line 915, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block ul li .menu-item:hover img {
  -moz-transform: scale(1.2) rotate(30deg);
  -webkit-transform: scale(1.2) rotate(30deg);
  -ms-transform: scale(1.2) rotate(30deg);
  -o-transform: scale(1.2) rotate(30deg);
  transform: scale(1.2) rotate(30deg);
}
@media only screen and (max-width: 39.937em) {
  /* line 895, ../sass/global/_global.scss */
  .page-beyond-global .user-menu-block ul li .menu-item {
    text-align: left;
    width: 180px;
    margin: auto;
  }
}
/* line 927, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block ul li:first-child {
  border-left: none;
}
/* line 931, ../sass/global/_global.scss */
.page-beyond-global .user-menu-block ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 39.937em) {
  /* line 890, ../sass/global/_global.scss */
  .page-beyond-global .user-menu-block ul li {
    border-bottom: 1px solid #fff;
  }
  /* line 938, ../sass/global/_global.scss */
  .page-beyond-global .user-menu-block ul li:last-child {
    border-bottom: none;
  }
}
/* line 946, ../sass/global/_global.scss */
.page-beyond-global .main-block-wrapper {
  /*background: #434945;*/
  color: #40423c;
  padding-bottom: 50px;
}
/* line 951, ../sass/global/_global.scss */
.page-beyond-global .main-block-wrapper .small-title {
  font-size: 1.25em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 946, ../sass/global/_global.scss */
  .page-beyond-global .main-block-wrapper {
    margin-top: 50px;
  }
}

/* modules */
/* line 1, ../sass/modules/_image.scss */
.image-module {
  /*margin-bottom: 15px;*/
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  /* line 1, ../sass/modules/_image.scss */
  .image-module {
    /*margin-bottom: 64px;*/
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 11, ../sass/modules/_image.scss */
.image-module img {
  width: 100%;
}
/* line 14, ../sass/modules/_image.scss */
.image-module .columns {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  /* line 14, ../sass/modules/_image.scss */
  .image-module .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
/* line 24, ../sass/modules/_image.scss */
.image-module .columns .image-caption {
  background-color: transparent;
  z-index: 1;
  left: 15px;
  top: 0;
  /*@include respond-to('mobile'){
      background-color: #009d30 !important;
  }
  @include respond-to('ipad'){
      background-color: #009d30 !important;
  }*/
}
@media screen and (min-width: 64em) {
  /* line 24, ../sass/modules/_image.scss */
  .image-module .columns .image-caption {
    position: absolute;
    width: 33.33%;
    height: 100%;
  }
}
/* line 41, ../sass/modules/_image.scss */
.image-module .columns .bg-true {
  background-color: rgba(0, 157, 48, 0.5);
}
@media only screen and (max-width: 39.937em) {
  /* line 41, ../sass/modules/_image.scss */
  .image-module .columns .bg-true {
    background-color: #009d30;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 41, ../sass/modules/_image.scss */
  .image-module .columns .bg-true {
    background-color: #009d30;
  }
}
/* line 50, ../sass/modules/_image.scss */
.image-module .columns .green {
  background-color: #0a9f40;
}
/* line 53, ../sass/modules/_image.scss */
.image-module .columns .green-opacity {
  background-color: rgba(10, 159, 64, 0.75);
}
/* line 56, ../sass/modules/_image.scss */
.image-module .columns .white {
  background-color: white;
}
/* line 59, ../sass/modules/_image.scss */
.image-module .columns .white-opacity {
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 62, ../sass/modules/_image.scss */
.image-module .columns .black {
  background-color: black;
}
/* line 65, ../sass/modules/_image.scss */
.image-module .columns .black-opacity {
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 70, ../sass/modules/_image.scss */
.image-module.rte-right .columns .image-caption {
  left: auto;
  right: 15px;
}

/* line 77, ../sass/modules/_image.scss */
.img-rte {
  font-family: "FrutigerLTW02-45Light", "Arial";
  font-size: 12px;
  line-height: 16px;
  color: white;
  padding: 15px;
}
@media screen and (min-width: 64em) {
  /* line 77, ../sass/modules/_image.scss */
  .img-rte {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 87, ../sass/modules/_image.scss */
.img-rte h1, .img-rte h2, .img-rte h3, .img-rte h4 {
  color: white;
}
/* line 91, ../sass/modules/_image.scss */
.img-rte .title p, .img-rte .title span {
  /*@include respond-to('mobile'){
      color: #fff !important;
  }
  @include respond-to('ipad'){
      color: #fff !important;
  }*/
}
/* line 101, ../sass/modules/_image.scss */
.img-rte .block-content {
  max-height: 80%;
  overflow: hidden;
}
/* line 105, ../sass/modules/_image.scss */
.img-rte .content {
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 64em) {
  /* line 105, ../sass/modules/_image.scss */
  .img-rte .content {
    font-size: 16px;
    line-height: 1;
  }
}

/* line 114, ../sass/modules/_image.scss */
.img-btn {
  padding: 0 15px;
  text-transform: uppercase;
  font-family: "Serpentine-Bold";
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  min-width: 180px;
  text-align: center;
  overflow: hidden;
}
/* line 128, ../sass/modules/_image.scss */
.img-btn:before {
  right: -100%;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 100%;
  content: "";
  transition: left 0.2s;
}
/* line 140, ../sass/modules/_image.scss */
.img-btn.btn-green {
  background-color: #097a44;
  color: #fff;
}
/* line 144, ../sass/modules/_image.scss */
.img-btn.btn-green.active, .img-btn.btn-green:focus, .img-btn.btn-green:hover {
  background-color: transparent;
  color: white;
}
/* line 147, ../sass/modules/_image.scss */
.img-btn.btn-green.active:before, .img-btn.btn-green:focus:before, .img-btn.btn-green:hover:before {
  right: 0;
  left: 0;
  background-color: #f7ab03;
  z-index: -1;
}
/* line 155, ../sass/modules/_image.scss */
.img-btn.btn-white {
  background-color: #fff;
  color: #097a44;
}
/* line 159, ../sass/modules/_image.scss */
.img-btn.btn-white.active, .img-btn.btn-white:focus, .img-btn.btn-white:hover {
  background-color: transparent;
  color: white;
}
/* line 162, ../sass/modules/_image.scss */
.img-btn.btn-white.active:before, .img-btn.btn-white:focus:before, .img-btn.btn-white:hover:before {
  right: 0;
  left: 0;
  background-color: #f7ab03;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  /* line 114, ../sass/modules/_image.scss */
  .img-btn {
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    min-width: 220px;
    font-size: 14px;
  }
}

@media screen and (min-width: 64em) {
  /* line 1, ../sass/modules/_video.scss */
  .tabs-content .video-module {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 7, ../sass/modules/_video.scss */
.video-module {
  margin-bottom: 15px;
}
@media screen and (min-width: 64em) {
  /* line 7, ../sass/modules/_video.scss */
  .video-module {
    /*margin-bottom: 64px;*/
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 15, ../sass/modules/_video.scss */
.video-module img {
  width: 100%;
}
/* line 18, ../sass/modules/_video.scss */
.video-module figure {
  background-color: white;
  /*border: 5px solid white;*/
}
/* line 21, ../sass/modules/_video.scss */
.video-module figure img {
  width: auto;
}
/* line 25, ../sass/modules/_video.scss */
.video-module .columns {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  /*.image-caption{
      background-color: rgba(#009d30, 0.5);
      z-index: 1;
      left: 15px;
      top: 0;
      @include tablet{
          position: absolute;
          width: 30%;
          height: 100%;
      }
  }*/
}
@media screen and (min-width: 40em) {
  /* line 25, ../sass/modules/_video.scss */
  .video-module .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
/* line 47, ../sass/modules/_video.scss */
.video-module.rte-right .columns .image-caption {
  left: auto;
  right: 15px;
}
/* line 52, ../sass/modules/_video.scss */
.video-module .inner {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  /* line 52, ../sass/modules/_video.scss */
  .video-module .inner {
    /*padding: 80px;*/
    padding: 20px 0;
  }
}
/* line 182, ../sass/_variables.scss */
.video-module .content:before, .video-module .content:after {
  content: '';
  display: table;
}
/* line 186, ../sass/_variables.scss */
.video-module .content:after {
  clear: both;
}
/* line 63, ../sass/modules/_video.scss */
.video-module .content .button-play {
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 64em) {
  /* line 63, ../sass/modules/_video.scss */
  .video-module .content .button-play {
    float: right;
    max-width: calc(50% - 0.9375em);
  }
}
/* line 72, ../sass/modules/_video.scss */
.video-module .content .button-play .over-play {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 100px;
  line-height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  color: white;
}
@media screen and (min-width: 64em) {
  /* line 83, ../sass/modules/_video.scss */
  .video-module .content .video-caption {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 80em) {
  /* line 83, ../sass/modules/_video.scss */
  .video-module .content .video-caption {
    /*padding: 0 40px;*/
    padding: 15px;
  }
}

/* line 96, ../sass/modules/_video.scss */
.video-modal {
  padding: 0;
}
/* line 98, ../sass/modules/_video.scss */
.video-modal h3 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding-left: 16px;
}
/* line 106, ../sass/modules/_video.scss */
.video-modal .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: white;
  padding: 0 15px;
}
/* line 116, ../sass/modules/_video.scss */
.video-modal .close-modal span {
  font-size: 26px;
  float: right;
  margin-left: 5px;
}
/* line 122, ../sass/modules/_video.scss */
.video-modal .flex-video {
  margin: 0;
}

/* line 4, ../sass/page/_home.scss */
.page-home #big-banner.full-slide img {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
/* line 11, ../sass/page/_home.scss */
.page-home #big-banner img {
  width: 60%;
  margin-left: 5%;
  /* max-height: 520px; */
  max-width: 850px;
  float: left;
}
@media only screen and (max-width: 39.937em) {
  /* line 11, ../sass/page/_home.scss */
  .page-home #big-banner img {
    width: 100%;
    margin-left: 0;
  }
}
/* line 24, ../sass/page/_home.scss */
.page-home #big-banner .bx-wrapper .bx-pager {
  bottom: 10px;
}
@media only screen and (max-width: 39.937em) {
  /* line 24, ../sass/page/_home.scss */
  .page-home #big-banner .bx-wrapper .bx-pager {
    bottom: 40px;
  }
}
/* line 30, ../sass/page/_home.scss */
.page-home #big-banner .bx-wrapper .bx-viewport {
  background: #019d30;
}
/* line 33, ../sass/page/_home.scss */
.page-home #big-banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 100px;
  height: 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #40b664;
}
/* line 41, ../sass/page/_home.scss */
.page-home #big-banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .page-home #big-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #bfe6cb;
}
@media only screen and (max-width: 39.937em) {
  /* line 33, ../sass/page/_home.scss */
  .page-home #big-banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 48px;
  }
}
/* line 50, ../sass/page/_home.scss */
.page-home #big-banner .bx-controls-direction {
  display: none;
}
/* line 52, ../sass/page/_home.scss */
.page-home #big-banner .bx-controls-direction .bx-prev {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: 0;
  left: 0;
  top: 35%;
  color: #009d30;
  font-size: 4em;
  padding: 15px 0 0 30px;
}
/* line 63, ../sass/page/_home.scss */
.page-home #big-banner .bx-controls-direction .bx-next {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: 0;
  right: 0;
  top: 35%;
  color: #009d30;
  font-size: 4em;
  padding: 15px 0 0 45px;
}
/* line 77, ../sass/page/_home.scss */
.page-home #big-banner:hover .bx-controls-direction {
  display: block;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 77, ../sass/page/_home.scss */
  .page-home #big-banner:hover .bx-controls-direction {
    display: none;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 77, ../sass/page/_home.scss */
  .page-home #big-banner:hover .bx-controls-direction {
    display: none;
  }
}
/* line 84, ../sass/page/_home.scss */
.page-home #big-banner .band-info {
  padding-top: 6%;
  width: 35%;
  float: right;
}
/* line 89, ../sass/page/_home.scss */
.page-home #big-banner .band-info .band-title {
  color: #fff;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-size: 2.25em;
  line-height: 1em;
  width: 70%;
}
/* line 96, ../sass/page/_home.scss */
.page-home #big-banner .band-info .band-title a {
  color: #fff;
}
/* line 99, ../sass/page/_home.scss */
.page-home #big-banner .band-info .band-title a:hover {
  color: #fff;
}
/* line 105, ../sass/page/_home.scss */
.page-home #big-banner .band-info .band-desc {
  color: #fff;
  width: 80%;
  line-height: 1.4em;
}
/* line 111, ../sass/page/_home.scss */
.page-home #big-banner .band-info .yellow-btn {
  color: #fff;
  display: inline-block;
  padding: 0px 20px;
  text-align: center;
  background: #f7ab03;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-size: 1.4em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 123, ../sass/page/_home.scss */
  .page-home #big-banner .band-info .band-title {
    font-size: 1.5em;
    width: 100%;
  }
  /* line 128, ../sass/page/_home.scss */
  .page-home #big-banner .band-info .band-desc {
    font-size: .8em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 84, ../sass/page/_home.scss */
  .page-home #big-banner .band-info {
    width: auto;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 139, ../sass/page/_home.scss */
  .page-home #big-banner .band-info .band-title {
    font-size: 2em;
    width: 100%;
  }
  /* line 144, ../sass/page/_home.scss */
  .page-home #big-banner .band-info .band-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 151, ../sass/page/_home.scss */
  .page-home #big-banner.green-separate {
    background: url(../images/global/green-arrow-section.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  /* line 157, ../sass/page/_home.scss */
  .page-home #big-banner .bx-wrapper {
    margin-bottom: 0px !important;
  }
}
/* line 163, ../sass/page/_home.scss */
.page-home .highlight-box {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 168, ../sass/page/_home.scss */
  .page-home .highlight-box .medium-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  /* line 171, ../sass/page/_home.scss */
  .page-home .highlight-box .medium-3:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 163, ../sass/page/_home.scss */
  .page-home .highlight-box {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 163, ../sass/page/_home.scss */
  .page-home .highlight-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 186, ../sass/page/_home.scss */
  .page-home .highlight-box .mb-full-screen {
    background: url(../images/global/see-next-bg.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  /* line 191, ../sass/page/_home.scss */
  .page-home .highlight-box .mb-full-screen:last-child {
    margin-bottom: 0px;
  }
  /* line 193, ../sass/page/_home.scss */
  .page-home .highlight-box .white-separate {
    background: url(../images/global/white-arrow-section.jpg) center bottom no-repeat;
    background-size: 100%;
  }
}
/* line 200, ../sass/page/_home.scss */
.page-home .highlight-box.module-box .highlight-box-item.double-box-item {
  margin-bottom: 0;
}
/* line 205, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item {
  position: relative;
  overflow: hidden;
}
/* line 209, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-thumbnail {
  width: 100%;
}
/* line 212, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
/* line 216, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .heading {
  font-size: 0.8em;
  line-height: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
  padding: 10px 5px;
  position: relative;
}
/* line 224, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .heading > .fa {
  position: absolute;
  display: block;
  top: 4px;
  right: 5px;
  color: #f7ab03;
  font-size: 2em;
}
/* line 230, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .heading .angle-right {
  position: absolute;
  display: block;
  top: 10px;
  right: 5px;
  color: #f7ab03;
  padding: 0 13px 0 3px;
  display: none;
  background: #fff;
}
@media screen and (min-width: 40em) {
  /* line 230, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .heading .angle-right {
    display: inline-block;
  }
}
/* line 240, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .heading .angle-right i {
  font-size: 2em;
  position: absolute;
  display: block;
  top: -6px;
  right: 0;
}
/* line 246, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc {
  background: #009d30;
  color: #fff;
  font-size: 1.250em;
  line-height: 1.3em;
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px 0;
  font-family: "FrutigerLTW02-45Light", "Arial";
  -moz-transition: left 0.3s linear 0s;
  -webkit-transition: left 0.3s linear 0s;
  -ms-transition: left 0.3s linear 0s;
  -o-transition: left 0.3s linear 0s;
  transition: left 0.3s linear 0s;
}
@media only screen and (min-width: 64em) {
  /* line 246, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc {
    font-size: 1.1em;
  }
}
/* line 261, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc > .fa-angle-right {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 5px;
  color: #fff;
  font-size: 2em;
}
/* line 268, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc .angle-right {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  color: #f7ab03;
  padding: 0 20px 0 5px;
}
/* line 272, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc .angle-right:hover {
  color: #f7ab03;
}
@media screen and (min-width: 40em) {
  /* line 268, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc .angle-right {
    color: #fff;
    bottom: 5px;
    right: 10px;
  }
}
/* line 280, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc .angle-right i {
  font-size: 2em;
  position: absolute;
  display: block;
  top: -8px;
  right: 0;
}
/* line 286, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc.show-box {
  display: block;
}
@media only screen and (max-width: 39.937em) {
  /* line 212, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc {
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
  }
  /* line 293, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .heading {
    font-size: 1.5em;
    line-height: 1.2em;
    font-family: "FrutigerLTW02-75Black", "Arial";
    padding: 25px 30px 10px 0;
  }
  /* line 298, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .heading > .fa {
    display: none;
  }
  /* line 300, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc {
    position: relative;
    display: block;
    padding: 0 60px 30px 0;
    background: none;
    color: #656565;
    font-size: 1em;
    line-height: 1.2em;
    left: 0;
  }
  /* line 310, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc > .fa-angle-right {
    color: #f7ab03;
    bottom: 0;
    font-size: 2.5em;
    line-height: 0.8em;
  }
  /* line 318, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item .highlight-box-desc .short-desc p span {
    color: #656565 !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 329, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item:hover .highlight-box-desc .short-desc {
    left: 0;
  }
}
@media only screen and (min-width: 64em) and (max-width: 89.937em) {
  /* line 334, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item:hover .highlight-box-desc .short-desc {
    left: 0;
  }
}
@media only screen and (min-width: 90em) {
  /* line 339, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item:hover .highlight-box-desc .short-desc {
    left: 0;
  }
}
/* line 344, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item.double-box-item {
  margin-bottom: 20px;
}
/* line 346, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc {
  width: 50%;
  margin-top: -38px;
}
/* line 349, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc .heading {
  background: #fff;
}
/* line 352, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc .short-desc {
  width: 50%;
  z-index: 99;
}
/* line 357, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc:after {
  content: '';
  width: 50%;
  height: 1px;
  background: #ccc;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
/* line 365, ../sass/page/_home.scss */
.page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc:before {
  content: '';
  width: 50%;
  height: 1px;
  background: #ccc;
  position: absolute;
  display: block;
  left: 0;
  bottom: 36px;
  z-index: 9;
}
@media only screen and (max-width: 39.937em) {
  /* line 376, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc {
    width: 100%;
    margin-top: 0;
  }
  /* line 380, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc .short-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 387, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item.double-box-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) {
  /* line 394, ../sass/page/_home.scss */
  .page-home .cross-sell-banner {
    margin-top: 45px;
  }
}
/* line 398, ../sass/page/_home.scss */
.page-home .cross-sell-banner img {
  width: 100%;
}
/* line 402, ../sass/page/_home.scss */
.page-home .cross-sell-banner.about-us {
  color: #009d30;
}
/* line 408, ../sass/page/_home.scss */
.page-home .download-app-wrapper .title {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #009d30;
  font-family: "FrutigerLTW02-75Black", "Arial";
}
@media only screen and (max-width: 39.937em) {
  /* line 408, ../sass/page/_home.scss */
  .page-home .download-app-wrapper .title {
    font-size: 1.25em;
  }
}
/* line 419, ../sass/page/_home.scss */
.page-home .download-app-wrapper p {
  font-size: 1em;
  color: #555555;
}
/* line 424, ../sass/page/_home.scss */
.page-home .download-app-wrapper .yellow-btn {
  color: #fff;
  /*text-shadow: 0 0 4px rgba(0,0,0,0.5);*/
  display: block;
  text-align: center;
  background: #f7ab03;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 1.25em;
  line-height: 40px;
  width: 96%;
  margin: auto;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 441, ../sass/page/_home.scss */
.page-home .download-app-wrapper .yellow-btn .text {
  float: left;
  max-width: 69%;
  margin-left: 2%;
  text-align: left;
}
/* line 447, ../sass/page/_home.scss */
.page-home .download-app-wrapper .yellow-btn .text .large {
  font-size: 1.5em;
  display: block;
  line-height: 1.2em;
}
/* line 453, ../sass/page/_home.scss */
.page-home .download-app-wrapper .yellow-btn .text .small {
  font-size: 0.6em;
  display: block;
  line-height: 1em;
  margin-top: 1em;
}
/* line 461, ../sass/page/_home.scss */
.page-home .download-app-wrapper .yellow-btn i {
  max-width: 26%;
  font-size: 2.5em;
  margin-right: 2%;
  float: right;
  line-height: 1.2em;
}

@media only screen and (max-width: 39.937em) {
  /* line 472, ../sass/page/_home.scss */
  .page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc:before,
  .page-home .highlight-box .highlight-box-item.double-box-item .highlight-box-desc:after {
    display: none !important;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 5, ../sass/page/_events.scss */
  .page-events .mb-banner-highlight {
    background: #009d30;
  }
  /* line 8, ../sass/page/_events.scss */
  .page-events .green-separate {
    background: url(../images/global/green-arrow-section.jpg) center bottom no-repeat #009d30;
    background-size: 100%;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 40em) {
  /* line 15, ../sass/page/_events.scss */
  .page-events .refine-bar, .page-events .events-content-box, .page-events .view-more-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 22, ../sass/page/_events.scss */
.page-events [class*="column"] + [class*="column"]:last-child {
  float: left;
}
/* line 26, ../sass/page/_events.scss */
.page-events #banner-highlight {
  margin-top: 70px;
  background: #009d30;
  position: relative;
}
@media only screen and (max-width: 39.937em) {
  /* line 26, ../sass/page/_events.scss */
  .page-events #banner-highlight {
    margin-top: 20px;
    background: none;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 26, ../sass/page/_events.scss */
  .page-events #banner-highlight {
    margin-top: 50px;
  }
}
/* line 39, ../sass/page/_events.scss */
.page-events #banner-highlight .banner-photo {
  /*update fix img size*/
  max-height: 388px;
  overflow: hidden;
}
/* line 44, ../sass/page/_events.scss */
.page-events #banner-highlight .banner-photo img {
  width: 100%;
}
/* line 46, ../sass/page/_events.scss */
.page-events #banner-highlight .banner-txt {
  position: relative;
  padding-left: 0;
  color: #fff;
}
@media only screen and (max-width: 39.937em) {
  /* line 46, ../sass/page/_events.scss */
  .page-events #banner-highlight .banner-txt {
    padding-left: 0.9375em;
  }
}
/* line 55, ../sass/page/_events.scss */
.page-events #banner-highlight .banner-txt .heading {
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  line-height: 1em;
  padding-top: 30%;
  padding-bottom: 20px;
  padding-right: 20px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 55, ../sass/page/_events.scss */
  .page-events #banner-highlight .banner-txt .heading {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 55, ../sass/page/_events.scss */
  .page-events #banner-highlight .banner-txt .heading {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 55, ../sass/page/_events.scss */
  .page-events #banner-highlight .banner-txt .heading {
    padding-top: 20px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 64em) and (max-width: 83.3745em) {
  /* line 55, ../sass/page/_events.scss */
  .page-events #banner-highlight .banner-txt .heading {
    font-size: 1.6em;
  }
}
/* line 82, ../sass/page/_events.scss */
.page-events #banner-highlight .banner-txt .txt {
  font-size: 1.250em;
  font-family: "FrutigerLTW02-45Light", "Arial";
  line-height: 1.250em;
  padding-right: 20px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 82, ../sass/page/_events.scss */
  .page-events #banner-highlight .banner-txt .txt {
    font-size: 1em;
  }
}
/* line 93, ../sass/page/_events.scss */
.page-events #banner-highlight .fa-angle-right {
  color: #fff;
  font-size: 3.5em;
  position: absolute;
  display: block;
  right: 20px;
  bottom: 15px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 93, ../sass/page/_events.scss */
  .page-events #banner-highlight .fa-angle-right {
    right: 10px;
  }
}
/* line 104, ../sass/page/_events.scss */
.page-events .refine-bar {
  padding-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 39.937em) {
  /* line 104, ../sass/page/_events.scss */
  .page-events .refine-bar {
    display: none;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 104, ../sass/page/_events.scss */
  .page-events .refine-bar {
    padding-top: 45px;
  }
}
/* line 115, ../sass/page/_events.scss */
.page-events .refine-bar .txt, .page-events .refine-bar label {
  color: #656565;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 1.250em;
  text-transform: uppercase;
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 115, ../sass/page/_events.scss */
  .page-events .refine-bar .txt, .page-events .refine-bar label {
    font-size: 1em;
  }
}
/* line 129, ../sass/page/_events.scss */
.page-events .refine-bar label {
  margin-left: 10px;
}
/* line 136, ../sass/page/_events.scss */
.page-events .refine-bar .checkbox-wrapper {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  float: none;
  background: url(../images/events/checkbox.jpg) no-repeat;
  margin-left: 50px;
}
/* line 146, ../sass/page/_events.scss */
.page-events .refine-bar .checkbox-wrapper.checked {
  background: url(../images/events/checkbox.jpg) left bottom no-repeat;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 136, ../sass/page/_events.scss */
  .page-events .refine-bar .checkbox-wrapper {
    margin-left: 25px;
    margin-top: -3px;
  }
}
/* line 157, ../sass/page/_events.scss */
.page-events .events-content-box {
  padding-top: 45px;
}
@media only screen and (max-width: 39.937em) {
  /* line 157, ../sass/page/_events.scss */
  .page-events .events-content-box {
    padding-top: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 164, ../sass/page/_events.scss */
  .page-events .events-content-box .mb-full-screen {
    background: url(../images/global/see-next-bg.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  /* line 171, ../sass/page/_events.scss */
  .page-events .events-content-box .mb-full-screen:last-child {
    margin-bottom: 0px;
  }
}
/* line 175, ../sass/page/_events.scss */
.page-events .events-content-box .meet-a-champion-box {
  width: 100%;
  background: #009d30;
  margin-bottom: 50px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 175, ../sass/page/_events.scss */
  .page-events .events-content-box .meet-a-champion-box {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 175, ../sass/page/_events.scss */
  .page-events .events-content-box .meet-a-champion-box {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 64em) and (max-width: 89.937em) {
  /* line 175, ../sass/page/_events.scss */
  .page-events .events-content-box .meet-a-champion-box {
    margin-bottom: 55px;
  }
}
/* line 193, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 39.937em) {
  /* line 193, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 193, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 193, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 64em) and (max-width: 89.937em) {
  /* line 193, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item {
    margin-bottom: 55px;
  }
}
/* line 215, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .mask {
  max-height: 175px;
  overflow: hidden;
}
/* line 220, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-thumbnail {
  width: 100%;
  max-width: 320px;
  margin: auto;
  display: block;
}
/* line 226, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
/* line 230, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .heading {
  font-size: 0.8em;
  line-height: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
  padding: 10px 5px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 230, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .heading {
    font-size: 0.6em;
    line-height: 1em;
  }
}
/* line 245, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .heading > .fa {
  position: absolute;
  display: block;
  top: 4px;
  right: 0;
  color: #f7ab03;
  background: #fff;
  padding: 0 4px;
  font-size: 2em;
}
/* line 253, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .heading .angle-right {
  position: absolute;
  display: block;
  top: 10px;
  right: 0;
  color: #f7ab03;
  padding: 0 13px 0 3px;
  display: none;
  background: #fff;
}
@media screen and (min-width: 40em) {
  /* line 253, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .heading .angle-right {
    display: inline-block;
  }
}
/* line 263, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .heading .angle-right i {
  font-size: 2em;
  position: absolute;
  display: block;
  top: -6px;
  right: 0;
}
/* line 269, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .short-desc {
  background: #009d30;
  color: #fff;
  font-size: 1.250em;
  line-height: 1.3em;
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 25px 25px 25px;
  font-family: "FrutigerLTW02-45Light", "Arial";
  -moz-transition: left 0.3s linear 0s;
  -webkit-transition: left 0.3s linear 0s;
  -ms-transition: left 0.3s linear 0s;
  -o-transition: left 0.3s linear 0s;
  transition: left 0.3s linear 0s;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 269, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .short-desc {
    font-size: 1.1em;
    padding: 25px;
  }
}
/* line 285, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .short-desc > .fa-angle-right {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 5px;
  color: #fff;
  font-size: 2em;
}
/* line 291, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .short-desc .angle-right {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 0;
  color: #f7ab03;
  padding: 0 20px 0 5px;
}
@media screen and (min-width: 40em) {
  /* line 291, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .short-desc .angle-right {
    color: #fff;
    bottom: 5px;
  }
}
/* line 300, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .short-desc .angle-right i {
  font-size: 2em;
  position: absolute;
  display: block;
  top: -8px;
  right: 0;
}
/* line 306, ../sass/page/_events.scss */
.page-events .events-content-box .events-box-item .events-box-desc .short-desc.show-box {
  display: block;
}
@media only screen and (max-width: 39.937em) {
  /* line 226, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc {
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
  }
  /* line 313, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .heading {
    font-size: 1.875em;
    line-height: 1.2em;
    font-family: "FrutigerLTW02-75Black", "Arial";
    padding: 25px 30px 10px 0;
  }
  /* line 318, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .heading .fa {
    display: none;
  }
  /* line 320, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .short-desc {
    position: relative;
    display: block;
    padding: 0 60px 30px 0;
    background: none;
    color: #656565;
    font-size: 1.250em;
    line-height: 1.2em;
    left: 0;
  }
  /* line 330, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item .events-box-desc .short-desc .fa-angle-right {
    color: #f7ab03;
    bottom: 0;
    font-size: 2.5em;
    line-height: 0.8em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 343, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item:hover .events-box-desc .short-desc {
    left: 0;
  }
}
@media only screen and (min-width: 64em) and (max-width: 89.937em) {
  /* line 348, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item:hover .events-box-desc .short-desc {
    left: 0;
  }
}
@media only screen and (min-width: 90em) {
  /* line 353, ../sass/page/_events.scss */
  .page-events .events-content-box .events-box-item:hover .events-box-desc .short-desc {
    left: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 360, ../sass/page/_events.scss */
  .page-events .view-more-bar {
    padding: 0px;
  }
  /* line 364, ../sass/page/_events.scss */
  .page-events .view-more-bar .columns {
    padding: 0px;
  }
}
/* line 369, ../sass/page/_events.scss */
.page-events .view-more-bar .view-more-btn {
  margin-top: 30px;
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/events/view-more.jpg) center bottom no-repeat;
  padding-bottom: 30px;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
}

/* line 1, ../sass/page/_products.scss */
.page-products {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_products.scss */
  .page-products {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_products.scss */
  .page-products {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 14, ../sass/page/_products.scss */
  .page-products .green-separate {
    background: url(../images/global/green-arrow-section.jpg) center bottom no-repeat #009d30;
    background-size: 100%;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
}
/* line 22, ../sass/page/_products.scss */
.page-products #banner-highlight {
  margin-top: 70px;
  background: #009d30;
  position: relative;
}
@media only screen and (max-width: 39.937em) {
  /* line 22, ../sass/page/_products.scss */
  .page-products #banner-highlight {
    margin-top: 20px;
    background: #009d30;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 22, ../sass/page/_products.scss */
  .page-products #banner-highlight {
    margin-top: 50px;
  }
}
/* line 35, ../sass/page/_products.scss */
.page-products #banner-highlight .banner-photo {
  /*update fix img size*/
  max-height: 388px;
  overflow: hidden;
}
/* line 40, ../sass/page/_products.scss */
.page-products #banner-highlight .banner-photo img {
  width: 100%;
}
/* line 42, ../sass/page/_products.scss */
.page-products #banner-highlight .banner-txt {
  position: relative;
  padding-left: 0;
  color: #fff;
}
@media only screen and (max-width: 39.937em) {
  /* line 42, ../sass/page/_products.scss */
  .page-products #banner-highlight .banner-txt {
    padding-left: 0.9375em;
  }
}
/* line 51, ../sass/page/_products.scss */
.page-products #banner-highlight .banner-txt .heading {
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  line-height: 1em;
  padding-top: 30%;
  padding-bottom: 20px;
  padding-right: 20px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 51, ../sass/page/_products.scss */
  .page-products #banner-highlight .banner-txt .heading {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 51, ../sass/page/_products.scss */
  .page-products #banner-highlight .banner-txt .heading {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 51, ../sass/page/_products.scss */
  .page-products #banner-highlight .banner-txt .heading {
    padding-top: 20px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 64em) and (max-width: 83.3745em) {
  /* line 51, ../sass/page/_products.scss */
  .page-products #banner-highlight .banner-txt .heading {
    font-size: 1.6em;
  }
}
/* line 78, ../sass/page/_products.scss */
.page-products #banner-highlight .banner-txt .txt {
  font-size: 1.250em;
  font-family: "FrutigerLTW02-45Light", "Arial";
  line-height: 1.250em;
  padding-right: 20px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 78, ../sass/page/_products.scss */
  .page-products #banner-highlight .banner-txt .txt {
    font-size: 1em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 91, ../sass/page/_products.scss */
  .page-products .view-more-bar {
    padding: 0px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  /* line 96, ../sass/page/_products.scss */
  .page-products .view-more-bar .columns {
    padding: 0px;
  }
}
/* line 101, ../sass/page/_products.scss */
.page-products .view-more-bar .view-more-btn {
  margin-top: 30px;
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/events/view-more.jpg) center bottom no-repeat;
  padding-bottom: 30px;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #656565;
}
@media only screen and (max-width: 39.937em) {
  /* line 101, ../sass/page/_products.scss */
  .page-products .view-more-bar .view-more-btn {
    margin-top: 0;
  }
}
/* line 119, ../sass/page/_products.scss */
.page-products .product-content-box {
  padding-top: 45px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 123, ../sass/page/_products.scss */
  .page-products .product-content-box .medium-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 119, ../sass/page/_products.scss */
  .page-products .product-content-box {
    padding-top: 0;
  }
}
/* line 132, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 39.937em) {
  /* line 132, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item {
    padding-top: 20px;
  }
}
/* line 141, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-thumbnail {
  width: 100%;
}
/* line 144, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
/* line 148, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .heading {
  font-size: 0.8em;
  line-height: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
  padding: 10px 5px;
  position: relative;
}
/* line 156, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .heading > .fa {
  position: absolute;
  display: block;
  top: 4px;
  right: 5px;
  color: #f7ab03;
  font-size: 2em;
}
/* line 162, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .heading .angle-right {
  position: absolute;
  display: block;
  top: 11px;
  right: 5px;
  color: #f7ab03;
  padding: 0 13px 0 3px;
  display: none;
}
@media screen and (min-width: 40em) {
  /* line 162, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .heading .angle-right {
    display: inline-block;
  }
}
/* line 171, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .heading .angle-right i {
  font-size: 2em;
  position: absolute;
  display: block;
  top: -6px;
  right: 0;
}
/* line 177, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .short-desc {
  background: #009d30;
  color: #fff;
  font-size: 1.250em;
  line-height: 1.3em;
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px 0;
  font-family: "FrutigerLTW02-45Light", "Arial";
  -moz-transition: left 0.3s linear 0s;
  -webkit-transition: left 0.3s linear 0s;
  -ms-transition: left 0.3s linear 0s;
  -o-transition: left 0.3s linear 0s;
  transition: left 0.3s linear 0s;
}
@media only screen and (min-width: 64em) {
  /* line 177, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .short-desc {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 177, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .short-desc {
    font-size: 1.7em;
  }
}
/* line 195, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .short-desc > .fa-angle-right {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 5px;
  color: #fff;
  font-size: 2em;
}
/* line 201, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .short-desc .angle-right {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 0;
  color: #f7ab03;
  padding: 0 20px 0 5px;
}
@media screen and (min-width: 40em) {
  /* line 201, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .short-desc .angle-right {
    color: #fff;
    bottom: 5px;
  }
}
/* line 210, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .short-desc .angle-right i {
  font-size: 2em;
  position: absolute;
  display: block;
  top: -8px;
  right: 0;
}
/* line 216, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item .product-box-desc .short-desc.show-box {
  display: block;
}
@media only screen and (max-width: 39.937em) {
  /* line 144, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc {
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
  }
  /* line 223, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .heading {
    font-size: 1.875em;
    line-height: 1.2em;
    font-family: "FrutigerLTW02-75Black", "Arial";
    padding: 25px 30px 10px 0;
  }
  /* line 228, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .heading > .fa {
    display: none;
  }
  /* line 230, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .short-desc {
    position: relative;
    display: block;
    padding: 0 60px 30px 0;
    background: none;
    color: #656565;
    font-size: 1.250em;
    line-height: 1.2em;
    left: 0;
  }
  /* line 240, ../sass/page/_products.scss */
  .page-products .product-content-box .product-box-item .product-box-desc .short-desc > .fa-angle-right {
    color: #f7ab03;
    bottom: 0;
    font-size: 2.5em;
    line-height: 0.8em;
  }
}
/* line 252, ../sass/page/_products.scss */
.page-products .product-content-box .product-box-item:hover .product-box-desc .short-desc {
  left: 0;
}
/* line 259, ../sass/page/_products.scss */
.page-products .product-content-box-mobile .bx-wrapper .bx-pager.bx-default-pager a {
  width: 50px;
  height: 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #40b664;
}
/* line 267, ../sass/page/_products.scss */
.page-products .product-content-box-mobile .bx-wrapper .bx-pager.bx-default-pager a:hover, .page-products .product-content-box-mobile .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #bfe6cb;
}

/* line 276, ../sass/page/_products.scss */
.page-product-detail #main-photo {
  padding-top: 40px;
}
/* line 280, ../sass/page/_products.scss */
.page-product-detail .detail-content .product-title {
  color: #009d30;
  text-transform: uppercase;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-size: 2.400em;
  line-height: 1em;
  padding-bottom: 50px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
@media only screen and (max-width: 39.937em) {
  /* line 280, ../sass/page/_products.scss */
  .page-product-detail .detail-content .product-title {
    font-size: 1.3em;
    padding-bottom: 10px;
  }
}
/* line 297, ../sass/page/_products.scss */
.page-product-detail .milo-product-content {
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 0;
  color: #656565;
  font-size: 1.563em;
}
@media only screen and (max-width: 39.937em) {
  /* line 297, ../sass/page/_products.scss */
  .page-product-detail .milo-product-content {
    padding-right: 0.9375em !important;
    padding-left: 0.9375em !important;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 297, ../sass/page/_products.scss */
  .page-product-detail .milo-product-content {
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 315, ../sass/page/_products.scss */
  .page-product-detail .milo-product-content .prd-photo {
    max-width: 100%;
  }
}
/* line 320, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition {
  padding-top: 80px;
  padding-bottom: 30px;
  padding-right: 0;
}
/* line 325, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition img {
  width: 100%;
}
@media only screen and (max-width: 39.937em) {
  /* line 320, ../sass/page/_products.scss */
  .page-product-detail .milo-product-nutrition {
    padding-right: 0.9375em !important;
    padding-left: 0.9375em !important;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 320, ../sass/page/_products.scss */
  .page-product-detail .milo-product-nutrition {
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
}
/* line 337, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-title {
  color: #009d30;
  text-transform: uppercase;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-size: 1.55em;
  line-height: 1em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 39.937em) {
  /* line 337, ../sass/page/_products.scss */
  .page-product-detail .milo-product-nutrition .nutrition-title {
    margin-top: 20px;
  }
}
/* line 350, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-table {
  font-size: 0.9em;
}
/* line 352, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-table .tb-header {
  font-weight: bold;
}
/* line 355, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-table .tb-row-odd {
  background: #ededed;
}
/* line 358, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-table .tb-row-even {
  background: #ffffff;
}
/* line 361, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-table .col-1, .page-product-detail .milo-product-nutrition .nutrition-table .col-2, .page-product-detail .milo-product-nutrition .nutrition-table .col-3 {
  width: 40%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding: 5px 15px;
}
/* line 368, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-table .col-2 {
  width: 30%;
}
/* line 372, ../sass/page/_products.scss */
.page-product-detail .milo-product-nutrition .nutrition-table .col-3 {
  width: 30%;
}

/* line 2, ../sass/page/_detail.scss */
.page-detail .form-error {
  color: #ee3225 !important;
}
/* line 5, ../sass/page/_detail.scss */
.page-detail .form-error span {
  color: #ee3225 !important;
}
/* line 9, ../sass/page/_detail.scss */
.page-detail .form-error.error-msg {
  font-size: 1.2em;
  font-weight: bold;
}
/* line 15, ../sass/page/_detail.scss */
.page-detail [class*="column"] + [class*="column"]:last-child {
  float: left;
}
/* line 19, ../sass/page/_detail.scss */
.page-detail #main-photo {
  background: #009d30;
}
@media screen and (min-width: 64em) {
  /* line 19, ../sass/page/_detail.scss */
  .page-detail #main-photo {
    margin-bottom: 30px;
  }
}
/* line 25, ../sass/page/_detail.scss */
.page-detail #main-photo.white-main-photo {
  background: #ffffff;
}
/* line 27, ../sass/page/_detail.scss */
.page-detail #main-photo.white-main-photo .heading {
  color: #009d30;
}
@media only screen and (max-width: 39.937em) {
  /* line 25, ../sass/page/_detail.scss */
  .page-detail #main-photo.white-main-photo {
    padding-top: 0;
  }
}
/* line 33, ../sass/page/_detail.scss */
.page-detail #main-photo .banner-photo {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  /* line 33, ../sass/page/_detail.scss */
  .page-detail #main-photo .banner-photo {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/* line 41, ../sass/page/_detail.scss */
.page-detail #main-photo .banner-photo img {
  width: 100%;
}
/* line 44, ../sass/page/_detail.scss */
.page-detail #main-photo .heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.875em;
  line-height: normal;
  font-family: "FrutigerLTW02-75Black", "Arial";
  padding: 15px 20px;
}
@media screen and (min-width: 40em) {
  /* line 44, ../sass/page/_detail.scss */
  .page-detail #main-photo .heading {
    font-size: 2.750em;
  }
}
@media screen and (min-width: 64em) {
  /* line 44, ../sass/page/_detail.scss */
  .page-detail #main-photo .heading {
    font-size: 3.750em;
    padding: 80px 40px 30px 40px;
    text-align: center;
  }
}
/* line 61, ../sass/page/_detail.scss */
.page-detail .detail-content {
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  padding-bottom: 0;
}
/* line 66, ../sass/page/_detail.scss */
.page-detail .detail-content ol, .page-detail .detail-content ul {
  padding: 0;
  padding-left: 45px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 61, ../sass/page/_detail.scss */
  .page-detail .detail-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 61, ../sass/page/_detail.scss */
  .page-detail .detail-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 78, ../sass/page/_detail.scss */
  .page-detail .detail-content .small-12 {
    padding: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 84, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .small-12 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
/* line 92, ../sass/page/_detail.scss */
.page-detail .detail-content .tab-wrapper {
  overflow: auto;
  padding-bottom: 50px;
}
/* line 96, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs {
  border-bottom: 3px solid #f9c042;
  white-space: nowrap;
}
/* line 100, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs dd {
  margin-left: 0;
  min-width: 140px;
  float: none;
  display: inline-block;
}
@media only screen and (max-width: 39.937em) {
  /* line 96, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs {
    border-bottom: none;
  }
  /* line 110, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs dd {
    float: none;
    border-bottom: 1px solid #cacaca;
    display: block;
  }
  /* line 115, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs dd i {
    float: right;
    font-size: 1.25em;
    font-weight: bold;
    color: #f7ab03;
  }
  /* line 121, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs dd i.fa-angle-right {
    display: none !important;
  }
  /* line 126, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs dd.active {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  /* line 131, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs dd.active a {
    background: url(../images/events/view-more.jpg) center bottom no-repeat !important;
    padding-bottom: 40px !important;
    text-align: left;
  }
  /* line 137, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs dd.active a i.fa-angle-right {
    display: block !important;
  }
  /* line 141, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs dd.active a i.fa-angle-down {
    display: none !important;
  }
  /* line 150, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs.show dd {
    display: block;
    border-bottom: 1px solid #cacaca !important;
    padding: 0;
  }
  /* line 155, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs.show dd.active {
    border-bottom: 1px solid #cacaca !important;
  }
  /* line 158, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs.show dd.active a {
    background: none !important;
    padding-bottom: 0 !important;
    text-align: left;
    color: #009d30;
  }
  /* line 164, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs.show dd.active a i.fa-angle-right {
    display: none !important;
  }
  /* line 167, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs.show dd.active a i.fa-angle-down {
    display: block !important;
  }
  /* line 173, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs.show dd a {
    background: none;
    padding-bottom: 0;
    text-align: left;
  }
}
/* line 182, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs a {
  position: relative;
  background-color: transparent;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-size: 1.25em;
  text-align: center;
  padding: 1rem 1rem;
  color: #009d30;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 182, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 182, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs a {
    font-size: 1.2em;
    text-align: left;
  }
}
/* line 200, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs a .arrow {
  width: 61px;
  height: 26px;
  background: url(../images/global/yellow-arrow.jpg) no-repeat;
  position: absolute;
  display: block;
  left: 50%;
  bottom: -26px;
  margin-left: -30px;
  display: none;
}
@media only screen and (max-width: 39.937em) {
  /* line 200, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs a .arrow {
    display: none !important;
  }
}
/* line 213, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs .active a {
  /* color: #656565;  */
}
/* line 216, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs .active a .arrow {
  display: block;
}
/* line 219, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content {
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 219, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 219, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
/* line 232, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content {
  padding: 0;
}
/* line 235, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .event-short-info, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-info, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-info {
  font-family: "FrutigerLTW01-55Roman", "Arial";
  padding-bottom: 60px;
}
/* line 238, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .event-short-info .heading, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-info .heading, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-info .heading {
  font-size: 1.250em;
  color: #656565;
  text-transform: uppercase;
}
/* line 243, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .event-short-info .txt, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-info .txt, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-info .txt {
  color: #fff;
  padding: 2px 10px;
  background: #878787;
  font-size: 1.563em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 243, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .event-short-info .txt, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-info .txt, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-info .txt {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 235, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .event-short-info, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-info, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-info {
    padding-bottom: 25px;
  }
  /* line 256, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .event-short-info .heading, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-info .heading, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-info .heading {
    font-size: 0.750em;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  /* line 261, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .event-short-info .txt, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-info .txt, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-info .txt {
    font-size: 0.938em;
    padding: 5px;
    margin-bottom: 10px;
  }
}
/* line 268, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .event-desc {
  color: #656565;
  /* font-size: 1.563em; */
  line-height: 1.5em;
}
/* line 272, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .event-desc .columns img {
  margin-top: 14px;
}
/* line 279, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc {
  /* font-size: 1.1em; */
  line-height: 1.2em;
}
/* line 283, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc h2, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc h2 {
  font-size: 1.2em;
}
/* line 287, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .txt, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .txt {
  display: block;
  color: #656565;
  margin-bottom: 10px;
}
/* line 293, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc i, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc i {
  position: absolute;
  display: block;
  top: 0;
  right: 8px;
  color: #f7ab03;
  line-height: 37px;
  font-weight: bold;
  font-size: 1.2em;
}
/* line 301, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .radio-wrapper, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .radio-wrapper {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  background: url(../images/global/radio-bg.jpg) no-repeat;
}
/* line 309, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .radio-wrapper.radio-selected, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .radio-wrapper.radio-selected {
  background: url(../images/global/radio-bg.jpg) left bottom no-repeat;
}
/* line 312, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .radio-wrapper.radio-selected + label, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .radio-wrapper.radio-selected + label {
  color: #009d30;
}
/* line 317, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .radio-wrapper + label, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .radio-wrapper + label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
  line-height: 2.5em;
}
/* line 324, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .checkbox-wrapper, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .checkbox-wrapper {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  float: none;
  background: url(../images/events/checkbox.jpg) no-repeat;
}
@media only screen and (max-width: 39.937em) {
  /* line 324, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .checkbox-wrapper, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .checkbox-wrapper {
    margin-top: 4px;
  }
}
/* line 336, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .checkbox-wrapper.checked, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .checkbox-wrapper.checked {
  background: url(../images/events/checkbox.jpg) left bottom no-repeat;
}
/* line 340, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .checkbox-wrapper + label, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .checkbox-wrapper + label {
  margin-bottom: 10px;
  line-height: 1.5em;
}
/* line 346, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .select-wrapper, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .select-wrapper {
  border: 1px solid #ccc;
  width: 150px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 351, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .select-wrapper select, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .select-wrapper select {
  z-index: 100;
}
/* line 355, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .select-wrapper span, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .select-wrapper span {
  color: #009d30;
  font-weight: bold;
  font-size: 1.2em;
  top: 8px;
}
/* line 363, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc label, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc label {
  color: #656565;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  float: none;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  /* font-weight: bold; */
  margin-bottom: 4px;
}
@media only screen and (max-width: 39.937em) {
  /* line 363, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc label, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc label {
    display: inline-block;
    width: 90%;
    line-height: 1em;
  }
}
/* line 380, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .columns, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .columns {
  padding-left: 0;
}
/* line 383, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .columns.no-pad-right, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .columns.no-pad-right {
  padding-right: 0;
}
/* line 387, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .columns.last-left, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .columns.last-left {
  float: left;
}
/* line 391, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .columns.has-right-separate, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .columns.has-right-separate {
  position: relative;
}
/* line 394, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .columns.has-right-separate:after, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .columns.has-right-separate:after {
  content: '-';
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  margin-left: -10px;
  line-height: 37px;
  font-weight: .9em;
}
/* line 404, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
/* line 409, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper label.has-sub-text, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper label.has-sub-text {
  position: relative;
}
/* line 412, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper label.has-sub-text:after, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper label.has-sub-text:after {
  content: attr(data-subtext);
  color: #8b8b8b;
  font-size: .8em;
  width: 200px;
  margin-left: 8px;
  position: absolute;
  display: block;
  left: 100%;
  bottom: 0;
}
@media only screen and (max-width: 39.937em) {
  /* line 412, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper label.has-sub-text:after, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper label.has-sub-text:after {
    display: none;
  }
}
/* line 427, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .title, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .title {
  color: #009d30;
  text-transform: uppercase;
  padding-left: 0;
  border-top: 2px solid #cacaca;
  position: relative;
}
/* line 435, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .title.ui-accordion-header-active i, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .title.ui-accordion-header-active i {
  display: none;
}
/* line 440, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .registration-participant, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .registration-participant, .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .block-wrapper, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .block-wrapper {
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 449, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .block-wrapper.has-line, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .block-wrapper.has-line {
  border-bottom: 2px solid #cacaca;
}
/* line 453, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .block-wrapper .uniform-text, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .block-wrapper .uniform-text {
  float: left;
  min-width: 300px;
  line-height: 2em;
  color: #656565;
}
@media only screen and (max-width: 39.937em) {
  /* line 453, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .block-wrapper .uniform-text, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .block-wrapper .uniform-text {
    width: 100%;
  }
}
/* line 464, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .block-wrapper p, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .block-wrapper p {
  color: #656565;
}
/* line 467, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .registration-content-wrapper .block-wrapper p a, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .registration-content-wrapper .block-wrapper p a {
  color: #009d30;
  text-decoration: underline;
}
/* line 475, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .more-ways-form, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .more-ways-form {
  color: #656565;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
/* line 480, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .more-ways-form .content-wrapper, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .more-ways-form .content-wrapper {
  border: 5px solid #cacaca;
  padding: 30px;
  /* font-size: 1.2em; */
}
/* line 485, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .more-ways-form .content-wrapper h2, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .more-ways-form .content-wrapper h2 {
  text-transform: uppercase;
  color: #009d30;
}
/* line 490, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .more-ways-form .content-wrapper .yellow-btn, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .more-ways-form .content-wrapper .yellow-btn {
  /* font-size: 1em; */
  margin-top: 20px;
}
/* line 495, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .more-ways-form .content-wrapper div, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .more-ways-form .content-wrapper div {
  margin: 0.6em 0;
  line-height: 1.5em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 475, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .more-ways-form, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .more-ways-form {
    display: none;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 475, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .registration-main-wrapper .registration-short-desc .more-ways-form, .page-detail .detail-content .tabs-content .content .registration-tq .registration-short-desc .more-ways-form {
    display: none;
  }
}
/* line 515, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content.hide {
  display: none !important;
}
/* line 520, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-tab-wrapper {
  margin-top: -40px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 520, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-tab-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 520, ../sass/page/_detail.scss */
  .page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-tab-wrapper {
    margin-top: 0;
  }
}
/* line 531, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-tab-wrapper .tabs a {
  font-size: 1em;
  padding: 10px 12px;
}
/* line 535, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-tab-wrapper .tabs a .arrow {
  left: 50%;
  margin-left: -30px;
}
/* line 543, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper {
  margin-top: 40px;
  color: #656565;
}
/* line 547, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper p {
  color: #656565;
}
/* line 551, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper > div {
  display: none;
}
/* line 554, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper > div .table-content {
  width: 100%;
  overflow-x: auto;
}
/* line 559, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper > div .schedule-table {
  width: 100%;
  border: none;
  margin: 20px 0;
}
/* line 565, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper > div .schedule-table tr:nth-of-type(even) {
  background: #ededed;
}
/* line 570, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper > div .schedule-table tr td .pin {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/events/pin.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 36px;
}
/* line 583, ../sass/page/_detail.scss */
.page-detail .detail-content .tabs-content .content .schedule-main-wrapper .schedule-content-wrapper > div.active {
  display: block;
}
/* line 591, ../sass/page/_detail.scss */
.page-detail .detail-content .mar-bottom.right {
  text-align: right;
  /*position: absolute;
  right: 40px;
  bottom: 0;
  padding-left: 35px;
  @include respond-to(ipadPortrait){
  	width: 50%;
  	right: 0;
  	padding-left: 15px;
  }
  @include respond-to(mobile){
  	width: 100%;
  	right: 0;
  	padding-left: 15px;
  }*/
}
/* line 608, ../sass/page/_detail.scss */
.page-detail .detail-content .yellow-btn {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  background: #009d30;
  font-family: "Serpentine-Bold";
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}
/* line 623, ../sass/page/_detail.scss */
.page-detail .detail-content .yellow-btn:before {
  right: -100%;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 100%;
  content: "";
  transition: left 0.2s;
}
/* line 632, ../sass/page/_detail.scss */
.page-detail .detail-content .yellow-btn:hover {
  color: #fff;
}
/* line 634, ../sass/page/_detail.scss */
.page-detail .detail-content .yellow-btn:hover:before {
  right: 0;
  left: 0;
  background-color: #f7ab03;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  /* line 608, ../sass/page/_detail.scss */
  .page-detail .detail-content .yellow-btn {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
  }
}
@media screen and (90em) {
  /* line 608, ../sass/page/_detail.scss */
  .page-detail .detail-content .yellow-btn {
    width: 75%;
  }
}
/* line 651, ../sass/page/_detail.scss */
.page-detail .detail-content .single-detail-page {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 39.937em) {
  /* line 651, ../sass/page/_detail.scss */
  .page-detail .detail-content .single-detail-page {
    padding-top: 20px;
  }
}
/* line 660, ../sass/page/_detail.scss */
.page-detail .detail-content h2 {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  color: #656565;
  font-size: 1em;
}
@media only screen and (max-width: 39.937em) {
  /* line 61, ../sass/page/_detail.scss */
  .page-detail .detail-content {
    font-size: 0.938em;
  }
  /* line 664, ../sass/page/_detail.scss */
  .page-detail .detail-content h2 {
    font-size: 1em;
  }
}
/* line 669, ../sass/page/_detail.scss */
.page-detail .tabs-content .media-list {
  margin-left: 0;
  margin-right: 0;
}
/* line 673, ../sass/page/_detail.scss */
.page-detail .media-list {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 64em) {
  /* line 673, ../sass/page/_detail.scss */
  .page-detail .media-list {
    padding-left: 55px;
    padding-right: 55px;
  }
}
/* line 681, ../sass/page/_detail.scss */
.page-detail .media-list .mediaSlider li {
  width: 33.33%;
  float: left;
}
/* line 689, ../sass/page/_detail.scss */
.page-detail .media-list .bx-controls-direction {
  display: none;
}
/* line 691, ../sass/page/_detail.scss */
.page-detail .media-list .bx-controls-direction .bx-prev {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: 0;
  left: 0;
  top: 35%;
  color: #009d30;
  font-size: 4em;
  padding: 15px 0 0 30px;
}
/* line 702, ../sass/page/_detail.scss */
.page-detail .media-list .bx-controls-direction .bx-next {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: 0;
  right: 0;
  top: 35%;
  color: #009d30;
  font-size: 4em;
  padding: 15px 0 0 45px;
}
/* line 716, ../sass/page/_detail.scss */
.page-detail .media-list:hover .bx-controls-direction {
  display: block;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 716, ../sass/page/_detail.scss */
  .page-detail .media-list:hover .bx-controls-direction {
    display: none;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 716, ../sass/page/_detail.scss */
  .page-detail .media-list:hover .bx-controls-direction {
    display: none;
  }
}
/* line 723, ../sass/page/_detail.scss */
.page-detail .media-list .media-btn {
  display: block;
  overflow: hidden;
  -moz-transition: height 0.2s ease 0s;
  -webkit-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  transition: height 0.2s ease 0s;
}
/* line 728, ../sass/page/_detail.scss */
.page-detail .media-list .media-btn.video {
  position: relative;
}
/* line 731, ../sass/page/_detail.scss */
.page-detail .media-list .media-btn.video:before {
  background: url(../images/global/video-overlay.gif) 0 0 no-repeat;
  width: 42px;
  height: 32px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 9;
}
/* line 741, ../sass/page/_detail.scss */
.page-detail .media-list .media-btn img {
  min-width: 100%;
}
/* line 745, ../sass/page/_detail.scss */
.page-detail .media-list .overlaySlider .media-btn {
  height: 250px;
  min-height: initial;
}
/* line 749, ../sass/page/_detail.scss */
.page-detail .media-list .overlaySlider .media-btn img {
  opacity: 0.6;
}
/* line 751, ../sass/page/_detail.scss */
.page-detail .media-list .overlaySlider .media-btn.active, .page-detail .media-list .overlaySlider .media-btn:hover {
  height: 280px;
}
/* line 754, ../sass/page/_detail.scss */
.page-detail .media-list .overlaySlider .media-btn.active img, .page-detail .media-list .overlaySlider .media-btn:hover img {
  opacity: 1;
}
/* line 761, ../sass/page/_detail.scss */
.page-detail .social-bar {
  text-align: center;
  padding: 60px 0;
}
/* line 765, ../sass/page/_detail.scss */
.page-detail .social-bar > * {
  vertical-align: bottom !important;
  display: inline-block;
}
@media only screen and (max-width: 39.937em) {
  /* line 761, ../sass/page/_detail.scss */
  .page-detail .social-bar {
    padding: 35px 0;
  }
}
/* line 775, ../sass/page/_detail.scss */
.page-detail .view-more-bar {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 775, ../sass/page/_detail.scss */
  .page-detail .view-more-bar {
    padding: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 775, ../sass/page/_detail.scss */
  .page-detail .view-more-bar {
    padding: 0px;
    margin-bottom: 20px;
  }
  /* line 785, ../sass/page/_detail.scss */
  .page-detail .view-more-bar .columns {
    padding: 0px;
  }
}
/* line 790, ../sass/page/_detail.scss */
.page-detail .view-more-bar .view-more-btn {
  margin-top: 30px;
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/events/view-more.jpg) center bottom no-repeat;
  padding-bottom: 30px;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
}
@media only screen and (max-width: 39.937em) {
  /* line 790, ../sass/page/_detail.scss */
  .page-detail .view-more-bar .view-more-btn {
    margin-top: 0px;
  }
}
/* line 808, ../sass/page/_detail.scss */
.page-detail .events-content-box {
  padding-top: 45px;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 808, ../sass/page/_detail.scss */
  .page-detail .events-content-box {
    padding: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 808, ../sass/page/_detail.scss */
  .page-detail .events-content-box {
    padding: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 820, ../sass/page/_detail.scss */
  .page-detail .events-content-box .mb-full-screen {
    background: url(../images/global/see-next-bg.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  /* line 827, ../sass/page/_detail.scss */
  .page-detail .events-content-box .mb-full-screen:last-child {
    margin-bottom: 0px;
  }
}
/* line 831, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 39.937em) {
  /* line 831, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
/* line 841, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .mask {
  max-height: 175px;
  overflow: hidden;
}
/* line 846, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .events-thumbnail {
  width: 100%;
}
/* line 849, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .events-box-desc {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
/* line 853, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .events-box-desc .heading {
  font-size: 0.8em;
  line-height: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
  padding: 10px 5px;
  position: relative;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 853, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc .heading {
    font-size: 0.6em;
    line-height: 1em;
  }
}
/* line 867, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .events-box-desc .heading .fa {
  position: absolute;
  display: block;
  top: 4px;
  right: 5px;
  color: #f7ab03;
  font-size: 2em;
}
/* line 873, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .events-box-desc .short-desc {
  background: #009d30;
  color: #fff;
  font-size: 1.250em;
  line-height: 1.3em;
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 25px 25px 25px;
  font-family: "FrutigerLTW02-45Light", "Arial";
  -moz-transition: left 0.3s linear 0s;
  -webkit-transition: left 0.3s linear 0s;
  -ms-transition: left 0.3s linear 0s;
  -o-transition: left 0.3s linear 0s;
  transition: left 0.3s linear 0s;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 873, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc .short-desc {
    font-size: 1.1em;
    padding: 25px;
  }
}
/* line 890, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .events-box-desc .short-desc .fa-angle-right {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 5px;
  color: #fff;
  font-size: 2em;
}
@media only screen and (max-width: 39.937em) {
  /* line 890, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc .short-desc .fa-angle-right {
    color: #f7ab03;
  }
}
/* line 900, ../sass/page/_detail.scss */
.page-detail .events-content-box .events-box-item .events-box-desc .short-desc.show-box {
  display: block;
}
@media only screen and (max-width: 39.937em) {
  /* line 849, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc {
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
  }
  /* line 907, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc .heading {
    font-size: 1.875em;
    line-height: 1.2em;
    font-family: "FrutigerLTW02-75Black", "Arial";
    padding: 25px 30px 10px 0;
  }
  /* line 912, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc .heading .fa {
    display: none;
  }
  /* line 914, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc .short-desc {
    position: relative;
    display: block;
    padding: 0 60px 0px 0;
    background: none;
    color: #656565;
    font-size: 1.250em;
    line-height: 1.2em;
    left: 0;
  }
  /* line 924, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item .events-box-desc .short-desc .fa-angle-right {
    color: #f7ab03;
    bottom: 0;
    font-size: 2.5em;
    line-height: 0.8em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 937, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item:hover .events-box-desc .short-desc {
    left: 0;
  }
}
@media only screen and (min-width: 64em) and (max-width: 89.937em) {
  /* line 942, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item:hover .events-box-desc .short-desc {
    left: 0;
  }
}
@media only screen and (min-width: 90em) {
  /* line 947, ../sass/page/_detail.scss */
  .page-detail .events-content-box .events-box-item:hover .events-box-desc .short-desc {
    left: 0;
  }
}
/* line 953, ../sass/page/_detail.scss */
.page-detail .events-content-box .list-all-box {
  border: 1px solid #cacaca;
}
/* line 955, ../sass/page/_detail.scss */
.page-detail .events-content-box .list-all-box .events-box-desc {
  border: none;
}
/* line 962, ../sass/page/_detail.scss */
.page-detail .media-section #media-container {
  padding: 50px 0 0px 0;
  text-align: center;
}
/* line 966, ../sass/page/_detail.scss */
.page-detail .media-section #media-information {
  padding-bottom: 30px;
}
/* line 968, ../sass/page/_detail.scss */
.page-detail .media-section #media-information h2 {
  color: #009d30;
  text-transform: uppercase;
  font-size: 1.250m;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 974, ../sass/page/_detail.scss */
.page-detail .media-section #media-information .txt {
  color: #656565;
  font-size: 1.250m;
  font-family: "FrutigerLTW02-45Light", "Arial";
}
/* line 981, ../sass/page/_detail.scss */
.page-detail .media-section #media-information .text-right > * {
  vertical-align: bottom !important;
}
/* line 988, ../sass/page/_detail.scss */
.page-detail .milo-product-content {
  padding-top: 55px;
  padding-bottom: 30px;
  color: #656565;
  font-size: 1.563em;
}
@media only screen and (max-width: 39.937em) {
  /* line 988, ../sass/page/_detail.scss */
  .page-detail .milo-product-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 999, ../sass/page/_detail.scss */
  .page-detail .milo-product-content .prd-photo {
    width: 100%;
  }
}
/* line 1004, ../sass/page/_detail.scss */
.page-detail .milo-product-nutrition {
  padding-top: 60px;
  padding-bottom: 30px;
}
/* line 1007, ../sass/page/_detail.scss */
.page-detail .milo-product-nutrition img {
  width: 100%;
}
@media only screen and (max-width: 39.937em) {
  /* line 1004, ../sass/page/_detail.scss */
  .page-detail .milo-product-nutrition {
    padding-top: 0px;
  }
}

/* line 1014, ../sass/page/_detail.scss */
.page-detail.page-article .detail-content .tabs-content {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 1, ../sass/page/_detail-single.scss */
.page-single-template {
  font-family: "FrutigerLTW02-45Light", "Arial";
  padding-left: 2.5em;
  padding-right: 2.5em;
}
/* line 6, ../sass/page/_detail-single.scss */
.page-single-template .box-header {
  margin-top: 70px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 6, ../sass/page/_detail-single.scss */
  .page-single-template .box-header {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 6, ../sass/page/_detail-single.scss */
  .page-single-template .box-header {
    margin-top: 0px;
    padding: 0;
  }
}
/* line 18, ../sass/page/_detail-single.scss */
.page-single-template .box-header .box-heading {
  background: url(../images/arrow-bg.jpg) center bottom no-repeat #009d30;
  padding-bottom: 65px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
/* line 26, ../sass/page/_detail-single.scss */
.page-single-template .box-header .box-heading h1 {
  color: #fff;
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 90em) {
  /* line 18, ../sass/page/_detail-single.scss */
  .page-single-template .box-header .box-heading {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 18, ../sass/page/_detail-single.scss */
  .page-single-template .box-header .box-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 43, ../sass/page/_detail-single.scss */
  .page-single-template .box-header .box-heading h1 {
    font-size: 1.5em;
  }
}
/* line 49, ../sass/page/_detail-single.scss */
.page-single-template .box-content {
  padding-top: 20px !important;
  color: #656565;
}
/* line 53, ../sass/page/_detail-single.scss */
.page-single-template .box-content .content-head {
  text-transform: uppercase;
  color: #009d30;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-weight: bolder;
  font-size: 1.25em;
  padding-top: 20px;
}
/* line 62, ../sass/page/_detail-single.scss */
.page-single-template .box-content .contact-content {
  background: url(../images/responsive/contact.jpg) center right no-repeat #fff;
  min-height: 320px;
}
@media only screen and (max-width: 39.937em) {
  /* line 62, ../sass/page/_detail-single.scss */
  .page-single-template .box-content .contact-content {
    background-size: 100% auto;
    background-position-y: top;
    padding-top: 300px;
  }
}
/* line 74, ../sass/page/_detail-single.scss */
.page-single-template .box-title, .page-single-template .note-content .large-box-title {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  color: #009d30;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0.6em 0;
  line-height: 1em;
}
/* line 83, ../sass/page/_detail-single.scss */
.page-single-template .box-title i, .page-single-template .note-content .large-box-title i {
  color: #f7ab03;
}
/* line 88, ../sass/page/_detail-single.scss */
.page-single-template .box-title-small {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  color: #009d30;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1em;
}
/* line 98, ../sass/page/_detail-single.scss */
.page-single-template .desc a {
  display: inline-block;
  color: #009d30;
}
/* line 102, ../sass/page/_detail-single.scss */
.page-single-template .desc a:hover {
  text-decoration: underline;
}
/* line 109, ../sass/page/_detail-single.scss */
.page-single-template .content-list .list-item {
  padding-bottom: 1em;
  border-bottom: 2px solid #ccc;
}
/* line 113, ../sass/page/_detail-single.scss */
.page-single-template .content-list .list-item img {
  width: 100%;
}
/* line 117, ../sass/page/_detail-single.scss */
.page-single-template .content-list .list-item .btn-bookmark {
  text-align: center;
}
/* line 120, ../sass/page/_detail-single.scss */
.page-single-template .content-list .list-item .btn-bookmark .fa-bookmark {
  color: #f7ab03;
  position: relative;
  font-size: 3em;
}
/* line 125, ../sass/page/_detail-single.scss */
.page-single-template .content-list .list-item .btn-bookmark .fa-bookmark .fa-star, .page-single-template .content-list .list-item .btn-bookmark .fa-bookmark .fa-close {
  position: absolute;
  display: block;
  left: 8px;
  top: 6px;
  color: #fff;
  font-size: .4em;
}
/* line 133, ../sass/page/_detail-single.scss */
.page-single-template .content-list .list-item ul {
  list-style: none;
}
/* line 139, ../sass/page/_detail-single.scss */
.page-single-template .note-content {
  /*color: #656565;
  border: 5px solid #cacaca;*/
  color: #fff;
  background: #009d30;
  padding: 4%;
  margin-bottom: 1em;
}
/* line 147, ../sass/page/_detail-single.scss */
.page-single-template .note-content .large-box-title {
  color: #f7ab03;
  font-size: 3em;
  display: inline-block;
  margin: 0;
  margin-right: 4px;
}
/* line 156, ../sass/page/_detail-single.scss */
.page-single-template .note-content .box-title, .page-single-template .note-content .large-box-title {
  display: inline-block;
  color: #fff;
}
/* line 162, ../sass/page/_detail-single.scss */
.page-single-template .center {
  text-align: center;
}
/* line 166, ../sass/page/_detail-single.scss */
.page-single-template label {
  color: #656565;
  font-family: "FrutigerLTW02-45Light", "Arial";
  margin: .2rem 0;
}
/* line 172, ../sass/page/_detail-single.scss */
.page-single-template .yellow-btn {
  color: #fff;
  display: block;
  text-align: center;
  background: #f7ab03;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-weight: bolder;
  font-size: 1.25em;
  line-height: 40px;
  width: 100%;
  text-transform: uppercase;
  border: none;
}
/* line 186, ../sass/page/_detail-single.scss */
.page-single-template .link-note {
  color: #656565;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
  display: inline-block;
  margin: .6em 0;
}
/* line 196, ../sass/page/_detail-single.scss */
.page-single-template .bold-note {
  color: #656565;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  margin: 1em 0;
}
/* line 202, ../sass/page/_detail-single.scss */
.page-single-template .green-note {
  color: #009d30;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  margin: .6em 0;
  margin-left: 1.5em;
  font-style: italic;
}
/* line 211, ../sass/page/_detail-single.scss */
.page-single-template .has-seperate-bottom {
  padding-bottom: 1.5em;
  border-bottom: 2px solid #cacaca;
  margin-bottom: 1em;
}
/* line 217, ../sass/page/_detail-single.scss */
.page-single-template .error {
  background-color: #ffe6ed;
  border: 1px solid #eb5b4c;
  color: #eb5b4c;
  font-size: 1em;
  padding: 5px;
  line-height: 1.5em;
}
/* line 226, ../sass/page/_detail-single.scss */
.page-single-template input.inputError, .page-single-template .select-wrapper.inputError {
  border-color: #eb5b4c !important;
}
/* line 231, ../sass/page/_detail-single.scss */
.page-single-template #upload-container .plupload {
  height: 100px !important;
  left: 0 !important;
  width: 100% !important;
}
/* line 236, ../sass/page/_detail-single.scss */
.page-single-template #upload-container .plupload input {
  height: 100px !important;
  cursor: pointer;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_detail-single.scss */
  .page-single-template {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_detail-single.scss */
  .page-single-template {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 253, ../sass/page/_detail-single.scss */
.page-gallery .media-section #media-container {
  text-align: center;
}
/* line 256, ../sass/page/_detail-single.scss */
.page-gallery .media-section #media-container img {
  max-height: 576px;
}
@media only screen and (max-width: 39.937em) {
  /* line 256, ../sass/page/_detail-single.scss */
  .page-gallery .media-section #media-container img {
    max-height: 9999px;
  }
}
/* line 264, ../sass/page/_detail-single.scss */
.page-gallery .media-section #media-container .main-media-btn {
  position: absolute;
  display: block;
  top: 50%;
  font-size: 3em;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 4px .5em;
  margin-top: -.5em;
}
/* line 272, ../sass/page/_detail-single.scss */
.page-gallery .media-section #media-container .main-media-btn.btn-prev {
  left: 22px;
}
@media only screen and (max-width: 39.937em) {
  /* line 272, ../sass/page/_detail-single.scss */
  .page-gallery .media-section #media-container .main-media-btn.btn-prev {
    left: 0;
  }
}
/* line 280, ../sass/page/_detail-single.scss */
.page-gallery .media-section #media-container .main-media-btn.btn-next {
  right: 22px;
}
@media only screen and (max-width: 39.937em) {
  /* line 280, ../sass/page/_detail-single.scss */
  .page-gallery .media-section #media-container .main-media-btn.btn-next {
    right: 0;
  }
}
/* line 289, ../sass/page/_detail-single.scss */
.page-gallery .media-section #media-container.videoYoutube {
  height: 500px;
}
@media only screen and (max-width: 39.937em) {
  /* line 289, ../sass/page/_detail-single.scss */
  .page-gallery .media-section #media-container.videoYoutube {
    height: 300px;
  }
}
/* line 296, ../sass/page/_detail-single.scss */
.page-gallery .media-section #media-container.tvc-video {
  border: 5px solid #009d30;
  margin: 30px auto 0;
  padding: 0;
  width: 800px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 296, ../sass/page/_detail-single.scss */
  .page-gallery .media-section #media-container.tvc-video {
    max-width: 96%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 296, ../sass/page/_detail-single.scss */
  .page-gallery .media-section #media-container.tvc-video {
    width: 100%;
    height: 300px;
    border-width: 3px;
  }
}
/* line 315, ../sass/page/_detail-single.scss */
.page-gallery .tvc-video-title {
  width: 800px;
  margin: auto;
  margin-bottom: 30px;
}
/* line 320, ../sass/page/_detail-single.scss */
.page-gallery .tvc-video-title h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #009d30;
  display: inline-block;
}
/* line 327, ../sass/page/_detail-single.scss */
.page-gallery .tvc-video-title .social-bar {
  float: right;
}
@media only screen and (max-width: 39.937em) {
  /* line 327, ../sass/page/_detail-single.scss */
  .page-gallery .tvc-video-title .social-bar {
    float: none;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 315, ../sass/page/_detail-single.scss */
  .page-gallery .tvc-video-title {
    max-width: 96%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 315, ../sass/page/_detail-single.scss */
  .page-gallery .tvc-video-title {
    width: 100%;
  }
}
/* line 344, ../sass/page/_detail-single.scss */
.page-gallery .comment-wrapper {
  border: 2px solid #ccc;
  padding: 1em;
  margin-top: 50px;
  margin-bottom: 1em;
}
/* line 350, ../sass/page/_detail-single.scss */
.page-gallery .comment-wrapper textarea {
  min-height: 100px;
}
/* line 354, ../sass/page/_detail-single.scss */
.page-gallery .comment-wrapper label {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  color: #009d30;
}
/* line 361, ../sass/page/_detail-single.scss */
.page-gallery .list-comment {
  color: #656565;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 2px solid #ccc;
}
/* line 367, ../sass/page/_detail-single.scss */
.page-gallery .list-comment ul {
  list-style: none;
}
/* line 370, ../sass/page/_detail-single.scss */
.page-gallery .list-comment ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
/* line 375, ../sass/page/_detail-single.scss */
.page-gallery .list-comment ul li p {
  margin-top: 0;
  line-height: 1.2em;
}
/* line 379, ../sass/page/_detail-single.scss */
.page-gallery .list-comment ul li p .name, .page-gallery .list-comment ul li p .date {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  color: #009d30;
}
/* line 385, ../sass/page/_detail-single.scss */
.page-gallery .list-comment ul li p .date {
  float: right;
  font-size: 0.75em;
}
/* line 395, ../sass/page/_detail-single.scss */
.page-gallery .media-list .media-btn {
  display: block;
  text-align: center;
  overflow: hidden;
  height: 150px;
}
@media only screen and (max-width: 39.937em) {
  /* line 395, ../sass/page/_detail-single.scss */
  .page-gallery .media-list .media-btn {
    height: 100px;
  }
}
/* line 405, ../sass/page/_detail-single.scss */
.page-gallery .media-list .media-btn img {
  /*@include opacity(.6);*/
  display: inline;
  width: 100%;
}
@media only screen and (max-width: 39.937em) {
  /* line 405, ../sass/page/_detail-single.scss */
  .page-gallery .media-list .media-btn img {
    max-width: none;
    min-height: 100px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 405, ../sass/page/_detail-single.scss */
  .page-gallery .media-list .media-btn img {
    max-width: none;
    min-height: 150px;
  }
}
/* line 420, ../sass/page/_detail-single.scss */
.page-gallery .media-list .media-btn:hover, .page-gallery .media-list .media-btn.active {
  border: 2px solid #f7ab03;
}
/* line 423, ../sass/page/_detail-single.scss */
.page-gallery .media-list .media-btn:hover img, .page-gallery .media-list .media-btn.active img {
  /*@include opacity(1);*/
}
@media only screen and (max-width: 39.937em) {
  /* line 434, ../sass/page/_detail-single.scss */
  .page-gallery .wrap-nav-tips > .columns .nav-tips {
    width: 100%;
    display: block;
    padding-bottom: 0;
    background: none;
  }
  /* line 440, ../sass/page/_detail-single.scss */
  .page-gallery .wrap-nav-tips > .columns .nav-tips .lst-nav-tip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  /* line 446, ../sass/page/_detail-single.scss */
  .page-gallery .wrap-nav-tips > .columns .nav-tips .lst-nav-tip > a {
    display: block;
    margin-left: 0;
    padding: 2% 0 2% 35px;
    padding-left: 0.9375em;
    border-bottom: 2px solid #cecece;
  }
  /* line 453, ../sass/page/_detail-single.scss */
  .page-gallery .wrap-nav-tips > .columns .nav-tips .lst-nav-tip > a.active {
    color: #009d30;
    background: none;
  }
  /* line 457, ../sass/page/_detail-single.scss */
  .page-gallery .wrap-nav-tips > .columns .nav-tips .lst-nav-tip > a:first-child {
    margin-left: 0;
  }
}
/* line 465, ../sass/page/_detail-single.scss */
.page-gallery .wrap-nav-tips .nav-tips {
  margin-top: 30px;
  background: url(../images/responsive/highlight-product-range.jpg) left bottom no-repeat;
  width: 100%;
  display: block;
  position: relative;
  min-height: 60px;
}
/* line 473, ../sass/page/_detail-single.scss */
.page-gallery .wrap-nav-tips .nav-tips .lst-nav-tip {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 478, ../sass/page/_detail-single.scss */
.page-gallery .wrap-nav-tips .nav-tips .lst-nav-tip > a {
  display: inline-block;
  margin-left: 67px;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-weight: bolder;
  color: #656565;
  font-size: 1.25em;
  text-transform: uppercase;
  padding-bottom: 30px;
}
/* line 489, ../sass/page/_detail-single.scss */
.page-gallery .wrap-nav-tips .nav-tips .lst-nav-tip > a:hover {
  color: #009d30;
}
/* line 492, ../sass/page/_detail-single.scss */
.page-gallery .wrap-nav-tips .nav-tips .lst-nav-tip > a.active {
  color: #009d30;
  background: url(../images/responsive/highlight-product-range-icon.jpg) center 100% no-repeat;
}
/* line 496, ../sass/page/_detail-single.scss */
.page-gallery .wrap-nav-tips .nav-tips .lst-nav-tip > a:first-child {
  margin-left: 0;
}

/* line 1, ../sass/page/_history.scss */
.page-history {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1300px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_history.scss */
  .page-history {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_history.scss */
  .page-history {
    padding-right: 0px;
    padding-left: 0px;
    max-width: auto;
  }
}
/* line 17, ../sass/page/_history.scss */
.page-history .timeline-box-header {
  margin-top: 70px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 17, ../sass/page/_history.scss */
  .page-history .timeline-box-header {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 17, ../sass/page/_history.scss */
  .page-history .timeline-box-header {
    margin-top: 0px;
    padding: 0;
  }
}
/* line 29, ../sass/page/_history.scss */
.page-history .timeline-box-header .timeline-box-heading {
  background: url(../images/history/arrow-bg.jpg) center bottom no-repeat #009d30;
  padding-bottom: 65px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.250em;
}
/* line 37, ../sass/page/_history.scss */
.page-history .timeline-box-header .timeline-box-heading h1 {
  color: #fff;
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 29, ../sass/page/_history.scss */
  .page-history .timeline-box-header .timeline-box-heading {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 48, ../sass/page/_history.scss */
  .page-history .timeline-box-header .timeline-box-heading h1 {
    font-size: 1.5em;
  }
}
/* line 53, ../sass/page/_history.scss */
.page-history .timeline-box-content {
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/events/view-more.jpg) center bottom no-repeat;
  padding-bottom: 60px;
  padding-top: 10px;
}
/* line 60, ../sass/page/_history.scss */
.page-history .timeline-box-content .txt {
  color: #656565;
}
/* line 63, ../sass/page/_history.scss */
.page-history .timeline-box-content .start-point, .page-history .timeline-box-content .end-point {
  color: #009d30;
  padding: 0 10px;
}
/* line 68, ../sass/page/_history.scss */
.page-history .timeline-box-content .timeline-tree {
  display: inline-block;
  position: relative;
  background: url(../images/history/timeline-line.jpg) center center repeat-x;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 75, ../sass/page/_history.scss */
.page-history .timeline-box-content .timeline-tree .odd-point {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: -4px;
  background: #f9c042;
  border-radius: 30px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 75, ../sass/page/_history.scss */
  .page-history .timeline-box-content .timeline-tree .odd-point {
    margin-left: 25px;
  }
}
/* line 89, ../sass/page/_history.scss */
.page-history .timeline-box-content .timeline-tree .odd-point:first-child {
  margin-left: 0px;
}
/* line 92, ../sass/page/_history.scss */
.page-history .timeline-box-content .timeline-tree .even-point {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: -4px;
  background: #f9c042;
  border-radius: 30px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 92, ../sass/page/_history.scss */
  .page-history .timeline-box-content .timeline-tree .even-point {
    margin-left: 25px;
  }
}
/* line 107, ../sass/page/_history.scss */
.page-history .timeline-box-content .timeline-tree .special-point {
  width: 30px;
  height: 30px;
  background: url(../images/history/malaysia-point.png) no-repeat;
}
/* line 114, ../sass/page/_history.scss */
.page-history .timeline-box-content .mb-year-slider {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 118, ../sass/page/_history.scss */
.page-history .timeline-box-content .mb-year-slider .yearSlider li {
  position: relative;
  text-align: right;
  height: 25px;
}
/* line 122, ../sass/page/_history.scss */
.page-history .timeline-box-content .mb-year-slider .yearSlider li .year-node {
  color: #009d30;
  text-align: center;
  padding: 3px 10px;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  line-height: 1em;
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
  z-index: 1;
}
/* line 131, ../sass/page/_history.scss */
.page-history .timeline-box-content .mb-year-slider .yearSlider li .year-node.active {
  background: #009d30;
  color: #fff;
}
/* line 136, ../sass/page/_history.scss */
.page-history .timeline-box-content .mb-year-slider .yearSlider li .line {
  border-top: 1px solid #fcdfa0;
  width: 40px;
  height: 1px;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
}
/* line 142, ../sass/page/_history.scss */
.page-history .timeline-box-content .mb-year-slider .yearSlider li .line .dot {
  width: 8px;
  height: 8px;
  background: #f9c042;
  border-radius: 30px;
  position: absolute;
  display: block;
  left: 0px;
  top: -4px;
}
/* line 152, ../sass/page/_history.scss */
.page-history .timeline-box-content .mb-year-slider .bx-controls {
  display: none;
}
/* line 156, ../sass/page/_history.scss */
.page-history .timeline-box-container {
  padding-top: 45px;
}
@media only screen and (max-width: 39.937em) {
  /* line 156, ../sass/page/_history.scss */
  .page-history .timeline-box-container {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 164, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item {
  position: relative;
}
/* line 167, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .history-article-heading {
  text-transform: uppercase;
  color: #009d30;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  padding-bottom: 5px;
}
/* line 174, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .desc {
  color: #656565;
  font-size: 1.250em;
  font-family: "FrutigerLTW02-45Light", "Arial";
  padding: 20px 0;
  line-height: 1.300em;
}
/* line 182, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .social-share {
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
/* line 187, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .timeline {
  background: url(../images/history/timeline-bg.png) center top repeat-y;
  width: 60px;
  text-align: center;
}
/* line 192, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .timeline .year {
  color: #009d30;
  font-size: 1.563em;
  font-family: "FrutigerLTW02-45Light", "Arial";
  width: 60px;
  text-align: center;
  position: absolute;
  display: block;
  left: 0px;
  top: -40px;
}
@media only screen and (max-width: 39.937em) {
  /* line 192, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .timeline .year {
    font-size: 1em;
    position: absolute;
    display: block;
    left: 0px;
    top: -30px;
  }
}
/* line 206, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .timeline .point {
  background: #f9c042;
  width: 12px;
  height: 12px;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  position: absolute;
  display: block;
  left: 24px;
  bottom: -12px;
}
/* line 213, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .timeline .month {
  background: #009d30;
  color: #fff;
  font-size: 1.250em;
  line-height: 1em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  padding: 5px 10px;
  min-width: 120px;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 213, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .timeline .month {
    font-size: 0.8em;
    min-width: 70px;
  }
}
/* line 230, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .odd {
  padding-right: 120px;
}
/* line 232, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .odd .timeline {
  position: absolute;
  display: block;
  top: 0;
  right: -27px;
}
/* line 234, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .odd .timeline .month {
  text-align: left;
}
/* line 236, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .odd .timeline .month .arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #009d30;
  position: absolute;
  display: block;
  top: 0px;
  right: -10px;
}
@media only screen and (max-width: 39.937em) {
  /* line 230, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .odd {
    padding-right: 15px;
    padding-left: 50px;
  }
  /* line 251, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .odd .timeline {
    top: 0;
    right: auto;
    left: 5px;
  }
  /* line 255, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .odd .timeline .month {
    text-align: right;
  }
  /* line 257, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .odd .timeline .month .arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 5px solid #009d30;
    border-left: none;
    position: absolute;
    display: block;
    left: -5px;
    top: 0px;
  }
}
/* line 269, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .even {
  padding-left: 120px;
}
/* line 271, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .even .history-article-heading {
  padding-left: 10px;
}
/* line 273, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .even .timeline {
  position: absolute;
  display: block;
  left: -33px;
  top: 0;
}
/* line 275, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .even .timeline .month {
  text-align: right;
  width: 126px;
}
/* line 278, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item .even .timeline .month .arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #009d30;
  position: absolute;
  display: block;
  left: -10px;
  top: 0px;
}
@media only screen and (max-width: 39.937em) {
  /* line 269, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .even {
    padding-right: 15px;
    padding-left: 50px;
  }
  /* line 293, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .even .timeline {
    top: 0;
    right: auto;
    left: 5px;
  }
  /* line 297, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .even .timeline .month {
    width: 70px;
  }
  /* line 299, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item .even .timeline .month .arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 5px solid #009d30;
    position: absolute;
    display: block;
    left: -5px;
    top: 0px;
  }
}
/* line 310, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-2014 {
  padding-top: 17px;
}
/* line 312, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-2014 .timeline {
  height: 100px;
}
/* line 314, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-2014 .timeline .month {
  position: absolute;
  display: block;
  top: 0px;
  right: 42px;
}
@media only screen and (max-width: 39.937em) {
  /* line 310, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-2014 {
    padding-top: 25px;
  }
  /* line 321, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-2014 .timeline {
    height: 380px;
  }
  /* line 323, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-2014 .timeline .month {
    right: auto;
    left: 42px;
  }
}
/* line 330, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-2013 {
  padding-top: 147px;
  margin-top: 160px;
}
/* line 333, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-2013 .timeline {
  height: 350px;
}
/* line 335, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-2013 .timeline .month {
  position: absolute;
  display: block;
  left: 42px;
  top: 150px;
}
@media only screen and (max-width: 39.937em) {
  /* line 330, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-2013 {
    padding-top: 25px;
    margin-top: 30px;
  }
  /* line 343, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-2013 .timeline {
    height: 380px;
  }
  /* line 345, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-2013 .timeline .month {
    top: 0;
  }
}
/* line 351, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1992 {
  padding-top: 87px;
  margin-top: -150px;
}
/* line 354, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1992 .timeline {
  height: 185px;
}
/* line 356, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1992 .timeline .month {
  position: absolute;
  display: block;
  top: 90px;
  right: 42px;
}
@media only screen and (max-width: 39.937em) {
  /* line 351, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1992 {
    padding-top: 25px;
    margin-top: 30px;
  }
  /* line 364, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1992 .timeline {
    height: 380px;
  }
  /* line 366, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1992 .timeline .month {
    top: 0;
    right: auto;
    left: 42px;
  }
}
/* line 374, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1974 {
  padding-top: 77px;
  margin-top: 100px;
}
/* line 377, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1974 .timeline {
  height: 345px;
}
/* line 379, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1974 .timeline .month {
  position: absolute;
  display: block;
  left: 42px;
  top: 80px;
}
@media only screen and (max-width: 39.937em) {
  /* line 374, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1974 {
    padding-top: 25px;
    margin-top: 30px;
  }
  /* line 387, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1974 .timeline {
    height: 380px;
  }
  /* line 389, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1974 .timeline .month {
    top: 0;
  }
}
/* line 395, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1950 {
  padding-top: 57px;
  margin-top: -85px;
}
/* line 398, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1950 .timeline {
  height: 210px;
}
/* line 400, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1950 .timeline .month {
  position: absolute;
  display: block;
  top: 60px;
  right: 42px;
}
@media only screen and (max-width: 39.937em) {
  /* line 395, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1950 {
    padding-top: 25px;
    margin-top: 30px;
  }
  /* line 408, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1950 .timeline {
    height: 380px;
  }
  /* line 410, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1950 .timeline .month {
    top: 0;
    right: auto;
    left: 42px;
  }
}
/* line 418, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1934 {
  padding-top: 37px;
  margin-top: 190px;
}
/* line 421, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1934 .timeline {
  height: 400px;
}
/* line 423, ../sass/page/_history.scss */
.page-history .timeline-box-container .timeline-box-item.year-1934 .timeline .month {
  position: absolute;
  display: block;
  left: 42px;
  top: 40px;
}
@media only screen and (max-width: 39.937em) {
  /* line 418, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1934 {
    padding-top: 25px;
    margin-top: 30px;
  }
  /* line 431, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1934 .timeline {
    height: 380px;
  }
  /* line 433, ../sass/page/_history.scss */
  .page-history .timeline-box-container .timeline-box-item.year-1934 .timeline .month {
    top: 0;
  }
}

/* line 1, ../sass/page/_history-v2.scss */
.page-history-v2 {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1300px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_history-v2.scss */
  .page-history-v2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_history-v2.scss */
  .page-history-v2 {
    padding-right: 0px;
    padding-left: 0px;
    max-width: auto;
  }
}
/* line 17, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-header {
  margin-top: 70px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 17, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-header {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 17, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-header {
    margin-top: 0px;
    padding: 0;
  }
}
/* line 29, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-header .timeline-box-heading {
  background: url(../images/history/arrow-bg.jpg) center bottom no-repeat #009d30;
  padding-bottom: 65px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.250em;
}
/* line 37, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-header .timeline-box-heading h1 {
  color: #fff;
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 29, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-header .timeline-box-heading {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 48, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-header .timeline-box-heading h1 {
    font-size: 1.5em;
  }
}
/* line 53, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content {
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/events/view-more.jpg) center bottom no-repeat;
  padding-bottom: 60px;
  padding-top: 10px;
}
/* line 60, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .txt {
  color: #656565;
}
@media only screen and (min-width: 64em) and (max-width: 83.3745em) {
  /* line 60, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .txt {
    display: block;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 60, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .txt {
    display: block;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 60, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .txt {
    display: none;
  }
}
/* line 75, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .start-point, .page-history-v2 .timeline-box-content .end-point {
  color: #009d30;
  padding: 0 10px;
}
@media only screen and (max-width: 39.937em) {
  /* line 75, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .start-point, .page-history-v2 .timeline-box-content .end-point {
    display: none;
  }
}
/* line 84, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree {
  display: inline-block;
  position: relative;
  padding-right: 2px;
  padding-left: 20px;
  background: url(../images/history/timeline-line.jpg) center center repeat-x;
}
/* line 91, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree .tree-content {
  /* background: url(../images/history/timeline-line.jpg) center center repeat-x; */
  padding-left: 2px;
  padding-right: 26px;
}
/* line 96, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree .tree-content .odd-point {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: -4px;
  background: #f9c042;
  border-radius: 30px;
  overflow: hidden;
  text-indent: -999px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 96, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content .odd-point {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 96, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content .odd-point {
    margin-left: 18px;
  }
}
/* line 116, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree .tree-content .odd-point:first-child {
  margin-left: 0px;
}
/* line 119, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree .tree-content .even-point {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: -4px;
  background: #f9c042;
  border-radius: 30px;
  overflow: hidden;
  text-indent: -999px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 119, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content .even-point {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 119, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content .even-point {
    margin-left: 18px;
  }
}
/* line 140, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree .tree-content .special-point {
  width: 30px;
  height: 30px;
  background: url(../images/history/malaysia-point.png) no-repeat;
  position: absolute;
  display: block;
  top: -3px;
}
/* line 148, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree .dragger {
  position: absolute;
  display: block;
  left: 20px;
  top: 100%;
  margin-left: -20px;
  background: #009d30;
  font-weight: bold;
  color: #fff;
  padding: 2px 8px;
}
/* line 156, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .timeline-tree .dragger:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #009d30;
}
@media only screen and (max-width: 39.937em) {
  /* line 84, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree {
    /* background: none; */
    width: 20em;
  }
  /* line 169, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-left: -20px;
  }
  /* line 175, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content .mask-wrapper {
    position: relative;
    width: 9999px;
    text-align: left;
  }
  /* line 180, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content .mask-wrapper .internal-link {
    text-indent: 0;
    background: #fff;
    width: auto;
    height: auto;
    padding: 0 10px;
    color: #009d30;
    font-weight: bold;
    margin-left: 80px;
  }
  /* line 191, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-content .timeline-tree .tree-content .mask-wrapper .internal-link:first-child {
    margin-left: 0;
  }
}
/* line 203, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .mb-year-slider {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 207, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .mb-year-slider .yearSlider li {
  position: relative;
  text-align: right;
  height: 25px;
}
/* line 211, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .mb-year-slider .yearSlider li .year-node {
  color: #009d30;
  text-align: center;
  padding: 3px 10px;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  line-height: 1em;
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
  z-index: 1;
}
/* line 220, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .mb-year-slider .yearSlider li .year-node.active {
  background: #009d30;
  color: #fff;
}
/* line 225, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .mb-year-slider .yearSlider li .line {
  border-top: 1px solid #fcdfa0;
  width: 40px;
  height: 1px;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
}
/* line 231, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .mb-year-slider .yearSlider li .line .dot {
  width: 8px;
  height: 8px;
  background: #f9c042;
  border-radius: 30px;
  position: absolute;
  display: block;
  left: 0px;
  top: -4px;
}
/* line 241, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-content .mb-year-slider .bx-controls {
  display: none;
}
/* line 245, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container {
  padding-top: 45px;
  overflow: hidden;
}
/* line 249, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container > .row {
  -moz-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  transform: translatez(0);
}
@media only screen and (max-width: 39.937em) {
  /* line 245, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container {
    padding-right: 0;
    padding-left: 1em;
  }
}
/* line 259, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item {
  position: relative;
  background: url(../images/history/timeline-bg.png) center top repeat-y;
}
/* line 263, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.first {
  margin-top: 0;
}
/* line 267, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .history-article-heading {
  text-transform: uppercase;
  color: #009d30;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  padding-bottom: 5px;
}
/* line 274, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .desc {
  color: #656565;
  font-size: 1.250em;
  font-family: "FrutigerLTW02-45Light", "Arial";
  padding: 20px 0;
  line-height: 1.300em;
}
/* line 282, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .social-share {
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
/* line 286, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .social-share > * {
  vertical-align: bottom !important;
  margin: 2px 0 !important;
}
/* line 292, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .timeline-dot {
  text-align: center;
  width: 60px;
  margin: auto;
  color: #009d30;
  background: #fff;
  font-size: 1.563em;
  font-family: "FrutigerLTW02-45Light", "Arial";
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 39.937em) {
  /* line 292, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .timeline-dot {
    font-size: 1em;
    position: absolute;
    display: block;
    left: 0px;
    top: -30px;
  }
}
/* line 308, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .timeline-dot:before {
  background: #f9c042;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  position: absolute;
  display: block;
  left: 50%;
  top: -12px;
  margin-left: -6px;
}
/* line 319, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .timeline-dot.first:before {
  display: none;
}
/* line 324, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .timeline-dot.last {
  margin-bottom: 0;
  height: 300px;
}
/* line 330, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .item {
  position: relative;
  z-index: 9;
  min-height: 300px;
}
@media only screen and (max-width: 39.937em) {
  /* line 330, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item {
    min-height: 250px;
  }
}
/* line 339, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .item + .item {
  margin-top: 200px;
}
/* line 343, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .item .month {
  background: #009d30;
  color: #fff;
  font-size: .9em;
  line-height: 1em;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  padding: 8px;
  min-width: 90px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 355, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .item img {
  max-height: 275px;
  width: 100%;
  min-height: 240px;
}
@media only screen and (max-width: 39.937em) {
  /* line 355, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item img {
    min-height: initial;
  }
}
/* line 365, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .item .video-content {
  position: relative;
}
/* line 368, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .item .video-content:before {
  background: url(../images/global/video-overlay.gif) 0 0 no-repeat;
  width: 42px;
  height: 32px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -22px;
  top: 0;
  z-index: 9;
}
/* line 384, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .left .month {
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  right: auto;
  bottom: auto;
}
/* line 387, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .left .month:after {
  width: 0;
  height: 0;
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #009d30;
  position: absolute;
  display: block;
  top: 0px;
  right: -10px;
}
/* line 398, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .left:first-of-type {
  margin-top: 0;
}
/* line 402, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .left:nth-of-type(n + 3) {
  margin-top: 100px;
}
@media only screen and (max-width: 39.937em) {
  /* line 383, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .left {
    padding-right: 15px;
    padding-left: 50px;
  }
}
/* line 414, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .right .history-article-heading {
  padding-left: 10px;
}
/* line 416, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .right .month {
  position: absolute;
  display: block;
  left: auto;
  top: 0;
  right: 100%;
  bottom: auto;
}
/* line 419, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .right .month:before {
  width: 0;
  height: 0;
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #009d30;
  position: absolute;
  display: block;
  left: -10px;
  top: 0px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 419, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .right .month:before {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 434, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .right .history-article-heading {
    padding-left: 0;
  }
}
/* line 440, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .right:first-of-type {
  margin-top: 0;
}
/* line 444, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item .right:nth-of-type(n + 3) {
  margin-top: 100px;
}
@media only screen and (max-width: 39.937em) {
  /* line 413, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .right {
    padding-right: 15px;
    padding-left: 50px;
  }
}
/* line 455, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-1 {
  margin-top: -49px !important;
}
/* line 459, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-2 {
  margin-top: -98px !important;
}
/* line 463, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-3 {
  margin-top: -147px !important;
}
/* line 467, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-4 {
  margin-top: -196px  !important;
}
/* line 471, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-5 {
  margin-top: -245px !important;
}
/* line 475, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-6 {
  margin-top: -294px !important;
}
/* line 479, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-7 {
  margin-top: -343px !important;
}
/* line 483, ../sass/page/_history-v2.scss */
.page-history-v2 .timeline-box-container .timeline-box-item.mg-top-8 {
  margin-top: -392px !important;
}
@media only screen and (min-width: 64em) and (max-width: 83.3745em) {
  /* line 489, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item .month {
    font-size: .8em;
    min-width: 60px;
  }
  /* line 493, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item .month:after, .page-history-v2 .timeline-box-container .timeline-box-item .item .month:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 503, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item .month {
    font-size: .6em;
    min-width: 30px;
  }
  /* line 507, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item .month:after, .page-history-v2 .timeline-box-container .timeline-box-item .item .month:before {
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 259, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item {
    background-position-x: left;
    margin-top: 0 !important;
  }
  /* line 520, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-1 {
    margin-top: -36px !important;
  }
  /* line 524, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-2 {
    margin-top: -72px !important;
  }
  /* line 528, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-3 {
    margin-top: -108px !important;
  }
  /* line 532, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-4 {
    margin-top: -144px  !important;
  }
  /* line 536, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-5 {
    margin-top: -180px !important;
  }
  /* line 540, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-6 {
    margin-top: -216px !important;
  }
  /* line 544, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-7 {
    margin-top: -252px !important;
  }
  /* line 548, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top-8 {
    margin-top: -288px !important;
  }
  /* line 552, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--1, .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--2, .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--3, .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--4, .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--5, .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--6, .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--7, .page-history-v2 .timeline-box-container .timeline-box-item.mg-top--8 {
    margin-top: 36px !important;
  }
  /* line 557, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item.left, .page-history-v2 .timeline-box-container .timeline-box-item .item.right {
    padding-right: 0;
    margin-top: 50px !important;
    float: left !important;
  }
  /* line 563, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item .month {
    min-width: 100px;
    left: 30px;
    top: -30px;
  }
  /* line 568, ../sass/page/_history-v2.scss */
  .page-history-v2 .timeline-box-container .timeline-box-item .item .month:after {
    border-left: none;
    border-right: 10px solid #009d30;
    left: -10px;
  }
}

/* line 1, ../sass/page/_search-result.scss */
.page-search-result {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1300px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_search-result.scss */
  .page-search-result {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_search-result.scss */
  .page-search-result {
    padding-right: 0px;
    padding-left: 0px;
    max-width: auto;
  }
}
/* line 17, ../sass/page/_search-result.scss */
.page-search-result .search-box-header {
  margin-top: 70px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 17, ../sass/page/_search-result.scss */
  .page-search-result .search-box-header {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 17, ../sass/page/_search-result.scss */
  .page-search-result .search-box-header {
    margin-top: 0px;
    padding: 0;
  }
}
/* line 29, ../sass/page/_search-result.scss */
.page-search-result .search-box-header .search-box-heading {
  background: url(../images/history/arrow-bg.jpg) center bottom no-repeat #009d30;
  padding-bottom: 65px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.250em;
}
/* line 37, ../sass/page/_search-result.scss */
.page-search-result .search-box-header .search-box-heading h1 {
  color: #fff;
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 29, ../sass/page/_search-result.scss */
  .page-search-result .search-box-header .search-box-heading {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 48, ../sass/page/_search-result.scss */
  .page-search-result .search-box-header .search-box-heading h1 {
    font-size: 1.5em;
  }
}
/* line 54, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .result-text {
  margin-top: 40px;
}
/* line 58, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .search-box-item {
  position: relative;
  margin: 10px 0;
  padding-left: 0;
}
/* line 63, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .search-box-item:after {
  background: #cacaca;
  width: 74%;
  height: 1px;
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 39.937em) {
  /* line 63, ../sass/page/_search-result.scss */
  .page-search-result .search-box-content .search-box-item:after {
    width: 100%;
  }
}
/* line 77, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .search-box-item .search-box-desc .heading a {
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
}
/* line 85, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .search-box-item .search-box-desc .short-desc {
  color: #656565;
}
/* line 89, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .search-box-item .search-box-desc .fa {
  color: #f7ab03;
  font-weight: bold;
  font-size: 2.5em;
  margin-top: -30px;
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
}
@media only screen and (max-width: 39.937em) {
  /* line 89, ../sass/page/_search-result.scss */
  .page-search-result .search-box-content .search-box-item .search-box-desc .fa {
    display: none;
  }
}
/* line 102, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .search-box-item .search-box-img {
  min-height: 180px;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 102, ../sass/page/_search-result.scss */
  .page-search-result .search-box-content .search-box-item .search-box-img {
    min-height: 60px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 102, ../sass/page/_search-result.scss */
  .page-search-result .search-box-content .search-box-item .search-box-img {
    min-height: 60px;
    margin-bottom: 20px;
  }
}
/* line 117, ../sass/page/_search-result.scss */
.page-search-result .search-box-content .search-box-item .search-box-img .search-thumbnail {
  width: 100%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 117, ../sass/page/_search-result.scss */
  .page-search-result .search-box-content .search-box-item .search-box-img .search-thumbnail {
    min-height: initial;
    min-width: initial;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 117, ../sass/page/_search-result.scss */
  .page-search-result .search-box-content .search-box-item .search-box-img .search-thumbnail {
    min-height: initial;
    min-width: initial;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 135, ../sass/page/_search-result.scss */
  .page-search-result .view-more-bar {
    padding: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 135, ../sass/page/_search-result.scss */
  .page-search-result .view-more-bar {
    padding: 0px;
    margin-bottom: 20px;
  }
  /* line 142, ../sass/page/_search-result.scss */
  .page-search-result .view-more-bar .columns {
    padding: 0px;
  }
}
/* line 147, ../sass/page/_search-result.scss */
.page-search-result .view-more-bar .view-more-btn {
  margin-top: 30px;
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/events/view-more.jpg) center bottom no-repeat;
  padding-bottom: 30px;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
}
@media only screen and (max-width: 39.937em) {
  /* line 147, ../sass/page/_search-result.scss */
  .page-search-result .view-more-bar .view-more-btn {
    margin-top: 0px;
  }
}

/* line 1, ../sass/page/_contact-us.scss */
.page-contact-us {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1300px;
}
/* line 6, ../sass/page/_contact-us.scss */
.page-contact-us .form-error {
  color: #ee3225 !important;
}
/* line 9, ../sass/page/_contact-us.scss */
.page-contact-us .form-error span, .page-contact-us .form-error a {
  color: #ee3225 !important;
}
/* line 13, ../sass/page/_contact-us.scss */
.page-contact-us .form-error.error-msg {
  font-size: 1.2em;
  font-weight: bold;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_contact-us.scss */
  .page-contact-us {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_contact-us.scss */
  .page-contact-us {
    padding-right: 0px;
    padding-left: 0px;
    max-width: auto;
  }
}
/* line 31, ../sass/page/_contact-us.scss */
.page-contact-us .columns.no-padding {
  padding-left: 0;
  padding-right: 0;
}
/* line 36, ../sass/page/_contact-us.scss */
.page-contact-us .columns.border-bottom {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 41, ../sass/page/_contact-us.scss */
  .page-contact-us .columns.no-pad-left-medium {
    padding-left: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 41, ../sass/page/_contact-us.scss */
  .page-contact-us .columns.no-pad-left-medium {
    padding-left: 0;
  }
}
/* line 51, ../sass/page/_contact-us.scss */
.page-contact-us .columns.no-pad-right {
  padding-right: 0;
}
/* line 55, ../sass/page/_contact-us.scss */
.page-contact-us .columns.no-pad-left {
  padding-left: 0;
}
/* line 60, ../sass/page/_contact-us.scss */
.page-contact-us .contact-header {
  margin-top: 70px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 60, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-header {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 60, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-header {
    margin-top: 0px;
    padding: 0;
  }
}
/* line 72, ../sass/page/_contact-us.scss */
.page-contact-us .contact-header .contact-heading {
  background: url(../images/history/arrow-bg.jpg) center bottom no-repeat #009d30;
  padding-bottom: 65px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.250em;
}
/* line 80, ../sass/page/_contact-us.scss */
.page-contact-us .contact-header .contact-heading h1 {
  color: #fff;
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 72, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-header .contact-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 90, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-header .contact-heading h1 {
    font-size: 1.5em;
  }
}
/* line 96, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content {
  /* font-size: 1.1em; */
  line-height: 1.2em;
  margin-top: 40px;
  color: #656565;
}
/* line 102, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content h2 {
  font-size: 1.2em;
  color: #656565;
}
/* line 107, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content textarea {
  min-height: 140px;
  margin-bottom: 20px;
  color: #656565;
  font-size: .8em;
  font-family: "FrutigerLTW01-55Roman", "Arial";
}
/* line 114, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content textarea + .grippie {
  display: none;
}
/* line 119, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .txt {
  display: block;
  margin-bottom: 10px;
}
/* line 123, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .txt a {
  text-decoration: underline;
  color: #009d30;
}
/* line 128, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .txt + div {
  margin-bottom: 10px;
}
/* line 133, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content i {
  position: absolute;
  display: block;
  top: 0;
  right: 8px;
  color: #f7ab03;
  line-height: 37px;
  font-weight: bold;
  font-size: 1.2em;
}
/* line 141, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .radio-wrapper {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  background: url(../images/global/radio-bg.jpg) no-repeat;
}
/* line 149, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .radio-wrapper.radio-selected {
  background: url(../images/global/radio-bg.jpg) left bottom no-repeat;
}
/* line 152, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .radio-wrapper.radio-selected + label {
  color: #009d30;
}
/* line 157, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .radio-wrapper + label {
  font-weight: normal !important;
  line-height: 2.5em;
  margin-right: 0;
}
/* line 164, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .checkbox-wrapper {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  background: url(../images/events/checkbox.jpg) no-repeat;
}
/* line 172, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .checkbox-wrapper.checked {
  background: url(../images/events/checkbox.jpg) left bottom no-repeat;
}
/* line 176, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .checkbox-wrapper + label {
  margin-bottom: 0;
  /* line-height: 2em; */
}
/* line 180, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .checkbox-wrapper + label a {
  color: #009d30;
  white-space: nowrap;
}
@media only screen and (max-width: 39.937em) {
  /* line 176, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-content .checkbox-wrapper + label {
    margin-left: 40px;
    margin-top: -20px;
  }
}
/* line 192, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .select-wrapper {
  border: 1px solid #ccc;
  width: 250px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 198, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .select-wrapper.full-parent {
  width: 100%;
}
/* line 202, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .select-wrapper select {
  z-index: 100;
}
/* line 206, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .select-wrapper span {
  color: #009d30;
  font-weight: bold;
  top: 8px;
}
/* line 213, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .file-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem 0;
  height: 2.3125rem;
}
/* line 219, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .file-wrapper .input-file {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  z-index: 99;
}
/* line 225, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .file-wrapper .input-text {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: #fff;
}
/* line 232, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .file-wrapper span {
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  background: #f7ab03;
  font-family: "FrutigerLTW02-75Black", "Arial";
  text-transform: uppercase;
  height: 2.3125rem;
  width: 100%;
}
@media only screen and (max-width: 39.937em) {
  /* line 232, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-content .file-wrapper span {
    font-size: .8em;
  }
}
/* line 248, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .file-wrapper label {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}
/* line 255, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content label {
  color: #656565;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  float: none;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}
/* line 264, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .yellow-btn {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  background: #f7ab03;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-size: 1.4em;
  text-transform: uppercase;
  border: none;
}
/* line 275, ../sass/page/_contact-us.scss */
.page-contact-us .contact-content .yellow-btn.send-button {
  margin-top: 30px;
  min-width: 300px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 264, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-content .yellow-btn {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 264, ../sass/page/_contact-us.scss */
  .page-contact-us .contact-content .yellow-btn {
    font-size: 1.133em;
    padding: 5px 0;
    display: block;
    margin-bottom: 30px;
  }
}
/* line 293, ../sass/page/_contact-us.scss */
.page-contact-us .contact-fields label {
  margin-top: 10px;
}
/* line 297, ../sass/page/_contact-us.scss */
.page-contact-us .contact-fields sup.red {
  color: red;
}
/* line 303, ../sass/page/_contact-us.scss */
.page-contact-us .info-form {
  color: #656565;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 303, ../sass/page/_contact-us.scss */
  .page-contact-us .info-form {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 303, ../sass/page/_contact-us.scss */
  .page-contact-us .info-form {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}
/* line 318, ../sass/page/_contact-us.scss */
.page-contact-us .info-form .content-wrapper {
  border: 5px solid #cacaca;
  padding: 30px;
  font-size: 1.2em;
}
/* line 323, ../sass/page/_contact-us.scss */
.page-contact-us .info-form .content-wrapper h2 {
  text-transform: uppercase;
  color: #009d30;
  margin-bottom: 10px;
}
/* line 333, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .green {
  text-transform: uppercase;
  color: #009d30;
}
/* line 338, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .send-button {
  margin-top: 30px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 342, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .info-form {
    display: none;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 342, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .info-form {
    display: none;
  }
}
/* line 351, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .view-more-bar {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 351, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .view-more-bar {
    padding: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 351, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .view-more-bar {
    padding: 0px;
    margin-bottom: 20px;
  }
  /* line 361, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .view-more-bar .columns {
    padding: 0px;
  }
}
/* line 366, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .view-more-bar .view-more-btn {
  margin-top: 30px;
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/events/view-more.jpg) center bottom no-repeat;
  padding-bottom: 30px;
  font-size: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
}
@media only screen and (max-width: 39.937em) {
  /* line 366, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .view-more-bar .view-more-btn {
    margin-top: 0px;
  }
}
/* line 384, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box {
  padding-top: 45px;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 384, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box {
    padding: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 384, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box {
    padding: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 396, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .mb-full-screen {
    background: url(../images/global/see-next-bg.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  /* line 403, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .mb-full-screen:last-child {
    margin-bottom: 0px;
  }
}
/* line 407, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 39.937em) {
  /* line 407, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
/* line 417, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item .events-thumbnail {
  width: 100%;
}
/* line 420, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
/* line 424, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .heading {
  font-size: 0.8em;
  line-height: 1.250em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  color: #009d30;
  padding: 10px 5px;
  position: relative;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 424, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .heading {
    font-size: 0.6em;
    line-height: 1em;
  }
}
/* line 438, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .heading .fa {
  position: absolute;
  display: block;
  top: 4px;
  right: 5px;
  color: #f7ab03;
  font-size: 2em;
}
/* line 444, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .short-desc {
  background: #009d30;
  color: #fff;
  font-size: 1.250em;
  line-height: 1.3em;
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 25px 25px 25px;
  font-family: "FrutigerLTW02-45Light", "Arial";
  -moz-transition: left 0.3s linear 0s;
  -webkit-transition: left 0.3s linear 0s;
  -ms-transition: left 0.3s linear 0s;
  -o-transition: left 0.3s linear 0s;
  transition: left 0.3s linear 0s;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 444, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .short-desc {
    font-size: 1.1em;
    padding: 25px;
  }
}
/* line 461, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .short-desc .fa-angle-right {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 5px;
  color: #fff;
  font-size: 2em;
}
@media only screen and (max-width: 39.937em) {
  /* line 461, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .short-desc .fa-angle-right {
    color: #f7ab03;
  }
}
/* line 471, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .short-desc.show-box {
  display: block;
}
@media only screen and (max-width: 39.937em) {
  /* line 420, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc {
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
  }
  /* line 478, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .heading {
    font-size: 1.875em;
    line-height: 1.2em;
    font-family: "FrutigerLTW02-75Black", "Arial";
    padding: 25px 30px 10px 0;
  }
  /* line 483, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .heading .fa {
    display: none;
  }
  /* line 485, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .short-desc {
    position: relative;
    display: block;
    padding: 0 60px 0px 0;
    background: none;
    color: #656565;
    font-size: 1.250em;
    line-height: 1.2em;
    left: 0;
  }
  /* line 495, ../sass/page/_contact-us.scss */
  .page-contact-us.page-thank-you .events-content-box .events-box-item .events-box-desc .short-desc .fa-angle-right {
    color: #f7ab03;
    bottom: 0;
    font-size: 2.5em;
    line-height: 0.8em;
  }
}
/* line 507, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .events-box-item:hover .events-box-desc .short-desc {
  left: 0;
}
/* line 512, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .list-all-box {
  border: 1px solid #cacaca;
}
/* line 514, ../sass/page/_contact-us.scss */
.page-contact-us.page-thank-you .events-content-box .list-all-box .events-box-desc {
  border: none;
}

/* line 1, ../sass/page/_privacy.scss */
.page-privacy {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1300px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_privacy.scss */
  .page-privacy {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_privacy.scss */
  .page-privacy {
    padding-right: 0px;
    padding-left: 0px;
    max-width: auto;
  }
}
/* line 17, ../sass/page/_privacy.scss */
.page-privacy .privacy-header {
  margin-top: 70px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 17, ../sass/page/_privacy.scss */
  .page-privacy .privacy-header {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 17, ../sass/page/_privacy.scss */
  .page-privacy .privacy-header {
    margin-top: 0px;
    padding: 0;
  }
}
/* line 29, ../sass/page/_privacy.scss */
.page-privacy .privacy-header .privacy-heading {
  background: url(../images/history/arrow-bg.jpg) center bottom no-repeat #009d30;
  padding-bottom: 65px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.250em;
}
/* line 37, ../sass/page/_privacy.scss */
.page-privacy .privacy-header .privacy-heading h1 {
  color: #fff;
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 29, ../sass/page/_privacy.scss */
  .page-privacy .privacy-header .privacy-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 47, ../sass/page/_privacy.scss */
  .page-privacy .privacy-header .privacy-heading h1 {
    font-size: 1.5em;
  }
}
/* line 52, ../sass/page/_privacy.scss */
.page-privacy .privacy-content {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-top: 40px;
  color: #656565;
}
@media only screen and (max-width: 39.937em) {
  /* line 52, ../sass/page/_privacy.scss */
  .page-privacy .privacy-content {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 65, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .other-content p a {
  color: #009d30;
  text-decoration: underline;
}
/* line 74, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content h5 {
  color: #656565;
  border-bottom: 1px solid #cacaca;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 39.937em) {
  /* line 81, ../sass/page/_privacy.scss */
  .page-privacy .privacy-content .main-content .accordion-content h5:first-of-type {
    border-top: 1px solid #cacaca;
    margin-top: 20px;
  }
}
/* line 88, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content h5 i {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin-top: 8px;
  color: #f7ab03;
  font-weight: bold;
  font-size: 1.5em;
}
/* line 95, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content h5 i.fa-angle-up {
  display: none;
}
/* line 99, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content h5 i.fa-angle-down {
  display: block;
}
/* line 104, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content h5.ui-accordion-header-active {
  border-bottom: none;
}
/* line 108, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content h5.ui-accordion-header-active i.fa-angle-up {
  display: block;
}
/* line 112, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content h5.ui-accordion-header-active i.fa-angle-down {
  display: none;
}
/* line 119, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content div {
  padding-left: 0;
}
/* line 122, ../sass/page/_privacy.scss */
.page-privacy .privacy-content .main-content .accordion-content div.ui-accordion-content-active {
  border-bottom: 1px solid #cacaca;
}

/*------------------------------------------------------------------------------------------*/
/*----------------------------------------MEC global----------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* line 5, ../sass/page/_mec-global.scss */
.page-energy-management-tool label {
  color: #656565;
  font-family: "FrutigerLTW02-45Light", "Arial";
  font-size: 1.25em;
}
/* line 11, ../sass/page/_mec-global.scss */
.page-energy-management-tool ul {
  list-style: none;
}
/* line 15, ../sass/page/_mec-global.scss */
.page-energy-management-tool .border-bottom {
  border-bottom: 1px solid #656565;
}
/* line 19, ../sass/page/_mec-global.scss */
.page-energy-management-tool .ratio {
  width: 100%;
  height: auto;
}
/* line 24, ../sass/page/_mec-global.scss */
.page-energy-management-tool .white-bg {
  background: #fff;
}
@media only screen and (max-width: 39.937em) {
  /* line 28, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .small-white-bg {
    background: #fff;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 34, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .medium-white-bg {
    background: #fff;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 40, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .small-white-bg {
    background: #fff !important;
  }
}
/* line 47, ../sass/page/_mec-global.scss */
.page-energy-management-tool #main-photo .banner-photo {
  margin-bottom: auto;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 47, ../sass/page/_mec-global.scss */
  .page-energy-management-tool #main-photo .banner-photo {
    margin-top: 50px;
  }
}
/* line 55, ../sass/page/_mec-global.scss */
.page-energy-management-tool #main-photo .green-bg {
  background: url(../images/responsive/history/arrow-bg.jpg) center bottom no-repeat #009d30;
  padding-bottom: 65px;
  margin-top: 40px;
  text-align: left;
  color: #fff;
  font-size: 1.250em;
}
/* line 63, ../sass/page/_mec-global.scss */
.page-energy-management-tool #main-photo .green-bg h1 {
  color: #fff;
  font-size: 1.7em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1em;
  padding-left: 20px;
  margin-top: 10px;
}
/* line 73, ../sass/page/_mec-global.scss */
.page-energy-management-tool #main-photo .green-bg .title {
  font-size: 1.2em;
  font-family: "FrutigerLTW02-45Light", "Arial";
  line-height: 1.5em;
  padding-left: 20px;
}
/* line 82, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper {
  /*padding-left: 40px;
  padding-right: 40px;*/
}
@media only screen and (max-width: 39.937em) {
  /* line 82, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .main-block-wrapper {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
/* line 91, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .large-title, .page-energy-management-tool .main-block-wrapper h2 {
  color: #656565;
  font-size: 2em;
  font-family: "FrutigerLTW02-75Black", "Arial";
  line-height: 1.3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 91, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .main-block-wrapper .large-title, .page-energy-management-tool .main-block-wrapper h2 {
    color: #009d30;
    margin-top: .5em;
  }
}
/* line 104, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .small-title {
  color: #fff;
  font-size: 1.25em;
  font-weight: bolder;
}
@media only screen and (max-width: 39.937em) {
  /* line 104, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .main-block-wrapper .small-title {
    color: #656565;
  }
}
/* line 114, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper p {
  color: #656565;
  font-size: 1rem;
  /*$note-size;*/
}
/* line 120, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper p.txt span:first-child {
  font-weight: bold;
}
/* line 124, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper p.txt span:last-child {
  font-weight: normal;
}
/* line 131, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title-wrapper {
  border-bottom: 2px solid #f7ab03;
}
/* line 134, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title-wrapper.no-border {
  border: none;
}
/* line 139, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title {
  background: #f7ab03;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  width: 40%;
  height: 40px;
  line-height: 40px;
  padding-left: 1em;
  font-weight: bold;
  overflow: hidden;
}
/* line 151, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  border: 20px solid #009d30;
  border-top: 20px solid #f7ab03;
  border-left: 20px solid #f7ab03;
  content: '';
}
/* line 159, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title {
  float: left;
  width: 33%;
  height: 60px;
  line-height: 30px;
  font-size: 1em;
}
/* line 166, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title:after {
  border: 30px solid #009d30;
  border-top: 30px solid #f7ab03;
  border-left: 30px solid #f7ab03;
}
/* line 172, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title:not(.active) {
  background: none;
  cursor: pointer;
}
/* line 176, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title:not(.active):after {
  display: none;
}
/* line 181, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title span {
  font-size: 1.5em;
}
/* line 185, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title a {
  color: #fff;
}
/* line 191, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title.active:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  border: 20px solid #009d30;
  border-bottom: 20px solid #f7ab03;
  border-right: 20px solid #f7ab03;
  content: '';
}
/* line 200, ../sass/page/_mec-global.scss */
.page-energy-management-tool .main-block-wrapper .cross-title.complex-title.active:first-child:before {
  display: none;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 190, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .main-block-wrapper .cross-title.complex-title.active {
    width: 40%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 190, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .main-block-wrapper .cross-title.complex-title.active {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 159, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .main-block-wrapper .cross-title.complex-title {
    width: 30%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 139, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .main-block-wrapper .cross-title {
    width: 70%;
  }
}
/* line 225, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn {
  color: #fff;
  display: block;
  text-align: center;
  background: #f7ab03;
  font-family: "FrutigerLTW02-75Black", "Arial";
  font-size: 1.25em;
  line-height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 239, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn .small-txt {
  font-size: 1.25em;
}
/* line 243, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn .large-txt {
  font-size: 2em;
}
/* line 246, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn .large-txt span {
  font-size: .5em;
  display: block;
  font-weight: normal;
}
/* line 253, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn.icon-content {
  position: relative;
  padding-left: 10px;
}
/* line 257, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn.icon-content .fa-android, .page-energy-management-tool .yellow-btn.icon-content .fa-apple {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  font-size: 3em;
  margin-top: -30px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 268, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .yellow-btn.icon-content .large-txt {
    font-size: 1.5em;
  }
}
/* line 274, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn.btn-create-child {
  width: auto;
  padding-left: .5em;
  padding-right: .5em;
  display: inline-block;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 281, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .yellow-btn.btn-used-web {
    font-size: 1em;
  }
}
/* line 287, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn.small-txt {
  font-size: 0.75em;
}
@media only screen and (max-width: 39.937em) {
  /* line 287, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .yellow-btn.small-txt {
    font-size: 1em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 295, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .yellow-btn.small-txt-medium {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 301, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .yellow-btn.small-txt-small {
    font-size: 0.75em;
  }
}
/* line 307, ../sass/page/_mec-global.scss */
.page-energy-management-tool .yellow-btn.normal-txt {
  font-size: 1em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 311, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .yellow-btn.normal-txt-medium {
    font-size: 1em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 317, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .yellow-btn.normal-txt-small {
    font-size: 1em;
  }
}
/* line 324, ../sass/page/_mec-global.scss */
.page-energy-management-tool .white-btn {
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #009d30;
}
/* line 330, ../sass/page/_mec-global.scss */
.page-energy-management-tool .white-btn:hover {
  color: #009d30;
  text-decoration: underline;
}
/* line 335, ../sass/page/_mec-global.scss */
.page-energy-management-tool .white-btn.active {
  color: #fff;
  background: #009d30;
}
/* line 342, ../sass/page/_mec-global.scss */
.page-energy-management-tool .fa-star.star-yellow {
  color: #f7ab03;
}
/* line 346, ../sass/page/_mec-global.scss */
.page-energy-management-tool .fa-star.star-green {
  color: #009d30;
}
/* line 350, ../sass/page/_mec-global.scss */
.page-energy-management-tool .fa-star.star-red {
  color: #f70303;
}
/* line 354, ../sass/page/_mec-global.scss */
.page-energy-management-tool .fa-star.star-has-bg {
  background: #656565;
  padding: .5em;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
/* line 360, ../sass/page/_mec-global.scss */
.page-energy-management-tool .fa-star.star-green-bg {
  color: #fff;
  background: #107d00;
  padding: .5em;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
/* line 367, ../sass/page/_mec-global.scss */
.page-energy-management-tool .fa-star.star-yellow-bg {
  color: #fff;
  background: #f7ab03;
  padding: .5em;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
/* line 374, ../sass/page/_mec-global.scss */
.page-energy-management-tool .fa-star.star-red-bg {
  color: #fff;
  background: #f70303;
  padding: .5em;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
@media only screen and (max-width: 39.937em) {
  /* line 382, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .top-bar-btn-wrapper {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    margin-right: -0.9375em;
    z-index: 999;
  }
}
/* line 391, ../sass/page/_mec-global.scss */
.page-energy-management-tool .top-bar-btn-wrapper .bar-icons {
  min-width: 0px;
  overflow: hidden;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 39.937em) {
  /* line 391, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .top-bar-btn-wrapper .bar-icons {
    position: absolute;
    display: block;
    top: 0;
    right: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    height: 44px;
  }
  /* line 401, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .top-bar-btn-wrapper .bar-icons.active {
    min-width: 200px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
  }
}
/* line 408, ../sass/page/_mec-global.scss */
.page-energy-management-tool .top-bar-btn-wrapper .btn-gear {
  background: #008127;
  padding: 6px;
  text-align: center;
}
@media only screen and (max-width: 39.937em) {
  /* line 408, ../sass/page/_mec-global.scss */
  .page-energy-management-tool .top-bar-btn-wrapper .btn-gear {
    display: inline-block !important;
  }
}
/* line 417, ../sass/page/_mec-global.scss */
.page-energy-management-tool .top-bar-btn-wrapper .btn-gear i {
  color: #fff;
  font-size: 2em;
}
/* line 424, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content {
  border: 6px solid #cacaca;
  color: #656565;
  margin-bottom: 1em;
  padding: 4%;
  overflow: hidden;
}
/* line 431, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .box-title, .page-energy-management-tool .page-single-template .note-content .large-box-title, .page-single-template .page-energy-management-tool .note-content .large-box-title {
  color: #009d30;
  font-size: 1.5em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 439, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .name {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 20px;
  color: #1f609e;
}
/* line 447, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .photo {
  text-align: center;
  padding-bottom: 30px;
}
/* line 451, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .photo img {
  border: solid 0.4em #1f609e;
  margin: 0 auto;
}
/* line 457, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .child-profile {
  border-bottom: solid 1px #cacaca;
}
/* line 460, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .child-profile .title-profile {
  font-size: 1.25em;
  font-weight: bold;
  color: #656565;
  margin: .4em 0;
  cursor: pointer;
}
/* line 467, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .child-profile .title-profile i {
  color: #f7ab03;
  font-size: 2em;
  float: right;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/* line 476, ../sass/page/_mec-global.scss */
.page-energy-management-tool .note-content .child-profile.active i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 483, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side {
  border: 6px solid #ccc;
}
/* line 486, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile {
  border-bottom: 1px solid #656565;
}
/* line 490, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile .photo img {
  width: 100%;
}
/* line 495, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile .details {
  float: left;
  overflow: hidden;
}
/* line 499, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile .details h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2em;
}
/* line 505, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile .details p {
  font-size: 1em;
  color: #656565;
  margin: 0;
}
/* line 510, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile .details p span {
  width: 170px;
  float: left;
}
/* line 518, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile.male .photo {
  border: solid 1px #1f609e;
}
/* line 523, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile.male .details h4 {
  color: #1f609e;
}
/* line 530, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile.female .photo {
  border: solid 1px #a93b9b;
}
/* line 535, ../sass/page/_mec-global.scss */
.page-energy-management-tool .user-profile-side .another-profile.female .details h4 {
  color: #a93b9b;
}

/* line 2, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .clear {
  clear: both;
}
/* line 6, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool #main-photo .banner-photo {
  max-height: none;
}
@media only screen and (max-width: 39.937em) {
  /* line 12, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .main-block-wrapper p {
    font-size: 1.25em;
  }
}
/* line 17, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper h2 {
  font-size: 1.7em;
  width: 90%;
}
/* line 22, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .content-detail-wrapper {
  background: #009d30;
  color: #fff;
}
/* line 26, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .content-detail-wrapper p {
  color: #fff;
}
/* line 31, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .video-block {
  position: relative;
}
/* line 34, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .video-block .video-title {
  position: absolute;
  background-color: #fff;
  padding: 3px 5px;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 39.937em) {
  /* line 34, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .main-block-wrapper .video-block .video-title {
    position: relative;
    padding: 0;
  }
}
/* line 46, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .video-block .video-title .fa-angle-right {
  color: #f7ab03;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 10px;
}
/* line 55, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .mixitup-button {
  position: relative;
}
/* line 58, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .mixitup-button .button-block-title {
  position: absolute;
  top: 50%;
  left: 10%;
  color: #009d30;
  font-weight: bold;
  font-size: 2.5em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 58, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .main-block-wrapper .mixitup-button .button-block-title {
    font-size: 2em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 58, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .main-block-wrapper .mixitup-button .button-block-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 58, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .main-block-wrapper .mixitup-button .button-block-title {
    font-size: 1.5em;
  }
}
/* line 80, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .faq-button {
  position: relative;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 39.937em) {
  /* line 80, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .main-block-wrapper .faq-button {
    position: relative;
  }
}
/* line 89, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .main-block-wrapper .faq-button .button-block-title {
  top: 15%;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  left: 10%;
  position: absolute;
  text-align: center;
  width: 80%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 89, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .main-block-wrapper .faq-button .button-block-title {
    font-size: 1.5em;
  }
}
/* line 106, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .yellow-btn {
  border: none;
}
@media only screen and (max-width: 39.937em) {
  /* line 109, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .yellow-btn.icon-content {
    padding: 5px;
    line-height: 20px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 117, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .yellow-btn.icon-content span.large-txt {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 124, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .yellow-btn.icon-content .fa-android, .page-energy-management-tool .yellow-btn.icon-content .fa-apple {
    margin-top: -18px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 135, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .page-mec-list-children .list-child-wrapper .child-block .yellow-btn {
    font-size: 1em;
    line-height: 20px;
    padding: 3px 5px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 144, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .page-mec-list-children .list-child-wrapper .details p {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 149, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .page-mec-list-children .list-child-wrapper .details p span {
    width: 70%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 162, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool .page-mec-edit-profile .block-edit-profile .edit-wrapper .img-wrapper {
    min-height: 0;
  }
}
/* line 168, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool .page-mec-edit-profile .block-edit-profile .edit-wrapper .img-wrapper .desc {
  font-size: 0.75em;
  margin: 40% 10%;
  text-align: center;
}
/* line 179, ../sass/page/_energy-management-tool.scss */
.page-energy-management-tool #mec-weekly-summary .cross-title.complex-title.tab {
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 179, ../sass/page/_energy-management-tool.scss */
  .page-energy-management-tool #mec-weekly-summary .cross-title.complex-title.tab {
    font-size: 0.9em;
  }
}

/*------------------------------------------------------------------------------------------*/
/*----------------------------------------MEC list children---------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* line 6, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .profile-wrapper .txt {
  margin: 0;
}
/* line 11, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper {
  background: #009d30;
  /*fix font-size*/
  font-size: 0.75em;
}
/* line 16, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .no-children {
  color: #fff;
  text-align: center;
}
/* line 20, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .no-children i {
  color: #fff;
  font-size: 3em;
  font-weight: bolder;
}
/* line 26, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .no-children p {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
/* line 34, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .energy-logo {
  text-align: left;
  display: block;
}
/* line 39, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .txt {
  color: #fff;
}
/* line 43, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block {
  background: #fff;
}
/* line 47, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block .photo img {
  width: 100%;
}
/* line 53, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block .details h4 {
  font-size: 1.5em;
  font-weight: bold;
}
/* line 58, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block .details p {
  font-size: 1.2em;
  /*$normal-size;*/
  color: #656565;
  margin: 0;
}
/* line 63, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block .details p span {
  width: 60%;
  float: left;
}
/* line 70, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block .btn-next {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  color: #1f609e;
  font-size: 3em;
  margin-top: -40px;
}
/* line 78, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block.male .photo {
  border: solid 1px #1f609e;
}
/* line 83, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block.male .details h4 {
  color: #1f609e;
}
/* line 90, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block.female .photo {
  border: solid 1px #a93b9b;
}
/* line 95, ../sass/page/_mec-list-children.scss */
.page-mec-list-children .list-child-wrapper .child-block.female .details h4 {
  color: #a93b9b;
}

/*------------------------------------------------------------------------------------------*/
/*----------------------------------------MEC edit profile----------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* line 4, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile {
  color: #656565;
}
/* line 8, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper {
  background: #009d30;
}
/* line 11, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper label {
  color: #fff;
  font-size: 1em;
}
/* line 16, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .img-wrapper {
  background: #fff;
  min-height: 148px;
}
/* line 20, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .img-wrapper .desc {
  font-size: 0.75em;
  text-align: center;
  margin-left: 0.9375em;
  margin-top: 35%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 16, ../sass/page/_mec-edit-profile.scss */
  .page-mec-edit-profile .block-edit-profile .edit-wrapper .img-wrapper {
    min-height: 100px;
  }
}
/* line 33, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .file-wrapper a {
  text-align: center;
  display: block;
}
/* line 37, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .file-wrapper a i {
  color: #fff;
}
/* line 44, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .radio-wrapper.gender-radio {
  position: relative;
  width: 100%;
  max-width: 150px;
  height: auto;
}
/* line 50, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .radio-wrapper.gender-radio .span-radio input {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  cursor: pointer;
}
/* line 59, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .radio-wrapper.gender-radio.male-gender {
  background: url(../images/gender-male.png) no-repeat;
  background-size: 100%;
}
/* line 64, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .radio-wrapper.gender-radio.female-gender {
  background: url(../images/gender-female.png) no-repeat;
  background-size: 100%;
}
/* line 70, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .radio-wrapper.gender-radio.radio-selected.male-gender {
  background: url(../images/gender-male-selected.png) no-repeat;
  background-size: 100%;
}
/* line 75, ../sass/page/_mec-edit-profile.scss */
.page-mec-edit-profile .block-edit-profile .edit-wrapper .radio-wrapper.gender-radio.radio-selected.female-gender {
  background: url(../images/gender-female-selected.png) no-repeat;
  background-size: 100%;
}

/* line 5, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-session-detail .session-detail-content .block-wrapper.border-bottom {
  border-bottom: 1px solid #fff;
}
/* line 9, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-session-detail .session-detail-content .block-wrapper .detail {
  border: 1px solid #fff;
}
/* line 14, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-session-detail .session-detail-content .block-wrapper .badge-list li {
  padding: .5em;
}
/* line 17, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-session-detail .session-detail-content .block-wrapper .badge-list li img {
  width: 100%;
}
/* line 26, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail {
  padding: 5px 3% 20px;
}
/* line 29, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .art-session {
  padding: 0 2%;
}
/* line 32, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .art-session img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 36, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .art-session .right {
  width: 25%;
}
/* line 41, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .art-session .left .name {
  font-size: 17px;
  text-transform: uppercase;
  color: #00912b;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 47, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .art-session .left .desc {
  color: #424a45;
  font-size: 14px;
  margin: 0;
  font-family: "FrutigerLTW01-55Roman", "Arial";
}
/* line 55, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .title {
  font-size: 17px;
  color: #00912b;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  margin: 20px 0px;
  line-height: 24px;
}
/* line 64, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .what-earn .title {
  width: 201px;
}
/* line 69, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .kid-item .name {
  text-transform: uppercase;
  color: #139032;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-align: left;
  width: 72%;
  padding: 3px 0;
  margin-left: -31px;
  border-top: 1px solid #00912b;
  border-bottom: 1px solid #00912b;
  display: inline-block;
  z-index: 99;
}
/* line 82, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .kid-item .name span {
  padding: 6px 35px;
  display: inline-block;
  background: #edf5de;
  width: 100%;
}
/* line 89, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .kid-item .avatar {
  z-index: 112;
  width: 76px;
  height: 76px;
  padding: 2px;
  position: relative;
  background: #fff;
  border: 1px solid #00912b;
  display: inline-block;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}
/* line 100, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .kid-item .avatar img {
  width: 70px;
  height: 70px;
  border: 2px solid #00912b;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}
/* line 109, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .describe {
  line-height: 24px;
  font-size: 14px;
  color: #484848;
  margin: 20px 0;
}
/* line 116, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .earn-star {
  border-top: 1px solid #139032;
  border-bottom: 1px solid #139032;
  padding: 10px 0;
}
/* line 121, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .earn-star .text-title {
  font-size: 18px;
  color: #139032;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  width: auto;
}
/* line 127, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .earn-star p {
  margin: 0;
  overflow: hidden;
}
/* line 130, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .earn-star p .stars {
  float: right;
  margin: 0 1%;
}
@media only screen and (max-width: 39.937em) {
  /* line 134, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .earn-star p .stars img {
    width: 22px;
  }
}
/* line 142, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .wrap-badges {
  padding: 0 2%;
}
/* line 145, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .count-badges {
  background: #00912b;
}
/* line 148, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .count-badges .title {
  font-size: 18px;
  color: #fff;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  margin-top: 0;
  padding-top: 15px;
}
/* line 157, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .count-badges .detail-badges .items {
  padding: 20px;
  border-bottom: 1px solid #fff;
  background: #fcebc4;
}
/* line 162, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .count-badges .detail-badges .items .img-item {
  display: inline-block;
}
/* line 165, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .count-badges .detail-badges .items .img-item img {
  width: 100%;
}
/* line 169, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .session-detail .count-badges .detail-badges .items .detail {
  padding-top: 20px;
  color: #55615f;
}
/* line 178, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity {
  background: #edf5de;
  padding-bottom: 25px;
}
/* line 182, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .head-block {
  padding: 25px 0 0;
}
/* line 185, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .head-block h3 {
  text-align: center;
  font-size: 24px;
  color: #139032;
}
/* line 190, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .head-block p {
  text-align: center;
  font-size: 14px;
  color: #3f423c;
  margin: 0;
}
/* line 198, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .sub-block .canvas-chart {
  background: #edf5de;
  margin-bottom: -8px !important;
}
/* line 202, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .sub-block .energy-chart-text span {
  margin-top: 46%;
  font-size: 30px;
}
/* line 206, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .sub-block .kcal-chart-text {
  top: 57% !important;
  border: 10px solid #fff;
}
/* line 211, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .wrap-block-chart {
  width: 660px;
  margin: 0 auto;
}
/* line 215, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .chart-wrapper .small-title {
  top: 30% !important;
}
/* line 219, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .sub-block .energy-chart-text {
  background: url("../images/chart_energy-bg.png") 48px 46px no-repeat !important;
  background-size: 57% !important;
}
/* line 223, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .sub-block .kcal-chart-text {
  width: 103px;
  height: 103px;
}
/* line 227, ../sass/page/_kid-session-detail.scss */
.page-kid-session-detail .block-activity .sub-block .energy-chart-text span {
  display: inline-block;
  margin-top: 45% !important;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 240, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .wrap-badges {
    padding: 0 1%;
  }
  /* line 243, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .kid-item .name {
    font-size: 12px;
  }
  /* line 246, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .earn-star .text-title {
    font-size: 14px;
  }
  /* line 250, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .art-session .right {
    width: 29%;
  }
  /* line 253, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .art-session .left {
    width: 71%;
  }
}
@media only screen and (max-width: 641px) {
  /* line 263, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .kid-detail-block .title {
    display: none;
  }
  /* line 266, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .block-activity .head-block {
    padding: 25px 0 20px;
  }
  /* line 269, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .block-activity .sub-block .kcal-chart-text {
    left: 80% !important;
    top: 110% !important;
    width: 60px !important;
    height: 60px !important;
    border: 6px solid #fff;
  }
  /* line 275, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .block-activity .sub-block .kcal-chart-text .text {
    margin-top: 6px !important;
  }
  /* line 280, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .block-activity .chart-wrapper .small-title {
    top: 16% !important;
    font-size: 10px !important;
  }
  /* line 284, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .block-activity .sub-block .energy-chart-text {
    /*top: 12px !important;*/
    background: url("../images/chart_energy-bg.png") center center no-repeat !important;
    background-size: 61% !important;
  }
  /* line 289, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .block-activity .sub-block .energy-chart-text span {
    display: inline-block;
    margin-top: 30% !important;
    font-size: 18px;
  }
  /* line 295, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .block-activity .wrap-block-chart {
    width: 300px;
    margin: 0 auto;
  }
  /* line 301, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .kid-item .name {
    width: 80%;
  }
  /* line 304, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .wrap-badges {
    padding: 0;
  }
  /* line 307, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .what-earn {
    padding: 0;
    text-align: center;
  }
  /* line 311, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .what-earn .title {
    margin: 15px auto 5px;
  }
  /* line 315, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .earn-star {
    margin-bottom: 20px;
  }
  /* line 318, ../sass/page/_kid-session-detail.scss */
  .page-kid-session-detail .session-detail .earn-star .text-title {
    float: left;
    font-size: 13px;
    line-height: 26px;
  }
}
/* line 3, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity {
  position: relative;
}
/* line 6, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .img-part {
  float: left;
  width: 30%;
  text-align: center;
}
/* line 11, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .img-part .slogan {
  color: #565756;
  font-size: 1.25em;
  text-align: left;
  padding-left: 0.5em;
}
/* line 17, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .img-part .slogan .title {
  color: #00912b;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 6, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .img-part {
    float: right;
    width: 60%;
  }
}
/* line 29, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart {
  float: left;
  width: 65%;
  margin-left: 2%;
  margin-top: 2em;
  position: relative;
  min-height: 600px;
}
/* line 37, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
/* line 40, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .canvas-chart {
  width: 100%;
  position: relative;
  z-index: 8;
}
/* line 46, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option {
  position: relative;
  z-index: 9;
}
/* line 50, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul {
  list-style: none;
  width: 120px;
  margin: auto;
  position: relative;
}
/* line 57, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn {
  display: block;
  text-align: center;
  background: #18a43b;
  color: #fff;
  padding: 4px 8px;
}
/* line 64, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn .icon {
  text-indent: -9999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #197b30;
}
@media only screen and (max-width: 39.937em) {
  /* line 74, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn .text {
    position: absolute;
    display: block;
    left: 0;
    top: 30px;
    width: 100%;
    text-align: center;
    display: none;
    color: #484848;
  }
}
/* line 84, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn.btn-today {
  background: #83c15b;
}
/* line 88, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn.btn-total {
  background: #139032;
}
/* line 92, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn.active {
  background: #edf5de;
  color: #139032;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 97, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn.active .icon {
  background: #197b30;
}
/* line 101, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn.active .text {
  display: block;
}
/* line 106, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 39.937em) {
  /* line 57, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block .box-option ul li .option-btn {
    float: left;
    width: 33%;
    background: none !important;
  }
}
/* line 120, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal {
  left: 50%;
  width: 50%;
}
/* line 124, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .chart-text {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1em;
  z-index: 9;
  width: 100%;
  padding: 0 20%;
  font-family: "FrutigerLTW02-45Light", "Arial";
  text-align: center;
}
/* line 133, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .chart-text .text {
  color: #26823c;
  font-size: 2.5em;
  line-height: 0.5em;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 133, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .chart-text .text {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 133, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .chart-text .text {
    font-size: 1.5em;
  }
}
/* line 149, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .chart-text .unit {
  color: #5f5f5f;
  text-transform: lowercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 124, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .chart-text {
    font-family: "Frutiger LT W02 65 Bold", "Arial";
  }
}
/* line 159, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .box-option {
  margin-top: 2em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 159, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .box-option {
    margin-top: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 159, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal .box-option {
    margin-top: -2em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 120, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-kcal {
    margin-top: 2em;
  }
}
/* line 176, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy {
  top: 50px;
  width: 50%;
}
/* line 180, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -2em;
  z-index: 9;
  width: 100%;
  padding: 0 20%;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-align: center;
}
/* line 189, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .title-text {
  line-height: 0.5em;
  color: #139032;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 195, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .text, .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .unit {
  font-size: 3em;
  color: #55615f;
  text-shadow: 0 1px 2px #000 inset, 0 1px 1px #fff;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 195, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .text, .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .unit {
    font-size: 2em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 195, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .text, .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .unit {
    font-size: 1em;
  }
}
/* line 209, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .link-add-energy {
  display: block;
  color: #139032;
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
}
/* line 216, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .link-add-energy i {
  display: block;
  margin: auto;
  font-size: 2em;
  -moz-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -webkit-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -ms-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -o-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
}
/* line 223, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .link-add-energy:hover {
  color: #139032;
}
/* line 226, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .link-add-energy:hover i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 209, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text .link-add-energy {
    font-size: 1em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 180, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text {
    margin-top: -3em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 180, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-energy .chart-text {
    margin-top: -1em;
  }
}
/* line 246, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps {
  top: 50%;
  left: 45%;
  width: 60%;
}
/* line 251, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .chart-text {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1.5em;
  z-index: 9;
  width: 100%;
  padding: 0 20%;
  font-family: "FrutigerLTW02-45Light", "Arial";
  text-align: center;
}
/* line 260, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .chart-text .text {
  color: #26823c;
  font-size: 2.5em;
  line-height: 1em;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 260, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .chart-text .text {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 260, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .chart-text .text {
    font-size: 1.5em;
  }
}
/* line 276, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .chart-text .unit {
  color: #5f5f5f;
  text-transform: lowercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 251, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .chart-text {
    font-family: "Frutiger LT W02 65 Bold", "Arial";
  }
}
/* line 286, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .box-option {
  margin-top: 2em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 286, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .box-option {
    margin-top: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 286, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps .box-option {
    margin-top: -2em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 246, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block.sub-block-steps {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 37, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart .sub-block {
    position: static;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 29, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart {
    min-height: 500px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 29, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-activity .group-chart {
    width: 35%;
  }
}
/* line 321, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition {
  background: #fcebc4;
}
/* line 324, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .food-mask {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
/* line 333, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-wrapper {
  position: relative;
}
/* line 337, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .canvas-wrapper {
  padding: 40px;
}
/* line 340, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .canvas-wrapper .canvas-chart {
  width: 100%;
  z-index: 1;
  position: relative;
}
/* line 346, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .canvas-wrapper .ratio {
  position: absolute;
  display: block;
  left: 0;
  top: 10%;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 337, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .canvas-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 337, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .canvas-wrapper {
    padding: 20px;
  }
}
/* line 362, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart {
  position: absolute;
  display: block;
  z-index: 9;
}
/* line 366, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart .title {
  color: #197b30;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  text-transform: uppercase;
  font-size: 1.25em;
  margin: 0;
  line-height: 1em;
}
/* line 375, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart .number {
  position: relative;
  margin: 0;
  line-height: 1em;
}
/* line 380, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart .number:before {
  position: absolute;
  display: block;
  left: 0;
  bottom: -20px;
  content: '';
  width: 14px;
  height: 14px;
  background: #ccc;
  border-radius: 100%;
}
/* line 390, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-pro {
  top: 16px;
  right: 5%;
}
/* line 395, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-pro .number:before {
  background: #ef7740;
}
@media only screen and (max-width: 39.937em) {
  /* line 390, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-pro {
    right: 2%;
  }
}
/* line 405, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-fat {
  top: 2em;
  left: 5%;
}
/* line 409, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-fat .title {
  text-align: right;
}
/* line 413, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-fat .number {
  text-align: right;
}
/* line 416, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-fat .number:before {
  left: auto;
  right: 0;
  background: #fdc663;
}
@media only screen and (max-width: 39.937em) {
  /* line 405, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-fat {
    top: 1em;
  }
}
/* line 428, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-carb {
  top: 35%;
  right: 10%;
}
/* line 433, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-carb .number:before {
  background: #11ab11;
}
@media only screen and (max-width: 39.937em) {
  /* line 428, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .chart-wrapper .info-chart.info-carb {
    right: 2%;
    top: 50%;
  }
}
/* line 446, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result {
  background: #ccedd4;
}
/* line 449, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .intro {
  font-family: "FrutigerLTW02-45Light", "Arial";
  color: #484848;
}
/* line 454, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .title {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  color: #00912b;
}
@media only screen and (max-width: 39.937em) {
  /* line 454, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .title {
    text-align: center;
    font-size: 1.25em;
  }
}
/* line 465, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .list-meal .meal-item {
  text-align: center;
}
/* line 468, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .list-meal .meal-item img {
  display: block;
  margin: auto;
}
/* line 473, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .list-meal .meal-item .f-name {
  color: #484848;
  margin: 10px 0 0;
  font-family: "FrutigerLTW01-55Roman", "Arial";
}
/* line 479, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .list-meal .meal-item .f-unit {
  color: #027502;
  margin: 0;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 487, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .list-meal .bx-wrapper .bx-viewport {
  background: none;
}
/* line 492, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .list-meal .bx-wrapper .bx-pager a {
  background: #00912b;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
/* line 498, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .list-meal .bx-wrapper .bx-pager a.active {
  background: #005a0d;
}
/* line 506, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .result {
  color: #027502;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-size: 2em;
  float: left;
  margin: 0;
}
/* line 514, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result .kcal {
  font-family: "FrutigerLTW01-55Roman", "Arial";
  color: #484848;
  font-size: 1.25em;
  float: right;
}
@media only screen and (max-width: 39.937em) {
  /* line 446, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-nutrition .daily-result {
    background: #f0f0f0;
  }
}
/* line 527, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward {
  background: #424a45;
  min-height: 455px;
  padding-bottom: 50px;
  color: #fff;
  			/*.chart-wrapper {
  				position: relative;
  
  				.canvas-chart {
  					width: 100%;
  				}
  
  				.small-box {
  					.small-text {
  						color: #fff;
  					}
  
  					.text {
  						font-family: $font-FrB;
  						color: #fff;
  						float: left;
  						font-size: $title-size;
  					}
  
  					.total {
  						color: #fff;
  						font-family: $font-FrL;
  						float: right;
  						line-height: $huge-size;
  
  						@include respond-to(ipad) {
  						}
  
  						@include respond-to(mobile) {
  						}
  					}
  
  					.btn-link {
  						&.active {
  							background: #f7ab03;
  						}
  
  						@include respond-to(ipad) {
  							font-size: $normal-size;
  						}
  
  						@include respond-to(mobile) {
  							font-size: $small-size;
  						}
  					}
  
  					p {
  						@include respond-to(mobile) {
  							margin: 0;
  						}
  					}
  
  					@include respond-to(ipad) {
  						padding: 0;
  					}
  				}
  			}*/
}
/* line 592, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .rewards-wrapper .title {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  font-size: 1.25em;
  color: #fff;
  margin: 0;
}
/* line 599, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .rewards-wrapper ul {
  list-style: none;
}
/* line 602, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .rewards-wrapper ul li {
  margin: 16px;
}
/* line 606, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .rewards-wrapper ul li .item img {
  max-width: 48%;
  margin-right: 4%;
}
/* line 611, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .rewards-wrapper ul li .item p {
  max-width: 46%;
  display: inline-block;
  vertical-align: middle;
}
/* line 617, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .rewards-wrapper ul li .item .large-text {
  color: #00912b;
  font-size: 3em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  line-height: 1em;
}
/* line 628, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges {
  margin-top: 30px;
}
/* line 631, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges {
  padding: 0;
}
/* line 634, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges ul {
  padding: 0;
  list-style: none;
}
/* line 638, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges ul li {
  height: 55px;
  line-height: 55px;
  background: #00912b;
  margin: 0;
  color: #fff;
  border-right: 1px solid #fff;
}
/* line 646, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges ul li:last-child {
  border-right: none;
}
/* line 650, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges ul li a {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  padding: 0;
}
/* line 659, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges ul li.ui-state-active {
  background: #fff;
}
/* line 662, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges ul li.ui-state-active a {
  color: #00912b;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 670, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges .sub-tab {
  background: #005a0d;
}
@media only screen and (max-width: 39.937em) {
  /* line 670, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges .sub-tab {
    background: none;
  }
}
/* line 679, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges .wrap-badges .bx-wrapper .bx-viewport {
  background: none;
}
/* line 683, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges .wrap-badges .bx-pager.bx-default-pager a {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}
/* line 689, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges .wrap-badges .bx-pager.bx-default-pager a.active {
  background: #83c15b;
}
/* line 695, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges .wrap-badges .item img {
  display: block;
  margin: auto;
  padding: 1em 3em;
  /*background: #81c059;*/
}
/* line 702, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .block-badges #tab-badges .wrap-badges .item p {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 713, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .unlock-wrapper {
  padding: 2em;
  background: #005a0d;
}
/* line 717, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .unlock-wrapper .bx-wrapper .bx-viewport {
  background: none;
}
/* line 721, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .unlock-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}
/* line 727, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .unlock-wrapper .bx-pager.bx-default-pager a.active {
  background: #83c15b;
}
/* line 732, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .unlock-wrapper .lock-wrapper {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 124, 38, 0.5);
}
/* line 739, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .unlock-wrapper .lock-wrapper .icon-content {
  background: #fff;
  border-radius: 100%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  font-size: 1.5em;
  line-height: 48px;
  text-align: center;
}
/* line 751, ../sass/page/_mom-kid-dashboard.scss */
.page-mom-kid-dashboard .main-block-wrapper .block-champion-reward .unlock-wrapper .lock-wrapper .icon-content i {
  color: #007b25;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 2, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 2, ../sass/page/_mom-kid-dashboard.scss */
  .page-mom-kid-dashboard .main-block-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }
}

/* line 4, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block {
  position: relative;
  margin-top: 0;
  -moz-transition: all ease 0.4s 0s;
  -webkit-transition: all ease 0.4s 0s;
  -ms-transition: all ease 0.4s 0s;
  -o-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
}
/* line 9, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .block-title {
  background: #aa5932;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 2px;
  cursor: pointer;
}
/* line 16, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .block-title .icon.icon-add {
  float: right;
  position: relative;
  width: 20px;
  height: 26px;
}
/* line 22, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .block-title .icon.icon-add:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -webkit-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -ms-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -o-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
}
/* line 33, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .block-title .icon.icon-add:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -webkit-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -ms-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -o-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
}
/* line 46, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper {
  position: relative;
}
/* line 49, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .empty-text {
  font-size: 1.25em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  color: #424a45;
  position: absolute;
  display: block;
  left: 1em;
  top: 50%;
  max-width: 90%;
  margin-top: -1em;
}
/* line 58, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list {
  margin-top: 1em;
  min-height: 130px;
}
/* line 62, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list li {
  -moz-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -webkit-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -ms-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -o-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  clear: none !important;
}
/* line 66, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list li .item {
  position: relative;
  text-align: center;
}
/* line 70, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list li .item .remove-btn {
  background: #f5ac30;
  color: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* line 80, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list li .item .food-number {
  background: #00912b;
  color: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* line 91, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list li.removing {
  -moz-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
}
/* line 100, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list li.adding {
  -moz-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
}
/* line 105, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list li.added {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
}
@media only screen and (max-width: 39.937em) {
  /* line 58, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .result-list-wrapper .food-block .food-list-wrapper .food-list {
    margin: 1rem 0;
    padding: 1rem 0;
    background: #f0f0f0;
    min-height: 160px;
  }
}
/* line 123, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block.active .block-title .icon.icon-add:before {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 127, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block.active .block-title .icon.icon-add:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 133, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block.active:before {
  left: -20px;
  border-left-color: #f0f0f0;
}
@media only screen and (max-width: 39.937em) {
  /* line 133, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .result-list-wrapper .food-block.active:before {
    border-left-color: transparent;
    border-bottom-color: #e1e1e1;
    left: 50%;
  }
}
/* line 145, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .food-block:before {
  content: '';
  width: 0;
  height: 0;
  border: 16px solid transparent;
  position: absolute;
  display: block;
  left: -40px;
  top: 50%;
  -moz-transition: all ease 0.6s 0s;
  -webkit-transition: all ease 0.6s 0s;
  -ms-transition: all ease 0.6s 0s;
  -o-transition: all ease 0.6s 0s;
  transition: all ease 0.6s 0s;
}
@media only screen and (max-width: 39.937em) {
  /* line 145, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .result-list-wrapper .food-block:before {
    display: none;
  }
}
/* line 160, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .summary-block .summary-text {
  font-size: 2.5em;
}
/* line 163, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .summary-block .summary-text .value {
  color: #197b30;
}
/* line 167, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .result-list-wrapper .summary-block .summary-text .unit {
  color: #424a45;
}
/* line 174, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper {
  -moz-transition: all ease 0.4s 0s;
  -webkit-transition: all ease 0.4s 0s;
  -ms-transition: all ease 0.4s 0s;
  -o-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
}
/* line 177, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper .block-title {
  text-transform: uppercase;
  color: #197b30;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
@media only screen and (max-width: 39.937em) {
  /* line 177, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .add-list-wrapper .block-title {
    margin: 1em;
  }
}
/* line 187, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul {
  background: #f0f0f0;
  min-height: 500px;
}
/* line 191, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li {
  padding: 20px;
  padding-bottom: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all ease 0.4s 0s;
  -webkit-transition: all ease 0.4s 0s;
  -ms-transition: all ease 0.4s 0s;
  -o-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
}
/* line 199, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li .item .wrap {
  position: relative;
  overflow: hidden;
}
/* line 203, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li .item .wrap img {
  width: 100%;
}
/* line 207, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li .item .wrap .add-btn {
  color: #fff;
  text-align: center;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  background: #139032;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  -moz-transform: translate3D(-110%, 0, 0);
  -webkit-transform: translate3D(-110%, 0, 0);
  -ms-transform: translate3D(-110%, 0, 0);
  -o-transform: translate3D(-110%, 0, 0);
  transform: translate3D(-110%, 0, 0);
  -moz-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -webkit-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -ms-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  -o-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
  transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.4s 0s;
}
/* line 220, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li .item .desc {
  text-align: center;
}
/* line 223, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li .item .desc .name {
  color: #484848;
  display: block;
}
/* line 228, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li .item .desc .opt {
  color: #197b30;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 236, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li .item:hover .wrap .add-btn {
  -moz-transform: translate3D(0, 0, 0);
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
/* line 243, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper ul li.item-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  -moz-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 191, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .add-list-wrapper ul li {
    padding: 8px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 191, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .add-list-wrapper ul li {
    padding: 8px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 187, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .add-list-wrapper ul {
    margin: 0;
    background: #e1e1e1;
  }
}
/* line 263, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .block-food .add-list-wrapper.blur-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  -moz-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
@media only screen and (max-width: 39.937em) {
  /* line 268, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .add-list-wrapper:before {
    position: absolute;
    display: block;
    left: 50%;
    top: -40px;
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    margin-right: -20px;
    border-bottom-color: #e1e1e1;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 174, ../sass/page/_mom-kid-add-food.scss */
  .page-mom-kid-food .block-food .add-list-wrapper {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background: #e1e1e1;
    z-index: 9;
  }
}
/* line 292, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .sub-block .list-item li .item {
  display: block;
  position: relative;
}
/* line 296, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .sub-block .list-item li .item img {
  border: 1px solid #009d30;
  padding: 2px;
}
/* line 301, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .sub-block .list-item li .item .btn-remove {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #f7ab03;
  color: #fff;
  padding: 2px 8px;
}
/* line 308, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .sub-block .list-item li .item .food-number {
  color: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  text-align: center;
  background: #009d30;
  padding: 2px 8px;
}
/* line 317, ../sass/page/_mom-kid-add-food.scss */
.page-mom-kid-food .sub-block .list-item li .add-item {
  text-align: center;
  display: block;
  vertical-align: middle;
}

/* line 3, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .avatar-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
/* line 9, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .avatar-wrapper #kid-avatar {
  max-width: 100%;
  -moz-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -webkit-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -ms-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  -o-transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
  transition: all cubic-bezier(0.6, -0.8, 0.6, 1.6) 0.2s 0s;
}
/* line 13, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .avatar-wrapper #kid-avatar.changing {
  /*@include CSStransform(scale(1.2));*/
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
}
/* line 22, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .radio-wrapper .input-radio {
  display: none;
}
/* line 26, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .radio-wrapper label {
  text-align: center;
}
/* line 29, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .radio-wrapper label img {
  display: block;
  border: 3px solid transparent;
  -moz-transition: all ease 0.4s 0s;
  -webkit-transition: all ease 0.4s 0s;
  -ms-transition: all ease 0.4s 0s;
  -o-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
}
/* line 35, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .radio-wrapper label span {
  display: block;
  color: #000;
  text-transform: uppercase;
  margin: 4px;
}
@media only screen and (max-width: 39.937em) {
  /* line 26, ../sass/page/_kid-customize.scss */
  .page-kid-customize .main-block-wrapper .radio-wrapper label {
    margin: 0;
  }
}
/* line 49, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .radio-wrapper.radio-selected label img {
  border: 3px solid #00912b;
}
@media only screen and (max-width: 39.937em) {
  /* line 49, ../sass/page/_kid-customize.scss */
  .page-kid-customize .main-block-wrapper .radio-wrapper.radio-selected label img {
    border-color: transparent;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 47, ../sass/page/_kid-customize.scss */
  .page-kid-customize .main-block-wrapper .radio-wrapper.radio-selected {
    display: block;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 21, ../sass/page/_kid-customize.scss */
  .page-kid-customize .main-block-wrapper .radio-wrapper {
    max-width: 30%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 21, ../sass/page/_kid-customize.scss */
  .page-kid-customize .main-block-wrapper .radio-wrapper {
    display: none;
    margin: 0;
  }
}
/* line 73, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .next-wrapper {
  position: relative;
}
/* line 76, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .next-wrapper .btn-next {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  display: block;
  left: 2px;
  top: 0;
  width: 74px;
  height: 74px;
}
/* line 83, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .next-wrapper .btn-next:before {
  position: absolute;
  display: block;
  left: 42px;
  top: 44px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #00912b;
  border-right-color: #00912b;
  content: '';
}
/* line 93, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .next-wrapper .btn-next:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  display: block;
  left: 56px;
  top: 56px;
}
/* line 104, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .next-wrapper .btn-next.glass-next:after, .page-kid-customize .main-block-wrapper .next-wrapper .btn-next.glass-next:before {
  display: none;
}
/* line 111, ../sass/page/_kid-customize.scss */
.page-kid-customize .main-block-wrapper .small-title {
  text-transform: uppercase;
  color: #009325;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  padding-left: 6px;
  margin: 8px 0;
}

/* line 3, ../sass/page/_landing.scss */
.page-landing #big-banner.full-width {
  margin-left: -40px;
  margin-right: -40px;
}
/* line 9, ../sass/page/_landing.scss */
.page-landing .main-block-wrapper {
  background: url("../images/landing-bg.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  min-height: 745px;
  position: relative;
  color: #fff;
}
/* line 16, ../sass/page/_landing.scss */
.page-landing .main-block-wrapper .content-detail-wrapper {
  margin-top: 12%;
}
/* line 19, ../sass/page/_landing.scss */
.page-landing .main-block-wrapper .content-detail-wrapper > .button-wrapper {
  min-width: 200px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 16, ../sass/page/_landing.scss */
  .page-landing .main-block-wrapper .content-detail-wrapper {
    margin-top: 24%;
    margin-bottom: 18%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 16, ../sass/page/_landing.scss */
  .page-landing .main-block-wrapper .content-detail-wrapper {
    margin-top: 50%;
    margin-bottom: 40%;
    padding-top: 2em;
    padding-bottom: 1em;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 9, ../sass/page/_landing.scss */
  .page-landing .main-block-wrapper {
    min-height: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 9, ../sass/page/_landing.scss */
  .page-landing .main-block-wrapper {
    background: url("../images/landing-bg-mb.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    min-height: 0px;
  }
}
/* line 48, ../sass/page/_landing.scss */
.page-landing .breadcrumbs-wrapper {
  color: #009d30;
}
@media screen and (min-width: 1025px) {
  /* line 48, ../sass/page/_landing.scss */
  .page-landing .breadcrumbs-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 55, ../sass/page/_landing.scss */
.page-landing .breadcrumbs-wrapper .breadcrumbs {
  background: none;
  border: none;
  padding: 0;
  float: left;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
/* line 63, ../sass/page/_landing.scss */
.page-landing .breadcrumbs-wrapper .breadcrumbs > *:before {
  margin: 0 0.25rem;
}
/* line 68, ../sass/page/_landing.scss */
.page-landing .breadcrumbs-wrapper a {
  color: #009d30;
  font-size: 1em;
  line-height: normal;
}
/* line 74, ../sass/page/_landing.scss */
.page-landing .breadcrumbs-wrapper span {
  color: #656565;
  font-size: 1em;
  line-height: normal;
}

/* line 2, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper {
  padding-bottom: 0;
}
/* line 5, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .welcome-user-block {
  background: rgba(237, 245, 222, 0.7);
  position: relative;
  z-index: 10;
}
/* line 11, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .detail-block {
  background: url("../images/landing-bg.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  min-height: 630px;
  position: relative;
  z-index: 9;
  margin-top: -100px;
}
/* line 19, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .detail-block .content-detail-wrapper {
  margin-top: 12%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 19, ../sass/page/_sign-in.scss */
  .page-signin .main-block-wrapper .detail-block .content-detail-wrapper {
    margin-top: 24%;
    margin-bottom: 18%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 19, ../sass/page/_sign-in.scss */
  .page-signin .main-block-wrapper .detail-block .content-detail-wrapper {
    margin-top: 70%;
    margin-bottom: 30%;
    padding-top: 1em;
    padding-bottom: 1em;
    background: rgba(0, 0, 0, 0.4);
  }
}
/* line 36, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .detail-block .link-note {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 42, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .detail-block .input-wrapper {
  background: rgba(226, 225, 226, 0.8);
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 3.5em;
}
/* line 49, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .detail-block .input-wrapper label {
  color: #a4a4a4;
  font-size: 1.5em;
  position: absolute;
  display: block;
  left: 14px;
  top: 50%;
  margin-top: -.75em;
  text-align: center;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 58, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .detail-block .input-wrapper input {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
/* line 67, ../sass/page/_sign-in.scss */
.page-signin .main-block-wrapper .detail-block .input-wrapper input:hover + label, .page-signin .main-block-wrapper .detail-block .input-wrapper input:focus + label {
  color: #00912b;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
@media only screen and (max-width: 39.937em) {
  /* line 42, ../sass/page/_sign-in.scss */
  .page-signin .main-block-wrapper .detail-block .input-wrapper {
    background: #fff;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 11, ../sass/page/_sign-in.scss */
  .page-signin .main-block-wrapper .detail-block {
    min-height: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 11, ../sass/page/_sign-in.scss */
  .page-signin .main-block-wrapper .detail-block {
    background: url("../images/landing-bg-mb.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -60px;
    min-height: 0px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 2, ../sass/page/_sign-in.scss */
  .page-signin .main-block-wrapper {
    margin-top: 0;
  }
}

/* line 2, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper {
  padding-bottom: 0;
}
/* line 5, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .title {
  color: #00912b;
  font-size: 1.25em;
  margin: 1em;
}
/* line 12, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .welcome-user-block {
  background: rgba(237, 245, 222, 0.7);
  position: relative;
}
/* line 17, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block {
  background: #e1e1e1;
  position: relative;
}
/* line 22, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .small-desc {
  color: #00912b;
  font-size: 0.75em;
}
/* line 27, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper label {
  /*font-weight: bold;*/
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  color: #00912b;
}
/* line 33, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper input {
  border: none;
  box-shadow: none;
}
/* line 38, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .file-label {
  float: none;
  display: inline-block;
}
/* line 43, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .select-wrapper {
  border: none;
  box-shadow: none;
}
/* line 48, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .select-wrapper span {
  color: #40423c;
}
/* line 52, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .select-wrapper i {
  color: #00912b;
}
/* line 57, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .checkbox-wrapper {
  background: #fff;
  border: 2px solid #00912b;
}
/* line 61, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .checkbox-wrapper + label {
  vertical-align: sub;
  color: #3f423c;
  font-family: "FrutigerLTW02-45Light", "Arial";
}
/* line 67, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .checkbox-wrapper.checked {
  background: #00912b;
}
/* line 72, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .border-bottom {
  border-bottom: 1px solid #575757;
  padding-bottom: 1.875em;
}
/* line 77, ../sass/page/_sign-up.scss */
.page-signup .main-block-wrapper .detail-block .content-detail-wrapper .empty {
  height: 2.3125rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 2, ../sass/page/_sign-up.scss */
  .page-signup .main-block-wrapper {
    margin-top: 0;
  }
}

/* line 2, ../sass/page/_kid-class.scss */
.page-kid-class .select-wrapper {
  margin-bottom: 0.9375em;
}

/* line 3, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity p {
  color: #424a45;
}
/* line 7, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block {
  background: #fff;
}
/* line 10, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .small-title {
  color: #2c881d;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.937em) {
  /* line 10, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .small-title {
    font-size: 1em;
  }
}
/* line 19, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .chart-wrapper {
  position: relative;
}
/* line 22, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .chart-wrapper .small-title {
  font-size: 1.25em;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 22, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .chart-wrapper .small-title {
    font-size: 1em;
  }
}
/* line 34, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .canvas-chart {
  width: 100%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 39.937em) {
  /* line 34, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .canvas-chart {
    margin-bottom: 0;
  }
}
/* line 43, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .energy-chart-text {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 3em;
  margin-top: -12px;
  height: 100%;
  color: #55615f;
  font-weight: bold;
  /*background: url('../images/chart_energy-bg.png') center center no-repeat;*/
  /*background-size:  86% 86%;*/
}
/* line 54, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .energy-chart-text span {
  display: inline-block;
  margin-top: 40%;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 54, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .energy-chart-text span {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 54, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .energy-chart-text span {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 43, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .energy-chart-text {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
  }
}
/* line 74, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .kcal-chart-text {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #2c881d;
  line-height: 20px;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-top: -72px;
  margin-left: -60px;
}
/* line 85, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .kcal-chart-text .text {
  margin-top: 32px;
  display: block;
  font-size: 2em;
  line-height: 1em;
}
@media only screen and (max-width: 39.937em) {
  /* line 85, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .kcal-chart-text .text {
    font-size: 1em;
    margin-top: 40px;
    font-weight: bold;
  }
}
/* line 98, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .kcal-chart-text .unit {
  color: #5f5f5f;
}
@media only screen and (max-width: 39.937em) {
  /* line 98, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .kcal-chart-text .unit {
    font-size: 0.75em;
  }
}
/* line 107, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .steps-chart-text {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  font-size: 1.5em;
  color: #2c881d;
  line-height: 20px;
  margin-top: -50px;
}
/* line 115, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .steps-chart-text .text {
  display: block;
  font-size: 2.5em;
  line-height: 1em;
}
@media only screen and (max-width: 39.937em) {
  /* line 115, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .steps-chart-text .text {
    font-size: 1em;
  }
}
/* line 125, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .steps-chart-text .unit {
  color: #5f5f5f;
}
@media only screen and (max-width: 39.937em) {
  /* line 125, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .steps-chart-text .unit {
    font-size: 0.5em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 107, ../sass/page/_draw-chart.scss */
  .page-draw-chart .block-activity .sub-block .steps-chart-text {
    margin-top: -32px;
  }
}
/* line 139, ../sass/page/_draw-chart.scss */
.page-draw-chart .block-activity .sub-block .input-wrapper input {
  border: 1px solid #8e8c8c;
  box-shadow: none;
  outline: none;
  background: #f1f1f1;
  border-radius: 24px;
  color: #8e8c8c;
  font-size: 1.25em;
}

/* line 3, ../sass/page/_kid-session.scss */
.page-kid-session .block-activity .bold-note {
  color: #139032;
}
/* line 6, ../sass/page/_kid-session.scss */
.page-kid-session .block-activity .bold-note i {
  color: #f5ac31;
}
@media only screen and (max-width: 39.937em) {
  /* line 13, ../sass/page/_kid-session.scss */
  .page-kid-session .block-activity .sub-block .chart-wrapper .small-title {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 11, ../sass/page/_kid-session.scss */
  .page-kid-session .block-activity .sub-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/* line 28, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block {
  background: #fff;
}
/* line 32, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li {
  padding: 8px;
}
/* line 34, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item {
  position: relative;
}
/* line 37, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item img {
  border: 1px solid #399a10;
  width: 100%;
}
/* line 42, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .info-wrapper {
  margin-top: 1em;
}
/* line 45, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .info-wrapper .left {
  width: 74%;
}
/* line 48, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .info-wrapper .left .name {
  color: #00912b;
  text-transform: uppercase;
  font-size: 1.25em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 48, ../sass/page/_kid-session.scss */
  .page-kid-session .session-list-block ul li .item .info-wrapper .left .name {
    font-size: 1em;
  }
}
/* line 58, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .info-wrapper .left .desc {
  color: #424a45;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 58, ../sass/page/_kid-session.scss */
  .page-kid-session .session-list-block ul li .item .info-wrapper .left .desc {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 45, ../sass/page/_kid-session.scss */
  .page-kid-session .session-list-block ul li .item .info-wrapper .left {
    width: 58%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 45, ../sass/page/_kid-session.scss */
  .page-kid-session .session-list-block ul li .item .info-wrapper .left {
    width: 58%;
  }
}
/* line 78, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .info-wrapper .right {
  width: 24%;
}
/* line 81, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .info-wrapper .right .green-btn {
  font-size: 1em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 78, ../sass/page/_kid-session.scss */
  .page-kid-session .session-list-block ul li .item .info-wrapper .right {
    width: 38%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 78, ../sass/page/_kid-session.scss */
  .page-kid-session .session-list-block ul li .item .info-wrapper .right {
    width: 38%;
  }
}
/* line 96, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .lock-wrapper {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 124, 38, 0.5);
}
/* line 103, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .lock-wrapper .icon-content {
  background: #fff;
  border-radius: 100%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  font-size: 1.5em;
  line-height: 48px;
  text-align: center;
}
/* line 115, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block ul li .item .lock-wrapper .icon-content i {
  color: #007b25;
}
/* line 126, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  font-size: 3em;
  color: #009d30;
  margin-top: -50px;
}
/* line 132, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -24px;
}
/* line 136, ../sass/page/_kid-session.scss */
.page-kid-session .session-list-block .bx-wrapper .bx-controls-direction a.bx-next {
  right: -38px;
}
@media only screen and (max-width: 39.937em) {
  /* line 28, ../sass/page/_kid-session.scss */
  .page-kid-session .session-list-block {
    padding-left: 2em;
    padding-right: 2em;
  }
}
/* line 150, ../sass/page/_kid-session.scss */
.page-kid-session .achievement-wrapper .achievement-block {
  background: #fcebc4;
  margin-top: 2.5em;
}
/* line 154, ../sass/page/_kid-session.scss */
.page-kid-session .achievement-wrapper .achievement-block .achievement-title {
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  background: #00912b;
  padding: 0.5em;
  color: #fff;
}
@media only screen and (max-width: 39.937em) {
  /* line 154, ../sass/page/_kid-session.scss */
  .page-kid-session .achievement-wrapper .achievement-block .achievement-title {
    font-size: 1.25em;
  }
}
/* line 168, ../sass/page/_kid-session.scss */
.page-kid-session .achievement-wrapper .achievement-block ul {
  margin-top: 2em;
}
/* line 171, ../sass/page/_kid-session.scss */
.page-kid-session .achievement-wrapper .achievement-block ul li {
  color: #fff;
  margin: .5em;
  text-align: center;
}
/* line 176, ../sass/page/_kid-session.scss */
.page-kid-session .achievement-wrapper .achievement-block ul li img {
  max-width: 100%;
}
/* line 180, ../sass/page/_kid-session.scss */
.page-kid-session .achievement-wrapper .achievement-block ul li span {
  color: #272928;
  /*text-shadow: 0 0 4px rgba(0,0,0,0.5);*/
  font-family: "Frutiger LT W02 65 Bold", "Arial";
  display: block;
}
@media only screen and (max-width: 39.937em) {
  /* line 171, ../sass/page/_kid-session.scss */
  .page-kid-session .achievement-wrapper .achievement-block ul li {
    padding: 0;
  }
}
/* line 195, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper {
  padding: 2em;
  background: #005a0d;
}
/* line 199, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper .bx-wrapper .bx-viewport {
  background: none;
  max-width: 870px;
  margin: auto;
}
/* line 204, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper .bx-wrapper .bx-viewport img {
  margin: auto;
}
/* line 209, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}
/* line 215, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper .bx-pager.bx-default-pager a.active {
  background: #83c15b;
}
/* line 220, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper .lock-wrapper {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 124, 38, 0.5);
}
/* line 227, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper .lock-wrapper .icon-content {
  background: #fff;
  border-radius: 100%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  font-size: 1.5em;
  line-height: 48px;
  text-align: center;
}
/* line 239, ../sass/page/_kid-session.scss */
.page-kid-session .unlock-wrapper .lock-wrapper .icon-content i {
  color: #007b25;
}

/* line 2, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper {
  padding-bottom: 0;
}
/* line 5, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper {
  background: #fff;
}
/* line 9, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper label {
  color: #00912b;
  font-weight: bold;
  margin: 0.5em 0;
}
/* line 14, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper label.file-label {
  display: block;
}
/* line 19, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper .gender-radio {
  font-size: 1.5em;
  position: relative;
  margin-right: 1em;
  color: #fff;
}
/* line 25, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper .gender-radio .span-radio {
  background: #959796;
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 35, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper .gender-radio .span-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 39.937em) {
  /* line 25, ../sass/page/_mom-kid-edit.scss */
  .page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper .gender-radio .span-radio {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
/* line 55, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper .gender-radio.radio-selected .span-radio {
  background: #00912b;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media only screen and (max-width: 39.937em) {
  /* line 19, ../sass/page/_mom-kid-edit.scss */
  .page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .gender-wrapper .gender-radio {
    margin-right: 0.5em;
  }
}
/* line 68, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .avatar-wrapper .block-avatar .kid-picture .form-checkbox.ajax-processed {
  display: none;
}
/* line 75, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .info-wrapper {
  background: #e1e1e1;
}
/* line 78, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .info-wrapper label {
  color: #00912b;
  font-weight: bold;
  margin: 0.5em 0;
}
/* line 84, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .info-wrapper input {
  border: none;
  box-shadow: none;
}
/* line 89, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .info-wrapper .select-wrapper {
  border: none;
  box-shadow: none;
}
/* line 93, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .info-wrapper .select-wrapper i {
  color: #00912b;
}
/* line 97, ../sass/page/_mom-kid-edit.scss */
.page-edit-profile .main-block-wrapper .info-wrapper .select-wrapper span {
  color: rgba(0, 0, 0, 0.75);
}

/* line 3, ../sass/page/_mom-kid-profile.scss */
.page-mom-kid-profile .profile-wrapper .avatar-block {
  background: #fff;
}
/* line 6, ../sass/page/_mom-kid-profile.scss */
.page-mom-kid-profile .profile-wrapper .avatar-block .name {
  color: #00912b;
  font-weight: bold;
}
/* line 12, ../sass/page/_mom-kid-profile.scss */
.page-mom-kid-profile .profile-wrapper .info-block {
  background: #e1e1e1;
}
/* line 15, ../sass/page/_mom-kid-profile.scss */
.page-mom-kid-profile .profile-wrapper .info-block .border-bottom {
  border-bottom: 1px solid #076a1f;
  padding-bottom: 0.9375em;
}
/* line 21, ../sass/page/_mom-kid-profile.scss */
.page-mom-kid-profile .profile-wrapper .info-block p .text {
  float: left;
  font-weight: bold;
  color: #00912b;
}
/* line 27, ../sass/page/_mom-kid-profile.scss */
.page-mom-kid-profile .profile-wrapper .info-block p .value {
  float: right;
  text-align: left;
  min-width: 20%;
}

@media only screen and (max-width: 39.937em) {
  /* line 3, ../sass/page/_kid-welcome.scss */
  .page-kid-welcome .main-block-wrapper .welcome-user-block {
    background: #fff;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 2, ../sass/page/_kid-welcome.scss */
  .page-kid-welcome .main-block-wrapper {
    background: #e1e1e1;
  }
}

/* line 6, ../sass/page/_kid-list.scss */
.page-kid-list .list-child-wrapper ul li .child-block .photo-content {
  text-align: center;
}
/* line 11, ../sass/page/_kid-list.scss */
.page-kid-list .list-child-wrapper ul li .child-block .info-content h4 {
  color: #009325;
  text-transform: uppercase;
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 17, ../sass/page/_kid-list.scss */
.page-kid-list .list-child-wrapper ul li .child-block .info-content p {
  border-bottom: 1px solid #808782;
  color: #009325;
  text-align: right;
}
/* line 22, ../sass/page/_kid-list.scss */
.page-kid-list .list-child-wrapper ul li .child-block .info-content p span {
  float: left;
  color: #484848;
}
/* line 27, ../sass/page/_kid-list.scss */
.page-kid-list .list-child-wrapper ul li .child-block .info-content p:last-child {
  border-bottom: none;
}
/* line 33, ../sass/page/_kid-list.scss */
.page-kid-list .list-child-wrapper ul li .child-block .info-content .func .green-btn {
  font-size: 1em;
}
/* line 44, ../sass/page/_kid-list.scss */
.page-kid-list .no-kid-wrapper .large-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #3f423c;
  margin: 1em;
}
/* line 52, ../sass/page/_kid-list.scss */
.page-kid-list .no-kid-wrapper p {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 39.937em) {
  /* line 52, ../sass/page/_kid-list.scss */
  .page-kid-list .no-kid-wrapper p {
    max-width: 80%;
  }
}

/* line 2, ../sass/page/_mom-pincode.scss */
.page-mom-pincode .main-block-wrapper {
  background: #e1e1e1;
}
/* line 5, ../sass/page/_mom-pincode.scss */
.page-mom-pincode .main-block-wrapper input[type=password] {
  border: none;
  box-shadow: none;
  padding-left: 32px;
}
/* line 11, ../sass/page/_mom-pincode.scss */
.page-mom-pincode .main-block-wrapper i {
  color: #a4a4a4;
  font-size: 1.5em;
  position: absolute;
  display: block;
  left: 1em;
  top: 0.5rem;
}

/* line 2, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper {
  padding-bottom: 0;
}
/* line 5, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .welcome-user-block {
  background: rgba(237, 245, 222, 0.7);
  position: relative;
  z-index: 10;
}
/* line 11, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block {
  background: url("../images/landing-bg.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  min-height: 630px;
  position: relative;
  z-index: 9;
  margin-top: -100px;
}
/* line 19, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper {
  margin-top: 12%;
}
/* line 22, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .note, .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .bold-note {
  text-align: center;
  color: #fff;
  width: 50%;
  margin: auto;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 22, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .note, .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .bold-note {
    width: 90%;
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 22, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .note, .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .bold-note {
    width: 100%;
    font-size: 0.75em;
  }
}
/* line 40, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .bold-note {
  font-family: "Frutiger LT W02 65 Bold", "Arial";
}
/* line 45, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .link-note {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
@media only screen and (max-width: 39.937em) {
  /* line 51, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .green-btn {
    font-size: 1em;
  }
}
/* line 57, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .input-wrapper {
  background: rgba(226, 225, 226, 0.8);
  position: relative;
  padding: 0.5em;
}
/* line 62, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .input-wrapper label {
  color: #a4a4a4;
  font-size: 1em;
  position: absolute;
  display: block;
  left: 14px;
  top: 50%;
  margin-top: -.75em;
  text-align: center;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 71, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .input-wrapper input {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
/* line 80, ../sass/page/_forget-password.scss */
.page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .input-wrapper input:hover + label, .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .input-wrapper input:focus + label {
  color: #00912b;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
@media only screen and (max-width: 39.937em) {
  /* line 57, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper .input-wrapper {
    background: #fff;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 19, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper {
    margin-top: 16%;
    margin-bottom: 18%;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 19, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block .content-detail-wrapper {
    margin-top: 28%;
    margin-bottom: 30%;
    padding-top: 1em;
    padding-bottom: 1em;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 11, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block {
    min-height: 0px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 11, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper .detail-block {
    background: url("../images/landing-bg-mb.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -60px;
    min-height: 0px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 2, ../sass/page/_forget-password.scss */
  .page-forget-pass .main-block-wrapper {
    margin-top: 0;
  }
}

/* line 3, ../sass/page/_kid-sport-day.scss */
.page-sport-day .main-block-wrapper .title {
  color: #00912b;
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0.5em 0;
}
/* line 11, ../sass/page/_kid-sport-day.scss */
.page-sport-day .main-block-wrapper .session-block img {
  border: 1px solid #00912b;
  width: 100%;
}
/* line 16, ../sass/page/_kid-sport-day.scss */
.page-sport-day .main-block-wrapper .session-block .desc {
  color: #484848;
}
/* line 25, ../sass/page/_kid-sport-day.scss */
.page-sport-day .main-block-wrapper .progress-block .progress-wrapper ul li .item {
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  background: #e6f2e9;
}
/* line 31, ../sass/page/_kid-sport-day.scss */
.page-sport-day .main-block-wrapper .progress-block .progress-wrapper ul li .item img {
  margin: 1em;
}
@media only screen and (max-width: 39.937em) {
  /* line 31, ../sass/page/_kid-sport-day.scss */
  .page-sport-day .main-block-wrapper .progress-block .progress-wrapper ul li .item img {
    max-width: 60%;
  }
}
/* line 39, ../sass/page/_kid-sport-day.scss */
.page-sport-day .main-block-wrapper .progress-block .progress-wrapper ul li .item .text {
  background: #00912b;
  color: #fff;
  margin: 0;
  padding: 4px;
  font-size: 1.25em;
}

/* line 3, ../sass/page/_range-landing.scss */
.page-range-landing #main-photo .banner-photo {
  padding-left: 0;
  padding-right: 0;
}
/* line 9, ../sass/page/_range-landing.scss */
.page-range-landing .detail-content {
  padding-left: 120px;
  padding-right: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 39.937em) {
  /* line 9, ../sass/page/_range-landing.scss */
  .page-range-landing .detail-content {
    padding-left: 20px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 9, ../sass/page/_range-landing.scss */
  .page-range-landing .detail-content {
    padding-left: 20px;
    margin-top: 20px;
  }
}
/* line 24, ../sass/page/_range-landing.scss */
.page-range-landing .detail-content h3, .page-range-landing .detail-content .title {
  font-family: frutiger-roman, Arial, sans-serif;
  font-size: 40px;
  color: #009d30;
}
@media only screen and (max-width: 39.937em) {
  /* line 24, ../sass/page/_range-landing.scss */
  .page-range-landing .detail-content h3, .page-range-landing .detail-content .title {
    font-size: 28px;
  }
}
/* line 34, ../sass/page/_range-landing.scss */
.page-range-landing .detail-content p, .page-range-landing .detail-content .desc {
  font-family: frutiger-roman, Arial, sans-serif;
  text-align: justify;
}
/* line 39, ../sass/page/_range-landing.scss */
.page-range-landing .detail-content .yellow-btn {
  font-size: 22px;
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 39, ../sass/page/_range-landing.scss */
  .page-range-landing .detail-content .yellow-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 39, ../sass/page/_range-landing.scss */
  .page-range-landing .detail-content .yellow-btn {
    font-size: 14px;
  }
}
/* line 52, ../sass/page/_range-landing.scss */
.page-range-landing .media-list {
  padding-right: 120px;
  padding-left: 20px;
}
@media only screen and (max-width: 39.937em) {
  /* line 52, ../sass/page/_range-landing.scss */
  .page-range-landing .media-list {
    padding-right: 20px;
  }
}
/* line 61, ../sass/page/_range-landing.scss */
.page-range-landing .media-list .mediaSlider li {
  width: 100%;
}
/* line 67, ../sass/page/_range-landing.scss */
.page-range-landing .media-list .bx-wrapper .bx-pager {
  bottom: -50px;
}
/* line 70, ../sass/page/_range-landing.scss */
.page-range-landing .media-list .bx-wrapper .bx-pager a {
  background: #ddd;
}
/* line 73, ../sass/page/_range-landing.scss */
.page-range-landing .media-list .bx-wrapper .bx-pager a.active {
  background: #009d30;
}
/* line 81, ../sass/page/_range-landing.scss */
.page-range-landing .highlight-box {
  margin-top: 70px;
}
/* line 85, ../sass/page/_range-landing.scss */
.page-range-landing .highlight-box .highlight-box-item .thumb-title {
  position: absolute;
  display: block;
  left: 20%;
  top: 42%;
  right: 20%;
  color: #fff;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-family: frutiger-roman, Arial, sans-serif;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 39.937em) {
  /* line 85, ../sass/page/_range-landing.scss */
  .page-range-landing .highlight-box .highlight-box-item .thumb-title {
    left: 10%;
    right: 10%;
    top: 32%;
  }
}

/* line 2, ../sass/page/_get-app.scss */
.page-get-app .title {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #009d30;
  font-family: "FrutigerLTW02-75Black", "Arial";
}
@media only screen and (max-width: 39.937em) {
  /* line 2, ../sass/page/_get-app.scss */
  .page-get-app .title {
    font-size: 1.25em;
  }
}
/* line 13, ../sass/page/_get-app.scss */
.page-get-app p, .page-get-app li {
  font-size: 1em;
  color: #555555;
}
/* line 19, ../sass/page/_get-app.scss */
.page-get-app .banner-wrapper .head {
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 0.5em;
  color: #009d30;
  font-family: "FrutigerLTW02-75Black", "Arial";
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 19, ../sass/page/_get-app.scss */
  .page-get-app .banner-wrapper .head {
    font-size: 2em;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 19, ../sass/page/_get-app.scss */
  .page-get-app .banner-wrapper .head {
    font-size: 1.5em;
  }
}
/* line 37, ../sass/page/_get-app.scss */
.page-get-app .charge-wrapper ol {
  text-align: left;
  margin-left: 2em;
}
/* line 44, ../sass/page/_get-app.scss */
.page-get-app .download-app-wrapper .yellow-btn {
  color: #fff;
  display: block;
  text-align: center;
  background: #f7ab03;
  font-family: "FrutigerLTW01-55Roman", "Arial";
  font-size: 1.25em;
  line-height: 40px;
  width: 96%;
  margin: auto;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
  -ms-transition: all ease 0.2s 0s;
  -o-transition: all ease 0.2s 0s;
  transition: all ease 0.2s 0s;
}
/* line 60, ../sass/page/_get-app.scss */
.page-get-app .download-app-wrapper .yellow-btn .text {
  float: left;
  max-width: 69%;
  margin-left: 2%;
  text-align: left;
}
/* line 66, ../sass/page/_get-app.scss */
.page-get-app .download-app-wrapper .yellow-btn .text .large {
  font-size: 1.5em;
  display: block;
  line-height: 1.2em;
}
/* line 72, ../sass/page/_get-app.scss */
.page-get-app .download-app-wrapper .yellow-btn .text .small {
  font-size: 0.6em;
  display: block;
  line-height: 1em;
  margin-top: 1em;
}
/* line 80, ../sass/page/_get-app.scss */
.page-get-app .download-app-wrapper .yellow-btn i {
  max-width: 26%;
  font-size: 2.5em;
  margin-right: 2%;
  float: right;
  line-height: 1.2em;
}
@media only screen and (max-width: 39.937em) {
  /* line 44, ../sass/page/_get-app.scss */
  .page-get-app .download-app-wrapper .yellow-btn {
    width: 92%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.937em) {
  /* line 1, ../sass/page/_get-app.scss */
  .page-get-app {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 39.937em) {
  /* line 1, ../sass/page/_get-app.scss */
  .page-get-app {
    margin-top: 50px;
  }
}

/* line 2, ../sass/page/_fix-css.scss */
.node-type-landing-v3-page #big-banner {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
/* line 7, ../sass/page/_fix-css.scss */
.node-type-landing-v3-page .breadcrumbs-wrapper {
  padding: 0;
}
/* line 11, ../sass/page/_fix-css.scss */
.node-type-landing-v3-page .heading {
  text-transform: uppercase;
  color: #009d30;
  font-size: 3.750em;
  line-height: normal;
  font-family: "FrutigerLTW02-75Black", "Arial";
  text-align: center;
  padding: 60px 40px 30px 40px;
}
@media only screen and (max-width: 39.937em) {
  /* line 11, ../sass/page/_fix-css.scss */
  .node-type-landing-v3-page .heading {
    font-size: 1.875em;
    padding: 15px 20px;
    text-align: left;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, ../sass/global/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 14, ../sass/global/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, ../sass/global/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 21, ../sass/global/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 27, ../sass/global/_print.scss */
  .ir a:after, .icon a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 32, ../sass/global/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 37, ../sass/global/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 41, ../sass/global/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 45, ../sass/global/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 52, ../sass/global/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 58, ../sass/global/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
