
@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, /* 1 */
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input, /* 1 */
select { /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea { /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}
.side-register {
    float: right;
}
.side-register:hover {
    color: #FFFFFF !important;
}
.side-register:hover > i.material-icons {
    color: #FFFFFF !important;
}
.sidebar-wrap .side-register {
    width: 100%;
}
.a-list {
    list-style: disc outside none !important;
    display: list-item!important;
    margin-left: 50px;
}
@media screen and (max-width: 600px) {
    .sidebar-wrap .side-register {
       display: none;
    }
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
   * Remove default margin.
   */
body {
  margin: 0; }
/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }
/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }
/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }
/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }
/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }
/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }
/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }
/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }
/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }
/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }
/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }
/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }
/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }
/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }
/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }
/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }
/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }
/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }
/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }
/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0; }
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
html {
  font-size: 100%;
  box-sizing: border-box; }
*,
*::before,
*::after {
  box-sizing: inherit; }
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }
select {
  width: 100%;
  border-radius: 0; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
[data-whatinput='mouse'] button {
    outline: 0; }
.is-visible {
  display: block !important; }
.is-hidden {
  display: none !important; }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }
.clearfix::after {
  clear: both; }
.hide {
  display: none !important; }
.invisible {
  visibility: hidden; }
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
.tabs::before, .tabs::after {
    content: ' ';
    display: table; }
.tabs::after {
    clear: both; }
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }
.tabs.simple > li > a {
  padding: 0; }
.tabs.simple > li > a:hover {
    background: transparent; }
.tabs.primary {
  background: #2199e8; }
.tabs.primary > li > a {
    color: #fefefe; }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }
.tabs-title {
  float: left; }
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
.tabs-title > a:hover {
      background: #fefefe; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }
.tabs-panel {
  display: none;
  padding: 1rem; }
.tabs-panel.is-active {
    display: block; }
/**********************
        COLORS
***********************/
/**********************
        LAYOUT
***********************/
/**********************
     ILLUSTRATIONS
***********************/
/* PANELS
******************/
a .ext .ext {
  display: none; }
a.ext:after {
  content: '';
  display: inline-block;
  background: url(../images/external-link.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  position: relative;
  bottom: 5px; }
a.pdf-link {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
a.pdf-link > * {
    display: inline-block; }
.layout > section:nth-child(even) {
  background: #fefefe; }
.layout > section:nth-child(even) .team-member-thumbnail {
    background: #f3f0ef; }
.layout > section:nth-child(odd) .team-member-thumbnail {
  background: #fefefe; }
.ProfessionalLearning .layout > section:nth-child(even) {
  background: #f3f0ef; }
.ProfessionalLearning .layout > section:nth-child(odd) {
  background: #fefefe; }
.layout > section:not(.full-height), .full-height .contain {
  padding: 27px 0px; }
@media screen and (min-width: 40em) {
    .layout > section:not(.full-height), .full-height .contain {
      padding: 54px 0px; } }
body {
  font-family: "filson-pro",sans-serif;
  font-size: 17px;
  overflow-x: hidden; }
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }
.cover-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
a {
  color: #00767f; }
p, ul, ol, h3, h1, h2, form, .field, .userformsgroup {
  max-width: 860px; }
.History h1 {
  max-width: 100%; }
h1, h2, h3, h4 {
  color: #00767f;
  line-height: 1.1; }
h1 {
  margin-top: 0; }
.events-slider h3 {
  margin-top: 0.5em; }
section {
  position: relative;
  overflow: hidden; }
section h2:first-child {
    margin-top: 0; }
.clear {
  clear: both; }
.filter-label {
  border-bottom: 3px solid #00767f;
  color: #00767f;
  font-weight: 600; }
.contain {
  margin: 0 auto;
  width: 1100px;
  max-width: 90%;
  position: relative; }
@media screen and (max-width: 39.9375em) {
    .contain {
      max-width: 85%; } }
.content ul li {
  margin-bottom: 0.5em; }
.open-caret {
  position: relative; }
.open-caret:after {
    content: '';
    position: absolute;
    border: 3px solid #00767f;
    border-bottom-color: transparent;
    width: 25px;
    height: 25px;
    top: 50%;
    cursor: pointer; }
.open-caret.left:after {
  border-right-color: transparent;
  left: -30px;
  transform: rotate(-45deg) translateY(-75%); }
.open-caret.right:after {
  border-left-color: transparent;
  right: -30px;
  transform: rotate(45deg) translateY(-75%); }
.button, button {
  cursor: pointer;
  color: #00767f;
  border: 2px #00767f solid;
  padding: 6px 16px;
  color: #00767f;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
.button, .button a, .button i, button, button a, button i {
    transition: all 0.15s; }
.button:hover, button:hover {
    background: #00767f;
    color: #fefefe; }
.button.no-arrow, button.no-arrow {
    display: inline-block; }
.button.green, button.green {
    border-color: #00767f; }
.button.green i, button.green i {
      color: #00767f;
      margin-left: 0.5em; }
.button.green:hover, button.green:hover {
      background: #00767f; }
.button.green:hover, .button.green:hover a, .button.green:hover i, .button.green:hover strong, button.green:hover, button.green:hover a, button.green:hover i, button.green:hover strong {
        color: white; }
.button.larger, button.larger {
    padding: 8px 20px;
    border-width: 3px; }
@media screen and (min-width: 40em) {
      .button.larger, button.larger {
        font-size: 1.2em; } }
.button.larger i, button.larger i {
      font-size: 1.4em; }
/*******************************
           SLIDERS
*******************************/
/*  GENERIC SLIDER
*******************************/
.cycle-pager {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 999;
  color: #FFF; }
.cycle-pager span {
    display: inline-block;
    border: 2px #FFF solid;
    width: 12px;
    height: 12px;
    margin-left: 0.5em;
    text-indent: -99px;
    overflow: hidden;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.25s; }
.cycle-pager span.cycle-pager-active {
      background: #FFF; }
.cycle-slideshow {
  position: relative; }
.slide-holder .slide-content {
  width: 50%;
  padding-right: 60px;
  padding-left: 0; }
@media screen and (max-width: 39.9375em) {
    .slide-holder .slide-content {
      width: 65%; } }
.slide-holder .layout-right .slide-content {
  float: right;
  padding-left: 50px;
  padding-right: 0; }
@media screen and (max-width: 39.9375em) {
    .slide-holder .layout-right .slide-content {
      padding-left: 0px; } }
/*  EVENT SLIDER
*******************************/
.events-slider {
  min-height: auto; }
.events-slider .cycle-pager span {
    width: 12px;
    height: 12px;
    border-color: #333; }
.events-slider .cycle-pager span.cycle-pager-active {
      background-color: #333; }
.events-slider article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
.events-slider .contain .content h2 {
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0; }
@media screen and (min-width: 64em) {
      .events-slider .contain .content h2 {
        font-size: 48px; } }
@media screen and (max-width: 39.9375em) {
    .events-slider:nth-child(even) .weave-image .illustration svg path {
      fill: rgba(254, 254, 254, 0.5); } }
@media screen and (max-width: 39.9375em) {
    .events-slider:nth-child(odd) .weave-image .illustration svg path {
      fill: rgba(243, 240, 239, 0.7); } }
.events-slider .illustration.illustration_1 svg {
    left: auto;
    right: calc(-5% - 30px); }
.events-slider .illustration.illustration_2 svg {
    left: auto;
    right: calc(-15% - 30px); }
.events-slider .illustration.illustration_3 svg {
    left: auto;
    right: calc(-10% - 30px); }
.events-slider .illustration.illustration_4 svg {
    left: auto;
    right: calc(-10% - 30px); }
.events-slider .illustration.illustration_5 svg {
    left: auto;
    right: calc(-110% - 30px); }
@media screen and (max-width: 39.9375em) {
  html body .events-slider .content .has_weave {
    padding-left: 100px; } }
html body .events-slider .layout-right, html body .events-slider .cycle-slide {
  height: 100%; }
@media screen and (max-width: 39.9375em) {
  html body .events-slider .slide {
    min-height: 420px; } }
html body .events-slider .slide .contain {
  height: 100%; }
html body .events-slider .slide .weave-image img {
  right: -128px;
  max-height: 620px; }
@media screen and (max-width: 39.9375em) {
    html body .events-slider .slide .weave-image img {
      right: -70px;
      top: 50px;
      max-width: 140px !important; }
      html body .events-slider .slide .weave-image img.image-861 {
        max-width: 160px !important; }
      html body .events-slider .slide .weave-image img.image-848 {
        max-width: 100px !important; } }
@media screen and (min-width: 40em) {
  html body .events-slider .slide .weave-image {
    margin-left: -5vw; } }
@media screen and (min-width: 75em) {
  html body .events-slider .slide .weave-image {
    margin-left: calc((1100px - 100vw) / 2); } }
html body .events-slider .themed {
  position: relative;
  width: 100%; }
.image.cover {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-position: center center; }
.image.cover img {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    max-width: none; }
i.downward-arrow {
  font-size: 2.75em;
  color: #00767f; }
.img-stretch-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 50px);
  background-size: cover;
  background-position: center center; }
.flex-vcenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.flex-two-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: flext-start;
      justify-content: flext-start;
  margin-left: -15px;
  margin-right: -15px; }
.flex-two-col > * {
    margin: 15px;
    margin-bottom: 1.5em;
    width: 100%; }
@media screen and (min-width: 39.375em) {
      .flex-two-col > * {
        width: calc(100% / 2  - 30px); } }
.vbox-close {
  background-color: transparent; }
section.invis {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }
.flex-three-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: flext-start;
      justify-content: flext-start;
  margin-left: -15px;
  margin-right: -15px; }
.flex-three-col.teams {
    text-align: center; }
.flex-three-col > * {
    margin: 15px;
    margin-bottom: 1.5em;
    position: relative;
    width: 100%; }
@media screen and (min-width: 39.375em) {
      .flex-three-col > * {
        width: calc(100% / 2  - 30px); } }
@media screen and (min-width: 56.25em) {
      .flex-three-col > * {
        width: calc(100% / 3  - 30px); } }
.flex-three-col.videos > * {
    background: #f3f0ef; }
.flex-three-col.videos .details {
    padding: 18px;
    width: 100%; }
.flex-three-col.videos .details p {
      margin-bottom: 0; }
.flex-three-col.videos .video-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none; }
.flex-three-col.videos .video-thumbnail i {
      position: absolute;
      top: 50%;
      left: 50%;
      color: white;
      font-size: 50px;
      margin-left: -25px;
      margin-top: -25px; }
.flex-three-col.videos .video-thumbnail img {
      width: 100%;
      max-width: 100%; }
.layout-right .flex-vcenter {
  -ms-flex-pack: end;
      justify-content: flex-end; }
a {
  text-decoration: none; }
.smaller {
  font-size: 0.85em; }
.padding-med {
  padding: 50px 0; }
.bottom-margin {
  margin-bottom: 100px; }
.arrow-right i {
  font-size: 3rem; }
/*******************************
           THEMES
*******************************/
/*  GENERAL
*******************************/
.weave-image {
  background: #00767f;
  background: #00767f url(../images/weave.png); }
.panel.themed h2 {
  font-weight: 900;
  font-size: 68px;
  line-height: 1;
  margin-bottom: 0; }
.panel.themed h2:after {
    display: block;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: normal;
    margin-top: 3%; }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .panel.themed h2:after {
        font-size: 1.2rem;
        line-height: 1.5rem; } }
.panel.themed .downward-arrow {
  color: white; }
/*  ULEARN - BLUE
*******************************/
section.theme_1:first-child h2:after, article.theme_1:first-child h2:after {
  content: 'Annual educators’ conference'; }
section.theme_1 h2, section.theme_1 h3, section.theme_1 p, section.theme_1 a, section.theme_1 i, article.theme_1 h2, article.theme_1 h3, article.theme_1 p, article.theme_1 a, article.theme_1 i {
  color: #0099cf; }
section.theme_1 .weave-image, article.theme_1 .weave-image {
  background-color: #0099cf;
  background: #0099cf url(../images/weave-blue.png); }
section.theme_1 .weave-image .illustration svg path, article.theme_1 .weave-image .illustration svg path {
    fill: #009dd4; }
/*  HEADING VIDEO
*********************/
.layout > section.heading-video {
  padding-bottom: 0;
  overflow: visible; }
@media screen and (max-width: 39.9375em) {
    .layout > section.heading-video {
      padding-top: 0; } }
@media screen and (min-width: 40em) {
    .layout > section.heading-video + section {
      padding-top: calc(54px * 2); } }
.heading-text .contain {
  position: relative;
  z-index: 99;
  padding-bottom: 18px; }
.heading-text h1 {
  margin-bottom: 15px;
  max-width: 100%; }
.heading-text .flex-two-col .text-block {
  margin-bottom: 0; }
.heading-text .flex-two-col .text-block p {
    margin-top: 0; }
.heading-text .illustration {
  position: relative;
  overflow: visible; }
@media screen and (max-width: 39.9375em) {
    .heading-text .illustration {
      display: none; } }
.heading-text .illustration svg {
    position: absolute;
    bottom: -50%;
    left: 50%;
    opacity: 0.5;
    min-width: 1300px;
    transform: translate(-50%, 52%); }
.heading-text .illustration svg path {
      fill: #fefefe; }
.smaller-centered {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em; }
.center-flex {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.center-flex div {
    max-height: 80px; }
.center-flex div img {
      max-width: 80px;
      margin-right: 1em; }
@media screen and (max-width: 39.9375em) {
  .heading-video .contain {
    max-width: 100%; } }
.heading-video h1 {
  text-align: center;
  margin: auto; }
.heading-video .flex-video {
  position: relative;
  z-index: 2; }
@media screen and (max-width: 39.9375em) {
    .heading-video .flex-video {
      margin-top: -54px;
      margin-bottom: 0; } }
@media screen and (min-width: 40em) {
    .heading-video .flex-video {
      margin-bottom: -54px; } }
.heading-video .illustration {
  position: relative;
  overflow: visible; }
@media screen and (max-width: 39.9375em) {
    .heading-video .illustration {
      display: none; } }
.heading-video .illustration svg {
    position: absolute;
    bottom: -50%;
    left: 50%;
    min-width: 1300px;
    transform: translate(-50%, 55%); }
.heading-video .illustration svg path {
      fill: #e8e8e8; }
body #container .layout.theme_1 .heading {
  background-color: #0099cf;
  background: #0099cf url(../images/weave-blue.png); }
body #container .layout.theme_1 .heading h1, body #container .layout.theme_1 .heading p {
    color: white; }
body #container .layout.theme_1 h2, body #container .layout.theme_1 h3, body #container .layout.theme_1 h4, body #container .layout.theme_1 a, body #container .layout.theme_1 i {
  color: #0099cf; }
body #container .layout.theme_1 .sidebar .inner i.material-icons {
  color: #0099cf; }
body #container .layout.theme_1 * {
  border-color: #0099cf; }
body #container .layout.theme_1 .grid-filter[data-filter-all="1"] label {
  background-color: #0099cf;
  color: #fefefe; }
body #container .layout.theme_1 input[type="submit"] {
  color: #0099cf; }
body #container .layout.theme_1 input[type="submit"]:hover {
    background: #0099cf;
    color: white; }
body #container .layout.theme_1 .grid-filter label {
  color: #0099cf; }
body #container .layout.theme_1 .button:hover {
  color: white;
  background-color: #0099cf; }
body #container .layout.theme_1 table caption {
  color: #0099cf; }
body #container .layout.theme_1 table th {
  background-color: #0099cf; }
body #container .layout.theme_1 .illustration svg path {
  fill: #009dd4; }
/*  EDTALKS - RED
*******************************/
body #container section.theme_2 h2, body #container section.theme_2 h3, body #container section.theme_2 p, body #container section.theme_2 a, body #container section.theme_2 i, body #container article.theme_2 h2, body #container article.theme_2 h3, body #container article.theme_2 p, body #container article.theme_2 a, body #container article.theme_2 i {
  color: #b1293f; }
body #container section.theme_2 .weave-image, body #container article.theme_2 .weave-image {
  background-color: #b1293f;
  background-image: url(../images/weave-red.jpg); }
body #container section.theme_2 .weave-image .illustration svg path, body #container article.theme_2 .weave-image .illustration svg path {
    fill: #bd2c43; }
body #container .layout.theme_2 .heading {
  background-color: #b1293f;
  background: #b1293f url(../images/weave-red.jpg); }
body #container .layout.theme_2 .heading h1, body #container .layout.theme_2 .heading p {
    color: white; }
body #container .layout.theme_2 h2, body #container .layout.theme_2 h3, body #container .layout.theme_2 h4, body #container .layout.theme_2 a, body #container .layout.theme_2 i {
  color: #b1293f; }
body #container .layout.theme_2 .sidebar .inner i.material-icons {
  color: #b1293f; }
body #container .layout.theme_2 * {
  border-color: #b1293f; }
body #container .layout.theme_2 .button:hover {
  color: white;
  background-color: #b1293f; }
body #container .layout.theme_2 .grid-filter[data-filter-all="1"] label {
  background-color: #b1293f;
  color: #fefefe; }
body #container .layout.theme_2 input[type="submit"] {
  color: #b1293f; }
body #container .layout.theme_2 input[type="submit"]:hover {
    background: #b1293f;
    color: white; }
body #container .layout.theme_2 .grid-filter label {
  color: #b1293f; }
body #container .layout.theme_2 .illustration svg path {
  fill: #bd2c43; }
/*  EMERGING LEADERS - GOLD
*******************************/
body #container section.theme_3 h2, body #container section.theme_3 h3, body #container section.theme_3 p, body #container section.theme_3 a, body #container section.theme_3 i, body #container article.theme_3 h2, body #container article.theme_3 h3, body #container article.theme_3 p, body #container article.theme_3 a, body #container article.theme_3 i {
  color: #E6A500; }
body #container section.theme_3 .button:hover, body #container article.theme_3 .button:hover {
  color: white;
  background-color: #0099CF; }
body #container section.theme_3 .weave-image, body #container article.theme_3 .weave-image {
  background-color: #E6A500;
  background-image: url(../images/weave-orange.png); }
body #container section.theme_3 .weave-image .illustration svg path, body #container article.theme_3 .weave-image .illustration svg path {
    fill: #F4B410; }
body #container .layout.theme_3 .heading {
  background-color: #E6A500;
  background: #E6A500 url(../images/weave-orange.png); }
body #container .layout.theme_3 .heading h1, body #container .layout.theme_3 .heading p {
    color: white; }
body #container .layout.theme_3 h2, body #container .layout.theme_3 h3, body #container .layout.theme_3 h4, body #container .layout.theme_3 a, body #container .layout.theme_3 i {
  color: #E6A500; }
body #container .layout.theme_3 .button:hover {
  color: white;
  background-color: #E6A500; }
body #container .layout.theme_3 .sidebar .inner i.material-icons {
  color: #E6A500; }
body #container .layout.theme_3 * {
  border-color: #E6A500; }
body #container .layout.theme_3 .grid-filter[data-filter-all="1"] label {
  background-color: #E6A500;
  color: #FEFEFE; }
body #container .layout.theme_3 input[type="submit"] {
  color: #E6A500; }
body #container .layout.theme_3 input[type="submit"]:hover {
    background: #E6A500;
    color: white; }
body #container .layout.theme_3 .grid-filter label {
  color: #E6A500; }
body #container .layout.theme_3 .illustration svg path {
  fill: #F4B410; }
/*  EDVENTURE - PURPLE
*******************************/
body #container section.theme_4 h2, body #container section.theme_4 h3, body #container section.theme_4 p, body #container section.theme_4 a, body #container section.theme_4 i, body #container article.theme_4 h2, body #container article.theme_4 h3, body #container article.theme_4 p, body #container article.theme_4 a, body #container article.theme_4 i {
  color: #8c476f; }
body #container section.theme_4 .weave-image, body #container article.theme_4 .weave-image {
  background-color: #8c476f;
  background-image: url(../images/weave-purple.jpg); }
body #container section.theme_4 .weave-image .illustration svg path, body #container article.theme_4 .weave-image .illustration svg path {
    fill: #964c77; }
body #container .layout.theme_4 .heading {
  background-color: #8c476f;
  background: #8c476f url(../images/weave-purple.jpg); }
body #container .layout.theme_4 .heading h1, body #container .layout.theme_4 .heading p {
    color: white; }
body #container .layout.theme_4 h2, body #container .layout.theme_4 h3, body #container .layout.theme_4 h4, body #container .layout.theme_4 a, body #container .layout.theme_4 i {
  color: #8c476f; }
body #container .layout.theme_4 .sidebar .inner i.material-icons {
  color: #8c476f; }
body #container .layout.theme_4 .button:hover {
  color: white;
  background-color: #8c476f; }
body #container .layout.theme_4 * {
  border-color: #8c476f; }
body #container .layout.theme_4 .grid-filter[data-filter-all="1"] label {
  background-color: #8c476f;
  color: #fefefe; }
body #container .layout.theme_4 input[type="submit"] {
  color: #8c476f; }
body #container .layout.theme_4 input[type="submit"]:hover {
    background: #8c476f;
    color: white; }
body #container .layout.theme_4 .grid-filter label {
  color: #8c476f; }
body #container .layout.theme_4 .illustration svg path {
  fill: #964c77; }
/*  BREAKFASTS - GREEN
*******************************/
body #container section.theme_5 h2, body #container section.theme_5 h3, body #container section.theme_5 p, body #container section.theme_5 a, body #container section.theme_5 i, body #container section.theme_5 i.downward-arrow, body #container article.theme_5 h2, body #container article.theme_5 h3, body #container article.theme_5 p, body #container article.theme_5 a, body #container article.theme_5 i, body #container article.theme_5 i.downward-arrow {
  color: #699350; }
body #container section.theme_5 .weave-image, body #container article.theme_5 .weave-image {
  background-color: #699350;
  background-image: url(../images/weave-green.jpg); }
body #container section.theme_5 .weave-image .illustration svg path, body #container article.theme_5 .weave-image .illustration svg path {
    fill: #709d55; }
.layout.theme_5 .heading {
  background-color: #699350;
  background: #699350 url(../images/weave-green.jpg); }
.layout.theme_5 .heading h1, .layout.theme_5 .heading p {
    color: white; }
.layout.theme_5 h2, .layout.theme_5 h3, .layout.theme_5 h4, .layout.theme_5 a, .layout.theme_5 i {
  color: #699350; }
.layout.theme_5 .button:hover {
  background-color: #699350; }
.layout.theme_5 .button:hover a {
  color: white; }
.layout.theme_5 .sidebar .inner i.material-icons {
  color: #699350; }
.layout.theme_5 * {
  border-color: #699350; }
.layout.theme_5 .grid-filter[data-filter-all="1"] label {
  background-color: #699350;
  color: #fefefe; }
.layout.theme_5 .grid-filter label {
  color: #699350; }
.layout.theme_5 input[type="submit"] {
  color: #699350; }
.layout.theme_5 input[type="submit"]:hover {
    background: #699350;
    color: white; }
.layout.theme_5 table caption {
  color: #699350; }
.layout.theme_5 table th {
  background-color: #699350; }
.layout.theme_5 .illustration svg path {
  fill: #709d55; }
/*******************************
           REMODAL
*******************************/
.remodal {
  width: 90%;
  max-width: 1100px; }
.remodal h2 {
    font-size: 2.5rem;
    margin-top: 15px;
    color: #00767f; }
.remodal .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media screen and (max-width: 39.9375em) {
      .remodal .content .map, .remodal .content .notes {
        width: 100%; } }
.remodal .content .map {
      width: 55%;
      display: inline-block; }
.remodal .content .map iframe {
        width: 100% !important; }
.remodal .content .notes {
      width: 40%;
      display: inline-block; }
hr {
  background: #00767f;
  border: none;
  height: 3px;
  max-width: 80px;
  margin: 32px 0; }
.heading-image:not(.half):not(.themed) #Breadcrumbs a, .heading-image:not(.half):not(.themed) #Breadcrumbs i, .heading-image:not(.half):not(.themed) #Breadcrumbs {
  color: white; }
#Breadcrumbs {
  position: relative;
  z-index: 2;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  margin-bottom: 1em; }
#Breadcrumbs a {
    text-decoration: none; }
@media screen and (max-width: 39.9375em) {
    #Breadcrumbs {
      padding-top: 1em; }
      #Breadcrumbs > * {
        display: inline-block;
        vertical-align: middle; } }
@media screen and (min-width: 40em) {
    #Breadcrumbs {
      margin-top: -30px;
      display: -ms-flexbox;
      display: flex; } }
#Breadcrumbs > a {
    white-space: nowrap; }
#Breadcrumbs i {
    margin: 0 6px;
    color: #00767f; }
#Breadcrumbs a:hover {
    text-decoration: underline; }
.read-down {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  color: #00767f; }
.read-down i {
    margin-left: 0.25em; }
.center-icon {
  display: block;
  text-align: center;
  padding: 1em; }
header {
  position: relative;
  z-index: 2;
  padding: 24px 0; }
header, header a {
    color: white; }
header .header-upper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
@media screen and (min-width: 56.25em) {
      header .header-upper {
        -ms-flex-align: baseline;
            -ms-grid-row-align: baseline;
            align-items: baseline; } }
header .header-upper .logo {
      background: url(../images/logo@2x.png) center left no-repeat;
      background-size: contain;
      width: 277px;
      height: 48px; }
@media screen and (max-width: 39.9375em) {
        header .header-upper .logo {
          width: 200px; } }
header .header-upper .menu-upper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      position: relative;
      margin-top: 9px; }
@media screen and (min-width: 40em) {
        header .header-upper .menu-upper {
          margin-top: 0;
          margin-bottom: 6px; } }
header .header-upper .menu-upper div, header .header-upper .menu-upper a {
        display: block;
        margin-left: 30px; }
@media screen and (min-width: 56.25em) {
        header .header-upper .menu-upper {
          bottom: 12px; } }
header .header-upper .menu-upper .mobile-menu {
        -ms-flex-order: 5;
            order: 5;
        width: 40px;
        margin-left: 1em; }
@media screen and (min-width: 56.25em) {
          header .header-upper .menu-upper .mobile-menu {
            display: none; } }
header .header-upper .menu-upper .mobile-menu i {
          display: block;
          height: 3px;
          background: #FFF;
          margin-bottom: 6px; }
header .header-upper .menu-upper .quick-menu {
        overflow: hidden;
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        padding-left: 16px; }
@media screen and (min-width: 56.25em) {
          header .header-upper .menu-upper .quick-menu {
            display: inline-block; } }
header .header-upper .menu-upper .quick-menu:before, header .header-upper .menu-upper .quick-menu:after {
          content: '';
          display: inline-block;
          width: 10px;
          height: 2px;
          background: white;
          position: absolute;
          left: 0;
          top: 0; }
header .header-upper .menu-upper .quick-menu:after {
          top: 8px; }
header .header-upper .menu-upper .quick-menu:before {
          top: 12px; }
header .header-upper .menu-upper .ph {
        font-weight: bold;
        font-size: 20px;
        display: none; }
@media screen and (min-width: 56.25em) {
          header .header-upper .menu-upper .ph {
            display: inline-block; } }
header .header-upper .menu-upper i {
        font-size: 30px; }
header .header-upper .menu-upper .button {
        text-transform: uppercase;
        font-size: 0.9rem;
        display: none; }
@media screen and (min-width: 56.25em) {
          header .header-upper .menu-upper .button {
            display: inline-block; } }
header .menu-lower {
    margin-top: 9.6px;
    padding-bottom: 0.3em;
    display: none;
    -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between; }
@media screen and (min-width: 56.25em) {
      header .menu-lower {
        display: -ms-flexbox;
        display: flex; } }
header .menu-lower a {
      margin: 0 15px;
      display: inline-block;
      line-height: 1;
      position: relative; }
header .menu-lower a.item_36 {
        max-width: 200px; }
header .menu-lower a.item_282 {
        max-width: 300px; }
header .menu-lower a.item_55 {
        max-width: 180px; }
header .menu-lower a:first-child {
        margin-left: 0;
        min-width: 100px; }
header .menu-lower a:last-child {
        margin-right: 0; }
header .menu-lower a:after {
        content: '';
        background: #FFF;
        height: 4px;
        width: 0%;
        bottom: 33px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all 0.1s ease-out; }
header .menu-lower a.current:after, header .menu-lower a:hover:after, header .menu-lower a.section:after {
        width: 100%;
        opacity: 1; }
header .menu-lower a:hover {
        color: #FFF;
        text-decoration: none; }
header .menu-lower a, header .menu-lower a i {
        display: block; }
header .menu-lower a i {
        border-top: 1px white solid;
        padding-top: 7px;
        opacity: 0.75;
        font-size: 0.95rem;
        margin-top: 10px;
        height: 36px;
        font-style: normal; }
nav.quick-menu {
  background: #00767f;
  position: relative;
  padding: 1px 1px; }
nav.quick-menu button {
    color: white !important;
    top: 12px;
    right: 12px;
    left: auto;
    position: absolute;
    z-index: 99;
    font-size: 40px;
    display: inline-block;
    padding: 18px;
    cursor: pointer; }
nav.quick-menu button:before {
      font-size: 40px; }
nav.quick-menu .inner {
    text-align: left;
    margin: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
nav.quick-menu .inner > .menu-group {
      margin-bottom: 24px;
      width: 25%;
      padding: 20px; }
nav.quick-menu .inner > .menu-group a {
        line-height: 1.1;
        display: block;
        transition: all 0.1s;
        color: white;
        font-size: 0.85em;
        margin-top: 9px; }
nav.quick-menu .inner > .menu-group a i {
          display: block;
          margin-top: 0.5em;
          opacity: 0.85;
          font-size: 1rem; }
nav.quick-menu .inner > .menu-group a:first-child {
          font-size: 1.2em;
          padding-left: 0;
          position: relative;
          opacity: 1; }
nav.quick-menu .inner > .menu-group a:first-child i {
            font-weight: 300; }
nav.quick-menu .inner > .menu-group a:first-child:after {
            content: '';
            width: 60px;
            margin-top: 12px;
            margin-bottom: 14px;
            height: 3px;
            background: white;
            display: block;
            margin-bottom: 20px; }
nav.quick-menu .inner > .menu-group a:hover {
          opacity: 1; }
.quick-search {
  width: 600px;
  background: #00767f; }
.quick-search button {
    color: white !important;
    top: 12px;
    right: 12px;
    left: auto;
    position: absolute;
    z-index: 99;
    font-size: 40px;
    display: inline-block;
    padding: 18px;
    cursor: pointer; }
.quick-search button:before {
      font-size: 40px; }
.quick-search form div {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex; }
.quick-search form div input, .quick-search form div button {
      color: white;
      border-color: white;
      min-width: auto; }
.quick-search form div input::-webkit-input-placeholder, .quick-search form div button::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
        color: rgba(255, 255, 255, 0.5); }
.quick-search form div input[type=text], .quick-search form div button[type=text] {
        font-size: 22px;
        background: none;
        border: 0;
        border-bottom: 2px #FFF solid;
        -ms-flex-positive: 1;
            flex-grow: 1;
        margin-right: 1em; }
header, footer {
  background: #00767f url(../images/weave.png) center center; }
header .button, footer .button {
    color: #fefefe;
    border-color: #fefefe; }
header .button:hover, footer .button:hover {
      background-color: #fefefe;
      color: #00767f; }
footer {
  padding: 24px 0; }
footer, footer a {
    color: white; }
footer .contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
footer .footer-left {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
footer .bottom-links a:hover {
      color: #FFF;
      text-decoration: none; }
@media screen and (max-width: 39.9375em) {
      footer .footer-left {
        width: 100%;
        margin-right: 0; } }
footer .footer-left .top-left {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-positive: 1;
          flex-grow: 1; }
@media screen and (max-width: 39.9375em) {
        footer .footer-left .top-left {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
@media screen and (max-width: 39.9375em) {
        footer .footer-left .top-left .footer-buttons {
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
footer .footer-left .top-left .footer-buttons a {
        margin-left: 30px;
        font-size: 0.9rem;
        display: inline-block; }
@media screen and (max-width: 39.9375em) {
          footer .footer-left .top-left .footer-buttons a {
            margin-left: 0; } }
footer .footer-left .top-left .logo-bottom {
        -ms-flex-positive: 0;
            flex-grow: 0;
        width: 138px;
        padding: 24px 0; }
@media screen and (max-width: 39.9375em) {
          footer .footer-left .top-left .logo-bottom {
            display: none; } }
footer .footer-left .bottom-left {
      margin-top: 12px;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      font-size: 0.9rem;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@media screen and (max-width: 39.9375em) {
        footer .footer-left .bottom-left {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          footer .footer-left .bottom-left > div {
            width: 100%;
            text-align: center;
            margin: 0.5em 0; }
            footer .footer-left .bottom-left > div.ph, footer .footer-left .bottom-left > div.social-links {
              width: 50%;
              margin: 1em 0; }
          footer .footer-left .bottom-left .bottom-links {
            -ms-flex-order: 3;
                order: 3; } }
footer .footer-left .bottom-left .bottom-links a, footer .footer-left .bottom-left .bottom-links span {
        margin-right: 26px; }
footer .footer-left .bottom-left .ph {
        white-space: nowrap;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0 1.5em; }
footer .footer-left .bottom-left .social-links {
        white-space: nowrap; }
footer .footer-left .bottom-left .social-links a {
          display: inline-block;
          margin: 0 6px;
          width: 22px; }
footer .footer-right {
    width: 203px;
    margin-left: 4rem;
    display: none; }
@media screen and (min-width: 64em) {
      footer .footer-right {
        display: block; } }
footer .strapline {
    width: 203px; }
.accordion-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.accordion-title h2 {
    vertical-align: middle;
    color: #00767f;
    font-size: 2em;
    margin: 0.4em 0;
}
@media screen and (max-width: 39.9375em) {
      .accordion-title h2 {
        font-size: 1.25em; } }
.accordion-title h2 i {
      margin-left: 0.25em;
      font-size: 1.5em;
      vertical-align: middle;
      transition: transform 0.2s; }
}
.accordion-content {
  max-height: 0px;
  opacity: 0;
  transition: opacity 0.4s, transform 0.2s ease-out;
  overflow: hidden;
  transform: translateY(0px); }
.accordion-content.active {
    opacity: 1;
    max-height: 9999px;
    transform: translateY(50px);
    padding-bottom: 50px; }
.accordion-content h3 {
    margin-top: 2em; }
.video-wrap {
  max-width: 724px;
  margin: 0 auto; }
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  overflow: hidden;
  margin: 2.5em 0; }
.flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.grid, .grid-container {
  -ms-flex-pack: start;
      justify-content: flex-start; }
.grid h2, .grid-container h2 {
    font-size: 1.85em;
    margin-bottom: 20px; }
.grid article, .grid-container article {
    background: #fefefe;
    padding-bottom: 25px; }
.grid article h3, .grid-container article h3 {
      margin-top: 0;
      font-size: 1.2rem;
      line-height: 1.4rem; }
.grid article p, .grid-container article p {
      font-size: 0.9em;
      margin: 8px 0; }
.grid article .inner, .grid-container article .inner {
      padding: 1.4em; }
.grid article img, .grid-container article img {
      width: 100%;
      display: block; }
.grid article .arrow-right i, .grid-container article .arrow-right i {
      position: absolute;
      bottom: 0.5em;
      right: 0.5em;
      font-size: 2em; }
section.tabs-content {
  background: #f3f0ef; }
section:nth-child(even) .grid article, section:nth-child(even) .grid-container article {
  background: #f3f0ef; }
.contact-tabs-wrap {
  position: absolute;
  width: 100%; }
.contact-tabs-wrap ul.tabs {
    border: 0;
    height: 0;
    z-index: 99;
    position: relative;
    top: 70px; }
.contact-tabs-wrap ul.tabs li.is-active a {
      border-bottom: 3px #00767f solid;
      background: none; }
.contact-tabs-wrap ul.tabs li a {
      padding: 0 0 12px 0;
      margin-right: 3em;
      font-size: 0.9em;
      background: none; }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .contact-tabs-wrap ul.tabs li a {
          margin-right: 30px; } }
section.contact-detail-holder {
  padding: 0; }
section.contact-detail-holder .tabs-panel {
    clear: both;
    padding: 0; }
section.contact-detail-holder .contain {
    padding: 0; }
section.contact-detail-holder .tabs-content {
    background: none; }
section.contact-detail-holder .contain {
    min-height: 370px; }
section.contact-detail-holder .contain .tabs-panel, section.contact-detail-holder .contain .tabs-content, section.contact-detail-holder .contain .tabs {
      padding: 0;
      border: 0;
      background: none; }
section.contact-detail-holder .contain .tabs-title {
      font-size: 1.3rem; }
@media screen and (max-width: 39.9375em) {
        section.contact-detail-holder .contain .tabs-title a {
          margin-right: 13px; } }
section.contact-detail-holder .contain article {
      min-height: 0;
      position: relative; }
section.contact-detail-holder .contain .contact-detail {
      padding-top: 110px;
      padding-bottom: 20px;
      color: #00767f; }
section.contact-detail-holder .contain .contact-detail h3 {
        font-size: 1.6rem;
        margin: 0;
        margin-top: 10px; }
@media screen and (min-width: 55em) {
        section.contact-detail-holder .contain .contact-detail {
          width: 50%;
          padding-right: 30px;
          padding-top: 120px;
          padding-bottom: 60px; } }
@media screen and (max-width: 39.9375em) {
        section.contact-detail-holder .contain .contact-detail .flex-two-col div {
          margin-bottom: 0; } }
section.contact-detail-holder .contain .contact-detail p {
        font-size: 0.85em;
        margin-bottom: 0; }
section.contact-detail-holder .map {
    width: 100%;
    height: 300px; }
@media screen and (min-width: 55em) {
      section.contact-detail-holder .map {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%; } }
section.contact-detail-holder .map iframe {
      width: 100%;
      height: 100%; }
/********************
        PANEL
*********************/
section {
  background: #f3f0ef; }
section h2 {
    margin-bottom: 3%; }
@media screen and (min-width: 64em) {
    section.themed .content h2 {
      font-size: 3rem; } }
html body.page-events .panel {
  color: #00767f; }
@media screen and (min-width: 40em) {
    html body.page-events .panel {
      min-height: 450px; } }
html body.page-events .panel h2 {
    font-weight: 900; }
html body.page-events .panel .weave-image img.image-34 {
    margin-left: -60px; }
html body.page-events .panel .weave-image img.image-28 {
    max-width: 272px;
    margin-right: -60px;
    left: -132px; }
html body.page-events .panel .weave-image img.image-39 {
    right: -100px; }
html body.page-events .panel .weave-image img.image-311 {
    right: -180px;
    max-height: 470px; }
html body.page-events .panel .weave-image img.image-303 {
    max-width: 170px;
    left: -72px; }
@media screen and (max-width: 39.9375em) {
    html body.page-events .panel .content {
      padding-left: 100px; }
    html body.page-events .panel:nth-child(odd) .weave-image img {
      left: auto;
      right: -70px; }
    html body.page-events .panel .weave-image img.image-311 {
      top: 90px !important;
      left: -118px !important;
      max-width: 210px !important; }
    html body.page-events .panel .weave-image img.image-303 {
      right: -59px;
      max-width: 89px !important; }
    html body.page-events .panel .weave-image img.image-34 {
      max-width: 162px !important;
      margin-left: 0px !important;
      top: 73px !important;
      left: -100px !important; }
    html body.page-events .panel .weave-image img.image-28 {
      right: 1px;
      max-width: 119px !important; }
    html body.page-events .panel .weave-image img.image-39 {
      top: 90px !important;
      left: -48px !important;
      max-width: 90px !important; }
    html body.page-events .panel .weave-image img.image-38 {
      top: 92px !important;
      max-width: 260px !important;
      margin-left: -150px; }
    html body.page-events .panel:nth-child(even) .weave-image {
      left: auto;
      right: -8vw; }
      html body.page-events .panel:nth-child(even) .weave-image img {
        top: 40px;
        left: -70px;
        max-width: 150px; }
    html body.page-events .panel:nth-child(even) .content {
      padding-left: 0;
      padding-right: 100px; } }
.panel {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.panel .contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
.panel .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    position: relative;
    z-index: 99; }
.panel .content > * {
      width: 100%; }
@media screen and (min-width: 40em) {
      .panel .content {
        width: 48%; } }
@media screen and (min-width: 64em) {
      .panel .content {
        width: 50%; } }
.panel .content h2 {
      font-size: 2.2rem;
      line-height: 2.2rem; }
@media screen and (min-width: 64em) {
        .panel .content h2 {
          font-size: 2.6rem;
          line-height: 2.8rem; } }
.panel .content p {
      font-size: 1rem; }
@media screen and (min-width: 64em) {
        .panel .content p {
          font-size: 1.2rem; } }
.panel .weave-image {
    position: absolute;
    margin-top: -54px;
    margin-bottom: -54px; }
@media screen and (max-width: 39.9375em) {
      .panel .weave-image {
        height: calc(100% + 150px) !important;
        left: -2.8vw; } }
@media screen and (max-width: 39.9375em) {
      .panel .weave-image {
        width: 50px;
        height: calc(100% + 30px);
        margin-left: -30px; } }
@media screen and (min-width: 40em) {
      .panel .weave-image {
        position: relative;
        width: 38%; } }
@media screen and (min-width: 64em) {
      .panel .weave-image {
        width: 42%; } }
.panel .weave-image img {
      position: absolute;
      top: 5%;
      z-index: 9999; }
@media screen and (max-width: 39.9375em) {
        .panel .weave-image img {
          top: 80px;
          max-width: 150px !important; }
          .panel .weave-image img.img-872 {
            top: 00px;
            max-width: 320px !important; } }
@media screen and (max-width: 63.9375em) {
        .panel .weave-image img.img-44 {
          max-width: 410px; } }
@media screen and (max-width: 39.9375em) {
        .panel .weave-image img.img-872 {
          left: -169px !important;
          max-width: 294px !important;
          top: 28px; } }
@media screen and (max-width: 39.9375em) {
        .panel .weave-image img.img-859 {
          left: -36px !important;
          max-width: 174px !important;
          top: 96px; } }
.panel .weave-image .illustration {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden; }
@media screen and (max-width: 39.9375em) {
        .panel .weave-image .illustration {
          opacity: 0.3; } }
.panel .weave-image .illustration svg {
        position: absolute; }
.panel .weave-image .illustration svg path {
          fill: #007b84; }
.panel .weave-image .illustration.illustration_1 svg {
        min-width: 190px;
        max-width: 340px;
        top: -30px;
        width: 60%; }
.panel .weave-image .illustration.illustration_2 svg {
        min-width: 180px;
        max-width: 340px;
        bottom: -30px;
        width: 70%; }
.panel .weave-image .illustration.illustration_3 svg {
        min-width: 240px;
        max-width: 340px;
        top: calc(-10vw - 5px);
        width: 55%; }
.panel .weave-image .illustration.illustration_4 svg {
        max-width: 340px;
        top: -30px;
        width: 75%; }
.panel .weave-image .illustration.illustration_5 svg {
        max-width: 340px;
        top: 30px;
        width: 200%; }

.panel .image {
    width: 100%;
    margin-bottom: 15px;
    -ms-flex-order: 1;
        order: 1; }
@media screen and (min-width: 40em) {
      .panel .image {
        margin-bottom: 0;
        width: 48%; } }
@media screen and (min-width: 64em) {
      .panel .image {
        width: 50%; } }
.panel .image img {
      width: 100%; }
.panel .image.cover {
      width: calc(100% + 30vw);
      margin-left: -15vw;
      margin-right: -15vw;
      margin-top: -54px;
      margin-bottom: 54px; }
@media screen and (min-width: 40em) {
        .panel .image.cover {
          width: calc(48% + (10vw - 1px)); } }
@media screen and (min-width: 75em) {
        .panel .image.cover {
          width: calc(48% + ((100vw - 1200px) / 2)); } }
.panel .image.cover img {
        width: auto;
        max-width: 100vw;
        min-width: 100%;
        min-height: 100%; }
.panel:nth-child(even):not(.slide) .weave-image {
    -ms-flex-order: 1;
        order: 1; }
.panel:nth-child(even):not(.slide) .weave-image img {
      right: -120px;
      max-width: 420px; }
@media screen and (min-width: 40em) {
        .panel:nth-child(even):not(.slide) .weave-image img.image-38 {
          max-width: 429px !important;
          right: -70px !important; } }
@media screen and (min-width: 64em) {
        .panel:nth-child(even):not(.slide) .weave-image img {
          max-width: 520px; } }
@media screen and (max-width: 39.9375em) {
        .panel:nth-child(even):not(.slide) .weave-image img {
          right: -70px; } }
@media screen and (min-width: 40em) {
      .panel:nth-child(even):not(.slide) .weave-image {
        margin-left: -5vw; } }
@media screen and (min-width: 75em) {
      .panel:nth-child(even):not(.slide) .weave-image {
        margin-left: calc((1100px - 100vw) / 2);
        width: 40vw; } }
@media screen and (max-width: 39.9375em) {
      .panel:nth-child(even):not(.slide) .weave-image .illustration svg path {
        fill: rgba(254, 254, 254, 0.5); } }
.panel:nth-child(even):not(.slide) .weave-image .illustration.illustration_1 svg {
      right: calc(-5% - 30px); }
.panel:nth-child(even):not(.slide) .weave-image .illustration.illustration_2 svg {
      right: calc(-15% - 30px); }
.panel:nth-child(even):not(.slide) .weave-image .illustration.illustration_3 svg {
      right: calc(-10% - 30px); }
.panel:nth-child(even):not(.slide) .weave-image .illustration.illustration_4 svg {
      right: calc(-10% - 30px); }
.panel:nth-child(even):not(.slide) .weave-image .illustration.illustration_5 svg {
      right: calc(-110% - 30px); }
@media screen and (min-width: 40em) {
    .panel:nth-child(even):not(.slide) .image {
      -ms-flex-order: 1;
          order: 1; } }
@media screen and (min-width: 40em) {
    .panel:nth-child(even):not(.slide) .image.cover, .events-slider .image.cover.left-image {
      -ms-flex-order: 1;
          order: 1;
      margin-left: -10vw;
      margin-bottom: -54px;
      margin-right: 0; } }
@media screen and (min-width: 75em) {
    .panel:nth-child(even):not(.slide) .image.cover, .events-slider .image.cover.left-image {
      margin-left: calc((1100px - 100vw) / 2); } }
@media screen and (min-width: 40em) {
    .panel:nth-child(even):not(.slide) .content {
      -ms-flex-order: 2;
          order: 2; } }
.panel:nth-child(odd):not(.slide) .weave-image {
    -ms-flex-order: 2;
        order: 2; }
.panel:nth-child(odd):not(.slide) .weave-image img {
      left: -122px;
      max-width: 340px; }
@media screen and (min-width: 64em) {
        .panel:nth-child(odd):not(.slide) .weave-image img {
          max-width: 440px; } }
@media screen and (max-width: 39.9375em) {
        .panel:nth-child(odd):not(.slide) .weave-image img {
          left: 0px; } }
@media screen and (min-width: 40em) {
      .panel:nth-child(odd):not(.slide) .weave-image {
        margin-right: -5vw; } }
@media screen and (min-width: 75em) {
      .panel:nth-child(odd):not(.slide) .weave-image {
        margin-right: calc((1000px - 100vw) / 2);
        width: 40vw; } }
@media screen and (max-width: 39.9375em) {
      .panel:nth-child(odd):not(.slide) .weave-image .illustration svg path {
        fill: rgba(243, 240, 239, 0.7); } }
.panel:nth-child(odd):not(.slide) .weave-image .illustration.illustration_1 svg {
      left: calc(-5% - 30px); }
.panel:nth-child(odd):not(.slide) .weave-image .illustration.illustration_2 svg {
      left: calc(-15% - 30px); }
.panel:nth-child(odd):not(.slide) .weave-image .illustration.illustration_3 svg {
      left: calc(-10% - 30px); }
.panel:nth-child(odd):not(.slide) .weave-image .illustration.illustration_4 svg {
      left: calc(-10% - 30px); }
.panel:nth-child(odd):not(.slide) .weave-image .illustration.illustration_5 svg {
      left: calc(-110% - 30px); }
@media screen and (min-width: 40em) {
    .panel:nth-child(odd):not(.slide) .content {
      -ms-flex-order: 1;
          order: 1;
      right: 0; } }
@media screen and (min-width: 40em) {
    .panel:nth-child(odd):not(.slide) .image {
      -ms-flex-order: 2;
          order: 2; } }
.panel:nth-child(odd):not(.slide) .image.cover {
    margin-bottom: 27px; }
@media screen and (min-width: 40em) {
      .panel:nth-child(odd):not(.slide) .image.cover, .events-slider .image.cover.right-image {
        -ms-flex-order: 2;
            order: 2;
        margin-right: -10vw;
        margin-bottom: -54px; } }
@media screen and (min-width: 75em) {
      .panel:nth-child(odd):not(.slide) .image.cover, .events-slider .image.cover.right-image {
        margin-right: calc((1100px - 100vw) / 2); } }
.heading h1 {
  line-height: 1;
  max-width: 700px;
  margin-bottom: 0; }
@media screen and (min-width: 64em) {
    .heading h1 {
      font-size: 3.2rem;
      line-height: 3.3rem; } }
.heading.heading-text h1 {
  max-width: 100%; }
.heading .text-blocks {
  margin-top: 20px; }
.heading .translation {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin-top: 15px; }
.heading p {
  font-size: 1.1rem; }
@media screen and (min-width: 64em) {
    .heading p {
      font-size: 1.2rem; } }
.themed .heading i, .themed .heading a {
  color: #fff; }
.themed .heading a {
  text-decoration: underline; }
/********************
      BODY 
*********************/
.body {
  padding: 54px 0px; }
.body h2 {
    font-size: 2.3rem;
    line-height: 2.6rem;
    max-width: 700px; }
.body:nth-child(even) .sidebar-wrap .sidebar .inner {
    background: #f3f0ef; }
.body .sidebar-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media screen and (min-width: 40em) {
      .body .sidebar-wrap .left-content {
        width: 64%; } }
.body .sidebar-wrap .sidebar {
      -ms-flex-order: 2;
          order: 2;
      width: 100%;
      min-width: 180px; }
@media screen and (min-width: 40em) {
        .body .sidebar-wrap .sidebar {
          width: 32%;
          margin-left: 3%; } }
.body .sidebar-wrap .sidebar .inner {
        padding: 12px 14px 12px 24px;
        background: #fefefe; }
.body .sidebar-wrap .sidebar .inner a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          padding: 6px 0px;
          -ms-flex-align: center;
              align-items: center; }
.body .sidebar-wrap .sidebar .inner a.current {
            font-weight: bold; }
.body .sidebar-wrap .sidebar .inner i {
          color: #00767f;
          padding-left: 5px; }
/*FORM*/
select, input[type='text'], input[type='password'], input[type='email'], input[type='submit'], textarea {
  width: auto;
  min-width: 245px;
  padding-left: 8px;
  outline: none;
  box-shadow: inset 0px 0px 0px 0px red;
  border: 2px solid #00767f; }
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: 100% center; }
.contact-form .contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.contact-form .contain h2 {
    font-size: 2rem;
    max-width: none;
    width: 100%;
    margin-bottom: 30px; }
.contact-form .contain form {
    display: inline-block;
    margin: auto; }
.contact-form .contain form .Actions {
      float: right; }
.contact-form .contain form .field {
      display: -ms-flexbox;
      display: flex; }
@media screen and (min-width: 64em) {
        .contact-form .contain form .field {
          float: left;
          width: 48%; }
          .contact-form .contain form .field:nth-child(even) {
            float: right; }
          .contact-form .contain form .field textarea {
            height: 80px; } }
.contact-form .contain form .field > * {
        width: 48%; }
.contact-form .contain form .field .middleColumn {
        -ms-flex-positive: 1;
            flex-grow: 1; }
.contact-form .contain form .field .middleColumn input, .contact-form .contain form .field .middleColumn textarea {
          width: 100%; }
.contact-form .contain form label {
      width: 150px !important;
      font-weight: 500; }
form {
  /*    padding: $gutter;
    @include breakpoint(medium){
        padding: 50px;
    }*/ }
form .field:not(fieldset) {
    margin-bottom: 1em; }
form .field:not(fieldset).text .middleColumn {
      display: inline-block; }
form .field:not(fieldset).text .middleColumn input {
        width: 250px; }
form .field:not(fieldset).text label {
      width: 250px;
      float: none;
      display: inline-block; }
form .field:not(fieldset) textarea {
      width: 100%;
      max-width: 500px; }
form fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
form fieldset ul {
      margin-top: 0;
      padding-left: 0; }
form fieldset ul input[type=checkbox],
      form fieldset ul input[type=radio] {
        margin-right: 0.45em; }
form fieldset ul li {
        list-style: none;
        padding-left: 0;
        margin-left: 0; }
form input[type="submit"] {
    background-color: transparent;
    color: #00767f;
    transition: color .3s, background-color .3s; }
form input[type="submit"]:hover {
      background-color: #00767f;
      color: #fefefe; }
.previous-trends {
  text-align: center; }
.previous-trends a {
    margin: 0 6px; }
.trendnav-title, .trendnav-number, .trendnav-icon {
  display: none; }
@media screen and (min-width: 40em) {
    .trendnav-title, .trendnav-number, .trendnav-icon {
      display: block; } }
.trendnav-icon {
  min-width: 50px; }
.slider-holder, .events-slider {
  max-height: 600px;
  min-height: 440px;
  overflow: hidden;
  transition: all 0.75s;
  opacity: 0; }
.events-slider {
  min-height: 400px;
  transition-delay: 0.25s; }
.loaded .slider-holder, .loaded .events-slider {
  opacity: 1 !important;
  transform: translateY(0); }
.slider-holder .slide {
  background: black; }
.slider-holder .slide .img {
    opacity: 0.9; }
.slider-holder .slide .contain {
    min-height: 440px;
    height: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
.slider-holder .slide {
  height: 100%;
  position: relative;
  width: 100%; }
.slider-holder .slide h1, .slider-holder .slide h2 {
    font-size: 3.4rem;
    line-height: 3.8rem;
    color: #fefefe;
    margin-bottom: 15px; }
@media screen and (min-width: 40em) {
      .slider-holder .slide h1, .slider-holder .slide h2 {
        font-size: 4rem;
        line-height: 4.5rem; } }
.slider-holder .slide p, .slide-content {
    font-size: 1.2rem;
    line-height: 1.3; }
@media screen and (min-width: 40em) {
      .slider-holder .slide p, .slide-content {
        font-size: 1.3rem;
        line-height: 1.3; } }
.slider-holder .slide .contain {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
.slider-holder .slide .img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
.slider-holder .slide, .slider-holder .slide i {
    color: #FFF; }
@media screen and (max-width: 39.9375em) {
  body section.related-staff .staff {
    overflow: hidden; } }
@media screen and (min-width: 64em) {
  body section.related-staff .staff {
    min-height: 323px; } }
@media screen and (min-width: 40em) {
  body section.related-staff h2 {
    font-size: 2em; } }
body section.related-staff h3 {
  margin-top: 24px; }
body section.related-staff .staff-contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
body section.related-staff .staff-content {
  padding-bottom: 40px; }
body section.related-staff .staff-content p {
    margin: 0 0 6px 0; }
body section.related-staff a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
body section.related-staff a i {
    margin-left: 5px;
    font-size: 22px; }
body section.related-staff article {
  display: -ms-flexbox;
  display: flex; }
@media screen and (min-width: 40em) {
    body section.related-staff article {
      margin: 0; } }
body section.related-staff article .staff-image {
    position: relative;
    width: 40%;
    margin-right: 5%; }
body section.related-staff article .staff-image img {
      position: absolute;
      mix-blend-mode: multiply; }
body section.resource-type h2 {
  font-size: 2em;
  margin-bottom: 0.5em; }
body section.resource-type .main-title {
  margin-top: 1em; }
body.Approach section.resource-type {
  padding-top: 30px; }
body section.related-courses h2,
body section.related-events h2 {
  font-size: 2em;
  margin-bottom: 12px; }
body section.related-courses article,
body section.related-events article {
  background: #fefefe; }
body section.related-courses article h3,
  body section.related-events article h3 {
    margin-top: 0; }
body section.related-courses article .inner,
  body section.related-events article .inner {
    padding: 1.4em; }
body section.related-courses:nth-child(2n) article,
body section.related-events:nth-child(2n) article {
  background: #f3f0ef; }
.grid-filter {
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.grid-filter > * {
    margin: 0 12px; }
.grid-filter > label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
.grid-filter > label:after {
      content: "";
      width: 0%;
      background-color: #00767f;
      height: 2px; }
.grid-filter > label > * {
      margin: 0 5px; }
.grid-filter h3 {
    color: #00767f;
    border-bottom: 3px #00767f solid;
    padding-bottom: 5px; }
.grid-filter input[type="checkbox"] {
    display: none; }
.grid-filter[data-filter-all="0"] label:hover {
    background-color: transparent;
    color: #00767f; }
.grid-filter[data-filter-all="1"] label {
    background-color: #00767f;
    color: white; }
/****************************
    EVENT/COURSE OPTIONS
****************************/
.options {
  padding: 50px 0; }
.options a[data-remodal-target] {
    /*        color: #000;*/ }
.options .data-set p {
    margin: 0; }
.options .title {
    min-width: 75px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0; }
.options .content {
    margin-bottom: 15px; }
.options .option {
    background-color: #fefefe;
    padding: 20px 20px 0 20px;
    position: relative;
    margin-bottom: 40px; }
.options:nth-child(even) .option {
    background-color: #f3f0ef; }
.options .register {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin-left: -20px;
    position: absolute;
    background-color: #fefefe;
    bottom: -40px; }
/************************
      TEXT BLOCKS
************************/
.text-block img {
  margin: 24px 0; }
@media screen and (min-width: 40em) {
    .text-block img {
      margin: 24px !important; } }
.text-block h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 3.5vw;
  margin-bottom: 15px; 
  clear: left;
}
.text-block:first-child h3 {
  margin-top: 0; }
.team-members {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%; }
.team-members h1 {
    font-size: 2.6em; }
.team-members h3 {
    margin-top: 10px; }
.team-members > * {
    width: 100%;
    margin: 1.5%; }
@media screen and (min-width: 31.25em) {
      .team-members > * {
        width: calc(50% - 3%); } }
@media screen and (min-width: 47.1875em) {
      .team-members > * {
        width: calc(33% - 3%); } }
@media screen and (min-width: 68.75em) {
      .team-members > * {
        width: calc(25% - 3%); } }
.team-members .team-member-thumbnail {
    margin-bottom: 30px; }
.team-members .team-member-thumbnail img {
      width: 100%;
      /*            margin-left: -$gutter;
                        margin-right: -$gutter;
                        margin-top: -$gutter;*/ }
.team-members .team-member-thumbnail .details {
      padding: 18px; }
.team-members .team-member-thumbnail .details p {
        margin: 5px 0;
        line-height: 1.3rem;
        font-size: .9rem;
        margin-bottom: 0; }
.team-members:after {
    content: "";
    -ms-flex: auto;
        flex: auto; }
/****************************
         TABLES
****************************/
section table {
  background-color: #f3f0ef;
  width: 100%;
  border: 2px solid #00767f; }
section table th, section table td, section table caption {
    padding: 8px 10px; }
section table caption {
    font-size: 1.5rem;
    color: #00767f;
    text-align: left;
    padding-left: 0; }
section table th {
    background-color: #00767f;
    color: #fefefe;
    text-align: center; }
section table tr:nth-child(even) {
    background-color: #fefefe; }
section:nth-child(even) table {
  background-color: #f3f0ef; }
section:nth-child(even) table tr:nth-child(even) {
    background-color: #fefefe; }
/****************************
         PLS - Components
****************************/
.courses h2 {
  color: #00767f;
  font-size: 2em;
  margin-top: 0.4em; }
.courses article {
  background: #00767f;
  color: #fefefe;
  position: relative;
  padding: 1.4em;
  margin-bottom: 1em; }
.courses article h3 {
    margin-top: 0;
    line-height: 1;
    font-size: 1.75em;
    color: #fefefe; }
.courses p {
  width: 90%; }
.courses i {
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em; }
.calendar {
  position: relative; }
.calendar h2 {
    color: #00767f;
    font-size: 2em;
    margin-top: 0; }
.calendar .contain {
    position: relative;
    z-index: 99; }
.calendar svg {
    position: absolute;
    bottom: 5%; }
.calendar svg path {
      fill: #ece8e6; }
.calendar h3 {
    margin-top: 0;
    color: #00767f;
    margin-bottom: 10px;
    line-height: 1.2; }
.calendar p {
    margin-top: 0;
    font-size: 1.2em;
    line-height: 1.2em; }
.calendar i {
    color: #00767f;
    font-size: 6em; }
@media screen and (min-width: 43.125em) {
    .calendar .cal-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
@media screen and (min-width: 43.125em) {
    .calendar .cal-flex div.text-content {
      width: 40%;
      margin-right: 1em; } }
.calendar .cal-flex .cal-icon {
    margin-right: 30px;
    float: right; }
@media screen and (min-width: 43.125em) {
      .calendar .cal-flex .cal-icon {
        float: none; } }
.calendar .cal-flex .button-wrap {
    float: right; }
.calendar .button {
    color: #00767f; }
.course-holder-feature img {
  display: block;
  margin: auto; }
.standard_content {
  padding-top: 60px; }
.icon-title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
.pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    text-decoration: none;
    outline: 0; }
.pushy a:hover {
    color: #FFF; }
.pushy ul:first-child {
    margin-top: 10px; }
.pushy.pushy-left {
    left: 0; }
.pushy.pushy-right {
    right: 0; }
/* Menu Movement */
.pushy-left {
  transform: translate3d(-270px, 0, 0); }
.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(270px, 0, 0); }
.pushy-right {
  transform: translate3d(270px, 0, 0); }
.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-270px, 0, 0); }
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0); }
/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
/* Site Overlay */
.site-overlay {
  display: none; }
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms; }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */ }
.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out; }
.pushy-submenu ul .pushy-link {
      transition: opacity 0.2s ease-in-out; }
.pushy-submenu > a {
    position: relative; }
.pushy-submenu > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    transform: translateY(-50%);
    transition: transform 0.2s; }
/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden; }
.pushy-submenu-closed .pushy-link {
  opacity: 0; }
.pushy-submenu-open {
  /* Submenu Icon */ }
.pushy-submenu-open ul {
    max-height: 1000px; }
.pushy-submenu-open .pushy-link {
    opacity: 1; }
.pushy-submenu-open a::after {
    transform: translateY(-50%) rotate(90deg); }
.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none; }
.pushy {
  background: #00767f; }
.pushy ul {
    padding-left: 0; }
.pushy ul li {
      margin: 0px 0; }
.pushy ul a {
      font-size: 0.9rem;
      color: #fefefe;
      padding: 7px 30px; }
.pushy ul a i {
        font-size: 0.85rem;
        opacity: 0.85;
        display: block; }
/** 
new resource nav
**/
.layout .resource-nav {
  text-align: center;
  padding: 25px 0 20px 0; }
.layout .resource-nav .contain.tabs, .layout .resource-nav .contain.tabs:hover {
    background: none;
    border: none; }
.layout .resource-nav .contain .tabs-title > a {
    padding: 0 0 5px 0;
    margin: 0 2rem  0 0rem;
    font-size: 1.25em; }
.layout .resource-nav .contain .tabs-title > a, .layout .resource-nav .contain .tabs-title > a:hover {
      background: none;
      border: none; }
.layout .resource-nav .contain .tabs-title > a:hover {
      background: none;
      border: none; }
.layout .resource-nav .contain .tabs-title.is-active a {
    font-weight: bold;
    border-bottom: 3px #00767f solid; }
.tabs-panel {
  padding-left: 0 !important; }
section:nth-child(odd).resource-type .videos .resource-link {
  background: white; }
section.resource-type > div p {
  margin-left: auto;
  margin-right: auto; }
section.resource-type h3 {
  display: inline-block;
  font-size: 2rem;
  vertical-align: middle;
  margin: 0; }
@media screen and (min-width: 40em) {
    section.resource-type h3 {
      font-size: 2.5rem; } }
section.resource-type article * {
  display: inline-block; }
section.resource-type .resource-link {
  clear: left;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 15px; }
@media screen and (max-width: 39.9375em) {
    section.resource-type .resource-link img {
      display: none; } }
section.resource-type .resource-link a {
    display: block;
    max-width: 800px; }
section.resource-type .resource-link p {
    font-size: 0.9em;
    margin: 8px 0 24px 0;
    display: block; }
@media screen and (min-width: 40em) {
    section.resource-type .resource-link {
      font-size: 1.2rem; } }
section.resource-type .resource-link .link-dash {
    color: #00767f;
    margin-right: 15px; }
#SearchResults {
  list-style-type: decimal; }
#SearchResults li {
    padding-left: 0;
    margin-left: 0; }
#SearchResults li h4 {
      margin-bottom: 0.5em; }
#UserForm_Form h3 {
  font-size: 1.5em;
  margin-bottom: 0; }
#UserForm_Form fieldset.userformsgroup {
  border: 0;
  background: #f3f0ef;
  padding: 20px;
  padding-top: 50px;
  margin-bottom: 1em; }
#UserForm_Form fieldset.userformsgroup textarea {
    width: 100%;
    max-width: 100%;
    margin-top: 7px; }
#UserForm_Form fieldset.userformsgroup input.text {
    width: 350px; }
#UserForm_Form fieldset.userformsgroup .right-title {
    font-size: 0.8em; }
#UserForm_Form fieldset.userformsgroup label {
    font-weight: normal;
    width: 100%; }
#UserForm_Form fieldset.userformsgroup legend {
    margin-top: 1em;
    font-size: 1.2em;
    padding: 0 0 0px 0;
    position: relative;
    top: 32px;
    color: #00767f;
    font-weight: normal; }
input[type="checkbox"], input[type="radio"] {
  margin-right: 12px; }
body .layout .pullquote, body .layout .pullquote > * {
  font-size: 1.25em;
  font-weight: normal;
  color: #00767f; }
.flex-details {
  display: -ms-flexbox !important;
  display: flex !important; }
.flex-details img {
    margin-left: 1em; }
.blog-image {
  text-align: center; }
.blog-image img {
    max-height: 320px; }
.map-modal h3 {
  margin-top: 2em;
  margin-bottom: 12px; }
.map-modal button {
  left: auto;
  right: 10px;
  top: 10px; }
.map-modal button:before {
    opacity: 1;
    color: #00767f;
    transition: all 0.25s;
    font-size: 35px; }
.map-modal button:hover {
    background: none; }
.map-modal button:hover:before {
      color: #00767f; }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 21, 2016, 11:34:10 AM
    Author     : iMagic
*/
/********************
      HEADINGS
*********************/
/*  HEADING IMAGE
*********************/
.MasterTemplate:not(.page-events) .layout .heading {
  background: #f3f0ef; }
.MasterTemplate:not(.page-events) .layout .panel {
  background: #FFF; }
.MasterTemplate:not(.page-events) .layout .panel:nth-child(odd) {
    background: #f3f0ef; }
body.page-uchoose .heading h1, body.page-transform .heading h1, body.page-consultancy .heading h1 {
  font-weight: 900; }
@media screen and (min-width: 40em) {
  body #container .layout:not(.themed) .heading-image {
    background: #000; } }
@media screen and (min-width: 40em) {
  body #container .layout:not(.themed) .half {
    background: #f3f0ef; }
    body #container .layout:not(.themed) .half .text-container {
      color: #333;
      text-shadow: none; }
      body #container .layout:not(.themed) .half .text-container h1, body #container .layout:not(.themed) .half .text-container h2, body #container .layout:not(.themed) .half .text-container i {
        color: #00767f; }
    body #container .layout:not(.themed) .half .image.cover {
      opacity: 1; } }
body #container .layout.themed #Breadcrumbs > * {
  color: #FFF; }
body #container .layout .heading-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
@media screen and (min-width: 40em) {
    body #container .layout .heading-image {
      padding-bottom: 50px;
      min-height: 450px;
      position: relative; }
      body #container .layout .heading-image .contain {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      body #container .layout .heading-image h1 {
        color: #FFF;
        line-height: 1em;
        margin: 0; }
      body #container .layout .heading-image h2 {
        color: #FFF; }
        body #container .layout .heading-image h2.translation {
          font-size: 2rem;
          line-height: 2rem; } }
body #container .layout .heading-image .text-container {
    width: 100%;
    text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
    -ms-flex-order: 2;
        order: 2; }
@media screen and (min-width: 40em) {
      body #container .layout .heading-image .text-container {
        color: #FFF;
        -ms-flex-order: 1;
            order: 1;
        width: 46%; } }
@media screen and (max-width: 39.9375em) {
      body #container .layout .heading-image .text-container p {
        font-size: 1rem;
        line-height: 1.3; 
      }
      section .content.has_weave {
        padding-left: 100px; 
      }

      }
@media screen and (min-width: 40em) {
      body #container .layout .heading-image .text-container i {
        color: #FFF; } }
body #container .layout .heading-image .image.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-flex-order: 1;
        order: 1;
    top: 0;
    left: 0;
    opacity: 0.8; }
@media screen and (max-width: 39.9375em) {
      body #container .layout .heading-image .image.cover {
        opacity: 0; } }
body #container .layout .heading-image .image.cover img {
      width: auto;
      min-width: 100%;
      min-height: 100%; }
@media screen and (min-width: 40em) {
    body #container .layout .heading-image.half .text-container {
      text-shadow: none; }
    body #container .layout .heading-image.half .image.cover {
      opacity: 1; } }
@media screen and (min-width: 40em) and (min-width: 40em) {
    body #container .layout .heading-image.half .image.cover {
      -ms-flex-order: 2;
          order: 2;
      left: auto;
      right: 0%;
      width: 48vw;
      margin-right: 0vw;
      margin-bottom: -54px; } }
body.page-maori-medium #container .layout .illustration,
body.maori-medium-section #container .layout .illustration {
  display: none; }
body.page-maori-medium #container .layout .sidebar a, body.page-maori-medium #container .layout h2, body.page-maori-medium #container .layout h3, body.page-maori-medium #container .layout h4, body.page-maori-medium #container .layout a i, body.page-maori-medium #container .layout .pullquote, body.page-maori-medium #container .layout .left-content a,
body.maori-medium-section #container .layout .sidebar a,
body.maori-medium-section #container .layout h2,
body.maori-medium-section #container .layout h3,
body.maori-medium-section #container .layout h4,
body.maori-medium-section #container .layout a i,
body.maori-medium-section #container .layout .pullquote,
body.maori-medium-section #container .layout .left-content a {
  color: #cd1919; }
body.page-maori-medium #container .layout hr,
body.maori-medium-section #container .layout hr {
  background-color: #cd1919; }
body.page-maori-medium #container .layout h1, body.page-maori-medium #container .layout i,
body.maori-medium-section #container .layout h1,
body.maori-medium-section #container .layout i {
  color: white; }
body.page-maori-medium #container .layout #Breadcrumbs > *,
body.maori-medium-section #container .layout #Breadcrumbs > * {
  color: white; }
body.page-maori-medium #container .layout .heading-image, body.page-maori-medium #container .layout .heading-text,
body.maori-medium-section #container .layout .heading-image,
body.maori-medium-section #container .layout .heading-text {
  background: #3d3d3c url(../images/weave-gray.jpg) center center; }
@media screen and (min-width: 40em) {
    body.page-maori-medium #container .layout .heading-image:after, body.page-maori-medium #container .layout .heading-text:after,
    body.maori-medium-section #container .layout .heading-image:after,
    body.maori-medium-section #container .layout .heading-text:after {
      content: '';
      width: 40%;
      max-width: 450px;
      height: 100%;
      top: 0;
      left: 54%;
      position: absolute;
      background: url(../images/mm-pattern.png) 0% 30px;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1; } }
@media screen and (min-width: 40em) and (max-width: 50em) {
    body.page-maori-medium #container .layout .heading-image:after, body.page-maori-medium #container .layout .heading-text:after,
    body.maori-medium-section #container .layout .heading-image:after,
    body.maori-medium-section #container .layout .heading-text:after {
      background-size: contain;
      background-position: bottom center; } }
body.page-maori-medium #container .layout .heading-image .text-container h1, body.page-maori-medium #container .layout .heading-image .text-container h2, body.page-maori-medium #container .layout .heading-image .text-container p, body.page-maori-medium #container .layout .heading-image .text-container i, body.page-maori-medium #container .layout .heading-text .text-container h1, body.page-maori-medium #container .layout .heading-text .text-container h2, body.page-maori-medium #container .layout .heading-text .text-container p, body.page-maori-medium #container .layout .heading-text .text-container i,
  body.maori-medium-section #container .layout .heading-image .text-container h1,
  body.maori-medium-section #container .layout .heading-image .text-container h2,
  body.maori-medium-section #container .layout .heading-image .text-container p,
  body.maori-medium-section #container .layout .heading-image .text-container i,
  body.maori-medium-section #container .layout .heading-text .text-container h1,
  body.maori-medium-section #container .layout .heading-text .text-container h2,
  body.maori-medium-section #container .layout .heading-text .text-container p,
  body.maori-medium-section #container .layout .heading-text .text-container i {
    color: white; }
body.page-maori-medium #container .layout .heading-image .text-container h1, body.page-maori-medium #container .layout .heading-text .text-container h1,
  body.maori-medium-section #container .layout .heading-image .text-container h1,
  body.maori-medium-section #container .layout .heading-text .text-container h1 {
    font-weight: 900; }
body.page-maori-medium #container .layout .panel h2, body.page-maori-medium #container .layout .panel h3, body.page-maori-medium #container .layout .panel i,
body.maori-medium-section #container .layout .panel h2,
body.maori-medium-section #container .layout .panel h3,
body.maori-medium-section #container .layout .panel i {
  color: #cd1919; }
body.page-maori-medium #container .layout .panel h3,
body.maori-medium-section #container .layout .panel h3 {
  font-weight: 500;
  font-size: 1.5rem; }
body.maori-medium-section .heading-image:after {
  display: none; }
@media screen and (min-width: 40em) {
  body.page-maori-medium .heading-image {
    position: relative; }
    body.page-maori-medium .heading-image:after {
      display: block; }
    body.page-maori-medium .heading-image .image {
      z-index: 2;
      right: auto !important;
      left: 50% !important;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      max-width: 600px;
      margin-top: 10px; } }
.heading-sidebarlink h1 {
  max-width: 800px; }
.heading-sidebarlink .content {
  max-width: 800px; }
.podcast-embed .contain {
  padding-bottom: 0; }
.podcast-action-bar .contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center; }
.podcast-action-bar .contain a {
    margin-left: 15px;
    vertical-align: middle; }
.tags .contain {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.tags .contain .filter-label {
    margin-right: 12px; }
.tags .contain .tags-wrapper {
    max-width: 60%; }
.tags .contain .tags-wrapper a {
      white-space: nowrap;
      margin-left: 15px;
      font-size: 0.95rem; }
.tags .tag-group {
  width: 100%;
  margin-bottom: 54px; }
.tags .tag-group h2 {
    text-transform: uppercase;
    padding-bottom: 6px;
    position: relative; }
.tags .tag-group h2:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      height: 3px;
      background: #00767f;
      display: block;
      width: 50px; }
.tags .tag-group .tag {
    margin-left: 0;
    margin-right: 15px;
    font-size: 1.25rem; }
.grid-item img {
  width: 100%; }
.grid-item .arrow-right i {
  font-size: 30px; }

/**
    User Defined Forms
**/

.Actions {
  max-width: 500px;
}

#UserForm_Form_action_process {
  float: right;
}

@media screen and (min-width: 500px) {
    .product-category .contain img {
        height: 200px;
    }
    .product-category .product-thumbnail {
        height: 600px;
    }
    .products .product-thumbnail .details {
        height: 200px;
    }
}

.message.validation {
    bottom: 0;
    left: 0;
    position: absolute;
} 

@media screen and (max-width: 880px) {
    .mobile-option, .event.map {
        width: 85% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .event.map {
        margin-top: 20px;
    }
}

input#recaptcha_response_field {
  min-width: 100px;
}

/** ********************************** **/
/** Search Page **/
/** ********************************** **/

#SearchForm_getForm {
  margin-top: 25px;
}

#SearchForm_getForm_Search_Holder label {
  width: 75px;
}

#SearchForm_getForm_Search_Holder,
#SearchForm_getForm_Search {
  display: inline;
}

#SearchForm_getForm_action_getSearchResults {
  min-width: 100px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.layout-full {
    color: #FFFFFF !important;
    width: 100%;
}
.layout-full h2, .layout-full .material-icons {
    color: #FFFFFF !important;
}

.mini-cart-text {
    list-style: none !important;
    list-style: none !important;
    float: left !important;
    display: block !important;
    font-size: 14px !important;
}

#contact-btn:hover {
    color: #00767f !important;
}

.mini-cart {
    list-style: none !important;
    margin-top: 10px !important;
}
      
.mini-cart-icon {
    list-style: none !important;
    float: left !important;
    display: block !important;
    width: 22px !important;
    font-size: 18px !important;
    margin-top: 1px !important;
}

.menu-upper a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.menu-upper a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.events-slider .cycle-slideshow {
    position: static!important;
}

.imagic-link {
    font-size: .8em;
}

.imagic-span {
    text-decoration: underline;
}

.imagic-row {
    margin-top: 5px;
}

.video-thumbnail.venobox.vbox-item {
    height: 190px;
}
@media screen and (max-width: 440px) {
    .tabs-title {
        float: none !important;
    }
    .contact-tabs-wrap ul.tabs li a {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    section.contact-detail-holder .contain .contact-detail {
        padding-top: 180px !important;
    }
}

.button:hover a {
    color: inherit !important;
}

.button {
    margin: 5px;
}

.TrendYear .heading-video iframe, .TrendYear .heading-video p {
    position: relative;
    z-index: 1000;
}

.heading-video iframe.slide-share {
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 427px;
    height: 356px;

}

.a-image img {
    width: 100%;
}

a.a-image {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -18px;
    margin-bottom: 18px;
}

.resource-link img {
    width: 100%;
}

.description p {
    padding-left: 30px;
}

.textarea {
    resize: none;
}

#UserForm_Form fieldset.userformsgroup .right-title b {
    color: #FF0000;
}

.trend-year {
  min-width: 100px !important;
  text-align: center !important;
  background-color: #fdfcfb !important;
  color: #00767f !important;
  font-size: 1.2em !important;
  padding: 8px 20px !important;
  border: #00767f 1px solid !important;
  display: block !important;
  margin: 7px !important;
  text-decoration: none !important;
}

.trend-year:hover {
  min-width: 100px !important;
  text-align: center !important;
  background-color: #00767f !important;
  color: #fdfcfb !important;
  font-size: 1.2em !important;
  padding: 8px 20px !important;
  border: #00767f 1px solid !important;
  display: block !important;
  margin: 7px !important;
  text-decoration: none !important;
}


/** Ulearn CTA - Bottom/right all pages. */
.ctaButton {
    position: fixed;
    display: block;
    z-index: 9999;
    right: 0px;
    bottom: 0px;
    background-color: #0099cf;
    padding: 18px;
    margin: 0px 7px 7px 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ctaButton > .cta-btn-ulearn {
    position: relative;
    color: #FFFFFF;
    font-size: 1.2em;
    cursor: pointer;
    border: none;
}
.ctaButton > .cta-btn-ulearn:hover,
.ctaButton > .cta-btn-ulearn:active,
.ctaButton > .cta-btn-ulearn:focus {
    background-color: transparent;
    color: #fff;
}

.ctaButton > .cta-btn-ulearn > a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.ctaButton > .cta-btn-ulearn > a:hover {
    color: #fff;
    text-decoration: none;
}

/** Ulearn CTA - close icon. */
.ctaClose {
    position: absolute;
    top: 6px;
    right: 10px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.ctaClose:before {
    content: "\2716";
}
@media screen and (max-width: 720px){
    .ctaButton > .cta-btn-ulearn {
        font-size: 1em;
    }
}
@media screen and (max-width: 414px){
    .ctaButton > .cta-btn-ulearn {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 411px) {
    .ctaButton > .cta-btn-ulearn {
        font-size: 0.8em;
        padding: 6px 8px;
    }
}
