@charset "UTF-8";
@import url(overlay.css);
@import url(fronter.css);
@import url(conference.css);
/*
 * Theme Name: itslearning
 * Theme URI: https://itslearning.com
 * Author: Alternative Productions
 * Author URI: https://altprod.com
 * Description: Theme for itslearning
 * Version: 1.1.0.10
 * Text Domain: itslearning
*/
/*------------------------------------*    $PRINT
\*------------------------------------*/
@media (print) {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        padding: 0.5em;
        page-break-inside: avoid;
    }

    /*
    * Printing Tables:
    * http://css-discuss.incutio.com/wiki/Printing_Tables
    */
    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*------------------------------------*    $Sass Maps
\*------------------------------------*/
/**
 * Function to access $gutters map
 */
/**
 * Function to access $verticalSpacing map
 */
/**
 * Function to access $horizontalSpacing map
 */
/**
 * Function to access $page map
 */
/**
 * Function to access $lh map
 */
/**
 * Function to access $input map
 */
/**
 * Function to access $button map
 */
/*-------------------------------------------
        Grid Settings for Neat Grids
        http://neat.bourbon.io

        The neat documentation recommends a dedicated grid settings file for
        grid configuration.
-------------------------------------------*/
/**
 * Default Padding
 */
html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

/*! normalize.css v4.1.1 | 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
 */
article, aside, details,
figcaption, figure, footer,
header, main, menu,
nav, section, summary {
    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-.
 */
template, [hidden] {
    display: none;
}

/* Links
     ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 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;
}

/**
 * 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
     ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup,
select, textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button, select {
    text-transform: none;
}

/**
 * 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 and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 * Add or remove as many breakpoints as you like.
 *
 * Reference: https://www.lullabot.com/articles/importing-css-breakpoints-into-javascript
 */
#main:before {
    display: none;
    /* Prevent from displaying. */
}

@media (min-width: 18.76em) {
    #main:before {
        content: "xsmall";
    }
}

@media (min-width: 25.01em) {
    #main:before {
        content: "small";
    }
}

@media (min-width: 31.26em) {
    #main:before {
        content: "medium";
    }
}

@media (min-width: 46.885em) {
    #main:before {
        content: "large";
    }
}

@media (min-width: 53.135em) {
    #main:before {
        content: "mlarge";
    }
}

@media (min-width: 59.385em) {
    #main:before {
        content: "xlarge";
    }
}

@media (min-width: 68.76em) {
    #main:before {
        content: "xxlarge";
    }
}

@media (min-width: 81.26em) {
    #main:before {
        content: "xxxlarge";
    }
}

/*------------------------------------*    $BASE VARIABLES
\*------------------------------------*/
/**
 * Theme colors
 */
/*------------------------------------* $GENERAL
\*------------------------------------*/
html {
    background: #fff;
}

html.flexbox {
    height: 100%;
}

html, body {
    width: 100vw;
    max-width: 100%;
}

.flexbox body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.flexbox #primary {
    flex: inherit !important;
}

*, *:before, *:after {
    box-sizing: border-box;
}

audio, canvas, img,
svg, video {
    vertical-align: middle;
}

img, video, object, svg, iframe {
    max-width: 100%;
    border: none;
}

svg {
    max-height: 100%;
}

figure {
    max-width: 100%;
    margin: 0;
}

figcaption {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

/*------------------------------------* $SPACING
\*------------------------------------*/
.spacing > * + * {
    margin-top: 0.875rem;
}

@media (min-width: 46.885em) {
    .spacing > * + * {
        margin-top: 1.25rem;
    }
}

@media (max-width: 46.875em) {
    .spacing--until-large > * + * {
        margin-top: 0.875rem;
    }
}

@media (max-width: 25em) {
    .spacing--until-small > * + * {
        margin-top: 1.75rem;
    }
}

@media (max-width: 31.25em) {
    .spacing--until-medium > * + * {
        margin-top: 0.875rem;
    }
}

.spacing--quarter > * + * {
    margin-top: 0.21875rem;
}

@media (min-width: 46.885em) {
    .spacing--quarter > * + * {
        margin-top: 0.3125rem;
    }
}

.spacing--half > * + * {
    margin-top: 0.4375rem;
}

@media (min-width: 46.885em) {
    .spacing--half > * + * {
        margin-top: 0.625rem;
    }
}

@media (max-width: 31.25em) {
    .spacing--half--until-medium > * + * {
        margin-top: 0.4375rem;
    }
}

.spacing--one-and-half > * + * {
    margin-top: 1.3125rem;

}
@media (min-width: 46.885em) {
    .spacing--one-and-half > * + * {
        margin-top: 1.875rem;
    }
}

@media (max-width: 46.875em) {
    .spacing--one-and-half--until-large > * + * {
        margin-top: 1.3125rem;
    }
}

@media (max-width: 31.25em) {
    .spacing--one-and-half--until-medium > * + * {
        margin-top: 1.3125rem;
    }
}

@media (min-width: 31.25em) {
    .spacing--one-and-half--above-medium > * + * {
        margin-top: 1.3125rem;
    }
}

@media (min-width: 59.375em) {
    .spacing--one-and-half--above-xlarge > * + * {
        margin-top: 1.3125rem;
    }
}

.spacing--double > * + * {
    margin-top: 1.75rem;
}

@media (min-width: 46.885em) {
    .spacing--double > * + * {
        margin-top: 2.5rem;
    }
}

@media (max-width: 46.875em) {
    .spacing--double--until-large > * + * {
        margin-top: 2.5rem;
    }
}

@media (max-width: 59.375em) {
    .spacing--double--until-xlarge > * + * {
        margin-top: 2.5rem;
    }
}

.spacing--triple > * + * {
    margin-top: 2.625rem;
}

@media (min-width: 46.885em) {
    .spacing--triple > * + * {
        margin-top: 3.75rem;
    }
}

@media (max-width: 46.875em) {
    .spacing--triple--until-large > * + * {
        margin-top: 2.625rem;
    }
}

.spacing--quad > * + * {
    margin-top: 3.5rem;
}

@media (min-width: 46.885em) {
    .spacing--quad > * + * {
        margin-top: 5rem;
    }
}

.spacing--zero > * + * {
    margin-top: 0;
}

.spacing--bottom, .entry-title {
    margin-bottom: 0.875rem;
}

@media (min-width: 46.885em) {
    .spacing--bottom, .entry-title {
        margin-bottom: 1.25rem;
    }
}

.spacing--bottom-half {
    margin-bottom: 0.4375rem;
}

@media (min-width: 46.885em) {
    .spacing--bottom-half {
        margin-bottom: 0.625rem;
    }
}

.spacing--bottom-quarter {
    margin-bottom: 0.21875rem;
}

@media (min-width: 46.885em) {
    .spacing--bottom-quarter {
        margin-bottom: 0.3125rem;
    }
}

.spacing--bottom-double {
    margin-bottom: 1.75rem;
}

@media (min-width: 46.885em) {
    .spacing--bottom-double {
        margin-bottom: 2.5rem;
    }
}

.spacing--top-double {
    margin-top: 1.75rem;
}

@media (min-width: 46.885em) {
    .spacing--top-double {
        margin-top: 2.5rem;
    }
}

@media (min-width: 59.385em) {
    .no-spacing--after-xlarge {
        margin-top: 0;
    }
}

.spacing--bottom-zero {
    margin-bottom: 0;
}

.spacing--bottom-zero > * + * {
    margin-bottom: 0;
}

/**
 * Horizontal Spacing
 */
.spacing--quarter-left {
    margin-left: 0.15625rem;
}

.spacing--quarter-right {
    margin-right: 0.15625rem;
}

.spacing--half-left {
    margin-left: 0.3125rem;
}

.spacing--half-right {
    margin-right: 0.3125rem;
}

.spacing--left {
    margin-left: 0.625rem;
}

@media (max-width: 46.865em) {
    .spacing--left--until-large {
        margin-left: 0.625rem;
    }
}

@media (max-width: 68.74em) {
    .spacing--left--until-xxlarge {
        margin-left: 0.625rem;
    }
}

.spacing--right {
    margin-right: 0.625rem;
}

.spacing--double-left {
    margin-left: 1.25rem;
}

.spacing--triple-left {
    margin-left: 1.875rem;
}

.spacing--quad-left {
    margin-left: 2.5rem;
}

.spacing--double-right {
    margin-right: 1.25rem;
}

.spacing--triple-right {
    margin-right: 1.875rem;
}

.spacing--quad-right {
    margin-right: 2.5rem;
}

/**
 * Padding
 */
.padding {
    padding: 0.875rem;
}

@media (min-width: 31.26em) {
    .padding--after-medium {
        padding: 1.25rem;
    }
}

.padding-top {
    padding-top: 0.875rem;
}

@media (min-width: 46.885em) {
    .padding-top {
        padding-top: 1.25rem;
    }
}

.padding-top--double {
    padding-top: 1.75rem;
}

@media (min-width: 46.885em) {
    .padding-top--double {
        padding-top: 2.5rem;
    }
}

.padding-bottom {
    padding-bottom: 0.875rem;
}

@media (min-width: 46.885em) {
    .padding-bottom {
        padding-bottom: 1.25rem;
    }
}

.padding-bottom--half, .border-bottom--gray {
    padding-bottom: 0.4375rem;
}

@media (min-width: 46.885em) {
    .padding-bottom--half, .border-bottom--gray {
        padding-bottom: 0.625rem;
    }
}

@media (max-width: 31.24em) {
    .padding-bottom--until-medium {
        padding-bottom: 0.875rem;
    }
}

.padding-bottom--double {
    padding-bottom: 1.75rem;
}

@media (min-width: 46.885em) {
    .padding-bottom--double {
        padding-bottom: 2.5rem;
    }
}

.padding-bottom--quad {
    padding-bottom: 3.5rem;
}

@media (min-width: 46.885em) {
    .padding-bottom--quad {
        padding-bottom: 5rem;
    }
}

.padding--half {
    padding: 0.4375rem;
}

@media (min-width: 46.885em) {
    .padding--half {
        padding: 0.625rem;
    }
}

.padding--one-and-half {
    padding: 1.3125rem;
}

@media (min-width: 46.885em) {
    .padding--one-and-half {
        padding: 1.875rem;
    }
}

.padding--double {
    padding: 1.75rem;
}

@media (min-width: 46.885em) {
    .padding--double {
        padding: 2.5rem;
    }
}

.padding--double-until-xlarge {
    padding: 1.75rem;
}

@media (min-width: 46.885em) {
    .padding--double-until-xlarge {
        padding: 1.875rem;
    }
}

@media (min-width: 59.385em) {
    .padding--double-until-xlarge {
        padding: 1.25rem;
    }
}

@media (max-width: 59.365em) {
    .padding--bottom--double-until-xlarge {
        padding-bottom: 2.5rem;
    }
}

.no-pad {
    padding: 0 !important;
}

.no-pad--left {
    padding-left: 0 !important;
}

.no-pad--right {
    padding-right: 0 !important;
}

.no-pad--top {
    padding-top: 0 !important;
}

.no-pad--bottom {
    padding-bottom: 0 !important;
}

/**
 * Spacing for the top of pages without heros
 */
.page-level--top-spacing {
    margin-top: 1.625rem;
}

@media (min-width: 59.385em) {
    .page-level--top-spacing {
        margin-top: 2.125rem;
    }
}

@media (min-width: 68.76em) {
    .page-level--top-spacing {
        margin-top: 3.625rem;
    }
}

/*------------------------------------*    $FLEXBOX
\*------------------------------------*/
.flex {
    display: flex;
    align-items: flex-start;
}

.flex--align-center {
    align-items: center;
}

.flex--align-bottom {
    align-items: flex-end;
}

@media (max-width: 31.24em) {
    .flex--align-center--until-medium {
        align-items: center;
    }
}

.flex--space-between {
    justify-content: space-between;
}

.flex--justify-center {
    justify-content: center;
}

.flex--justify-end {
    justify-content: flex-end;
}

.flex--align-self--stretch {
    align-self: stretch;
}

.flex--align-self--flex-end {
    align-self: flex-end;
}

.flex--align-self--flex-start {
    align-self: flex-start;
}

.flex--align-items--stretch {
    align-items: stretch;
}

.flex--wrap {
    flex-wrap: wrap;
}

.flex--direction--column {
    flex-direction: column;
}

.flex--row-reverse {
    flex-direction: row-reverse;
}

/*------------------------------------*    $COLORS
\*------------------------------------*/
/**
 * Global Colors
 */
/**
 * Background colors
 */
.background-color--black {
    background-color: #000;
}

.background-color--white {
    background-color: #FFF;
}

.background-color--alpha {
    background-color: #444;
}

.background-color--beta {
    background-color: #999999;
}

.background-color--gray--light {
    background-color: #f4f4f4;
}

/**
 * Text colors
 */
.text-color--black {
    color: #000;
}

.text-color--white {
    color: #FFF;
}

.text-color--gray {
    color: #7a7a7a;
}

.text-color--gray--dark {
    color: #232323;
}

.text-color--red {
    color: red;
}

.text-color--alpha {
    color: #333333;
}

.text-color--beta {
    color: #999;
}

@media (max-width: 31.24em) {
    .text-color-small-screens--alpha {
        color: #333333;
    }
}

@media (max-width: 31.24em) {
    .text-color-small-screens--beta {
        color: #999;
    }
}

/**
 * Link colors, see _objects.links.scss
 */
/**
 * Fill colors
 */
.fill-color--white, .fill-color--white path {
    fill: #FFF;
}

a:focus .fill-color-hover--white,
a:focus .fill-color-hover--white path,
a:hover .fill-color-hover--white,
a:hover .fill-color-hover--white path {
    fill: #FFF;
}

.fill-color--alpha,
.fill-color--alpha path {
    fill: #444;
}

.fill-color--beta,
.fill-color--beta path {
    fill: #999999;
}

/**
 * Hover colors
 */
.hover-color--white a:hover {
    color: white;
}

/*------------------------------------*    $BORDERS
\*------------------------------------*/
.border-top--transparent {
    border-top: 1px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.3);
}

.border-bottom--gray {
    border-bottom: 1px solid #f4f4f4;
}

/*------------------------------------*    $HANDY TOOLS
\*------------------------------------*/
/**
 * Clearfix
 */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.cursor--pointer {
    cursor: pointer;
}

.text-transform--uppercase {
    text-transform: uppercase;
}

.position--relative {
    position: relative;
}

.float--right {
    float: right;
}

.float--left {
    float: left;
}

.clear--both {
    clear: both;
}

.vertical-align--middle {
    vertical-align: middle;
}

.vertical-align--bottom {
    vertical-align: bottom;
}

.overflow--hidden {
    overflow: hidden;
}

.overflow-y--hidden {
    overflow-y: hidden;
}

.text-align--center {
    text-align: center;
}

@media (max-width: 31.24em) {
    .text-align--center--at-small {
        text-align: center;
    }
}

.text-align--left {
    text-align: left;
}

.text-align--right {
    text-align: right;
}

@media (min-width: 31.26em) {
    .text-align--right--at-medium {
        text-align: right;
    }
}

.display--inline-block {
    display: inline-block;
}

.font-weight--light {
    font-weight: 300;
}

.font-weight--normal {
    font-weight: normal;
}

.text-decoration--underline {
    text-decoration: underline;
}

.text-decoration--none {
    text-decoration: none;
}

.white-space--nowrap {
    white-space: nowrap;
}

.width--full {
    width: 100%;
}

.background--cover {
    background-size: cover;
}

.background--center {
    background-position: center center;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.grow-on-hover {
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.grow-on-hover:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 46.885em) {
    .scroll-overflow--l {
        overflow-y: scroll;
        max-height: 370px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Intrinsic ratios
 */
.intrinsic-ratio--1-1 {
    position: relative;
}

.intrinsic-ratio--1-1:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%;
}

.intrinsic-ratio--1-1 > .intrinsic-ratio--stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.intrinsic-ratio--16-9 {
    position: relative;
}

.intrinsic-ratio--16-9:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%;
}

.intrinsic-ratio--16-9 > .intrinsic-ratio--stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/**
 * Vertical centering
 */
.center--vertically {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.layout-container {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media (min-width: 46.885em) {
    .layout-container {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
}

.row {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: " ";
    display: block;
    clear: both;
}

.row--collapsed > .row__col {
    padding: 0;
}

.row--more-gutter > .row__col {
    padding: 0 1.5625rem;
}

.row--less-gutter > .row__col {
    padding: 0 0.625rem;
}

.row--flex-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 46.885em) {
    .row--l-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .row--l-flex .row__col {
        float: none;
        width: auto;
    }
}

.row__col {
    width: auto;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
	margin: 0 auto;
}

.row__col--2 {
    width: 16.66667%;
}

.row__col--3 {
    width: 25%;
}

.row__col--4 {
    width: 33.33333%;
}

.row__col--6 {
    width: 50%;
}

.row__col--10 {
    width: 83.33333%;
}

.row__col--grow {
    -moz-box-flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
}

@media (max-width: 24.99em) {
    .row__col--centered {
        float: none;
        margin: auto;
    }
}

@media (min-width: 25.01em) {
    .row__col--s-8 {
        width: 66.66667%;
    }

    .row__col--s-7 {
        width: 58.33333%;
    }

    .row__col--s-6 {
        width: 50%;
    }

    .row__col--s-5 {
        width: 41.66667%;
    }

    .row__col--s-4 {
        width: 33.33333%;
    }

    .row__col--s-3 {
        width: 25%;
    }

    .row__col--s-2 {
        width: 16.66667%;
    }
}

@media (min-width: 25.01em) and (max-width: 31.24em) {
    .row__col--s-centered {
        float: none;
        margin: auto;
    }

    .row__col--s-offset-1 {
        margin-left: 8.333333333%;
    }

    .row__col--s-offset-2 {
        margin-left: 16.66666667%;
    }

    .row__col--s-offset-3 {
        margin-left: 25%;
    }

    .row__col--s-offset-4 {
        margin-left: 33.33333333%;
    }
}

@media (min-width: 31.26em) {
    .row__col--m-10 {
        width: 83.33333%;
    }

    .row__col--m-9 {
        width: 75%;
    }

    .row__col--m-8 {
        width: 66.66667%;
    }

    .row__col--m-7 {
        width: 60%;
    }

    .row__col--m-6 {
        width: 50%; }
    .row__col--m-5 {
        width: 50%;
    }

    .row__col--m-4 {
        width: 33.33333%;
    }

    .row__col--m-3 {
        width: 25%; }
    .row__col--m-2 {
        width: 16.66667%;
    }

    .row__col--m-1 {
        width: 8.33333%;
    }

    .row__col--m-1-of-10 {
        width: 10%;
    }

    .row__col--m-3-of-15 {
        width: 20%;
    }

    .row__col--m-fifth {
        width: 20%;
    }

    .row__col--m-right {
        float: right;
    }
}

@media (min-width: 31.26em) and (max-width: 46.865em) {
    .row__col--m-centered {
        float: none;
        margin: auto;
    }

    .row__col--m-offset-1 {
        margin-left: 8.333333333%;
    }

    .row__col--m-offset-2 {
        margin-left: 16.66666667%;
    }

    .row__col--m-offset-3 {
        margin-left: 25%;
    }

    .row__col--m-offset-4 {
        margin-left: 33.33333333%;
    }
}

@media (min-width: 46.885em) {
    .row__col--l-11 {
        width: 91.66667%;
    }

    .row__col--l-10 {
        width: 83.33333%;
    }

    .row__col--l-9 {
        width: 75%;
    }

    .row__col--l-8 {
        width: 66.66667%;
    }

    .row__col--l-7 {
        width: 58.33333%;
    }

    .row__col--l-6 {
        width: 50%;
    }

    .row__col--l-5 {
        width: 41.66667%;
    }

    .row__col--l-4 {
        width: 33.33333%;
    }

    .row__col--l-3 {
        width: 40%;
    }

    .row__col--l-fifth {
        width: 20%;
    }

    .row__col--l-2 {
        width: 16.66667%;
    }

    .row__col--l-2-of-16 {
        width: 12.5%;
    }

    .row__col--l-1-of-7 {
        width: 14.28571%;
    }

    .row__col--l-1 {
        width: 8.33333%;
    }

    .row__col--l-1-of-10 {
        width: 10%;
    }

    .row__col--l-1-of-nine {
        width: 11.11111%;
    }

    .row__col--l-2-of-nine {
        width: 22.22222%;
    }

    .row__col--l-right {
        float: right;
    }
}

@media (min-width: 46.885em) and (max-width: 59.365em) {
    .row__col--l-centered {
        float: none;
        margin: auto;
    }

    .row__col--l-offset-1 {
        margin-left: 8.333333333%;
    }

    .row__col--l-offset-2 {
        margin-left: 16.66666667%;
    }

    .row__col--l-offset-3 {
        margin-left: 25%;
    }

    .row__col--l-offset-4 {
        margin-left: 33.33333333%;
    }
}

@media (min-width: 59.385em) {
    .row__col--xl-12 {
        width: 100%;
    }

    .row__col--xl-10 {
        width: 83.33333%;
    }

    .row__col--xl-8 {
        width: 66.66667%;
    }

    .row__col--xl-7 {
        width: 58.33333%;
    }

    .row__col--xl-6 {
        width: 50%;
    }

    .row__col--xl-5 {
        width: 41.66667%;
    }

    .row__col--xl-4 {
        width: 33.33333%;
    }

    .row__col--xl-3 {
        width: 25%;
    }

    .row__col--xl-2 {
        width: 16.66667%;
    }

    .row__col--xl-11-of-16 {
        width: 68.75%;
    }

    .row__col--xl-5-of-16 {
        width: 31.25%;
    }

    .row__col--xl-1-of-9 {
        width: 11.11111%;
    }

    .row__col--xl-centered {
        float: none;
        margin: auto;
    }

    .row__col--xl-offset-1 {
        margin-left: 8.333333333%;
    }

    .row__col--xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .row__col--xl-offset-3 {
        margin-left: 25%;
    }

    .row__col--xl-offset-4 {
        margin-left: 33.33333333%;
    }
}

.row__col .row, .row__col .whr-items {
    margin: 0 -15px;
}

.row__col .row--collapsed {
    margin: 0;
}

.row__col .row--lessgutter {
    margin: 0 -5px;
}

@media (min-width: 31.26em) and (max-width: 46.865em) {
    .row--m-2-col .row__col:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 31.26em) and (max-width: 46.865em) {
    .row--m-3-col .row__col:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 46.885em) {
    .row--l-3-col .row__col:nth-child(3n+1) {
        clear: left;
    }
}

/*------------------------------------* itslearning THEME TYPE STYLES
\*------------------------------------*/
/**
 * Standard paragraph
 */
/**
 * Primary type styles, type applied to heading copy
 */
/**
 * Secondary type styles, type applied to body copy
 */
html {
    -webkit-font-smoothing: antialiased;
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
}

h1, .h1, .h1 > p {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 40px;
}

@media (min-width: 31.26em) {
    h1, .h1, .h1 > p {
        font-size: 2.625rem;
    }
}

@media (min-width: 46.885em) {
    h1, .h1, .h1 > p {
        font-size: 2.875rem;
        line-height: 1.2;
    }
}

h2, .h2 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.625rem;
}

h3, .h3, .h3 > p {
    font-size: 1.625rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.625rem;
}

h4, .h4, .h4 > p {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.625rem;
}

h5, .h5, .h5 > p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375;
    margin-top: 0;
    margin-bottom: 0.625rem;
}

h6, .h6, .h6 > p {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5714285714;
    margin-top: 0;
    margin-bottom: 0;
}

.h--margin-bottom-zero {
    margin-bottom: 10px;
}

p {
    margin: 0 0 1em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul li, ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

hr {
    height: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

b {
    font-weight: normal;
}

i {
    font-style: none;
}

blockquote {
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.1;
    margin-left: 0;
    position: relative;
    quotes: "“" "”" "‘" "’";
    z-index: 1;
}

.entry-content blockquote {
    color: #444059;
    font-style: italic;
    margin-left: 40px;
}

@media (min-width: 31.26em) and (max-width: 46.865em) {
    blockquote {
        font-size: 1.1875rem;
    }
}

@media (min-width: 46.885em) {
    blockquote {
        font-size: 1.5rem;
    }
}

blockquote cite {
    display: block;
    font-weight: bold;
    font-size: 0.8125rem;
}

@media (min-width: 46.885em) {
    blockquote cite {
        font-size: 1rem;
    }
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

q q:before {
    content: '‘';
}

q q:after {
    content: '’';
}

cite {
    font-style: normal;
}

dt + dd {
    margin-top: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0.5em;
}

hr {
    border: none;
    border-top: 1px solid #444;
}

pre {
    font-family: monospace;
}

h1 sup, h2 sup, h3 sup,
h4 sup, h5 sup, h6 sup {
    font-size: 60%;
    top: -0.475em;
}

code {
    font-size: 0.85em;
    line-height: inherit;
    background: rgba(128, 128, 128, 0.15);
    border: 1px solid rgba(128, 128, 128, 0.5);
    color: #ca2657;
    padding-left: 0.125em;
    padding-right: 0.125em;
    border-radius: 3px;
    font-family: monospace;
}

cite {
    font-weight: normal;
}

/*------------------------------------* $LINKS
\*------------------------------------*/
a {
    color: #00aef0;
    transition: all 0.25s ease;
    text-decoration: none;
}

a:hover, a:focus {
    color: #1f6379;
}

a .text-color--gray:hover {
    color: #7a7a7a;
}

.link-color--alpha {
    color: #00aef0;
    text-decoration: none;
}

.link-color--alpha:hover, .link-color--alpha:focus {
    color: #1f6379;
}

.link-color--beta {
    color: #4e8caa;
}

.link-color--beta:hover, .link-color--beta:focus {
    color: #1f6379;
}

.link-color--beta-a a {
    color: #4e8caa;
}

.link-color--beta-a a:hover, .link-color--beta-a a:focus {
    color: #1f6379;
}

.link-color--white-a a {
    color: #FFF;
}

.link-color--white-a a:hover, .link-color--white-a a:focus {
    color: #FFF;
}

a.text-color--white {
    color: #FFF;
}

a.text-color--white:hover {
    color: #d9d9d9;
}

.link-color--black-a a {
    color: black;
}

.link-color--black-a a:hover, .link-color--black-a a:focus {
    color: #00aef0;
}

a.text-color--black {
    color: black;
}

a.text-color--black:hover {
    color: #00aef0;
}

a.text-color--white--white {
    color: #FFF;
}

a.text-color--white--white:hover {
    color: #FFF;
}

a.text-color--hover--beta {
    color: #FFF;
}

a.text-color--hover--beta:hover {
    color: #999;
}

a.text-color--alpha:hover {
    color: #1f6379;
}

a.text-color--beta:hover {
    color: #1f6379;
}

a.text-color--gray:hover {
    color: #232323;
}

a .text-color--gray:hover {
    color: #232323;
}

a.text-color--gray--dark:hover {
    color: #7a7a7a;
}

.link-with-icon {
    position: relative;
}

.link-with-icon svg {
    max-width: 0.75rem;
    max-height: 0.75rem;
    margin-right: 0.625rem;
    position: absolute;
    top: 0.0625rem;
}

@media (min-width: 46.885em) {
    .link-with-icon svg {
        top: 0.25rem;
    }
}

.link-with-icon--rel svg {
    position: relative;
    top: 0;
}

.link-with-icon--xs svg {
    max-width: 0.625rem;
    max-height: 0.625rem;
    margin-right: 0.375rem;
    top: 0.125rem;
}

.link-with-icon__text {
    padding-left: 1.25rem;
    display: inline-block;
}

.link-with-icon__text--xs {
    padding-left: 0.9375rem;
}

.hover--underline {
    padding-bottom: 0.3125rem;
    border-bottom: 2px solid transparent;
}

.hover--underline:hover {
    border-bottom-color: #FFF;
}

.link-color--beta-hover a {
    color: #999;
}

.link-color--beta-hover a:hover {
    color: #999;
}

.link-hover--underline a:hover {
    text-decoration: underline;
}

/*------------------------------------*    $ICONS & SVG
\*------------------------------------*/
.icon-overlay {
    display: block;
    position: relative;
}

.icon-overlay a {
    display: block;
    position: relative;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.icon-overlay a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
}

.icon-overlay a:hover:after {
    opacity: 1;
}

.icon-overlay .play-icon {
    left: 50%;
    margin-left: -31px;
    margin-top: -31px;
    height: 62px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    width: 62px;
    z-index: 10;
}

.icon-overlay .play-demo-icon {
    display: block;
    fill: #FFF;
    height: 62px;
    width: 62px;
}

/**
 * Icons
 */
.icon--s {
    width: 1.25rem;
    height: 1.25rem;
}

.icon--m {
    width: 1.875rem;
    height: 1.875rem;
}

/**
 * SVG
 */
/*------------------------------------*    $BUTTONS
\*------------------------------------*/
button, input[type="submit"] {
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
    font-size: 1rem;
    line-height: initial !important;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1.25rem 0.5625rem;
    text-decoration: none;
    color: #ffffff;
    background-color: #156455;
    border: none;
    border-radius: 4px;
    transition: all 0.25s ease;
}

button:focus, button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    color: white;
    background-color: #42a07e;
}

.button a {
    font-weight: bold;
}

.button--alpha {
    display: inline-block;
    margin: 20px 0 0 0;
}

/** Decrease margin-top on button in resource thank you pages. */
.page-template-resources .button--alpha {
    margin: 0;
}

.button--alpha a {
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1.25rem 0.5625rem;
    text-decoration: none;
    color: white;
    background-color: #bf5000;
    border-color: #bf5000;
    border-radius: 4px;
}

.button--alpha a:focus, .button--alpha a:hover,
.button--alpha a:active, .button--alpha a:focus-within, .button--alpha a:visited {
    color: white;
    text-decoration: none !important;
}

.button--alpha a:hover {
    color: white;
    background: #9a3814;
    border-color: #9a3814;
}

.button--alpha a:focus, .button--alpha a:active, .button--alpha a:focus-within {
    background: #333333;
    border-color: #333333;
    outline: 0;
}

.button--alpha a[disabled="disabled"] {
    background: #e1e1e1;
    border: 2px solid #9b9b9b;
    color: #333333;
}

.button--alpha a[disabled="disabled"]:hover, .button--alpha a[disabled="disabled"]:active,
.button--alpha a[disabled="disabled"]:focus,.button--alpha a[disabled="disabled"]:focus-within {
    background: #e1e1e1;
    border: 2px solid #9b9b9b;
    color: #333333;
}

.button--beta {
    display: inline-block;
}

.button--beta a {
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    padding: 0.5rem 1.25rem 0.5625rem;
    text-decoration: none;
    color: white;
    background-color: #156455;
    border-color: #156455;
    border-radius: 4px;
}

.button--beta a:focus, .button--beta a:hover, .button--beta a:active, .button--beta a:focus-within {
    color: white;
    text-decoration: none !important;
}

.button--beta a:hover {
    color: white;
    background-color: #10493e;
    border-color: #10493e;
}

.button--beta a:focus, .button--beta a:active, .button--beta a:focus-within {
    background-color: #333333;
    border-color: #333333;
    outline: 0;
}

.button--beta a[disabled="disabled"] {
    background-color: #e1e1e1;
    border: 2px solid #9b9b9b;
    color: #333333;
}

.button--beta a[disabled="disabled"]:hover, .button--beta a[disabled="disabled"]:active,
.button--beta a[disabled="disabled"]:focus,.button--beta a[disabled="disabled"]:focus-within {
    background: #e1e1e1;
    border: 2px solid #9b9b9b;
    color: #333333;
}

.button--charlie {
    display: inline-block;
}

.button--charlie a {
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1.25rem 0.5625rem;
    text-decoration: none;
    color: white;
    background-color: #444059;
    border-color: #444059;
    border-radius: 0;
}

.button--charlie a:focus, .button--charlie a:hover {
    color: white;
    background: #25203e;
}

.button--charlie-inverse a {
    background-color: #7f687d;
    border-color: #7f687d;
}

.button--charlie-inverse a:focus, .button--charlie-inverse a:hover {
    background: #25203e;
}

.button--delta {
    display: inline-block;
}

.button--delta a {
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    padding: 0.5rem 1.25rem 0.5625rem;
    text-decoration: none;
    color: white;
    background-color: #156455;
    background-color: rgba(0, 0, 0, 0.15);
    border-color: #156455;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.button--delta a:focus, .button--delta a:hover, .button--delta a:active, .button--delta a:focus-within {
    color: white;
    text-decoration: none !important;
}

.button--delta a:hover {
    color: white;
    background: #10493e;
    border-color: #10493e;
}

.button--delta a:focus, .button--delta a:active, .button--delta a:focus-within {
    background: #333333;
    border-color: #333333;
    outline: 0;
}

.button--delta a[disabled="disabled"] {
    background: #e1e1e1;
    border: 2px solid #9b9b9b;
    color: #333333;
}

.button--delta a[disabled="disabled"]:hover, .button--delta a[disabled="disabled"]:active,
.button--delta a[disabled="disabled"]:focus,.button--delta a[disabled="disabled"]:focus-within {
    background: #e1e1e1;
    border: 2px solid #9b9b9b;
    color: #333333;
}

.button--echo {
    display: block;
}

.button--echo a {
    display: block;
    text-align: center;
    padding: 0.5rem 1.25rem 0.5625rem;
    text-decoration: none;
    color: white;
    background-color: #311729;
    border-color: #311729;
    border-radius: 0;
}

.button--echo a:focus, .button--echo a:hover {
    color: white;
    background: #522b46;
    border-color: #311729;
}

.button--no-style {
    background: transparent;
    border: none;
    padding: 0;
}

.button--no-style:focus, .button--no-style:hover {
    background: transparent !important;
    outline: none;
}

.button--dismiss-hero-banner {
    font-size: 2.5rem;
    right: 20px;
    position: absolute;
    top: 15px;
    z-index: 30;
}

/**
 * Button sizing
 */
.button--large a {
    padding: 1.25rem 0.625rem;
}

@media (min-width: 46.885em) {
    .button--large--at-medium a {
        padding: 1.25rem 0.625rem;
    }
}

/**
 * Buttons with icons
 */
.button__icon {
    padding: 0.5rem;
    max-width: 4.375rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
    padding: 0.625rem;
    width: 100%;
}

th {
    background-color: #999999;
    text-align: left;
    padding: 0.625rem;
    text-transform: uppercase;
    color: #FFF;
}

td {
    padding: 0.625rem;
    border-bottom: 1px solid #d0d0d0;
    color: #333333;
}

.table--alt {
    border-collapse: collapse;
    max-width: 47.5em;
}

.table--alt th {
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.046875rem;
}

@media (min-width: 46.885em) {
    .table--alt th {
        font-size: 0.9375rem;
    }
}

.table--alt td {
    border: 1px solid #202020;
}

.chart-table__primary-header {
    background-color: #202020;
}

.chart-table__secondary-header {
    background-color: #FFF;
    color: #202020;
}

.chart-table__secondary-header th:first-child {
    border-left: 1px solid #202020;
}

.chart-table__secondary-header th:last-child {
    border-right: 1px solid #202020;
}

.table--data-fill td {
    background-color: #f4f4f4;
}

.table--center th,
.table--center td {
    text-align: center;
}

/*------------------------------------*    $LISTS
\*------------------------------------*/
.site-content ul, .site-content ol {
    margin: 0 0 0.09375rem;
}

.site-content ul {
    list-style: disc;
}

.site-content ol {
    list-style: decimal;
}

.site-content li > ul,
.site-content li > ol {
    margin-bottom: 0;
    margin-left: 0.09375rem;
    margin-top: 0.46875em;
}

.site-content dt {
    font-weight: bold;
}

.site-content dd {
    margin: 0 0.09375rem 0.09375rem;
}

.list-unstyled {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin-left: -0.01953125rem;
}

.list-inline > li {
    display: inline-block;
    padding-left: 0.01953125rem;
    padding-right: 0.01953125rem;
}

.list-inline--dividers li + li:before {
    content: " | ";
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

/*------------------------------------*    $NAVIGATION
\*------------------------------------*/
@media (min-width: 25.01em) {
    .site-navigation {
        text-align: center;
    }
}

@media (min-width: 59.385em) {
    .site-navigation {
        float: right;
        text-align: right;
    }
}

.site-navigation ul {
    list-style: none;
}

@media (max-width: 31.25em) {
    .site-navigation ul ul {
        background-color: #444059;
    }
}

.site-navigation li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 59.375em) {
    .site-navigation li {
        position: relative;
    }
}

.site-navigation a {
    color: #444059;
    font-weight: bold;
    display: block;
}

.site-navigation a:visited {
        color: #444059;
}

.site-navigation a:hover {
    color: #25203e;
}

@media (min-width: 59.385em) {
    .site-navigation a:hover {
        color: #fff;
    }
}

.site-navigation li:hover a:visited {
    color: #ffffff;
}

.site-navigation .sub-menu-title {
    color: #444059;
}

.site-navigation .menu-item__learn-more {
    color: #00aeef;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
    color: #25203e;
}

/* Primary Navigation */
.primary-navigation {
    font-size: 17px;
    letter-spacing: 0.025em;
}

.primary-navigation:hover .primary-navigation:active, .primary-navigation.toggled-on {
    background-color: white;
}

.primary-navigation .site-navigation__small-screen {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.primary-navigation.toggled-on .site-navigation__small-screen {
    display: block;
}

.site-navigation__large-screen-container a {
    padding: 7px 0;
}

@media (max-width: 31.25em) {
    .site-navigation__large-screen-container a {
        font-size: 18px;
        font-weight: 700;
    }
}

@media (max-width: 31.25em) {
    .site-navigation__large-screen-container li li a {
        font-size: 16px;
        font-weight: normal;
    }
}

@media (min-width: 59.385em) {
    .primary-navigation {
        margin: 0 1px 0 -12px;
        padding: 0;
    }

    .primary-navigation.toggled-on {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

    .primary-navigation .menu-toggle {
        display: none;
        padding: 0;
    }

    .site-navigation__large-screen-container.nav-menu {
        border-bottom: 0;
        display: block;
    }

    .site-navigation__large-screen-container li {
        border: 0;
        display: inline-block;
    }

    .site-navigation__large-screen-container .main-menu-item > a {
        height: 115px;
        line-height: 115px;
    }

    .home .site-navigation__large-screen-container .main-menu-item > a {
        height: 88px;
        line-height: 88px;
    }

    .site-navigation__large-screen-container ul .sub-menu-container {
        background-color: white;
        border-top: 4px solid #25203e;
        float: left;
        margin: 0;
        padding: 2.5rem;
        position: absolute;
        top: 115px;
        left: -999em;
        z-index: 1;
        width: 100%;
    }

    .home .site-navigation__large-screen-container ul .sub-menu-container {
        top: 88px;
    }

    .site-navigation__large-screen-container ul ul ul {
        left: -999em;
        top: 0;
    }

    .site-navigation__large-screen-container ul ul a {
        padding: 0;
        white-space: normal;
    }

    .site-navigation__large-screen-container li li {
        border: 1px solid white;
        border-bottom: none;
        display: block;
        float: left;
        height: auto;
        line-height: 1.375;
        text-align: left;
        width: 25%;
    }

    .home .site-navigation__large-screen-container li li {
        line-height: 1.375;
    }

    .site-navigation__large-screen-container a {
        display: inline-block;
        padding: 0 22px;
        white-space: nowrap;
    }

    .menu-item--search-toggle {
        position: relative;
    }

    .site-navigation__large-screen-container li:hover > a,
    .site-navigation__large-screen-container li.focus > a,
    .site-navigation__large-screen-container .main-menu-item.current_page_item > a,
    .site-navigation__large-screen-container .main-menu-item.current-menu-ancestor > a,
    .category .site-navigation__large-screen-container .menu-item--blog > a,
    .tag .site-navigation__large-screen-container .menu-item--blog > a {
        background-color: #25203e;
        color: white;
    }

    .site-navigation__large-screen-container .menu-item-has-children:hover > a,
    .site-navigation__large-screen-container .menu-item-has-children.focus > a {
        border-bottom: none;
        position: relative;
    }

    .site-navigation__large-screen-container .menu-item-has-children:hover > a:before, .site-navigation__large-screen-container .menu-item-has-children:hover > a:after,
    .site-navigation__large-screen-container .menu-item-has-children.focus > a:before,
    .site-navigation__large-screen-container .menu-item-has-children.focus > a:after {
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -4px;
    }

    .site-navigation__large-screen-container .menu-item-has-children:hover > a:before,
    .site-navigation__large-screen-container .menu-item-has-children.focus > a:before {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #25203e;
        left: 11px;
        z-index: 2;
    }

    .site-navigation__large-screen-container .menu-item-has-children:hover > a:after,
    .site-navigation__large-screen-container .menu-item-has-children.focus > a:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid white;
        left: 16px;
        z-index: 3;
    }

    .site-navigation__large-screen-container li li:hover > a,
    .site-navigation__large-screen-container li li.focus > a,
    .site-navigation__large-screen-container ul ul a:hover,
    .site-navigation__large-screen-container ul ul li.focus > a {
        background-color: transparent;
        color: #444059;
    }

    .site-navigation__large-screen-container ul li:hover > .sub-menu-container,
    .site-navigation__large-screen-container ul li.focus > .sub-menu-container {
        left: 0;
    }

    .site-navigation__large-screen-container ul ul li:hover > .sub-menu-container,
    .site-navigation__large-screen-container ul ul li.focus > .sub-menu-container {
        left: 100%;
    }

    .site-navigation__large-screen-container li .menu-item-has-children > a,
    .site-navigation__large-screen-container li .page_item_has_children > a {
        width: 168px;
    }
}

@media (max-width: 59.375em) {
    .js .sub-menu {
        display: none;
    }

    .js .sub-menu.toggled-on {
        display: block;
    }
}

.dropdown-toggle {
    width: 30px;
    height: 20px;
    position: absolute;
    border: none;
    right: 20px;
    top: 9px;
    background: transparent;
    padding: 0;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    border-color: transparent;
    background: transparent;
}

.dropdown-toggle:hover:after, .dropdown-toggle:focus:after {
    border-top-color: #7f687d;
}

.dropdown-toggle.toggled-on:after {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

.dropdown-toggle:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #fff;
    border-bottom: none;
    position: absolute;
    top: 3px;
    right: 8px;
    content: " ";
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

/**
 * Utility Nav
 */
.utility {
    background-color: #444059;
    height: 40px;
    position: relative;
    z-index: 15;
}

@media (min-width: 31.26em) {
    .utility {
        text-align: right;
    }
}

.utility ul .sub-menu {
    text-align: left;
}

.utility ul .sub-menu a {
    display: block;
    padding: 0.3125rem 0.5rem;
}

.utility li {
    position: relative;
}

.utility a {
    color: #FFF;
    padding: 0.8125rem 0.5rem;
}

@media (min-width: 46.885em) {
    .utility a {
        padding: 0.8125rem;
    }
}

@media (min-width: 59.385em) {
    .utility a {
        padding: 0.8125rem 1.25rem;
    }
}

.utility a:hover {
    background-color: #25203e;
}

@media (min-width: 59.375em) {
    .utility ul .sub-menu {
        background-color: #444059;
        float: left;
        margin: 0;
        top: 27px;
        left: -999em;
        position: absolute;
        z-index: 1;
        width: 170px;
    }

    .utility ul li:hover > .sub-menu,
    .utility ul li.focus > .sub-menu {
        left: 0;
    }

    .utility ul ul li:hover > .sub-menu,
    .utility ul ul li.focus > .sub-menu {
        left: 100%;
    }

    .utility li {
        position: relative;
    }
}

.site-switcher__menu .site-switcher__sub-menu-arrow {
    background-color: #25203e;
    float: right;
    height: 30px;
    padding: 0.5rem 0;
    width: 20px;
}

.site-switcher__menu .site-switcher__sub-menu-arrow:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    margin-top: 3px;
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #FFF;
}

.utility__site-switcher .site-switcher__menu {
    font-size: 0.6875rem;
    line-height: 1.2727272727;
}

.utility__site-switcher .menu-item-depth-0 > a {
    background-color: #25203e !important;
    color: #FFF;
    padding: 0.5rem 30px 0.5rem 0.5rem;
}

.utility__site-switcher .menu-item-depth-0:hover > a {
    background-color: #25203e !important;
}

.utility__site-switcher .dropdown-toggle {
    background-color: #444059;
    height: 30px;
    padding: 0.5rem 0;
    right: 0;
    top: 0;
    width: 23px;
}

.utility__site-switcher .dropdown-toggle:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    margin-top: 8px;
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #FFF;
}

.utility__site-switcher .sub-menu {
    top: 30px;
}

.utility__site-switcher .sub-menu .menu-item {
    background-color: #444059;
    border-bottom: 1px solid #FFF;
    border-bottom-color: rgba(255, 255, 255, 0.5);
    width: 100%;
}

.utility__site-switcher .sub-menu .menu-item:last-child {
    border-bottom: none;
}

.nav-menu--utility {
    font-size: 0.6875rem;
    line-height: 1.2727272727;
}

.svg .menu-item--login a {
    padding-left: 2rem;
    padding-right: 1rem;
    position: relative;
}

.svg .menu-item--login a:before {
    background: url(images/svg/sign-in.svg) no-repeat;
    background-size: 18px 18px;
    content: " ";
    display: block;
    height: 18px;
    left: 0.625rem;
    position: absolute;
    top: 0.6875rem;
    width: 18px;
}

.section-nav .section-nav li:hover {
    background-color: #fff !important;
}

.section-nav .section-nav li:hover a {
    color: rgba(68, 64, 89, 1) !important;
}

.section-nav li.current_page_item {
    background-color: #fff !important;
}

.section-nav li.current_page_item a {
    background-color: transparent !important;
}

.section-nav a:hover {
    background-color: transparent !important;
}

/**
 * Navigation Toggler
 */
.menu-toggle {
    background-color: transparent;
    border: none;
    color: #25203e;
    height: 58px;
    margin-bottom: 1rem;
    position: absolute;
    top: 20px;
    right: 0.625rem;
    width: 58px;
}

.no-js .menu-toggle {
    display: none;
    visibility: hidden;
}

.menu-toggle:hover, .menu-toggle:focus {
    background-color: #444059;
}

.menu-toggle:hover > svg, .menu-toggle:focus > svg {
    fill: white;
}

.toggled-on .menu-toggle {
    background-color: #25203e;
    color: white;
}

.toggled-on .menu-toggle > svg {
    fill: white;
}

.menu-toggle > svg {
    fill: #25203e;
}

.menu-toggle__icon {
    font-size: 1.875rem;
}

/**
 * Small Screen navigation
 */
.site-navigation__small-screen {
    background-color: #f6f6f6;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media (min-width: 46.885em) {
    .site-navigation__small-screen {
        margin-left: -1.5625rem;
        margin-right: -1.5625rem;
    }
}

.site-navigation__small-screen .menu-item > a {
    padding: 0.625rem;
}

.site-navigation__small-screen-search,
.site-navigation__small-screen-primary,
.site-navigation__small-screen-site-switcher {
    background-color: #25203e;
    padding: 0.625rem 0;
}

.site-navigation__small-screen-search .menu-item > a,
.site-navigation__small-screen-primary .menu-item > a,
.site-navigation__small-screen-site-switcher .menu-item > a {
    color: white;
}

.site-navigation__small-screen-search .sub-menu,
.site-navigation__small-screen-primary .sub-menu,
.site-navigation__small-screen-site-switcher .sub-menu {
    background-color: #f6f6f6;
}

.site-navigation__small-screen-search .sub-menu a,
.site-navigation__small-screen-primary .sub-menu a,
.site-navigation__small-screen-site-switcher .sub-menu a {
    color: #444059;
}

.site-navigation__small-screen-search .sub-menu .current-menu-item a,
.site-navigation__small-screen-primary .sub-menu .current-menu-item a,
.site-navigation__small-screen-site-switcher .sub-menu .current-menu-item a {
    background-color: #bebebe;
    color: #25203e;
}

.site-navigation__small-screen-search .search-form,
.site-navigation__small-screen-primary .search-form,
.site-navigation__small-screen-site-switcher .search-form {
    background-color: white;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0;
    width: 90%;
}

.site-navigation__small-screen-search .search-field,
.site-navigation__small-screen-primary .search-field,
.site-navigation__small-screen-site-switcher .search-field {
    border: none;
    width: 100%;
}

/**
 * Section navigation
 */
@media (min-width: 31.26em) {
    .section-nav__wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.section-nav {
    background-color: #444059;
}

@media (min-width: 31.26em) {
    .section-nav {
        text-align: center;
    }
}

.section-nav .section-nav__menu {
    font-size: 1.125rem;
}

@media (min-width: 31.26em) {
    .section-nav .section-nav__menu {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }
}

@media (min-width: 46.885em) {
    .section-nav .section-nav__menu {
        font-size: 1.25rem;
    }
}

@media (min-width: 31.26em) {
    .section-nav li {
        display: table-cell;
        border-left: 1px solid #6b647b;
        border-right: 1px solid #6b647b;
        vertical-align: middle;
        width: 25%;
    }
}

.section-nav li:hover {
    background-color: #7f687d;
}

.section-nav a {
    color: #FFF;
    display: block;
    padding: 0.8125rem 1.25rem;
}

.section-nav a:hover {
    background-color: #7f687d;
}

.section-nav .current_page_item {
    background-color: #7f687d;
}

.section-nav .current_page_item a {
    background-color: #7f687d;
}

.nav-menu--section li:hover {
    background-color: #f47920;
}

.nav-menu--section a:hover {
    background-color: #f47920;
}

/**
 * Pagination
 */
.nav-links .nav-previous {
    float: left;
}

.nav-links .nav-next {
    float: right;
    text-align: right;
}

.post-navigation__list {
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    height: auto;
    width: auto;
}

.post-navigation__list .post-navigation__prev,
.post-navigation__list .post-navigation__next,
.post-navigation__list li:first-child {
    border-radius: 5px 0 0 5px;
}

.post-navigation__list li:last-child {
    border: medium none;
}

.post-navigation__item {
    border-bottom: medium none;
    border-right: 1px solid #eee;
    float: left;
    margin: 0;
    min-width: 30px;
    padding: 0;
    text-align: center;
}

.post-navigation__item.active, .post-navigation__item.post-navigation__dots {
    cursor: default;
    min-width: 0;
}

.post-navigation__item.active {
    background: #f9f9f9;
}

.post-navigation__item.active a {
    padding-left: 20px;
    padding-right: 20px;
}

.post-navigation__item a {
    border: medium none;
    color: #666;
    display: block;
    padding: 6px 10px 7px;
}

.post-navigation__item a:hover {
    background: none repeat scroll 0 0 #efefef;
    color: #333;
}

/*------------------------------------*    $BLOCKS
\*------------------------------------*/
.entry-title {
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
    font-size: 1.375rem;
    line-height: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 46.885em) {
    .entry-title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

.entry-summary p:last-child {
    margin-bottom: 0;
}

.entry-content {
    font-size: 0.875rem;
    line-height: 1.5714285714;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 1.2em;
}

.entry-content p {
    margin-bottom: 1.2em;
}

.entry-content ul,
.entry-content ol {
    line-height: inherit;
    margin: 0 0 1.2em 1.2em;
    padding: 0 0 0 0.9375em;
}

.entry-content ul li,
.entry-content ol li {
    list-style: inherit;
    padding-bottom: 0.46875em;
}

.resource-content ul,
.resource-content ol {
    margin: 0 0 1.2em 1.2em;
    padding: 0 0 0 0.9375em;
}

.resource-content ul li,
.resource-content ol li {
    list-style: inherit;
    padding-bottom: 0.46875em;
}

.social-sharing__item span {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.img-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.img-container img {
    display: block;
    width: 100%;
    height: auto;
}

.img-container--absolute {
    position: absolute;
}

.img-container--absolute img {
    left: 0;
    position: absolute;
    top: 0;
}

.post--teaser {
    font-size: 0.875rem;
    line-height: 1.5714285714;
}

.blog-post--teaser {
    background-color: #FFFFFF;
    font-size: 1rem;
    padding: 15px 15px 10px !important;
}

.blog-post--teaser .meta {
    font-size: 0.75rem;
    line-height: 1.125rem;
}

/*------------------------------------*    $SECTIONS
\*------------------------------------*/
/**
 * General
 */
.section {
    padding: 0.875rem 0;
}

@media (min-width: 46.885em) {
    .section {
        padding: 1.25rem 0;
    }
}

.section--stripe {
    background-color: #f6f6f6;
}

/**
 * Icons
 */
@media (max-width: 46.865em) {
    .module-row--icon img {
        width: 50%;
    }
}

/**
 * Resources
 */
.resource__image img {
    height: auto;
}

.post--teaser__image,
.post--teaser__image .media-object {
    width: 84px;
}

.entry-content--resource {
    background-color: #f4f4f4;
}

.resource__col-description {
    background-color: #e6e6e6;
}

.alert--required {
    color: #bf0000;
}

.resource__content {
    color: #7B7B7B;
    line-height: 1.4230769231;
}

.post-filter--icon {
    border-top: 6px solid #dfdfdf;
    border-bottom: 1px solid #9f9f9f;
    margin-bottom: 0.875rem;
}

@media (min-width: 46.885em) {
    .post-filter--icon {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 46.885em) {
    .post-filter--icon .filter--all {
        border-right: 1px solid #9f9f9f;
        padding-right: 20px;
    }
}

.filter--education-trends > svg {
    height: 65px;
    margin-bottom: 1em;
    width: 65px;
}

.filter--education-trends {
    color: rgba(68, 64, 89, .8);
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.2;
    max-width: 105px;
    min-height: 158px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.filter--education-trends:hover,
.filter--education-trends:focus,
.filter--education-trends.is-checked,
.active .filter--education-trends {
    color: #444059;
}

.filter--education-trends:hover .filter-icon__bg-circle,
.filter--education-trends:focus .filter-icon__bg-circle,
.filter--education-trends.is-checked .filter-icon__bg-circle,
.active .filter--education-trends .filter-icon__bg-circle,
.filter--education-trends:hover .st0 {
    fill: #444059;
}

.filter--education-trends svg,
.filter--education-trends .st0 {
    fill: rgba(68, 64, 89, .7);
}

.filter--education-trends .filter-icon__bg-circle {
    fill: rgba(68, 64, 89, .7);
}

.filter--education-trends.disabled,
.disabled .filter--education-trends {
    color: rgba(68, 64, 89, .7);
}

.filter--education-trends.disabled .filter-icon__bg-circle,
.disabled .filter--education-trends .filter-icon__bg-circle {
    fill: rgba(68, 64, 89, .7);
}

.post-filter__header {
    border-bottom: 1px solid #9f9f9f; }

.post-filter--text {
    background-color: #7f687d;
    margin-bottom: 0.875rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 46.885em) {
    .post-filter--text {
        margin-bottom: 1.25rem;
    }
}

.post-filter--text .post-filter__heading {
    background-color: #444059;
    color: white;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 0 .5rem;
}

.post-filter--text {
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.post-filter--text .filter {
    background-color: #7f687d;
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 0 .2rem;
    position: relative;
}

.post-filter--text .filter.disabled {
    color: #bebebe;
}

.post-filter--text .filter.disabled:hover, .post-filter--text .filter.disabled:focus {
    text-decoration: none;
}

.post-filter--text .filter:hover .filter--name, .post-filter--text .filter:focus .filter--name, .post-filter--text .filter.is-checked .filter--name {
    text-decoration: underline;
}

@media (min-width: 46.885em) {
    .post-filter--text .filter:after {
        content: " | ";
        padding-left: .2rem;
    }
    .post-filter--text .filter:last-child:after {
        content: none;
    }
}

.post-filter--text .active {
    border-radius: 3px;
    background-color: #ffffff;
}

.post-filter--text .active .filter .filter--name {
    font-weight: bold;
    color: #7f687d !important;
}

.post-filter--text .filter .filter--name {
    color: #ffffff;
}

.post-filter--text .disabled .filter:hover, .post-filter--text .disabled .filter:focus {
    text-decoration: none;
}

/**
 * Testimonials
 */
.module-row--testimonials:first-child {
    margin-top: 2.625rem;
}

@media (min-width: 46.885em) {
    .module-row--testimonials:first-child {
        margin-top: 3.75rem;
    }
}

.carousel-list__quote {
    color: #777775;
    font-size: 1.125rem;
    font-style: italic;
    max-width: 254px;
}

.carousel-list__testimonial cite {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
}

.carousel-list__testimonial .carousel-list__attribution {
    font-size: 0.75rem;
}

.quote-block__quote {
    min-height: 84px;
}

@media (min-width: 31.26em) {
    .quote-block__quote {
        margin-top: -5px;
    }
}

.quote-block__quote:before {
    background: url(images/blockquote-bg.png) no-repeat;
    content: " ";
    left: -40px;
    height: 84px;
    position: absolute;
    top: -48px;
    width: 95px;
    z-index: -1;
}

.quote-block__quote > p:first-child:before {
    content: none;
}

.quote-block__quote > p:last-child:after {
    content: "\201D";
}

.quote-block cite {
    display: block;
    font-weight: bold;
}

.quote-block .quote-block__attribution {
    font-size: 0.8125rem;
}

@media (min-width: 46.885em) {
    .quote-block .quote-block__attribution {
        font-size: 1rem;
    }
}

.success-block {
    background-color: #2c8eae;
    color: white;
}

.success-block__content {
    font-size: 0.875rem;
    padding: 2rem;
}

/**
 * Woobox
 */
.woobox-offer {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 31.26em) {
    .woobox-offer iframe {
        width: 100% !important;
    }
}

@media (max-width: 31.24em) {
    .woobox-offer iframe {
        width: 1px !important;
        min-width: 100% !important;
        *width: 100%;
    }
}

.media {
    margin-bottom: 0.875rem;
}

@media (min-width: 46.885em) {
    .media {
        margin-bottom: 1.25rem;
    }
}

.media, .media-body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}

.media-left {
    float: left;
    margin-right: 25px;
}

.media-object {
    display: block;
}

.media-right {
    float: right;
    margin-left: 25px;
}

/*------------------------------------* $FORM ELEMENTS
\*------------------------------------*/
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

input[type="checkbox"] {
    width: 0.9375rem;
    height: 0.9375rem;
}

.inline-form-element--row {
    display: flex;
    align-items: center;
}

.inline-form-element--row input[type="checkbox"], .inline-form-element--row input[type="radio"] {
    margin-right: 0.625rem;
    cursor: pointer;
}

.inline-form-element--row label {
    cursor: pointer;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    padding-left: 0;
    padding-right: 0;
}

label {
    display: block;
}

label.inline {
    display: inline-block;
    margin-right: 0.5rem;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"] {
    height: 2.0625rem;
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 0.125rem 0.4375rem;
    border: 1px solid #d0d0d0;
    background-color: white;
    transition: box-shadow .15s ease, border .15s ease;
    box-sizing: border-box;
    appearance: none;
    border-radius: 0;
}

@media (min-width: 46.885em) {
    select,
    textarea,
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"] {
        font-size: 0.9375rem;
        line-height: 1.4375rem;
    }
}

@media (min-width: 31.26em) {
    select,
    textarea,
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"] {
        max-width: 21.875rem;
    }
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #c0e0e7;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder {
    color: #8d8d8d;
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder {
    /* Firefox 18- */
    color: #8d8d8d;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d8d8d;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder {
    color: #8d8d8d;
}

select.input--large,
textarea.input--large,
input[type="text"].input--large,
input[type="email"].input--large,
input[type="number"].input--large,
input[type="password"].input--large,
input[type="search"].input--large,
input[type="tel"].input--large,
input[type="url"].input--large,
input[type="month"].input--large,
input[type="time"].input--large,
input[type="week"].input--large,
input[type="date"].input--large,
input[type="datetime"].input--large,
input[type="datetime-local"].input--large {
    padding: 0.5rem 0.625rem;
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type="month"], input[type="time"], input[type="week"] {
    font-family: monospace;
}

select[size], select[multiple] {
    height: auto;
}

select[size="0"], select[size="1"] {
    height: 2.5em;
}

select::-ms-expand {
    display: none;
}

select, select[size="0"], select[size="1"] {
    border-radius: 0;
    box-shadow: none;
    font-size: 0.8125rem;
    height: 2.0625rem;
}

textarea {
    width: 100%;
    height: auto;
    max-width: 100%;
    resize: vertical;
    min-height: 9.375rem;
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled] {
    background: white;
    color: lightgray;
}

input[disabled] ~ label {
    cursor: default;
}

input[type="text"] {
    border: 1px solid #d0d0d0;
    width: 50%;

}

input[type="text"]:focus {
    border: solid 1px #202020;
}

input[type="text"].form__error--style {
    border: solid 1px red;
}

input[type="text"].form__error--style:focus {
    border: solid 1px #202020;
}

textarea {
    border: 1px solid #d0d0d0;
    padding: 0.625rem;
}

textarea:focus {
    border: solid 1px #202020;
}

input[type="checkbox"] {
    border: 1px solid #d0d0d0;
}

input[type="checkbox"] + label {
    display: inline-block;
}

input[type="radio"] {
    border: 1px solid #d0d0d0;
}

input[type="radio"] + label {
    display: inline-block;
}

.form__select select {
    -webkit-appearance: none;
}

select {
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
    background-size: 0.9375rem;
    border-radius: 0.0625rem;
    width: 100%;
    border: 1px solid #d0d0d0;
}

input[type="reset"] {
    background-color: #FFF;
    border: none;
    color: #202020;
    padding-left: 1.875rem;
}

.hs-button.large.primary {
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-3x'><path fill='&23fff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'></path></svg>");
    background-repeat: no-repeat;    
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 10;
}

@media (min-width: 46.885em) {
    .site-header {
        height: 115px;
    }

    .home .site-header {
        height: 88px;
    }
}

.home .site-header,
.page-parent .site-header,
.page-child .site-header {
    border-bottom: none;
}

.template-override .site-header {
    border-bottom: 1px solid #dfdfdf;
}

.site-title {
    margin: 1rem 0;
}

@media (min-width: 31.26em) and (max-width: 59.365em) {
    .site-title {
        text-align: center;
    }
}

@media (min-width: 59.385em) {
    .site-title {
        float: left;
        margin: 1.5625rem 0 0;
    }

    .home .site-title {
        margin: 0.625rem 0 0;
    }
}

.search-toggle {
    padding: 0 12px;
}

@media (min-width: 59.375em) {
    .search-toggle {
        height: 115px;
        line-height: initial;
    }

    .home .search-toggle {
        height: 88px;
    }
}

.search-toggle.active:before, .search-toggle.active:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -4px;
}

.search-toggle.active:before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #25203e;
    left: 11px;
    z-index: 2;
}

.search-toggle.active:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid white;
    left: 16px;
    z-index: 3;
}

.site-header__search-form {
    background-color: white;
    border-top: 4px solid #25203e;
}

.js .site-header__search-form {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}

.site-header__search-form .search-form {
    border: 2px solid #444059;
    margin-left: auto;
    margin-right: auto;
    max-width: 569px;
    padding: 0.5625rem 0;
    width: 100%;
}

.site-header__search-form .search-field {
    border: none;
    font-size: 1.25rem;
    max-width: 450px;
    padding-top: 0;
    width: 100%;
}

.page-content .search-form {
    background-color: white;
    border-top: 4px solid #25203e;
}

.page-content .search-form {
    border: 2px solid #444059;
    margin-left: auto;
    margin-right: auto;
    max-width: 569px;
    padding: 0.5625rem 0;
    width: 100%;
}

.page-content .search-field {
    border: none;
    font-size: 1.25rem;
    max-width: 569px;
    padding-top: 0;
    width: 100%;
}

/*------------------------------------*    $HERO
\*------------------------------------*/
.site-hero {
    clear: both;
    max-height: 624px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.site-hero__banner {
    background-color: #00aeef;
    background-color: rgba(0, 174, 239, 0.6);
    color: white;
    font-size: 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 20;
}

@media (max-width: 46.865em) {
    .site-hero__banner > .layout-container {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (min-width: 46.885em) {
    .site-hero__banner {
        font-size: 1.875rem;
    }
}

.caption-container {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slide__caption {
    color: #444059;
    position: absolute;
    padding: 0 35px;
    top: 20px;
}

@media (min-width: 31.26em) {
    .slide__caption {
        padding: 0 15px;
        top: 50px;
    }
}

@media screen and (min-width: 44.6875em) {
    .slide__caption {
        max-width: 495px;
    }
}

@media (min-width: 46.885em) {
    .slide__caption--left {
        left: 78px;
    }
}

@media (min-width: 46.885em) {
    .slide__caption--right {
        right: 78px;
    }
}

.slide__caption--center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.slide__caption--white {
    color: white;
}

.slide__headline {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
}

@media (min-width: 31.26em) {
    .slide__headline {
        font-size: 1.375rem;
    }
}

@media (min-width: 46.885em) {
    .slide__headline {
        font-size: 1.4375rem;
        letter-spacing: 0.2em;
    }
}


@media (min-width: 31.26em) {
    .slide__subheadline {
        display: block;
        font-size: 1rem;
    }
}

@media (min-width: 46.885em) {
    .slide__subheadline {
        font-size: 1.0625rem;
    }
}

.site-footer {
    background-color: #444059;
    bottom: 0;
    color: #FFF;
    height: auto;
    padding-bottom: 7.875rem;
    position: relative;
    z-index: 20;
}

@media (min-width: 46.885em) {
    .site-footer {
        padding-bottom: 1.25rem;
    }
}

.site-footer__row--border-bottom {
    border-bottom: 1px solid #25203e;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.site-footer__back-to-top {
    background-color: #bbb;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 700;
    height: 30px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: -30px;
}

.site-footer__back-to-top:after {
    content: '\00BB';
    display: inline-block;
    font-size: 1rem;
    margin-left: 4px;
    speak: none;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.call-to-action-row {
    background-color: #444059;
    color: #FFF;
    font-size: 1rem;
}

.call-to-action-row--dark {
    background: #25203e;
}

.site-footer__site-map-social {
    position: relative;
}

@media (min-width: 46.885em) {
    .site-footer__social {
        bottom: 1.25rem;
        position: absolute;
        right: 0;
    }
}

.social-link:hover .social-link-icon {
    opacity: 1;
}

.social-link__icon {
    display: inline-block;
    height: 38px;
    width: 38px;
}

.social-link-icon {
    opacity: 0.3;
    fill: #FFFFFF;
}

.column--footer {
    font-size: 0.875rem;
}

@media (max-device-width : 475px)  { 
.column--footer {
	float:inherit;
} }

.row--site-map .menu-item {
    margin-bottom: 0.25rem;
}

.row--site-map .menu-item:first-child {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.legal {
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

.wp-caption {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75em;
    max-width: 100%;
}

@media (min-width: 31.26em) {
    .wp-caption {
        max-width: 472px;
    }
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.comments-area {
    margin: 0 0 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 0.875rem;
}

@media (min-width: 46.885em) {
    .comment-list + .comment-respond,
    .comment-navigation + .comment-respond {
        padding-top: 1.25rem;
    }
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}

.comments-title {
    margin-bottom: 1.217391304em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.875em;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}

.comment-form {
    padding-top: 1.75em;
}

.comment-form label {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-content .inner {
    position: relative;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.mfp-close::-moz-focus-inner,
button.mfp-arrow::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    background: transparent url("images/close-modal.png") no-repeat;
    color: black;
    height: 35px;
    line-height: 44px;
    position: absolute;
    right: -15px;
    text-align: center;
    text-decoration: none;
    top: -15px;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    width: 35px;
}

.mfp-close:active, .mfp-close:hover {
    background-color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
}

.mfp-close:active {
    top: -14px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 0.75rem;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 0.75rem;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
    * Remove all paddings around the image on small screen
    */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 500px;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 500px;
    right: 0;
    padding-top: 0;
}

.white-popup {
    box-shadow: 0 5px 40.18px 8.82px rgba(0, 0, 0, 0.2);
    position: relative;
    background: #FFF;
    padding: 0.875rem;
    width: auto;
    max-width: 1024px;
    margin: 20px auto;
}

@media (min-width: 46.885em) {
    .white-popup {
        padding: 1.25rem;
    }
}

.tabs {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 922px;
}

.resp-tabs-list.tab-horizontal {
    margin-bottom: 0;
}

.no-js .resp-tabs-list {
    display: none;
}

@media screen and (min-width: 769px) {
    .flexbox .resp-tabs-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        justify-content: space-around;
    }
}

.resp-tab-item {
    background-color: #e9e9e9;
    color: #777777;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .resp-tab-item {
        font-size: 1.25rem;
        text-align: center;
    }
}

.resp-tab-item:last-child {
    margin-right: 0;
}

@media screen and (min-width: 769px) {
    .no-flexbox .resp-tab-item {
        float: left;
    }
}

.resp-tabs-container {
    color: white;
    padding: 0;
    background-color: #7ba160;
    clear: left;
}

.tab-inverse {
    background-color: white;
    color: black;
}

.tab-highlight-media {
    max-height: 315px;
    overflow: hidden;
}

h2.resp-accordion {
    color: #777777;
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.tab__primary {
    min-height: 372px;
}

@media (min-width: 768px) {
    .tab__primary {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .tabbed--complex .tab__primary {
        width: 39.7% !important;
    }
}

@media (min-width: 768px) {
    .tab__secondary {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .tabbed--complex .tab__secondary {
        width: 60.3% !important;
    }
}

@media (min-width: 768px) {
    .tabbed--basic .row {
        position: relative;
        overflow: hidden;
    }

    .tabbed--basic .tab__secondary .img-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 49.8%;
        right: 0;
        width: 50.3%;
    }

    .tabbed--basic img {
        min-height: 372px;
    }
}

.tab__text-primary,
.tab__text-secondary {
    font-size: 0.875rem;
    line-height: 1.5714285714;
}

.resp-tab-active {
    color: white;
    border: 1px solid #7ba160 !important;
    border-bottom: none;
    margin-bottom: -5px !important;
    padding: 10px 14px 14px 14px !important;
    border-top: 4px solid #7ba160 !important;
    border-bottom: none;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 1rem;
    border: 1px solid #e9e9e9;
    border-top: 0px solid #e9e9e9;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
    color: white;
    border-bottom: 0 solid #7ba160 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #7ba160 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #7ba160 !important;
    border-left: 4px solid #7ba160 !important;
    margin-bottom: 4px !important;
    border-right: 1px #7ba160 solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #777777;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid white;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #7ba160;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #e9e9e9;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.resp-jfit {
    width: 100%;
    margin: 0;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #e9e9e9;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #e9e9e9;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #e9e9e9 !important;
    }
}

.pinterest-board-embed {
    max-width: 1070px;
}

.pinterest-board-embed > span:first-child {
    max-width: 100% !important;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #e4e4e4;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}

.cd-timeline-img.cd-picture {
    background: #7ba160;
}

.cd-timeline-img.cd-movie {
    background: #f57920;
}

.cd-timeline-img.cd-location {
    background: #4e8dab;
}

.cd-timeline-img.cd-aquisition {
    background: #223844;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    color: #4a4a4a;
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #e4e4e4;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #43b8bb;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #399fa2;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p{
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 0;
        font-size: 18px;
        font-size: 1.5rem;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

/*------------------------------------* $DISPLAY STATES
\*------------------------------------*/
/**
 * Display classes
 */
.display--none {
    display: none;
}

.display--block {
    display: block;
}

.display--inline-block {
    display: inline-block;
}

/**
 * Viewport specific displaying
 */
[class^='show-at'] {
    display: none;
}

.show-at-small {
    display: block;
}

@media (min-width: 46.885em) {
    .show-at-small {
        display: none;
    }
}

.show-at-medium,
.show-at-medium--inline,
.show-at-medium--inline-block,
.show-at-large,
.show-at-large--inline-block,
.show-at-xlarge,
.show-at-xlarge--inline,
.show-at-xlarge--inline-block,
.show-at-xxlarge,
.show-at-xxlarge--inline {
    display: none;
}

@media (min-width: 31.26em) {
    .show-at-medium {
        display: block;
    }

    .show-at-medium--inline {
        display: inline;
    }

    .display-inline-block--at-medium,
    .show-at-medium--inline-block {
        display: inline-block;
    }

    .show-until-medium {
        display: none;
    }
}

@media (min-width: 46.885em) {
    .show-at-large {
        display: block;
    }

    .show-at-large--inline {
        display: inline;
    }

    .display-inline-block--at-large,
    .show-at-large--inline-block {
        display: inline-block;
    }

    .show-until-large {
        display: none;
    }

    .hide-at-large {
        display: none;
    }
}

@media (min-width: 53.135em) {
    .show-until-mlarge {
        display: none;
    }
}

.show-at-large-only {
    display: none;
}

@media (min-width: 46.885em) and (max-width: 59.365em) {
    .show-at-large-only {
        display: block;
    }
}

.show-from-medium-to-xlarge {
    display: none;
}

@media (min-width: 31.26em) and (max-width: 59.365em) {
    .show-from-medium-to-xlarge {
        display: block;
    }
}

@media (min-width: 59.385em) {
    .show-at-xlarge {
        display: block;
    }

    .show-at-xlarge--inline {
        display: inline;
    }

    .display-inline-block--at-xlarge,
    .show-at-xlarge--inline-block {
        display: inline-block;
    }

    .show-until-xlarge {
        display: none;
    }
}

@media (min-width: 68.76em) {
    .show-at-xxlarge {
        display: block;
    }

    .show-at-xxlarge--inline {
        display: inline;
    }

    .show-until-xxlarge {
        display: none;
    }
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.screen-reader-text,
.visuallyhidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

/* sub menu 1 icon */

.site-header .menu-item-has-children::before {
    content: none !important;
}

#nav-menu-item-1111::before {
    content: "\f15c";
}

#nav-menu-item-1140::before {
    content: "\f06e";
}

#nav-menu-item-1804::before {
    content: "\f06e";
}

#nav-menu-item-1139::before {
    content: "\f085";
}

#nav-menu-item-1142::before {
    content: "\f086";
}

#nav-menu-item-1645::before {
    content: "\f0b1";
}

#nav-menu-item-1750::before {
    content: "\f091";
}

#nav-menu-item-1141::before {
    content: "\f0c5";
}

#nav-menu-item-1604::before {
    content: "\f06e";
}

#nav-menu-item-1605::before {
    content: "\f085";
}

#nav-menu-item-1749::before {
    content: "\f091";
}

#nav-menu-item-1958::before {
    content: "\f0b1";
}

#nav-menu-item-1951::before {
    content: "\f06e";
}

#nav-menu-item-1950::before {
    content: "\f085";
}

#nav-menu-item-1960::before {
    content: "\f0b1";
}

#nav-menu-item-2256::before {
    content: "\f086";
}

#nav-menu-item-1614::before {
    content: "\f0c0";
}

#nav-menu-item-5595::before {
    content: "\f012";
}


/* sub menu 2 icons */

#nav-menu-item-1653::before {
    content: "\f06e";
}

#nav-menu-item-1644::before {
    content: "\f085";
}

#nav-menu-item-1648::before {
    content: "\f086";
}

#nav-menu-item-1611::before {
    content: "\f06e";
}

#nav-menu-item-1613::before {
    content: "\f085";
}

#nav-menu-item-1612::before {
    content: "\f0b1";
}

#nav-menu-item-1143::before {
    content: "\f1ae";
}

#nav-menu-item-1144::before {
    content: "\f183\f182";
}

#nav-menu-item-1145::before {
    content: "\f234";
}

#nav-menu-item-1146::before {
    content: "\f19d";
}

#nav-menu-item-1619::before {
    content: "\f06e";
}

#nav-menu-item-1620::before {
    content: "\f085";
}

#nav-menu-item-1621::before {
    content: "\f086";
}

#nav-menu-item-1618::before {
    content: "\f0c0";
}

/* sub menu 3 icons */

#nav-menu-item-1623::before {
    content: "\f06e";
}

#nav-menu-item-1643::before {
    content: "\f085";
}

#nav-menu-item-1651::before {
    content: "\f086";
}

#nav-menu-item-1707::before {
    content: "\f1ae";
}

#nav-menu-item-1705::before {
    content: "\f0b1";
}

#nav-menu-item-1706::before {
    content: "\f234";
}

#nav-menu-item-1708::before {
    content: "\f19d";
}

#nav-menu-item-1703::before {
    content: "\f02d";
}

#nav-menu-item-1701::before {
    content: "\f0c0";
}

#nav-menu-item-1700::before {
    content: "\f073";
}

#nav-menu-item-1698::before {
    content: "\f128";
}

#nav-menu-item-1702::before {
    content: "\f2b5";
}

#nav-menu-item-1138::before {
    content: "\f19d";
}

#nav-menu-item-1135::before {
    content: "\f02d";
}

#nav-menu-item-1141::before {
    content: "\f0c5";
}

#nav-menu-item-1137::before {
    content: "\f073";
}

#nav-menu-item-1610::before {
    content: "\f0c0";
}

/* sub menu 4 icons */

#nav-menu-item-1135::before {
    content: "\f02d";
}

#nav-menu-item-1136::before {
    content: "\f0c0";
}

#nav-menu-item-1581::before {
    content: "\f0c5";
}

/* sub menu 5 icons */

#nav-menu-item-1148::before {
    content: "\f0ad";
}

#nav-menu-item-1149::before {
    content: "\f0c1";
}

#nav-menu-item-1150::before {
    content: "\f07c";
}

#nav-menu-item-1151::before {
    content: "\f012";
}

/* sub menu 1 icons */

#nav-menu-item-385::before {
    content:"\f06e";
}

#nav-menu-item-384::before {
    content:"\f085";
}

#nav-menu-item-387::before {
    content:"\f086";
}

#nav-menu-item-386::before {
    content:"\f15c";
}

#nav-menu-item-1784::before {
    content: "\f06e";
}

#nav-menu-item-1785::before {
    content: "\f0ad";
}

#nav-menu-item-1786::before {
    content: "\f1ae";
}


/* sub menu 2 icons */

#nav-menu-item-415::before {
    content: "\f1ae";
}

#nav-menu-item-1790::before {
    content: "\f06e";
}

#nav-menu-item-1781::before {
    content: "\f0ad";
}

#nav-menu-item-1782::before {
    content: "\f1ae";
}

#nav-menu-item-416::before {
    content: "\f183\f182";
}

#nav-menu-item-417::before {
    content: "\f234";
}

#nav-menu-item-418::before {
    content: "\f19d";
}

/* sub menu 3 icons */

#nav-menu-item-411::before {
    content: "\f02d";
}

#nav-menu-item-412::before {
    content: "\f0c0";
}

#nav-menu-item-413::before {
    content: "\f073";
}

#nav-menu-item-654::before {
    content: "\f2b5";
}

/* sub menu 4 icons */

#nav-menu-item-440::before {
    content: "\f0ad";
}

#nav-menu-item-441::before {
    content: "\f0c1";
}

#nav-menu-item-442::before {
    content: "\f07c";
}

#nav-menu-item-443::before {
    content: "\f012";
}

#nav-menu-item-1800::before {
    content: "\f0b2";
}

#nav-menu-item-1801::before {
    content: "\f085";
}

#nav-menu-item-1802::before {
    content: "\f0c0";
}

#nav-menu-item-2714::before {
    content: "\f2b5";
}

#nav-menu-item-1793::before {
    content: "\f1da";
}

#nav-menu-item-1794::before {
    content: "\f0ac";
}

#nav-menu-item-1795::before {
    content: "\f073";
}

#nav-menu-item-1796::before {
    content: "\f07c";
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/
 * CSS OVERLAY
 */

.site-footer__back-to-top {
    background-color: #FF6C6C;
}

.site-footer__back-to-top::after {
    content: '\f062';
    display: inline-block;
    font-size: 25px;
    margin-left: 4px;
    speak: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-family: FontAwesome;
    font-weight: 900;
    color: white;
    margin: 12px 0px 0px 8px;
    position: absolute;
    z-index: 0;
}

.site-footer__back-to-top {
    background-color: #FF6C6C;
    border-radius: 10pc;
    width: 60px;
    height: 60px;
}

.site-footer__back-to-top a {
    color: transparent!important;
    height: 60px;
    width: 60px;
    display: block;
    border-radius: 10pc;
    margin: -5px 0px 0 -10px;
    position: absolute;
    z-index: 1;
}

.entry-content h1 {

}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    margin: 10px 0px 0;
    max-width: 530px;
    padding: 10px;
    text-align: left;
}

.rss2html-note {
    display: none;
}

.entry-content ul,
.entry-content ol {
    line-height: inherit;
    margin: 0 0 1.2em 1.2em;
    padding: 0 0 0 0.9375em;
}

.site-content ul {
    list-style: disc;
}

.content li {
    list-style: disc;
    padding: 0;
    text-indent: 0px;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * FOOTER
 */
.site-map {
    margin-bottom: 20px!important;
}

#cookie-law-info-again {
    padding: 7px 15px;
    border-radius: 5px 5px 0px 0px;
}

#cookie-law-info-again:hover {
    background: rgba(74, 74, 74, 1) !important;
}

#cookie-law-info-bar {
    padding: 10px 0;
}

.row__col .row,
.row__col .whr-items {
    margin: 0;
}

.site-map ul {
    padding: 0;
    width: 100%;
}

.site-footer__social {
    bottom: -6.15rem;
    float: none;
    text-align: right;
    position: absolute;
}

.site-footer__row--border-bottom {
    border-bottom: none;
    box-shadow: none;
}

.call-to-action-row {
    background-color: transparent;
    color: #434343;
    padding: 15px 0 0 15px;
}

.site-footer {
    background: #f2f2f2;
    color: #4a4a4a;
}

.site-footer a, .site-footer a:visited {
    color: #4a4a4a;
    text-decoration: none;
    outline: 0px !important;
}

.site-footer .social-link a,
.site-footer .social-link a:hover,
.site-footer .social-link a:visited,
.site-footer .social-link a:focus {
    font-size: 25px;
    color: #4a4a4a;
}

.site-footer .menu-item a:hover,
.site-footer .menu-item a:visited:hover {
    text-decoration: underline !important;
    color: #4a4a4a;
}

.social-link i {
    background-color: #4a4a4a;
    padding: 7px 0 0 0px;
    font-size: 18px;
    color: #fff;
    border-radius: 10pc;
    width: 32px;
    text-align: center;
    height: 32px;
}

.social-link i:hover {
    background-color: #E9680C;
} 

.social-link-icon {
    fill: #ff6c6c;
    opacity: 1;
}

.list-inline {
    padding-left: 10px;
    margin: 0px 0 -5px;
}

.list-inline > li {
    padding-right: 0.2rem;
}

.column--footer p {
    margin-left: 15px;
    margin-bottom: 0;
}

.row {
    max-width: 72em;
}

.row__col--m-8 {
    width: 100%;
}

.row__col--l-2 {
    width: auto;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * MARKETTO
 */
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #156455 !important;
    border-color: #156455 !important;
    text-transform: none !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus-within {
    color: white;
    text-decoration: none !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    color: white;
    background: #10493e !important;
    border-color: #10493e !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus-within {
    background: #333333 !important;
    border-color: #333333 !important;
    outline: 0;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[disabled="disabled"] {
    background: #e1e1e1 !important;
    border: 2px solid #9b9b9b !important;
    color: #333333;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[disabled="disabled"]:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[disabled="disabled"]:active,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[disabled="disabled"]:focus,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[disabled="disabled"]:focus-within {
    background: #e1e1e1 !important;
    border: 2px solid #9b9b9b !important;
    color: #333333;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * BLOG
 */
.section--stripe {
    background-color: #fff;
}

.blog .padding {
    padding: 10px 0 10px 0;
}

.category .padding {
    padding: 10px 0 10px 0;
}

.category .post-filter--text {
    border-radius: 3px;
    margin: 10px 0 40px;
    padding: 7px 0;
}

.category .post-filter--text .filter.is-checked {
    padding: 12px 15px;
}

.category .post-filter--text .filter:hover {
    padding: 12px 15px;
}

.blog .post-filter--text {
    border-radius: 3px;
    margin: 10px 0 40px;
    padding: 7px 0;
}

.blog .post-filter--text .filter.is-checked {
    padding: 11px 15px!important;
}

.post-filter--text .filter,
.post-filter--text .filter:visited,
.post-filter--text .filter:focus,
.post-filter--text .filter:active {
    color: #fff;
    outline: 0px !important;
}

.blog .post-filter--text .filter:hover {
    padding: 11px 15px!important;
}

.blog-post--teaser {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 3px;
    font-size: 1rem;
    padding: 15px 15px 10px;
}

.page .blog-post--teaser {
    background-color: #f2f2f2;
    border-radius: 0px 0px 3px 3px;
    min-height: 215px;
    padding: 15px 15px 0px !important;
}

.single .blog-post--teaser {
    min-height: 410px;
}

.nav-menu--section li:hover {
    background-color: transparent;
}

.page-child .site-hero {
    max-height: 624px!important;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * COMMUNITY
 */
.site-hero__banner {
    top: 128px;
    background-color: rgba(68, 64, 89, 0.8);
}

.button--dismiss-hero-banner {
    top: 7px;
}

.spacing--double-left {
    margin-left: 0;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * RESOURCES
 */
a.text-color--black {
    color: #7f687d;
}

a.text-color--black:hover {
    color: #444059;
}

.media {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0 0 10px;
    min-height: 450px;
    overflow: hidden;
    padding: 15px 15px 10px 15px;
    border-radius: 3px;
}

h6, .h6, .h6 > p {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.57143;
    margin-bottom: 0;
    margin-top: 10px;
}

.post-filter--icon {
    border-bottom: medium none;
    border-top: medium none;
}

.post-filter__header {
    border-bottom: medium none;
    display: none;
}

.post-filter--icon .filter--all {
    border-right: medium none;
}

.post-filter--icon {
    margin-bottom: 0;
}

.post-filter--text {
    border-radius: 3px;
    margin: 10px 0 40px;
}

.post-filter--text .filter::after {
    content: none;
}

.post-filter--text .filter {
    background: none;
    padding: 0 15px;
    text-decoration: none;
    font-size: .9em;
}

.post-filter--text .filter:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    padding: 0 15px;
    text-decoration: none;
}

.post-filter--text .filter.is-checked {
    text-decoration: none;
    background: #ffffff none repeat scroll 0 0;
    padding: 0 15px;
}

.post-filter--text .filter.is-checked span {
    color: #7f687d;
    font-weight: bold;
}

.post-filter--text .filter:hover .filter--name,
.post-filter--text .filter:focus .filter--name,
.post-filter--text .filter.is-checked .filter--name {
    text-decoration: none;
}

.meta {
    display: none;
}

.media-left {
    float: none;
    margin-right: 0;
}

.post--teaser__image,
.post--teaser__image .media-object {
    height: auto;
    width: 100%;
    border-radius: 3px;
}

.media, .media-body {
    overflow: hidden;
}

.entry-summary p:last-child {
    margin-bottom: 10px;
}

.blog .search, .content-area {
    margin: 0;
}

.single-program .site-content {
    margin: 0;
}

p {
    line-height: 23px
}

.font-weight--light {
    font-weight: normal;
}

.entry-content {
    font-size: inherit;
    line-height: inherit;
}

h4, .h4, .h4 > p {
    font-size: inherit;
    line-height: inherit;
}

strong {
    font-weight: bold!important;
}

a, a:hover {
    color: #00458f;
    text-decoration: underline;
}

a:visited {
    color: #754587;
}

a:focus {
    outline: 1px solid #00458f;
}

strong {
    font-weight: 400;
}

/* increased margin to match the carousel text on a left align */
.layout-container {
    max-width: 72em;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * TOP LEVEL NAV
 */
.utility {
    background-color: #403d41;
    position: fixed;
    width: 100%;
}

.utility a {
    color: #ffffff;
    padding: 0.8125rem 0.5rem;
}

.button--charlie a {
    background-color: transparent;
    border-color: transparent;
}

.utility a:hover {
    background-color: transparent;
}

.menu-utility-container .button--beta a {
    background-color: transparent;
}

.menu-utility-container .button--beta a:hover {
    background-color: #10493e;
}

ul li, ol li {
    margin: 0 -5px 0 0;
}

.site-title {
    margin: 12px 0 0 1px;
}

.menu-utility-container .list-inline > li:nth-child(3) {
    padding-right: 3rem;
}

.menu-utility-container .list-inline > li:last-child {
    background-color: rgba(0, 0, 0, 0.2);
    padding-right: 0;
    margin-left: 10px;
}

.menu-utility-container .button--beta a:hover {
    border-radius: 0;
}

.utility__site-switcher .menu-item-depth-0 > a {
    background-color: transparent;
    color: #FFF;
    padding: 0.5rem 30px 0.5rem 0.5rem;
}

.utility__site-switcher .dropdown-toggle {
    background-color: transparent;
    height: 30px;
    right: 0;
    top: 2px;
    width: 30px;
    left: 122px;
}

.site-switcher__menu .site-switcher__sub-menu-arrow::after {
    content: '\f063';
    font-family: FontAwesome;
    font-weight: 900;
    color: #fff;
    display: block;
    width: 0;
    height: 0;
    margin-top: 3px;
    margin-left: 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    right: 30px;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * SEARCH
 */
.search-toggle.active::before {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.search-toggle.active::after {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.site-header__search-form .search-field {
    border: medium none;
    font-size: 1.25rem;
    height: 50px;
    padding: 10px;
    width: 100%;
}

.site-header__search-form .search-form {
    border: none;
    max-width: 569px;
    padding: 0;
    width: 100%;
}

button, input[type="submit"] {
    line-height: 43px;
}

.search .media {
    background: transparent;
    margin: 0 0 10px;
    min-height: auto;
    overflow: hidden;
    padding: 0;
    border-radius: 3px;
}

.search .media-left {
    float: left;
    margin-right: 20px;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * PRIMARY NAV
 */
.site-header.active {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

@media (max-width: 951px) {
    .header-container {
        height: auto !important;
        display: inherit;
    }
}

.header-container {
    height: 128px;
}

.sub-menu .row ul {
    max-width: 65rem;
}

.site-header {
    height: 88px !important;
    background-color: #ffffff;
    margin-top: 40px;
    position: fixed;
    width: 100%;
}

.site-header a:focus {
    outline: 0px !important;
}

.site-navigation ul {
    max-width: 69rem;
}

.home .primary-navigation {
    height: 88px;
    margin: 0;
}

.primary-navigation {
    height: 88px;
    margin: -13px 1px 0 -12px;
}

button,
input[type="submit"] {
    cursor: pointer;
}

.site-navigation__large-screen-container .main-menu-item > a {
    height: 88px;
    line-height: 88px;
}

.site-navigation__large-screen-container li:hover > a {
    background-color: #7f687d;
}

.home .site-header__search-form {
    margin: 0;
}

.site-header__search-form {
    background-color: rgba(240, 240, 240, 0.85);
    border-top: 0;
    margin: 12px 0 0;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * SUB MENU
 */
.site-navigation ul {
    color: #4a4a4a;
}

.site-navigation .sub-menu-title {
    color: #444059;
    font-size: 1.12em;
}

.site-navigation .menu-item__description {
    font-size: .9em;
    padding: 3px 0 0 0;
}

.site-navigation__large-screen-container .menu-item-has-children:hover > a::after,
.site-navigation__large-screen-container .menu-item-has-children.focus > a::after {
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    left: 16px;
    z-index: 3;
}

.site-navigation__large-screen-container .menu-item-has-children:hover > a::before,
.site-navigation__large-screen-container .menu-item-has-children.focus > a::before {
    border-bottom: 17px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    left: 31%;
    right: 60%;
    z-index: 2;
}

.site-navigation__large-screen-container .menu-item-has-children:hover > a::before {
    bottom: -4px;
}

.site-navigation__large-screen-container ul .sub-menu-container {
    border-top: none;
    padding: 0;
    top: 88px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #ececec 1%, #fff) repeat scroll 0 0;
    height: 200px;
}

.site-navigation__large-screen-container li li {
    border-width: 0;
    padding: 15px;
    text-align: center;
}

.site-navigation__large-screen-container li li::before {
    color: rgba(127, 104, 125, 0.5);
    display: block;
    font-size: 2.8em;
    text-align: center;
    font-family: FontAwesome;
    font-weight: 900;
    padding: 5px 0;
}

.site-navigation__large-screen-container li li:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #e1e1e1);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #e1e1e1);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #e1e1e1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #e1e1e1);
    min-height: 200px;
    cursor: pointer;
    padding: 15px;
}

.site-navigation__large-screen-container li li:hover > a,
.site-navigation__large-screen-container li li.focus > a,
.site-navigation__large-screen-container ul ul a:hover,
.site-navigation__large-screen-container ul ul li.focus > a {
    background-color: transparent;
    color: transparent;
    min-height: 160px;
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0 0 0 -134px;
    cursor: pointer;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
    color: transparent;
    cursor: pointer;
}

.site-navigation .menu-item__learn-more {
    color: transparent;
    cursor: pointer;
}

.site-navigation__large-screen-container li.focus > a,
.site-navigation__large-screen-container .main-menu-item.current_page_item > a,
.site-navigation__large-screen-container .main-menu-item.current-menu-ancestor > a,
.category .site-navigation__large-screen-container .menu-item--blog > a,
.tag .site-navigation__large-screen-container .menu-item--blog > a {
    background-color: #444059;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * CAROUSEL
 */
.caption-container strong {
    font-weight: normal!important;
}

.slide__caption {
    margin: 10% auto;
    max-width: 650px;
}

@media (max-width: 31.26em) {
    .slide__caption {
        top: 0;
        margin: 6% auto;
    }
}

@media (max-width: 44.6875em) {
    .slide__caption {
        top: 0;
        margin: 6% auto;
    }
}

@media (max-width: 59.375em) {
    .slide__caption {
        top: 0;
        margin: 6% auto;
    }
}

@media (max-width: 950px) {
    .slide__caption {
        top: 0;
        margin: 5% auto;
    }

    .slide__headline {
        font-size: 1.8em!important;
        line-height: normal;
    }
}

@media (max-width: 415px) {
    .slide__caption {
        top: 0;
        margin: 2% 0;
    }

    .slide__headline {
        font-size: 1.3em!important;
        line-height: normal;
        margin-bottom: 5px!important;
    }

    .slide__subheadline {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .mktoForm .mktoFormRow .mktoField {
        height: 40px;
        width: 100% !important;
    }

    .mktoForm .mktoFormRow .mktoField[type="checkbox"] {
        width: auto !important;
    }

    .mktoForm,
    .mktoForm * {
        padding: 1px 0!important;
    }

}

.site-hero--carousel .slide__headline {
    letter-spacing: normal;
    font-size: 2.2em;
    line-height: 40px;
}

.site-hero--carousel .flex-control-nav li a:focus,
.site-hero--carousel .flex-control-nav li a:focus-within {
    outline: none !important;
}

.slide__subheadline {
    font-weight: 400!important;
}

.slide__headline {
    letter-spacing: normal;
    font-size: 3em;
    line-height: normal;
    margin-bottom: 20px;
}

.caption-container .text-transform--uppercase {
    text-transform: uppercase;
    font-weight: 800 !important;
}

.page-child .site-hero {
    margin-bottom: 0;
    max-height: 584px;
    top: 0;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * TESTIMONIALS
 */
blockquote p {
    line-height: 30px!important;
}

figure {
    margin: 60px 0 0!important;
}

.success-block {
    background-color: #ececec;
    color: #4a4a4a;
}

.success-block__content {
    font-size: inherit;
    line-height: inherit;
}

.success-block h3 {
    color: #4a4a4a;
}

.button--alpha-inverse a {
    background-color: #bf5000;
    border: none;
}

.button--alpha-inverse a:focus,
.button--alpha-inverse a:hover {
    background-color: #9a3814;
    border: none;
    text-decoration: none !important;
}

.module-row--testimonials {
    padding-bottom: 3rem;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * 3RD LEVEL NAV
 */
.section-nav li {
    border-left: none;
    border-right: none;
    width: 20%;
}

.section-nav {
    background-color: rgba(68, 64, 89, 1);
    position: relative;
    z-index: 2;
}

.section-nav a {
    text-decoration: none;
}

.section-nav a:focus, .section-nav a:focus-within {
    outline: 0px !important;
}

.section-nav a:visited {
    color: #ffffff !important;
}

.section-nav .current_page_item a,
.section-nav .current_page_item a:visited {
    background-color: #fff;
    color: #444059 !important;
}

.section-nav .current_page_item a:hover {
    background-color: #fff;
}

.section-nav a:hover {
    background-color: #7f687d;
}

.section-nav .current_page_item {
    background-color: transparent;
}

.section {
    padding: 3rem;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * TABS
 */
.tabs {
    margin-bottom: 2rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 68rem;
}

.tab__text-primary,
.tab__text-secondary {
    font-size: inherit;
}

.resp-tab-item {
    font-size: 1.1rem;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white;
}

.resp-tabs-container {
    background-color: #fff;
    color: #4a4a4a;
}

.tabs li {
    border-color: transparent!important;
}

.resp-tab-active {
    color: #000!important;
    background-color: #fff!important;
}

.tabbed--complex .tab__secondary {
    background: #f6f6f6;
}

.tab__primary h3 {
    color: #4a4a4a;
}

.tab__text-primary,
.tab__text-secondary {
    line-height: inherit;
}

.tab-inverse {
    color: #4a4a4a;
}


/**
 * CSS pulled from Wordpress Backend.
 * Intended for https://itslearning.com/dev
 * CTA BUTTONS
 */
.button--delta a {
    background-color: #156455;
    border-radius: 4px;
}

.button--delta a:hover {
    background-color: #10493e;
    border-radius: 4px;
}

@media (max-width: 950px) {
	.row--site-map {
		display: grid;
	}

    .page .blog-post--teaser {
        margin-bottom: 15px;
    }

    .flex-direction-nav {
        display: none;
    }

    .site-header {
        margin-top: 0px;
        position: static;
    }

    .menu-toggle {
        top: 15px;
    }

    .toggled-on .menu-toggle {
        background-color: #444059;
    }

    .primary-navigation {
        height: 88px;
        margin: 0;
    }

    .dropdown-toggle {
        width: 50px;
        height: 50px;
        right: 5px;
        top: 0px;
        background: transparent;
        padding: 0;
    }

    .dropdown-toggle::after {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
        position: absolute;
        top: 2px;
        right: 30px;
        content: "+";
        font-size: 24px;
        font-weight: 300;
    }

    .dropdown-toggle.toggled-on::after {
        border: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        content: "_";
        top: -9px;
        right: 29px;
    }

    .site-navigation__small-screen-search .search-field,
    .site-navigation__small-screen-primary .search-field {
        margin: 5px 0 0 10px;
    }

    select,
    textarea,
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"] {
        max-width: 40rem;
    }

    .site-navigation__small-screen {
        margin-top: 12px;
    }

    .button--beta a {
        padding: 8px 14px;
        font-size: 12px;
        display: initial;
    }

    .button--alpha a {
        padding: 8px 14px;
        font-size: 12px;
    }

    .button--alpha-inverse a {
        padding: 8px 14px;
        font-size: 12px;
    }

    .button--delta a {
        padding: 8px 14px;
        font-size: 12px;
        display: initial;
    }

    .flex-direction-nav a {
        top: 40%;
    }

    .site-hero--carousel .caption-container {
        margin-left: 0;
    }

    .section {
        padding: 1rem;
    }

    h2.resp-tab-active {
        border: 0 solid #403d41 !important;
    }

    h2.resp-tab-active span.resp-arrow {
        border-bottom: 12px solid #403d41;
    }

    h2.resp-accordion {
        border-top: 1px solid #403d41 !important;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .tabbed--complex .tab__secondary {
        min-height: auto;
    }

    .spacing--double-right {
        margin-right: 0;
    }

    .social-navigation .list-inline {
        padding-left: 0;
        margin: 0 0 30px;
        text-align: center;
        min-width: 230px;
		height: 0;
    }

    .column--footer p {
        text-align: center;
        margin: 60px 15px 20px;
    }

    .call-to-action-row {
        padding-left: 0;
    }

    .quote-block__quote::before {
        left: -20px;
        width: 95px;
    }

    .site-navigation__small-screen .menu-item > a {
        padding: 15px 10px 15px 35px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        display: block;
    }

    .site-navigation .current_page_item > a,
    .site-navigation .current_page_ancestor > a,
    .site-navigation .current-menu-item > a,
    .site-navigation .current-menu-ancestor > a {
        color: #fff;
    }

    .site-navigation__small-screen .menu-item > a:hover {
        background-color: rgba(0, 0, 0, .05);
    }

    .site-navigation__small-screen-search .sub-menu .current-menu-item a,
    .site-navigation__small-screen-primary .sub-menu .current-menu-item a {
        background-color: #cec5d1;
    }

    .site-navigation__small-screen-search,
    .site-navigation__small-screen-primary {
        background-color: #444059;
        padding: 0.625rem 0 0;
    }

    .site-navigation li {
        border-top: none;
    }

    .menu-utility-small-screen-container ul > li:last-child a {
        background-color: #156455;
        color: #fff;
    }

    .menu-utility-small-screen-container ul > li:last-child a:hover {
        background-color: #42a07e;
        color: #fff;
    }

    .primary-navigation .site-navigation__small-screen {
        border: none;
    }

    .post-filter--text .filter {
        font-size: .68em!important;
        border-radius: 3px;
        line-height: 20px;
        margin: 3px;
        padding: 5px 10px;
    }

    .post-filter--text .filter:hover {
        padding: 5px 10px;
    }

    .post-filter--text {
        padding: 5px;
        border-radius: 3px;
        margin: 0px 0 20px;
    }

    .post-filter--text .filter.is-checked {
        padding: 5px 10px;
    }

    .post-filter--icon {
        display: none;
    }

    #filters h2,
    .h2 {
        font-size: 1rem;
    }

    .media {
        min-height: auto;
    }

    .blog .search,
    .content-area {
        margin: 0;
    }

    .blog .post-filter--text .filter {
        font-size: .58em !important;
    }

    .blog .display--inline-block {
        display: inline-flex;
    }

    .blog .post-filter--text .filter {
        padding: 5px;
    }

    .blog .post-filter--text .filter:hover {
        padding: 5px 5px !important;
    }

    .category .row__col {
        padding-left: 0;
        padding-right: 0;
    }

    .category .post-filter--text .filter {
        font-size: .58em !important;
    }

    .category .display--inline-block {
        display: inline-flex;
    }

    .category .post-filter--text .filter {
        padding: 5px;
    }

    .category .post-filter--text .filter:hover {
        padding: 5px 5px !important;
    }

    .category .post-filter--text .filter.is-checked {
        padding: 5px!important;
    }

    .page-title {
        font-size: 1.9rem!important;
    }

    .sitemap row {
        display: none;
    }

    .section-nav {
        display: none;
    }

    .site-hero__banner {
        top: 0;
        font-size: .8rem;
    }

    .site-hero--carousel .slide__caption {
        max-width: 700px;
        top: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .slide__headline {
        font-size: 1.8em !important;
        line-height: 36px !important;
    }

    .slide__caption {
        max-width: 495px;
        top: 70px;
    }

    .caption-container {
        width: 50%;
    }

    .column--footer {
        text-align: center;
    }

    .social-navigation .list-inline {
        width: 46.3rem;
    }

    .column--footer p {
        text-align: center;
        margin: 0 125px 20px;
    }

    .site-footer__row--border-bottom {
        text-align: center;
    }

    .section-nav .current_page_item {
        background-color: #fff;
    }

    .post-filter--text {
        font-size: 1.5rem;
    }

    .blog-post--teaser {
        min-height: 330px !important;
        padding: 15px 15px 10px;
        border-right: 5px solid #fff;
        border-left: 5px solid white;
    }
}

.post--teaser > div.spacing--bottom-zero.text-align--center.padding {
    padding: 0.875rem !important;
}

.module-row--testimonials .module-row.padding{
    padding: 0.875rem !important;
}


/** REMOVES KEY DEVELOPMENT SECTION **/

.key-developments {
    display: none;
}

.product-roadmap__section-title {
    margin: 3rem 0rem;
}


/** Global Class for dark background form **/

.dark-background-form .mktoFormRow label {
    color: #fff !important;
}


/** Navigation Resposive Fixes **/

.primary-navigation .sub-menu li {
    margin: 0px !important;
}

@media (min-width: 320px) {
    #primary-navigation {
        font-size: 17px;
    }

    .blog-post--teaser {
        min-height: 290px;
    }
}

@media (min-width: 600px) {
    .blog-post--teaser {
        min-height: 300px;
    }
}

@media (min-width: 750px) {
    .blog-post--teaser {
        min-height: 310px;
    }
}

@media (min-width: 950px) {
    #primary-navigation {
        font-size: 11px;
    }

    .site-navigation__large-screen-container ul .sub-menu-container {
        height: 140px;
    }

    .site-navigation__large-screen-container li li:hover {
        min-height: 140px;
    }

    .blog-post--teaser {
        min-height: 360px;
    }
}

@media (min-width: 1020px) {
    #primary-navigation {
        font-size: 13px;
    }

    .site-navigation__large-screen-container ul .sub-menu-container {
        height: 160px;
    }

    .site-navigation__large-screen-container li li:hover {
        min-height: 160px;
    }
}

@media (min-width: 1150px) {
    #primary-navigation {
        font-size: 17px;
    }

    .site-navigation__large-screen-container ul .sub-menu-container {
        height: 200px;
    }

    .site-navigation__large-screen-container li li:hover {
        min-height: 200px;
    }
}

.site-navigation__large-screen-container ul li.current-menu-item .main-menu-link {
    color: #FFFFFF !important;
    background-color: #444059 !important;
}


/* Adds Z-Index to the site header */
.site-header {
    z-index: 11;
}


/* Sticky navigation class for the sub menus */
.sub-menu-sticky {
    position: fixed;
    width: 100%;
    top: 128px;
}


/* Adds Custom CSS for the thin, wide, and equal columns, making sure we do not change the nested theme */
@media (min-width: 320px) {
    .thin-wide .row__col:nth-child(1),
    .thin-wide .row__col:nth-child(2) {
        width: 100%;
        margin: 0px !important;
    }

    .wide-thin .row__col:nth-child(1),
    .wide-thin .row__col:nth-child(2) {
        width: 100%;
        margin: 0px !important;
    }

    .equal-width .row__col:nth-child(1),
    .equal-width .row__col:nth-child(2) {
        width: 100% !important;
    }
}

@media (min-width: 950px) {
    .thin-wide .row__col:nth-child(1),
    .wide-thin .row__col:nth-child(2) {
        width: 40%;
        margin: 0px !important;
    }

    .wide-thin .row__col:nth-child(1),
    .thin-wide .row__col:nth-child(2) {
        width: 60%;
        margin: 0px !important;
    }

    .equal-width .row__col:nth-child(1),
    .equal-width .row__col:nth-child(2) {
        width: 50% !important;
    }
}


/*Blog H1 Styles */
.post .entry-header .entry-title {
    font-size: 2.5rem !important;
    line-height: normal !important;
    text-transform: none !important;
}


/* Truncate blog post and resource content */
.blog-post--teaser .entry-header, .post--teaser .entry-header,
.post--teaser .entry-summary p, .blog-post--teaser .entry-summary p {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow:ellipsis;
    -moz-binding:url(ellipsis-xbl.xml#ellipsis);
    -o-text-overflow:ellipsis;
    margin-bottom: 0;
}

.blog-post--teaser .entry-summary p {
    max-height: 5rem;
    min-height: 70px;
    -webkit-line-clamp: 3;
}

.post--teaser .entry-summary p {
    max-height: 5rem;
    -webkit-line-clamp: 4;
}

.post--teaser .entry-header {
    -webkit-line-clamp: 3;
}

.post--teaser .entry-header a,
.blog-post--teaser .entry-header a {
    color: #000000;
    text-decoration: none;
}

.blog-post--teaser .entry-header {
    -webkit-line-clamp: 3;
}

.post--teaser .entry-header .h6 {
    margin: 0px;
}


/* Firefox does not support line-clamp */
@-moz-document url-prefix() {
    .blog-post--teaser, .post--teaser {
        background: #f7f7f7;
    }

    .post--teaser .entry-header {
        position: relative;
    }

    .blog-post--teaser .entry-header {
        position: relative;
    }

    .blog-post--teaser .entry-header:after,
    .post--teaser .entry-header:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1.5em;
    }

    .read-more {
        display: inherit;
        margin: 10px 0;
    }

    .blog-post--teaser .entry-summary p,
    .post--teaser .entry-summary p {
        position: relative;
        height: 3.6em;
    }

    .blog-post--teaser .entry-summary p:after,
    .post--teaser .entry-summary p:after {
        content: " ";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1.5em;
    }
}

/* Sets the Hero FAQ Plugin to Left Justified */
.hfaq .hfaq__question {
    text-align: left !important;
}

.back-to-resources-btn {
    padding-top: 50px !important;
}

.back-to-resources-btn i {
    padding-right: 10px;
}

.resource-section {
    padding: 0em !important;
}

/* FAQ Concertina */
/* individual FAQ item */
.faq_item {
    background: #f2f2f2;
    cursor: pointer;
    text-align:left;
    border-radius: 5px;
}

.faq_item li{
    list-style: disc;
    margin: 0 0 5px 30px;
}

/* FAQ question area and link */
.faq_q {
    background: #7F687D;
    color: #ffffff;
    padding: 16px;
    font-size: 20px;
}

.faq_q:focus{
    outline: none;
}

/* FAQ answer area - initial state is 'display:none' which is toggled by clicking on question link */
.faq_a {
    color: #4a4a4a;
    padding: 12px 16px;
    display: none;
}

.faq_a p {
    margin-bottom: 8px;
    line-height: 1.5em;
}

.faq_a::before {
    content: '\f106';
    float: right;
    font-family: FontAwesome;
    font-weight: 900;
    margin: -50px 0px 0 0;
    color: white;
    font-size: 20px;
    background: #7F687D;
}

.faq_q::after {
    content: '\f107';
    float: right;
    font-family: FontAwesome;
    font-weight: 900;
    margin: 5px 0 0 0;
    color: white;
}

.faq_a p:last-child {
    margin-bottom: 0;
}

.faq_q:focus {
    box-shadow: none;
}

.faq_item {
    background: #ffffff;
    cursor: pointer;
}


/* Module Row defaults to left aligned */
.module-row {
    text-align: left;
}

/* Centers the Header in the Headline module */
.module-row.text-align--center,
.module-row.text-align--center.bp-left h2,
.module-row.text-align--center.bp-center h2 {
    text-align: center !important;
}

/* Left aligns the content within the module */
.module-row.text-align--center.content-left,
.module-row.text-align--center.bp-left ul,
.module-row.text-align--center.bp-center ul {
    text-align: left !important;
}

/* Places padding on the ul elements to match headers */
.module-row.text-align--center.content-left ul,
.module-row.text-align--center.bp-left ul,
.module-row.text-align--center.bp-center ul {
    padding: 0px 0px 0px 20px;
}

/* Adds padding to li elements */
.module-row.text-align--center.content-left ul li,
.module-row.text-align--center.bp-left ul li,
.module-row.text-align--center.bp-center ul li {
    padding-bottom: 5px;
}

/* Adds the bullet points to the list */
.module-row.text-align--center.content-left ul,
.module-row.text-align--center.content-left ul li,
.module-row.text-align--center.bp-left ul,
.module-row.text-align--center.bp-left ul li {
    margin: 0px !important;
    list-style: inherit !important;
}

/* Adds a max width for centered bullets */
.module-row.text-align--center.bp-center ul {
    max-width: 300px;
    margin: auto;
}

/* Adds bullets to centered ul */
.module-row.text-align--center.bp-center ul,
.module-row.text-align--center.bp-center ul li {
    list-style: inherit !important;
}

/* Removes margin on the search results page */
.search-results #primary, .blog #primary {
    margin-top: 0px !important;
}

.search-results .entry-header, .search-results p {
    min-height: 0px !important;
}

/* Styles the Mktoform */
.subscription-form form,
.one-col-form form,
.subscription-form-2 form {
    width: 100% !important;
    max-width: 650px;
    margin: auto;
    position: relative;
}

.subscription-form .mktoFormRow,
.subscription-form .mktoButtonRow,
.one-col-form .mktoFormRow,
.one-col-form .mktoButtonRow,
.subscription-form-2 .mktoFormRow,
.subscription-form-2 .mktoButtonRow {
    width: 100% !important;
    max-width: 100% !important;
}

.subscription-form .mktoFieldWrap,
.subscription-form .mktoButtonRow,
.one-col-form .mktoFieldWrap,
.one-col-form .mktoButtonRow,
.subscription-form-2 .mktoFieldWrap {
    width: 100% !important;
    padding: 0px 10px;
    box-sizing: border-box;
}

.subscription-form-2 .mktoButtonRow {
    width: 26% !important;
    position: absolute;
    right: 0px;
    top: -12px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.subscription-form #Email,
.subscription-form #Country,
.subscription-form #Detailed_Establishment_Type_IS__c,
.one-col-form #Email,
.subscription-form-2 #Email {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.subscription-form .mktoHtmlText,
.one-col-form .mktoHtmlText,
.subscription-form-2 .mktoHtmlText {
    width: 100% !important;
    padding-top: 10px;
}

.subscription-form .mktoButtonRow,
.one-col-form .mktoButtonRow,
.subscription-form-2 .mktoButtonRow {
    text-align: center;
}

.page-id-9526 #reports {
    padding-top: 0px;
}

.subscription-form-2 .mktoFieldDescriptor {
    width: 73% !important;
}

.marketo-header {
    padding-bottom: 0px;
}

@media (min-width: 320px) {
    .subscription-form form > div:nth-child(3) > div.mktoFieldDescriptor.mktoFormCol {
        width: 100% !important;
    }
}

@media (min-width: 650px) {
    .subscription-form .mktoFieldDescriptor {
        width: 50% !important;
    }

    .subscription-form form > div:nth-child(3) > div.mktoFieldDescriptor.mktoFormCol {
        width: 100% !important;
    }
}

.flex-direction-nav a {
    outline: 0px !important;
}

.header-container a {
    text-decoration: none !important;
}

.link-light, .link-light:hover,
.link-light:active:hover, .link-light:visited,
.link-light:visited:hover, .link-light:focus {
    color: #ffffff;
    text-decoration: underline;
}


.center-block {
    display:none;
}

button.mfp-close {
    margin:30px;
}

.mfp-close {
    background:url("https://itslearning.com/global/wp-content/uploads/sites/20/2019/01/close-1.png") no-repeat;
    width: 50px;
    top:0;
    right:0;
    height:50px;
    background-size: 100%;
}

.mfp-close:active {
    top: 0px;
}

.mfp-bg {
    background: #000;opacity: 0.7;filter: alpha(opacity=70);
}

.white-popup {
    padding: 5rem 5rem 5rem 3rem;
}

/* Below Code is for the "Upper Footer" */
.upper-footer-container {
    background-color: #444059;
    position: relative;
}

.slogan-container p {
    margin: 0px;
}

.flex-row {
    max-width: 72em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    z-index: 3;
}

.left-block {
    background-color: #313131;
    right: 0px;
    top: 0px;
}

.left-block.d-none {
    display: none;
}

.d-none {
    display: none;
}

.slogan-container {
    display: flex;
    align-items: center;
}

.slogan-container h3 {
    color: #ffffff;
    margin: 0px;
}

.col h4 {
    color: #fff;
    font-size: 23px;
}

.flex-row .mktoForm {
    width: 100% !important;
    position: relative;
    margin: 0px;
}

.flex-row .mktoLabel {
    display: none;
}

.flex-row .mktoCheckboxList {
    float: none !important;
    display: inline-block;
    width: auto !important;
}

.flex-row .mktoHtmlText {
    color: #ffffff;
    width: auto !important;
    padding-top: 0.3em;
    margin-left: 10px !important;
}

.two-col-form .mktoField,
.two-col-form .mktoField {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
}

.flex-row .mktoForm .mktoFormRow:nth-child(2) {
    width: 100%;
    padding-right: 125px;
    display: flex;
}

.flex-row .two-col-form .mktoForm .mktoFormRow:nth-child(2) .mktoFieldDescriptor,
.flex-row .two-col-form .mktoForm .mktoFormRow:nth-child(2) .mktoFieldWrap,
.flex-row .two-col-form .mktoForm .mktoFormRow:nth-child(2) .mktoField {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
    padding: 0px 5px;
}

.flex-row .one-col-form .mktoForm .mktoFormRow:nth-child(2) .mktoFieldDescriptor,
.flex-row .one-col-form .mktoForm .mktoFormRow:nth-child(2) .mktoFieldWrap,
.flex-row .one-col-form .mktoForm .mktoFormRow:nth-child(2) .mktoField {
    width: 100% !important;
    max-width: 100%;
}


.flex-row .mktoForm .mktoFormRow:nth-child(3),
.flex-row .mktoForm .mktoFormRow:nth-child(4) {
    width: auto;
    display: flex;
}

.flex-row .mktoForm .mktoFormRow:nth-child(4) {
    padding-left: 20px;
}

.flex-row .mktoForm .mktoButtonRow {
    position: absolute;
    right: 0px;
    width: auto !important;
    top: 0px;
}

.flex-row .mktoForm .mktoButtonRow .mktoButton {
    margin-top: 0px !important;
    height: 45px;
}

.social-link {
    margin-right: 5px;
}

.footer-header {
    margin-left: 10px;
}

.footer-logo {
    padding: 0px 0px 10px 15px;
}

@media (min-width: 320px) {
    .upper-footer-container {
        padding: 0px;
    }

    .flex-row {
        display: block;
        padding: 0px;
    }

    .flex-row .col {
        width: 100%;
        padding: 30px 15px;
    }

    .left-block {
        display: none;
    }

    .form-container {
        background-color: #313131;
    }
}

@media (min-width: 768px) {
    .upper-footer-container {
        padding: 15px 0px;
    }

    .flex-row {
        display: flex;
        padding: 0px;
    }

    .flex-row .col {
        width: 50%;
        padding: 15px 15px;
    }

    .left-block {
        display: block;
        position: absolute;
        width: 50%;
        height: 100%;
    }
}

/* Ends "Upper Footer" code */

/* Styles the fronter mobile navigation */
.fronter-mobile-navigation {
    background-color: rgba(68, 64, 89, 1);
}

.fronter-mobile-navigation ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.fronter-mobile-navigation ul li {
    display: block;
}

.fronter-mobile-navigation li a {
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 1.45rem;
    padding: 25px 0px;
}

.fronter-mobile-navigation ul li.active a {
    background-color: #ffffff;
    color: #444059;
}

@media (min-width: 300px) {
    .fronter-mobile-navigation {
        display: inherit;
    }

    .fronter-mobile-navigation.large-inner {
        display: inherit;
    }

    .n-uc-17099bd546168 .n-uc-17099bd546168-inner {
        display: none !important;
    }

    .n2-ss-shape-divider-bottom {
        display: none;
    }
}

@media (min-width: 768px) {
    .fronter-mobile-navigation {
        display: none;
    }

    .fronter-mobile-navigation.large-inner {
        display: inherit;
    }

    .n-uc-17099bd546168 .n-uc-17099bd546168-inner {
        display: flex !important;
    }

    .n2-ss-shape-divider-bottom {
        display: inherit;
    }
}

@media (min-width: 950px) {
    .fronter-mobile-navigation.large-inner {
        display: none;
    }
}

.widget-area .row--site-map .widget-first {
    padding-left: 15px !important;
}

.read-more {
    word-break: break-all;
}


/* Styles the Cookie-Pro plugin banner. */

#onetrust-consent-sdk #onetrust-banner-sdk :focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline-color: transparent!important;
    outline-width: 0!important;
    border-radius: 7px!important;
}

.onetrust-pc-dark-filter {
    background: rgba(0,0,0,0.8);
	}

#onetrust-banner-sdk .ot-sdk-row {
	padding: 30px!important;
}

#onetrust-banner-sdk p {
    margin: 0 0 15px 0 !important;
}

#onetrust-banner-sdk #onetrust-policy-title {
	padding: 0!important;
}

#onetrust-banner-sdk #onetrust-group-container {
    width: 100% !important;
}

#onetrust-banner-sdk #onetrust-policy-text {
    font-size: 15px !important;
    text-align: center !important;
	margin: 0!important;
}

#onetrust-banner-sdk #onetrust-button-group-parent {
    width: 100% !important;
	padding: 0 !important;
}

#onetrust-banner-sdk h3, #onetrust-pc-sdk h3, #ot-sdk-cookie-policy h3 {
    font-size: 2em !important;
	margin: 0 0 10px 0 !important;
}

#onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler  {
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 0 !important;
    padding: 12px 10px !important;
    min-width: max-content !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
	background-color: #3ca63a !important;
}

#onetrust-banner-sdk #onetrust-pc-btn-handler {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #1376AE !important;
}

#onetrust-banner-sdk :not(.ot-leg-btn-container) > button:hover{
	opacity: 1 !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler {
    background-color: #3ca63a; !important;
    color: white !important;
    border-color: #3ca63a; !important;
}

@media screen and (min-width: 320px) {
    #onetrust-button-group {
        display: flex !important;
        flex-direction: column-reverse;
    }

    #onetrust-pc-btn-handler,
    #onetrust-accept-btn-handler {
        width: 100% !important;
    }
}

#onetrust-banner-sdk .banner-actions-container {
    width: 100%!important;
    display: inline-flex!important;
}


@media screen and (min-width: 550px) {
    #onetrust-button-group {
        display: inline-flex !important;
        flex-direction: row;
    }
}

#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    position: inherit !important;
    top: unset !important;
    left: unset !important;
    transform: none !important;
}

#onetrust-policy-text {
    float: none !important;
}

#onetrust-banner-sdk #onetrust-policy {
    margin: 0em !important;
}

#onetrust-button-group-parent {
    margin-left: 0px !important;
}

#onetrust-banner-sdk #onetrust-button-group {
    margin-right: 0 !important;
	display: inline-flex !important;
	justify-content: end!important;
	margin: 30px 0 0 0!important;
}

#onetrust-banner-sdk .ot-sdk-columns{
	float: none!important;
}


/* Fixes the active :focus on the Cookie Setting button after translation occurs */

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-banner-sdk input[type="submit"]:focus,
#onetrust-banner-sdk input[type="reset"]:focus,
#onetrust-banner-sdk input[type="button"]:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk input[type="submit"]:focus,
#onetrust-pc-sdk input[type="reset"]:focus,
#onetrust-pc-sdk input[type="button"]:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy input[type="submit"]:focus,
#ot-sdk-cookie-policy input[type="reset"]:focus,
#ot-sdk-cookie-policy input[type="button"]:focus {
    opacity: 1 !important;
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container) > button:hover,
#onetrust-banner-sdk input[type="submit"]:hover,
#onetrust-banner-sdk input[type="reset"]:hover,
#onetrust-banner-sdk input[type="button"]:hover,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:hover,
#onetrust-pc-sdk input[type="submit"]:hover,
#onetrust-pc-sdk input[type="reset"]:hover,
#onetrust-pc-sdk input[type="button"]:hover,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container) > button:hover,
#ot-sdk-cookie-policy input[type="submit"]:hover,
#ot-sdk-cookie-policy input[type="reset"]:hover,
#ot-sdk-cookie-policy input[type="button"]:hover {
    opacity: 0.7 !important;
}

/* Events */
#tribe-filter-PaidFree UL LI:not(:first-child) {
    display: none;
}

/* New HubSpot forms */
.hs-richtext h1 {
    font-weight: 600;
    font-size: 48px;
    margin: 0 auto 40px !important;
}
    
.hs-form {
    width: 100%;
    text-align: left;
    max-width: 600px!important;
}
    
.hs-form input[type="text"], .hs-form input[type="email"], .hs-form input[type="tel"] {
    border: 1px solid #d0d0d0;
    width: 100%;
    max-width: 600px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #626262;
    margin: 10px 0;
}

.hs-form input[type="email"]:focus, .hs-form input[type="text"]:focus, .hs-form input[type="tel"]:focus{
    border: solid 1px #626262;
    outline: none;
    box-shadow: 0 0 3px 1px #ddd;
}

.hs-form textarea:focus {
    border: solid 1px #626262;
    outline: none;
    box-shadow: 0 0 3px 1px #ddd;
}

.hs-form textarea {
    margin: 10px 0;
    border: 1px solid #626262;
}

.hs-form select {
    appearance: auto;
    max-width: 600px;
    border: 1px solid #d0d0d0;
    width: 100%;
    max-width: 600px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #626262;
    margin: 10px 0;
}

.hs-form .hs-form-required {
padding: 3px;
color: #B30000;
}

.hs-form .hs_error_rollup{
margin-top: 40px !important;
font-weight: normal;
color: #B30000;
}

.hs-form .hs-error-msg{
margin: 10px 0 0;
font-weight: normal;
color: #B30000;
}

.hs-form .entry-content ul {
margin: 0 !important;
padding: 0 !important;
}

.hs-form .hs-error-msgs li {
list-style: none!important;
}

.hs-form label {
    display: block;
}

.hs-form .hs-field-desc{
padding: 5px 0 0;
font-weight: normal;
}

.hs-form .hs-form-field{
font-weight: bold;
box-sizing: border-box;
margin: 15px 0;
}

.hs-form .hs-form-field.error {
    background-color: rgba(255,0,0,.2);
    padding: 15px;
    border-radius: 6px;
}

.hs-form .hs-form-checkbox{
    font-size: 16px;
}

.hs-form .hs-form-checkbox-display {
    font-weight: normal;
    text-indent: -25px;
}

.hs-form .hs-dependent-field ul {
    margin:20px 0 20px 0px;
}

.hs-form .hs-fieldtype-checkbox ul{
    margin:15px!important;
}

.hs-form .hs-fieldtype-checkbox li{
    margin: 10px;
}

.hs-form input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: -3px 5px 0 0;
}

.hs-form  .hs-fieldtype-radio ul{
    font-weight: normal;
    list-style: none;
    margin:20px!important;
}

.hs-form .hs-fieldtype-radio ul span{
    font-weight: normal;
}

.hs-form input[type="radio"] {
    border: 1px solid #d0d0d0;
    height: 20px;
    width: 20px;
    margin: 0 5px;
}

.hs-form .hs-form-radio-display {
    font-weight: normal;
    text-indent: -25px;
}

.hs-form input[type="file"] {
    margin: 20px 0;
}

.hs-form .hs-dependent-field ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    display: block;
    margin-left: 25px;
}

.hs-form .legal-consent-container input[type="checkbox"] {
    margin: 2px 5px 0 0;
}

.hs-form .hs_initial_opt_in_to_database_emails ul{
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal;
}


.hs-form .hs_opt_in_to_database_emails__c ul li{
    list-style: none!important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal;
} 

.hs-form .hs_opt_in_to_database_emails__c ul{
    padding: 0 !important;
    margin: 0 !important;
} 

.hs-error-msgs {
    padding: 0 !important;
    margin: 0 !important;
}

.hs-form .fn-date-picker .pika-button {
    background: #fff;
}

.hs-form .fn-date-picker .pika-button:hover {
    border-radius: 0px !important;
}

.hs-form .fn-date-picker .is-selected .pika-button {
    color: #fff;
    background: #E9680C;
    border-radius: 0px;
    box-shadow: none;
}

.hs-form .fn-date-picker .pika-button:hover {
    background: #4a4a4a !important;
}

.hs-form .fn-date-picker .is-today .pika-button {
    color: #000;
}

.hs-form .hs-button.large.primary{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='white' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'></path></svg>");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 75% center;
    font-family: Lato, Helvetica, Arial, 'Droid Sans', sans-serif;
    font-size: 81.25%;
    line-height: initial !important;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 14px 50px 14px 40px;
    text-decoration: none;
    color: #ffffff;
    background-color: #3ca63a;
    border: none;
    border-radius: 0;
    transition: all 0.25s ease;
    text-transform: uppercase;
    margin: 20px 0;
}

.hs-form .hs-button.large.primary:hover {
    transform: scale(1.07);
    transition: all 0.25s ease;
    background-color: #3ca63a;
}

.hs-form button::-moz-focus-inner, .hs-form [type="button"]::-moz-focus-inner, .hs-form [type="reset"]::-moz-focus-inner, .hs-form [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}