@charset "UTF-8";
/* Sass files - SMACSS (Scalable and Modular Architecture for CSS) approach used - http://smacss.com/basically, modularising the styles.  */
/*
    http://erskinedesign.com/blog/friendlier-colour-names-sass-maps/
    At a minimum every palette defines a base colour, and then optionally adds tones use the following naming pattern:

    x-dark
    dark *
    mid-dark
    base (default)
    mid-light
    light *
    x-light

    * If we have fewer than seven tones, we’ll define light and dark first to allow for adding intermediate tones at a later date.
*/
/*
   Animation example, for spinners
*/
.animate_spin {
  -webkit-animation: loading 2s infinite linear;
          animation: loading 2s infinite linear;
  display: inline-block; }

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

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

.csstransitions .js_animate_in_view {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1.2s ease;
          transition: opacity 1s ease, transform 1.2s ease;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }
  .csstransitions .js_animate_in_view.is_in_view {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.touch .js_animate_in_view {
  opacity: 1 !important;
  -webkit-transition: none;
          transition: none;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important; }

.anim_sequence li.shown,
.no-js .anim_sequence li,
.no-cssanimations .anim_sequence li,
.touch .anim_sequence li {
  opacity: 1 !important; }

.touch .anim_sequence li {
  opacity: 1 !important; }
  .touch .anim_sequence li.animate {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important; }

.csstransitions .anim_sequence li {
  opacity: 0; }
  .csstransitions .anim_sequence li.animate {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
            animation: moveUp 0.65s ease forwards; }

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

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

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

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

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

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

.l_halves, .side_panel_search, .creation_path, .article_list, .image_tiles, .fancy_heading, .content_header.is_project nav ul, .cta_bunnings a, .clearfix, .product_wrapper, .related section, .related_articles a, .product_header_tab, .product_header_palettes {
  zoom: 1; }
  .l_halves:before, .side_panel_search:before, .creation_path:before, .article_list:before, .image_tiles:before, .fancy_heading:before, .content_header.is_project nav ul:before, .cta_bunnings a:before, .l_halves:after, .side_panel_search:after, .creation_path:after, .article_list:after, .image_tiles:after, .fancy_heading:after, .content_header.is_project nav ul:after, .cta_bunnings a:after, .clearfix:before, .product_wrapper:before, .related section:before, .related_articles a:before, .product_header_tab:before, .product_header_palettes:before, .clearfix:after, .product_wrapper:after, .related section:after, .related_articles a:after, .product_header_tab:after, .product_header_palettes:after {
    content: "";
    display: table; }
  .l_halves:after, .side_panel_search:after, .creation_path:after, .article_list:after, .image_tiles:after, .fancy_heading:after, .content_header.is_project nav ul:after, .cta_bunnings a:after, .clearfix:after, .product_wrapper:after, .related section:after, .related_articles a:after, .product_header_tab:after, .product_header_palettes:after {
    clear: both; }

.l_inline_nav, .l_inline_list, .l_btn_wrap, form ol, .parsley-errors-list, .wysiwyg > ul, .wysiwyg > ol, .share_bar_social, .header_subnav > ul, .header_subnav_alt > div > ul, .header_utils > ul, .login_form ul, .filter_nav, .filter_nav ul, .moodboard_list, .dyn_accordion ul,
.dyn_accordion ol, .dyn_accordion_list, .footer_content, .footer_nav_links, .footer_nav_links_social, .sidebar_articles, .sidebar_nav_list, .sidebar_nav_list ul, .sidebar_nav_list li ul, .sidebar_status_list, .side_panel_secondary_links, .side_panel_secondary_links ul, .hero ul, .article_list, .lined_articles, .fancy_heading_title .breadcrumbs ul, .area_nav, .content_header nav ul, .pagination, .search_results_item .dyn_accordion_table_list, .page_controls ul, .related_articles, .vertical_filter ul, .header_mega_nav_list, .slider_indicators_item, .carousel_container .iosSlider .carousel,
.reset_list {
  margin: 0;
  padding: 0;
  list-style: none; }

.l_split_text_cols *:first-child, .modal *:first-child, .sidebar_nav_header *:first-child, .hero_inner_content *:first-child, .split_panel .is_right_side *:first-child, .article_content *:first-child, .image_tiles_content *:first-child, .block_header *:first-child {
  margin-top: 0; }

.l_split_text_cols *:last-child, .modal *:last-child, .sidebar_nav_header *:last-child, .hero_inner_content *:last-child, .split_panel .is_right_side *:last-child, .article_content *:last-child, .image_tiles_content *:last-child, .block_header *:last-child {
  margin-bottom: 0; }

/* @mixin animation($name, $time, $delay, $easing){

	-moz-animation:$name $time $delay $easing;
	-webkit-animation:$name $time $delay $easing;
	-ms-animation:$name $time $delay $easing;
	-o-animation:$name $time $delay $easing;
	animation:$name $time $delay $easing;

} */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .product_wrapper:before, .related section:before, .related_articles a:before, .product_header_tab:before, .product_header_palettes:before,
.clearfix:after,
.product_wrapper:after,
.related section:after,
.related_articles a:after,
.product_header_tab:after,
.product_header_palettes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .product_wrapper:after, .related section:after, .related_articles a:after, .product_header_tab:after, .product_header_palettes:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .product_wrapper, .related section, .related_articles a, .product_header_tab, .product_header_palettes {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  box-sizing: border-box; }

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

.l_grid {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px; }
  .l_grid::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .l_grid {
      padding: 0 20px; }
      .l_grid.has_no_padding_on_tablet {
        padding: 0; } }
  @media screen and (max-width: 600px) {
    .l_grid {
      padding: 0 15px; } }
  @media print {
    .l_grid {
      max-width: none;
      padding: 0; } }
  .l_grid.is_full {
    max-width: none; }
  .l_grid.is_masonry {
    padding: 0 10px; }
    @media screen and (max-width: 1220px) {
      .l_grid.is_masonry {
        padding: 0 15px; } }
    @media screen and (max-width: 768px) {
      .l_grid.is_masonry {
        padding: 0 5px; } }

.show-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem; }
  .show-grid .product_listing_grid {
    background: #fff; }
    .show-grid .product_listing_grid img {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100%; }
  @media screen and (max-width: 1220px) {
    .show-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media screen and (max-width: 768px) {
    .show-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media screen and (max-width: 600px) {
    .show-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media screen and (max-width: 768px) {
  .l_body_wrap:after {
    background: rgba(0, 0, 0, 0.75);
    clear: none;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
            transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 100; } }

@media screen and (max-width: 768px) {
  .js_side_panel_open .l_body_wrap:after {
    opacity: 1;
    visibility: visible; } }

@media screen and (max-width: 768px) {
  .js_side_panel_open .l_body_wrap {
    left: 0;
    position: fixed;
    top: 0; } }

.l_page_container {
  background-color: #f6f6f6;
  box-shadow: 0 10px 20px rgba(34, 39, 43, 0.75);
  display: block;
  float: left;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .l_page_container {
      margin-bottom: 0;
      box-shadow: none; } }

.l_container {
  -webkit-transition: -webkit-transform 260ms ease-in-out;
          transition: transform 260ms ease-in-out;
  background-color: #f6f6f6;
  overflow: hidden;
  position: relative;
  padding-top: 90px; }
  @media screen and (max-width: 1240px) {
    .l_container {
      padding-top: 128px; } }
  @media screen and (max-width: 768px) {
    .l_container {
      padding-top: 53px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media screen and (max-width: 768px) {
    .js_side_panel_open .l_container {
      -webkit-transform: translateX(calc(100% - 55px));
          -ms-transform: translateX(calc(100% - 55px));
              transform: translateX(calc(100% - 55px)); } }
  @media print {
    .l_container {
      padding-top: 10mm; } }

.l_outer_container {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto; }
  .l_outer_container::after {
    clear: both;
    content: "";
    display: table; }

.l_content {
  display: block;
  min-height: 800px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100; }
  .l_content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .l_content {
      min-height: 0; } }
  .l_content.has_padding_top {
    padding-top: 75px; }
    @media screen and (max-width: 600px) {
      .l_content.has_padding_top {
        padding-top: 30px; } }
    .l_content.has_padding_top_less {
      padding-top: 45px; }
    .l_content.has_padding_top_lesser {
      padding-top: 20px; }

@media screen and (min-width: 769px) {
  .l_split_text_cols {
    -webkit-column-count: 2;
            column-count: 2; }
    .l_split_text_cols p {
      margin-top: 0 !important; } }

@media screen and (max-width: 768px) {
  .is_pushed {
    -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
            transform: translateX(240px); } }

.l_full {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .l_full:last-child {
    margin-right: 0; }

.l_half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .l_half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_half {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_half:last-child {
        margin-right: 0; } }
  .l_half_table {
    display: table-cell;
    width: 50%;
    vertical-align: top; }
    .l_half_table img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .l_half_table {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%;
        border-right: none; }
        .l_half_table:last-child {
          margin-right: 0; } }

.l_third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .l_third:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_third {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_third:last-child {
        margin-right: 0; } }
  @media print {
    .l_third {
      display: none; } }

.l_shift_two {
  margin-left: 17.0596085997%; }
  @media screen and (max-width: 768px) {
    .l_shift_two {
      margin-left: 0%; } }

.l_shift_three {
  margin-left: 25.5894128995%; }
  @media screen and (max-width: 768px) {
    .l_shift_three {
      margin-left: 0%; } }

.l_ten {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%; }
  .l_ten:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_ten {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_ten:last-child {
        margin-right: 0; } }

.l_shift_one {
  margin-left: 8.5298042998%; }
  @media screen and (max-width: 768px) {
    .l_shift_one {
      margin-left: 0%; } }

.l_third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .l_third:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_third {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_third:last-child {
        margin-right: 0; } }
  @media print {
    .l_third {
      display: none; } }

.l_two_thirds {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .l_two_thirds:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_two_thirds {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_two_thirds:last-child {
        margin-right: 0; } }
  @media print {
    .l_two_thirds {
      width: 100%; } }

.l_quarter {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .l_quarter:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_quarter {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_quarter:last-child {
        margin-right: 0; } }

.l_three_quarters {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .l_three_quarters:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_three_quarters {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_three_quarters:last-child {
        margin-right: 0; } }
  .l_three_quarters > .l_third:nth-child(3n) {
    margin-right: 0; }

.l_halves > * {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-bottom: 14px; }
  .l_halves > *:last-child {
    margin-right: 0; }
  .l_halves > *:nth-child(2n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_halves > * {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_halves > *:last-child {
        margin-right: 0; }
      .l_halves > *:nth-child(2n) {
        float: left;
        margin-right: gutter(); } }

.l_eighth {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 10.4370548518%; }
  .l_eighth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_eighth {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_eighth:last-child {
        margin-right: 0; }
      .l_eighth.is_half_mobile {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 48.2106681966%; }
        .l_eighth.is_half_mobile:last-child {
          margin-right: 0; } }

.l_three_eighths {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 36.0264677513%; }
  .l_three_eighths:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_three_eighths {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_three_eighths:last-child {
        margin-right: 0; }
      .l_three_eighths.is_half_mobile {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 48.2106681966%; }
        .l_three_eighths.is_half_mobile:last-child {
          margin-right: 0; }
      .l_three_eighths.is_last_mobile {
        margin-right: 0; } }

.l_2_cols {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
          column-gap: 2em; }
  @media screen and (max-width: 768px) {
    .l_2_cols {
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; } }

.l_zero_gutter {
  margin: 0; }

.l_form_half {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 48.2106681966%; }
  .l_form_half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .l_form_half {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .l_form_half:last-child {
        margin-right: 0; } }

.l_relative {
  position: relative; }

.l_last {
  margin-right: 0;
  float: right; }
  .l_last_force {
    margin: 0 !important;
    float: right !important; }

.l_panel {
  display: block;
  padding: 0 0 50px 0; }
  .l_panel::after {
    clear: both;
    content: "";
    display: table; }
  .l_panel *:first-child {
    margin-top: 0; }
  .lt-ie9 .l_panel *:last-child {
    margin-bottom: 0; }
  .lt-ie9 .l_panel *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .l_panel *:last-child {
      margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .l_panel {
      padding: 0 0 35px 0; } }
  @media screen and (max-width: 600px) {
    .l_panel {
      padding: 0 0 25px 0; } }
  @media print {
    .l_panel {
      margin-bottom: 0;
      padding-bottom: 0; } }
  .l_panel.is_slim {
    padding: 1em 0; }
  .l_panel.is_slim_top {
    padding-top: 1em; }
  .l_panel.is_slim_bottom {
    padding-bottom: 0em; }
  .l_panel.has_padding_top {
    padding-top: 50px; }
  .l_panel.has_extra_padding_bottom {
    padding-bottom: 130px; }
    @media screen and (max-width: 768px) {
      .l_panel.has_extra_padding_bottom {
        padding-bottom: inherit; } }

.l_clear {
  clear: both; }

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

@media screen and (min-width: 769px) {
  .l_hide_desktop {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .l_hide_desktop {
    display: block; } }

.lt-ie9 .l_hide_desktop {
  display: none !important; }

@media screen and (max-width: 768px) {
  .l_hide_tablet {
    display: none !important; } }

.l_text_center {
  text-align: center; }

.l_float_left {
  float: left; }

.l_float_right {
  float: right; }

.l_block {
  display: block; }

.l_inline_block {
  display: inline-block; }

.l_img_float_left {
  width: 48%;
  float: left;
  margin: 0 1.5em 1.5em 0; }
  @media screen and (max-width: 768px) {
    .l_img_float_left {
      width: 100%;
      margin: 0;
      margin-bottom: 1em; } }

.l_img_float_right {
  width: 48%;
  float: right;
  margin: 0 0 1.5em 1.5em; }
  @media screen and (max-width: 768px) {
    .l_img_float_right {
      width: 100%;
      margin: 0;
      margin-bottom: 1em; } }

.l_margin_right {
  margin-right: 1em; }
  @media screen and (max-width: 600px) {
    .l_margin_right {
      margin-right: 0; } }

.l_margin_top {
  margin-top: 50px; }

.l_margin_top_zero {
  margin-top: 0; }

.l_small_margin_top {
  margin-top: 30px; }

.l_margin_bottom {
  margin-bottom: 3em; }
  .l_margin_bottom_mobile {
    margin-bottom: 1em !important; }

.l_small_margin_bottom {
  margin-bottom: 30px; }

.l_xsmall_margin_bottom {
  margin-bottom: 10px; }

.l_xlarge_margin_bottom {
  margin-bottom: 75px; }
  @media screen and (max-width: 768px) {
    .l_xlarge_margin_bottom {
      margin-bottom: 30px; } }

.l_inline_nav {
  text-align: center; }
  .l_inline_nav li {
    display: inline-block; }

.l_top_centered_tag {
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -17px;
  width: 100%;
  z-index: 20; }

.l_img_full img {
  max-width: 100%; }

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

.l_no_focus:focus {
  outline: none !important; }

.l_inline_list li {
  display: inline-block;
  margin: 0 20px 20px; }

.l_more_bottom_margin {
  margin-bottom: 100px; }

.l_btn_wrap {
  margin-top: 25px; }
  .l_btn_wrap li {
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 5px; }
    .l_btn_wrap li:last-child {
      margin-right: 0; }

.l_margin_top_bottom {
  margin-top: 30px;
  margin-bottom: 30px; }

.font_type_1, .hero_inner_content_header {
  font-size: 52px;
  font-size: 3.25rem;
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  line-height: 1.05em; }
  @media screen and (max-width: 600px) {
    .font_type_1, .hero_inner_content_header {
      font-size: 42px;
      font-size: 2.625rem; } }

.font_type_2, .fancy_heading_title h1, .fancy_heading_title h2, .section_heading h1, .section_heading h2, .section_heading h3, .content_header .figcaption, .block_header h1, .block_header h2, .product_header h1, .product_header_mobile h1 {
  font-size: 42px;
  font-size: 2.625rem;
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  line-height: 1em; }
  @media screen and (max-width: 600px) {
    .font_type_2, .fancy_heading_title h1, .fancy_heading_title h2, .section_heading h1, .section_heading h2, .section_heading h3, .content_header .figcaption, .block_header h1, .block_header h2, .product_header h1, .product_header_mobile h1 {
      font-size: 38px;
      font-size: 2.375rem; } }

.font_type_3, .heading_main, .split_panel h2, .split_panel h3, .breadcrumbs .text_link, .lt-ie9 .breadcrumbs .text_link, .breadcrumbs h2, .breadcrumbs_page, .image_tiles_content_main h3, .content_header.is_project .figcaption, .cta_bunnings a .is_info span {
  font-size: 28px;
  font-size: 1.75rem;
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  line-height: 1.25em; }
  @media screen and (max-width: 600px) {
    .font_type_3, .heading_main, .split_panel h2, .split_panel h3, .breadcrumbs .text_link, .lt-ie9 .breadcrumbs .text_link, .breadcrumbs h2, .breadcrumbs_page, .image_tiles_content_main h3, .content_header.is_project .figcaption, .cta_bunnings a .is_info span {
      font-size: 32px;
      font-size: 2rem; } }

.font_type_4, .product_table_heading, legend, .wysiwyg_half_float h2, .footer h2, .sidebar_section h2, .sidebar_nav h2, .sidebar_status h2, .split_panel h4, .product_table tfoot tr td {
  font-size: 20px;
  font-size: 1.25rem;
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  line-height: 1.3em; }
  @media screen and (max-width: 600px) {
    .font_type_4, .product_table_heading, legend, .wysiwyg_half_float h2, .footer h2, .sidebar_section h2, .sidebar_nav h2, .sidebar_status h2, .split_panel h4, .product_table tfoot tr td {
      font-size: 18px;
      font-size: 1.125rem; } }

.font_type_5, .wysiwyg blockquote span, .modal fieldset legend, .sidebar_section h3, .block_header p {
  font-size: 16px;
  font-size: 1rem;
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  line-height: 1.4em; }

.font_type_6, .parsley-errors-list, .product_header_palettes figcaption, .product_listing_title, .header_mega_nav_title {
  font-size: 15px;
  font-size: 0.9375rem;
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  line-height: 1.4em; }

.font_type_7, .product_table_section_heading, .sidebar_articles h3, .image_tiles_content_main h2, .fancy_heading_title .breadcrumbs ul li, .fancy_heading_title .breadcrumbs ul li a, .product_footer a, .related h2, .related_articles h3, .product_header_breadcrumbs li a, .product_header_tabs-nav li a, .product_header_tab h4, .product_header_external-links a, .product_listing_category, .header_mega_nav_step {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  line-height: 2.16em;
  text-transform: uppercase; }

.font_alt_type_1, .wysiwyg blockquote {
  font-size: 26px;
  font-size: 1.625rem;
  clear: both;
  font-family: "Mercury SSm A", "Mercury SSm B", sans-serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1.15em; }

.font_alt_type_2, .wysiwyg > ol li:before {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  font-family: "Mercury SSm A", "Mercury SSm B", sans-serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1.42em; }

.font_alt_type_3, .wysiwyg figure figcaption, .author_caption time {
  font-size: 12px;
  font-size: 0.75rem;
  clear: both;
  font-family: "Mercury SSm A", "Mercury SSm B", sans-serif;
  font-weight: normal;
  font-style: italic;
  line-height: 2.166em;
  text-transform: uppercase; }

.font_tracking_loose {
  letter-spacing: 0.1em; }

.t_centered {
  text-align: center; }

* {
  box-sizing: border-box; }

a, button, .btn {
  -webkit-transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration;
          transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration;
  -webkit-transition-duration: 240ms;
          transition-duration: 240ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a {
  color: #B2C900;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

html {
  scroll-behavior: smooth; }

html,
body {
  height: 100%; }

body {
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  background-color: #252b30;
  color: #252b30;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  position: relative;
  text-rendering: optimizeLegibility !important;
  z-index: 0; }
  .lt-ie9 body {
    min-width: 1280px; }
  @media print {
    body {
      margin: 10mm; } }

.hide_on_desktop {
  display: none; }
  @media screen and (max-width: 768px) {
    .hide_on_desktop {
      display: block; } }

@media screen and (max-width: 768px) {
  .hide_on_tablet {
    display: none !important; } }

@media print {
  .hide_on_print {
    display: none !important; } }

.rounded_img {
  border-radius: 50%;
  border: 4px solid #fff;
  display: inline-block;
  height: 180px;
  overflow: hidden;
  width: 180px; }

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.lt-ie10 img[src*=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

.anchor_offset {
  position: absolute;
  top: -100px;
  left: 0; }

.relative {
  position: relative; }

@font-face {
  font-family: 'kaboodle';
  src: url("/fonts/kaboodle.eot?-8jiqh3");
  src: url("/fonts/kaboodle.eot?#iefix-8jiqh3") format("embedded-opentype"), url("/fonts/kaboodle.woff?-8jiqh3") format("woff"), url("/fonts/kaboodle.ttf?-8jiqh3") format("truetype"), url("/fonts/kaboodle.svg?-8jiqh3#kaboodle") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="i_"], [class*=" i_"], input[type="checkbox"]:not(.hidden):checked + label:after, .select:before, .form_search_field > button:before, .heading_icon.has_phone:before, .heading_icon.has_edit:before, .heading_icon.has_mail:before, .heading_icon.has_camera:before, .heading_icon.has_clipboard:before, .heading_icon.has_download:before, .heading_icon.has_circle_play:before, .heading_icon.has_circle_video:before, .heading_icon.has_bin:before, .heading_icon.has_zoom:before, .heading_icon.has_error:before, .heading_icon.is_after.has_phone:after, .heading_icon.is_after.has_edit:after, .heading_icon.is_after.has_mail:after, .heading_icon.is_after.has_camera:after, .heading_icon.is_after.has_clipboard:after, .heading_icon.is_after.has_download:after, .heading_icon.is_after.has_circle_play:after, .heading_icon.is_after.has_circle_video:after, .heading_icon.is_after.has_bin:after, .heading_icon.is_after.has_zoom:after, .heading_icon.is_after.has_error:after, .share_bar_tags:before, .btn.is_video:before, .pagination li a.is_video:before, .pagination li .is_video.pagination_inactive:before, .cta_circle_title.has_icon_chat:before, .cta_circle_title.has_icon_question:before, .icon.is_plus:before, .icon.is_images:before, .icon.is_camera:before, .icon.is_comment:before, .icon.is_close:before, .icon.is_tag:before, .text_link:before, .sidebar_status_feat_sub:before, .sidebar_status_list li:before, .creation_path li a:before, .product_footer a:before, .product_footer a:after, .product_header_external-links a:after, .product_images_nav .prev:after, .product_images_nav .next:after {
  font-family: 'kaboodle';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i_external_link:before {
  content: "\e901"; }

.i_dots:before,
.product_footer a.backto:before {
  content: "\e900"; }

.i_close:before,
.icon.is_close:before {
  content: "\e600"; }

.i_arrow_chevron_down:before,
.select:before,
.footer_content li .select:before {
  content: "\e601"; }

.i_arrow_chevron_up:before {
  content: "\e602"; }

.i_arrow_down:before {
  content: "\e603"; }

.i_arrow_left:before {
  content: "\e604"; }

.i_arrow_up:before {
  content: "\e605"; }

.i_arrow_chevron_left:before,
.product_footer a.prev:before,
.product_images_nav .prev:after {
  content: "\e606"; }

.i_arrow_chevron_right:before,
.text_link:before,
.sidebar_status_list li:before,
.product_footer a.next:after,
.product_header_external-links a.is_external:after,
.product_images_nav .next:after,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  content: "\e607"; }

.i_arrow_right:before {
  content: "\e608"; }

.i_edit:before,
.heading_icon.has_edit:before,
.heading_icon.is_after.has_edit:after {
  content: "\e609"; }

.i_hourglass:before,
.sidebar_status_feat_sub:before {
  content: "\e60a"; }

.i_images:before,
.icon.is_images:before {
  content: "\e60b"; }

.i_uniE60C:before {
  content: "\e60c"; }

.i_phone:before,
.heading_icon.has_phone:before,
.heading_icon.is_after.has_phone:after {
  content: "\e60d"; }

.i_mail:before,
.heading_icon.has_mail:before,
.heading_icon.is_after.has_mail:after {
  content: "\e60e"; }

.i_tag:before,
.share_bar_tags:before,
.icon.is_tag:before {
  content: "\e60f"; }

.i_camera:before,
.heading_icon.has_camera:before,
.heading_icon.is_after.has_camera:after,
.icon.is_camera:before {
  content: "\e610"; }

.i_plus:before,
.icon.is_plus:before {
  content: "\e611"; }

.i_play:before,
.btn.is_video:before,
.pagination li a.is_video:before,
.pagination li .is_video.pagination_inactive:before {
  content: "\e612"; }

.i_facebook:before {
  content: "\e613"; }

.i_pinterest:before {
  content: "\e614"; }

.i_instagram:before {
  content: "\e615"; }

.i_uniE616:before {
  content: "\e616"; }

.i_checkmark:before,
input[type="checkbox"]:not(.hidden):checked + label:after {
  content: "\e617"; }

.i_menu:before {
  content: "\e618"; }

.i_search_circled:before {
  content: "\e619"; }

.i_user_circled:before {
  content: "\e61a"; }

.i_search:before,
.form_search_field > button:before {
  content: "\e61b"; }

.i_twitter:before {
  content: "\e61c"; }

.i_chat:before,
.cta_circle_title.has_icon_chat:before {
  content: "\e61d"; }

.i_camera_outlined:before {
  content: "\e61e"; }

.i_clipboard:before,
.heading_icon.has_clipboard:before,
.heading_icon.is_after.has_clipboard:after {
  content: "\e61f"; }

.i_circle_play:before,
.heading_icon.has_circle_play:before,
.heading_icon.is_after.has_circle_play:after {
  content: "\e620"; }

.i_circle_video:before,
.heading_icon.has_circle_video:before,
.heading_icon.is_after.has_circle_video:after {
  content: "\e621"; }

.i_download:before,
.heading_icon.has_download:before,
.heading_icon.is_after.has_download:after,
.product_header_external-links a.is_download:after {
  content: "\e622"; }

.i_location:before {
  content: "\e623"; }

.i_bin:before,
.heading_icon.has_bin:before,
.heading_icon.is_after.has_bin:after {
  content: "\e624"; }

.i_zoom:before,
.heading_icon.has_zoom:before,
.heading_icon.is_after.has_zoom:after {
  content: "\e625"; }

.i_circle_tick:before {
  content: "\e626"; }

.i_error:before,
.heading_icon.has_error:before,
.heading_icon.is_after.has_error:after {
  content: "\e627"; }

.i_drill:before,
.creation_path li.is_create a:before {
  content: "\e628"; }

.i_light_bulb:before,
.creation_path li.is_plan a:before {
  content: "\e629"; }

.i_oven:before,
.creation_path li.is_select a:before {
  content: "\e62a"; }

.i_trophy:before,
.creation_path li.is_enjoy a:before {
  content: "\e62b"; }

.i_external:before {
  content: "\e62c"; }

.i_youtube:before {
  content: "\e902"; }

/*
   Animation example, for spinners
*/
.animate_spin {
  -webkit-animation: loading 2s infinite linear;
          animation: loading 2s infinite linear;
  display: inline-block; }

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

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

.csstransitions .js_animate_in_view {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1.2s ease;
          transition: opacity 1s ease, transform 1.2s ease;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }
  .csstransitions .js_animate_in_view.is_in_view {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.touch .js_animate_in_view {
  opacity: 1 !important;
  -webkit-transition: none;
          transition: none;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important; }

.anim_sequence li.shown,
.no-js .anim_sequence li,
.no-cssanimations .anim_sequence li,
.touch .anim_sequence li {
  opacity: 1 !important; }

.touch .anim_sequence li {
  opacity: 1 !important; }
  .touch .anim_sequence li.animate {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important; }

.csstransitions .anim_sequence li {
  opacity: 0; }
  .csstransitions .anim_sequence li.animate {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
            animation: moveUp 0.65s ease forwards; }

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

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

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
.select,
textarea,
input[type="file"] {
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #252b30;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding: 11px;
  -webkit-transition: border 260ms ease-in-out, background-color 260ms ease-in-out;
          transition: border 260ms ease-in-out, background-color 260ms ease-in-out;
  width: 100%; }
  @media screen and (max-width: 600px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="number"],
    select,
    .select,
    textarea,
    input[type="file"] {
      padding: 8px; } }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  select:focus,
  .select:focus,
  textarea:focus,
  input[type="file"]:focus {
    outline: none;
    border-color: #b2bbc0; }
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="tel"]:disabled,
  input[type="password"]:disabled,
  input[type="number"]:disabled,
  select:disabled,
  .select:disabled,
  textarea:disabled,
  input[type="file"]:disabled {
    opacity: .2; }
  .parsley-error input[type="text"], input[type="text"].parsley-error, .parsley-error
  input[type="email"],
  input[type="email"].parsley-error, .parsley-error
  input[type="tel"],
  input[type="tel"].parsley-error, .parsley-error
  input[type="password"],
  input[type="password"].parsley-error, .parsley-error
  input[type="number"],
  input[type="number"].parsley-error, .parsley-error
  select,
  select.parsley-error, .parsley-error
  .select,
  .select.parsley-error, .parsley-error
  textarea,
  textarea.parsley-error, .parsley-error
  input[type="file"],
  input[type="file"].parsley-error {
    box-shadow: 0 0 0 2px #d24548;
    border-color: #d24548 !important;
    color: #d24548 !important; }
    .parsley-error input[type="text"]:-moz-placeholder, input[type="text"].parsley-error:-moz-placeholder, .parsley-error
    input[type="email"]:-moz-placeholder,
    input[type="email"].parsley-error:-moz-placeholder, .parsley-error
    input[type="tel"]:-moz-placeholder,
    input[type="tel"].parsley-error:-moz-placeholder, .parsley-error
    input[type="password"]:-moz-placeholder,
    input[type="password"].parsley-error:-moz-placeholder, .parsley-error
    input[type="number"]:-moz-placeholder,
    input[type="number"].parsley-error:-moz-placeholder, .parsley-error
    select:-moz-placeholder,
    select.parsley-error:-moz-placeholder, .parsley-error
    .select:-moz-placeholder,
    .select.parsley-error:-moz-placeholder, .parsley-error
    textarea:-moz-placeholder,
    textarea.parsley-error:-moz-placeholder, .parsley-error
    input[type="file"]:-moz-placeholder,
    input[type="file"].parsley-error:-moz-placeholder {
      /* Firefox 18- */ }
    .parsley-error input[type="text"]::-moz-placeholder, input[type="text"].parsley-error::-moz-placeholder, .parsley-error
    input[type="email"]::-moz-placeholder,
    input[type="email"].parsley-error::-moz-placeholder, .parsley-error
    input[type="tel"]::-moz-placeholder,
    input[type="tel"].parsley-error::-moz-placeholder, .parsley-error
    input[type="password"]::-moz-placeholder,
    input[type="password"].parsley-error::-moz-placeholder, .parsley-error
    input[type="number"]::-moz-placeholder,
    input[type="number"].parsley-error::-moz-placeholder, .parsley-error
    select::-moz-placeholder,
    select.parsley-error::-moz-placeholder, .parsley-error
    .select::-moz-placeholder,
    .select.parsley-error::-moz-placeholder, .parsley-error
    textarea::-moz-placeholder,
    textarea.parsley-error::-moz-placeholder, .parsley-error
    input[type="file"]::-moz-placeholder,
    input[type="file"].parsley-error::-moz-placeholder {
      /* Firefox 19+ */ }
    .parsley-error input[type="text"] .placeholder, input[type="text"].parsley-error .placeholder, .parsley-error
    input[type="email"] .placeholder,
    input[type="email"].parsley-error .placeholder, .parsley-error
    input[type="tel"] .placeholder,
    input[type="tel"].parsley-error .placeholder, .parsley-error
    input[type="password"] .placeholder,
    input[type="password"].parsley-error .placeholder, .parsley-error
    input[type="number"] .placeholder,
    input[type="number"].parsley-error .placeholder, .parsley-error
    select .placeholder,
    select.parsley-error .placeholder, .parsley-error
    .select .placeholder,
    .select.parsley-error .placeholder, .parsley-error
    textarea .placeholder,
    textarea.parsley-error .placeholder, .parsley-error
    input[type="file"] .placeholder,
    input[type="file"].parsley-error .placeholder {
      color: #d24548 !important; }

.has_margin_bottom {
  margin-bottom: 30px; }

.form_terms {
  font-size: 13px;
  font-size: 0.8125rem; }
  .form_terms a {
    color: #252b30; }

.bg_color_grey--dark .parsley-errors-list {
  color: #dc6e70 !important; }

.upload_img_field {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 50%;
  margin-bottom: 20px; }
  .upload_img_field input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.001;
    outline: 1px solid green; }
  @media screen and (max-width: 600px) {
    .upload_img_field {
      width: 100%; } }

label,
.fake_label {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  display: block; }

form ol li {
  padding: 0 0 1em; }

::-webkit-input-placeholder {
  color: #aaa; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa; }

:-ms-input-placeholder {
  color: #aaa; }

.placeholder {
  color: #aaa; }

.parsley-errors-list {
  font-size: 12px;
  font-size: 0.75rem;
  color: #d24548;
  font-weight: 400;
  text-shadow: none;
  text-align: left;
  display: none;
  text-transform: none; }
  .parsley-errors-list.filled {
    display: block; }
  .parsley-errors-list li {
    margin: 0 !important;
    padding: 0.5em 0 !important; }
  .select .parsley-errors-list {
    position: absolute;
    padding-top: 2px; }

.system_error {
  background-color: #fae9ea;
  margin-bottom: 25px;
  color: #d24548;
  border: 2px solid #d24548;
  padding: 20px;
  display: block; }

fieldset {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em; }
  fieldset:last-of-type {
    border-bottom: none; }

.no-padding-bottom {
  padding-bottom: 0; }

legend {
  margin: 1em 0; }

input[type="checkbox"]:not(.hidden) + label {
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.6em;
  padding-left: 2.5em;
  position: relative; }
  input[type="checkbox"]:not(.hidden) + label:before {
    background: transparent;
    border-radius: 3px;
    border: 2px solid #B2C900;
    content: '.';
    cursor: pointer;
    height: 22px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    -webkit-transition: background 200ms ease-in-out;
            transition: background 200ms ease-in-out;
    width: 22px; }
  input[type="checkbox"]:not(.hidden) + label:after {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

input[type="checkbox"]:not(.hidden):checked + label:before {
  background-color: #B2C900; }

input[type="checkbox"]:not(.hidden):checked + label:after {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px; }

input[type="radio"]:not(.hidden) + label {
  cursor: pointer;
  padding-left: 2.5em;
  position: relative;
  line-height: 2em; }
  input[type="radio"]:not(.hidden) + label:before {
    -webkit-transition: background 200ms ease-in-out;
            transition: background 200ms ease-in-out;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid #B2C900;
    content: '.';
    text-indent: -999em;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: transparent; }
  input[type="radio"]:not(.hidden) + label:after {
    -webkit-transition: background 200ms ease-in-out;
            transition: background 200ms ease-in-out;
    border-radius: 20px;
    cursor: pointer;
    content: '.';
    text-indent: -999em;
    position: absolute;
    left: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #fff; }

input[type="radio"]:not(.hidden):checked + label:after {
  background: #B2C900; }

.select {
  min-height: 40px;
  display: block;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background: #fff;
  position: relative; }
  .select.is_plain {
    border: none; }
  .select.parsley-error {
    margin-bottom: 2em !important; }
  .select:before {
    font-size: 9px;
    font-size: 0.5625rem;
    color: #B2C900;
    position: absolute;
    top: 1px;
    right: -1px;
    display: inline-block;
    padding: 14px;
    pointer-events: none;
    z-index: 10; }
    .lt-ie10 .select:before, .lt-ie9 .select:before {
      display: none; }
  .select select {
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    padding: 11px;
    position: relative;
    width: 100%;
    z-index: 5; }
    .lt-ie10 .select select {
      padding: 11px; }
    .select select:focus {
      outline: none; }
    .select select::-ms-expand {
      display: none; }

.form_actions {
  border-top: 1px solid red;
  padding-top: 3.5em; }
  .form_actions .btn {
    margin-top: 2em; }

.form_newsletter {
  position: relative; }
  .form_newsletter .parsley-errors-list {
    position: absolute;
    top: 50px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .form_newsletter .parsley-errors-list {
        top: 60px; } }
    .form_newsletter .parsley-errors-list li {
      padding: 0; }
  .form_newsletter input {
    padding-right: 100px; }
    @media screen and (max-width: 768px) {
      .form_newsletter input {
        min-height: 32px;
        line-height: 32px; }
        .lt-ie10 .form_newsletter input {
          min-height: 56px; } }
  .form_newsletter button {
    background-color: #B2C900;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: none;
    color: #fff;
    display: inline-block;
    height: 100%;
    letter-spacing: 0.05em;
    line-height: 41px;
    min-width: 85px;
    outline: none;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0; }
    .form_newsletter button:hover {
      background-color: #91a300; }
    @media screen and (max-width: 768px) {
      .form_newsletter button {
        line-height: 50px; } }
  .form_newsletter .form_newsletter_message {
    color: #fff;
    position: absolute;
    top: 60px; }
    @media screen and (max-width: 768px) {
      .form_newsletter .form_newsletter_message {
        top: 70px; } }

.form_search_field {
  position: relative; }
  .form_search_field input {
    border-radius: 0;
    padding-right: 50px;
    min-height: 50px; }
    .lt-ie9 .form_search_field input {
      min-height: 0;
      height: 50px; }
  .form_search_field > button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: transparent;
    border: none;
    outline: none; }
    .form_search_field > button:before {
      font-size: 24px;
      font-size: 1.5rem;
      color: #B2C900;
      display: block; }
    .form_search_field > button:focus {
      outline: 1px dotted; }

.form_feat {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  color: #6d7c88; }
  .form_feat:last-child {
    margin-right: 0; }
  .form_feat ol {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto; }
    .form_feat ol::after {
      clear: both;
      content: "";
      display: table; }
    .form_feat ol li.has_more_bottom_margin {
      margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .form_feat ol li {
        width: 100%;
        float: left; } }
  .form_feat .l_half:not('.no-margin') {
    margin-bottom: 0.75em; }
    @media screen and (max-width: 768px) {
      .form_feat .l_half:not('.no-margin') {
        margin: 0.25em 0; } }
  .form_feat .-add-receipt button {
    line-height: 1em;
    padding: 8px 10px; }
  .form_feat .-add-receipt .-template {
    display: none; }
  .form_feat .divider {
    clear: both;
    padding: 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #6d7c88; }
  .form_feat .clear {
    clear: both; }
  .form_feat_inline_field input {
    width: calc(100% - 220px); }
  .form_feat_inline_field button {
    min-width: 200px;
    float: right; }
    @media screen and (max-width: 768px) {
      .form_feat_inline_field button {
        min-width: none; } }
  .form_feat button {
    min-width: 200px !important; }
  @media screen and (max-width: 768px) {
    .form_feat {
      width: 100%;
      margin-left: 0%; } }

.form_field_with_button {
  position: relative; }
  .form_field_with_button input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 75%; }
    .csscalc .form_field_with_button input {
      width: calc(100% - 60px); }
  .form_field_with_button button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 40px !important; }
    .csscalc .form_field_with_button button {
      width: 60px; }

.form_filter_btn {
  background-color: #f2f2f2;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #616161;
  display: block;
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  height: 38px;
  outline: none;
  position: relative;
  width: 120px; }
  .form_filter_btn:hover {
    background: #B2C900;
    color: #fff; }
  .form_filter_btn.is_highlighted {
    -webkit-animation: scaleBounce 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 1;
    animation: scaleBounce 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 1;
    background: #B2C900;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff; }
    .form_filter_btn.is_highlighted:hover {
      background: #91a300; }
  .form_filter_btn.is_highlighted_no_bounce {
    background: #B2C900 !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    color: #fff !important; }
    .form_filter_btn.is_highlighted_no_bounce:hover {
      background: #91a300 !important; }
  @media screen and (max-width: 768px) {
    .form_filter_btn {
      float: none;
      font-weight: 500;
      height: 45px;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
      width: 100%; } }

.theme_orange .carousel_container {
  background-color: #f7cd75; }
  .theme_orange .carousel_container .category_tag,
  .theme_orange .carousel_container .slider_nav {
    background-color: #f4bc45; }

.theme_orange .category_tag,
.theme_orange .block_header {
  background-color: #f4bc45; }

.content_header.is_project nav li.is_orange a:after {
  background: #f4bc45; }

.dyn_accordion.theme_orange .dyn_accordion_title {
  background-color: #f4bc45; }

.dyn_accordion.theme_orange .js_accordion_btn i {
  color: #f4bc45; }

.dyn_accordion.theme_orange .js_accordion_btn:hover {
  color: #f4bc45; }
  .dyn_accordion.theme_orange .js_accordion_btn:hover i {
    color: #c29127; }

.dyn_accordion.theme_orange .dyn_accordion_list .cta_link {
  color: #f4bc45; }

.dyn_accordion.theme_orange input[type="checkbox"] + label:before {
  border: 2px solid #f4bc45; }

.dyn_accordion.theme_orange input[type="checkbox"]:checked + label:before {
  background: #f4bc45; }

.progress_bar.theme_orange span {
  background: #f4bc45; }

.theme_red .carousel_container {
  background-color: #dc6e70; }
  .theme_red .carousel_container .category_tag,
  .theme_red .carousel_container .slider_nav {
    background-color: #d24548; }

.theme_red .category_tag,
.theme_red .block_header {
  background-color: #d24548; }

.content_header.is_project nav li.is_red a:after {
  background: #d24548; }

.dyn_accordion.theme_red .dyn_accordion_title {
  background-color: #d24548; }

.dyn_accordion.theme_red .js_accordion_btn i {
  color: #d24548; }

.dyn_accordion.theme_red .js_accordion_btn:hover {
  color: #d24548; }
  .dyn_accordion.theme_red .js_accordion_btn:hover i {
    color: #9e2f31; }

.dyn_accordion.theme_red .dyn_accordion_list .cta_link {
  color: #d24548; }

.dyn_accordion.theme_red input[type="checkbox"] + label:before {
  border: 2px solid #d24548; }

.dyn_accordion.theme_red input[type="checkbox"]:checked + label:before {
  background: #d24548; }

.progress_bar.theme_red span {
  background: #d24548; }

.theme_teal .carousel_container {
  background-color: #9ddad1; }
  .theme_teal .carousel_container .category_tag,
  .theme_teal .carousel_container .slider_nav {
    background-color: #4da195; }

.theme_teal .category_tag,
.theme_teal .block_header {
  background-color: #4da195; }

.content_header.is_project nav li.is_teal a:after {
  background: #4da195; }

.dyn_accordion.theme_teal .dyn_accordion_title {
  background-color: #4da195; }

.dyn_accordion.theme_teal .js_accordion_btn i {
  color: #4da195; }

.dyn_accordion.theme_teal .js_accordion_btn:hover {
  color: #4da195; }
  .dyn_accordion.theme_teal .js_accordion_btn:hover i {
    color: #2a6e63; }

.dyn_accordion.theme_teal .dyn_accordion_list .cta_link {
  color: #4da195; }

.dyn_accordion.theme_teal input[type="checkbox"] + label:before {
  border: 2px solid #4da195; }

.dyn_accordion.theme_teal input[type="checkbox"]:checked + label:before {
  background: #4da195; }

.progress_bar.theme_teal span {
  background: #4da195; }

.theme_purple .carousel_container {
  background-color: #9b77c2; }
  .theme_purple .carousel_container .category_tag,
  .theme_purple .carousel_container .slider_nav {
    background-color: #8154b2; }

.theme_purple .category_tag,
.theme_purple .block_header {
  background-color: #8154b2; }

.content_header.is_project nav li.is_purple a:after {
  background: #8154b2; }

.dyn_accordion.theme_purple .dyn_accordion_title {
  background-color: #8154b2; }

.dyn_accordion.theme_purple .js_accordion_btn i {
  color: #8154b2; }

.dyn_accordion.theme_purple .js_accordion_btn:hover {
  color: #8154b2; }
  .dyn_accordion.theme_purple .js_accordion_btn:hover i {
    color: #573080; }

.dyn_accordion.theme_purple .dyn_accordion_list .cta_link {
  color: #8154b2; }

.dyn_accordion.theme_purple input[type="checkbox"] + label:before {
  border: 2px solid #8154b2; }

.dyn_accordion.theme_purple input[type="checkbox"]:checked + label:before {
  background: #8154b2; }

.progress_bar.theme_purple span {
  background: #8154b2; }

.ui_heading {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  padding-bottom: .8em;
  border-bottom: 2px solid #000; }
  .ui_heading--smaller {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 2em; }

.ui_color_swatch {
  width: 12.5%;
  margin: 0;
  float: left; }
  .ui_color_swatch h3 {
    color: #fff;
    box-sizing: border-box;
    display: block;
    height: 150px;
    padding: 1em;
    position: relative; }
  @media screen and (max-width: 768px) {
    .ui_color_swatch {
      width: 25%; } }

.dev_note {
  color: red; }

.bg_color_green {
  background-color: #B2C900; }

.bg_color_green--light {
  background-color: #ebf6d3; }

.bg_color_grey {
  background-color: #616161; }

.bg_color_grey--light {
  background-color: #ddd; }

.bg_color_grey--x-light {
  background-color: #e9e9e9; }

.bg_color_grey--xx-light {
  background-color: #f6f6f6; }

.bg_color_grey--mid {
  background-color: #b2bbc0; }

.bg_color_grey--dark {
  background-color: #252b30; }

.bg_color_orange {
  background-color: #f4bc45; }

.bg_color_orange--light {
  background-color: #f7cd75; }

.bg_color_red {
  background-color: #d24548; }

.bg_color_red--light {
  background-color: #dc6e70; }

.bg_color_teal {
  background-color: #4da195; }

.bg_color_teal--light {
  background-color: #9ddad1; }

.bg_color_purple {
  background-color: #8154b2; }

.bg_color_purple--light {
  background-color: #9b77c2; }

.bg_color_white {
  background-color: #fff; }

.heading_icon {
  display: block;
  padding-left: 30px;
  position: relative;
  text-decoration: none; }
  .heading_icon.is_alt {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #6d7c88;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px; }
    .heading_icon.is_alt.has_phone:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_edit:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_mail:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_camera:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_clipboard:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_download:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_circle_play:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_circle_video:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_bin:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_zoom:before {
      margin-top: -12px; }
    .heading_icon.is_alt.has_error:before {
      margin-top: -12px; }
  .heading_icon.has_phone:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_edit:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_mail:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_camera:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_clipboard:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_download:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_circle_play:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_circle_video:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_bin:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_zoom:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_error:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.has_zero_margin {
    margin-bottom: 0 !important; }
  .heading_icon.has_less_margin_top {
    margin-top: 7px; }
  .heading_icon.is_after:before {
    display: none; }
  .heading_icon.is_after.has_phone:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_edit:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_mail:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_camera:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_clipboard:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_download:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_circle_play:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_circle_video:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_bin:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_zoom:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  .heading_icon.is_after.has_error:after {
    font-size: 20px;
    font-size: 1.25rem;
    color: #B2C900;
    display: inline-block;
    margin-top: -10px;
    padding-left: 5px;
    right: 0;
    top: 50%;
    -webkit-transition: all 260ms ease-in-out;
            transition: all 260ms ease-in-out;
    width: 30px; }
  @media screen and (max-width: 600px) {
    .heading_icon {
      font-size: 14px;
      font-size: 0.875rem; } }

.heading_char_count {
  font-size: 12px;
  font-size: 0.75rem;
  color: #b2bbc0;
  display: block;
  margin-top: 0.5em;
  text-align: right; }

.heading_main {
  display: inline-block;
  line-height: 1em; }
  .heading_main span {
    display: inline-block;
    line-height: 1.3em;
    margin-right: 30px;
    vertical-align: bottom; }
  @media screen and (max-width: 768px) {
    .heading_main {
      font-size: 26px;
      font-size: 1.625rem; }
      .heading_main span {
        line-height: 1.8em; } }
  @media screen and (max-width: 600px) {
    .heading_main {
      font-size: 21px;
      font-size: 1.3125rem; } }

.product_table_heading {
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  margin: 0;
  padding: 30px 20px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .product_table_heading {
      padding-bottom: 10px;
      padding-top: 10px; } }

.product_table_section_heading {
  border-bottom: solid 1px #e6e6e6;
  background: #fff;
  color: #B2C900;
  font-weight: 700;
  margin: 0;
  padding: 24px 20px; }
  @media screen and (max-width: 768px) {
    .product_table_section_heading {
      border-bottom: none;
      padding-bottom: 10px;
      padding-top: 10px; } }

.wysiwyg {
  line-height: 1.6em; }
  .wysiwyg h2 {
    margin-top: 2.5rem; }
  .wysiwyg p {
    position: relative;
    color: #616161; }
  .wysiwyg p a {
    color: #B2C900;
    border-bottom: 1px solid;
    text-decoration: none; }
    .wysiwyg p a:hover {
      color: #91a300; }
    .wysiwyg p a.btn {
      color: #fff; }
    .wysiwyg p a[id]:not([href]) {
      position: absolute;
      top: -120px; }
  .wysiwyg > ul {
    list-style-position: inside;
    padding-left: 0;
    color: #616161; }
    .wysiwyg > ul li {
      margin-bottom: .8em;
      padding-left: 30px;
      position: relative; }
      .wysiwyg > ul li:before {
        font-size: 18px;
        font-size: 1.125rem;
        color: #B2C900;
        content: "\2022";
        position: absolute;
        left: 0;
        top: .1em;
        padding-right: 1em; }
    @media screen and (max-width: 768px) {
      .wysiwyg > ul {
        margin-bottom: 1em; } }
  .wysiwyg > ol {
    list-style-position: outside;
    padding-left: 0;
    counter-reset: li;
    color: #616161; }
    .wysiwyg > ol li {
      margin-bottom: .8em;
      padding-left: 30px;
      position: relative; }
      .wysiwyg > ol li:before {
        font-size: 16px;
        font-size: 1rem;
        color: #B2C900;
        font-weight: 700;
        content: counter(li);
        counter-increment: li;
        left: 0;
        padding-right: 1em;
        position: absolute;
        top: .1em; }
    @media screen and (max-width: 768px) {
      .wysiwyg > ol {
        margin-bottom: 1em; } }
  .wysiwyg blockquote {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3em;
    color: #616161; }
    .wysiwyg blockquote::after {
      clear: both;
      content: "";
      display: table; }
    .wysiwyg blockquote:before {
      font-size: 100px;
      font-size: 6.25rem;
      color: #B2C900;
      content: "“";
      position: relative;
      top: 0.35em; }
      @media screen and (max-width: 600px) {
        .wysiwyg blockquote:before {
          font-size: 60px;
          font-size: 3.75rem; } }
    @media screen and (max-width: 600px) {
      .wysiwyg blockquote {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5em; } }
    .wysiwyg blockquote span {
      font-style: normal;
      font-weight: 700;
      padding: 1em 0;
      float: right; }
      .wysiwyg blockquote span:before {
        content: "—";
        color: #B2C900;
        padding-right: 5px; }
  .wysiwyg figure {
    margin-bottom: 30px; }
    .wysiwyg figure.has_button .figure_btn {
      position: absolute;
      text-align: center;
      bottom: 25px;
      width: 100%; }
    .wysiwyg figure img {
      width: 100%;
      height: auto; }
    .wysiwyg figure figcaption {
      text-transform: none;
      line-height: 1.6em;
      color: #616161;
      padding: 1em 0;
      border-bottom: 2px solid #B2C900; }
  .wysiwyg_half_float {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 48.2106681966%;
    margin-bottom: 1.25em; }
    .wysiwyg_half_float section {
      border-top: 1px solid #ddd;
      padding: 1.5em 0 0; }
    .wysiwyg_half_float:last-child {
      margin-right: 0; }
    .wysiwyg_half_float.is_right {
      float: right;
      margin-left: 3.5786636068%;
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .wysiwyg_half_float {
        width: 100%;
        margin: 1.5em 0; } }
    .wysiwyg_half_float h2 {
      margin-bottom: 1em; }
    .wysiwyg_half_float .sidebar_articles {
      padding-bottom: 1em; }
      .wysiwyg_half_float .sidebar_articles li p {
        color: #252b30; }

.share_bar {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #e1e4e5;
  padding: 1em 0; }
  .share_bar::after {
    clear: both;
    content: "";
    display: table; }
  .share_bar_tags {
    color: #B2C900;
    font-weight: 500;
    float: left; }
    .share_bar_tags:before {
      font-size: 24px;
      font-size: 1.5rem;
      padding-right: 10px;
      position: relative;
      top: 2px; }
    @media screen and (max-width: 600px) {
      .share_bar_tags {
        width: 100%; } }
  .share_bar_social {
    float: right; }
    @media screen and (max-width: 600px) {
      .share_bar_social {
        width: 100%;
        float: left;
        padding: 1.5em 0 0; } }
    .share_bar_social li {
      display: inline-block;
      margin-right: -4px;
      padding-left: 7px; }
      @media screen and (max-width: 600px) {
        .share_bar_social li {
          padding-left: 0;
          padding-right: 7px; } }
    .share_bar_social .addthis_button_email {
      background-color: #ccc; }
      .share_bar_social .addthis_button_email:hover {
        background-color: #999999; }
    .share_bar_social .addthis_button_facebook {
      background-color: #537bbd; }
      .share_bar_social .addthis_button_facebook:hover {
        background-color: #3e5c8e; }
    .share_bar_social .addthis_button_pinterest_share {
      background-color: #eb5755; }
      .share_bar_social .addthis_button_pinterest_share:hover {
        background-color: #b04140; }
    .share_bar_social .addthis_button_twitter {
      background-color: #78cdf0; }
      .share_bar_social .addthis_button_twitter:hover {
        background-color: #5a9ab4; }
    .share_bar_social a {
      color: #fff;
      border-radius: 100%;
      display: block;
      height: 36px;
      text-decoration: none;
      width: 36px;
      position: relative; }
      .share_bar_social a i {
        font-size: 20px;
        font-size: 1.25rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px !important;
        margin-left: -10px !important; }

.btn,
.pagination li a,
.pagination li .pagination_inactive {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #B2C900;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.4em;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  white-space: nowrap; }
  .btn:hover,
  .pagination li a:hover,
  .pagination li .pagination_inactive:hover {
    background-color: #91a300;
    text-decoration: none; }
  .btn.is_control,
  .pagination li a.is_control,
  .pagination li .is_control.pagination_inactive {
    background: none;
    border: none;
    color: #616161;
    padding-left: 0; }
    .btn.is_control:hover i, .pagination li a.is_control:hover i, .pagination li .is_control.pagination_inactive:hover i {
      -webkit-transition: color 260ms ease-in-out;
              transition: color 260ms ease-in-out;
      color: #B2C900; }
    .btn.is_control.is_delete:hover i, .pagination li a.is_control.is_delete:hover i, .pagination li .is_control.is_delete.pagination_inactive:hover i {
      color: #d24548; }
    .btn.is_control.has_icon_both_sides,
    .pagination li a.is_control.has_icon_both_sides,
    .pagination li .is_control.has_icon_both_sides.pagination_inactive {
      padding-left: 35px; }
      .btn.is_control.has_icon_both_sides:hover i:last-child, .pagination li a.is_control.has_icon_both_sides:hover i:last-child, .pagination li .is_control.has_icon_both_sides.pagination_inactive:hover i:last-child {
        color: #616161; }
      .btn.is_control.has_icon_both_sides i:first-child, .pagination li a.is_control.has_icon_both_sides i:first-child, .pagination li .is_control.has_icon_both_sides.pagination_inactive i:first-child {
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -9px; }
      .btn.is_control.has_icon_both_sides i:last-child:before, .pagination li a.is_control.has_icon_both_sides i:last-child:before, .pagination li .is_control.has_icon_both_sides.pagination_inactive i:last-child:before {
        font-size: 10px;
        font-size: 0.625rem; }
  .btn.is_green,
  .pagination li a.is_green,
  .pagination li .is_green.pagination_inactive {
    color: #B2C900;
    padding: 0;
    text-align: left;
    line-height: 1;
    background: none;
    border-radius: 0;
    text-shadow: none; }
    .btn.is_green:hover,
    .pagination li a.is_green:hover,
    .pagination li .is_green.pagination_inactive:hover {
      border-bottom: solid 1px; }
      .btn.is_green:hover i, .pagination li a.is_green:hover i, .pagination li .is_green.pagination_inactive:hover i {
        -webkit-transition: color 260ms ease-in-out;
                transition: color 260ms ease-in-out; }
    .btn.is_green i, .pagination li a.is_green i, .pagination li .is_green.pagination_inactive i {
      margin-left: 8px; }
  .btn.is_full_width,
  .pagination li a.is_full_width,
  .pagination li .is_full_width.pagination_inactive {
    width: 100%; }
  .btn.is_feature,
  .pagination li a.is_feature,
  .pagination li .is_feature.pagination_inactive {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 25px; }
  .btn.is_medium,
  .pagination li a.is_medium,
  .pagination li .is_medium.pagination_inactive {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 20px; }
    @media screen and (max-width: 600px) {
      .btn.is_medium,
      .pagination li a.is_medium,
      .pagination li .is_medium.pagination_inactive {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 8px 15px; } }
    @media screen and (max-width: 320px) {
      .btn.is_medium,
      .pagination li a.is_medium,
      .pagination li .is_medium.pagination_inactive {
        font-size: 10px;
        font-size: 0.625rem;
        padding: 8px 10px; } }
  .btn.is_large,
  .pagination li a.is_large,
  .pagination li .is_large.pagination_inactive {
    font-size: 18px;
    font-size: 1.125rem;
    min-width: 100%;
    padding: 14px 40px; }
    @media screen and (max-width: 600px) {
      .btn.is_large,
      .pagination li a.is_large,
      .pagination li .is_large.pagination_inactive {
        font-size: 16px;
        font-size: 1rem;
        padding: 14px 30px; } }
  .btn.is_large_no_width,
  .pagination li a.is_large_no_width,
  .pagination li .is_large_no_width.pagination_inactive {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 40px; }
    @media screen and (max-width: 600px) {
      .btn.is_large_no_width,
      .pagination li a.is_large_no_width,
      .pagination li .is_large_no_width.pagination_inactive {
        font-size: 16px;
        font-size: 1rem;
        padding: 14px 20px; } }
  .btn.is_large_full_width,
  .pagination li a.is_large_full_width,
  .pagination li .is_large_full_width.pagination_inactive {
    font-size: 16px;
    font-size: 1rem;
    width: 100%; }
    @media screen and (max-width: 1100px) {
      .btn.is_large_full_width,
      .pagination li a.is_large_full_width,
      .pagination li .is_large_full_width.pagination_inactive {
        font-size: 12px;
        font-size: 0.75rem; } }
  @media screen and (max-width: 600px) {
    .btn.is_full_width_on_mobile,
    .pagination li a.is_full_width_on_mobile,
    .pagination li .is_full_width_on_mobile.pagination_inactive {
      width: 100%;
      margin-bottom: 5px; } }
  @media screen and (max-width: 960px) {
    .btn.is_full_width_on_small,
    .pagination li a.is_full_width_on_small,
    .pagination li .is_full_width_on_small.pagination_inactive {
      width: 100%;
      margin-bottom: 5px; } }
  .btn.text_left,
  .pagination li a.text_left,
  .pagination li .text_left.pagination_inactive {
    text-align: left; }
  .btn.is_centered,
  .pagination li a.is_centered,
  .pagination li .is_centered.pagination_inactive {
    margin: 1em auto;
    text-align: center;
    width: 60%;
    min-width: 0; }
  .btn.has_no_icon span,
  .btn.has_no_icon i,
  .btn.has_no_icon svg, .pagination li a.has_no_icon span, .pagination li .has_no_icon.pagination_inactive span, .pagination li a.has_no_icon i, .pagination li .has_no_icon.pagination_inactive i, .pagination li a.has_no_icon svg, .pagination li .has_no_icon.pagination_inactive svg {
    display: none; }
  .btn.has_icon_left,
  .pagination li a.has_icon_left,
  .pagination li .has_icon_left.pagination_inactive {
    padding-left: 35px; }
    .btn.has_icon_left i, .pagination li a.has_icon_left i, .pagination li .has_icon_left.pagination_inactive i {
      font-size: 18px;
      font-size: 1.125rem;
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -9px; }
  .btn.has_icon_right,
  .pagination li a.has_icon_right,
  .pagination li .has_icon_right.pagination_inactive {
    padding-right: 35px; }
    .btn.has_icon_right i, .pagination li a.has_icon_right i, .pagination li .has_icon_right.pagination_inactive i {
      font-size: 18px;
      font-size: 1.125rem;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -9px; }
  .btn.has_green_icon i, .pagination li a.has_green_icon i, .pagination li .has_green_icon.pagination_inactive i {
    color: #B2C900; }
  .btn.is_inverted,
  .pagination li a.is_inverted,
  .pagination li .is_inverted.pagination_inactive {
    color: #fff; }
    .btn.is_inverted:hover,
    .pagination li a.is_inverted:hover,
    .pagination li .is_inverted.pagination_inactive:hover {
      background-color: #fff;
      background-color: transparent;
      border: 2px solid #fff;
      color: red; }
  .btn.is_outlined,
  .pagination li a.is_outlined,
  .pagination li .is_outlined.pagination_inactive {
    background-color: transparent;
    border: 1px solid #fff; }
    .btn.is_outlined:hover,
    .pagination li a.is_outlined:hover,
    .pagination li .is_outlined.pagination_inactive:hover {
      background-color: #B2C900; }
  .btn.is_secondary,
  .pagination li a.is_secondary,
  .pagination li .is_secondary.pagination_inactive {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #616161; }
    .btn.is_secondary:hover,
    .pagination li a.is_secondary:hover,
    .pagination li .is_secondary.pagination_inactive:hover {
      background-color: #ccc; }
  .btn.is_video,
  .pagination li a.is_video,
  .pagination li .is_video.pagination_inactive {
    border-radius: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: 60px; }
    .btn.is_video:before,
    .pagination li a.is_video:before,
    .pagination li .is_video.pagination_inactive:before {
      font-size: 36px;
      font-size: 2.25rem;
      color: #fff;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -18px;
      margin-left: -18px; }
    a:hover .btn.is_video,
    a:hover .pagination li a.is_video,
    .pagination li a:hover a.is_video,
    a:hover .pagination li .is_video.pagination_inactive,
    .pagination li a:hover .is_video.pagination_inactive {
      background-color: #91a300;
      text-decoration: none; }
  .btn.is_facebook,
  .pagination li a.is_facebook,
  .pagination li .is_facebook.pagination_inactive {
    background-color: #305fb3; }
    .btn.is_facebook:hover,
    .pagination li a.is_facebook:hover,
    .pagination li .is_facebook.pagination_inactive:hover {
      background-color: #254a8b; }
    .btn.is_facebook i, .pagination li a.is_facebook i, .pagination li .is_facebook.pagination_inactive i {
      font-size: 20px;
      font-size: 1.25rem;
      display: inline-block;
      vertical-align: middle; }
  .btn.is_teal,
  .pagination li a.is_teal,
  .pagination li .is_teal.pagination_inactive {
    background: #4da195; }
    .btn.is_teal:hover,
    .pagination li a.is_teal:hover,
    .pagination li .is_teal.pagination_inactive:hover {
      background-color: #2a6e63; }
  .btn.is_dark,
  .pagination li a.is_dark,
  .pagination li .is_dark.pagination_inactive {
    background: #252b30; }
    .btn.is_dark:hover,
    .pagination li a.is_dark:hover,
    .pagination li .is_dark.pagination_inactive:hover {
      background-color: #0f1113; }
  .btn.is_purple,
  .pagination li a.is_purple,
  .pagination li .is_purple.pagination_inactive {
    background: #8154b2; }
    .btn.is_purple:hover,
    .pagination li a.is_purple:hover,
    .pagination li .is_purple.pagination_inactive:hover {
      background-color: #573080; }
  .btn .loader, .pagination li a .loader, .pagination li .pagination_inactive .loader {
    width: 20px;
    position: absolute;
    display: none;
    right: 10px;
    top: 10px; }
    .btn .loader svg, .pagination li a .loader svg, .pagination li .pagination_inactive .loader svg {
      -webkit-animation: fa-spin 2s linear infinite;
              animation: fa-spin 2s linear infinite; }
  .btn.-disabled,
  .pagination li a.-disabled,
  .pagination li .-disabled.pagination_inactive {
    opacity: 0.7;
    padding-right: 38px; }
    .btn.-disabled .loader, .pagination li a.-disabled .loader, .pagination li .-disabled.pagination_inactive .loader {
      display: block; }

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  @media print {
    .btn,
    .pagination li a,
    .pagination li .pagination_inactive {
      display: none; } }

.btn_external_link {
  display: inline-block;
  margin-top: 30px; }
  .btn_external_link i {
    margin-left: 10px; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@-webkit-keyframes movetop {
  0% { }
  100% {
    top: 20%; } }

@keyframes movetop {
  0% { }
  100% {
    top: 20%; } }

.cta_circle {
  font-size: 14px;
  font-size: 0.875rem;
  display: table;
  background-color: #B2C900;
  border-radius: 240px 240px 0 0;
  color: #fff;
  font-weight: 500;
  height: 120px;
  line-height: 1.3em;
  margin: 0 auto;
  min-width: 240px;
  max-width: 240px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }
  .lt-ie9 .cta_circle {
    behavior: url(https://kaboodle.r.worldssl.net/PIE.htc); }
  .cta_circle:hover {
    background-color: #91a300; }
  .cta_circle_title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2.5em; }
    .cta_circle_title.has_icon_chat:before {
      font-size: 30px;
      font-size: 1.875rem;
      display: block;
      margin-bottom: 7px;
      text-align: center; }
    .cta_circle_title.has_icon_question:before {
      font-size: 30px;
      font-size: 1.875rem;
      display: block;
      margin-bottom: 7px;
      text-align: center; }
  .cta_circle.is_absolute {
    box-shadow: inset 0 1px 5px rgba(145, 163, 0, 0.4);
    margin: 0;
    position: absolute;
    right: 115px;
    top: 20%;
    padding-bottom: 10px;
    height: 105px;
    min-width: 210px;
    max-width: 210px; }
    .cta_circle.is_absolute .cta_circle_title {
      padding: 0 1em; }
      .cta_circle.is_absolute .cta_circle_title i {
        margin-top: 14px;
        display: inline-block;
        position: absolute;
        left: 92px; }
    .cta_circle.is_absolute.bounce {
      top: 100%;
      -webkit-animation: bounce 0.6s 6 ease-in-out, movetop 1s 4s 1 forwards;
              animation: bounce 0.6s 6 ease-in-out, movetop 1s 4s 1 forwards; }
    .cta_circle.is_absolute:hover {
      top: 100%; }
    @media screen and (max-width: 1220px) {
      .cta_circle.is_absolute {
        top: 45%;
        right: 50px; } }
    @media screen and (max-width: 600px) {
      .cta_circle.is_absolute {
        top: 45%;
        right: 30px; } }
  .cta_circle.is_align_top {
    border-radius: 0 0 240px 240px;
    margin-bottom: 2em; }
    .cta_circle.is_align_top [class*="has_icon_"] {
      padding-bottom: 1em; }
  @media screen and (min-width: 769px) {
    .cta_circle.is_align_top_deskop {
      border-radius: 0 0 240px 240px;
      margin-bottom: 2em;
      padding-bottom: 0.5em; }
      .cta_circle.is_align_top_deskop [class*="has_icon_"] {
        padding-bottom: 1em; } }
  .lt-ie9 .cta_circle.is_align_top_deskop {
    border-radius: 0 0 240px 240px;
    margin-bottom: 2em;
    padding-bottom: 0.5em; }
    .lt-ie9 .cta_circle.is_align_top_deskop [class*="has_icon_"] {
      padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .cta_circle.is_align_top_deskop {
      margin-top: 3em; } }
  @media screen and (max-width: 768px) {
    .cta_circle.has_padding_top_tablet {
      padding-top: 20px; } }
  .cta_circle.is_stuck_to_footer {
    position: fixed;
    bottom: 0;
    right: 100px;
    z-index: 300; }
    .cta_circle.is_stuck_to_footer.is_unstuck {
      position: absolute; }
  .cta_circle.has_logo_image {
    background-color: #2a6e63;
    border-radius: 0 0 120px 120px;
    height: 80px;
    max-width: 165px;
    min-width: 120px;
    padding: 15px 40px 30px 40px; }
    .cta_circle.has_logo_image img {
      max-width: 90px; }
  @media screen and (max-width: 768px) {
    .cta_circle {
      display: none; } }

#js_header_cta_circle {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
  #js_header_cta_circle.is_hidden {
    opacity: 0;
    visibility: hidden; }

.icon {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  letter-spacing: 0.09em;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle; }
  .icon span {
    position: relative; }
  .icon.is_plus {
    background-color: #B2C900;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: relative; }
    .icon.is_plus:before {
      font-size: 36px;
      font-size: 2.25rem;
      color: #fff;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -18px;
      margin-left: -18px; }
  .icon.is_images {
    height: 30px;
    line-height: 37px;
    padding: 0;
    padding-left: 4px;
    position: relative;
    width: 30px; }
    .icon.is_images:before {
      font-size: 30px;
      font-size: 1.875rem;
      color: #B2C900;
      position: absolute;
      top: 0px;
      left: 0px; }
  .icon.is_camera {
    width: 32px;
    height: 30px;
    padding: 0; }
    .icon.is_camera:before {
      font-size: 30px;
      font-size: 1.875rem;
      color: #b2bbc0; }
  .icon.is_comment {
    height: 30px;
    line-height: 26px;
    padding: 0;
    position: relative;
    width: 35px; }
    .icon.is_comment:before {
      font-size: 30px;
      font-size: 1.875rem;
      color: #B2C900;
      position: absolute;
      text-align: center;
      top: 0px;
      left: 0px; }
    .icon.is_comment span {
      background-color: #B2C900;
      border-radius: 10px;
      color: #fff;
      display: block;
      height: 22px;
      font-size: font_rem(11px);
      line-height: 20px;
      padding-top: 2px;
      position: relative;
      text-align: center;
      width: 100%; }
      .icon.is_comment span:after {
        border-color: #B2C900 transparent transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0 0;
        bottom: -6px;
        content: "";
        display: block;
        height: 0;
        left: 40%;
        position: absolute;
        width: 0; }
      .icon.is_comment span:empty {
        display: none; }
  .icon.is_close {
    width: 30px;
    height: 30px;
    padding: 0; }
    .icon.is_close:before {
      font-size: 30px;
      font-size: 1.875rem;
      color: #B2C900; }
  .icon.is_tag {
    width: 32px;
    height: 30px;
    padding: 0; }
    .icon.is_tag:before {
      font-size: 30px;
      font-size: 1.875rem;
      color: #B2C900; }

.category_tag {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #B2C900;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 35px;
  min-height: 35px;
  min-width: 155px;
  margin-right: -4px;
  padding: 0px 30px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }
  .category_tag.is_red {
    background-color: #d24548; }
  .category_tag.is_orange {
    background-color: #f4bc45; }
  .category_tag.is_purple {
    background-color: #8154b2; }
  .category_tag.is_teal {
    background-color: #4da195; }

.text_link {
  font-size: 15px;
  font-size: 0.9375rem;
  color: pallete(c_green);
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-right: 45px;
  position: relative; }
  @media screen and (max-width: 400px) {
    .text_link {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .text_link:before {
    -webkit-transition: right 260ms ease-in-out;
            transition: right 260ms ease-in-out;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -9px; }
  .text_link:hover:before {
    right: 20px; }
  .text_link.is_text_only {
    text-transform: uppercase;
    text-decoration: underline; }
    .text_link.is_text_only:before {
      content: none; }
    .text_link.is_text_only:hover {
      text-decoration: none; }
  .text_link.is_grey {
    color: #616161; }
  .text_link + .text_link {
    margin-top: 12px; }

.modal {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: relative;
  background: #fff;
  padding: 0;
  width: 100%;
  max-width: 600px;
  min-height: 240px;
  margin: 0 auto;
  min-width: 310px;
  background-color: #fff; }
  .modal fieldset {
    padding: 0; }
    .modal fieldset legend {
      font-size: 18px;
      font-size: 1.125rem;
      width: 100%;
      background-color: #e9e9e9;
      padding: 18px 20px;
      margin: 0;
      display: block; }
  .modal_content {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px; }
    .modal_content::after {
      clear: both;
      content: "";
      display: table; }
    .modal_content figure {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 22.3160022949%; }
      .modal_content figure:last-child {
        margin-right: 0; }
      .modal_content figure img {
        width: 100%; }
    .modal_content label,
    .modal_content .fake_label {
      margin-bottom: 0.5em;
      display: block; }
    .modal_content.has_border_top {
      border-top: 1px solid #e9e9e9; }
    .modal_content button, .modal_content .btn {
      float: right;
      margin: 17px 0 0 17px; }
    .modal_content.has_image ol {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 74.1053340983%; }
      .modal_content.has_image ol:last-child {
        margin-right: 0; }

.site-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8); }
  .site-modal .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-modal .inner .modal-content {
      position: relative;
      background: white;
      width: 500px;
      height: 80%;
      max-height: 700px;
      min-height: 300px; }
      @media screen and (max-width: 600px) {
        .site-modal .inner .modal-content {
          width: 450px; } }
      .site-modal .inner .modal-content .modal-close {
        position: absolute;
        right: -20px;
        top: -20px;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 100px;
        background: white;
        border: 0;
        color: #B2C728; }
        .site-modal .inner .modal-content .modal-close svg {
          width: 20px; }
      .site-modal .inner .modal-content iframe {
        width: 100%;
        height: 100%; }

.header {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #252b30;
  box-shadow: 0 1px 1px rgba(145, 163, 0, 0.4);
  min-width: 320px;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 260ms ease-in-out;
          transition: transform 260ms ease-in-out;
  width: 100%;
  z-index: 400; }
  @media screen and (max-width: 768px) {
    .header {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media print {
    .header {
      position: relative; } }
  .lt-ie9 .header {
    min-width: 1280px; }
  @media screen and (max-width: 768px) {
    .js_side_panel_open .header {
      -webkit-transform: translateX(calc(100% - 55px));
          -ms-transform: translateX(calc(100% - 55px));
              transform: translateX(calc(100% - 55px)); } }
  .header_nav_toggle {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    float: left;
    margin-left: -25px;
    margin-right: 15px;
    text-decoration: none;
    padding: 25px 40px;
    height: 90px;
    width: 90px;
    -webkit-transition: all 440ms ease-in-out;
            transition: all 440ms ease-in-out;
    position: relative;
    outline: none !important;
    z-index: 400; }
    .header_nav_toggle.desktop_hidden {
      display: none; }
    @media screen and (max-width: 768px) {
      .header_nav_toggle {
        padding: 8px 12px 6px;
        width: 65px;
        height: 55px;
        margin-left: -20px; }
        .header_nav_toggle.desktop_hidden {
          display: block; } }
    @media screen and (max-width: 600px) {
      .header_nav_toggle {
        font-size: 34px;
        font-size: 2.125rem;
        padding: 10px;
        width: 55px;
        height: 55px;
        margin-left: -15px; } }
    @media screen and (min-width: 769px) {
      .header_nav_toggle.is_hidden {
        margin-left: -120px; } }
    .lt-ie9 .header_nav_toggle.is_hidden {
      margin-left: -100px; }
    .header_nav_toggle:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 1px;
      height: 100%;
      right: 0;
      background-color: rgba(255, 255, 255, 0.4); }
    .header_nav_toggle i {
      -webkit-transition: all 260ms ease-in-out;
              transition: all 260ms ease-in-out;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      display: block;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
      @media screen and (max-width: 600px) {
        .header_nav_toggle i {
          margin-left: -17px; } }
    .header_nav_toggle .i_menu {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .header_nav_toggle .i_close {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .js_side_panel_open .header_nav_toggle .i_close {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .js_side_panel_open .header_nav_toggle .i_menu {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .header_logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    display: block;
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: left;
    z-index: 400;
    position: relative; }
    .header_logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1240px) {
      .header_logo {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .header_logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .header_logo {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 35.2633352458%;
        padding-top: 10px; }
        .header_logo:last-child {
          margin-right: 0; } }
    .header_logo img {
      width: 230px;
      max-width: 230px !important;
      height: auto; }
      @media screen and (max-width: 768px) {
        .header_logo img {
          width: 140px; } }
  .header_subnav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 53.0860763509%;
    position: relative;
    z-index: 400;
    float: right;
    opacity: 1;
    -webkit-transition: opacity 260ms ease-in-out;
            transition: opacity 260ms ease-in-out;
    z-index: 400; }
    .header_subnav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1240px) {
      .header_subnav {
        display: none; } }
    @media screen and (max-width: 768px) {
      .header_subnav {
        display: none; } }
    .header_subnav > ul {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500;
      float: right; }
      .header_subnav > ul:hover > a {
        opacity: .4; }
        .lt-ie9 .header_subnav > ul:hover > a {
          color: #999999; }
        .header_subnav > ul:hover > a:hover {
          opacity: 1; }
          .lt-ie9 .header_subnav > ul:hover > a:hover {
            color: #fff; }
      .header_subnav > ul > li {
        display: inline-block;
        margin-left: -4px; }
        .header_subnav > ul > li.header_subnav_icon a {
          font-size: 20px;
          font-size: 1.25rem; }
        .header_subnav > ul > li > a {
          border-radius: 6px;
          border: 1px solid transparent;
          color: #fff;
          display: block;
          margin: 24px 0;
          padding: 10px 14px;
          text-decoration: none; }
          .header_subnav > ul > li > a:hover {
            border: 1px solid rgba(255, 255, 255, 0.5);
            color: #fff; }
            .lt-ie9 .header_subnav > ul > li > a:hover {
              border: 1px solid gray; }
  .header_subnav_alt {
    background-color: #fff;
    position: relative;
    z-index: 500;
    padding: 0;
    margin-top: 0;
    height: 0;
    overflow: hidden; }
    @media screen and (max-width: 1240px) {
      .header_subnav_alt {
        margin-top: 0;
        height: 38px;
        padding: .5em 0;
        overflow: visible; } }
    @media screen and (max-width: 768px) {
      .header_subnav_alt {
        display: none; } }
    .header_subnav_alt > div > ul {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500;
      float: right; }
      .header_subnav_alt > div > ul > li {
        display: inline-block;
        margin-left: 25px; }
        .header_subnav_alt > div > ul > li > a {
          color: #252b30;
          text-decoration: none; }
  .header_utils {
    float: right;
    padding: 28px 26px 28px 16px;
    position: relative;
    z-index: 400; }
    @media screen and (max-width: 768px) {
      .header_utils {
        padding: 12px 10px 8px 10px; } }
    @media screen and (min-width: 1400px) {
      .header_utils {
        padding: 28px 30px 28px; } }
    .header_utils > ul {
      float: right;
      line-height: 33px; }
      .header_utils > ul > li {
        font-size: 30px;
        font-size: 1.875rem;
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .header_utils > ul > li:first-child {
          margin-right: 20px; }
        .header_utils > ul > li a {
          text-decoration: none;
          outline: none !important;
          display: block; }
          .header_utils > ul > li a.is_active, .header_utils > ul > li a:hover {
            color: #fff; }
          .header_utils > ul > li a#js_account_toggle {
            font-size: 14px;
            font-size: 0.875rem;
            border: 1px solid transparent;
            color: #fff;
            display: block;
            font-weight: 500;
            text-decoration: none; }
            @media screen and (max-width: 600px) {
              .header_utils > ul > li a#js_account_toggle {
                font-size: 12px;
                font-size: 0.75rem;
                margin-right: -8px; }
                .logged_in .header_utils > ul > li a#js_account_toggle {
                  font-size: 10px;
                  font-size: 0.625rem;
                  margin-right: -12px; } }
    .header_utils_account {
      left: 50%;
      margin-left: -120px;
      margin-top: 48px;
      opacity: 1;
      position: absolute;
      top: 0;
      -webkit-transition: all 260ms ease-in-out;
              transition: all 260ms ease-in-out;
      visibility: visible;
      min-width: 240px;
      z-index: 210; }
      .lt-ie9 .header_utils_account {
        min-width: 0; }
      .header_utils_account.is_hidden {
        top: -10px;
        opacity: 0;
        visibility: hidden; }
      @media screen and (max-width: 768px) {
        .header_utils_account {
          left: auto;
          right: 0;
          margin-right: -10px;
          margin-left: 0 !important;
          margin-top: 50px !important; } }
      .lt-ie9 .header_utils_account .sidebar_nav_header {
        width: 280px; }
  .header_product > a i {
    font-size: 8px;
    font-size: 0.5rem;
    margin-left: 5px;
    display: inline-block; }
  .header_product > a.is_open i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .header .chevron {
    font-size: 8px;
    font-size: 0.5rem;
    margin-left: 5px;
    display: inline-block; }
    .header .chevron.is_open i {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .header_inner {
    background-color: #252b30; }
  .header_main {
    position: relative; }
  .header_bunnings {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 8.7310939918%;
    float: right;
    margin: 20px 0 20px 0;
    position: relative;
    z-index: 400; }
    .header_bunnings:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .header_bunnings {
        display: none; } }
    .header_bunnings img {
      height: 43px;
      max-width: 100%;
      width: 110px; }
  .header_search {
    padding: 20px;
    position: relative;
    z-index: 120;
    -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
    height: 85px;
    overflow: hidden;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
    .header_search.is_hidden {
      padding: 0;
      height: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0; }
    @media screen and (max-width: 768px) {
      .header_search {
        display: none; } }
    .header_search input {
      font-size: 18px;
      font-size: 1.125rem;
      border: none;
      padding: 12px 18px;
      width: calc(100% - 140px);
      border-radius: 4px 0 0 4px;
      float: left;
      height: 52px; }
      .lt-ie9 .header_search input {
        width: 1000px; }
    .header_search button {
      font-size: 16px;
      font-size: 1rem;
      border-radius: 0 4px 4px 0;
      float: left;
      padding: 16px;
      width: 140px;
      height: 52px; }
  .header_arrow {
    height: 0;
    width: 0;
    border-bottom: 500px solid #B2C900;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -1250px;
    position: absolute;
    z-index: 0; }
    @media screen and (max-width: 1240px) {
      .header_arrow {
        margin-left: -900px; } }
    @media screen and (max-width: 768px) {
      .header_arrow {
        margin-left: -900px; } }
  .header_green_strip {
    background-color: #B2C900;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 15%; }
  .header .header_inner {
    position: relative; }
    @media print {
      .header .header_inner {
        display: none; } }
    .header .header_inner.is_print {
      display: none; }
      @media print {
        .header .header_inner.is_print {
          display: block; } }
  .header ._has_dropdown {
    position: relative; }
    .header ._has_dropdown .dropdown {
      z-index: 100;
      -webkit-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
      opacity: 0;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      visibility: hidden;
      display: block; }
      .header ._has_dropdown .dropdown .header_utils_account {
        margin-top: -15px;
        visibility: inherit; }
        .header ._has_dropdown .dropdown .header_utils_account .sidebar_nav_header {
          padding: 1px 0 0; }
        .header ._has_dropdown .dropdown .header_utils_account._topbar {
          margin-top: 6px; }
    .header ._has_dropdown:hover .dropdown {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      visibility: visible; }

.lt-ie9 .nav_toggle {
  margin-left: -100px; }

.login_form {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%;
  background-color: #fff; }
  .login_form:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .login_form {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .login_form .half {
      width: 50%;
      float: left;
      padding-right: 10px; }
      .login_form .half + .half {
        padding-left: 10px;
        padding-right: 0; } }
  @media screen and (max-width: 600px) {
    .login_form .half {
      width: 100%;
      padding-right: 0; }
      .login_form .half + .half {
        padding-left: 0; } }
  .login_form_node {
    background-color: #B2C900;
    border-radius: 100%;
    color: #fff;
    display: table;
    height: 72px;
    margin-right: -37px;
    margin-top: -37px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 72px;
    z-index: 10; }
    .lt-ie9 .login_form_node {
      behavior: url(https://kaboodle.r.worldssl.net/PIE.htc); }
    .login_form_node span {
      display: table-cell;
      vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .login_form_node {
        right: 50%;
        top: 100%; } }
    @media screen and (max-width: 600px) {
      .login_form_node {
        height: 60px;
        margin-right: -30px;
        margin-top: -30px;
        width: 60px; } }
  .login_form_col {
    float: left;
    width: 50%;
    position: relative;
    padding: 60px 40px 90px; }
    @media screen and (max-width: 960px) {
      .login_form_col {
        height: 700px; } }
    .login_form_col.is_first {
      padding-right: 65px;
      border-right: 2px solid #B2C900; }
      @media screen and (max-width: 768px) {
        .login_form_col.is_first {
          border-right: 0;
          border-bottom: 2px solid #B2C900;
          padding: 30px 30px 40px; } }
      @media screen and (max-width: 400px) {
        .login_form_col.is_first {
          padding: 30px 20px 40px; } }
    .login_form_col.is_last {
      position: relative;
      padding-left: 65px;
      border-left: 2px solid #B2C900; }
      @media screen and (max-width: 768px) {
        .login_form_col.is_last {
          border-left: 0;
          border-top: 2px solid #B2C900;
          padding: 50px 30px 60px; } }
      @media screen and (max-width: 400px) {
        .login_form_col.is_last {
          padding: 50px 20px 60px; } }
      .login_form_col.is_last ol {
        padding-left: 0; }
        .login_form_col.is_last ol li {
          list-style: none;
          padding: 0 0 1em; }
      .login_form_col.is_last .login_form_col_logos {
        box-sizing: border-box;
        padding-right: 8px;
        text-align: right;
        background: url(https://kaboodle.r.worldssl.net/images/elements/login-form-logo-bg.png) repeat transparent;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0; }
        .login_form_col.is_last .login_form_col_logos img {
          margin-top: -3px; }
    @media screen and (max-width: 768px) {
      .login_form_col {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%;
        height: auto; }
        .login_form_col:last-child {
          margin-right: 0; } }
    .login_form_col.has_no_border {
      border: none; }
  .login_form ul li {
    padding: 0.5em 0; }
  .login_form p {
    color: #616161; }
    @media screen and (min-width: 1400px) {
      .login_form p.login_form_col_forgotten_pass {
        margin-bottom: 20px;
        position: relative;
        display: inline;
        height: 40px;
        line-height: 40px; }
        .login_form p.login_form_col_forgotten_pass a {
          float: right;
          line-height: 20px;
          padding-top: 10px; } }
    .login_form p a {
      color: #616161;
      text-decoration: none;
      border-bottom: 1px solid; }
      .login_form p a:hover {
        color: #B2C900; }
  .login_form button {
    min-width: 160px; }
  .login_form label,
  .login_form h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }

.filter_nav {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  background: #fff;
  box-shadow: 0.5px 0.866px 2px 0px rgba(0, 0, 0, 0.13);
  text-align: center; }
  .filter_nav.has_4_items li {
    display: table-cell;
    width: 25%; }
    @media screen and (max-width: 768px) {
      .filter_nav.has_4_items li {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%;
        border-bottom: 1px solid #e9e9e9; }
        .filter_nav.has_4_items li:last-child {
          margin-right: 0; } }
  .filter_nav.has_4_items.-small li {
    width: 22.5%; }
    .filter_nav.has_4_items.-small li select {
      font-size: .8rem; }
    @media screen and (max-width: 768px) {
      .filter_nav.has_4_items.-small li {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%;
        border-bottom: 1px solid #e9e9e9; }
        .filter_nav.has_4_items.-small li:last-child {
          margin-right: 0; }
        .filter_nav.has_4_items.-small li select {
          font-size: 0.9375rem; } }
  @media screen and (max-width: 768px) {
    .filter_nav--cta.has_4_items li {
      border-right: 0; }
      .filter_nav--cta.has_4_items li button {
        margin: 10px 0;
        float: right; } }
  @media screen and (max-width: 768px) {
    .filter_nav {
      max-width: 1190px;
      margin-left: auto;
      margin-right: auto; }
      .filter_nav::after {
        clear: both;
        content: "";
        display: table; } }
  .filter_nav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    vertical-align: top;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .filter_nav ul {
        width: 100%;
        display: block; } }
    .filter_nav ul > li {
      display: table-cell;
      border-right: 1px solid #e9e9e9;
      text-align: center;
      vertical-align: middle;
      position: relative;
      height: 48px;
      width: 30%; }
      .filter_nav ul > li.is_filter_btn {
        background: #fff;
        width: 145px; }
        .filter_nav ul > li.is_filter_btn.w-fixed {
          width: 30%; }
        .filter_nav ul > li.is_filter_btn .filter_group {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .filter_nav ul > li.is_filter_btn .filter_group button {
            margin-left: 15px; }
        @media screen and (max-width: 768px) {
          .filter_nav ul > li.is_filter_btn {
            width: 100%;
            background: transparent;
            padding: 15px 20px; }
            .filter_nav ul > li.is_filter_btn .filter_group {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
              -webkit-flex-direction: row-reverse;
                  -ms-flex-direction: row-reverse;
                      flex-direction: row-reverse;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; }
              .filter_nav ul > li.is_filter_btn .filter_group button {
                margin-left: 0;
                margin-right: 15px; }
            .filter_nav ul > li.is_filter_btn.w-fixed {
              width: inherit; } }
      .filter_nav ul > li.is_search_input {
        padding-right: 15px;
        width: 30%;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .filter_nav ul > li.is_search_input {
            width: 100%; } }
      .filter_nav ul > li:last-child {
        border-right: none; }
        @media screen and (max-width: 768px) {
          .filter_nav ul > li:last-child {
            border-right: none;
            border-bottom: none; } }
      @media screen and (max-width: 768px) {
        .filter_nav ul > li {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%;
          border-bottom: 1px solid #e9e9e9;
          border-left: none;
          height: auto; }
          .filter_nav ul > li:last-child {
            margin-right: 0; } }
      .filter_nav ul > li > a {
        color: #616161;
        display: block;
        font-weight: 500;
        padding: 1em;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 768px) {
          .filter_nav ul > li > a {
            height: 50px;
            padding: 15px 19px;
            text-align: left; } }
        .filter_nav ul > li > a:hover, .filter_nav ul > li > a.is_active {
          color: #fff;
          background-color: #B2C900; }
      .filter_nav ul > li input {
        border-bottom: 1px solid #ddd;
        border-left: none;
        border-right: none;
        border-top: none;
        min-height: 36px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-top: 5px; }
        .filter_nav ul > li input:focus {
          border-color: #B2C900; }
        @media screen and (max-width: 768px) {
          .filter_nav ul > li input {
            border: none;
            height: 48px;
            padding-left: 1.25em; } }
      .filter_nav ul > li .select:before {
        padding-top: 25px; }
        @media screen and (max-width: 768px) {
          .filter_nav ul > li .select:before {
            padding-top: 20px;
            right: 3px; } }
      .filter_nav ul > li select {
        appearance: none;
        height: 55px; }
        @media screen and (max-width: 768px) {
          .filter_nav ul > li select {
            height: 50px;
            padding-left: 19px; } }
  .filter_nav.border-t {
    border-top: 1px solid #e9e9e9; }

.moodboard_list {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto; }
  .moodboard_list::after {
    clear: both;
    content: "";
    display: table; }
  .moodboard_list li {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 48.2106681966%;
    background-color: #fff;
    margin-bottom: 1.5em; }
    .moodboard_list li:last-child {
      margin-right: 0; }
    .moodboard_list li:nth-child(2n) {
      margin-right: 0; }
    .moodboard_list li:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 600px) {
      .moodboard_list li {
        width: 100%; } }
    .moodboard_list li.is_add_btn {
      -webkit-border-image: url("https://kaboodle.r.worldssl.net/images/elements/dotted-border.png") 4 4 4 4 repeat;
              border-image: url("https://kaboodle.r.worldssl.net/images/elements/dotted-border.png") 4 4 4 4 repeat;
      border-style: solid;
      border-width: 3px; }
      .moodboard_list li.is_add_btn:hover {
        background-color: transparent; }
      .moodboard_list li.is_add_btn > a {
        min-height: 450px;
        padding: 1.5em; }
        @media screen and (max-width: 768px) {
          .moodboard_list li.is_add_btn > a {
            min-height: 400px; } }
        @media screen and (max-width: 600px) {
          .moodboard_list li.is_add_btn > a {
            min-height: 300px; } }
        .moodboard_list li.is_add_btn > a:hover {
          color: #fff;
          background-color: #B2C900; }
          .moodboard_list li.is_add_btn > a:hover i {
            background-color: #fff; }
            .moodboard_list li.is_add_btn > a:hover i:before {
              color: #B2C900; }
    .moodboard_list li a {
      width: 100%;
      display: table;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .moodboard_list li a:hover figure {
        background-color: #B2C900; }
      .moodboard_list li a:hover h3 {
        color: #fff; }
      .moodboard_list li a span {
        display: table-cell;
        vertical-align: middle; }
        .moodboard_list li a span i {
          display: block;
          margin: 0 auto 20px; }
      .moodboard_list li a figure {
        -webkit-transition: background-color 260ms ease-in-out;
                transition: background-color 260ms ease-in-out; }
        .moodboard_list li a figure img {
          width: 100%; }
        .moodboard_list li a figure figcaption {
          color: #252b30;
          padding: 1.5em 1.5em 2em;
          text-align: left;
          text-transform: none; }
        .moodboard_list li a figure h3 {
          font-weight: 500;
          -webkit-transition: color 260ms ease-in-out;
                  transition: color 260ms ease-in-out;
          margin: 0; }
  .moodboard_list.is_three_cols li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .moodboard_list.is_three_cols li:nth-child(2n) {
      margin-right: 2.3576515979%; }
    .moodboard_list.is_three_cols li:nth-child(2n+1) {
      clear: none; }
    .moodboard_list.is_three_cols li:last-child {
      margin-right: 0; }
    .moodboard_list.is_three_cols li:nth-child(3n) {
      margin-right: 0; }
    .moodboard_list.is_three_cols li:nth-child(3n+1) {
      clear: left; }
    .moodboard_list.is_three_cols li.is_add_btn a {
      min-height: 300px; }
    @media screen and (max-width: 600px) {
      .moodboard_list.is_three_cols li {
        width: 100%; } }

.complete_checkbox {
  position: absolute;
  position: absolute;
  top: 12px;
  left: 22px;
  z-index: 20; }
  .complete_checkbox label {
    height: 34px; }

.dyn_accordion + .btn {
  margin-top: 24px; }

.dyn_accordion {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #616161;
  margin-bottom: 2em; }
  .dyn_accordion.-simple {
    margin-bottom: .2em; }
  .dyn_accordion.-first {
    margin-top: 3rem; }
  .dyn_accordion.has_border_top {
    border-top: 1px solid #ddd; }
  .dyn_accordion_title {
    background-color: #B2C900;
    color: #fff;
    padding: 1.5em 1.5em 1.5em; }
    .dyn_accordion_title h2 {
      font-size: 21px;
      font-size: 1.3125rem;
      font-weight: 500;
      margin-top: 0.5em; }
      .dyn_accordion_title h2:before {
        color: #fff !important;
        margin-top: -12px !important; }
      @media screen and (max-width: 600px) {
        .dyn_accordion_title h2 {
          font-size: 18px;
          font-size: 1.125rem; } }
    .dyn_accordion_title p {
      margin-bottom: 0; }
  .dyn_accordion_description {
    background-color: #f7f7f7;
    padding: 1.25em 4em 1em 24px;
    border-bottom: 2px solid #ddd; }
  .dyn_accordion .installation_instr_all {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #252b30;
    display: block;
    font-weight: 500;
    padding: 1.25em 4em 1em 60px;
    position: relative;
    text-decoration: none; }
  .dyn_accordion .js_accordion_btn, .dyn_accordion_head {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #252b30;
    display: block;
    font-weight: 500;
    padding: 1.25em 4em 1em 60px;
    position: relative;
    text-decoration: none; }
    .dyn_accordion .js_accordion_btn.-no-padding, .dyn_accordion_head.-no-padding {
      padding-left: 24px; }
    .dyn_accordion .js_accordion_btn p, .dyn_accordion_head p {
      margin-bottom: 0; }
    .dyn_accordion .js_accordion_btn:hover, .dyn_accordion_head:hover {
      color: #B2C900; }
      .dyn_accordion .js_accordion_btn:hover i, .dyn_accordion_head:hover i {
        color: #91a300; }
    .dyn_accordion .js_accordion_btn i, .dyn_accordion_head i {
      font-size: 12px;
      font-size: 0.75rem;
      color: #B2C900;
      margin-top: -6px !important;
      position: absolute;
      right: 1.5em;
      top: 50%;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 260ms ease-in-out;
              transition: all 260ms ease-in-out; }
    .dyn_accordion .js_accordion_btn.is_open i, .dyn_accordion_head.is_open i {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .dyn_accordion_list li {
    position: relative;
    background-color: #fff; }
    .dyn_accordion_list li .heading_icon {
      color: #616161;
      margin-bottom: 1em; }
      .dyn_accordion_list li .heading_icon:hover {
        color: #252b30;
        text-decoration: underline; }
        .dyn_accordion_list li .heading_icon:hover:before,
        .dyn_accordion_list li .heading_icon:hover span {
          color: #91a300; }
  .js .dyn_accordion_list .js_accordion_content {
    display: none; }
  .dyn_accordion_list .js_accordion_content, .dyn_accordion_list_content {
    background-color: #fff;
    padding: 1.5em; }
    .dyn_accordion_list .js_accordion_content li, .dyn_accordion_list_content li {
      margin-bottom: 8px; }
      .dyn_accordion_list .js_accordion_content li:last-child a, .dyn_accordion_list_content li:last-child a {
        margin-bottom: 0; }
      .dyn_accordion_list .js_accordion_content li a, .dyn_accordion_list_content li a {
        padding-right: 3em;
        position: relative; }
    .dyn_accordion_list .js_accordion_content .cta_link, .dyn_accordion_list_content .cta_link {
      text-decoration: none;
      margin-left: 1em;
      -webkit-transition: 260ms ease-in-out;
              transition: 260ms ease-in-out; }
      .dyn_accordion_list .js_accordion_content .cta_link:hover, .dyn_accordion_list_content .cta_link:hover {
        text-decoration: underline;
        color: #91a300; }
    .dyn_accordion_list .js_accordion_content .cta_span, .dyn_accordion_list_content .cta_span {
      color: #B2C900;
      position: absolute;
      right: 0;
      top: 0; }
  .dyn_accordion_table_list li {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9; }
  .dyn_accordion_table_list figure {
    display: table-cell;
    width: 16.6666666667%;
    border-right: 1px solid #e9e9e9;
    vertical-align: top; }
    .dyn_accordion_table_list figure img {
      width: 100%; }
    @media screen and (min-width: 769px) {
      .dyn_accordion_table_list figure {
        padding: 15px; } }
    .lt-ie9 .dyn_accordion_table_list figure {
      padding: 15px; }
    @media screen and (max-width: 768px) {
      .dyn_accordion_table_list figure {
        padding: 10px; } }
  .dyn_accordion_table_list_content {
    display: table-cell;
    width: 50%;
    vertical-align: bottom; }
  .dyn_accordion_table_list_title {
    padding: 1.25em;
    margin-bottom: 3em; }
    @media screen and (max-width: 600px) {
      .dyn_accordion_table_list_title {
        margin-bottom: 0; } }
    .dyn_accordion_table_list_title h3 {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #252b30;
      margin: 0; }
    .dyn_accordion_table_list_title p {
      margin-top: 0.25em; }
  .dyn_accordion_table_list_download {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    color: #B2C900;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: bottom; }
    .dyn_accordion_table_list_download a {
      border-top: 1px solid #e9e9e9;
      display: block;
      padding: 1.25em 90px 1.25em 1.25em;
      text-decoration: none;
      position: relative; }
      .dyn_accordion_table_list_download a span {
        margin-top: -9px !important;
        position: absolute;
        right: 1em;
        top: 50%; }
      .dyn_accordion_table_list_download a:hover {
        color: #fff;
        background-color: #B2C900; }
        .dyn_accordion_table_list_download a:hover span:after {
          color: #fff !important; }
  .dyn_accordion_table_list.has_spacing li {
    margin-bottom: 20px;
    border-bottom: none; }
  .dyn_accordion.is_not_accordion .dyn_accordion_head i {
    display: none; }

.footer {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #252b30;
  bottom: 0;
  color: #6d7c88;
  float: left;
  height: 457px;
  left: 0;
  line-height: 1.4em;
  position: relative;
  -webkit-transition: -webkit-transform 260ms ease-in-out;
          transition: transform 260ms ease-in-out;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .footer {
      position: relative;
      height: auto;
      margin: 0;
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .js_side_panel_open .footer {
      -webkit-transform: translateX(calc(100% - 55px));
          -ms-transform: translateX(calc(100% - 55px));
              transform: translateX(calc(100% - 55px)); } }
  @media print {
    .footer {
      display: none; } }
  .footer h2 {
    color: #b2bbc0;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .footer h2 {
        margin-top: 0; } }
  .footer_wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .footer_wrapper {
        position: relative;
        height: auto; } }
  .footer_logo {
    width: 183px;
    height: 39px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .footer_logo {
        display: block;
        margin: 0 auto;
        -webkit-transform: translateX(-5%);
            -ms-transform: translateX(-5%);
                transform: translateX(-5%); } }
  .footer_content {
    border-left: 2px solid #22272b; }
    @media screen and (max-width: 768px) {
      .footer_content {
        border: none; } }
    .footer_content li {
      display: table-cell;
      width: 33.3333333333%;
      border-right: 2px solid #22272b;
      padding: 3em;
      height: 400px; }
      @media screen and (max-width: 960px) {
        .footer_content li {
          padding: 2em; } }
      @media screen and (max-width: 768px) {
        .footer_content li {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%;
          height: auto;
          padding: 2em 0;
          border-right: none;
          border-bottom: 2px solid #22272b; }
          .footer_content li:last-child {
            margin-right: 0; }
          .footer_content li:last-child {
            padding-bottom: 3em; } }
      .footer_content li .select {
        margin-top: 2em;
        background-color: #515559;
        border-color: #515559;
        color: #ddd; }
        .footer_content li .select:before {
          font-size: 10px;
          font-size: 0.625rem;
          color: #B2C900;
          top: 50%;
          margin-top: -18px;
          z-index: 10; }
          @media screen and (max-width: 768px) {
            .footer_content li .select:before {
              margin-top: -14px; } }
        @media screen and (max-width: 768px) {
          .footer_content li .select {
            min-height: 50px;
            line-height: 50px; } }
    .footer_content a {
      text-decoration: none;
      border-bottom: 1px solid transparent;
      word-break: break-all; }
      .footer_content a:hover {
        border-bottom: 1px solid; }
  .footer_nav {
    border-top: 2px solid #22272b;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .footer_nav {
        border-top: none; } }
    @media screen and (max-width: 768px) {
      .footer_nav_links {
        padding: 1.5em 0 2em; } }
    .footer_nav_links > li {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      margin-right: -4px; }
      @media screen and (max-width: 768px) {
        .footer_nav_links > li:first-child, .footer_nav_links > li:last-child {
          display: block;
          margin-right: 0; } }
      .footer_nav_links > li > a {
        padding: 1em 1.5em;
        display: block;
        text-decoration: none;
        color: #434d54;
        white-space: nowrap; }
        .footer_nav_links > li > a:hover {
          color: #6d7c88; }
        @media screen and (max-width: 768px) {
          .footer_nav_links > li > a {
            padding: 0.5em; } }
    .footer_nav_links_social {
      padding-right: 2em; }
      @media screen and (max-width: 768px) {
        .footer_nav_links_social {
          padding-right: 0;
          margin-bottom: 1em; } }
      .footer_nav_links_social li {
        font-size: 16px;
        font-size: 1rem;
        vertical-align: middle;
        display: inline-block;
        margin-right: -4px; }
        .footer_nav_links_social li a {
          background-color: #B2C900;
          border-radius: 100%;
          display: block;
          height: 26px;
          width: 26px;
          margin: 0 0.25em; }
          .footer_nav_links_social li a.is_instagram:hover {
            background-color: #3B6188; }
          .footer_nav_links_social li a.is_pinterest:hover {
            background-color: #eb5755; }
          .footer_nav_links_social li a.is_facebook:hover {
            background-color: #537bbd; }
          .footer_nav_links_social li a.is_youtube:hover {
            background-color: #cc3626; }
          .footer_nav_links_social li a:hover i:before {
            color: #fff; }
          @media screen and (max-width: 768px) {
            .footer_nav_links_social li a {
              margin: 0 0.75em;
              height: 30px;
              width: 30px; } }
          .footer_nav_links_social li a [class^="i_"] {
            color: #22272b;
            display: block;
            height: inherit;
            position: relative;
            width: inherit;
            -webkit-transition: color 240ms ease-in-out;
                    transition: color 240ms ease-in-out; }
            .footer_nav_links_social li a [class^="i_"]:before {
              position: absolute;
              left: 50%;
              margin-left: -8px;
              margin-top: -8px;
              top: 50%; }
      .footer_nav_links_social.in_header {
        padding-right: 0;
        margin-top: .5rem;
        margin-bottom: 2rem; }
        .footer_nav_links_social.in_header li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border: 1px solid #333;
          background-color: transparent; }

.author {
  margin: 1em 0;
  float: left; }
  .author a {
    text-decoration: none; }
    .author a:hover {
      color: #91a300;
      font-weight: 500; }
  .author figure {
    border-radius: 100%;
    border: 2px solid #B2C900;
    height: 52px;
    overflow: hidden;
    width: 52px;
    float: left; }
  .author_caption {
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
    color: #B2C900;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 1em;
    padding-top: 5px; }
    .author_caption_head {
      text-decoration: none; }
    .author_caption_sub {
      text-decoration: none; }
      .author_caption_sub:before {
        content: "|";
        padding: 0 0.75em; }
    .author_caption time {
      color: #616161;
      display: block;
      line-height: 14px;
      text-transform: none; }

.sidebar {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4em; }
  @media screen and (min-width: 769px) {
    .sidebar.has_negative_top_desktop {
      margin-top: -50px; } }
  .lt-ie9 .sidebar.has_negative_top_desktop {
    margin-top: -50px; }
  .sidebar section {
    background-color: #fff; }
  .sidebar_section {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-size: 1.25rem;
    background-color: #fff;
    padding: 1em;
    margin: 0; }
    .sidebar_section::after {
      clear: both;
      content: "";
      display: table; }
    .sidebar_section.has_border_top {
      border-top: 1px solid #e9e9e9; }
    .sidebar_section.has_border_bottom {
      border-bottom: 1px solid #e9e9e9; }
    .sidebar_section.has_zero_padding {
      padding: 0; }
    .sidebar_section h2 {
      font-weight: 700;
      letter-spacing: -0.01em; }
    .sidebar_section h3 {
      font-weight: 700; }
    .sidebar_section p {
      font-size: 16px;
      font-size: 1rem;
      color: #616161; }
    .sidebar_section input {
      height: 40px; }
    .sidebar_section button {
      height: 35px;
      float: right; }
  .sidebar_articles {
    padding-bottom: 1.2em; }
    .sidebar_articles_content {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 65.0569473618%; }
      .sidebar_articles_content:last-child {
        margin-right: 0; }
    .sidebar_articles.has_no_side_padding li {
      padding: 1em 0; }
    .sidebar_articles li {
      max-width: 1190px;
      margin-left: auto;
      margin-right: auto;
      padding: 5%;
      border-bottom: 1px solid #e9e9e9; }
      .sidebar_articles li::after {
        clear: both;
        content: "";
        display: table; }
      .sidebar_articles li:first-child {
        padding-top: 0; }
      .sidebar_articles li:last-child {
        border-bottom: none;
        padding-bottom: 0; }
    .sidebar_articles a {
      display: block;
      color: #252b30;
      text-decoration: none; }
      .sidebar_articles a:hover p {
        text-decoration: underline; }
    .sidebar_articles figure {
      height: 100%;
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .sidebar_articles figure:last-child {
        margin-right: 0; }
      .sidebar_articles figure img {
        width: 100%;
        display: block; }
    .sidebar_articles h3 {
      border-bottom: 1px solid transparent;
      color: #B2C900;
      display: inline-block;
      line-height: 1em;
      margin-top: 0;
      padding-bottom: 1px;
      text-transform: uppercase;
      -webkit-transition: border 240ms ease-in-out;
              transition: border 240ms ease-in-out; }
    .sidebar_articles p {
      font-weight: 500;
      margin: 0; }
      @media screen and (max-width: 400px) {
        .sidebar_articles p {
          font-size: 14px;
          font-size: 0.875rem; } }
  .sidebar_nav {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    background-color: #fff;
    margin-bottom: 25px; }
    .sidebar_nav h2 {
      border-bottom: 1px solid #e9e9e9;
      font-weight: 500;
      letter-spacing: -0.01em;
      line-height: 1em;
      margin: 0;
      padding: 16px; }
    .sidebar_nav_header {
      border: 1px solid #e9e9e9;
      background-color: #f6f6f6;
      min-width: 240px;
      padding: 25px 25px 25px 65px;
      position: relative; }
      .lt-ie9 .sidebar_nav_header {
        min-width: 0;
        width: 240px; }
      .sidebar_nav_header_triangle {
        height: 0;
        width: 0;
        border-bottom: 10px solid #f6f6f6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        top: -10px; }
        @media screen and (max-width: 768px) {
          .sidebar_nav_header_triangle {
            left: 100%;
            margin-left: -41px; } }
      .sidebar_nav_header i {
        font-size: 30px;
        font-size: 1.875rem;
        color: #B2C900;
        left: 20px;
        position: absolute; }
      .sidebar_nav_header h2 {
        font-size: 14px;
        font-size: 0.875rem;
        border-bottom: none;
        font-weight: 500;
        margin-bottom: .4em;
        margin-top: 0;
        padding: 0; }
      .sidebar_nav_header p {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 0; }
    .sidebar_nav_list {
      position: relative;
      overflow: hidden; }
      .sidebar_nav_list_overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background: #B2C900;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: opacity 300ms ease-in-out, visibility 30ms ease-in-out;
                transition: opacity 300ms ease-in-out, visibility 30ms ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 230; }
        .js_account_more_drawer_open .sidebar_nav_list_overlay {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          visibility: visible; }
      .sidebar_nav_list_account_back_btn {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        color: #fff;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0;
        -webkit-transition: opacity 300ms ease-in-out, visibility 30ms ease-in-out;
                transition: opacity 300ms ease-in-out, visibility 30ms ease-in-out;
        visibility: hidden;
        width: 36px;
        z-index: 250; }
        .sidebar_nav_list_account_back_btn i {
          font-size: 14px;
          font-size: 0.875rem;
          left: -1px;
          position: relative;
          top: 18px; }
        .js_account_more_drawer_open .sidebar_nav_list_account_back_btn {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          visibility: visible; }
      .sidebar_nav_list_account_btn {
        display: block;
        border-bottom: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        padding: 16px 3.5em 16px 1em;
        text-decoration: none;
        color: #616161;
        position: relative;
        line-height: 1.3em; }
        .sidebar_nav_list_account_btn.is_open i {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .sidebar_nav_list_account_btn:hover {
          background-color: #B2C900;
          border-color: #B2C900;
          color: #fff; }
          .sidebar_nav_list_account_btn:hover i {
            color: #fff; }
        .sidebar_nav_list_account_btn i {
          font-size: 11px;
          font-size: 0.6875rem;
          color: #B2C900;
          margin-top: -5px !important;
          position: absolute;
          right: 14px;
          top: 50%;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          -webkit-transition: -webkit-transform 240ms ease-in-out, color 240ms ease-in-out;
                  transition: transform 240ms ease-in-out, color 240ms ease-in-out; }
        .sidebar_nav_list_account_btn.js_account_more_btn i {
          font-size: 14px;
          font-size: 0.875rem;
          margin-top: -7px !important; }
      .sidebar_nav_list_account_side_drawer {
        background: #fff;
        height: 100%;
        left: 100%;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        -webkit-transition: left 300ms ease-in-out, opacity 300ms ease-in-out;
                transition: left 300ms ease-in-out, opacity 300ms ease-in-out;
        width: 85%;
        z-index: 250; }
        .sidebar_nav_list_account_side_drawer_account_btn {
          border-right: none;
          border-left: none; }
        .lt-ie10 .sidebar_nav_list_account_side_drawer {
          width: calc(85% + 17px); }
        .lt-ie9 .sidebar_nav_list_account_side_drawer {
          height: 100%;
          width: 85%; }
        .sidebar_nav_list_account_side_drawer.is_visible {
          left: 15%;
          opacity: 1; }
      .sidebar_nav_list li > a:not(.__account_btn) {
        display: block;
        border-bottom: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        padding: 16px 3.5em 16px 1em;
        text-decoration: none;
        color: #616161;
        position: relative;
        line-height: 1.3em; }
        .sidebar_nav_list li > a:not(.__account_btn).is_open i {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .sidebar_nav_list li > a:not(.__account_btn):hover {
          background-color: #B2C900;
          border-color: #B2C900;
          color: #fff; }
          .sidebar_nav_list li > a:not(.__account_btn):hover i {
            color: #fff; }
        .sidebar_nav_list li > a:not(.__account_btn) i {
          font-size: 11px;
          font-size: 0.6875rem;
          color: #B2C900;
          margin-top: -5px !important;
          position: absolute;
          right: 14px;
          top: 50%;
          -webkit-transition: -webkit-transform 240ms ease-in-out, color 240ms ease-in-out;
                  transition: transform 240ms ease-in-out, color 240ms ease-in-out; }
      .sidebar_nav_list li.is_full_colour {
        background-color: #B2C900; }
        .sidebar_nav_list li.is_full_colour a {
          border-color: #B2C900;
          color: #fff; }
      .sidebar_nav_list li.is_highlighted {
        border-left: 4px solid #B2C900;
        font-weight: 500; }
        .sidebar_nav_list li.is_highlighted:hover {
          border-left: 4px solid #91a300; }
        .sidebar_nav_list li.is_highlighted.is_orange {
          border-left: 4px solid #f4bc45; }
          .sidebar_nav_list li.is_highlighted.is_orange:hover {
            border-left: 4px solid #c29127; }
            .sidebar_nav_list li.is_highlighted.is_orange:hover a {
              background-color: #f4bc45;
              border-color: #f4bc45; }
        .sidebar_nav_list li.is_highlighted.is_red {
          border-left: 4px solid #d24548; }
          .sidebar_nav_list li.is_highlighted.is_red:hover {
            border-left: 4px solid #9e2f31; }
            .sidebar_nav_list li.is_highlighted.is_red:hover a {
              background-color: #d24548;
              border-color: #d24548; }
        .sidebar_nav_list li.is_highlighted.is_teal {
          border-left: 4px solid #4da195; }
          .sidebar_nav_list li.is_highlighted.is_teal:hover {
            border-left: 4px solid #2a6e63; }
            .sidebar_nav_list li.is_highlighted.is_teal:hover a {
              background-color: #4da195;
              border-color: #4da195; }
        .sidebar_nav_list li.is_highlighted.is_purple {
          border-left: 4px solid #8154b2; }
          .sidebar_nav_list li.is_highlighted.is_purple:hover {
            border-left: 4px solid #573080; }
            .sidebar_nav_list li.is_highlighted.is_purple:hover a {
              background-color: #8154b2;
              border-color: #8154b2; }
      .sidebar_nav_list.is_ordered {
        list-style-type: none;
        counter-reset: ol-counter; }
        .sidebar_nav_list.is_ordered li > a:before {
          content: counter(ol-counter) ": ";
          counter-increment: ol-counter; }
    .sidebar_nav.-dark {
      background: #252b30; }
      .sidebar_nav.-dark .sidebar_nav_header {
        border-color: #40464b;
        background-color: #40464b; }
      .sidebar_nav.-dark .sidebar_nav_header_triangle {
        border-bottom-color: #40464b; }
      .sidebar_nav.-dark .sidebar_nav_list > li a {
        color: #fff;
        border-bottom: 1px solid #40464b;
        border-left: 1px solid #40464b;
        border-right: 1px solid #40464b; }
        .sidebar_nav.-dark .sidebar_nav_list > li a:hover {
          color: #fff; }
  .sidebar_status {
    padding: 1em 0 1.5em;
    text-align: left;
    margin-bottom: 25px; }
    .sidebar_status h2 {
      font-weight: 500;
      letter-spacing: -0.01em; }
    .sidebar_status_feat {
      background-color: #B2C900;
      border-radius: 100%;
      display: table;
      height: 180px;
      margin: 0 auto 2em;
      text-align: center;
      width: 180px;
      border: 10px solid #fff;
      -webkit-transition: border 260ms ease-in-out;
              transition: border 260ms ease-in-out; }
      .sidebar_status_feat:hover {
        border: 10px solid #f6f6f6; }
      .lt-ie9 .sidebar_status_feat {
        background-color: transparent;
        background: url("https://kaboodle.r.worldssl.net/images/elements/green-circle.png") no-repeat; }
        .lt-ie9 .sidebar_status_feat:hover {
          border: 10px solid transparent; }
      .sidebar_status_feat_sub {
        font-size: 10px;
        font-size: 0.625rem;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        display: block;
        margin: 5px 0; }
        .sidebar_status_feat_sub:before {
          font-size: 31px;
          font-size: 1.9375rem;
          display: block;
          margin-bottom: 5px;
          text-align: center; }
      .sidebar_status_feat_head {
        font-size: 46px;
        font-size: 2.875rem;
        position: relative;
        color: #fff;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: -0.05em; }
        .sidebar_status_feat_head:after {
          font-size: 16px;
          font-size: 1rem;
          content: "%";
          display: block;
          margin-right: -15px;
          position: absolute;
          right: 0;
          top: 0; }
      .sidebar_status_feat_wrap {
        vertical-align: middle;
        display: table-cell; }
    .sidebar_status_list {
      font-size: 12px;
      font-size: 0.75rem; }
      .sidebar_status_list li {
        text-align: left;
        position: relative;
        padding-left: 20px;
        -webkit-transition: padding 260ms ease-in-out;
                transition: padding 260ms ease-in-out; }
        .sidebar_status_list li:before {
          font-size: 14px;
          font-size: 0.875rem;
          color: #B2C900;
          display: block;
          left: 0;
          margin-top: -7px;
          position: absolute;
          top: 50%; }
        .sidebar_status_list li:hover {
          padding-left: 25px;
          font-weight: 500; }
          .sidebar_status_list li:hover:before {
            color: #91a300; }
        .sidebar_status_list li a {
          display: block;
          text-decoration: none;
          padding: 0.25em 0; }
          .sidebar_status_list li a:hover {
            color: #91a300; }

.progress_bar {
  background: #fff;
  height: 10px;
  border: 1px solid #e9e9e9;
  position: relative;
  border-radius: 2px;
  margin-bottom: 20px; }
  .progress_bar span {
    -webkit-transition: width .25s ease-in;
            transition: width .25s ease-in;
    position: absolute;
    top: -1px;
    width: 0%;
    left: -1px;
    height: 10px;
    display: block;
    background: #B2C900;
    border-radius: 2px; }

#js_next_stage {
  display: none; }

.side_panel {
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 500;
  -webkit-transition: left 260ms ease-in-out, -webkit-transform 260ms ease-in-out;
          transition: left 260ms ease-in-out, transform 260ms ease-in-out; }
  @media screen and (max-width: 1240px) {
    .side_panel {
      top: 148px; } }
  @media print {
    .side_panel {
      display: none; } }
  .lt-ie9 .side_panel {
    left: -200px; }
  @media screen and (min-width: 769px) {
    .side_panel {
      position: fixed;
      width: 210px;
      left: -200px; }
      .side_panel:hover {
        left: 0; } }
  @media screen and (max-width: 768px) {
    .side_panel {
      background-color: #252b30;
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll;
      top: 0;
      -webkit-transform: translateX(calc(-100% - 55px));
          -ms-transform: translateX(calc(-100% - 55px));
              transform: translateX(calc(-100% - 55px));
      width: calc(100% - 55px); } }
  @media screen and (max-width: 768px) {
    .side_panel.is_open {
      position: relative;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media screen and (min-width: 769px) {
    .side_panel.is_open {
      left: 0; } }
  .lt-ie9 .side_panel.is_open {
    left: 0; }
  .side_panel .area_nav {
    margin-bottom: 0; }
  .side_panel_search {
    padding: 12px;
    position: relative;
    display: none; }
    .side_panel_search input {
      font-size: 14px;
      font-size: 0.875rem;
      float: left;
      padding: 6px; }
    .side_panel_search button {
      font-size: 22px;
      font-size: 1.375rem;
      background: none;
      border: none;
      color: #B2C900;
      min-height: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -14px;
      padding: 3px 5px; }
    @media screen and (max-width: 768px) {
      .side_panel_search {
        display: block; } }
  .side_panel_secondary_links {
    display: none; }
    @media screen and (max-width: 768px) {
      .side_panel_secondary_links {
        display: block; } }
    .side_panel_secondary_links li .accordion-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .side_panel_secondary_links li .accordion-links .flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .side_panel_secondary_links li .accordion-links a.js_accordion_btn {
        width: 60px; }
    .side_panel_secondary_links li a {
      font-size: 13px;
      font-size: 0.8125rem;
      border-left: 6px solid transparent;
      color: #fff;
      display: block;
      padding: 36px 18px 36px 18px;
      position: relative;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .side_panel_secondary_links li a {
          padding: 20px 20px; } }
      .side_panel_secondary_links li a:not(.js_accordion_btn):hover {
        border-left: 6px solid white; }
      .side_panel_secondary_links li a i {
        font-size: 9px;
        font-size: 0.5625rem;
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -4.5px; }
      .side_panel_secondary_links li a.is_open i {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .side_panel_secondary_links_content {
      padding: 0;
      margin: 0; }
      .side_panel_secondary_links_content > li > a {
        background: #616161; }
        .side_panel_secondary_links_content > li > a:hover {
          border-left: 6px solid rgba(255, 255, 255, 0.8); }
        @media screen and (max-width: 768px) {
          .side_panel_secondary_links_content > li > a {
            padding-top: 10px;
            padding-bottom: 10px; } }
  .side_panel .cta_circle {
    display: none; }
    @media screen and (max-width: 768px) {
      .side_panel .cta_circle {
        display: block; } }

.hero {
  -ms-behavior: url(https://kaboodle.r.worldssl.net/backgroundsize.min.htc);
  background-size: cover;
  color: #fff;
  height: 485px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  z-index: 60; }
  .hero.is_fixed_to_left {
    height: 485px;
    margin-left: 230px;
    margin-right: 25px;
    max-width: 966px;
    overflow: visible; }
    .hero.is_fixed_to_left .hero_inner {
      height: 485px; }
    @media screen and (min-width: 1600px) {
      .hero.is_fixed_to_left {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        height: 578px; }
        .hero.is_fixed_to_left .hero_inner {
          height: 578px; } }
    .lt-ie9 .hero.is_fixed_to_left {
      max-width: 1190px;
      margin-left: auto;
      margin-right: auto;
      height: 578px; }
      .lt-ie9 .hero.is_fixed_to_left .hero_inner {
        height: 578px; }
    @media screen and (max-width: 768px) {
      .hero.is_fixed_to_left {
        max-width: 100%;
        margin: 25px 20px !important; } }
    @media screen and (max-width: 600px) {
      .hero.is_fixed_to_left {
        margin: 20px 15px !important; } }
  .hero.full-width {
    margin-top: 0px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      .hero.full-width {
        height: 600px;
        padding: 40px; } }
    @media screen and (max-width: 600px) {
      .hero.full-width {
        height: 600px;
        padding: 40px; } }
    .hero.full-width:after {
      content: none !important; }
    .hero.full-width .hero_inner {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      padding: 139px 0 0; }
      @media screen and (max-width: 768px) {
        .hero.full-width .hero_inner {
          padding-top: 0px; } }
      .hero.full-width .hero_inner .hero_inner_content {
        padding: 30px;
        background: rgba(0, 0, 0, 0.6);
        max-width: 700px;
        right: 0;
        position: absolute; }
        @media screen and (max-width: 600px) {
          .hero.full-width .hero_inner .hero_inner_content {
            right: auto;
            position: relative; } }
        .hero.full-width .hero_inner .hero_inner_content img {
          height: auto !important;
          width: 100% !important; }
        .hero.full-width .hero_inner .hero_inner_content.narrow {
          max-width: 400px;
          text-align: center; }
          .hero.full-width .hero_inner .hero_inner_content.narrow h1 {
            font-size: 2rem; }
          .hero.full-width .hero_inner .hero_inner_content.narrow p {
            width: 100%; }
  @media screen and (max-width: 768px) {
    .hero {
      height: auto;
      margin-bottom: 25px; } }
  .hero:after {
    background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.6), transparent 90%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 90%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .lt-ie10 .hero:after {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlNm5DccCwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=) repeat; }
  .hero.-no-overlay:after {
    background: none !important;
    display: none; }
  .hero_image {
    overflow: hidden; }
    .hero_image img {
      min-width: 100%; }
    @media screen and (max-width: 768px) {
      .hero_image {
        display: none; } }
  .hero_inner {
    display: table;
    height: 485px;
    left: 0;
    padding: 5%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20; }
    @media screen and (max-width: 768px) {
      .hero_inner {
        height: auto;
        padding: 50px 30px;
        position: relative; } }
  .hero_inner_content {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75); }
    .hero_inner_content p {
      width: 75%; }
      @media screen and (max-width: 600px) {
        .hero_inner_content p {
          width: 100%; } }
  .hero_inner_content_header {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  .hero_corner_item {
    bottom: -40px;
    position: absolute;
    right: -60px;
    text-align: right;
    width: 100%;
    z-index: 50; }
    @media screen and (max-width: 768px) {
      .hero_corner_item {
        display: none; } }
    .hero_corner_item p {
      background: -webkit-linear-gradient( right , rgba(0, 0, 0, 0.5), transparent 90%);
      background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent 90%);
      background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent 90%);
      bottom: 40px;
      margin: 0 0 0 0;
      padding: 15px 100px 15px;
      position: absolute;
      right: 60px; }
    .hero_corner_item .rounded_img {
      width: 150px;
      height: 150px;
      position: relative;
      z-index: 100; }
  @media screen and (max-width: 768px) {
    .hero ul {
      text-align: center; } }
  .hero ul li {
    display: inline-block;
    margin-bottom: 5px; }

.creation_path {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 20px;
  margin-bottom: 20px; }
  .creation_path li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding-left: 25px;
    padding-right: 25px; }
    .creation_path li a {
      text-decoration: none; }
      .creation_path li a:hover:before {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .creation_path li a:hover h3 {
        text-decoration: underline; }
  .creation_path li a:before {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    background: red;
    display: block;
    margin: 0 auto;
    font-size: 28px; }
  .creation_path li:last-child:after {
    display: none; }
  .creation_path li.is_plan a:before {
    background-color: #f4bc45; }
  .creation_path li.is_select a:before {
    background-color: #d24548; }
  .creation_path li.is_create a:before {
    background-color: #4da195; }
  .creation_path li.is_enjoy a:before {
    background-color: #8154b2; }
  .creation_path p {
    color: #616161;
    font-size: 0.875em; }
  @media screen and (max-width: 768px) {
    .creation_path li {
      width: 50%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px; }
      .creation_path li:nth-child(2n+1) {
        clear: left; }
    .creation_path li:after {
      display: none; } }
  @media screen and (max-width: 600px) {
    .creation_path li {
      padding-right: 10px;
      padding-left: 0; }
    .creation_path li:nth-child(2n) {
      padding-left: 10px;
      padding-right: 0; }
    .creation_path p {
      font-size: 0.75em; } }

.project_access {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px; }
  .project_access i {
    color: #B2C900; }
    .project_access i:before {
      font-size: 34px;
      background: #252b30;
      border-radius: 70px;
      width: 70px;
      height: 70px;
      padding: 14px;
      line-height: 70px;
      vertical-align: middle;
      text-align: center; }
  .project_access a {
    margin-top: 40px; }
  .project_access p {
    max-width: 60%;
    margin: 0 auto;
    color: #616161;
    font-size: 0.875em; }
  @media screen and (max-width: 768px) {
    .project_access {
      padding-left: 0;
      padding-right: 0; }
      .project_access p {
        max-width: 100%; } }

.split_panel {
  display: block;
  background-color: #fff; }
  .split_panel::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .split_panel {
      display: block !important; } }
  .split_panel .is_left_side {
    width: 50%;
    float: left;
    position: relative;
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .split_panel .is_left_side {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%;
        display: block; }
        .split_panel .is_left_side:last-child {
          margin-right: 0; } }
  .split_panel .is_right_side {
    float: right;
    position: relative;
    vertical-align: top;
    width: 50%;
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .split_panel .is_right_side {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%;
        display: block; }
        .split_panel .is_right_side:last-child {
          margin-right: 0; } }
  .split_panel_content {
    padding: 3%; }
    @media screen and (max-width: 768px) {
      .split_panel_content {
        padding: 6%; } }
  .split_panel_actions {
    list-style: none;
    padding: 0; }
    .split_panel_actions li {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .split_panel_actions li {
          margin-bottom: 10px; } }
      .split_panel_actions li:last-child {
        margin-bottom: 0; }
  .split_panel h4 {
    margin-bottom: 10px; }
  .split_panel p, .split_panel ul {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .split_panel img {
    min-width: 100%;
    max-width: 100%; }
  .split_panel_corner_item {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500;
    background-color: #d24548;
    border-radius: 50%;
    color: #fff;
    left: 20px;
    padding: 14px;
    position: absolute;
    top: 20px;
    min-width: 50px;
    min-height: 50px;
    text-align: center; }
    .lt-ie9 .split_panel_corner_item {
      behavior: url(https://kaboodle.r.worldssl.net/PIE.htc);
      border-radius: 100%;
      min-height: 30px;
      min-width: 30px;
      padding-bottom: 10px;
      padding-top: 18px; }
  .split_panel.is_lighter_content p, .split_panel.is_lighter_content ul {
    color: #616161; }
  .split_panel.panel_margin_bottom {
    margin-bottom: 30px; }
  .split_panel.campaign-style:before {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    background-color: #f6f6f6; }
  .split_panel.campaign-style :first-child {
    margin-top: 0; }

.article_list {
  margin-bottom: 50px;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
          transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  width: 100% !important; }
  .article_list.has_top_margin {
    margin-top: 50px; }
  .article_list.is_loading {
    opacity: 0;
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98); }
    .lt-ie9 .article_list.is_loading {
      min-height: 600px;
      display: none; }
  .article_list li {
    background: #fff;
    margin-bottom: 20px; }
  .article_list.is_halves > li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    background: #fff; }
    .article_list.is_halves > li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .article_list.is_halves > li {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 100%; }
        .article_list.is_halves > li:last-child {
          margin-right: 0; } }
    .article_list.is_halves > li:nth-child(even) {
      margin-right: 0; }
  .article_list.is_thirds > li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .article_list.is_thirds > li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .article_list.is_thirds > li {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 100%; }
        .article_list.is_thirds > li:last-child {
          margin-right: 0; } }
    .article_list.is_thirds > li:nth-child(3n) {
      margin-right: 0; }
  .article_list.has_larger_margin_bottom_tablet li {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .article_list.has_larger_margin_bottom_tablet li {
        margin-bottom: 40px; } }
    @media screen and (max-width: 600px) {
      .article_list.has_larger_margin_bottom_tablet li {
        margin-bottom: 40px; } }
  .article_list.is_shifted_left {
    margin-left: -15px;
    width: calc(100% + 40px) !important; }
    .lt-i9 .article_list.is_shifted_left {
      width: 100% !important; }
    @media screen and (max-width: 600px) {
      .article_list.is_shifted_left {
        margin-left: 0;
        width: 100% !important; } }
  .article_list li:first-child:last-child .article.is_add_btn {
    height: 447px; }
    @media screen and (max-width: 600px) {
      .article_list li:first-child:last-child .article.is_add_btn {
        height: 180px; } }
    .article_list li:first-child:last-child .article.is_add_btn.is_small {
      height: 220px; }
      @media screen and (max-width: 600px) {
        .article_list li:first-child:last-child .article.is_add_btn.is_small {
          height: auto; } }
      .article_list li:first-child:last-child .article.is_add_btn.is_small span {
        padding: 10px; }

.article:hover a {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01); }
  .no-csstransitions .article:hover a h2, .no-csstransitions .article:hover a h3 {
    text-decoration: underline; }
  .lt-ie9 .article:hover a .article_content {
    background: #b2bbc0;
    color: #fff; }

.article:hover .article_image_links,
.article:hover .moodboard_article_image_links {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  visibility: visible; }
  @media screen and (max-width: 600px) {
    .article:hover .article_image_links,
    .article:hover .moodboard_article_image_links {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.article a {
  color: inherit;
  display: block;
  text-decoration: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 260ms ease-in-out;
          transition: transform 260ms ease-in-out; }

.article.has_extra_links {
  -webkit-transition: -webkit-transform 260ms ease-in-out;
          transition: transform 260ms ease-in-out; }
  .article.has_extra_links:hover a {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
    .article.has_extra_links:hover a header:hover {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
  .article.has_extra_links h3 {
    -webkit-transition: -webkit-transform 260ms ease-in-out;
            transition: transform 260ms ease-in-out; }
    .article.has_extra_links h3:hover {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
  .article.has_extra_links a header {
    -webkit-transition: -webkit-transform 260ms ease-in-out;
            transition: transform 260ms ease-in-out; }

.article.is_add_btn {
  -webkit-border-image: url("https://kaboodle.r.worldssl.net/images/elements/dotted-border.png") 4 4 4 4 repeat;
          border-image: url("https://kaboodle.r.worldssl.net/images/elements/dotted-border.png") 4 4 4 4 repeat;
  border-style: solid;
  border-width: 3px;
  box-sizing: initial;
  height: inherit; }
  .article.is_add_btn a {
    color: #B2C900; }
  .no-borderimage .article.is_add_btn {
    border: 3px dotted #B2C900; }
  .article.is_add_btn:hover {
    background-color: transparent; }
  .article.is_add_btn .article_link {
    width: 100%;
    background: #fff;
    color: #B2C900;
    display: block;
    font-weight: 500;
    height: inherit;
    min-height: 170px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 260ms ease-in-out;
            transition: background-color 260ms ease-in-out; }
    .lt-ie9 .article.is_add_btn .article_link {
      height: 480px; }
    .article.is_add_btn .article_link i {
      -webkit-transition: all 260ms ease-in-out;
              transition: all 260ms ease-in-out; }
    .article.is_add_btn .article_link:hover {
      background-color: #B2C900;
      color: #fff; }
      .article.is_add_btn .article_link:hover i {
        background-color: #fff; }
        .article.is_add_btn .article_link:hover i:before {
          color: #B2C900; }
        .article.is_add_btn .article_link:hover i:nth-child(2) {
          background-color: transparent; }
          .article.is_add_btn .article_link:hover i:nth-child(2):before {
            color: #fff; }
    .article.is_add_btn .article_link span {
      left: 50%;
      padding-left: 10px;
      padding-right: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      vertical-align: middle; }
      .article.is_add_btn .article_link span i {
        display: block;
        margin: 0 auto 20px; }
        .article.is_add_btn .article_link span i:nth-child(2) {
          display: inline-block;
          margin-left: 12px;
          margin-bottom: 0; }
          .article.is_add_btn .article_link span i:nth-child(2):before {
            font-size: 13px; }
  .article.is_add_btn.is_small .article_link span {
    width: 100%;
    font-size: 14px; }
    .article.is_add_btn.is_small .article_link span i:nth-child(2) {
      margin-left: 5px; }

.article_image {
  position: relative; }
  .article_image .btn {
    z-index: 10; }
  .article_image img {
    min-width: 100%; }
  .article_image:after {
    background: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.5), transparent 30%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 30%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 30%);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .has_no_gradient .article_image:after {
    display: none; }

.article_header {
  position: relative; }
  .article_header img {
    max-width: 100%; }
  .article_header .icon {
    bottom: 2px;
    display: block;
    margin: 0;
    position: absolute;
    position: absolute;
    right: 15px; }
    .lt-ie9 .article_header .icon {
      display: none; }
  .article_header .author {
    bottom: -20px;
    left: 25px;
    margin: 0;
    position: absolute; }
    .article_header .author .author_caption_head {
      color: #fff;
      font-weight: 700; }
    .article_header .author img {
      width: 100%; }
  .article_header_caption {
    font-size: 12px;
    font-size: 0.75rem;
    bottom: 10px;
    color: #fff;
    font-weight: 500;
    left: 25px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 10; }
    @media screen and (max-width: 600px) {
      .article_header_caption {
        white-space: nowrap; } }

.article_content {
  background-color: #fff;
  padding: 35px 25px; }
  .article_content.has_slimmer_padding {
    padding: 24px 30px; }
  .article_content_controls a {
    display: inline-block;
    float: left; }
    .article_content_controls a:first-child i:before {
      font-size: 10px; }
    .article_content_controls a:last-child {
      float: right; }
    @media screen and (max-width: 768px) {
      .article_content_controls a {
        clear: left;
        display: block;
        float: left;
        margin-bottom: 5px; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    .article_content_controls a {
      clear: none; } }
    @media screen and (max-width: 768px) {
        .article_content_controls a:last-child {
          margin-bottom: 0;
          float: left; } }
    @media screen and (max-width: 768px) and (max-width: 600px) {
      .article_content_controls a:last-child {
        float: right; } }

.article.is_small .article_content {
  padding: 14px 10px; }
  .article.is_small .article_content h3 {
    font-size: 0.8125em; }

.lined_articles {
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  overflow: hidden;
  padding-bottom: 20px; }
  .lined_articles::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .lined_articles {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
      .lined_articles.has_margin_bottom {
        margin-bottom: 3em; } }
  .lined_articles > li {
    background: #fff;
    display: block;
    float: left;
    margin-right: 3.2%;
    margin-top: 17px !important;
    position: relative;
    width: 31.2%; }
    @media screen and (max-width: 768px) {
      .lined_articles > li {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 48.2106681966%; }
        .lined_articles > li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .lined_articles > li {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .lined_articles > li:nth-child(2n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .lined_articles > li.has_sidebar {
        margin-left: 25px;
        width: 100%; } }
    .lined_articles > li:first-child {
      margin-left: 0; }
    .lined_articles > li:last-child {
      margin-right: 0; }
    .lined_articles > li:after {
      background-color: #ddd;
      content: "";
      display: block;
      height: 200%;
      margin-right: -5%;
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .lined_articles > li:after {
          display: none; } }
    .lined_articles > li .lined_articles_sidebar {
      margin-bottom: -500em;
      margin-left: -5.3%;
      padding-bottom: 500em; }

.article_image_links {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .article_image_links {
      margin: 20px auto 30px;
      opacity: 1;
      position: static !important;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      visibility: visible; } }
  .article_image_links_table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .article_image_links_table {
        display: block !important; } }
  .article_image_links_cell {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 600px) {
      .article_image_links_cell {
        display: block !important; } }
    .article_image_links_cell span {
      background: #B2C900;
      border-radius: 100%;
      color: transparent;
      display: inline-block;
      font-size: 0;
      height: 60px;
      line-height: 0;
      margin-right: 10px;
      padding-top: 16px;
      position: relative;
      -webkit-transition: background 300ms ease;
              transition: background 300ms ease;
      width: 60px;
      z-index: 100; }
      .article_image_links_cell span:hover {
        background: #91a300; }
      .article_image_links_cell span:last-child {
        margin-right: 0; }
      .article_image_links_cell span i {
        font-size: 26px;
        font-size: 1.625rem;
        color: #fff; }

.article_image {
  position: relative; }

.moodboard_article_image_links {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .moodboard_article_image_links {
      margin: 20px auto 30px;
      opacity: 1;
      position: static !important;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      visibility: visible; } }
  .moodboard_article_image_links_table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .moodboard_article_image_links_table {
        display: block !important; } }
  .moodboard_article_image_links_cell {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 600px) {
      .moodboard_article_image_links_cell {
        display: block !important; } }
  .moodboard_article_image_links a {
    background: #B2C900;
    border-radius: 100%;
    color: transparent;
    display: inline-block;
    font-size: 0;
    height: 60px;
    line-height: 0;
    margin-right: 10px;
    padding-top: 16px;
    position: relative;
    -webkit-transition: background 300ms ease;
            transition: background 300ms ease;
    width: 60px;
    z-index: 100; }
    .moodboard_article_image_links a:hover {
      background: #91a300; }
    .moodboard_article_image_links a:last-child {
      margin-right: 0; }
    .moodboard_article_image_links a i {
      font-size: 26px;
      font-size: 1.625rem;
      color: #fff; }

.breadcrumbs {
  display: block;
  margin-bottom: 25px; }
  .breadcrumbs .text_link {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #B2C900;
    font-weight: 700;
    padding-right: 35px;
    vertical-align: middle; }
    .breadcrumbs .text_link:before {
      right: 10px; }
    .breadcrumbs .text_link:hover:before {
      right: 10px; }
    .breadcrumbs .text_link.has_no_icon:before {
      display: none; }
    .breadcrumbs .text_link.has_no_icon_desktop:before {
      display: none; }
      @media screen and (max-width: 768px) {
        .breadcrumbs .text_link.has_no_icon_desktop:before {
          display: block; } }
    @media screen and (min-width: 769px) {
      .breadcrumbs .text_link {
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: 0;
        text-transform: none; } }
    .lt-ie9 .breadcrumbs .text_link {
      font-size: 24px;
      font-size: 1.5rem;
      letter-spacing: 0;
      text-transform: none; }
  .breadcrumbs h2, .breadcrumbs_page {
    font-size: 24px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .breadcrumbs h2, .breadcrumbs_page {
        font-size: 15px;
        font-size: 0.9375rem;
        text-transform: uppercase; } }
  @media screen and (max-width: 768px) {
    .breadcrumbs_page {
      display: none; } }
  .breadcrumbs .select {
    background: #B2C900;
    border: none;
    color: #fff;
    display: none;
    width: auto; }
    @media screen and (max-width: 768px) {
      .breadcrumbs .select {
        display: inline-block; } }
    .breadcrumbs .select:before {
      color: #fff; }
    .breadcrumbs .select select {
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      font-weight: 700;
      padding-right: 40px;
      text-transform: uppercase; }

.image_tiles {
  background-position: 50% 50%;
  background-size: cover;
  height: 530px;
  margin: 75px 0 50px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .image_tiles {
      margin: 50px 0; } }
  @media screen and (max-width: 540px) {
    .image_tiles {
      height: 500px; } }
  .image_tiles_content {
    background-color: #8154b2;
    color: #fff;
    position: absolute;
    right: 100px;
    top: -34px;
    width: 320px;
    z-index: 40; }
    @media screen and (max-width: 768px) {
      .image_tiles_content {
        left: 50%;
        margin-left: -160px;
        right: auto;
        top: 25px; } }
    @media screen and (max-width: 600px) {
      .image_tiles_content {
        left: 0;
        margin-left: 0;
        position: relative;
        right: 0;
        top: auto;
        width: auto; } }
    .image_tiles_content_main {
      padding: 20px 40px 40px; }
      @media screen and (max-width: 600px) {
        .image_tiles_content_main {
          padding: 20px; } }
      .image_tiles_content_main h2 {
        margin: 0;
        text-align: center; }
      @media screen and (max-width: 600px) {
        .image_tiles_content_main h3 {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media screen and (max-width: 600px) {
        .image_tiles_content_main p {
          font-size: 12px;
          font-size: 0.75rem; } }
    .image_tiles_content_button {
      background-color: #573080;
      display: block;
      margin: 0;
      padding: 15px 0;
      text-align: center; }
      .image_tiles_content_button .text_link {
        color: #fff; }
        @media screen and (max-width: 600px) {
          .image_tiles_content_button .text_link {
            font-size: 12px;
            font-size: 0.75rem; } }

.fancy_heading {
  display: inline-block;
  margin: 30px 0;
  width: 100%;
  position: relative;
  line-height: 1em; }
  .fancy_heading.has_more_margin {
    margin: 60px 0; }
  .fancy_heading.has_side_padding {
    padding: 0 5%; }
  .fancy_heading.is_special_one {
    margin: 48px 0 30px; }
  @media screen and (max-width: 960px) {
    .fancy_heading {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .fancy_heading {
      margin: 20px 0;
      min-height: 0;
      padding: 0; } }
  .fancy_heading_title {
    padding-right: 65px;
    text-align: left;
    width: 50%;
    float: left; }
    .has_no_info .fancy_heading_title {
      float: left; }
    @media screen and (max-width: 960px) {
      .fancy_heading_title {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .fancy_heading_title {
        display: block;
        margin-bottom: 25px;
        padding: 0;
        width: 100%;
        position: relative; } }
    .fancy_heading_title h1, .fancy_heading_title h2 {
      letter-spacing: -0.025em;
      line-height: 1em;
      margin: 0;
      padding-right: 60px;
      position: relative; }
      .fancy_heading_title h1:after, .fancy_heading_title h2:after {
        background-color: #B2C900;
        content: "";
        display: block;
        height: 6px;
        margin-top: 18px;
        position: absolute;
        right: -20px;
        top: 0;
        width: 50px; }
        @media screen and (max-width: 768px) {
          .fancy_heading_title h1:after, .fancy_heading_title h2:after {
            display: none; } }
    .fancy_heading_title a {
      margin-top: 23px; }
    .fancy_heading_title .step {
      font-size: 15px;
      font-size: 0.9375rem; }
    .fancy_heading_title .breadcrumbs {
      margin-bottom: 0px; }
      .fancy_heading_title .breadcrumbs ul li {
        display: inline;
        padding-right: 5px; }
        .fancy_heading_title .breadcrumbs ul li a {
          text-decoration: none; }
    @media screen and (max-width: 768px) {
      .fancy_heading_title .author {
        display: block;
        width: 100%; } }
  .fancy_heading_info {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    float: right;
    line-height: 1.5em;
    margin: 0;
    vertical-align: top;
    width: 50%; }
    .fancy_heading_info p {
      margin-top: 0; }
      .fancy_heading_info p:last-of-type {
        margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .fancy_heading_info {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .fancy_heading_info {
        font-size: 16px;
        font-size: 1rem;
        display: block;
        margin-bottom: 0;
        padding: 0;
        width: 100%; } }
  .fancy_heading.has_larger_margin_top {
    margin: 50px 0 40px; }
    @media screen and (max-width: 768px) {
      .fancy_heading.has_larger_margin_top {
        margin: 30px 0 30px 0; } }
  .fancy_heading.is_article .fancy_heading_title {
    width: 50%; }
    .fancy_heading.is_article .fancy_heading_title h1,
    .fancy_heading.is_article .fancy_heading_title h2 {
      font-size: 36px;
      font-size: 2.25rem; }
    @media screen and (max-width: 960px) {
      .fancy_heading.is_article .fancy_heading_title {
        width: 60%; } }
    @media screen and (max-width: 768px) {
      .fancy_heading.is_article .fancy_heading_title {
        width: 100%; } }
  .fancy_heading.is_article .fancy_heading_info {
    width: 50%; }
    @media screen and (max-width: 960px) {
      .fancy_heading.is_article .fancy_heading_info {
        font-size: 16px;
        font-size: 1rem;
        width: 40%; } }
    @media screen and (max-width: 768px) {
      .fancy_heading.is_article .fancy_heading_info {
        width: 100%; } }
  @media screen and (max-width: 1700px) {
    .fancy_heading.has_early_break:not(.extended) {
      width: 75%; }
      .fancy_heading.has_early_break:not(.extended) .fancy_heading_title {
        display: block;
        margin-bottom: 25px;
        padding: 0;
        width: 100%; }
        .fancy_heading.has_early_break:not(.extended) .fancy_heading_title h1:after, .fancy_heading.has_early_break:not(.extended) .fancy_heading_title h2:after {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -10px; }
      .fancy_heading.has_early_break:not(.extended) .fancy_heading_info {
        font-size: 16px;
        font-size: 1rem;
        display: block;
        margin-bottom: 0;
        padding: 0;
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .fancy_heading.has_early_break:not(.extended) {
      width: 100%; }
      .fancy_heading.has_early_break:not(.extended) .fancy_heading_title h1:after, .fancy_heading.has_early_break:not(.extended) .fancy_heading_title h2:after {
        display: none; }
      .fancy_heading.has_early_break:not(.extended) .fancy_heading_info {
        width: 100%; } }
  @media screen and (max-width: 2200px) {
    .fancy_heading.has_early_break.extended {
      width: 75%; }
      .fancy_heading.has_early_break.extended .fancy_heading_title {
        display: block;
        margin-bottom: 25px;
        padding: 0;
        width: 100%; }
        .fancy_heading.has_early_break.extended .fancy_heading_title h1:after, .fancy_heading.has_early_break.extended .fancy_heading_title h2:after {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -10px; }
      .fancy_heading.has_early_break.extended .fancy_heading_info {
        font-size: 16px;
        font-size: 1rem;
        display: block;
        margin-bottom: 0;
        padding: 0;
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .fancy_heading.has_early_break.extended {
      width: 100%; }
      .fancy_heading.has_early_break.extended .fancy_heading_title h1:after, .fancy_heading.has_early_break.extended .fancy_heading_title h2:after {
        display: none; }
      .fancy_heading.has_early_break.extended .fancy_heading_info {
        width: 100%; } }

.section_heading {
  margin-bottom: 50px; }
  .section_heading h1, .section_heading h2, .section_heading h3 {
    text-align: center; }
    @media screen and (max-width: 600px) {
      .section_heading h1, .section_heading h2, .section_heading h3 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.2em; } }
    @media screen and (max-width: 400px) {
      .section_heading h1, .section_heading h2, .section_heading h3 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em; } }

.area_nav {
  margin-bottom: 25px; }
  .area_nav li {
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    width: 210px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .area_nav li {
        width: auto; } }
    .area_nav li:before {
      -webkit-transition: all 400ms ease-in-out;
              transition: all 400ms ease-in-out;
      content: "";
      display: block;
      height: 100%;
      width: 6px;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1; }
    .area_nav li:hover:before {
      width: 100%;
      opacity: .8; }
    .area_nav li.area_nav_plan {
      background-color: #f4bc45; }
      .area_nav li.area_nav_plan:before {
        background-color: #c29127; }
    .area_nav li.area_nav_select {
      background-color: #d24548; }
      .area_nav li.area_nav_select:before {
        background-color: #9e2f31; }
    .area_nav li.area_nav_create {
      background-color: #4da195; }
      .area_nav li.area_nav_create:before {
        background-color: #2a6e63; }
    .area_nav li.area_nav_enjoy {
      background-color: #8154b2; }
      .area_nav li.area_nav_enjoy:before {
        background-color: #573080; }
    .area_nav li a {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #fff;
      display: block;
      padding: 36px 18px 36px 24px;
      text-decoration: none;
      position: relative;
      z-index: 20; }
      @media screen and (max-width: 768px) {
        .area_nav li a {
          padding: 15px 20px; } }
      .area_nav li a span {
        font-size: 20px;
        font-size: 1.25rem;
        display: block;
        font-weight: 700;
        text-transform: lowercase;
        margin-bottom: 4px; }
        .area_nav li a span i {
          position: relative;
          margin-right: 10px;
          top: 2px;
          opacity: .6; }

.loading {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .loading:after {
    -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #fff;
    border-radius: 40px;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 50px;
    opacity: 0;
    -webkit-transition-duration: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
            transition-duration: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    width: 50px; }
    .lt-ie10 .loading:after {
      background-image: url(../images/elements/loading.gif);
      background-repeat: no-repeat;
      background-size: 100%;
      border: none; }
  .loading.is_dark:after {
    border-color: rgba(37, 43, 48, 0.3) rgba(37, 43, 48, 0.3) rgba(37, 43, 48, 0.3) #252b30; }
  .loading.is_visible:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .loading.is_bottom {
    bottom: 0;
    top: auto; }

.body_triangle_top {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  .body_triangle_top:before {
    border-left: 6000px solid transparent;
    border-right: 6000px solid transparent;
    border-top: 6000px solid #e9e9e9;
    top: 110px;
    content: "";
    margin-top: -110px;
    left: 50%;
    margin-left: -192px;
    position: absolute; }
  @media print {
    .body_triangle_top {
      display: none; } }

.body_triangle_bottom {
  display: block;
  height: 1000px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .body_triangle_bottom {
      height: 300px; } }
  .body_triangle_bottom:before {
    border-bottom: 800px solid #ebf6d3;
    border-right: 800px solid transparent;
    bottom: 0;
    content: "";
    position: absolute; }
    @media screen and (max-width: 768px) {
      .body_triangle_bottom:before {
        border-bottom-width: 100px;
        border-right-width: 100px; } }
  @media print {
    .body_triangle_bottom {
      display: none; } }

.content_header {
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px; }
  .content_header .l_grid {
    position: relative;
    z-index: 40; }
  .content_header.is_project {
    padding-top: 20px; }
    .content_header.is_project > .l_grid {
      padding-bottom: 16px; }
    .content_header.is_project figure {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      top: auto; }
      .content_header.is_project figure:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .content_header.is_project figure {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 22.3160022949%;
          margin-bottom: 10px; }
          .content_header.is_project figure:last-child {
            margin-right: 0; } }
    .content_header.is_project p {
      margin-bottom: 0;
      margin-top: 0; }
    .content_header.is_project .figcaption {
      top: 0; }
    .content_header.is_project .content_header_title {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      margin-right: 0; }
      .content_header.is_project .content_header_title:last-child {
        margin-right: 0; }
      @media screen and (max-width: 870px) {
        .content_header.is_project .content_header_title {
          padding-top: 20px; } }
      @media screen and (max-width: 768px) {
        .content_header.is_project .content_header_title {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 74.1053340983%;
          margin-right: 0; }
          .content_header.is_project .content_header_title:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        .content_header.is_project .content_header_title {
          float: left;
          display: block;
          margin-right: 4.8291579146%;
          width: 65.0569473618%; }
          .content_header.is_project .content_header_title:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 450px) {
        .content_header.is_project .content_header_title {
          padding-top: 10px; } }
    .content_header.is_project .content_project_text {
      padding-left: 24px;
      padding-right: 24px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      padding-top: 60px;
      padding-bottom: 20px; }
      .content_header.is_project .content_project_text:last-child {
        margin-right: 0; }
      @media screen and (max-width: 870px) {
        .content_header.is_project .content_project_text {
          padding-top: 20px; } }
      @media screen and (max-width: 768px) {
        .content_header.is_project .content_project_text {
          padding-left: 0;
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 74.1053340983%;
          margin-right: 0;
          padding-top: 14px; }
          .content_header.is_project .content_project_text:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        .content_header.is_project .content_project_text {
          float: left;
          display: block;
          margin-right: 4.8291579146%;
          width: 100%;
          padding-right: 0; }
          .content_header.is_project .content_project_text:last-child {
            margin-right: 0; } }
    .content_header.is_project .edit_controls {
      display: block;
      margin-top: 14px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .content_header.is_project .edit_controls:last-child {
        margin-right: 0; }
      @media screen and (max-width: 600px) {
        .content_header.is_project .edit_controls {
          margin-top: 0;
          float: left;
          display: block;
          margin-right: 4.8291579146%;
          width: 100%; }
          .content_header.is_project .edit_controls:last-child {
            margin-right: 0; } }
    .content_header.is_project .project_profile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .content_header.is_project .project_profile:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .content_header.is_project .project_profile {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%; }
          .content_header.is_project .project_profile:last-child {
            margin-right: 0; } }
  @media print {
    .content_header {
      display: none; } }
  .content_header figure {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    position: relative;
    top: 30px; }
    .content_header figure:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .content_header figure {
        top: 0;
        margin-bottom: 20px; } }
    @media screen and (max-width: 600px) {
      .content_header figure {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 21.378131564%; }
        .content_header figure:last-child {
          margin-right: 0; } }
    .content_header figure img {
      border-radius: 50%;
      border: 6px solid #fff;
      margin-right: 25px;
      max-width: 100%;
      position: relative; }
  .content_header_upload_image {
    font-size: 24px;
    font-size: 1.5rem;
    background-color: #616161;
    border-radius: 50%;
    color: #fff;
    display: block;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .content_header_upload_image {
        font-size: 18px;
        font-size: 1.125rem;
        right: -20px;
        padding: 10px; } }
    @media screen and (max-width: 600px) {
      .content_header_upload_image {
        display: none; } }
  .content_header_title {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    padding-top: 50px; }
    .content_header_title:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .content_header_title {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 73.7927105213%;
        margin-right: 0;
        padding-top: 30px; }
        .content_header_title:last-child {
          margin-right: 0; } }
  .content_header .figcaption {
    position: relative;
    top: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .content_header .figcaption {
        top: 0; } }
    @media screen and (max-width: 600px) {
      .content_header .figcaption {
        font-size: 22px !important; } }
  .content_header_cta {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
    float: right;
    text-align: right;
    padding-top: 75px; }
    .content_header_cta:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .content_header_cta {
        display: none; } }
  .content_header nav {
    background-color: #fff;
    position: relative;
    z-index: 10; }
    .content_header nav ul {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-left: 17.0596085997%; }
      .content_header nav ul:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .content_header nav ul {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%;
          margin-left: 0%;
          text-align: center;
          width: 100%; }
          .content_header nav ul:last-child {
            margin-right: 0; } }
      .content_header nav ul li {
        display: inline-block;
        padding: 0 18px; }
        @media screen and (max-width: 768px) {
          .content_header nav ul li {
            padding: 0 10px; } }
        .content_header nav ul li:first-child {
          padding-left: 0; }
        .content_header nav ul li:last-child {
          padding-right: 0; }
        .content_header nav ul li.is_current a {
          color: #252b30;
          border-bottom-color: #B2C900; }
        .content_header nav ul li a {
          font-size: 17px;
          font-size: 1.0625rem;
          border-bottom: 5px solid #fff;
          color: #b2bbc0;
          display: block;
          font-weight: 500;
          padding: 20px 2px 15px 2px;
          text-decoration: none;
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            .content_header nav ul li a {
              font-size: 12px;
              font-size: 0.75rem;
              padding: 15px 0 10px; } }
          .content_header nav ul li a:hover {
            color: #252b30;
            border-bottom-color: #B2C900; }
  .content_header.is_project nav li {
    display: block;
    float: left;
    padding: 0 0; }
    .content_header.is_project nav li.is_current a {
      background: #f6f6f6; }
      .content_header.is_project nav li.is_current a:after {
        top: 5px;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); }
      .content_header.is_project nav li.is_current a:hover:after {
        -webkit-transition: top .2s ease-in;
                transition: top .2s ease-in;
        top: 8px; }
  .content_header.is_project nav a {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    border: none;
    position: relative;
    color: #252b30; }
    .content_header.is_project nav a span {
      display: block;
      position: relative;
      z-index: 10; }
    .content_header.is_project nav a:after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      top: -5px;
      -webkit-transition: -webkit-transform .26s ease-in, top .26s ease-in;
              transition: transform .26s ease-in, top .26s ease-in;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
    .content_header.is_project nav a:hover {
      border: none; }
      .content_header.is_project nav a:hover:after {
        top: 5px;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); }
  @media screen and (max-width: 600px) {
    .content_header.is_project nav .l_grid {
      padding-left: 0;
      padding-right: 0; }
    .content_header.is_project nav li {
      width: 25%; }
    .content_header.is_project nav a {
      padding-left: 0;
      padding-right: 0; } }
  .content_header_triangle {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    .content_header_triangle:before {
      border-bottom: 6000px solid #B2C900;
      border-left: 6000px solid transparent;
      border-right: 6000px solid transparent;
      content: "";
      left: 50%;
      margin-left: -10500px;
      margin-top: -4398px;
      position: absolute;
      top: 0; }
      @media screen and (max-width: 1240px) {
        .content_header_triangle:before {
          margin-top: -4596px; } }

.block_header {
  color: #fff;
  padding: 70px 60px;
  margin-bottom: 25px; }
  .block_header h1, .block_header h2 {
    margin-bottom: .6em; }
    @media screen and (max-width: 400px) {
      .block_header h1, .block_header h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .block_header p {
    font-weight: 400;
    margin-bottom: 2em;
    line-height: 1.8em; }
  @media screen and (max-width: 600px) {
    .block_header {
      padding: 30px; } }
  .block_header.is_orange {
    background-color: #f4bc45; }

.cta_bunnings {
  background-color: #2a6e63;
  margin-top: 40px; }
  .cta_bunnings a {
    color: #fff;
    padding: 35px 35px 35px 100px;
    position: relative;
    display: block;
    text-decoration: none; }
    @media screen and (max-width: 600px) {
      .cta_bunnings a {
        padding: 20px; } }
    .cta_bunnings a .is_info {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .cta_bunnings a .is_info:last-child {
        margin-right: 0; }
      @media screen and (max-width: 600px) {
        .cta_bunnings a .is_info {
          float: left;
          display: block;
          margin-right: 4.8291579146%;
          width: 65.0569473618%; }
          .cta_bunnings a .is_info:last-child {
            margin-right: 0; } }
      .cta_bunnings a .is_info span {
        font-size: 26px;
        font-size: 1.625rem;
        position: relative;
        top: 12px; }
        @media screen and (max-width: 1024px) {
          .cta_bunnings a .is_info span {
            font-size: 22px;
            font-size: 1.375rem;
            top: 0; } }
        @media screen and (max-width: 600px) {
          .cta_bunnings a .is_info span {
            font-size: 16px;
            font-size: 1rem; } }
      .cta_bunnings a .is_info i {
        font-size: 50px;
        font-size: 3.125rem;
        position: absolute;
        left: 30px;
        top: 50%;
        margin-top: -24px !important; }
        @media screen and (max-width: 600px) {
          .cta_bunnings a .is_info i {
            display: none; } }
  .cta_bunnings .is_logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 18.1138787216%;
    margin-right: 0;
    display: block;
    float: right; }
    .cta_bunnings .is_logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .cta_bunnings .is_logo {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 30.1138947236%; }
        .cta_bunnings .is_logo:last-child {
          margin-right: 0; } }
    .cta_bunnings .is_logo img {
      width: 100%;
      height: auto; }
  .cta_bunnings_availability {
    background-color: #242b30;
    margin-top: 18px; }
    .cta_bunnings_availability a {
      padding: 20px 28px 20px 170px;
      position: relative; }
      @media screen and (max-width: 600px) {
        .cta_bunnings_availability a {
          padding: 20px; } }
    .cta_bunnings_availability .is_logo {
      left: 28px;
      margin-right: 58px;
      max-width: 120px;
      padding-top: 8px;
      position: absolute; }
      @media screen and (max-width: 600px) {
        .cta_bunnings_availability .is_logo {
          position: static;
          margin: 0 15px 15px 0; } }
      @media print {
        .cta_bunnings_availability .is_logo img {
          display: none; } }
      .cta_bunnings_availability .is_logo img.is_print {
        display: none; }
        @media print {
          .cta_bunnings_availability .is_logo img.is_print {
            display: block; } }
    .cta_bunnings_availability .is_description {
      font-size: 12px;
      font-weight: 500;
      line-height: 1; }

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

.pagination {
  width: 100%;
  text-align: center;
  margin: 50px 0; }
  .pagination li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle; }
    .pagination li.prevnext {
      margin: 0; }
      .pagination li.prevnext a {
        padding: 10px 14px 9px !important; }
    .pagination li a i, .pagination li .pagination_inactive i {
      font-size: 18px !important; }
    .pagination li b a {
      background-color: #91a300 !important; }
    .pagination li .pagination_inactive, .pagination li .pagination_inactive:hover {
      cursor: default;
      background-color: #ddd !important;
      color: #6d7c88;
      text-shadow: none; }

.search_results_message {
  font-size: 21px;
  font-size: 1.3125rem;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  line-height: 1.3em;
  margin: 20px 0 30px 0 !important;
  padding-bottom: 30px; }
  .search_results_message strong {
    color: #B2C900;
    text-decoration: underline; }

.search_results_item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .search_results_item > h3 {
    line-height: 1.4em;
    color: #6d7c88; }
    .search_results_item > h3 .__secondary {
      color: #b2bbc0; }
    .search_results_item > h3 strong {
      text-decoration: underline; }
    .search_results_item > h3 mark {
      background: transparent;
      color: #6d7c88;
      font-style: italic; }
  .search_results_item mark {
    background: transparent; }

.page_controls {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px !important; }
  .page_controls::after {
    clear: both;
    content: "";
    display: table; }
  .page_controls ul {
    float: left; }
    @media screen and (max-width: 768px) {
      .page_controls ul {
        margin-bottom: 25px; } }
  .page_controls .share_bar_social {
    float: right; }
    @media screen and (max-width: 768px) {
      .page_controls .share_bar_social {
        float: none;
        clear: both;
        margin: 0; } }
  .page_controls .btn {
    margin-right: 10px; }

@media screen and (max-width: 600px) {
  .cta_container_wrap {
    padding-left: 0;
    padding-right: 0; } }

.cta_container {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-bottom: 30px !important;
  padding: 18px 20px 30px; }
  .cta_container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    .cta_container {
      padding: 30px 20px; } }
  .cta_container [class^="i_"] {
    font-size: 36px;
    font-size: 2.25rem;
    bottom: -9px;
    color: #B2C900;
    display: inline-block;
    margin-right: 10px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .cta_container [class^="i_"] {
        display: block;
        position: static;
        margin-bottom: 15px; } }
  .cta_container h2 {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    margin: 0; }
    @media screen and (max-width: 600px) {
      .cta_container h2 {
        display: block; } }
  .cta_container.is_feature {
    display: table;
    min-height: 400px;
    text-align: center;
    width: 100%;
    padding: 20px 30px; }
    .cta_container.is_feature [class^="i_"] {
      font-size: 60px;
      font-size: 3.75rem;
      color: #B2C900;
      display: block;
      margin: 0 0 30px; }
    .cta_container.is_feature h2 {
      font-size: 30px;
      font-size: 1.875rem;
      display: block;
      margin: 0; }
      .cta_container.is_feature h2.has_margin_bottom {
        margin: 0 0 30px 0;
        line-height: 1.5; }
    .cta_container.is_feature .btn {
      margin-top: 15px; }
    @media screen and (max-width: 600px) {
      .cta_container.is_feature {
        display: block;
        min-height: 300px;
        padding: 10px; }
        .cta_container.is_feature [class^="i_"] {
          margin: 0 0 20px; }
        .cta_container.is_feature h2 {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 1.2em; }
        .cta_container.is_feature_content {
          display: block; } }
  .cta_container_content {
    display: table-cell;
    vertical-align: middle; }

.search_results_message {
  font-size: 21px;
  font-size: 1.3125rem;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  line-height: 1.3em;
  margin: 20px 0 30px 0 !important;
  padding-bottom: 30px; }
  .search_results_message strong {
    color: #B2C900;
    text-decoration: underline; }

.search_results_item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .search_results_item > h3 {
    line-height: 1.4em;
    color: #6d7c88; }
    .search_results_item > h3 .__secondary {
      color: #b2bbc0; }
    .search_results_item > h3 strong {
      text-decoration: underline; }
    .search_results_item > h3 mark {
      background: transparent;
      color: #6d7c88;
      font-style: italic; }
  .search_results_item mark {
    background: transparent; }

.product_wrapper {
  background: #fff;
  padding: 30px; }

.product_footer {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e9e9e9;
  padding: 10px 30px;
  background: #fff; }
  .product_footer::after {
    clear: both;
    content: "";
    display: table; }
  .product_footer ul {
    padding: 0; }
  .product_footer a {
    font-weight: 700;
    color: #b2bbc0;
    text-decoration: none; }
    .product_footer a:before, .product_footer a:after {
      color: #B2C900; }
    .product_footer a.prev:before {
      padding-right: 10px; }
    .product_footer a.backto:before {
      padding-right: 10px; }
    @media screen and (max-width: 600px) {
      .product_footer a.backto {
        display: none; } }
    .product_footer a.next:after {
      padding-left: 10px; }
  .product_footer li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .product_footer li:last-child {
      margin-right: 0; }
    .product_footer li:nth-child(2) {
      text-align: center; }
    .product_footer li:last-child {
      float: right;
      text-align: right; }
  .product_footer .disabled {
    opacity: .5;
    cursor: default; }

.related {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4em; }
  .related section {
    background-color: #fff; }
  .related h2 {
    font-weight: 700;
    letter-spacing: -0.01em; }
  .related_section {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 20px 0; }
    .related_section::after {
      clear: both;
      content: "";
      display: table; }
  .related_articles {
    padding-bottom: 1.2em; }
    .related_articles li:nth-child(3n) {
      margin-right: 0; }
    .related_articles a {
      display: block;
      color: #252b30;
      text-decoration: none;
      padding: 30px; }
      .related_articles a:hover p {
        text-decoration: underline; }
    .related_articles_content {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 65.0569473618%;
      margin-right: 0; }
      .related_articles_content:last-child {
        margin-right: 0; }
    .related_articles figure {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%;
      height: 100%; }
      .related_articles figure:last-child {
        margin-right: 0; }
      .related_articles figure img {
        width: 100%;
        display: block; }
    .related_articles h3 {
      border-bottom: 1px solid transparent;
      color: #B2C900;
      display: inline-block;
      line-height: 1em;
      margin-top: 0;
      padding-bottom: 1px;
      text-transform: uppercase;
      -webkit-transition: border 240ms ease-in-out;
              transition: border 240ms ease-in-out; }
    .related_articles p {
      font-weight: 500;
      margin: 0; }
      @media screen and (max-width: 400px) {
        .related_articles p {
          font-size: 14px;
          font-size: 0.875rem; } }

.product_header {
  position: relative;
  min-height: 680px;
  padding-bottom: 260px; }
  @media screen and (max-width: 600px) {
    .product_header {
      min-height: 0px;
      padding-bottom: 0px; } }
  .product_header h1 {
    margin-top: 10px; }
  .product_header header {
    margin-bottom: 25px; }
    @media screen and (max-width: 600px) {
      .product_header header {
        display: none; } }
  .product_header_mobile {
    display: none;
    margin-bottom: 25px; }
    @media screen and (max-width: 600px) {
      .product_header_mobile {
        display: block; } }
    .product_header_mobile h1 {
      margin-top: 10px; }
  .product_header_breadcrumbs {
    padding: 0; }
    .product_header_breadcrumbs li {
      display: inline;
      padding-right: 5px; }
      .product_header_breadcrumbs li a {
        text-decoration: none;
        color: #616161; }
      .product_header_breadcrumbs li:first-child a {
        color: #B2C900; }
  .product_header_tabs-nav {
    padding: 0;
    list-style: none;
    margin: 25px 0 !important; }
    .product_header_tabs-nav li {
      display: inline;
      margin-left: 10px; }
      .product_header_tabs-nav li:first-child {
        margin-left: 0; }
      .product_header_tabs-nav li a {
        padding: 4px 10px;
        text-decoration: none; }
        .product_header_tabs-nav li a.is_active {
          color: #fff;
          background: #B2C900;
          border-radius: 4px; }
  .product_header_tab {
    font-size: 14px;
    padding-bottom: 25px; }
    .product_header_tab h4 {
      margin-bottom: 5px; }
  .product_header_palettes {
    list-style: none;
    padding: 0; }
    .product_header_palettes li {
      float: left;
      margin-right: 2px; }
    .product_header_palettes figure {
      text-align: center;
      width: 90px;
      height: 90px; }
    .product_header_palettes figcaption {
      font-size: 11px;
      text-align: center;
      text-transform: uppercase;
      margin-top: 4px; }
  .product_header_external-links {
    padding: 0;
    list-style: none;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .product_header_external-links a {
      font-weight: 700;
      font-size: 14px;
      padding: 14px 20px;
      color: #252b30;
      text-decoration: none;
      display: block;
      position: relative; }
      .product_header_external-links a:hover, .product_header_external-links a.is_highlighted {
        color: #B2C900;
        background: #ebf6d3; }
      .product_header_external-links a:after {
        color: #B2C900;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -7px; }
    .product_header_external-links li {
      border-bottom: 1px solid #e9e9e9; }
      .product_header_external-links li:last-child {
        border-bottom: 0; }
    @media screen and (max-width: 600px) {
      .product_header_external-links {
        position: relative; } }

.product_images_responsive_height {
  height: 0;
  padding: 0 0 85%;
  /* responsive slider height = 40% of the browser width; ie. slide image aspect ratio: w10xh4 */
  position: relative;
  overflow: visible; }
  .product_images_responsive_height_container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.product_images_primary.iosslider {
  width: 100%;
  height: 100%; }
  .product_images_primary.iosslider .slider {
    width: 100%;
    height: 100%; }
  .product_images_primary.iosslider .slide {
    height: 100%;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%; }

.product_images_primary img {
  margin: 0 auto;
  display: block;
  max-width: 100%; }

.product_images_nav {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px; }
  .product_images_nav.iosslider {
    height: 100px; }
  .product_images_nav .slide {
    width: 100px;
    height: 100px;
    margin-right: 2px; }
    .product_images_nav .slide img {
      border: 2px solid #fff;
      -webkit-transition: border 300ms ease-in-out;
              transition: border 300ms ease-in-out;
      cursor: pointer;
      width: 100%;
      height: 100%; }
    .product_images_nav .slide:hover img, .product_images_nav .slide.is_active img {
      border-color: #616161; }
  .product_images_nav .next,
  .product_images_nav .prev {
    position: absolute;
    background: #b6bcc1;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    opacity: 0.8; }
    .product_images_nav .next:hover,
    .product_images_nav .prev:hover {
      background: #B2C900; }
  .product_images_nav .prev {
    left: 0; }
  .product_images_nav .next {
    right: 0; }

.product_listing {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  background: #fff;
  display: block;
  margin-bottom: 20px;
  text-decoration: none; }
  .product_listing:last-child {
    margin-right: 0; }
  .product_listing:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .product_listing {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 48.2106681966%; }
      .product_listing:last-child {
        margin-right: 0; }
      .product_listing:nth-child(2n) {
        margin-right: 0; }
      .product_listing:nth-child(4n) {
        float: left;
        margin-right: gutter(); } }
  @media screen and (max-width: 600px) {
    .product_listing {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 100%; }
      .product_listing:last-child {
        margin-right: 0; }
      .product_listing:nth-child(2n) {
        float: left;
        margin-right: gutter(); } }
  .product_listing:hover .product_listing_slide {
    border: 1px solid #B2C900; }
  .product_listing_slide {
    border: 1px solid #e9e9e9; }
  .product_listing img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }
  .product_listing_footer {
    background: #fff;
    border-top: 7px solid #B2C900;
    padding: 15px; }
  .product_listing_title {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #616161;
    line-height: 1em;
    margin-bottom: 5px; }
  .product_listing_category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4em; }
  .product_listing_details {
    font-size: 14px;
    font-size: 0.875rem;
    color: #616161;
    display: inline-block;
    margin-top: 10px; }

.product_table {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  width: 100%; }
  .product_table thead th {
    font-size: 11px;
    line-height: 1.3;
    padding-bottom: 20px;
    padding-top: 20px;
    padding: 10px;
    text-align: left; }
    .product_table thead th:first-child {
      color: transparent;
      padding-left: 20px; }
    .product_table thead th:last-child {
      padding-right: 20px; }
  .product_table tr {
    background: #fff;
    border-bottom: solid 1px #e6e6e6; }
    .product_table tr td {
      padding: 5px 10px; }
      .product_table tr td:first-child {
        padding-left: 20px; }
      .product_table tr td:last-child {
        padding-right: 20px; }
  .product_table tbody tr td:first-child img {
    max-width: 30px; }
  .product_table tfoot tr {
    background: #e9e9e9;
    border-top: solid 2px #d9d9d9; }
    .product_table tfoot tr td {
      color: #252b30;
      padding: 20px 16px;
      text-align: right; }
      .product_table tfoot tr td h2 {
        margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .product_table {
      margin-top: 10px; }
      .product_table thead th {
        padding: 10px 16px; }
      .product_table thead tr {
        display: none; }
      .product_table tbody tr {
        border-bottom: none;
        display: block;
        margin-bottom: 10px; }
        .product_table tbody tr:last-child {
          margin-bottom: 0; }
        .product_table tbody tr:after {
          clear: both;
          content: " ";
          display: block;
          font-size: 0;
          height: 0;
          visibility: hidden; }
        .product_table tbody tr td {
          border-bottom: solid 1px #e6e6e6;
          display: inline-block;
          float: left;
          font-weight: 400;
          padding: 10px 15px;
          width: 50%; }
          .product_table tbody tr td:nth-child(2n+1) {
            border-right: solid 1px #e6e6e6;
            clear: left; }
          .product_table tbody tr td:nth-last-child(-n+2) {
            border-bottom: 0; }
          .product_table tbody tr td:before {
            content: attr(data-label);
            display: block;
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase; } }

.vertical_filter {
  background-color: #fff;
  position: relative;
  z-index: 10; }
  .vertical_filter ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 17.0596085997%; }
    .vertical_filter ul:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .vertical_filter ul {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%;
        margin-left: 0%;
        text-align: center;
        width: 100%; }
        .vertical_filter ul:last-child {
          margin-right: 0; } }
    .vertical_filter ul li {
      display: inline-block;
      padding: 0 20px;
      border-left: 1px solid #e9e9e9; }
      @media screen and (max-width: 768px) {
        .vertical_filter ul li {
          padding: 0 10px; } }
      .vertical_filter ul li:last-child {
        border-right: 1px solid #e9e9e9; }
      .vertical_filter ul li.is_current a {
        color: #B2C900;
        border-bottom-color: #B2C900; }
      .vertical_filter ul li a {
        font-size: 17px;
        font-size: 1.0625rem;
        border-bottom: 5px solid #fff;
        color: #b2bbc0;
        display: block;
        font-weight: 500;
        padding: 20px 2px 15px 2px;
        text-decoration: none;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          .vertical_filter ul li a {
            font-size: 12px;
            font-size: 0.75rem;
            padding: 15px 0 10px; } }
        .vertical_filter ul li a:hover {
          color: #252b30;
          border-bottom-color: #B2C900; }

.header_mega_nav {
  background: #252b30;
  color: #fff;
  left: 0;
  opacity: 0.95;
  padding: 45px 0 30px;
  position: fixed;
  top: 90px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 400ms ease;
          transition: all 400ms ease;
  width: 100%; }
  .header_mega_nav_container {
    position: relative;
    z-index: 0; }
  .header_mega_nav.is_hidden {
    opacity: 0;
    top: 70px;
    visibility: hidden; }
  @media screen and (max-width: 1240px) {
    .header_mega_nav {
      top: 38px; } }
  .header_mega_nav_list {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 18.9668591516%;
    border-right: 1px solid rgba(233, 233, 233, 0.2);
    padding-right: 1.618em;
    -webkit-transition: opacity 260ms ease-in-out;
            transition: opacity 260ms ease-in-out; }
    .header_mega_nav_list:last-child {
      margin-right: 0; }
    .header_mega_nav_list:last-child {
      border-right: none; }
    .header_mega_nav_list:first-child {
      margin-left: 8.5298042998%; }
    .header_mega_nav_list li {
      display: block; }
      .header_mega_nav_list li:first-child {
        border-bottom: 4px solid #B2C900;
        padding-bottom: 15px;
        padding-top: 0; }
      .header_mega_nav_list li:last-child {
        padding-bottom: 30px; }
      .header_mega_nav_list li a {
        color: #fff;
        display: block;
        padding-top: 30px;
        position: relative;
        text-decoration: none; }
        .header_mega_nav_list li a:after {
          background: #B2C900;
          bottom: -5px;
          content: "";
          height: 1px;
          left: 0;
          position: absolute;
          -webkit-transition: width 200ms ease-in-out;
                  transition: width 200ms ease-in-out;
          width: 0; }
        .header_mega_nav_list li a:hover:after {
          width: 30px; }
  .header_mega_nav_step {
    color: #B2C900;
    display: block;
    line-height: 1em; }
  .header_mega_nav_title {
    display: block;
    max-width: 170px; }

.accordion {
  background: #FFF;
  border-top: 1px solid #ccc; }
  .accordion .-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .accordion .-flex.-space-between {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .accordion .title-bar {
    padding: 20px;
    margin: 0 !important;
    font-weight: bold;
    cursor: pointer;
    z-index: 10; }
    .accordion .title-bar:hover {
      color: #B2C900; }
    .accordion .title-bar::after {
      font-family: "kaboodle";
      content: "\e601";
      color: #B2C900;
      font-size: 0.75rem;
      text-align: center;
      -webkit-transition: all .5s;
              transition: all .5s;
      font-weight: 400;
      width: 22px;
      height: 22px; }
  .accordion input:checked + .title-bar::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .accordion input:checked ~ .content {
    max-height: 115vh;
    visibility: visible;
    padding-bottom: 20px; }
    .accordion input:checked ~ .content p, .accordion input:checked ~ .content form {
      opacity: 1; }
  .accordion .content {
    max-height: 0;
    visibility: hidden;
    padding: 0 20px;
    background: white;
    -webkit-transition: all .5s;
            transition: all .5s;
    font-size: 14px; }
    .accordion .content p, .accordion .content form {
      -webkit-transition: all .5s;
              transition: all .5s;
      opacity: 0; }
  .accordion input.hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
  .accordion fieldset {
    padding: 0;
    margin: 0; }
  .accordion .checkbox-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .accordion .checkbox-group .item {
      margin-right: 20px;
      margin-bottom: 10px; }

.seo-details .-more {
  display: none; }

.new-advert {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .new-advert .content {
    padding: 1.5rem; }
    .new-advert .content h2 {
      line-height: 1.5; }
  .new-advert img {
    width: auto;
    max-width: 570px; }
  @media screen and (max-width: 768px) {
    .new-advert {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .new-advert img {
        max-width: auto;
        width: 100%; } }

.kitchen-nights img {
  margin-bottom: 20px;
  width: 100%; }

.kitchen-nights .-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.kitchen-nights .loader,
.kitchen-nights .loader:before,
.kitchen-nights .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.kitchen-nights .loader {
  color: #B2C900;
  font-size: 10px;
  margin-left: 70px;
  margin-top: -17px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.kitchen-nights .loader:before,
.kitchen-nights .loader:after {
  content: '';
  position: absolute;
  top: 0; }

.kitchen-nights .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.kitchen-nights .loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.kitchen-nights .hidden {
  display: none; }

.kitchen-nights .search-results h2 {
  margin-top: 40px; }

.kitchen-nights.advert {
  background-color: #252B30;
  padding: 20px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .kitchen-nights.advert .content {
    margin-right: 40px; }
  .kitchen-nights.advert .buttons {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .kitchen-nights.advert {
      display: block; }
      .kitchen-nights.advert .content {
        margin-right: 0; }
      .kitchen-nights.advert .buttons {
        margin-top: 20px; } }

.form-message {
  color: #999;
  margin-bottom: 10px; }

.form-required {
  color: #999;
  margin-top: 10px;
  font-size: 10px; }

.survey {
  background-color: #EEEEEE; }
  .survey h2 {
    padding-top: 30px;
    width: 50%;
    margin: 0 auto; }
  .survey .mopinion-survey-content .mopinion-survey-output {
    background-color: #EEEEEE;
    width: 50%;
    margin: 0 auto; }
  .survey .mopinion-survey-content .control-group, .survey .mopinion-survey-content .form-actions {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .survey {
      padding: 0 30px; }
      .survey h2 {
        width: 100%; }
      .survey .mopinion-survey-content .mopinion-survey-output {
        width: 100%; } }

.campaign {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .campaign .bg-white {
    background-color: white; }
  .campaign .shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .campaign .border-b {
    border-bottom: 1px solid #EEE; }
  .campaign .margin-top {
    margin-top: 2rem; }
  .campaign .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .campaign .flex .flex_item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 1rem .5rem 0;
      text-align: center;
      min-width: 250px; }
      @media screen and (max-width: 768px) {
        .campaign .flex .flex_item {
          -webkit-box-flex: 1;
          -webkit-flex: auto;
              -ms-flex: auto;
                  flex: auto;
          width: 100%; } }
  .campaign .block {
    padding: 4rem; }
    @media screen and (max-width: 768px) {
      .campaign .block {
        padding: 4rem 2rem; } }
    .campaign .block h2 {
      font-size: 2em;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        .campaign .block h2 {
          font-size: 1.7em; } }
      .campaign .block h2:first-child {
        margin-top: 0; }
    .campaign .block.image_header {
      background-size: cover;
      background-position: center;
      min-height: 26.5rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: end;
          -ms-flex-pack: end;
              justify-content: end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 768px) {
        .campaign .block.image_header {
          min-height: 16rem; } }
      .campaign .block.image_header .logo {
        max-width: 20rem; }
        .campaign .block.image_header .logo img {
          width: 100%; }
    .campaign .block.logos_container {
      padding-top: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .campaign .block.logos_container .flex_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 200px;
        max-width: 240px; }
        .campaign .block.logos_container .flex_item img {
          max-width: 100%; }
    .campaign .block.content_with_cta {
      text-align: center; }
      .campaign .block.content_with_cta .form-slider {
        display: none;
        text-align: left;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #EEE; }
        .campaign .block.content_with_cta .form-slider fieldset {
          margin-bottom: 0;
          padding-bottom: 0; }
    .campaign .block.highlight_columns {
      text-align: center;
      padding-bottom: 0; }
    .campaign .block.highlight_container {
      padding-top: 0; }
      .campaign .block.highlight_container a {
        text-decoration: none !important;
        display: block;
        -webkit-transition: all ease-in 0.3s;
                transition: all ease-in 0.3s;
        color: #252b30; }
        .campaign .block.highlight_container a h4 {
          text-decoration: underline; }
        .campaign .block.highlight_container a:hover {
          color: #B2C900; }
    .campaign .block.projects {
      text-align: center; }
      .campaign .block.projects img {
        width: 100%; }
    .campaign .block.contact_form .content {
      text-align: center;
      border-bottom: 1px solid #eee;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
    .campaign .block.contact_form fieldset {
      padding-bottom: 0;
      margin-bottom: 0; }
    .campaign .block.contact_form .extra-content {
      font-size: 13px; }
      .campaign .block.contact_form .extra-content p:last-of-type {
        margin-bottom: 0; }
  .campaign .formhelp {
    font-size: 13px;
    color: #666; }
  .campaign .embed_video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .campaign .embed_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sitewide-banner {
  background: #4da195;
  padding: 1rem;
  z-index: 10;
  position: relative;
  color: white; }
  .sitewide-banner p {
    padding: 0;
    margin: 0; }
  .sitewide-banner a {
    -webkit-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
    color: white;
    text-decoration: underline;
    font-weight: bold; }
    .sitewide-banner a:hover {
      opacity: 0.7; }

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .hero-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero-slider img:nth-of-type(1) {
    -webkit-animation-name: fader;
            animation-name: fader;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    z-index: 20; }
  .hero-slider img:nth-of-type(2) {
    z-index: 10; }
  .hero-slider img:nth-of-type(n+3) {
    display: none; }

@-webkit-keyframes fader {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }

@keyframes fader {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }

.image-block {
  margin: 2rem -2rem; }
  .image-block img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .image-block {
      margin: 2rem 0; } }

.bg-white {
  background-color: white; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.tailwind .line-green {
  display: inline-block;
  border-bottom: 6px solid #B2C900;
  width: 50px;
  margin-left: 10px; }

.tailwind .border-gray-200 {
  border-color: #e9e9e9; }

.tailwind .border-t {
  border-top-width: 1px;
  border-top-style: solid; }

.tailwind .border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.tailwind .border-l {
  border-left-width: 1px;
  border-left-style: solid; }

.tailwind .border-r {
  border-right-width: 1px;
  border-right-style: solid; }

.tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4 {
  margin: 0;
  padding: 0;
  line-height: 1.3; }

.tailwind p:first-of-type {
  margin-top: 0; }

.tailwind p:last-of-type {
  margin-bottom: 0; }

.tailwind img {
  width: 100%;
  height: auto; }

.tailwind .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1190px; }

.tailwind .text-sm {
  font-size: 12px; }

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

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

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

.tailwind .text-base {
  color: #252b30; }

.tailwind .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tailwind .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.tailwind .justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tailwind .items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.tailwind .items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.tailwind .items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.tailwind .items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.tailwind .items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.tailwind .flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.tailwind .bg-dark-gray {
  background-color: #252b30; }

.tailwind .text-white {
  color: white; }

.tailwind .min-h-64 {
  min-height: 8rem; }

.tailwind .p-8 {
  padding: 1rem 1rem; }

.tailwind .p-16 {
  padding: 2rem 2rem; }

.tailwind .pb-8 {
  padding-bottom: 1rem; }

.tailwind .pb-16 {
  padding-bottom: 2rem; }

.tailwind .pt-24 {
  padding-top: 3rem; }

.tailwind .pb-24 {
  padding-bottom: 3rem; }

.tailwind .px-8 {
  padding-left: 1rem;
  padding-right: 1rem; }

.tailwind .px-16 {
  padding-left: 2rem;
  padding-right: 2rem; }

.tailwind .py-8 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.tailwind .py-12 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.tailwind .py-16 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.tailwind .py-24 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.tailwind .pr-16 {
  padding-right: 2rem; }

.tailwind .pl-16 {
  padding-left: 2rem; }

.tailwind .pl-24 {
  padding-left: 3rem; }

.tailwind .-mx-8 {
  margin-left: -1rem;
  margin-right: -1rem; }

.tailwind .m-8 {
  margin: 1rem 1rem; }

.tailwind .mb-0 {
  margin-bottom: 0rem; }

.tailwind .mb-8 {
  margin-bottom: 1rem; }

.tailwind .m-16 {
  margin: 2rem; }

.tailwind .mb-8 {
  margin-bottom: 1rem; }

.tailwind .mb-12 {
  margin-bottom: 1.5rem; }

.tailwind .mb-16 {
  margin-bottom: 2rem; }

.tailwind .mx-8 {
  margin-left: 1rem;
  margin-right: 1rem; }

.tailwind .my-8 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.tailwind .my-16 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.tailwind .mx-16 {
  margin-left: 2rem;
  margin-right: 2rem; }

.tailwind .my-24 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.tailwind .h-full {
  height: 100%; }

.tailwind .w-full {
  width: 100%; }

.tailwind .w-1\/4 {
  width: 25%; }

.tailwind .w-1\/3 {
  width: 33.333333%; }

.tailwind .w-3\/4 {
  width: 75%; }

.tailwind .w-1\/2 {
  width: 50%; }

.tailwind .leading-tight {
  line-height: 1.25; }

.tailwind .tw-hidden {
  display: none; }

.tailwind .tw-block {
  display: block; }

.tailwind .mb-4 {
  margin-bottom: .5rem; }

@media screen and (max-width: 1024px) {
  .tailwind .lg\:w-1\/2 {
    width: 50%; }
  .tailwind .lg\:px-2 {
    padding-left: .25rem;
    padding-right: .25rem; } }

@media screen and (max-width: 768px) {
  .tailwind .md\:no-container {
    margin: 0;
    padding: 0; }
  .tailwind .md\:block {
    display: block; }
  .tailwind .md\:hidden {
    display: none; }
  .tailwind .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .tailwind .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tailwind .md\:w-1\/2 {
    width: 50%; }
  .tailwind .md\:w-full {
    width: 100%; }
  .tailwind .md\:mb-16 {
    margin-bottom: 2rem; }
  .tailwind .md\:mb-4 {
    margin-bottom: .5rem; }
  .tailwind .md\:border-0 {
    border: 0; }
  .tailwind .md\:px-2 {
    padding-left: .25rem;
    padding-right: .25rem; }
  .tailwind .md\:text-right {
    text-align: right; }
  .tailwind .md\:text-left {
    text-align: left; }
  .tailwind .md\:text-center {
    text-align: center; }
  .tailwind .md\:my-4 {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .tailwind .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .tailwind .md\:min-h-auto {
    min-height: initial; } }

@media screen and (max-width: 600px) {
  .tailwind .sm\:w-full {
    width: 100%; } }

.bg-transparent {
  background-color: transparent !important; }

.popup.background {
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .popup.background .inner {
    margin: 50px;
    width: 600px;
    position: relative; }
  .popup.background .overflow {
    overflow-y: auto;
    overflow-x: hidden;
    height: 80vh;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  .popup.background .l_panel {
    padding: 0; }
  .popup.background .fancy_heading_title_2 {
    letter-spacing: -0.025em;
    line-height: 2.5rem;
    position: relative;
    font-size: 2rem !important;
    clear: both;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important; }
  .popup.background .fancy_heading_info {
    width: 100%;
    float: none;
    margin-top: 20px;
    font-size: .875rem; }
  .popup.background .close-button {
    background-color: white;
    border-radius: 100px;
    position: absolute;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: -15px;
    right: -15px;
    z-index: 50;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
    .popup.background .close-button:hover {
      color: black; }
    .popup.background .close-button svg {
      width: 20px; }

.site-steps .main_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white; }
  .site-steps .main_navigation .nav-element {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 8px 0;
    text-transform: lowercase;
    font-weight: 600;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    background-color: white;
    margin-left: 1px; }
    .site-steps .main_navigation .nav-element:first-of-type {
      margin-left: 0; }
    .site-steps .main_navigation .nav-element:hover {
      color: white; }
    .site-steps .main_navigation .nav-element.el-plan {
      border-color: #F1D053; }
      .site-steps .main_navigation .nav-element.el-plan:hover {
        background-color: #F1D053; }
    .site-steps .main_navigation .nav-element.el-design {
      border-color: #F1B34B; }
      .site-steps .main_navigation .nav-element.el-design:hover {
        background-color: #F1B34B; }
    .site-steps .main_navigation .nav-element.el-purchase {
      border-color: #58A49E; }
      .site-steps .main_navigation .nav-element.el-purchase:hover {
        background-color: #58A49E; }
    .site-steps .main_navigation .nav-element.el-deliver {
      border-color: #127F8C; }
      .site-steps .main_navigation .nav-element.el-deliver:hover {
        background-color: #127F8C; }
    .site-steps .main_navigation .nav-element.el-remove {
      border-color: #266074; }
      .site-steps .main_navigation .nav-element.el-remove:hover {
        background-color: #266074; }
    .site-steps .main_navigation .nav-element.el-install {
      border-color: #45486D; }
      .site-steps .main_navigation .nav-element.el-install:hover {
        background-color: #45486D; }
    .site-steps .main_navigation .nav-element.el-enjoy {
      border-color: #5E4577; }
      .site-steps .main_navigation .nav-element.el-enjoy:hover {
        background-color: #5E4577; }

.hubspot-form {
  width: 100%; }
  @media (min-width: 770px) {
    .hubspot-form {
      width: 65%;
      margin: 0 auto; } }

.slider_indicators {
  bottom: 10px;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10; }
  .slider_indicators ol {
    text-align: center;
    margin: 0 auto !important; }
  .slider_indicators.is_hidden {
    display: none; }

.slider_indicators_item {
  border-radius: 50%;
  -webkit-transition: background 260ms ease-in-out;
          transition: background 260ms ease-in-out;
  background-color: #B699D3;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  height: 10px;
  margin: 0 4px 0 4px;
  width: 10px; }
  .slider_indicators_alt .slider_indicators_item {
    background-color: #9b77c2; }
  @media screen and (max-width: 600px) {
    .slider_indicators_item {
      height: 10px;
      width: 10px; } }

.slider_indicators_item.is_active {
  background: #fff; }
  .slider_indicators_alt .slider_indicators_item.is_active {
    background-color: #8154b2; }

.slider_prev_next {
  -webkit-transition: left 260ms ease-in-out, right 260ms ease-in-out, background-color 260ms ease-in-out;
          transition: left 260ms ease-in-out, right 260ms ease-in-out, background-color 260ms ease-in-out;
  color: #fff;
  cursor: pointer;
  font-size: 2.5em;
  margin-top: -25px;
  padding: 5px;
  position: absolute;
  top: 50%;
  z-index: 100; }
  .slider_prev_next.slider_prev {
    left: -71px; }
  .slider_prev_next.slider_next {
    right: -71px; }
  .slider_prev_next.is_hidden {
    display: none; }

.carousel_container {
  background-color: #9b77c2;
  height: 555px;
  padding: 5px 0 43px;
  position: relative;
  overflow: visible; }
  .carousel_container.has_no_bg {
    background-color: transparent; }
  .carousel_container.is_loading .iosSlider {
    opacity: 0; }
  .carousel_container.image_gallery {
    margin-bottom: 35px; }
  .carousel_container:hover .slider_prev,
  .carousel_container:hover .slider_next {
    opacity: 1;
    visibility: visible; }
  .carousel_container:hover .slider_prev {
    left: 0; }
  .carousel_container:hover .slider_next {
    right: 0; }
  .carousel_container.inspiration {
    padding: 0; }
  .carousel_container .carousel_inner {
    position: absolute;
    width: 100%;
    height: 100%; }
  .carousel_container .iosSlider {
    -webkit-transition: opacity 500ms ease-in-out;
            transition: opacity 500ms ease-in-out;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%; }
    .is_loading .carousel_container .iosSlider {
      opacity: 0; }
    .carousel_container .iosSlider .carousel {
      width: 100%;
      height: 100%; }
  .carousel_container .carousel_item {
    float: left;
    width: 600px;
    height: 100%;
    text-align: center;
    margin: 0 11px;
    padding-top: 30px; }
    .carousel_container .carousel_item_alt {
      width: 364px; }
    @media screen and (max-width: 600px) {
      .carousel_container .carousel_item {
        margin: 0 15px; } }
    .carousel_container .carousel_item img {
      width: 100%; }
    .carousel_container .carousel_item .caption {
      background-color: #B2C900;
      color: #fff;
      margin: 0;
      padding: 6px 10px; }
      .content_slider .carousel_container .carousel_item .caption {
        height: 16%;
        padding: 2% 15px;
        border-right: none; }
    .carousel_container .carousel_item.item_image {
      border-right: 1px solid #fff; }
      .content_slider .carousel_container .carousel_item.item_image {
        border-right: none; }
      .content_slider .carousel_container .carousel_item.item_image img {
        border-bottom: none; }
      .carousel_container .carousel_item.item_image .caption {
        border-right: none; }
  .carousel_container .carousel_cover {
    background: rgba(255, 255, 255, 0.6);
    z-index: 300;
    width: 50%;
    position: absolute;
    top: 35px;
    bottom: 35px; }
    .carousel_container .carousel_cover.carousel_cover_left {
      right: auto;
      left: 0;
      margin-left: -611px; }
    .carousel_container .carousel_cover.carousel_cover_right {
      left: auto;
      right: 0;
      margin-right: -610px; }

.slider_nav {
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #B2C900;
  color: #fff;
  cursor: pointer;
  margin-top: -25px;
  opacity: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 260ms ease-in-out;
          transition: all 260ms ease-in-out;
  visibility: hidden;
  width: 50px;
  z-index: 1000; }
  .slider_nav i {
    margin: 0; }
  .slider_nav.is_hidden {
    display: none; }
  @media screen and (max-width: 600px) {
    .slider_nav {
      padding-bottom: 15px;
      padding-top: 15px;
      margin-top: -25px;
      width: 50px; } }

.slider_prev {
  left: -60px;
  padding-right: 20px;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .slider_prev {
      left: 0;
      opacity: 1;
      padding-right: 15px;
      visibility: visible; } }

.slider_next {
  right: -60px;
  padding-left: 20px;
  text-align: left; }
  @media screen and (max-width: 600px) {
    .slider_next {
      opacity: 1;
      padding-left: 15px;
      right: 0;
      visibility: visible; } }

/* slider container */
.iosslider.inspiration {
  /* required */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* slider */ }
  @media screen and (max-width: 540px) {
    .iosslider.inspiration {
      height: 280px; } }
  .iosslider.inspiration:hover .slider_prev,
  .iosslider.inspiration:hover .slider_next {
    opacity: 1;
    visibility: visible; }
  .iosslider.inspiration:hover .slider_prev {
    left: 0; }
  .iosslider.inspiration:hover .slider_next {
    right: 0; }
  .iosslider.inspiration .slider {
    /* required */
    width: 100%;
    height: 100%;
    /* slide */ }
    .iosslider.inspiration .slider .slide {
      /* required */
      float: left;
      width: 100%;
      height: 530px; }
      @media screen and (max-width: 540px) {
        .iosslider.inspiration .slider .slide {
          height: 280px; } }
      .iosslider.inspiration .slider .slide a {
        color: #252b30;
        text-decoration: none; }
      .iosslider.inspiration .slider .slide:hover .inner_content {
        background-color: white; }
      .iosslider.inspiration .slider .slide .inner_content {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        position: relative;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.7);
        margin: 0 30px;
        padding: 10px;
        top: 405px; }
        @media screen and (max-width: 540px) {
          .iosslider.inspiration .slider .slide .inner_content {
            top: 155px; } }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #8154b2;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }
  .lt-ie9 .twentytwenty-before-label:before, .lt-ie9 .twentytwenty-after-label:before {
    background: gray; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  font-size: 12px;
  font-size: 0.75rem;
  color: #616161;
  background-color: #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  height: 37px;
  left: 50%;
  letter-spacing: 0.05em;
  margin-left: -47px;
  margin-top: -18.5px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 94px;
  z-index: 40; }
  .twentytwenty-handle [class^="i_"] {
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    top: 1px; }
  .twentytwenty-handle .i_arrow_chevron_left {
    margin-right: 8px; }
  .twentytwenty-handle .i_arrow_chevron_right {
    margin-left: 8px; }
  .twentytwenty-handle .twentytwenty-right-arrow, .twentytwenty-handle .twentytwenty-left-arrow {
    display: none; }
  .no-svg .twentytwenty-handle {
    background-image: url(https://kaboodle.r.worldssl.net/images/elements/before-after-arrows.png); }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 21.5px;
  box-shadow: 0 3px 0 #8154b2, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 21.5px;
  box-shadow: 0 -3px 0 #8154b2, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 50px;
  box-shadow: 3px 0 0 #8154b2, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 50px;
  box-shadow: -3px 0 0 #8154b2, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid #8154b2;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #8154b2;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #8154b2;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #8154b2;
  bottom: 50%;
  margin-bottom: -17px; }

.infinite_non_left {
  clear: both;
  position: absolute;
  bottom: -100px;
  width: 100%;
  text-align: center;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  height: 1px; }
  @media screen and (max-width: 600px) {
    .infinite_non_left {
      bottom: -40px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  font-size: 14px;
  text-align: left;
  padding-top: 3px;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .lt-ie9 .mfp-zoom-out.mfp-bg {
    opacity: 1; }

.mfp-zoom-out.mfp-bg.mfp-ready {
  opacity: 0.8; }
  .lt-ie9 .mfp-zoom-out.mfp-bg.mfp-ready {
    opacity: 1; }

.mfp-zoom-out.mfp-bg.mfp-removing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }
  .lt-ie9 .mfp-zoom-out.mfp-bg.mfp-removing {
    opacity: 1; }

.mfp-zoom-out .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.mfp-zoom-out.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }
