@charset "utf-8";
/* CSS Document */

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 30px;
    height: 17px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #52c553;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    bottom: -7px;
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    /* 1 */
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
    outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
/* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
/* 2 */ }
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
/* 2 */ }
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button, input, select, textarea {
    font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button, input, select {
    /* 2 */
    overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
    /* 1 */
    margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
    cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
/* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, input:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
/* 1 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/* Box Sizing
/* ================================================== */
html {
    box-sizing: border-box;
}
/*
* Symbolset
* www.symbolset.com
* Copyright © 2014 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social-circle.css" rel="stylesheet" />
*/
@font-face {
    font-family: "SSSocialCircle";
    src: url("../fonts/ss-social-circle.eot");
    src: url("../fonts/ss-social-circle.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-social-circle.woff") format("woff"), url("../fonts/ss-social-circle.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
    -ms-zoom: 1;
}
.ss-icon, .ss-icon.ss-social-circle, [class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before, [class^="ss-"].right:after, [class*=" ss-"].right:after, [class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
    font-family: "SSSocialCircle";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="ss-"].right:before, [class*=" ss-"].right:before {
    display: none;
    content: '';
}
.ss-facebook:before, .ss-facebook.right:after {
    content: '';
}
.ss-twitter:before, .ss-twitter.right:after {
    content: '';
}
.ss-googleplus:before, .ss-googleplus.right:after {
    content: '';
}
.ss-appdotnet:before, .ss-appdotnet.right:after {
    content: '';
}
.ss-ello:before, .ss-ello.right:after {
    content: '';
}
.ss-aboutme:before, .ss-aboutme.right:after {
    content: '';
}
.ss-vk:before, .ss-vk.right:after {
    content: '';
}
.ss-weibo:before, .ss-weibo.right:after {
    content: '';
}
.ss-linkedin:before, .ss-linkedin.right:after {
    content: '';
}
.ss-zerply:before, .ss-zerply.right:after {
    content: '';
}
.ss-xing:before, .ss-xing.right:after {
    content: '';
}
.ss-reddit:before, .ss-reddit.right:after {
    content: '';
}
.ss-steam:before, .ss-steam.right:after {
    content: '';
}
.ss-tumblr:before, .ss-tumblr.right:after {
    content: '';
}
.ss-wordpress:before, .ss-wordpress.right:after {
    content: '';
}
.ss-blogger:before, .ss-blogger.right:after {
    content: '';
}
.ss-quora:before, .ss-quora.right:after {
    content: '';
}
.ss-youtube:before, .ss-youtube.right:after {
    content: '';
}
.ss-vimeo:before, .ss-vimeo.right:after {
    content: '';
}
.ss-vine:before, .ss-vine.right:after {
    content: '';
}
.ss-letterboxd:before, .ss-letterboxd.right:after {
    content: '';
}
.ss-flickr:before, .ss-flickr.right:after {
    content: '';
}
.ss-instagram:before, .ss-instagram.right:after {
    content: '';
}
.ss-vscogrid:before, .ss-vscogrid.right:after {
    content: '';
}
.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
    content: '';
}
.ss-feedly:before, .ss-feedly.right:after {
    content: '';
}
.ss-pinterest:before, .ss-pinterest.right:after {
    content: '';
}
.ss-dropbox:before, .ss-dropbox.right:after {
    content: '';
}
.ss-pinboard:before, .ss-pinboard.right:after {
    content: '';
}
.ss-delicious:before, .ss-delicious.right:after {
    content: '';
}
.ss-dribbble:before, .ss-dribbble.right:after {
    content: '';
}
.ss-behance:before, .ss-behance.right:after {
    content: '';
}
.ss-github:before, .ss-github.right:after {
    content: '';
}
.ss-bitbucket:before, .ss-bitbucket.right:after {
    content: '';
}
.ss-stackoverflow:before, .ss-stackoverflow.right:after {
    content: '';
}
.ss-stackexchange:before, .ss-stackexchange.right:after {
    content: '';
}
.ss-codepen:before, .ss-codepen.right:after {
    content: '';
}
.ss-jsfiddle:before, .ss-jsfiddle.right:after {
    content: '';
}
.ss-paypal:before, .ss-paypal.right:after {
    content: '';
}
.ss-shopify:before, .ss-shopify.right:after {
    content: '';
}
.ss-kickstarter:before, .ss-kickstarter.right:after {
    content: '';
}
.ss-etsy:before, .ss-etsy.right:after {
    content: '';
}
.ss-foursquare:before, .ss-foursquare.right:after {
    content: '';
}
.ss-swarm:before, .ss-swarm.right:after {
    content: '';
}
.ss-yelp:before, .ss-yelp.right:after {
    content: '';
}
.ss-skype:before, .ss-skype.right:after {
    content: '';
}
.ss-whatsapp:before, .ss-whatsapp.right:after {
    content: '';
}
.ss-rdio:before, .ss-rdio.right:after {
    content: '';
}
.ss-spotify:before, .ss-spotify.right:after {
    content: '';
}
.ss-lastfm:before, .ss-lastfm.right:after {
    content: '';
}
.ss-soundcloud:before, .ss-soundcloud.right:after {
    content: '';
}
.ss-appstore:before, .ss-appstore.right:after {
    content: '';
}
.ss-googleplay:before, .ss-googleplay.right:after {
    content: '';
}
.ss-appleinc:before, .ss-appleinc.right:after {
    content: '';
}
.ss-microsoft:before, .ss-microsoft.right:after {
    content: '';
}
.ss-windows:before, .ss-windows.right:after {
    content: '';
}
.ss-android:before, .ss-android.right:after {
    content: '';
}
.ss-blackberry:before, .ss-blackberry.right:after {
    content: '';
}
.ss-link:before, .ss-link.right:after {
    content: '🔗';
}
.ss-phone:before, .ss-phone.right:after {
    content: '📞';
}
.ss-mail:before, .ss-mail.right:after {
    content: '✉';
}
.ss-like:before, .ss-like.right:after {
    content: '👍';
}
.ss-rss:before, .ss-rss.right:after {
    content: '';
}
.ss-share:before, .ss-share.right:after {
    content: '';
}
/* Legacy */
.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
    content: '';
}
.ss-octocat:before, .ss-octocat.right:after {
    content: '';
}
/* Generic
/* ================================================== */
html {
    height: 100%;
}
img {
    max-width: 100%;
}
/* Typography
/* ================================================== */
body {
    font-family: lato, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0.3em;
}
h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0.4em;
}
h3 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 0.5em;
}
h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0.55em;
}
h5 {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 0.575em;
}

@media only screen and (min-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1300px) {
    h1 {
        font-size: 48px;
    }
}
p {
    line-height: 1.5;
    margin: 0;
    margin-bottom: 1em;
}
a {
    text-decoration: none;
    transition-property: color, background, border;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
/* Global
/* ================================================== */
.no-break {
    white-space: nowrap;
}
.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
/* Grid
/* ================================================== */
.container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.622377614%;
    padding-right: 2.622377614%;
}
.container::after {
    clear: both;
    content: "";
    display: table;
}
.container--wide {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.container--wide::after {
    clear: both;
    content: "";
    display: table;
}
.container.flush {
    padding-left: 0;
    padding-right: 0;
}
.section {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 767px) {
    .section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
.section.flush-top {
    padding-top: 0;
}
.section-title {
    color: #52c553;
    border-top: 4px solid #52c553;
    padding-top: 5px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
    .section-title {
        border-top-width: 6px;
        margin-bottom: 40px;
    }
}
.section-separator {
    margin: 11px 0;
    border: 0;
    border-top: 2px solid #d3d3d3;
}

@media only screen and (min-width: 767px) {
    .section-separator {
        margin: 22px 0;
    }
}
.section-separator.flush {
    margin: 0;
}
.section-separator.flush-top {
    margin-top: 0;
}
.section-separator.flush-bottom {
    margin-bottom: 0;
}
.section-title--blue {
    color: #143b62;
    border-top-color: #143b62;
}
.section-title--green {
    color: #52c553;
    border-top-color: #52c553;
}
.section-title--green-dark {
    color: #031b10;
    border-top-color: #031b10;
}
.section-title--purple {
    color: #5f3c7d;
    border-top-color: #5f3c7d;
}
.section-title--red {
    color: #f05236;
    border-top-color: #f05236;
}
.section-title--sand {
    color: #c4b855;
    border-top-color: #c4b855;
}
.section-title--teal {
    color: #22b2b4;
    border-top-color: #22b2b4;
}
/* Back to Top
/* ================================================== */
.back-to-top {
    text-align: right;
    padding-top: 20px;
}
.back-to-top-link {
    width: 56px;
    height: 56px;
    background-color: #52c553;
    background-color: rgba(82, 197, 83, 0.7);
    display: inline-block;
    border-radius: 100%;
    padding: 3px;
}
.back-to-top-link:hover {
    background-color: #52c553;
}
/* Buttons
/* ================================================== */
.button {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #52c553;
    padding: 3px 20px 5px;
    transition: background-color 0.1s linear;
}
.button:hover {
    background-color: #8bd88c;
}
button.button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Form
/* ================================================== */
.form-required {
    font-size: 12px;
    color: #676767;
    margin-bottom: 10px;
}
.form-input {
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
}
 .form-input::-webkit-input-placeholder {
 color: #676767;
}
 .form-input::-moz-placeholder {
 color: #676767;
}
 .form-input:-ms-input-placeholder {
 color: #676767;
}
 .form-input::placeholder {
 color: #676767;
}
/* Gallery
/* ================================================== */
.gallery__thumbnails {
    max-width: 500px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.gallery__thumbnails::after {
    clear: both;
    content: "";
    display: table;
}
.gallery__thumbnail {
    max-width: 45%;
    float: left;
    margin-top: 1.75em;
    position: relative;
}

@media only screen and (min-width: 640px) {
    .gallery__thumbnail {
        margin-top: 3em;
    }
}
.gallery__thumbnail:nth-child(even) {
    margin-left: 10%;
}
.gallery__thumbnail:nth-child(1), .gallery__thumbnail:nth-child(2) {
    margin-top: 0;
}
.gallery__thumbnail-link {
    display: block;
    position: relative;
    transition: opacity 0.1s linear;
}
.gallery__thumbnail-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(82, 197, 83, 0.8) url("../images/layout/gallery-zoom.png") no-repeat center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .gallery__thumbnail-link::before {
        background-image: url("../images/layout/gallery-zoom@2x.png");
        background-size: 50px 50px;
    }
}
.gallery__thumbnail-link:hover {
    opacity: 0.7;
}
.gallery__thumbnail-img {
    max-width: 100%;
    display: block;
}
body.is-zoom {
    width: 100%;
    overflow: hidden;
    position: fixed;
    height: 100%;
}
body.is-zoom .gallery__zoom {
    z-index: 11;
    opacity: 1;
    transition: opacity 0.2s linear, z-index 0s linear;
}
body.is-zoom .gallery__zoom-close {
    z-index: 12;
}
.gallery__zoom {
    background-color: rgba(255, 255, 255, 0.9);
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s linear, z-index 0s 0.2s linear;
}
.gallery__zoom__cell {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 50px 20px;
    position: relative;
}
.gallery__zoom-close {
    font-size: 40px;
    font-weight: 800;
    color: #52c553;
    background-color: transparent;
    line-height: 1;
    padding: 0 15px 5px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: -1;
    display: block;
    overflow: hidden;
}

@media only screen and (min-width: 870px) {
    .gallery__zoom-close {
        top: 20px;
        right: 20px;
    }
}
.gallery__zoom__image {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.gallery__zoom-img {
    width: 100%;
    display: block;
}
.article--blue .gallery__thumbnail .gallery__thumbnail-link::before, .gallery__thumbnail--blue .gallery__thumbnail-link::before {
    background-color: rgba(20, 59, 98, 0.8);
}
.article--green .gallery__thumbnail .gallery__thumbnail-link::before, .gallery__thumbnail--green .gallery__thumbnail-link::before {
    background-color: rgba(82, 197, 83, 0.8);
}
.article--green-dark .gallery__thumbnail .gallery__thumbnail-link::before, .gallery__thumbnail--green-dark .gallery__thumbnail-link::before {
    background-color: rgba(3, 27, 16, 0.8);
}
.article--purple .gallery__thumbnail .gallery__thumbnail-link::before, .gallery__thumbnail--purple .gallery__thumbnail-link::before {
    background-color: rgba(95, 60, 125, 0.8);
}
.article--red .gallery__thumbnail .gallery__thumbnail-link::before, .gallery__thumbnail--red .gallery__thumbnail-link::before {
    background-color: rgba(240, 82, 54, 0.8);
}
.article--sand .gallery__thumbnail .gallery__thumbnail-link::before, .gallery__thumbnail--sand .gallery__thumbnail-link::before {
    background-color: rgba(196, 184, 85, 0.8);
}
.article--teal .gallery__thumbnail .gallery__thumbnail-link::before, .gallery__thumbnail--teal .gallery__thumbnail-link::before {
    background-color: rgba(34, 178, 180, 0.8);
}
/* Logo
/* ================================================== */
.logo, .logo-text, .logo-mark {
    margin-left: auto;
    margin-right: auto;
}
.logo {
    width: 180px;
    display: block;
}
.logo-text {
    display: block;
}
.logo-mark {
    display: block;
    position: relative;
}

@media only screen and (min-width: 767px) {
    .logo {
        width: auto;
        max-width: 100%;
    }
    .logo-text {
        width: auto;
        max-width: 100%;
        display: block;
    }
}
.four-by-three:before {
    content: "";
    display: block;
    padding-bottom: 75.5%;
}
.sixteen-by-nine:before {
    content: "";
    display: block;
    padding-bottom: 56.6%;
}
.sixteen-by-nine .display, .four-by-three .display, .media_size .display {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
#player_roll {
    display: block;
    overflow: hidden;
}
#player_roll .bg {
    background: #1a1a1a;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}
#player_roll .title {
    position: absolute;
    z-index: 8;
    background: #1a1a1a;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    width: 100%;
}
#player_roll .time_left:before {
    content: "Advertisement: ";
    font-weight: bold;
}
#player_roll.video .time_left:before {
    content: "Please Wait: ";
    font-weight: bold;
}
#player_roll.video.post .time_left:before {
    content: "Thank You: ";
    font-weight: bold;
}
#player_roll .time_left:after {
    content: attr(data-time) " seconds";
    font-weight: bold;
    padding-left: 10px;
}
#player_roll .time_left span:before {
    content: "Your video will begin in: ";
    font-weight: normal;
    padding-left: 10px;
}
#player_roll.video.mid .time_left span:before {
    content: "This video will resume in: ";
    font-weight: normal;
    padding-left: 10px;
}
#player_roll.video.post .time_left span:before {
    content: "This video will end in: ";
    font-weight: normal;
    padding-left: 10px;
}
#player_roll .roll_content {
    position: relative;
    z-index: 7;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: #1a1a1a;
    padding: 10px;
    display: block;
    text-align: center;
}
#player_roll .roll_content.video {
    height: 100%;
    width: 100%;
    padding: 0;
}
#player_roll .roll_content.loading {
    background: url("../images/loader-grey.gif") no-repeat center;
}
#player_roll .roll_content a {
    display: block;
    text-decoration: none;
    color: #fff;
}
#player_roll .roll_content a:hover {
    display: block;
    text-decoration: none;
}
#player_roll .roll_content img {
    display: block;
}
#player_roll .advertisement:before {
    content: "Advertisement";
    display: block;
    font-size: 0.8em;
    color: #b1b1b1;
    text-align: left;
}
#player_roll .alert {
    position: absolute;
    top: 100%;
    z-index: 8;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    margin: 0 auto;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}
.video_player_inner {
    display: block;
    margin: 0 5%;
    position: relative;
    width: 90%;
}
.sixteen-by-nine, .four-by-three, .media_size {
    position: relative;
    width: 100%;
}
.video_player_wrap {
    position: relative;
    width: 100%;
    background: #363636;
    /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
    background: linear-gradient(to bottom, #363636 0%, #676767 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#888888', GradientType=0 );
/* IE6-8 */ }
.video_player_inner {
    margin: 0 5%;
    width: 90%;
    display: block;
    position: relative;
}
.video_player {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.status_alert {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    z-index: 8;
    color: #fff;
    font-size: 0.8em;
    display: none;
    padding: 0 10px;
}
.status_alert:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    z-index: -1;
    top: 0;
    left: 0;
}

/* Social ================================================== */
.social {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-li {
    display: inline-block;
}
.social-li + .social-li {
    margin-left: 10px;
}
.social-link {
    font-family: SSSocialCircle;
    font-size: 17px;
    color: #52c553;
}
.social-link:hover {
    color: #9edf9f;
}

/* Tiles ================================================== */

.tiles-container {
    max-width: 1300px;
    padding: 1.538461533%;
    margin-left: auto;
    margin-right: auto;
}
.tiles-container::after {
    clear: both;
    content: "";
    display: table;
}
.tiles-container + .tiles-container {
    padding-top: 0;
}
.tiles-container.flush-top {
    padding-top: 0;
}
.tiles-container.flush-bottom {
    padding-bottom: 0;
}
.tiles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tile {
    width: 50%;
    padding: 3.076923066%;
}
.tile__image {
    border-bottom: 4px solid #52c553;
    margin-bottom: 6px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 767px) {
    .tile__image {
        border-bottom-width: 6px;
        margin-bottom: 12px;
    }
}
.tile-image {
    width: 100%;
    max-width: auto;
    display: block;
}
.tile-category {
    font-size: 12px;
    font-weight: 700;
    color: #52c553;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: inline-block;
}
.tile-category:hover {
    color: #9edf9f;
}
.tile-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.tile-title,  .tile-title a {
    color: #1a1a1a;
}
.tile-title a:hover {
    color: #4d4d4d;
}
.tile-excerpt {
    font-size: 13px;
    margin-bottom: 10px;
}
.tile-date {
    font-size: 11px;
    font-style: italic;
    color: #676767;
    letter-spacing: 0.05em;
}
.tile-progress {
    width: 19px;
    height: 19px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #52c553;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 8px;
}
.tile-progress.is-complete {
    background: url("../images/layout/checkmark.png") no-repeat center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .tile-progress.is-complete {
        background-image: url("../images/layout/checkmark@2x.png");
        background-size: 19px 19px;
    }
}
.tile--wide {
    width: 100%;
}
.tile--wide .tile-title {
    font-size: 16px;
}
.tile--stack {
    padding: 0;
}
.tile--stack .tile {
    width: 100%;
    padding: 3.076923066%;
}
.tile--stack .tile::after {
    clear: both;
    content: "";
    display: table;
}
.tile--stack .tile-title {
    font-size: 16px;
}
.tile--stack .tile__image {
    width: 35%;
    float: left;
}
.tile--stack .tile__content {
    padding-left: 20px;
    width: 65%;
    margin-top: -6px;
    float: left;
}
.tile--stack .tile-image {
    max-width: 100%;
}
.tile--advertorial {
    background-color: #f7f7f7;
    position: relative;
}
.tile--advertorial .tile__image {
    border: 0;
}
.tile__advertorial-logo {
    margin-top: 8px;
    float: right;
}
.tile__advertorial-border {
    height: 5px;
    background-color: #52c553;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.tile__stock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tile__stock-symbol, .tile__stock-change {
    font-weight: 800;
    color: #52c553;
}
.tile__stock-symbol {
    font-size: 20px;
}
.tile__stock-change {
    text-align: right;
}
.tile--featured .tile__image::before {
    background-color: rgba(82, 197, 83, 0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tile--featured.tile--wide .tile-title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
}
.tile--featured.tile--wide .tile__image .tile-title {
    margin-bottom: 0;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
}
.tile--featured.tile--wide .tile__image .tile-title,  .tile--featured.tile--wide .tile__image .tile-title a {
    color: #fff;
}
.tile--overlay .tile__image::before {
    background-color: rgba(82, 197, 83, 0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tile--video .tile__image::before {
    background-image: url("../images/layout/play.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .tile--video .tile__image::before {
        background-image: url("../images/layout/play@2x.png");
        background-size: 35px 35px;
    }
}
.tile--video-small .tile__image::before {
    background-size: 35px 35px;
}
.tile--shadow {
    box-shadow: 0 2px 10px transparent;
    transition: box-shadow 0.15s linear;
}
.tile--shadow:hover {
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.column--1-of-4 {
    width: 50%;
    float: left;
}
.column--1-of-4 .column__inner,  .column--1-of-4 .tile {
    width: 100%;
    padding: 2.884615376%;
}
.column--2-of-4 .tile {
    width: 50%;
}
.tilecol {
    width: 50%;
    padding: 1.538459995%;
}
.tilecol .tile__image {
    border-bottom: 0;
    display: none;
}
.tilecol .tile-title {
    font-size: 16px;
    margin-bottom: 0;
}
.tilecol {
    margin-top: 20px;
}
.tilecol:nth-child(1), .tilecol:nth-child(2) {
    margin-top: 10px;
}
.tilecol__item::after {
    clear: both;
    content: "";
    display: table;
}
.tilecol__item + .tilecol__item {
    margin-top: 20px;
}

@media only screen and (min-width: 640px) {
    .tile--featured.tile--wide .tile__image .tile-title {
        bottom: 10px;
        left: 15px;
        right: 15px;
    }
    .tile--featured.tile--wide .tile-title {
        font-size: 23px;
    }
}

@media only screen and (min-width: 767px) {
    .tile {
        width: 25%;
        padding: 1.538461533%;
    }
    .tile--wide {
        width: 50%;
    }
    .tile-category {
        font-size: 14px;
    }
    .tile-title {
        font-size: 20px;
    }
    .tile-excerpt {
        font-size: 14px;
    }
    .tile--wide .tile-title {
        font-size: 20px;
    }
    .tile--stack .tile-title {
        font-size: 20px;
    }
    .tilecol .tile-title {
        font-size: 18px;
    }
    .tilecol .tile__image {
        width: 25%;
        float: left;
        display: block;
    }
    .tilecol .tile__content {
        padding-left: 15px;
        width: 75%;
        float: left;
    }
}

@media only screen and (min-width: 1024px) {
    .tile--wide .tile-title {
        font-size: 24px;
    }
    .tile--featured.tile--wide .tile-title {
        font-size: 30px;
    }
    .tile__stock-symbol {
        font-size: 30px;
    }
    .tile__stock-change {
        font-size: 18px;
    }
    .column--3-of-4 {
        width: 75%;
        float: left;
    }
    .column--3-of-4 .tile {
        width: 33.3333%;
        padding: 1.923076917%;
    }
    .column--3-of-4 .tile--wide {
        width: 66.6666%;
    }
    .column--3-of-4 .tile--stack {
        padding: 0;
    }
    .column--3-of-4 .tile--stack .tile {
        width: 100%;
        padding: 2.884615376%;
    }
    .column--1-of-4 {
        width: 25%;
    }
    .column--1-of-4 .column__inner,  .column--1-of-4 .tile {
        padding: 5.769230752%;
    }
    .column--2-of-4 {
        width: 50%;
        float: left;
    }
    .column--2-of-4 .tile {
        padding: 2.913752905%;
    }
    .tilecol {
        width: 33.3333%;
    }
    .tilecol:nth-child(3) {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1300px) {
    .tile--wide .tile-title {
        font-size: 28px;
    }
    .tile--featured.tile--wide .tile-title {
        font-size: 36px;
    }
    .tile__stock-symbol {
        font-size: 36px;
    }
}

@media only screen and (max-width: 599px) {
    .column--tertiary--full-on-mobile {
        width: 100%;
    }
    .tertiary-hide-on-mobile {
        display: none;
    }
}

.tiles-container--primary .column--3-of-4 .tile--wide:last-of-type {
    width: 50%;
}

@media only screen and (min-width: 767px) {
    .tiles-container--primary .column--3-of-4 .tile--wide:last-of-type {
        width: 25%;
    }
}

@media only screen and (min-width: 1024px) {
    .tiles-container--primary .column--3-of-4 .tile--wide:last-of-type {
        width: 66.6666%;
    }
}
.tiles-container--primary .column--1-of-4 {
    width: 100%;
}
.tiles-container--primary .column--1-of-4 .tile {
    width: 50%;
    float: left;
}
.tiles-container--primary .column--1-of-4 .tile--sidebar-subscribe {
    display: none;
}
.tiles-container--primary .column--1-of-4 .tile--sidebar-ad {
    width: 100%;
}



@media only screen and (min-width: 1024px) {
    .tiles-container--primary .column--1-of-4 {
        width: 25%;
    }
    .tiles-container--primary .column--1-of-4 .column__inner,  .tiles-container--primary .column--1-of-4 .tile {
        padding: 5.769230752%;
    }
    .tiles-container--primary .column--1-of-4 .tile {
        width: 100%;
        float: none;
    }
}
.tiles-container--secondary .tile:first-of-type {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 767px) {
    .tiles-container--secondary .tile:first-of-type {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 767px) {
    .tiles-container--tertiary .column--2-of-4 {
        width: 50%;
        float: left;
    }
    .tiles-container--tertiary .column--2-of-4 .tile {
        padding: 2.913752905%;
    }
    .tiles-container--tertiary .column--1-of-4 {
        width: 25%;
    }
    .tiles-container--tertiary .column--1-of-4 .column__inner,  .tiles-container--tertiary .column--1-of-4 .tile {
        padding: 5.769230752%;
    }
}

 @-moz-document url-prefix() {
     .tile {
     padding-top: 10px !important;
     padding-bottom: 10px !important;
    }
     @media only screen and (min-width: 480px) {
         .tile {
         padding-top: 15px !important;
         padding-bottom: 15px !important;
        }
    }
     @media only screen and (min-width: 640px) {
         .tile {
         padding-top: 20px !important;
         padding-bottom: 20px !important;
        }
    }
     @media only screen and (min-width: 767px) {
         .tile {
         padding-top: 15px !important;
         padding-bottom: 15px !important;
        }
    }
     @media only screen and (min-width: 1024px) {
         .tile {
         padding-top: 20px !important;
         padding-bottom: 20px !important;
        }
    }
}

.tile--blue .tile__image {
    border-bottom-color: #143b62;
}
.tile--blue .tile-category {
    color: #143b62;
}
.tile--blue .tile-category:hover {
    color: #256eb7;
}
.tile--blue .tile__stock-symbol, .tile--blue .tile__stock-change {
    color: #143b62;
}
.tile--blue.tile--featured .tile__image::before, .tile--blue.tile--overlay .tile__image::before {
    background-color: rgba(20, 59, 98, 0.3);
}
.tile--green .tile__image {
    border-bottom-color: #52c553;
}
.tile--green .tile-category {
    color: #52c553;
}
.tile--green .tile-category:hover {
    color: #9edf9f;
}
.tile--green .tile__stock-symbol, .tile--green .tile__stock-change {
    color: #52c553;
}
.tile--green.tile--featured .tile__image::before, .tile--green.tile--overlay .tile__image::before {
    background-color: rgba(82, 197, 83, 0.3);
}
.tile--green-dark .tile__image {
    border-bottom-color: #031b10;
}
.tile--green-dark .tile-category {
    color: #031b10;
}
.tile--green-dark .tile-category:hover {
    color: #0d7746;
}
.tile--green-dark .tile__stock-symbol, .tile--green-dark .tile__stock-change {
    color: #031b10;
}
.tile--green-dark.tile--featured .tile__image::before, .tile--green-dark.tile--overlay .tile__image::before {
    background-color: rgba(3, 27, 16, 0.3);
}
.tile--purple .tile__image {
    border-bottom-color: #5f3c7d;
}
.tile--purple .tile-category {
    color: #5f3c7d;
}
.tile--purple .tile-category:hover {
    color: #9368b7;
}
.tile--purple .tile__stock-symbol, .tile--purple .tile__stock-change {
    color: #5f3c7d;
}
.tile--purple.tile--featured .tile__image::before, .tile--purple.tile--overlay .tile__image::before {
    background-color: rgba(95, 60, 125, 0.3);
}
.tile--red .tile__image {
    border-bottom-color: #f05236;
}
.tile--red .tile-category {
    color: #f05236;
}
.tile--red .tile-category:hover {
    color: #f7a495;
}
.tile--red .tile__stock-symbol, .tile--red .tile__stock-change {
    color: #f05236;
}
.tile--red.tile--featured .tile__image::before, .tile--red.tile--overlay .tile__image::before {
    background-color: rgba(240, 82, 54, 0.3);
}
.tile--sand .tile__image {
    border-bottom-color: #c4b855;
}
.tile--sand .tile-category {
    color: #c4b855;
}
.tile--sand .tile-category:hover {
    color: #ded8a1;
}
.tile--sand .tile__stock-symbol, .tile--sand .tile__stock-change {
    color: #c4b855;
}
.tile--sand.tile--featured .tile__image::before, .tile--sand.tile--overlay .tile__image::before {
    background-color: rgba(196, 184, 85, 0.3);
}
.tile--teal .tile__image {
    border-bottom-color: #22b2b4;
}
.tile--teal .tile-category {
    color: #22b2b4;
}
.tile--teal .tile-category:hover {
    color: #5cdee0;
}
.tile--teal .tile__stock-symbol, .tile--teal .tile__stock-change {
    color: #22b2b4;
}
.tile--teal.tile--featured .tile__image::before, .tile--teal.tile--overlay .tile__image::before {
    background-color: rgba(34, 178, 180, 0.3);
}
/* Sidebar
/* ================================================== */
.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #52c553;
    line-height: 1.2;
    margin-bottom: 20px;
    border-top: 4px solid #52c553;
    padding-top: 8px;
    display: block;
}
.sidebar-title em {
    font-style: normal;
    color: #1a1a1a;
}

@media only screen and (min-width: 767px) {
    .sidebar-title {
        font-size: 23px;
        border-top-width: 6px;
        padding-top: 15px;
    }
}
.sidebar__subscribe-input {
    font-size: 14px;
    font-weight: 600;
    color: #676767;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-radius: 0;
    display: block;
}
 .sidebar__subscribe-input::-webkit-input-placeholder {
 color: #d3d3d3;
}
 .sidebar__subscribe-input::-moz-placeholder {
 color: #d3d3d3;
}
 .sidebar__subscribe-input:-ms-input-placeholder {
 color: #d3d3d3;
}
 .sidebar__subscribe-input::placeholder {
 color: #d3d3d3;
}
.sidebar__subscribe-submit {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #52c553;
    padding: 5px 25px 6px;
    border: 0;
    border-radius: 0;
    apperance: none;
    transition: background-color 0.1s linear;
}
.sidebar__subscribe-submit:hover {
    background-color: #8bd88c;
}
.sidebar__tile::after {
    clear: both;
    content: "";
    display: table;
}
.sidebar__tile .tile__image, .sidebar__tile .tile__content {
    float: left;
}
.sidebar__tile .tile-title {
    font-size: 14px;
}
.sidebar__tile + .sidebar__tile {
    margin-top: 15px;
}
.sidebar-more {
    font-size: 14px;
    font-weight: 700;
    color: #52c553;
    padding-right: 12px;
    display: inline-block;
    position: relative;
}
.sidebar-more::before {
    content: "";
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #52c553;
    border-top: 5px solid transparent;
}
.sidebar-more:hover {
    color: #9edf9f;
}
.sidebar__tile--blue .tile__image {
    border-color: #143b62;
}
.sidebar__tile--blue .tile-category {
    color: #143b62;
}
.sidebar__tile--blue .tile-category:hover {
    color: #256eb7;
}
.sidebar__tile--blue.tile--overlay .tile__image::before {
    background-color: rgba(20, 59, 98, 0.15);
}
.sidebar__tile--green .tile__image {
    border-color: #52c553;
}
.sidebar__tile--green .tile-category {
    color: #52c553;
}
.sidebar__tile--green .tile-category:hover {
    color: #9edf9f;
}
.sidebar__tile--green.tile--overlay .tile__image::before {
    background-color: rgba(82, 197, 83, 0.15);
}
.sidebar__tile--green-dark .tile__image {
    border-color: #031b10;
}
.sidebar__tile--green-dark .tile-category {
    color: #031b10;
}
.sidebar__tile--green-dark .tile-category:hover {
    color: #0d7746;
}
.sidebar__tile--green-dark.tile--overlay .tile__image::before {
    background-color: rgba(3, 27, 16, 0.15);
}
.sidebar__tile--purple .tile__image {
    border-color: #5f3c7d;
}
.sidebar__tile--purple .tile-category {
    color: #5f3c7d;
}
.sidebar__tile--purple .tile-category:hover {
    color: #9368b7;
}
.sidebar__tile--purple.tile--overlay .tile__image::before {
    background-color: rgba(95, 60, 125, 0.15);
}
.sidebar__tile--red .tile__image {
    border-color: #f05236;
}
.sidebar__tile--red .tile-category {
    color: #f05236;
}
.sidebar__tile--red .tile-category:hover {
    color: #f7a495;
}
.sidebar__tile--red.tile--overlay .tile__image::before {
    background-color: rgba(240, 82, 54, 0.15);
}
.sidebar__tile--sand .tile__image {
    border-color: #c4b855;
}
.sidebar__tile--sand .tile-category {
    color: #c4b855;
}
.sidebar__tile--sand .tile-category:hover {
    color: #ded8a1;
}
.sidebar__tile--sand.tile--overlay .tile__image::before {
    background-color: rgba(196, 184, 85, 0.15);
}
.sidebar__tile--teal .tile__image {
    border-color: #22b2b4;
}
.sidebar__tile--teal .tile-category {
    color: #22b2b4;
}
.sidebar__tile--teal .tile-category:hover {
    color: #5cdee0;
}
.sidebar__tile--teal.tile--overlay .tile__image::before {
    background-color: rgba(34, 178, 180, 0.15);
}
/* Trending
/* ================================================== */
.trending__overflow {
    padding-bottom: 20px;
    overflow: hidden;
}
.trending__scroll {
    min-width: 180%;
}

@media only screen and (min-width: 640px) {
    .trending__scroll {
        min-width: 155%;
    }
}

@media only screen and (min-width: 767px) {
    .trending__scroll {
        min-width: 131%;
    }
}

@media only screen and (min-width: 1024px) {
    .trending__overflow {
        padding-bottom: 0;
    }
    .trending__scroll {
        min-width: auto;
    }
}

.trending__item:last-child {
    margin-right: 0;
}
.trending__item--blue .tile__image {
    border-bottom-color: #143b62;
}
.trending__item--blue .tile-category {
    color: #143b62;
}
.trending__item--blue .tile-category:hover {
    color: #256eb7;
}
.trending__item--blue.tile--overlay .tile__image::before {
    background-color: rgba(20, 59, 98, 0.3);
}
.trending__item--green .tile__image {
    border-bottom-color: #52c553;
}
.trending__item--green .tile-category {
    color: #52c553;
}
.trending__item--green .tile-category:hover {
    color: #9edf9f;
}
.trending__item--green.tile--overlay .tile__image::before {
    background-color: rgba(82, 197, 83, 0.3);
}
.trending__item--green-dark .tile__image {
    border-bottom-color: #031b10;
}
.trending__item--green-dark .tile-category {
    color: #031b10;
}
.trending__item--green-dark .tile-category:hover {
    color: #0d7746;
}
.trending__item--green-dark.tile--overlay .tile__image::before {
    background-color: rgba(3, 27, 16, 0.3);
}
.trending__item--purple .tile__image {
    border-bottom-color: #5f3c7d;
}
.trending__item--purple .tile-category {
    color: #5f3c7d;
}
.trending__item--purple .tile-category:hover {
    color: #9368b7;
}
.trending__item--purple.tile--overlay .tile__image::before {
    background-color: rgba(95, 60, 125, 0.3);
}
.trending__item--red .tile__image {
    border-bottom-color: #f05236;
}
.trending__item--red .tile-category {
    color: #f05236;
}
.trending__item--red .tile-category:hover {
    color: #f7a495;
}
.trending__item--red.tile--overlay .tile__image::before {
    background-color: rgba(240, 82, 54, 0.3);
}
.trending__item--sand .tile__image {
    border-bottom-color: #c4b855;
}
.trending__item--sand .tile-category {
    color: #c4b855;
}
.trending__item--sand .tile-category:hover {
    color: #ded8a1;
}
.trending__item--sand.tile--overlay .tile__image::before {
    background-color: rgba(196, 184, 85, 0.3);
}
.trending__item--teal .tile__image {
    border-bottom-color: #22b2b4;
}
.trending__item--teal .tile-category {
    color: #22b2b4;
}
.trending__item--teal .tile-category:hover {
    color: #5cdee0;
}
.trending__item--teal.tile--overlay .tile__image::before {
    background-color: rgba(34, 178, 180, 0.3);
}
/* Twitter Feed ================================================== */
.twitter-feed {
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.twitter-feed ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.twitter-feed li + li {
    margin-top: 30px;
}
.twitter-feed .user {
    margin-bottom: 10px;
}
.twitter-feed .user a {
    font-size: 18px;
    font-weight: 700;
    color: #52c553;
}
.twitter-feed .user a:hover {
    color: #9edf9f;
}
.twitter-feed .user img {
    display: none;
}
.twitter-feed span[data-scribe="element:name"] {
    display: none;
}
.twitter-feed .tweet {
    font-size: 14px;
}
.twitter-feed .tweet a {
    color: #52c553;
    word-wrap: break-word;
}
.twitter-feed .tweet a:hover {
    color: #9edf9f;
}

/* Headernav  ================================================== */

@media only screen and (min-width: 767px) {
    .headernav.headroom--unpinned::after {
        clear: both;
        content: "";
        display: table;
    }
    .headernav.headroom--unpinned .nav {
        transition: opacity 0.2s ease, z-index 0s ease;
    }
    .headernav.headroom--unpinned .header {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }
    .headernav.headroom--unpinned .header .social {
        display: none;
    }
    .headernav.headroom--unpinned .header-button--subscribe {
        color: #52c553;
        position: absolute;
        left: 2.622377614%;
    }
    .headernav.headroom--unpinned .header-button--subscribe span {
        display: inline;
    }
    .headernav.headroom--unpinned .header-button--subscribe:hover {
        color: #fff;
    }
    .headernav.headroom--unpinned .header-button + .header-button {
        display: none;
    }
    .headernav.headroom--unpinned .nav {
        z-index: 11;
    }
    .headernav.headroom--unpinned .nav__menu-li {
        display: none;
    }
    .headernav.headroom--unpinned .nav__menu-li--search {
        display: block;
    }
    .headernav.headroom--unpinned .nav__menu-li--search::before {
        display: none;
    }
    .headernav.headroom--unpinned .nav__menu-li--search .nav__menu-link {
        display: none;
    }
    .headernav.headroom--unpinned .nav__menu-li--search:hover .nav__search,  .headernav.headroom--unpinned .nav__search {
        background: transparent;
        padding: 0;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        top: -60px;
        width: auto;
        right: 2.622377614%;
    }
    .headernav.headroom--unpinned .nav__search-input {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
        padding: 10px;
        padding-right: 25px;
        background: #fff url("../images/layout/nav-magnifying-glass-green.png") no-repeat right center;
        width: 200px;
    }
}

@media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .headernav.headroom--unpinned .nav__search-input {
        background-image: url("../images/layout/nav-magnifying-glass-green@2x.png");
        background-size: 16px 16px;
    }
}

@media only screen and (min-width: 767px) {
     .headernav.headroom--unpinned .nav__search-input::-webkit-input-placeholder {
     text-transform: uppercase;
     color: #52c553;
    }
     .headernav.headroom--unpinned .nav__search-input::-moz-placeholder {
     text-transform: uppercase;
     color: #52c553;
    }
     .headernav.headroom--unpinned .nav__search-input:-ms-input-placeholder {
     text-transform: uppercase;
     color: #52c553;
    }
     .headernav.headroom--unpinned .nav__search-input::placeholder {
     text-transform: uppercase;
     color: #52c553;
    }
    .headernav.headroom--unpinned .nav__search-button {
        display: none;
    }
}

@media only screen and (min-width: 1130px) {
    .headernav.headroom--unpinned .header-button--subscribe {
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: -14px;
    }
    .headernav.headroom--unpinned .nav__menu-li--search:hover .nav__search,  .headernav.headroom--unpinned .nav__search {
        top: -87px;
    }
}
/* Header
/* ================================================== */
.header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    top: 0;
}
.main {
    padding-top: 51px;
}
.header__top {
    padding-left: 2.622377614%;
    padding-right: 2.622377614%;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header__top::after {
    clear: both;
    content: "";
    display: table;
}
.header__col {
    display: none;
}
.header__col--middle {
    text-align: center;
    display: block;
}
.header__col--right {
    text-align: right;
}
.header-button {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 15px 4px;
    border: 1px solid #52c553;
}
.header-button:hover {
    color: #fff;
    background-color: #52c553;
}
.education-button {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 15px 4px;
    border: 1px solid #52c553;
}
.education-button:hover {
    color: #fff;
    background-color: #52c553;
}
.header-button + .header-button {
    margin-left: -5px;
    border-left: 0;
}
.header-button--subscribe span {
    display: none;
}
.hamburger--header {
    position: absolute;
    top: 11px;
    right: 15px;
    outline: none;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
 .main {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 767px) {
    .header {
        box-shadow: none;
    }
    .header__top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header__col {
        width: calc(50% - 100px);
        float: left;
        display: block;
    }
    .header__col--left {
        padding-top: 11px;
    }
    .header__col--middle {
        width: 200px;
    }
    .header__col--right {
        padding-top: 7px;
    }
    .hamburger--header {
        display: none;
    }
    .main {
        padding-top: 116px;
    }
}

@media only screen and (min-width: 1130px) {
    .header__top {
        padding-bottom: 28px;
    }
    .header__col {
        width: calc(50% - 200px);
    }
    .header__col--left {
        padding-top: 26px;
    }
    .header__col--middle {
        width: 400px;
    }
    .header__col--right {
        padding-top: 23px;
    }
    .main {
        padding-top: 157px;
    }
}
/* Navigation
/* ================================================== */
.nav {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: calc(100% - 51px);
    position: fixed;
    left: 0;
    top: 51px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 9;
}
.nav__menu {
    background-color: #fff;
    width: 80%;
    height: 100%;
    list-style: none;
    padding-left: 15px;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 3px 0 5px rgba(26, 26, 26, 0.1);
}
.nav__menu-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #363636;
    padding: 5px 10px 6px 0;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    position: relative;
}
.nav__menu-li + .nav__menu-li {
    border-top: 1px solid rgba(26, 26, 26, 0.5);
}
.nav__submenu {
    background-color: #f7f7f7;
    width: 75%;
    padding-top: 45px;
    box-shadow: -3px 0 5px rgba(26, 26, 26, 0.3);
    position: fixed;
    right: -200%;
    top: 0;
    height: 100%;
}
.nav__submenu::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 75%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.nav__submenu br {
    display: none;
}
.nav__submenu-link {
    font-size: 14px;
    font-weight: 700;
    color: rgba(54, 54, 54, 0.7);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
}
.nav__submenu-link.is-current, .nav__submenu-link:hover {
    color: #363636;
    background-color: #e6e6e6;
}
.nav__submenu-close {
    font-size: 14px;
    font-weight: 700;
    color: #52c553;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nav__menu-li.is-current .nav__menu-link {
    color: #fff;
    padding-left: 10px;
}
.nav__menu-li.is-current + .nav__menu-li {
    border-top-color: #1a1a1a;
}
.nav__menu-li--search .nav__menu-link {
    display: none;
}
.nav__menu-li--search:hover::before {
    background-color: #e0e0e0;
}
.nav__menu {
    padding-top: 50px;
}
.nav__search {
    position: absolute;
    top: 100%;
    left: 15px;
    width: calc(80% - 45px);
}
.nav__search-input {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 0;
    background: #fff url("../images/layout/nav-magnifying-glass.png") no-repeat left center;
    border-bottom: 1px solid rgba(26, 26, 26, 0.5);
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 20px;
    width: 100%;
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .nav__search-input {
        background-image: url("../images/layout/nav-magnifying-glass@2x.png");
        background-size: 12px 12px;
    }
}
 .nav__search-input::-webkit-input-placeholder {
 color: #363636;
}
 .nav__search-input::-moz-placeholder {
 color: #363636;
}
 .nav__search-input:-ms-input-placeholder {
 color: #363636;
}
 .nav__search-input::placeholder {
 color: #363636;
}
.nav__search-button {
    font-size: 17px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
    width: 70px;
    background-color: transparent;
    border: 0;
    padding: 7px 15px 8px;
    margin-left: -4px;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nav__menu-li + .nav__menu-li--buttons {
    border-top: 0;
}
.nav__menu-li--buttons {
    padding-top: 20px;
}
.nav__submenu {
    z-index: 8;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-is-open .nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nav-is-open .nav__submenu {
    right: -100%;
}
.nav__submenu.is-open {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
    transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav__submenu.is-open::before {
    left: -75%;
}

@media only screen and (min-height: 560px) {
    .nav__menu {
        padding-top: 100px;
    }
    .nav__menu-link {
        padding: 20px 10px 10px 0;
    }
    .nav__search {
    }
    .nav__search-input {
        padding-top: 10px;
        padding-bottom: 11px;
    }
    .nav__submenu {
        padding-top: 80px;
    }
    .nav__submenu br {
        display: block;
    }
}

@media only screen and (min-height: 560px) and (min-width: 480px) {
    .nav__menu-li + .nav__menu-li--buttons {
        padding-top: 40px;
    }
    .nav__menu-li--buttons .header-button {
        padding-top: 4px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-height: 560px) and (min-width: 1130px) {
    .nav__menu-link,  .nav__search-input {
        font-size: 17px;
    }
    .nav__submenu-link {
        font-size: 17px;
    }
    .nav__menu-li--buttons .header-button {
        font-size: 17px;
    }
}

@media only screen and (min-height: 667px) and (min-width: 480px) {
    .nav__menu-li + .nav__menu-li {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 767px) {
    .nav {
        background-color: #f5F5f1;
        width: 100%;
        height: auto;
        top: 81px;
        z-index: 9;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: none;
    }
    .nav__menu {
        width: auto;
        height: auto;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: transparent;
        box-shadow: none;
    }
    .nav__menu-li {
        display: inline-block;
        position: relative;
    }
    .nav__menu-li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        transition: background-color 0.1s linear;
    }
    .nav__menu-li + .nav__menu-li {
        margin-left: -4px;
        padding-top: 0;
        border-top: 0;
    }
    .nav__menu-link {
        padding: 7px 20px 8px;
    }
    .nav__menu-li.is-current .nav__menu-link,  .nav__menu-link {
        padding-left: 20px;
    }
    .nav__submenu,  .nav-is-open .nav__submenu {
        text-align: left;
        background-color: #f7f7f7;
        background: linear-gradient(to bottom, #eaeaea, #f7f7f7 4px);
        width: 260px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: absolute;
        top: auto;
        right: auto;
        height: auto;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        left: 50%;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        transition: opacity 0.15s linear, z-index 0s 0.15s linear, -webkit-transform 0s 0.15s linear;
        transition: opacity 0.15s linear, z-index 0s 0.15s linear, transform 0s 0.15s linear;
        transition: opacity 0.15s linear, z-index 0s 0.15s linear, transform 0s 0.15s linear, -webkit-transform 0s 0.15s linear;
        z-index: -1;
        opacity: 0;
    }
    .nav__submenu::before,  .nav-is-open .nav__submenu::before {
        display: none;
    }
    .nav__submenu-close {
        display: none;
    }
    .nav__menu-li--submenu:hover .nav__submenu {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1;
        z-index: 1;
        transition: opacity 0.15s linear, z-index 0s linear, -webkit-transform 0s linear;
        transition: opacity 0.15s linear, z-index 0s linear, transform 0s linear;
        transition: opacity 0.15s linear, z-index 0s linear, transform 0s linear, -webkit-transform 0s linear;
    }
    .nav__menu-li--search {
        position: relative;
    }
    .nav__menu-li--search .nav__menu-link {
        display: block;
    }
    .nav__search {
        background-color: #f7f7f7;
        background: linear-gradient(to bottom, #eaeaea, #f7f7f7 4px);
        padding: 15px;
        width: 350px !Important;
        left: auto;
        right: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        vertical-align: top;
        opacity: 0;
        z-index: -1;
        transition: opacity 0.15s linear, z-index 0s 0.15s linear, -webkit-transform 0s 0.15s linear;
        transition: opacity 0.15s linear, z-index 0s 0.15s linear, transform 0s 0.15s linear;
        transition: opacity 0.15s linear, z-index 0s 0.15s linear, transform 0s 0.15s linear, -webkit-transform 0s 0.15s linear;
    }
    .nav__search-input,  .nav__search-button {
        vertical-align: middle;
    }
    .nav__search-input {
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
        width: 248px;
        background: #ebebeb;
        border: 0;
        padding: 9px 15px 10px;
    }
     .nav__search-input::-webkit-input-placeholder {
     color: #363636;
     color: rgba(54, 54, 54, 0.75);
    }
     .nav__search-input::-moz-placeholder {
     color: #363636;
     color: rgba(54, 54, 54, 0.75);
    }
     .nav__search-input:-ms-input-placeholder {
     color: #363636;
     color: rgba(54, 54, 54, 0.75);
    }
     .nav__search-input::placeholder {
     color: #363636;
     color: rgba(54, 54, 54, 0.75);
    }
    .nav__search-button {
        display: inline-block;
    }
    .nav__menu-li--search:hover .nav__search,  .nav__menu-li--search.is-active .nav__search {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        z-index: 1;
        transition: opacity 0.15s linear, z-index 0s linear, -webkit-transform 0s linear;
        transition: opacity 0.15s linear, z-index 0s linear, transform 0s linear;
        transition: opacity 0.15s linear, z-index 0s linear, transform 0s linear, -webkit-transform 0s linear;
    }
    .nav__menu-li--buttons {
        display: none;
    }
}

@media only screen and (min-width: 1130px) {
    .nav {
        top: 112px;
        z-index: 11;
    }
    .nav__menu {
        max-width: none;
    }
    .nav__menu-li::before {
        top: -8px;
    }
    .nav__menu-link {
        font-size: 17px;
        padding: 10px 40px 11px;
    }
    .nav__menu-li.is-current .nav__menu-link,  .nav__menu-link {
        padding-left: 40px;
    }
    .nav__menu-link,  .nav__search-input {
        font-size: 17px;
    }
    .nav__search {
        width: 450px !Important;
    }
    .nav__search-input {
        width: 348px !Important;
    }
    .nav__search-button {
        font-size: 25px !Important;
        padding: 3px 15px 5px;
    }
}
.nav__menu-li--blue .nav__menu-link:hover {
    color: #143b62;
}
.nav__menu-li--blue.is-current::before, .nav__menu-li--blue.is-current .nav__menu-link {
    color: #fff;
    background-color: #143b62;
}
.nav__menu-li--green .nav__menu-link:hover {
    color: #52c553;
}
.nav__menu-li--green.is-current::before, .nav__menu-li--green.is-current .nav__menu-link {
    color: #fff;
    background-color: #52c553;
}
.nav__menu-li--green-dark .nav__menu-link:hover {
    color: #031b10;
}
.nav__menu-li--green-dark.is-current::before, .nav__menu-li--green-dark.is-current .nav__menu-link {
    color: #fff;
    background-color: #031b10;
}
.nav__menu-li--purple .nav__menu-link:hover {
    color: #5f3c7d;
}
.nav__menu-li--purple.is-current::before, .nav__menu-li--purple.is-current .nav__menu-link {
    color: #fff;
    background-color: #5f3c7d;
}
.nav__menu-li--red .nav__menu-link:hover {
    color: #f05236;
}
.nav__menu-li--red.is-current::before, .nav__menu-li--red.is-current .nav__menu-link {
    color: #fff;
    background-color: #f05236;
}
.nav__menu-li--sand .nav__menu-link:hover {
    color: #c4b855;
}
.nav__menu-li--sand.is-current::before, .nav__menu-li--sand.is-current .nav__menu-link {
    color: #fff;
    background-color: #c4b855;
}
.nav__menu-li--teal .nav__menu-link:hover {
    color: #22b2b4;
}
.nav__menu-li--teal.is-current::before, .nav__menu-li--teal.is-current .nav__menu-link {
    color: #fff;
    background-color: #22b2b4;
}

/* Footer  ================================================== */

.footer {
    background-color: #52c553;
}
.footer::after {
    clear: both;
    content: "";
    display: table;
}
.footer__top {
    padding-top: 14px;
}
.footer__top::after {
    clear: both;
    content: "";
    display: table;
}
.footer__col--right {
    display: block;
    max-width: 340px;
}
.footer-subscribe-link {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2c852d;
    display: block;
}
.footer-subscribe-link-label {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.footer-subscribe-link-label::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #2c852d;
    border-top: 6px solid transparent;
}
.footer__links {
    line-height: 1.3;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}
.footer__links-li {
    margin-bottom: 0.5em;
}
.footer__links-link {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.footer__links-link:hover {
    color: rgba(255, 255, 255, 0.5);
}
.social--footer {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 25px;
}
.social--footer .social-link {
    color: #fff;
}
.social--footer .social-link:hover {
    color: #339834;
}
.footer__subscribe-form {
    color: #fff;
}
.footer__subscribe-label {
    font-size: 29px;
    font-weight: 800;
    display: block;
    line-height: 1em;
}
.footer__subscribe-input {
    background-color: transparent;
    width: 280px;
    padding: 3px 0 4px;
    border: 0;
}
 .footer__subscribe-input::-webkit-input-placeholder {
 color: #fff;
}
 .footer__subscribe-input::-moz-placeholder {
 color: #fff;
}
 .footer__subscribe-input:-ms-input-placeholder {
 color: #fff;
}
 .footer__subscribe-input::placeholder {
 color: #fff;
}
.footer__subscribe-submit {
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 3px 0 4px;
    margin-left: -4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.footer__subscribe-input, .footer__subscribe-submit {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer__copyright {
    text-align: left;
    padding-bottom: 15px;
}
.footer__copyright-link {
    color: #2c852d;
}
.footer__copyright-link:hover {
    color: #194b1a;
}
.footer__copyright-line {
    font-size: 12px;
    color: #FFF;
}

@media only screen and (min-width: 480px) {

}

@media only screen and (max-width: 790px) {
    .footer__col--left {
        width: auto;
        margin-right: 0 !Important;
    }
    .footer__subscribe-form {
        display: none;
    }
    .footer-social,  .social--footer {
        text-align: left !Important;
    }
    .footer__top {
        padding-top: 2em;
    }
}

@media only screen and (min-width: 790px) {
    .footer-subscribe-link {
        display: none;
    }
    .footer__col--right {
        display: block;
        float: right;
    }
    .footer__top {
        padding-top: 40px;
    }
    .footer__links {
        max-width: auto;
    }
    .footer__copyright {
        padding-bottom: 40px;
    }
    .social--footer {
        margin-bottom: 40px;
    }
    .social--footer .social-link {
        font-size: 20px;
    }
}

/* Article ================================================== */

.article-ad {
    text-align: center;
    background-color: #f7f7f7;
    border-top: 1px solid #b1b1b1;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 767px) {
    .article-left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 9.73684%;
    }
    .article-left:last-child {
        margin-right: 0;
    }
    .article-main {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 57.01754%;
    }
    .article-main:last-child {
        margin-right: 0;
    }
    .article-sidebar {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 26.92982%;
    }
    .article-sidebar:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .article-left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 5.4386%;
    }
    .article-left:last-child {
        margin-right: 0;
    }
    .article-main {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 50.14035%;
        margin-left: 8.59649%;
    }
    .article-main:last-child {
        margin-right: 0;
    }
    .article-sidebar {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 26.92982%;
        margin-left: 2.57895%;
    }
    .article-sidebar:last-child {
        margin-right: 0;
    }
}
.article-category {
    font-weight: 600;
    color: #52c553;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    display: inline-block;
}
a.article-category:hover {
    color: #9edf9f;
}
.article-title {
    font-weight: 800;
}
.article__meta {
    font-size: 11px;
    font-style: italic;
    color: #676767;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
    .article__meta {
        margin-bottom: 25px;
    }
}
.article-author {
    display: block;
    margin-right: 25px;
}

@media only screen and (min-width: 640px) {
    .article-author {
        display: inline;
    }
}
.article__image {
    margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
    .article__image {
        margin-bottom: 30px;
    }
}
.article__video {
    margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
    .article__video {
        margin-bottom: 30px;
    }
}
.article-quote {
    border-top: 4px solid #52c553;
    padding: 0;
    padding-top: 10px;
    margin: 25px 0;
}
.article-quote p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
    .article-quote {
        border-top-width: 6px;
        padding-top: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: -60px;
    }
    .article-quote p {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1024px) {
    .article-quote {
        padding-top: 25px;
        margin-left: -100px;
    }
    .article-quote p {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1300px) {
    .article-quote {
        margin-left: -120px;
    }
    .article-quote p {
        font-size: 36px;
    }
}


@media only screen and (min-width: 767px) {
    .article-left {
        text-align: center;
    }

}
.article__comments-button {
    font-size: 14px;
    font-weight: 700;
    color: #52c553;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.article__comments {
    display: none;
}
.article__comments.is-visible {
    display: block;
}
.article__comments-button, .article__comments {
    margin-bottom: 30px;
}

@media only screen and (min-width: 767px) {
    .article__comments-button,  .article__comments {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .article__comments-button,  .article__comments {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .article__author {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.article__author__left {
    min-width: 75px;
    margin-right: 25px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    .article__author__left {
        min-width: 100px;
        margin-right: 30px;
    }
}
.article__author__right {
    max-width: calc(100% - 130px);
}
.article__author-img {
    border-radius: 100%;
    overflow: hidden;
}
.social--article__author {
    margin-bottom: 5px;
}
.social--article__author .social-link {
    font-size: 22px;
}
.article__related-title {
    border-top: 4px solid #52c553;
    padding-top: 8px;
    margin-bottom: 20px;
}
.article__related__tile::after {
    clear: both;
    content: "";
    display: table;
}
.article__related__tile .tile__image {
    width: 20%;
    float: left;
    position: relative;
}
.article__related__tile.article__related__tile--overlay .tile__image::before {
    background-color: rgba(82, 197, 83, 0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.article__related__tile .tile__content {
    padding-left: 15px;
    width: 80%;
    float: left;
    margin-top: -6px;
}
.article__related__tile .tile-title {
    font-size: 16px;
}
.article__related__tile .tile-excerpt {
    display: none;
}
.article__related__tile + .article__related__tile {
    margin-top: 15px;
}

@media only screen and (min-width: 767px) {
    .article__related-title {
        border-top-width: 6px;
        margin-bottom: 25px;
    }
    .article__related__tile .tile__image {
        width: 40%;
    }
    .article__related__tile .tile__content {
        width: 60%;
    }
    .article__related__tile .tile-excerpt {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .article__related__tile .tile__image {
        width: 45%;
    }
    .article__related__tile .tile__content {
        padding-left: 30px;
        width: 55%;
    }
    .article__related__tile .tile-title {
        font-size: 20px;
    }
}
.article-sidebar {
    display: none;
}
.article-sidebar__section + .article-sidebar__section {
    margin-top: 25px;
}

@media only screen and (min-width: 767px) {
    .article-sidebar__section + .article-sidebar__section {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    .article-sidebar__section + .article-sidebar__section {
        margin-top: 60px;
    }
}
.article-sidebar__section--related {
    display: none;
}
.article-sidebar__section--related .sidebar-title {
    color: #1a1a1a;
}

@media only screen and (min-width: 767px) {
    .article-sidebar__section--recent .tile__image {
        width: 33.3333%;
    }
    .article-sidebar__section--recent .tile__content {
        width: 66.6666%;
        padding-left: 15px;
        margin-top: -6px;
    }
}
.article-sidebar__tile::after {
    clear: both;
    content: "";
    display: table;
}
.article-sidebar__tile .tile__image {
    width: 25%;
    float: left;
    border-bottom: 0;
    position: relative;
}
.article-sidebar__tile .tile__content {
    width: 75%;
    float: left;
    padding-left: 15px;
    margin-top: -4px;
}
.article-sidebar__tile .tile-category {
    font-size: 12px;
    font-weight: 600;
}
.article-sidebar__tile .tile-title {
    font-size: 14px;
    font-weight: 400;
}
.article-sidebar__tile.article-sidebar__tile--overlay .tile__image::before {
    background-color: rgba(82, 197, 83, 0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.article-sidebar__tile + .article-sidebar__tile {
    margin-top: 15px;
}

@media only screen and (min-width: 767px) {
    .article-sidebar {
        display: block;
    }
    .article-sidebar__section--related {
        display: block;
    }
}
.article--blue .article__share {
    border-color: #143b62;
}
.article--blue .article-category {
    color: #143b62;
}
.article--blue .article-category:hover {
    color: #256eb7;
}
.article--blue .article-quote {
    border-top-color: #143b62;
}
.article__related-title, .article-sidebar__section--related .sidebar-title {
    border-top-color: #143b62;
}
.article-sidebar__tile--blue .tile__image, .article__related__tile--blue .tile__image {
    border-color: #143b62;
}
.article-sidebar__tile--blue .tile-category, .article__related__tile--blue .tile-category {
    color: #143b62;
}
.article-sidebar__tile--blue .tile-category:hover,  .article__related__tile--blue .tile-category:hover {
    color: #256eb7;
}
.article-sidebar__tile--blue.article-sidebar__tile--overlay .tile__image::before, .article-sidebar__tile--blue.article__related__tile--overlay .tile__image::before, .article__related__tile--blue.article-sidebar__tile--overlay .tile__image::before, .article__related__tile--blue.article__related__tile--overlay .tile__image::before {
    background-color: rgba(20, 59, 98, 0.3);
}
.article--green .article__share {
    border-color: #52c553;
}
.article--green .article-category {
    color: #52c553;
}
.article--green .article-category:hover {
    color: #9edf9f;
}
.article--green .article-quote {
    border-top-color: #52c553;
}
.article__related-title, .article-sidebar__section--related .sidebar-title {
    border-top-color: #52c553;
}
.article-sidebar__tile--green .tile__image, .article__related__tile--green .tile__image {
    border-color: #52c553;
}
.article-sidebar__tile--green .tile-category, .article__related__tile--green .tile-category {
    color: #52c553;
}
.article-sidebar__tile--green .tile-category:hover,  .article__related__tile--green .tile-category:hover {
    color: #9edf9f;
}
.article-sidebar__tile--green.article-sidebar__tile--overlay .tile__image::before, .article-sidebar__tile--green.article__related__tile--overlay .tile__image::before, .article__related__tile--green.article-sidebar__tile--overlay .tile__image::before, .article__related__tile--green.article__related__tile--overlay .tile__image::before {
    background-color: rgba(82, 197, 83, 0.3);
}
.article--green-dark .article__share {
    border-color: #031b10;
}
.article--green-dark .article-category {
    color: #031b10;
}
.article--green-dark .article-category:hover {
    color: #0d7746;
}
.article--green-dark .article-quote {
    border-top-color: #031b10;
}
.article__related-title, .article-sidebar__section--related .sidebar-title {
    border-top-color: #031b10;
}
.article-sidebar__tile--green-dark .tile__image, .article__related__tile--green-dark .tile__image {
    border-color: #031b10;
}
.article-sidebar__tile--green-dark .tile-category, .article__related__tile--green-dark .tile-category {
    color: #031b10;
}
.article-sidebar__tile--green-dark .tile-category:hover,  .article__related__tile--green-dark .tile-category:hover {
    color: #0d7746;
}
.article-sidebar__tile--green-dark.article-sidebar__tile--overlay .tile__image::before, .article-sidebar__tile--green-dark.article__related__tile--overlay .tile__image::before, .article__related__tile--green-dark.article-sidebar__tile--overlay .tile__image::before, .article__related__tile--green-dark.article__related__tile--overlay .tile__image::before {
    background-color: rgba(3, 27, 16, 0.3);
}
.article--purple .article__share {
    border-color: #5f3c7d;
}
.article--purple .article-category {
    color: #5f3c7d;
}
.article--purple .article-category:hover {
    color: #9368b7;
}
.article--purple .article-quote {
    border-top-color: #5f3c7d;
}
.article__related-title, .article-sidebar__section--related .sidebar-title {
    border-top-color: #5f3c7d;
}
.article-sidebar__tile--purple .tile__image, .article__related__tile--purple .tile__image {
    border-color: #5f3c7d;
}
.article-sidebar__tile--purple .tile-category, .article__related__tile--purple .tile-category {
    color: #5f3c7d;
}
.article-sidebar__tile--purple .tile-category:hover,  .article__related__tile--purple .tile-category:hover {
    color: #9368b7;
}
.article-sidebar__tile--purple.article-sidebar__tile--overlay .tile__image::before, .article-sidebar__tile--purple.article__related__tile--overlay .tile__image::before, .article__related__tile--purple.article-sidebar__tile--overlay .tile__image::before, .article__related__tile--purple.article__related__tile--overlay .tile__image::before {
    background-color: rgba(95, 60, 125, 0.3);
}
.article--red .article__share {
    border-color: #f05236;
}
.article--red .article-category {
    color: #f05236;
}
.article--red .article-category:hover {
    color: #f7a495;
}
.article--red .article-quote {
    border-top-color: #f05236;
}
.article__related-title, .article-sidebar__section--related .sidebar-title {
    border-top-color: #f05236;
}
.article-sidebar__tile--red .tile__image, .article__related__tile--red .tile__image {
    border-color: #f05236;
}
.article-sidebar__tile--red .tile-category, .article__related__tile--red .tile-category {
    color: #f05236;
}
.article-sidebar__tile--red .tile-category:hover,  .article__related__tile--red .tile-category:hover {
    color: #f7a495;
}
.article-sidebar__tile--red.article-sidebar__tile--overlay .tile__image::before, .article-sidebar__tile--red.article__related__tile--overlay .tile__image::before, .article__related__tile--red.article-sidebar__tile--overlay .tile__image::before, .article__related__tile--red.article__related__tile--overlay .tile__image::before {
    background-color: rgba(240, 82, 54, 0.3);
}
.article--sand .article__share {
    border-color: #c4b855;
}
.article--sand .article-category {
    color: #c4b855;
}
.article--sand .article-category:hover {
    color: #ded8a1;
}
.article--sand .article-quote {
    border-top-color: #c4b855;
}
.article__related-title, .article-sidebar__section--related .sidebar-title {
    border-top-color: #c4b855;
}
.article-sidebar__tile--sand .tile__image, .article__related__tile--sand .tile__image {
    border-color: #c4b855;
}
.article-sidebar__tile--sand .tile-category, .article__related__tile--sand .tile-category {
    color: #c4b855;
}
.article-sidebar__tile--sand .tile-category:hover,  .article__related__tile--sand .tile-category:hover {
    color: #ded8a1;
}
.article-sidebar__tile--sand.article-sidebar__tile--overlay .tile__image::before, .article-sidebar__tile--sand.article__related__tile--overlay .tile__image::before, .article__related__tile--sand.article-sidebar__tile--overlay .tile__image::before, .article__related__tile--sand.article__related__tile--overlay .tile__image::before {
    background-color: rgba(196, 184, 85, 0.3);
}
.article--teal .article__share {
    border-color: #22b2b4;
}
.article--teal .article-category {
    color: #22b2b4;
}
.article--teal .article-category:hover {
    color: #5cdee0;
}
.article--teal .article-quote {
    border-top-color: #22b2b4;
}
.article__related-title, .article-sidebar__section--related .sidebar-title {
    border-top-color: #22b2b4;
}
.article-sidebar__tile--teal .tile__image, .article__related__tile--teal .tile__image {
    border-color: #22b2b4;
}
.article-sidebar__tile--teal .tile-category, .article__related__tile--teal .tile-category {
    color: #22b2b4;
}
.article-sidebar__tile--teal .tile-category:hover,  .article__related__tile--teal .tile-category:hover {
    color: #5cdee0;
}
.article-sidebar__tile--teal.article-sidebar__tile--overlay .tile__image::before, .article-sidebar__tile--teal.article__related__tile--overlay .tile__image::before, .article__related__tile--teal.article-sidebar__tile--overlay .tile__image::before, .article__related__tile--teal.article__related__tile--overlay .tile__image::before {
    background-color: rgba(34, 178, 180, 0.3);
}
.article-hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    position: relative;
}
.article-hero__message {
    color: #fff;
    position: absolute;
    left: 50%;
    width: 10%;
    max-width: 170px;
    margin-left: 500px;
    bottom: 40px;
    display: none;
    transition: opacity 0.1s linear;
}
.article-hero__message:hover {
    opacity: 0.7;
}
.article-hero__message-text {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}
.article-hero__message-learn {
    font-size: 19px;
    border-top: 4px solid #fff;
    display: inline-block;
    padding-top: 5px;
    margin-top: 20px;
}

@media only screen and (min-width: 640px) {
    .article-hero {
        height: 220px;
    }
}

@media only screen and (min-width: 767px) {
    .article-hero {
        height: 250px;
    }
    .section--advertorial .article-main {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 74.21053%;
        background-color: #fff;
        margin-top: -120px;
        padding-top: 25px;
        padding-left: 5.4386%;
        padding-right: 5.4386%;
        position: relative;
    }
    .section--advertorial .article-main:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .article-hero {
        height: 400px;
    }
    .section--advertorial .article-main {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 82.80702%;
        margin-left: 0%;
        margin-top: -225px;
        padding-top: 50px;
        padding-left: 10.8772%;
        padding-right: 10.8772%;
    }
    .section--advertorial .article-main:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1130px) {
    .article-hero {
        height: 550px;
    }
    .section--advertorial .article-main {
        margin-top: -375px;
        padding-left: 16.3158%;
        padding-right: 16.3158%;
    }
}

@media only screen and (min-width: 1320px) {
    .article-hero__message {
        display: block;
    }
}

/* Education ================================================== */
.education__top-description {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    display: block;
}

@media only screen and (min-width: 767px) {
    .education__top {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .education__top-left {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 25px;
    }
    .education__top-right {
        max-width: calc(100% - 250px);
        border-left: 2px solid #d3d3d3;
        padding-left: 25px;
    }
    .education__top-name {
        font-size: 25px;
        margin-bottom: 0;
    }
    .education__top-description {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1130px) {
    .education__top-name {
        font-size: 30px;
    }
    .education__top-left {
        padding-right: 50px;
    }
    .education__top-right {
        max-width: calc(100% - 300px);
        padding-left: 50px;
    }
}
.education-hr {
    border: 0;
    border-top: 4px solid #52c553;
    margin: 20px 0;
}

@media only screen and (min-width: 767px) {
    .education-hr {
        border-top: 6px solid #52c553;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.education__menu {
    border: 1px solid #52c553;
    position: relative;
    margin-bottom: 20px;
}
.education__menu-button {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 85%;
    width: 15%;
    height: 100%;
}
.education__menu-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-10px) translateX(-6px);
    transform: translateY(-10px) translateX(-6px);
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #52c553;
    border-top: 10px solid transparent;
    transition: border-color 0.1s linear;
}
.education__menu-button:hover::before {
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #8bd88c;
    border-top: 10px solid transparent;
}
.education__menu-item {
    padding: 5px 10px;
    width: 85%;
    display: none;
}
.education__menu-item:hover .education__menu-label {
    color: #656565;
}
.education__menu-label {
    font-weight: 700;
    color: #b1b1b1;
}
.education__menu-percent {
    font-weight: 600;
    color: #52c553;
}
.education__menu-complete {
    font-size: 14px;
    text-transform: uppercase;
    color: #b1b1b1;
}
.education__menu-item.is-current {
    display: block;
}
.education__menu-item.is-current .education__menu-label {
    color: #1a1a1a;
}
.education__menu.is-expanded .education__menu-button::before {
    -webkit-transform: translateY(-10px) translateX(-6px) rotate(-90deg);
    transform: translateY(-10px) translateX(-6px) rotate(-90deg);
}
.education__menu.is-expanded .education__menu-item {
    display: block;
}
.education__leftad {
    display: none;
}
.education__mark-wrap {
    margin-bottom: 20px;
    padding-left: 2.622377614%;
}
.education__mark {
    background-color: #f7f7f7;
    padding: 4px 10px 10px;
    display: inline-block;
    position: relative;
}
.education__mark::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 0;
    width: 0;
    border-top: 10px solid #f7f7f7;
    border-right: 10px solid transparent;
}
.education__mark-check, .education__mark-label {
    display: inline-block;
    vertical-align: middle;
}
.education__mark-label {
    font-size: 14px;
    margin-left: 7px;
    margin-top: -2px;
}
.tiles-container--education {
    padding: 0;
}
.tiles-container--education .tile {
    margin-bottom: 20px;
}
.tiles-container--education .tile .tile__image {
    border: 0;
}

@media only screen and (min-width: 640px) {
    .tiles-container--education .tile {
        width: 33.3333%;
        padding: 2.051279993%;
    }
    .education__mark-wrap {
        padding-left: 2.051279993%;
    }
}

@media only screen and (min-width: 767px) {
    .education__left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 37.24561%;
    }
    .education__left:last-child {
        margin-right: 0;
    }
    .education__right {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 59.59649%;
    }
    .education__right:last-child {
        margin-right: 0;
    }
    .education__menu {
        border: 0;
        margin-bottom: 100px;
    }
    .education__menu-button {
        display: none;
    }
    .education__menu-item,  .education__menu-item.is-current,  .education__menu.is-expanded .education__menu-item,  .education__menu.is-expanded .education__menu-item.is-current {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .education__menu-item {
        padding: 0;
        width: auto;
    }
    .education__menu-item + .education__menu-item {
        margin-top: 25px;
    }
    .education__menu-label {
        max-width: calc(100% - 100px);
        font-size: 18px;
        padding-right: 10px;
    }
    .education__menu-progress {
        width: 90px;
        text-align: center;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .education__menu-percent {
        font-size: 17px;
    }
    .education__menu-complete {
        font-size: 12px;
        display: block;
    }
    .education__leftad {
        display: block;
    }
    .tiles-container--education {
        margin-left: auto;
        margin-right: auto;
    }
    .tiles-container--education .tile {
        width: 50%;
        margin-bottom: 40px;
    }
    .education__mark {
        background-color: #f7f7f7;
        padding: 8px 12px 12px;
    }
    .education__mark::before {
        bottom: -15px;
        height: 0;
        width: 0;
        border-top: 15px solid #f7f7f7;
        border-right: 20px solid transparent;
    }
    .education__mark-label {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1130px) {
    .education__left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 31.22807%;
    }
    .education__left:last-child {
        margin-right: 0;
    }
    .education__right {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 61.31579%;
        margin-left: 4.29825%;
    }
    .education__right:last-child {
        margin-right: 0;
    }
    .education__menu-label {
        font-size: 20px;
        padding-right: 20px;
    }
    .education__menu-percent {
        font-size: 19px;
    }
    .tiles-container--education .tile {
        width: 33.3333%;
        padding: 1.5%;
    }
    .education__mark-wrap {
        padding-left: 1.5%;
    }
}
/* Events Tile
/* ================================================== */
.events-title {
    font-weight: 800;
    color: #52c553;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.events__tile {
    padding-bottom: 10px;
    margin-top: 25px;
    width: 100%;
}
.events__tile:nth-child(1) {
    margin-top: 10px;
}
.events__tile__top {
    border-top: 4px solid #1a1a1a;
    padding-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.events__tile__register {
    width: 125px;
    text-align: right;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.events__tile-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px 6px;
    background-color: #52c553;
    display: inline-block;
}
.events__tile-link:hover {
    background-color: #9edf9f;
}
.events__tile-month {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}
.events__tile-day {
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
}
.events__tile-day-suffix {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 2.5;
    margin-left: 3px;
    vertical-align: top;
}
.events__tile-title {
    font-weight: 800;
}
.events__tile-description {
    font-size: 14px;
    line-height: 1.3;
}
.events__tile-hr {
    border: 0;
    border-top: 1px solid #b1b1b1;
    margin-top: 25px;
}
.events__tile-about {
    font-size: 14px;
}
.events__tile__person {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    margin-top: 10px;
}
.events__tile__person__image {
    width: 75px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.events__tile__person-img {
    border-radius: 100%;
}
.events__tile__person__info {
    padding-left: 15px;
    max-width: calc(100% - 90px);
}
.events__tile__person-name {
    margin-bottom: 5px;
}
.events__tile__person-bio {
    font-size: 13px;
    line-height: 1.3;
}

@media only screen and (min-width: 640px) {
    .events__tile {
        width: 48%;
        margin-top: 30px;
    }
    .events__tile:nth-child(1),  .events__tile:nth-child(2) {
        margin-top: 15px;
    }
    .events__tile:nth-child(even) {
        margin-left: 4%;
    }
}

@media only screen and (min-width: 767px) {
    .events__tile__top {
        border-top-width: 6px;
        padding-top: 15px;
    }
    .events__tile-month {
        font-size: 29px;
    }
    .events__tile-day {
        font-size: 80px;
    }
    .events__tile-day-suffix {
        line-height: 3;
    }
    .events__tile-hr {
        margin-top: 30px;
    }
    .events__tile__person__image {
        width: 100px;
    }
    .events__tile__person__info {
        padding-left: 25px;
    }
    .events__tile__person-bio {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1130px) {
    .events-title {
        margin-bottom: 0;
    }
    .events__tile {
        width: 30%;
    }
    .events__tile:nth-child(even) {
        margin-left: 0;
    }
    .events__tile:nth-child(3n+2),  .events__tile:nth-child(3n+3) {
        margin-left: 5%;
    }
    .events__tile {
        margin-top: 50px;
    }
    .events__tile:nth-child(1),  .events__tile:nth-child(2),  .events__tile:nth-child(3) {
        margin-top: 15px;
    }
}
.events__tile--blue .events__tile__top, .tile--blue .events__tile__top {
    border-top-color: #143b62;
}
.events__tile--green .events__tile__top, .tile--green .events__tile__top {
    border-top-color: #52c553;
}
.events__tile--green-dark .events__tile__top, .tile--green-dark .events__tile__top {
    border-top-color: #031b10;
}
.events__tile--purple .events__tile__top, .tile--purple .events__tile__top {
    border-top-color: #5f3c7d;
}
.events__tile--red .events__tile__top, .tile--red .events__tile__top {
    border-top-color: #f05236;
}
.events__tile--sand .events__tile__top, .tile--sand .events__tile__top {
    border-top-color: #c4b855;
}
.events__tile--teal .events__tile__top, .tile--teal .events__tile__top {
    border-top-color: #22b2b4;
}
/* Register
/* ================================================== */
.register-date {
    text-transform: uppercase;
}
.register-date-suffix {
    text-transform: lowercase;
}
.form--register {
    border-top: 4px solid #52c553;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 640px) {
    .form--register {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .form-input--register-form-input-inline {
        padding-right: 10px;
        width: 50%;
        float: left;
    }
    .form-input--register-form-input-inline + .form-input--register-form-input-inline {
        border-left: 1px solid #d3d3d3;
        padding-left: 10px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 767px) {
    .form--register {
        border-top-width: 6px;
        margin-top: 40px;
    }
}
/* Search
/* ================================================== */
.search__form {
    background-color: #f3f3f3;
    padding: 9px 20px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.search__form-label {
    font-weight: 800;
    text-transform: uppercase;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 5px;
}
.search__form-input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    apperance: none;
    width: calc(100% - 70px);
}
.search__header {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.search__sort {
    font-size: 14px;
}
.search__sort-item {
    color: #52c553;
}
.search__sort-item:hover {
    color: #b1e5b2;
}
.search__sort-item + .search__sort-item {
    margin-left: 10px;
}
span.search__sort-item, span.search__sort-item:hover, .search__sort-item.is-current {
    color: #1a1a1a;
}
.search__item + .search__item {
    margin-top: 20px;
}
.search__item-title, .search__item-title a {
    color: #1a1a1a;
}
.search__item-title {
    margin-bottom: 5px;
}
.search__item-title a:hover {
    color: #5a5a5a;
}
.search__item-excerpt {
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
    .search__form-label,  .search__form-input {
        font-size: 20px;
    }
    .search__header {
        padding-bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .search__sort {
        margin-top: 5px;
    }
    .search__item + .search__item {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 767px) {
    .search__form-label,  .search__form-input {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1130px) {
    .search__form-label,  .search__form-input {
        font-size: 28px;
    }
}
.search__pagination {
    margin-top: 40px;
    font-weight: 700;
}
.search__pagination-page {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
a.search__pagination-page {
    color: #52c553;
}
a.search__pagination-page:hover {
    color: #9edf9f;
}
.search__pagination-separator {
    color: #363636;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 640px) {
    .search__pagination-page {
        font-size: 18px;
    }
}
.search__item--blue .article-category {
    color: #143b62;
}
.search__item--blue .article-category:hover {
    color: #256eb7;
}
.search__item--green .article-category {
    color: #52c553;
}
.search__item--green .article-category:hover {
    color: #9edf9f;
}
.search__item--green-dark .article-category {
    color: #031b10;
}
.search__item--green-dark .article-category:hover {
    color: #0d7746;
}
.search__item--purple .article-category {
    color: #5f3c7d;
}
.search__item--purple .article-category:hover {
    color: #9368b7;
}
.search__item--red .article-category {
    color: #f05236;
}
.search__item--red .article-category:hover {
    color: #f7a495;
}
.search__item--sand .article-category {
    color: #c4b855;
}
.search__item--sand .article-category:hover {
    color: #ded8a1;
}
.search__item--teal .article-category {
    color: #22b2b4;
}
.search__item--teal .article-category:hover {
    color: #5cdee0;
}
/* Sign Up
/* ================================================== */
.signup-title {
    color: #52c553;
}
.signup__signin {
    background-color: #f7f7f7;
    padding: 20px 15px;
}
.form--signup .article__share-link {
    display: inline-block;
}
.form--signup .article__share-link + .article__share-link {
    margin-left: 20px;
}
.signup__form-or {
    font-size: 12px;
    color: #676767;
    text-transform: uppercase;
    text-align: center;
    max-width: 175px;
    position: relative;
}

@media only screen and (min-width: 767px) {
    .signup__form-or {
        max-width: 193px;
    }
}
.signup__form-or::before {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d3d3d3;
    position: absolute;
    top: 50%;
    margin-top: 1px;
}
.signup__form-or-label {
    background-color: #fff;
    position: relative;
    padding-left: 5px;
    padding-right: 4px;
}
.form--signup-signin .form-input {
    background-color: transparent;
}

@media only screen and (min-width: 767px) {
    .signup__col--left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 48.42105%;
    }
    .signup__col--left:last-child {
        margin-right: 0;
    }
    .signup__col--middle,  .signup__col--right {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 44.12281%;
        margin-left: 4.29825%;
    }
    .signup__col--middle:last-child,  .signup__col--right:last-child {
        margin-right: 0;
    }
    .signup__col--middle {
        margin-right: 0;
    }
    .signup__col--right {
        margin-top: 40px;
        float: right;
    }
    .signup__signin {
        padding: 40px 30px;
        margin-left: -30px;
        margin-top: -40px;
    }
}

@media only screen and (min-width: 1130px) {
    .signup__col {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 26.92982%;
    }
    .signup__col:last-child {
        margin-right: 0;
    }
    .signup__col--middle,  .signup__col--right {
        margin-left: 6.44737%;
    }
    .signup__col--right {
        float: left;
        margin-top: 0;
    }
}
/* Subscribe
/* ================================================== */
.subscribe-title {
    color: #52c553;
}

@media only screen and (min-width: 767px) {
    .subscribe_col--left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 82.80702%;
        margin-left: 8.59649%;
    }
    .subscribe_col--left:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 900px) {
    .subscribe_col--left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 65.61404%;
        margin-left: 17.19298%;
    }
    .subscribe_col--left:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1130px) {
    .subscribe_col--left {
        float: left;
        display: block;
        margin-right: 3.15789%;
        width: 58.73684%;
        margin-left: 20.63158%;
    }
    .subscribe_col--left:last-child {
        margin-right: 0;
    }
}

.subscribe__form h4 {
    margin-bottom: 5px;
}
.subscribe__form-radio {
    display: none;
}
.subscribe__form-label {
    padding-left: 40px;
    margin-bottom: 40px;
    display: block;
    position: relative;
}
.subscribe__form-label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #52c553;
    border-radius: 100%;
}
.subscribe__form-radio:checked + .subscribe__form-label::before {
    background-color: #52c553;
}

@media only screen and (min-width: 480px) {
    .form--subscribe-form-input-inline {
        padding-right: 10px;
        width: 50%;
        float: left;
    }
    .form--subscribe-form-input-inline + .form--subscribe-form-input-inline {
        border-left: 1px solid #d3d3d3;
        padding-left: 10px;
        padding-right: 0;
    }
}
#maintenance_banner {
      padding-top:40px;
      padding-bottom:15px;
      text-align:center;
  }
  #maintenance_banner div{
      font-size:20px;
      padding-top:10px;
      padding-bottom:10px;
      background-color:#ff4d4d;
      color:white;
      font-weight: 750;
  }

