@charset "UTF-8";
/*
Theme Name: Cancer Elearn
Theme URI: http://www.captovate.com.au
Author: Matt
Description: Captovate Wordpress base theme
Version: 1.0
*/
/**
 * Style file @
 *
 * This file is compiled into style.css
 */
/* ---------- Import variables ---------- */
/* Layout */
/**
 * Jeet grid settings.
 */
/**
 * Breakpoints - Breakpoint slicer
 * https://github.com/lolmaus/breakpoint-slicer
 */
/* Colors */
/* Greys */
/* Elements */
/* Borders */
/* Links */
/* Font stuff */
/* ---------- Import grid system ---------- */
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/* ---------- Import base ---------- */
/*  Better box model */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800");
*,
*:after,
*:before {
  box-sizing: border-box;
}

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

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

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

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Base responsive images */
img {
  height: auto;
  max-width: 100%;
  border: 0;
}

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

figure {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

/* -------------------- 1 functions

  @include containment
  @include absolute-center;
  @include placeholder{}
  @include background-img('1.jpg','center');
  @include before-transition, after-transition;
  @include hover-transition($object,$time);  //no object then itself
  @include icomoon($char)
  @include min-height;
  @include basic-font,title-font;
  @include views-edit;  //style for the edit button for views
  @include hide-select-arrow;
  @include views-layout($desktop,$tablet);
  @include views-layout($desktop,$tablet,$gutter);

*/
/* -------------------- 2 effect

  @include one-by-one-show($time);
  @include preloader-img
  @include transform-wrapper($size,$time);
  @include ajax-preloader($color1,$color2);
  @include ajax-loading($color);

  @include background-color-overlay($color,1,0.9);

*/
/* -------------------- 3 responsive

  @include responsive-font(22,2);
  @include video-wrapper;

*/
/* -------------------- 4 button and shapes

  @include bottom-shadow($width,$height,$opacity);
  @include button-shadow
  @include triangle(8px,13px,white,"down",30%); 
  @include burger_menu_open ,burger_menu
  @include squre;

*/
/* -------------------- 5 animations

   animations flipInX,jello,wobble,tada,bounce,rubberBand,slideUp,fadeIn_offset,shake,zoom-in,bounceIn
   
*/
/* -------------------- 6 others

  @include hide-select-arrow;

*/
@-webkit-keyframes fadeIn_leaves {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn_leaves {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*  ###require below code added in the body tag###
    <ul class="preloader" style="padding: 0; margin: 0; display:  flex">
      <li class="sk-circle" style="padding: 0; margin: 0; display:  inline-block; ">
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
        <div class="sk-child"></div>
      </li>
    </ul> */
@-webkit-keyframes fadeIn_offset {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeIn_offset {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoom-in {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-in {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes scale {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scale {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

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

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

@-webkit-keyframes thr-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes thr-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
 * Extendables
 *
 * Collect all of your extendable classes, ids and silent extendables.
 */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
 * Typography
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Yolŋu';
  src: url("/wp-content/themes/cancer_elearn/fonts/AYolNTU.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.3;
  color: #555;
  margin: .67em 0;
  font-size: 46px;
  font-size: 2.875rem;
}

@media (min-width: 481px) and (max-width: 1024px) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.3;
  color: #555;
  margin: .83em 0;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 300;
  color: #d05035;
  text-transform: uppercase;
}

@media (min-width: 481px) and (max-width: 1024px) {
  h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h2:after {
  margin-top: .7em;
  display: block;
  content: "";
  width: 1.3em;
  height: 5px;
  background: #d05035;
  border-radius: 10%;
}

h3 {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #555;
  margin: 1em 0;
  font-size: 38px;
  font-size: 2.375rem;
}

@media (min-width: 481px) and (max-width: 1024px) {
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #555;
  margin: 1.33em 0;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #555;
  margin: 1.67em 0;
}

h6 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #555;
  margin: 2.33em 0;
}

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

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

p, pre {
  margin: 1.5em 0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-family: 'courier new',monospace;
  font-size: 16px;
  font-size: 1rem;
}

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

q {
  quotes: none;
}

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

small {
  font-size: 14px;
  font-size: 0.875rem;
}

large {
  font-size: 18px;
  font-size: 1.125rem;
}

sub, sup {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, ol, ul {
  margin: 1.5em 0;
}

dl dl, dl menu, dl ul, ol dl, ol menu, ol ul, ul dl, ul menu, ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
}

ul {
  padding: 0 0 0 30px;
  list-style: disc;
}

ul.rteindent1 {
  padding: 0;
}

ol {
  padding: 0 0 0 30px;
  list-style: decimal;
}

ol.rteindent1 {
  padding: 0;
}

ol ol {
  margin: 0;
  list-style: lower-alpha;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

/* ---------- Components ---------- */
blockquote {
  margin: 2.5em 0;
  border-left: 4px solid #990000;
  padding: 0 2.5em;
}

/*
 * Buttons
 */
.button,
input[type=submit] {
  transition: all 0.3s;
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  border-radius: 2px;
  background-color: #d05035;
  color: #fff;
}

.button.green,
input[type=submit].green {
  position: relative;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #d05035;
  color: #d05035;
  font-weight: bold;
  padding: .5em;
  font-size: 14px;
}

.button.green::before, .button.green::after,
input[type=submit].green::before,
input[type=submit].green::after {
  content: '';
  display: block;
  position: absolute;
  border-color: #d05035;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.button.green::before,
input[type=submit].green::before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.button.green::after,
input[type=submit].green::after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.button.green:visited,
input[type=submit].green:visited {
  background-color: transparent;
  color: #d05035;
}

.button.green:hover,
input[type=submit].green:hover {
  background-color: #d05035;
  color: white;
}

.button.green:hover::before, .button.green:hover::after,
input[type=submit].green:hover::before,
input[type=submit].green:hover::after {
  width: calc(100% + 12px * 1);
  height: calc(100% + 12px * 1);
}

.button:hover,
input[type=submit]:hover,
.button:focus {
  background-color: #990000;
  color: #fff;
  text-decoration: none;
}

.more-button, #pum-67 .pum-container .pum-close {
  display: inline-block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  color: white;
  background: url(img/more-button.svg) no-repeat;
  background-size: cover;
  padding: .7em 1.5em;
  font-size: 18px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.more-button:hover, #pum-67 .pum-container .pum-close:hover {
  color: white;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  transition: all .3s ease;
}

.breadcrumb {
  font-size: 80%;
  margin: 1.5em 0;
}

/*
 * caption.js styles
 */
/* Main */
.caption {
  line-height: 0;
}

.caption figcaption {
  display: block;
  line-height: 1.2;
  font-size: 90%;
  padding: 1em 0;
}

/*
 * Classes that can be used in CKEditor
 */
.layout-row {
  *zoom: 1;
}

.layout-row:before, .layout-row:after {
  content: '';
  display: table;
}

.layout-row:after {
  clear: both;
}

body.cke_editable {
  padding: 20px;
}

body.cke_editable .layout-row {
  padding: 10px;
  margin: 0 -10px 20px;
  border: 1px dashed pink;
}

body.cke_editable .layout-row > div {
  border: 1px dashed #a5d3e4;
}

body.cke_editable table td {
  border: 1px dashed #ccc;
}

@media (min-width: 769px) {
  .col-one-half {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col-one-half:before, .col-one-half:after {
    content: '';
    display: table;
  }
  .col-one-half:after {
    clear: both;
  }
  .col-one-half:last-child {
    margin-right: 0%;
  }
  .col-one-third {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col-one-third:before, .col-one-third:after {
    content: '';
    display: table;
  }
  .col-one-third:after {
    clear: both;
  }
  .col-one-third:last-child {
    margin-right: 0%;
  }
  .col-two-thirds {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col-two-thirds:before, .col-two-thirds:after {
    content: '';
    display: table;
  }
  .col-two-thirds:after {
    clear: both;
  }
  .col-two-thirds:last-child {
    margin-right: 0%;
  }
  .col-one-quarter {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col-one-quarter:before, .col-one-quarter:after {
    content: '';
    display: table;
  }
  .col-one-quarter:after {
    clear: both;
  }
  .col-one-quarter:last-child {
    margin-right: 0%;
  }
}

.image-left {
  float: left;
  background-color: #fff;
  border: 1px #ccc;
  padding: 5px;
  margin-right: 1.25em;
}

.image-right {
  float: right;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 1.25em;
}

big {
  font-size: 18px;
  font-size: 1.125rem;
}

small {
  font-size: 14px;
  font-size: 0.875rem;
}

/* 
// Using jeet.gs


.layout-row {
	@include cf();
}
body.cke_editable {
	padding: 20px;
	.layout-row {
		padding: 10px;
		margin: 0 -10px 20px;
		border: 1px dashed pink;
	}
	.layout-row > div {
		border: 1px dashed #a5d3e4;
	}
	table {
		td {
			border: 1px dashed #ccc;
		}
	}
}
@include from(tablet-l) {
	.col-one-half {
		@include col(1/2, $gutter: 3);
	}
	.col-one-third {
		@include col(1/3, $gutter: 3);
	}
	.col-two-thirds {
		@include col(2/3, $gutter: 3);
	}	
	.col-one-quarter {
		@include col(1/4, $gutter: 3);
	}
}

*/
/*
 * Forms, webforms
 */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
.form-text,
select,
textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #555;
  font-size: 16;
  width: 100%;
  max-width: 500px;
  outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.form-text:focus,
select:focus,
textarea:focus {
  border-color: #777;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border: 0;
}

fieldset fieldset {
  margin-bottom: 0;
}

form fieldset:last-of-type {
  margin-bottom: 0;
}

.fieldset-description {
  margin-bottom: 1.5em;
}

.grippie {
  max-width: 500px;
}

/*  legend... wait for it... dary! */
legend {
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

/*  Placeholders. Keep as seperate selectors or it won't work  */
.placeholder {
  color: #919191;
  opacity: 0.5 !important;
}

::-webkit-input-placeholder {
  color: #919191;
  opacity: 0.5 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
  opacity: 0.5 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
  opacity: 0.5 !important;
}

:-ms-input-placeholder {
  color: #919191;
  opacity: 0.5 !important;
}

/*  Drupal classes */
.form-item {
  margin-bottom: 1.5em;
}

.wpcf7 .wpcf7-form.sent > p {
  display: none;
}

.wpcf7 .wpcf7-form.sent .show-when-completed {
  display: block;
  max-width: 500px;
  color: #d05035;
  font-weight: bold;
}

.wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-form .form-submit {
  background-color: #d05035;
  padding: .5em 1.5em;
  cursor: pointer;
}

.wpcf7 .wpcf7-form input[type="submit"]:hover, .wpcf7 .wpcf7-form input[type="submit"]:focus, .wpcf7 .wpcf7-form .form-submit:hover, .wpcf7 .wpcf7-form .form-submit:focus {
  background-color: #bf462c;
}

.wpcf7 .wpcf7-form .show-when-completed {
  display: none;
}

.wpcf7 .wpcf7-form .wpcf7-validation-errors {
  border: 2px solid #d05035;
  margin: 0;
  max-width: 500px;
}

.wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
  color: #d05035;
}

.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  margin: 0;
  max-width: 500px;
}

.form-managed-file .form-submit {
  background-color: #777;
}

.form-managed-file .form-submit:hover {
  background-color: #990000;
}

.description {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a2a2a2;
  margin: 0.75em 0;
}

.form-type-checkbox {
  margin-bottom: 0;
}

.form-type-checkbox label {
  font-weight: 400;
}

.form-type-radio {
  margin-bottom: 0;
}

.form-radios label,
label.option {
  display: inline;
}

.form-managed-file .form-file {
  display: inline;
  width: auto;
}

.form-type-date select {
  width: auto;
}

/*
  WEBFORM
*/
.webform-client-form .form,
.webform-client-form .form-item {
  margin-bottom: 1.5em;
}

.webform-client-form .form label,
.webform-client-form .form-item label {
  margin-bottom: 1.5em;
}

.webform-client-form .form-item {
  position: relative;
}

.webform-client-form .form-item > label {
  font-weight: bold;
}

.webform-client-form .form-item .label-inline {
  display: inline;
}

.webform-client-form .form-item textarea {
  box-shadow: none;
  border: 1px solid #f5f5f5;
  padding: 10px;
  border-radius: 0;
}

.webform-client-form .form-item input[readonly="readonly"] {
  background-color: #fcfcfc;
  border-color: #f5f5f5;
}

.webform-client-form .webform-component-checkboxes input,
.webform-client-form .webform-component-radios input {
  padding-top: 2px;
}

.webform-client-form .webform-component-checkboxes.form-item .form-item,
.webform-client-form .webform-component-radios.form-item .form-item {
  margin-bottom: 0;
}

.webform-client-form .webform-component-checkboxes.form-item .form-item label,
.webform-client-form .webform-component-radios.form-item .form-item label {
  font-weight: normal;
  margin-bottom: 0;
}

.webform-client-form .webform-component-checkboxes.form-item .form-item .form-type-checkbox,
.webform-client-form .webform-component-radios.form-item .form-item .form-type-checkbox {
  margin: 0;
  padding: 10px 0 10px 5px;
}

.webform-client-form .form-item-clear {
  width: auto;
  border: 0;
  padding: 0;
  font-weight: bold;
}

.webform-client-form .webform-component-date .form-select,
.webform-client-form .webform-component-time .form-select {
  width: auto;
}

.webform-client-form .webform-component-textarea .grippie {
  display: none;
}

/**
 * Google Recaptcha
 */
.g-recaptcha {
  margin-bottom: 1.5em;
}

.page-user {
  background: #fff;
  padding: 0 20px;
}

#login-top img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

#auth_box {
  font-family: Helvetica, Arial, sans-serif;
  width: 400px;
  margin: 3em auto 0;
}

#auth_box .form-submit {
  width: 100%;
  float: none;
  padding: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#auth_box input[type="text"], #auth_box input[type="password"] {
  width: 100%;
  padding: 12px;
  background: #f2f2f2;
}

#top_part {
  margin-top: 2em;
}

#login-middle {
  *zoom: 1;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 0 25px #f2f2f2;
  padding: 1em;
  margin-bottom: 2em;
}

#login-middle:before, #login-middle:after {
  content: '';
  display: table;
}

#login-middle:after {
  clear: both;
}

#login-middle h2 {
  font-size: 1.5em;
  margin-top: 0;
}

#login-bottom {
  text-align: center;
}

.login-footer {
  margin-top: 4em;
  text-align: center;
}

.page-maintenance {
  padding: 50px 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.page-maintenance h1:before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 1em;
  background: url("../img/admin/info.png");
  background: url("../img/admin/info.svg"), none;
  background-size: 150px 150px;
}

/*
 * Pagination
 */
.item-list {
  overflow: auto;
}

.item-list .pager {
  padding: 0;
  text-align: left;
  overflow: auto;
}

.item-list .pager li {
  float: left;
  list-style: none;
  padding: 0;
}

.item-list .pager a {
  color: #555;
  background: #fff;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: inline-block;
  padding: 5px 14px;
}

.item-list .pager a:hover {
  background: #990000;
  border-color: #990000;
  color: #fff;
  text-decoration: none;
}

.item-list .pager a:active {
  background: #999999;
}

.item-list .pager .pager-ellipsis {
  background: #fff;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: inline-block;
  padding: 5px 12px;
  /*  2 px less */
}

.item-list .pager .last {
  border-right: 1px solid #f5f5f5;
}

.item-list .pager .pager-current {
  background: #777;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  color: #fff;
  padding: 6px 15px;
  margin-top: -1px;
}

.site-map ul {
  padding: 0;
  margin: 0;
}

.site-map ul ul {
  padding-left: 20px;
}

.site-map ul ul a {
  background: #999;
}

.site-map ul ul ul a {
  background: #777;
}

.site-map ul ul ul ul a {
  background: #555;
}

.site-map ul ul ul ul ul a {
  background: #333;
}

.site-map ul a {
  padding: 5px 10px;
  background: #d05035;
  /* Change to primary-color colour */
}

.site-map li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-map a {
  color: white;
  display: inline-block;
  margin-bottom: 1px;
}

.site-map a:hover {
  background: #aa3e28;
  color: #fff;
}

.search-results {
  list-style-type: none;
  padding: 0;
}

.search-results a {
  font-weight: 700;
}

.search-results .search-snippet {
  font-size: 15;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-translate3d: 0, 0, 0;
  -moz-translate3d: 0, 0, 0;
  -ms-translate3d: 0, 0, 0;
  -o-translate3d: 0, 0, 0;
  translate3d: 0, 0, 0;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1000;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 20px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 20px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 1000;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 * Tables
 */
@media (max-width: 768px) {
  #main table {
    display: block;
    overflow: scroll;
  }
}

#main table thead {
  background: #d05035;
  transition: background .3s ease;
  color: white;
}

#main table thead:hover {
  background: #aa3e28;
  transition: background .3s ease;
}

#main table tbody td:hover {
  background: #e6e6e6;
}

#main table tr td {
  vertical-align: top;
  padding: 5px 20px;
}

table {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
}

table caption {
  text-align: left;
}

table th {
  text-align: left;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #f5f5f5;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f5f5f5;
}

table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #f5f5f5;
}

table table {
  background-color: #fff;
  margin-bottom: 0;
}

/**
 * Responsive tables. tables in node content are wrapped with a div with class "table-responsive" via js in scripts.js
 */
.table-responsive {
  width: 100%;
  overflow-y: auto;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.table-bordered {
  border: 1px solid #f5f5f5;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f5f5f5;
  padding: 5px;
}

.table-striped > tbody > tr:nth-child(odd),
.table-striped .odd-row {
  background-color: #f2f2f2;
}

.table-striped th, .table-striped td {
  border: 0;
}

.table-striped-vertical th:nth-child(odd),
.table-striped-vertical td:nth-child(odd),
.table-striped-vertical .odd-column {
  background-color: #f2f2f2;
}

.table-striped-vertical th, .table-striped-vertical td {
  border: 0;
}

.table-vertical th, .table-vertical td {
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #f5f5f5;
}

.table-vertical tr td:last-child,
.table-vertical tr th:last-child {
  border: 0;
}

.table-unstyled > thead > tr > th,
.table-unstyled > thead > tr > td,
.table-unstyled > tbody > tr > th,
.table-unstyled > tbody > tr > td,
.table-unstyled > tfoot > tr > th,
.table-unstyled > tfoot > tr > td {
  padding: 0;
  vertical-align: top;
  border: 0;
}

/**
 * Tabs
 */
.tabs.primary {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #f5f5f5;
}

.tabs.primary li {
  display: inline-block;
  position: relative;
  top: 1px;
}

.tabs.primary a {
  display: inline-block;
  padding: .5em 1em;
}

.tabs.primary a.active {
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 0 solid white;
  background: white;
}

/* ---------- Import design ---------- */
/**
 * Layout
 *
 * All layout theming should go in this file
 */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  *zoom: 1;
}

.container:before, .container:after {
  content: '';
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 769px) {
  .one-sidebar.sidebar-first .main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: 26%;
  }
  .one-sidebar.sidebar-first .main:before, .one-sidebar.sidebar-first .main:after {
    content: '';
    display: table;
  }
  .one-sidebar.sidebar-first .main:after {
    clear: both;
  }
  .one-sidebar.sidebar-first .main:last-child {
    margin-right: 0%;
  }
  .one-sidebar.sidebar-second .main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .one-sidebar.sidebar-second .main:before, .one-sidebar.sidebar-second .main:after {
    content: '';
    display: table;
  }
  .one-sidebar.sidebar-second .main:after {
    clear: both;
  }
  .one-sidebar.sidebar-second .main:last-child {
    margin-right: 0%;
  }
  .one-sidebar aside.sidebar_first {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: -78%;
  }
  .one-sidebar aside.sidebar_first:before, .one-sidebar aside.sidebar_first:after {
    content: '';
    display: table;
  }
  .one-sidebar aside.sidebar_first:after {
    clear: both;
  }
  .one-sidebar aside.sidebar_first:last-child {
    margin-right: 0%;
  }
  .one-sidebar aside.sidebar_second {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .one-sidebar aside.sidebar_second:before, .one-sidebar aside.sidebar_second:after {
    content: '';
    display: table;
  }
  .one-sidebar aside.sidebar_second:after {
    clear: both;
  }
  .one-sidebar aside.sidebar_second:last-child {
    margin-right: 0%;
  }
  .two-sidebars .main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: 26%;
  }
  .two-sidebars .main:before, .two-sidebars .main:after {
    content: '';
    display: table;
  }
  .two-sidebars .main:after {
    clear: both;
  }
  .two-sidebars .main:last-child {
    margin-right: 0%;
  }
  .two-sidebars .sidebar_first {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    left: -52%;
  }
  .two-sidebars .sidebar_first:before, .two-sidebars .sidebar_first:after {
    content: '';
    display: table;
  }
  .two-sidebars .sidebar_first:after {
    clear: both;
  }
  .two-sidebars .sidebar_first:last-child {
    margin-right: 0%;
  }
  .two-sidebars .sidebar_second {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .two-sidebars .sidebar_second:before, .two-sidebars .sidebar_second:after {
    content: '';
    display: table;
  }
  .two-sidebars .sidebar_second:after {
    clear: both;
  }
  .two-sidebars .sidebar_second:last-child {
    margin-right: 0%;
  }
}

/*
 * Design
 * 
 * Include all your design elements in this file.
 */
body {
  background: #fff;
  color: #555;
  width: 100%;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  color: #d05035;
  text-decoration: none;
}

a:hover, a:focus {
  color: #990000;
}

.field {
  margin-bottom: 1em;
}

.field .field-label {
  font-weight: 700;
}

img {
  display: inline-block;
}

.logo {
  font-size: 25px;
}

@media (max-width: 480px) {
  .logo {
    font-size: 18px;
  }
}

.logo span {
  display: block;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.logo span:last-child {
  letter-spacing: .17em;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

header .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d05035;
  width: 6.2em;
  height: 6.2em;
}

@media (max-width: 1024px) {
  header .logo {
    width: 5.8em;
    height: 5.8em;
  }
}

header .logo a {
  display: block;
  outline: 0;
}

header .logo a span {
  color: white;
}

header, #primary, footer {
  -webkit-filter: blur(0px) grayscale(0%);
          filter: blur(0px) grayscale(0%);
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}

.pum-open header, .pum-open #primary, .pum-open footer {
  -webkit-filter: blur(5px) grayscale(100%);
          filter: blur(5px) grayscale(100%);
  transition: -webkit-filter .1s ease;
  transition: filter .1s ease;
  transition: filter .1s ease, -webkit-filter .1s ease;
}

#fancybox-overlay {
  background: #d05035 !important;
  opacity: .7 !important;
  -webkit-filter: blur(0px) grayscale(0%) !important;
          filter: blur(0px) grayscale(0%) !important;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}

#pum-67 {
  background: rgba(208, 80, 53, 0.9);
  padding: 0;
}

#pum-67 .pum-container {
  max-width: 720px;
  padding: 2em 1em;
}

@media (min-width: 769px) {
  #pum-67 .pum-container {
    padding: 5em;
  }
}

#pum-67 .pum-container h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 1em;
}

@media (min-width: 481px) and (max-width: 1024px) {
  #pum-67 .pum-container h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  #pum-67 .pum-container h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#pum-67 .pum-container h2::after {
  display: none;
}

#pum-67 .pum-container .pum-close {
  position: static !important;
  display: block !important;
  margin: auto !important;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1em 2.4em;
}

@media (min-width: 481px) and (max-width: 1024px) {
  #pum-67 .pum-container .pum-close {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  #pum-67 .pum-container .pum-close {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (min-width: 1025px) {
  #pum-67 .pum-container .pum-close {
    padding: 1.1em 2em;
  }
}

#primary {
  opacity: 1;
  transition: opacity .3s ease;
}

body.mobile-menu-open {
  height: 100vh;
  min-height: 730px;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}

body.mobile-menu-open #primary {
  position: relative;
  z-index: -1;
  opacity: .1;
  transition: opacity .3s ease;
}

body.mobile-menu-open footer {
  position: relative;
  z-index: -1;
}

#wpadminbar {
  position: fixed !important;
}

.error-404 {
  background: url(/wp-content/themes/cancer_elearn/img/tool-right.svg) no-repeat bottom right;
  background-size: contain;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .error-404 {
    background-size: 35vw;
  }
}

.error-404 h1 {
  font-size: 36px;
  font-size: 2.25rem;
  padding: 8em 0;
}

@media (min-width: 481px) and (max-width: 1024px) {
  .error-404 h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  .error-404 h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .error-404 {
    background-size: 50vw;
    background-position: bottom center;
  }
  .error-404 h1 {
    padding: 1em 0 80vw 0;
  }
}

#fancybox-wrap {
  padding: 0 !important;
}

#fancybox-wrap #fancybox-outer {
  border-radius: 11px;
  transition: all .3s ease;
}

#fancybox-wrap #fancybox-outer.completed {
  transition: all .3s ease;
  overflow: hidden;
}

#fancybox-wrap #fancybox-content {
  overflow: hidden;
  border-radius: 11px;
}

#fancybox-wrap #fancybox-close {
  top: 0px;
  right: -2px;
}

.not-home .type-page h1 {
  color: #d05035;
}

.not-home .type-page h2 {
  color: #555;
  font-size: 28px;
  font-size: 1.75rem;
  color: #333333;
  font-weight: 400;
  text-transform: inherit;
}

@media (min-width: 481px) and (max-width: 1024px) {
  .not-home .type-page h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .not-home .type-page h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.not-home .type-page h2::after {
  display: none;
}

.not-home .type-page h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 481px) and (max-width: 1024px) {
  .not-home .type-page h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .not-home .type-page h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.not-home .layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dfdfdf;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.not-home .layout > div {
  padding: 0 2em;
  transition: background-color .3s ease;
}

.not-home .layout > div:hover {
  background-color: #fafafa;
}

@media (min-width: 769px) {
  .not-home .layout > div {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .not-home .layout > div.half-left {
    border-right: 1px solid #dfdfdf;
  }
}

@media (max-width: 768px) {
  .not-home .layout > div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .not-home .layout > div.half-left {
    border-bottom: 1px solid #dfdfdf;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .customize-support header nav {
    padding: 109px 72px 76px 72px !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .customize-support header nav {
    padding: 129px 72px 76px 72px !important;
  }
}

@media (max-width: 480px) {
  .customize-support header nav {
    padding: 108px 20px 76px 20px !important;
  }
}

header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  header .container {
    padding: 0;
    transition: all .3s ease;
  }
}

header .container .logo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  box-shadow: 0px 0px 40px 7px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 999;
}

header .container .logo:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

header .container .menu-container {
  margin-top: 1em;
}

@media (min-width: 1025px) {
  header .container .menu-container {
    margin-left: auto;
    margin-top: 2em;
  }
}

@media (max-width: 1024px) {
  header .container .menu-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

header .container .menu-container .quick-links {
  text-align: right;
}

@media (min-width: 1025px) {
  header .container .menu-container .quick-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header .container .menu-container .quick-links a {
  text-align: left;
  display: block;
  overflow: hidden;
  overflow: visible;
}

header .container .menu-container .quick-links a img {
  max-height: 52px;
  padding-left: 1em;
  max-width: 100%;
}

header .container .menu-container .quick-links a > * {
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

header .container .menu-container .quick-links a > *:hover {
  transition: all 0.3s ease;
}

header .container .menu-container .quick-links a:hover > * {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1024px) {
  header .container .menu-container .quick-links {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .container .menu-container .quick-links a {
    display: block;
  }
  header .container .menu-container .quick-links a img {
    max-height: 50px;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  header .container .menu-container .main-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1024px) {
  header .container .menu-container .main-nav nav {
    position: fixed;
    left: 0;
    right: 0;
    top: -100vh;
    bottom: 0;
    height: 100vh;
    z-index: 0;
    padding: 76px 72px;
    background-color: #f1f1f1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: none;
  }
  header .container .menu-container .main-nav nav .nav-container {
    background-color: white;
    overflow-y: scroll;
    margin-bottom: 76px;
  }
}

@media (max-width: 480px) {
  header .container .menu-container .main-nav nav {
    padding: 66px 20px;
  }
}

header .container .menu-container .main-nav nav .mobile-quick-links {
  padding: 0em 2em 4em 2em;
}

header .container .menu-container .main-nav nav .mobile-quick-links img {
  max-height: 60px;
  margin-top: 10px;
}

@media (min-width: 1025px) {
  header .container .menu-container .main-nav nav .mobile-quick-links {
    display: none;
  }
}

header .container .menu-container .main-nav nav .menu-primary-container {
  overflow: hidden;
}

header .container .menu-container .main-nav nav .menu-primary-container ul li {
  display: inline-block;
  list-style: none;
  margin-left: 1.5em;
}

header .container .menu-container .main-nav nav .menu-primary-container ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 1025px) {
  header .container .menu-container .main-nav nav .menu-primary-container ul li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1024px) {
  header .container .menu-container .main-nav nav .menu-primary-container ul {
    margin: 0;
    padding: 6em 2em;
    background-color: white;
    height: 100%;
  }
  header .container .menu-container .main-nav nav .menu-primary-container ul li {
    display: block;
    margin: 0 0 1.2em 0;
  }
  header .container .menu-container .main-nav nav .menu-primary-container ul li a {
    font-size: 18px;
  }
  header .container .menu-container .main-nav nav .menu-primary-container ul li a::after {
    margin-top: .2em;
    content: "";
    display: block;
    width: 10%;
    background-color: #d05035;
    height: 3px;
    border-radius: 50px;
    transition: width .3s ease;
  }
  header .container .menu-container .main-nav nav .menu-primary-container ul li a:hover::after {
    transition: width .3s ease;
    width: 50%;
  }
}

@media (max-width: 480px) {
  header .container .menu-container .main-nav nav .menu-primary-container ul {
    padding: 4em 2em 8vw 2em;
  }
}

header .container .menu-container .main-nav .burger_wrapper {
  display: inline-block;
  position: relative;
  z-index: 999;
}

@media (min-width: 481px) and (max-width: 1024px) {
  header .container .menu-container .main-nav .burger_wrapper {
    padding: 0 2em;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button {
    outline: 0;
    display: block;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span {
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block;
    font-size: 0;
    outline: 0;
    position: relative;
    display: inline-block;
    width: 52px;
    height: 9px;
    background-color: #d05035;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: background-color .25s ease-in-out;
    cursor: pointer;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span:before, header .container .menu-container .main-nav .burger_wrapper .burger_button span:after {
    content: "";
    border-radius: 2px;
    position: absolute;
    width: 52px;
    height: 9px;
    left: 0;
    background-color: #d05035;
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span:before {
    top: -18px;
    opacity: 1;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span:after {
    top: 18px;
  }
}

@media (max-width: 480px) {
  header .container .menu-container .main-nav .burger_wrapper {
    padding: 0 1em;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button {
    outline: 0;
    display: block;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span {
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block;
    font-size: 0;
    outline: 0;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 6px;
    background-color: #d05035;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: background-color .25s ease-in-out;
    cursor: pointer;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span:before, header .container .menu-container .main-nav .burger_wrapper .burger_button span:after {
    content: "";
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 6px;
    left: 0;
    background-color: #d05035;
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span:before {
    top: -15px;
    opacity: 1;
  }
  header .container .menu-container .main-nav .burger_wrapper .burger_button span:after {
    top: 15px;
  }
}

header .container .menu-container .main-nav .burger_wrapper .burger_button {
  height: 40px;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

@media (min-width: 1025px) {
  header .container .menu-container .main-nav .burger_wrapper .burger_button {
    display: none;
  }
}

header .container .menu-container .main-nav .burger_wrapper .burger_button span, header .container .menu-container .main-nav .burger_wrapper .burger_button span::after, header .container .menu-container .main-nav .burger_wrapper .burger_button span::before {
  border-radius: 20px;
}

@media (max-width: 768px) {
  header .container .menu-container .main-nav .burger_wrapper .burger_button {
    -webkit-transform: translateY(-2px) !important;
        -ms-transform: translateY(-2px) !important;
            transform: translateY(-2px) !important;
  }
}

header.menu-open .menu-container .main-nav nav {
  top: 0;
  transition: top .3s ease;
}

@media (min-width: 481px) and (max-width: 1024px) {
  header.menu-open .menu-container .main-nav .burger_wrapper {
    padding: 0 2em;
  }
  header.menu-open .menu-container .main-nav .burger_wrapper .burger_button span {
    font-size: 0;
    margin-top: 20px;
    transition: background-color .1s ease-in-out;
    background-color: white;
  }
  header.menu-open .menu-container .main-nav .burger_wrapper .burger_button span:before {
    top: -2.6px;
    left: -2px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  header.menu-open .menu-container .main-nav .burger_wrapper .burger_button span:after {
    left: -2px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 0.6px;
  }
}

@media (max-width: 480px) {
  header.menu-open .menu-container .main-nav .burger_wrapper {
    padding: 0 1em;
  }
  header.menu-open .menu-container .main-nav .burger_wrapper .burger_button span {
    font-size: 0;
    margin-top: 20px;
    transition: background-color .1s ease-in-out;
    background-color: white;
  }
  header.menu-open .menu-container .main-nav .burger_wrapper .burger_button span:before {
    top: -2px;
    left: -2px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  header.menu-open .menu-container .main-nav .burger_wrapper .burger_button span:after {
    left: -2px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 0px;
  }
}

header.menu-open .menu-container .main-nav .burger_wrapper span {
  background-color: transparent !important;
}

header.menu-open .menu-container .main-nav .burger_wrapper span::after {
  left: -15px !important;
}

header.menu-open .menu-container .main-nav .burger_wrapper span::before {
  top: 0.4px !important;
  left: -15px !important;
}

footer {
  padding: 5em 0;
}

footer .logo span {
  transition: all .3s ease;
}

footer .logo:hover a {
  color: #d05035;
}

footer .logo:hover span {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

footer .logo:hover span:nth-child(2), footer .logo:hover .community .row span.col:nth-child(3), .community .row footer .logo:hover span.col:nth-child(3) {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

@media (max-width: 768px) {
  footer {
    padding: 0 0 3em 0;
  }
}

footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

footer .container .quick-links {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

footer .container .quick-links img {
  max-height: 73px;
}

footer .container .quick-links a {
  display: block;
  overflow: hidden;
  overflow: visible;
}

footer .container .quick-links a > * {
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

footer .container .quick-links a > *:hover {
  transition: all 0.3s ease;
}

footer .container .quick-links a:hover > * {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 768px) {
  footer .container {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .container .logo {
    margin: 10vw 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 25px;
  }
  footer .container .quick-links {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  footer .container .quick-links a {
    margin: .5em 0;
  }
}

@media (min-width: 769px) {
  footer .container .quick-links {
    margin-left: auto;
  }
  footer .container .quick-links a {
    margin-left: 3em;
  }
}

.block {
  margin-top: 3em;
}

.about {
  width: 100%;
  overflow-x: hidden;
  background: url(img/grass.svg) repeat-x left bottom;
}

@media (max-width: 1024px) {
  .about {
    background-size: 300vw;
  }
}

@media (min-width: 769px) {
  .about .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

@media (min-width: 1025px) {
  .about .layout-left {
    margin-bottom: 12em;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.6%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .about .layout-left:before, .about .layout-left:after {
    content: '';
    display: table;
  }
  .about .layout-left:after {
    clear: both;
  }
  .about .layout-left:last-child {
    margin-right: 0%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about .layout-left {
    min-height: 45em;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.4%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .about .layout-left:before, .about .layout-left:after {
    content: '';
    display: table;
  }
  .about .layout-left:after {
    clear: both;
  }
  .about .layout-left:last-child {
    margin-right: 0%;
  }
}

@media (min-width: 769px) {
  .about .layout-right {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    height: auto;
  }
}

@media (min-width: 1025px) {
  .about .layout-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.4%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .about .layout-right:before, .about .layout-right:after {
    content: '';
    display: table;
  }
  .about .layout-right:after {
    clear: both;
  }
  .about .layout-right:last-child {
    margin-right: 0%;
  }
}

.about .layout-right svg {
  width: 120%;
  height: 600px;
}

@media (min-width: 1025px) and (max-width: 1800px) {
  .about .layout-right svg {
    width: 59vw;
    height: 47vw;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about .layout-right svg {
    height: 45vw;
    width: 49vw;
  }
}

@media (max-width: 768px) {
  .about .layout-right svg {
    width: 150vw;
    margin: 0 -40% 0 -20%;
    height: 100vw;
  }
}

.about .layout-right svg text {
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: right;
}

.about .layout-right svg #_x3C_leave_x3E_ path, .about .layout-right svg #_x3C_leaves_x3E_ path {
  display: inline-block;
  transition: fill .3s ease;
}

.about .layout-right svg #_x3C_leave_x3E_ path:hover, .about .layout-right svg #_x3C_leaves_x3E_ path:hover {
  fill: #497b49 !important;
}

#_x3C_old_x3E_ .old-face {
  display: block;
  -webkit-animation: old-face 5s ease infinite;
          animation: old-face 5s ease infinite;
  -webkit-transform-origin: 119px 375px;
      -ms-transform-origin: 119px 375px;
          transform-origin: 119px 375px;
}

@-webkit-keyframes old-face {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes old-face {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#_x3C_young_x3E_ .young-arm {
  display: block;
  -webkit-animation: young-arm .8s ease infinite;
          animation: young-arm .8s ease infinite;
  -webkit-transform-origin: 659px 376px;
      -ms-transform-origin: 659px 376px;
          transform-origin: 659px 376px;
}

@-webkit-keyframes young-arm {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  66% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes young-arm {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  66% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@media (min-width: 1025px) {
  #_x3C_old_x3E_ {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-20px);
        -ms-transform: translateY(-20px) translateX(-20px);
            transform: translateY(-20px) translateX(-20px);
    transition-delay: 1s;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  }
  #_x3C_young_x3E_ {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(20px);
        -ms-transform: translateY(-20px) translateX(20px);
            transform: translateY(-20px) translateX(20px);
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  }
  #_x3C_board_x3E_ {
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  }
  html:not(.pum-open) .about.visible #_x3C_old_x3E_ {
    opacity: 1;
    transition-delay: 1s;
    -webkit-transform: translateY(0px) translateX(0px);
        -ms-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  html:not(.pum-open) .about.visible #_x3C_young_x3E_ {
    opacity: 1;
    transition-delay: 2s;
    -webkit-transform: translateY(0px) translateX(0px);
        -ms-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  html:not(.pum-open) .about.visible #_x3C_board_x3E_ {
    transition-delay: 2.5s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.community {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 5em;
  font-size: 18px;
}

.community .tree-left {
  position: absolute;
  left: -10em;
  bottom: 5em;
}

@media (max-width: 1024px) {
  .community .tree-left {
    display: none;
  }
}

.community .tree-right {
  position: relative;
  z-index: 999;
}

@media (min-width: 1025px) {
  .community .tree-right {
    position: absolute;
    right: -4em;
    bottom: 0;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .community .tree-right {
    text-align: center;
  }
}

.community .tree-right svg {
  width: 900px;
  height: 790px;
}

@media (min-width: 481px) and (max-width: 1024px) {
  .community .tree-right svg {
    width: 100%;
    max-width: 500px;
    height: 40vw;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .community .tree-right svg {
    width: 120vw;
    max-width: 500px;
    height: 70vw;
    margin: -10% -30% 0 -10%;
  }
}

@media (min-width: 1025px) and (max-width: 1800px) {
  .community .tree-right svg {
    width: 45vw;
    height: 70vw;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .community {
    font-size: 2vw;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .community {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  .community {
    font-size: 4vw;
  }
}

.community .row .col {
  opacity: 0;
  position: relative;
  *zoom: 1;
}

.community .row .col:before, .community .row .col:after {
  content: '';
  display: table;
}

.community .row .col:after {
  clear: both;
}

.community .row .col:not(:first-child) {
  position: relative;
}

.community .row .col:not(:first-child)::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.community .row .col:not(:first-child) > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.community .row .col > .col_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all .3s ease;
}

.community .row .col > .col_content:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  transition: all .3s ease;
}

@media (min-width: 481px) {
  .community .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .community .row .col {
    position: relative;
    width: 33.33%;
    display: block;
  }
  .community .row .col::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .community .row .col > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 481px) and (min-width: 481px) and (max-width: 1024px) {
  .community .row .col {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .community .row .col:nth-child(1) h2 {
    text-align: center;
    margin: 2em auto 2em auto;
  }
  .community .row .col:nth-child(1) h2::after {
    margin: .7em auto 0 auto;
  }
}

.community .row .col:nth-child(2), .community .row .col:nth-child(3) {
  background-color: #d05035;
  color: white;
}

.community .row .col:nth-child(2) .col_content, .community .row .col:nth-child(3) .col_content {
  font-size: 1.15em;
  padding: 0em 2em;
}

.community .row .col:nth-child(2) .col_content p, .community .row .col:nth-child(3) .col_content p {
  font-size: 1.7em;
  font-weight: 300;
  margin: 0;
  width: 100%;
  line-height: 1.1;
}

.community .row .col:nth-child(2) .col_content p strong, .community .row .col:nth-child(3) .col_content p strong {
  display: block;
}

.community .row .col:nth-child(2) .col_content p .button, .community .row .col:nth-child(3) .col_content p .button {
  margin-top: 1em;
  position: relative;
  font-family: "Yolŋu";
  text-transform: uppercase;
  font-size: .6em;
  background: url(img/button-bg.svg) no-repeat;
  background-size: cover;
  padding: .9em 1.8em;
}

@media (min-width: 481px) and (max-width: 768px) {
  .community .row .col:nth-child(2) .col_content p .button, .community .row .col:nth-child(3) .col_content p .button {
    font-size: .55em;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .community .row .col:nth-child(2) .col_content p .button, .community .row .col:nth-child(3) .col_content p .button {
    font-size: .5em;
  }
}

.community .row .col:nth-child(2) .col_content p .button::after, .community .row .col:nth-child(3) .col_content p .button::after {
  opacity: 0;
  content: "";
  display: block;
  width: 2.7em;
  height: 2.7em;
  background: url(img/play-white.svg) no-repeat;
  right: 1em;
  top: 100%;
  position: absolute;
  background-size: cover;
  transition: all .3s ease;
}

.community .row .col:nth-child(2) .col_content p .button:hover::after, .community .row .col:nth-child(3) .col_content p .button:hover::after {
  opacity: 1;
  top: 50%;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .community .row .col:nth-child(2) .col_content, .community .row .col:nth-child(3) .col_content {
    padding: 1.5em 1.5em;
  }
}

.community .row .col:nth-child(3) {
  background-color: #d5624a;
}

.community .row .col:nth-child(3) .button {
  padding: .9em 3.8em !important;
}

.community .row .col:nth-child(4) {
  position: relative;
  color: #26343f;
  background-color: #ebebeb;
  font-style: italic;
}

.community .row .col:nth-child(4) .col_content {
  font-size: 1.1em;
  padding: 0em 1em;
  text-align: center;
}

.community .row .col:nth-child(4) .col_content p {
  margin: .5em 0;
  width: 100%;
}

@media (max-width: 480px) {
  .community .row .col:nth-child(4) .col_content {
    padding: 1.5em 1.5em;
  }
}

.community .row .col:nth-child(4) .watch-videos .arrow {
  position: absolute;
  right: 1em;
  top: 1em;
  display: block;
}

@media (min-width: 1025px) {
  .community .row .col:nth-child(4) .watch-videos .arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 1024px) {
  .community .row .col:nth-child(4) .watch-videos .arrow {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}

.community .row .col:nth-child(4) .watch-videos .arrow::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: -1em;
  right: -1em;
  content: "";
  display: block;
  height: 1.5em;
  width: 1.5em;
  border: 1px solid #d05035;
  border-width: 2px 2px 0 0;
}

@media (min-width: 1025px) {
  .community .row .col:nth-child(4) .watch-videos:hover .arrow::after {
    -webkit-animation: arrow-show-right-conor 1s infinite;
            animation: arrow-show-right-conor 1s infinite;
  }
}

@-webkit-keyframes arrow-show-right-conor {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(20px);
            transform: translateX(-20px) translateY(20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px) translateY(-20px);
            transform: translateX(20px) translateY(-20px);
  }
}

@keyframes arrow-show-right-conor {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(20px);
            transform: translateX(-20px) translateY(20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px) translateY(-20px);
            transform: translateX(20px) translateY(-20px);
  }
}

.community .row .col:nth-child(5) {
  background-color: #f5956d;
  color: white;
}

@media (min-width: 1025px) {
  .community .row .col:nth-child(5) {
    margin-right: 33.33%;
  }
}

.community .row .col:nth-child(5) .col_content {
  padding: 0em 2em;
}

.community .row .col:nth-child(5) .col_content p {
  font-size: 1.1em;
  margin: 0;
  font-weight: 300;
  width: 100%;
}

.community .row .col:nth-child(5) .col_content p:nth-child(2), .community .row .col:nth-child(5) .col_content p.col:nth-child(3) {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 480px) {
  .community .row .col:nth-child(5) .col_content {
    padding: 1.5em 1.5em;
  }
}

.community .row .col:nth-child(6) {
  background-color: #26343f;
  color: white;
}

.community .row .col:nth-child(6) .col_content {
  padding: 0 3em;
}

@media (max-width: 1024px) {
  .community .row .col:nth-child(6) .col_content {
    padding: 1.5em 1.5em;
  }
}

.community .row .col:nth-child(6) .col_content .col-title {
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
}

.community .row .col:nth-child(6) .col_content p {
  margin: 0;
}

.community .row .col:nth-child(6) .col_content ul {
  padding-left: 20px;
  font-weight: 400;
  font-size: .9em;
}

.community .row .col:nth-child(7) {
  background-color: #f5f5f5;
  color: #26343f;
  font-style: italic;
}

.community .row .col:nth-child(7) .col_content {
  font-size: 1.15em;
  padding: 0em 3em;
  text-align: center;
}

.community .row .col:nth-child(7) .col_content p {
  margin: 1em 0;
  width: 100%;
}

@media (min-width: 481px) and (max-width: 768px) {
  .community .row .col:nth-child(7) .col_content p {
    margin: .5em 0;
  }
}

@media (max-width: 1024px) {
  .community .row .col:nth-child(7) .col_content {
    padding: 1.5em 1.5em;
  }
}

.community #_x3C_leaves_x3E_ path, .community #_x3C_leaves_x3E__1_ path {
  display: inline-block;
  transition: fill .3s ease;
}

.community #_x3C_leaves_x3E_ path:hover, .community #_x3C_leaves_x3E__1_ path:hover {
  fill: #497b49 !important;
}

.community .young-left-hand {
  -webkit-animation: community-young-arm 5s ease infinite;
          animation: community-young-arm 5s ease infinite;
  -webkit-transform-origin: 288px 560px;
      -ms-transform-origin: 288px 560px;
          transform-origin: 288px 560px;
}

@-webkit-keyframes community-young-arm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(95deg);
            transform: rotate(95deg);
  }
  90% {
    -webkit-transform: rotate(95deg);
            transform: rotate(95deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes community-young-arm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(95deg);
            transform: rotate(95deg);
  }
  90% {
    -webkit-transform: rotate(95deg);
            transform: rotate(95deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.community .old-face {
  -webkit-animation: community-old-face 5s ease infinite;
          animation: community-old-face 5s ease infinite;
  -webkit-transform-origin: 200px 200px;
      -ms-transform-origin: 200px 200px;
          transform-origin: 200px 200px;
}

@-webkit-keyframes community-old-face {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  5% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  7% {
    -webkit-transform: rotateY(-165deg);
            transform: rotateY(-165deg);
  }
  95% {
    -webkit-transform: rotateY(-165deg);
            transform: rotateY(-165deg);
  }
  96% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes community-old-face {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  5% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  7% {
    -webkit-transform: rotateY(-165deg);
            transform: rotateY(-165deg);
  }
  95% {
    -webkit-transform: rotateY(-165deg);
            transform: rotateY(-165deg);
  }
  96% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.community .tree-left {
  opacity: 0;
  -webkit-transform: translateY(-20px) translateX(-20px);
      -ms-transform: translateY(-20px) translateX(-20px);
          transform: translateY(-20px) translateX(-20px);
  transition-delay: .5s;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}

.community .tree-right {
  opacity: 0;
  -webkit-transform: translateY(-20px) translateX(20px);
      -ms-transform: translateY(-20px) translateX(20px);
          transform: translateY(-20px) translateX(20px);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  transition-delay: .5s;
}

html:not(.pum-open) .community.visible .row .col {
  opacity: 0;
}

html:not(.pum-open) .community.visible .row .col:nth-child(1) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(2), html:not(.pum-open) .community.visible .row .col:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(4) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(5) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(6) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(7) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(8) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(9) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(10) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(11) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(12) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(13) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(14) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(15) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(16) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(17) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(18) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

html:not(.pum-open) .community.visible .row .col:nth-child(19) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

html:not(.pum-open) .community.visible .tree-left {
  opacity: 1;
  transition-delay: 1s;
  -webkit-transform: translateY(0px) translateX(0px);
      -ms-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
}

html:not(.pum-open) .community.visible .tree-right {
  opacity: 1;
  transition-delay: 1s;
  -webkit-transform: translateY(0px) translateX(0px);
      -ms-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
}

.resources {
  padding-bottom: 5em;
  z-index: 99;
  position: relative;
}

.resources h2 {
  margin: 2em auto 2em auto;
  text-align: center;
}

@media (min-width: 1025px) {
  .resources h2 {
    max-width: 600px;
  }
}

.resources h2::after {
  margin: .7em auto 0 auto;
}

.resources ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.resources ul:before, .resources ul:after {
  content: '';
  display: table;
}

.resources ul:after {
  clear: both;
}

.resources ul li {
  opacity: 0;
  list-style: none;
}

@media (min-width: 769px) {
  .resources ul li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .resources ul li:before, .resources ul li:after {
    content: '';
    display: table;
  }
  .resources ul li:after {
    clear: both;
  }
  .resources ul li:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .resources ul li:nth-of-type(2n + 1) {
    clear: both;
  }
}

.resources ul li a {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: block;
  background: white;
  padding: .2em 1.5em;
  margin: .3em;
  font-size: 19px;
  color: #555;
  color: #26343f;
  transition: all .3s ease;
}

.resources ul li a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: all .3s ease;
}

html:not(.pum-open) .tools-resources.visible li {
  opacity: 0;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(1) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(2), html:not(.pum-open) .tools-resources.visible .community .row li.col:nth-child(3), .community .row html:not(.pum-open) .tools-resources.visible li.col:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(3) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(4) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(5) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(6) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(7) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(8) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(9) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(10) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(11) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(12) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(13) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(14) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(15) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(16) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(17) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(18) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

html:not(.pum-open) .tools-resources.visible li:nth-child(19) {
  -webkit-animation: fadeIn_offset .5s ease forwards;
          animation: fadeIn_offset .5s ease forwards;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.tools-resources {
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}

.tools-resources #_x3C_leaves_x3E_ path, .tools-resources #_x3C_leave_x3E_ path {
  display: inline-block;
  transition: fill .3s ease;
}

.tools-resources #_x3C_leaves_x3E_ path:hover, .tools-resources #_x3C_leave_x3E_ path:hover {
  fill: #497b49 !important;
}

.tools-resources .tree-left {
  position: absolute;
  left: 0;
  bottom: -9%;
}

@media (min-width: 1025px) and (max-width: 1800px) {
  .tools-resources .tree-left {
    top: 20em;
    left: -10vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tools-resources .tree-left svg {
    width: 30vw;
    height: 41vw;
  }
}

@media (max-width: 1200px) {
  .tools-resources .tree-left {
    left: -40vw;
    bottom: 20vw;
    top: 20em;
  }
  .tools-resources .tree-left svg {
    width: 80vw;
    height: 100vw;
  }
}

@media (min-width: 481px) and (max-width: 1200px) {
  .tools-resources .tree-left {
    left: -30vw;
  }
  .tools-resources .tree-left svg {
    width: 50vw;
  }
}

.tools-resources .tree-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.tools-resources .tree-right #_x3C_young_x3E_ {
  opacity: 1;
}

@media (min-width: 769px) and (max-width: 1800px) {
  .tools-resources .tree-right {
    right: -10vw;
  }
  .tools-resources .tree-right svg {
    width: 25vw;
    height: 34vw;
  }
}

@media (max-width: 1024px) {
  .tools-resources .tree-right {
    right: -22vw;
    bottom: 20vw;
  }
  .tools-resources .tree-right svg {
    width: 50vw;
    height: 68vw;
  }
  .tools-resources .tree-right #_x3C_young_x3E_ {
    display: none;
  }
}

.tools h2 {
  margin: 2em auto 2em auto;
  text-align: center;
}

@media (min-width: 1025px) {
  .tools h2 {
    max-width: 600px;
  }
}

.tools h2::after {
  margin: .7em auto 0 auto;
}

.tools .content-wrapper {
  opacity: 0;
  padding: 3em 4em;
  background-color: white;
  position: relative;
  z-index: 999;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  *zoom: 1;
}

.tools .content-wrapper:before, .tools .content-wrapper:after {
  content: '';
  display: table;
}

.tools .content-wrapper:after {
  clear: both;
}

.tools .content-wrapper p {
  font-size: 15px;
}

.tools .content-wrapper .content h3 {
  margin: 0;
}

.tools .content-wrapper .content p:last-child {
  margin: 0;
}

.tools .content-wrapper .tool-video-wrapper {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  box-shadow: 0px 0px 40px 7px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .tools .content-wrapper .tool-video-wrapper {
    margin-top: 2em;
  }
}

.tools .content-wrapper .tool-video-wrapper a {
  position: relative;
  display: block;
}

.tools .content-wrapper .tool-video-wrapper a::before {
  display: block;
  content: "";
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(208, 80, 53, 0.1);
  transition: all .3s ease;
}

.tools .content-wrapper .tool-video-wrapper a::after {
  display: block;
  position: absolute;
  content: "";
  width: 3.5em;
  height: 3.5em;
  background: url(img/play-brown.svg) no-repeat;
  bottom: 10%;
  right: 10%;
  opacity: 0;
  background-size: cover;
  transition: all .3s ease;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}

@media (min-width: 1025px) {
  .tools .content-wrapper .tool-video-wrapper a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    transition: all .3s ease;
  }
  .tools .content-wrapper .tool-video-wrapper a:hover::before {
    background-color: rgba(208, 80, 53, 0.95);
    transition: all .3s ease;
  }
  .tools .content-wrapper .tool-video-wrapper a:hover .caption {
    opacity: 1;
    top: 15%;
    transition: all .3s ease;
  }
}

@media (max-width: 1024px) {
  .tools .content-wrapper .tool-video-wrapper a::after {
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    transition: all .3s ease;
  }
  .tools .content-wrapper .tool-video-wrapper a::before {
    background-color: rgba(208, 80, 53, 0.95);
    transition: all .3s ease;
  }
  .tools .content-wrapper .tool-video-wrapper a .caption {
    opacity: 1 !important;
    top: 15% !important;
    transition: all .3s ease;
  }
}

.tools .content-wrapper .tool-video-wrapper a .caption {
  transition: all .3s ease;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 99;
  color: white;
  top: -15%;
  left: 20%;
  font-size: 2.2em;
  font-weight: 300;
  width: 50%;
  line-height: 1em;
}

.tools .content-wrapper .tool-video-wrapper a img {
  display: block;
  width: 100%;
  margin-left: auto;
}

@media (min-width: 769px) {
  .tools .content-wrapper .content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 64.33333%;
    margin-left: 0%;
    margin-right: 7%;
  }
  .tools .content-wrapper .content:before, .tools .content-wrapper .content:after {
    content: '';
    display: table;
  }
  .tools .content-wrapper .content:after {
    clear: both;
  }
  .tools .content-wrapper .content:last-child {
    margin-right: 0%;
  }
  .tools .content-wrapper .tool-video-wrapper {
    position: absolute;
    right: 4%;
    bottom: -15%;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 28.66667%;
    margin-left: 0%;
    margin-right: 7%;
  }
  .tools .content-wrapper .tool-video-wrapper:before, .tools .content-wrapper .tool-video-wrapper:after {
    content: '';
    display: table;
  }
  .tools .content-wrapper .tool-video-wrapper:after {
    clear: both;
  }
  .tools .content-wrapper .tool-video-wrapper:last-child {
    margin-right: 0%;
  }
}

@media (max-width: 768px) {
  .tools .content-wrapper {
    padding: 3em 2em 0em 2em;
  }
  .tools .content-wrapper .tool-video-wrapper {
    -webkit-transform: translateY(2em);
        -ms-transform: translateY(2em);
            transform: translateY(2em);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tools .content-wrapper .content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 46.5%;
    margin-left: 0%;
    margin-right: 7%;
  }
  .tools .content-wrapper .content:before, .tools .content-wrapper .content:after {
    content: '';
    display: table;
  }
  .tools .content-wrapper .content:after {
    clear: both;
  }
  .tools .content-wrapper .content:last-child {
    margin-right: 0%;
  }
  .tools .content-wrapper .content p {
    font-size: 1.5vw;
  }
  .tools .content-wrapper .tool-video-wrapper {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 46.5%;
    margin-left: 0%;
    margin-right: 7%;
  }
  .tools .content-wrapper .tool-video-wrapper:before, .tools .content-wrapper .tool-video-wrapper:after {
    content: '';
    display: table;
  }
  .tools .content-wrapper .tool-video-wrapper:after {
    clear: both;
  }
  .tools .content-wrapper .tool-video-wrapper:last-child {
    margin-right: 0%;
  }
}

.tools-resources .tree-left {
  opacity: 0;
  -webkit-transform: translateY(-20px) translateX(-20px);
      -ms-transform: translateY(-20px) translateX(-20px);
          transform: translateY(-20px) translateX(-20px);
  transition-delay: .5s;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}

.tools-resources .tree-right {
  opacity: 0;
  -webkit-transform: translateY(-20px) translateX(20px);
      -ms-transform: translateY(-20px) translateX(20px);
          transform: translateY(-20px) translateX(20px);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  transition-delay: .5s;
}

html:not(.pum-open) .tools-resources.visible .tool-video-wrapper {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity  .5s 1s ease, -webkit-transform  .5s 1s ease;
  transition: transform  .5s 1s ease, opacity  .5s 1s ease;
  transition: transform  .5s 1s ease, opacity  .5s 1s ease, -webkit-transform  .5s 1s ease;
}

html:not(.pum-open) .tools-resources.visible .content-wrapper {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  transition: opacity .5s .5s ease, -webkit-transform  .5s .5s ease;
  transition: transform  .5s .5s ease, opacity .5s .5s ease;
  transition: transform  .5s .5s ease, opacity .5s .5s ease, -webkit-transform  .5s .5s ease;
}

html:not(.pum-open) .tools-resources.visible .tree-left {
  opacity: 1;
  transition-delay: 2s;
  -webkit-transform: translateY(0px) translateX(0px);
      -ms-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
}

html:not(.pum-open) .tools-resources.visible .tree-right {
  opacity: 1;
  transition-delay: 2s;
  -webkit-transform: translateY(0px) translateX(0px);
      -ms-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
}

/*# sourceMappingURL=style.css.map */