/*
Theme Name: nja
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 6.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nja
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nja is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

p a { color: rgb(100, 149, 237); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}*/

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/* Custom Styles  */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 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.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    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: 0.54;
}

/**
 * 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 */
}

@charset
"UTF-8"
;




/*------------------------------------*    #foundation
\*------------------------------------*/
/*------------------------------------*
    built with Bourbon / Neat
    Based on Atomic principles, with BEM & OOCSS + namespacing
    https://www.iotacss.com/
    http://cssguidelin.es/
    https://github.com/inuitcss/inuitcss

\*------------------------------------*/
/**
 * CONTENTS
 *
 * SETTINGS - Global variables and settings/config
 *
 *  E.g. colors, grid sizes, typography sizes, breakpoints etc
 *
 *
 * TOOLS - Default Mixins & Functions
 *
 *  E.g. breakpoint mixin, modular scale mixin etc
 *
 *
 * GENERIC - (normalize, reset, etc.)
 *
 *
 * BASE - unclassed HTML Elements
 *
 *  E.g. initialize ( iotaCSS’s modern reset and normalize combination ) default margins in paragraphs, headings etc
 *
 *
 * OBJECTS - Wrappers & scaffolding
 *
 *  E.g. grid, media object, list, container etc
 *
 *
 * COMPONENTS - Design components and UI blocks
 *
 *   E.g. link, button, modal, form, header, footer, navigation, card, profile widget, avatar etc
 *
 *
 * HELPERS - Helpers & Overrides
 *
 *  E.g. text-align, float, position, display etc
 *
 */

@import url(../../bower_components/normalize-css/normalize.css);
@import url("https://fonts.googleapis.com/css?family=Karla:400,700|Poppins:400,600");
html {
    box-sizing: border-box;
}

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


/*  Layout  */

.o-container, .o-container--inner, .o-container--image {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.o-container::after, .o-container--inner::after, .o-container--image::after {
    clear: both;
    content: "";
    display: table;
}

.o-container::after, .o-container--inner::after, .o-container--image::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 720px) {
    .o-container, .o-container--inner, .o-container--image {
        padding: 0;
    }
}

.o-container--wide {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.o-container--wide::after {
    clear: both;
    content: "";
    display: table;
}

.o-container--inner {
    padding: 0;
}

.o-container--image {
    margin-bottom: 0.4em;
}

.o-container--image .o-col-12 {
    text-align: center;
}

.o-container--image-wide {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.o-container--image-wide img {
    width: 100%;
}

.o-row {
    display: block;
}

.o-row::after {
    clear: both;
    content: "";
    display: table;
}

.o-col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
}

.o-col-1:last-child {
    margin-right: 0;
}

.o-col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
}

.o-col-2:last-child {
    margin-right: 0;
}

.o-col-2dot4 {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 17.72593%;
}

.o-col-2dot4:last-child {
    margin-right: 0;
}

.o-col-row-of-7 {
    float: left;
    display: block;
    margin-right: 4.11092%;
    width: 10.76207%;
}

.o-col-row-of-7:last-child {
    margin-right: 0;
}

.o-col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

.o-col-3:last-child {
    margin-right: 0;
}

.o-col-3:nth-child(4n) {
    margin-right: 0;
}

.o-col-3:nth-child(4n+1) {
    clear: left;
}

.o-col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}

.o-col-4:last-child {
    margin-right: 0;
}

.o-col-4:nth-child(3n) {
    margin-right: 0;
}

.o-col-4:nth-child(3n+1) {
    clear: left;
}

.o-col-4:after {
    clear:both;
}

.o-col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
}

.o-col-5:last-child {
    margin-right: 0;
}

.o-col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

.o-col-6:last-child {
    margin-right: 0;
}

.o-col-6:nth-child(2n) {
    margin-right: 0;
}

.o-col-6:nth-child(2n+1) {
    clear: left;
}

.o-col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
}

.o-col-7:last-child {
    margin-right: 0;
}

.o-col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
}

.o-col-8:last-child {
    margin-right: 0;
}

.o-col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
}

.o-col-9:last-child {
    margin-right: 0;
}

.o-col-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
}

.o-col-10:last-child {
    margin-right: 0;
}

.o-col-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
}

.o-col-11:last-child {
    margin-right: 0;
}

.o-col-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

.o-col-12:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1441px) {
    .o-col-xl-1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%;
    }

    .o-col-xl-1:last-child {
        margin-right: 0;
    }

    .o-col-xl-2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
    }

    .o-col-xl-2:last-child {
        margin-right: 0;
    }

    .o-col-xl-3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
    }

    .o-col-xl-3:last-child {
        margin-right: 0;
    }

    .o-col-xl-4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }

    .o-col-xl-4:nth-child(3n){
        margin-right: 0;
    }

    .o-col-xl-4:last-child {
        margin-right: 0;
    }

    .o-col-xl-5 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
    }

    .o-col-xl-5:last-child {
        margin-right: 0;
    }

    .o-col-xl-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }

    .o-col-xl-6:last-child {
        margin-right: 0;
    }

    .o-col-xl-7 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
    }

    .o-col-xl-7:last-child {
        margin-right: 0;
    }

    .o-col-xl-8 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
    }

    .o-col-xl-8:last-child {
        margin-right: 0;
    }

    .o-col-xl-9 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
    }

    .o-col-xl-9:last-child {
        margin-right: 0;
    }

    .o-col-xl-10 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
    }

    .o-col-xl-10:last-child {
        margin-right: 0;
    }

    .o-col-xl-11 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
    }

    .o-col-xl-11:last-child {
        margin-right: 0;
    }

    .o-col-xl-12 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    .o-col-xl-12:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .o-col-lrg-1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%;
    }

    .o-col-lrg-1:last-child {
        margin-right: 0;
    }

    .o-col-lrg-2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
    }

    .o-col-lrg-2:last-child {
        margin-right: 0;
    }

    .o-col-lrg-3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
    }

    .o-col-lrg-3:last-child {
        margin-right: 0;
    }

    .o-col-lrg-4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }

    .o-col-lrg-4:nth-child(3n){
        margin-right: 0;
    }

    .o-col-lrg-4:last-child {
        margin-right: 0;
    }

    .o-col-lrg-5 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
    }

    .o-col-lrg-5:last-child {
        margin-right: 0;
    }

    .o-col-lrg-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }

    .o-col-lrg-6:last-child {
        margin-right: 0;
    }

    .o-col-lrg-7 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
    }

    .o-col-lrg-7:last-child {
        margin-right: 0;
    }

    .o-col-lrg-8 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
    }

    .o-col-lrg-8:last-child {
        margin-right: 0;
    }

    .o-col-lrg-9 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
    }

    .o-col-lrg-9:last-child {
        margin-right: 0;
    }

    .o-col-lrg-10 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
    }

    .o-col-lrg-10:last-child {
        margin-right: 0;
    }

    .o-col-lrg-11 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
    }

    .o-col-lrg-11:last-child {
        margin-right: 0;
    }

    .o-col-lrg-12 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    .o-col-lrg-12:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 721px) and (max-width: 1024px) {
    .o-col-md-1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%;
    }

    .o-col-md-1:last-child {
        margin-right: 0;
    }

    .o-col-md-2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
    }

    .o-col-md-2:last-child {
        margin-right: 0;
    }

    .o-col-md-3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
    }

    .o-col-md-3:last-child {
        margin-right: 0;
    }

    .o-col-md-4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }

    .o-col-md-4:last-child {
        margin-right: 0;
    }

    .o-col-md-5 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
    }

    .o-col-md-5:last-child {
        margin-right: 0;
    }

    .o-col-md-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }

    .o-col-md-6:last-child {
        margin-right: 0;
    }

    .o-col-md-6:nth-child(2n) {
        margin-right: 0;
    }

    .o-col-md-6:nth-child(2n+1) {
        clear: left;
        margin-right: 2.35765%;
    }

    .o-col-md-7 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
    }

    .o-col-md-7:last-child {
        margin-right: 0;
    }

    .o-col-md-8 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
    }

    .o-col-md-8:last-child {
        margin-right: 0;
    }

    .o-col-md-9 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
    }

    .o-col-md-9:last-child {
        margin-right: 0;
    }

    .o-col-md-10 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
    }

    .o-col-md-10:last-child {
        margin-right: 0;
    }

    .o-col-md-11 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
    }

    .o-col-md-11:last-child {
        margin-right: 0;
    }

    .o-col-md-12 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    .o-col-md-12:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 482px) and (max-width: 720px) {
    .o-col-sm-1 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 9.36867%;
    }

    .o-col-sm-1:last-child {
        margin-right: 0;
    }

    .o-col-sm-2 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 22.316%;
    }

    .o-col-sm-2:last-child {
        margin-right: 0;
    }

    .o-col-sm-3 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 35.26334%;
    }

    .o-col-sm-3:last-child {
        margin-right: 0;
    }

    .o-col-sm-4 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
    }

    .o-col-sm-4:last-child {
        margin-right: 0;
    }

    .o-col-sm-4:nth-child(2n) {
        margin-right: 0;
    }

    .o-col-sm-4:nth-child(2n+1) {
        clear: left;
    }

    .o-col-sm-5 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 61.158%;
    }

    .o-col-sm-5:last-child {
        margin-right: 0;
    }

    .o-col-sm-6 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%;
    }

    .o-col-sm-6:last-child {
        margin-right: 0;
    }

    .o-col-sm-7 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 87.05267%;
    }

    .o-col-sm-7:last-child {
        margin-right: 0;
    }

    .o-col-sm-8 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
    }

    .o-col-sm-8:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 481px) {
    .o-col-xs-1 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 19.43277%;
    }

    .o-col-xs-1:last-child {
        margin-right: 0;
    }

    .o-col-xs-2 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%;
    }

    .o-col-xs-2:last-child {
        margin-right: 0;
    }

    .o-col-xs-3 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 73.14426%;
    }

    .o-col-xs-3:last-child {
        margin-right: 0;
    }

    .o-col-xs-4 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
    }

    .o-col-xs-4:last-child {
        margin-right: 0;
    }
}

/* nth-child fix for responsive tiles */
@media screen and (max-width: 720px) {
    .g-col-sm-4:nth-child(6n-3) {
        margin-right: 3.57866%;
    }

    .g-col-sm-4:nth-child(3n+1) {
        clear: none;
    }
}

._collapse {
    margin-right: 0;
}

._m1 {
    margin-right: 1%;
}

.g-omega {
    margin-right: 0;
}

._true-half {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    ._true-half {
        width: 100%;
    }
}

._offset-1 {
    margin-left: 26.85574%;
}

._offset-2 {
    margin-left: 17.05961%;
}

._offset-3 {
    margin-left: 25.58941%;
}

._offset-4 {
    margin-left: 34.11922%;
}

@media screen and (max-width: 720px) {
    ._offset-4 {
        margin-left: 0%;
    }
}

._offset-5 {
    margin-left: 64.73666%;
}

._offset-6 {
    margin-left: 51.17883%;
}

._offset-8 {
    margin-left: 68.23843%;
}

@media screen and (max-width: 720px) {
    ._offset-1, ._offset-2, ._offset-3, ._offset-3, ._offset-4, ._offset-5, ._offset-6, ._offset-7, ._offset-8 {
        margin-left: 0%;
    }
}

._offset-min1 {
    margin-left: -12.94733%;
}

._offset-min2 {
    margin-left: -17.05961%;
}

._offset-min3 {
    margin-left: -25.58941%;
}

._offset-min4 {
    margin-left: -34.11922%;
}

._offset-min5 {
    margin-left: -42.64902%;
}

._offset-min6 {
    margin-left: -51.17883%;
}

/*   Full width grid - no margins */
.o-fw-col-1 {
    width: 8.333%;
    float: left;
}

.o-fw-col-2 {
    width: 16.666%;
    float: left;
}

.o-fw-col-2dot4 {
    width: 20%;
    float: left;
}

.o-fw-col-row-of-7 {
    width: 14.28571428571429%;
    float: left;
}

.o-fw-col-3 {
    width: 25%;
    float: left;
}

.o-fw-col-4 {
    width: 33.333%;
    float: left;
}

.o-fw-col-5 {
    width: 41.666%;
    float: left;
}

.o-fw-col-6 {
    width: 50%;
    float: left;
}

.o-fw-col-7 {
    width: 58.333%;
    float: left;
}

.o-fw-col-8 {
    width: 66.666%;
    float: left;
}

.o-fw-col-9 {
    width: 75%;
    float: left;
}

.o-fw-col-10 {
    width: 83.333%;
    float: left;
}

.o-fw-col-11 {
    width: 91.666%;
    float: left;
}

.o-fw-col-12 {
    width: 100%;
    float: left;
}

@media screen and (max-width: 1920px) {
    .o-fw-col-xl-1 {
        width: 8.333%;
        float: left;
    }

    .o-fw-col-xl-2 {
        width: 16.666%;
        float: left;
    }

    .o-fw-col-xl-3 {
        width: 25%;
        float: left;
    }

    .o-fw-col-xl-4 {
        width: 33.333%;
        float: left;
    }

    .o-fw-col-xl-5 {
        width: 41.666%;
        float: left;
    }

    .o-fw-col-xl-6 {
        width: 50%;
        float: left;
    }

    .o-fw-col-xl-7 {
        width: 58.333%;
        float: left;
    }

    .o-fw-col-xl-8 {
        width: 66.666%;
        float: left;
    }

    .o-fw-col-xl-9 {
        width: 75%;
        float: left;
    }

    .o-fw-col-xl-10 {
        width: 83.333%;
        float: left;
    }

    .o-fw-col-xl-11 {
        width: 91.666%;
        float: left;
    }

    .o-fw-col-xl-12 {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 1440px) {
    .o-fw-col-lrg-1 {
        width: 8.333%;
        float: left;
    }

    .o-fw-col-lrg-2 {
        width: 16.666%;
        float: left;
    }

    .o-fw-col-lrg-3 {
        width: 25%;
        float: left;
    }

    .o-fw-col-lrg-4 {
        width: 33.333%;
        float: left;
    }

    .o-fw-col-lrg-5 {
        width: 41.666%;
        float: left;
    }

    .o-fw-col-lrg-6 {
        width: 50%;
        float: left;
    }

    .o-fw-col-lrg-7 {
        width: 58.333%;
        float: left;
    }

    .o-fw-col-lrg-8 {
        width: 66.666%;
        float: left;
    }

    .o-fw-col-lrg-9 {
        width: 75%;
        float: left;
    }

    .o-fw-col-lrg-10 {
        width: 83.333%;
        float: left;
    }

    .o-fw-col-lrg-11 {
        width: 91.666%;
        float: left;
    }

    .o-fw-col-lrg-12 {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 1024px) {
    .o-fw-col-md-1 {
        width: 8.333%;
        float: left;
    }

    .o-fw-col-md-2 {
        width: 16.666%;
        float: left;
    }

    .o-fw-col-md-3 {
        width: 25%;
        float: left;
    }

    .o-fw-col-md-4 {
        width: 33.333%;
        float: left;
    }

    .o-fw-col-md-5 {
        width: 41.666%;
        float: left;
    }

    .o-fw-col-md-6 {
        width: 50%;
        float: left;
    }

    .o-fw-col-md-7 {
        width: 58.333%;
        float: left;
    }

    .o-fw-col-md-8 {
        width: 66.666%;
        float: left;
    }

    .o-fw-col-md-9 {
        width: 75%;
        float: left;
    }

    .o-fw-col-md-10 {
        width: 83.333%;
        float: left;
    }

    .o-fw-col-md-11 {
        width: 91.666%;
        float: left;
    }

    .o-fw-col-md-12 {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 720px) {
    .o-fw-col-sm-1 {
        width: 12.5%;
        float: left;
    }

    .o-fw-col-sm-2 {
        width: 25%;
        float: left;
    }

    .o-fw-col-sm-3 {
        width: 37.5%;
        float: left;
    }

    .o-fw-col-sm-4 {
        width: 50%;
        float: left;
    }

    .o-fw-col-sm-5 {
        width: 62.5%;
        float: left;
    }

    .o-fw-col-sm-6 {
        width: 75%;
        float: left;
    }

    .o-fw-col-sm-7 {
        width: 87.5%;
        float: left;
    }

    .o-fw-col-sm-8 {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 481px) {
    .o-fw-col-xs-1 {
        width: 25%;
        float: left;
    }

    .o-fw-col-xs-2 {
        width: 50%;
        float: left;
    }

    .o-fw-col-xs-3 {
        width: 75%;
        float: left;
    }

    .o-fw-col-xs-4 {
        width: 100%;
        float: left;
    }
}


/* Typography */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    /*font-family: 'Oswald', sans-serif;*/

}

body, p, .c-form__text, a, ul {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
    /*font-family: 'IBM Plex Serif', serif;*/

    font-weight: 400;
}

h3 {
    font-size: 1.825rem;
    line-height: 2.5rem;
    margin-bottom: 1.325rem;
}




h3.entry-title {
    font-size: 2.5rem;

}

@media screen and (max-width:450px) {
    h3 {
        font-size: 1.6rem;
        line-height: 1.7rem;
        margin-bottom: 0;
    }

    h3.entry-title {
        font-size: 1.6rem;

    }
}

h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 0.625rem;
}

h5 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
}

p, .c-form__text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
}

a {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a .logo a:hover {
    text-decoration: none;
    color: #aaa;
}

.logo a {
    text-decoration: none;
    color: #aaa;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.logo a:hover {
    text-decoration: none;
    color: #F8E71C;
}

.text--first {
    font-weight: 600;
}

.intro-text {
    margin-bottom: 0;
    font-size: 1.3125em;
    line-height: 2.125rem;
    color: #5D5B46;
    text-align: center;
}

.title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.title--sml {
    font-size: 1.1rem;
}

.title--medium {
    font-size: 1.6rem;
}

.title--large {
    font-size: 3rem;
}


/*************************************************************
/    Header / Partials
/*************************************************************/


.site-content {
    padding-top: 3.8em;
}

.c-hero {
    position: relative;
    height: 668px;
    height: 40vh;
    overflow: hidden;
    line-height: 0;
}

.c-hero .vid-tint {
    opacity: 0;
}

.c-hero__slide {
    position: relative;
    width: 100vw;
    height: 40vh;

    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;

}

 .c-hero__logo {
        position: absolute;
        margin: 0 auto;
        padding: 4% 4%;
        line-height: initial;
        text-align: center;
        display: table;
        height: 100%;
        width: 100%;

    }

    .c-hero__logo img {
        width: auto;
    }

    .c-hero__title {
        display: block;
        margin-bottom: 0;
        color: #ffffff;
        font-family: "Poppins", "Open Sans", Arial, sans-serif;
        font-size: 3.475em;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: -0.05em;
        text-align: left;
    }

    .c-hero__sub-title {
        display: block;
        color: #F8E71C;
        font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
        font-size: 1.75em;
        font-style: italic;
        text-align: left;
    }

    .c-hero img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .c-hero.c-hero--sub-page {
        position: relative;
    }


.c-hero--sub-page .c-hero__slide {
    height: 40vh;
}

    .c-hero__title--sub-page {
        position: absolute;
        color: #FFF;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 2em;
        max-width: 80em;
        padding: 0 72px;
    }




    @media screen and (min-width: 700px) {
        .c-hero__title--sub-page h3.title {
            font-size: 4rem;
        }
    }

    @media screen and (max-width: 700px) {
        .c-hero__title {display:none;}

        .c-hero__sub-title {
            font-size: 1.3em;
            font-weight: 300;
            text-align:center;
        }

        .c-hero__title--sub-page {
            padding: 0px 2em;
        }
    }

    .c-hero__title--sub-page .title {
        line-height: 1em;
        margin-bottom: 0;
    }

    .logo {
        color: #ffffff;
        font-family: "Poppins", "Open Sans", Arial, sans-serif;
        font-size: 1.5rem;
        text-align: left;
        text-transform: none;
    }

    @media screen and (max-width: 760px) {
        .logo {
            font-size: 1.2rem;
        }
    }



    @media screen and (max-width:720px) {
        .logo--header {
            position: absolute;
            top: 0;
            left: 0;
        }
        .logo--header a { font-size: 0.7em; }
    }
    .logo.logo--footer {
        font-size: 1.2em;
    }

    .logo--footer {
        display: inline-block;
        padding: 0.4em 5%;
    }

@media screen and (max-width:720px) {
    .logo.logo--footer {
        text-align: center;
        width: 100%;
    }
}

    .logo a {
        text-decoration: none;
    }

    @media screen and (max-device-width: 800px) {
        html {
            background: url(polina.jpg) #000 no-repeat center center fixed;
        }

        #bgvid {
            display: none;
        }
    }

    .c-masthead {
        position: fixed;
        width: 100%;
        /*top: 0;
        left: 0;*/
        z-index: 1000;
        background-color: #222222;
    }


    .nav {
        background-color: #222222;
        display: block;
        padding-right: 2em;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .nav .nav__button {
        display: none;
        float: right;
        color: #ffffff;
        cursor: pointer;
    }

    @media screen and (max-width: 720px) {

        .nav .nav__button {
            display: block;
            width: 100%;
            padding: 1.3em 0.5em 0.5em;
            text-align: right;
        }
    }

    .nav .nav__list {
        margin: 0;
        /* padding-bottom : 0.7 rem; */
        text-align: right;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 5250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .nav li {
        display: inline-block;
        padding: 1.3em 0.5em 1.4em;
    }


    .nav a:hover {
        color: #F8E71C;
        text-decoration: none;
    }

    .nav--main {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .nav--footer {
        font-size: 12px;
    }

    .nav--footer li {
        padding: 1.7em 0.6em 0.5em;
    }

    @media screen and (max-width: 720px) {
        .nav {

            padding-right: 10px;
        }

        .nav .nav__list--main {
            display: none;
        }

        .nav .nav__list--main.show {
            display: block;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 5250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .nav .nav__button {
            display: block;
            width: 100%;
            padding: 1.3em 0.5em 0.5em;
            text-align: right;
        }

        .nav .nav__list--main.show li {
            display: block;
        }
    }

    .nav__button-text.hide {
        display: none;
    }

    .nav__button-text--hide.show {
        display: block;
    }

    .nav__button-text--hide {
        display: none;
    }

    html {
        background-color: #222222;
    }

    body {
        margin: 0;
        background-color: #ffffff;
    }

    img {
        border-style: none;
    }

    .o-media {
        display: block;
    }

    .o-media--image {
        width: 100%;
        height: auto;
    }

    .o-media--static {
        width: inherit;
        height: inherit;
    }

    section {
        position: relative;
    }

    video {
        display: block;
    }

    .c-intro {
        display: inline-block;
        padding: 2rem 2rem 0 2rem;
        /*background-color: #F0F0F0;*/

    }

    .c-intro__title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0.8rem;
    }

    .c-lead-article {
        padding: 2em 0;
    }

@media screen and (max-width: 720px) {
    .c-lead-article {
        padding: 2em 1em;
    }
}


    .c-lead-article--about .entry-header {
        display: none;
    }

    .c-lead-article__image {
        max-width: 1260px;
        margin: 1em 0;
    }

    .c-lead-article .c-textblock {
        max-width: 570px;
        padding: 0 2rem;
    }

@media screen and (max-width: 720px) {
    .c-lead-article .c-textblock {
        padding: 0 1rem;
    }
}

    .c-textblock.c-text--cta {
        background-color: #545454;
        color: #ffffff;
        padding: 2rem 1rem;
    }

    .c-textblock__title {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
    }

    .c-textblock__title--small {
        font-size: 1.2rem;
    }

    .c-textblock__text {
        margin-bottom: 1.3rem;
    }

    .c-textblock--large {
        padding: 5% 8.5%;
        background-color: #ffffff;
    }

    .c-textblock--a {
        padding: 1.5rem;
        margin-bottom: 1rem;
        background-color: #5D5B46;
        color: #ffffff;
    }

    .c-textblock--homepage {
        max-width: 700px !important;
        margin: 4% auto;
        text-align: center;
    }

    .text.page__content {
        padding: 2rem;
    }

    .c-cards {
        margin: 1%;
    }

    .c-cards--homepage, .c-cards--testimonials {
        background-color: #f2f2f2;
        padding: 1em 1em 4em 1em;
        margin: 0;
    }

    .c-card {
        position: relative;
        margin: 1%;
        color: #5D5B46;
        line-height: 0;
    }


  /*  .category-testimonial>.c-card>.c-card__content p {
        line-height: 0;
    }*/

.c-card img {
    width: 100%;
}



@media screen and (max-width: 1024px) {
        .c-card {
            margin: 1%;
        }
    }

@media screen and (max-width: 768px) {

.c-textblock--homepage {
    margin: 1em;
}

}
/* Compontent titles */

    .c-card .title {
        position: absolute;
        bottom: 15%;
        left: 5%;
        margin-bottom: 0;
        color: #ffffff;
        font-size: 1.6em;
        font-weight: 600;
    }



    @media only screen and (max-width: 1024px) {
        .c-card .title {
            bottom: 10%;
            left: 5%;
        }
    }
    @media only screen and (max-width: 720px) {
        .c-card .title {
            bottom: 13%;
        }
    }

    .c-card .title h4 {
        font-size: 1.9rem;
        font-weight: 600;
    }

    @media only screen and (max-width: 720px) {
        .c-card .title h4 {
            font-size: 1.5rem;
        }
    }


    .c-card__content {
        display: block;
        margin-bottom: 0;
        line-height: 0;
    }

    .c-card__content img, .c-card__content .title {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 5250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }



    .c-card__content:hover img {
        opacity: 0.5;
    }

    .c-card--accordion {
        position: relative;
        overflow: hidden;
        /*  &:hover {
            .c-card__content--show {
              //display:block;
              top:0;
              opacity:1;
              @include base-transition;

            }
          }*/
    }

    .c-card--accordion .title {
        padding: 0 0.5rem;
    }

    .c-card--accordion .c-card__content {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 99.2%;
        background-color: rgba(0, 0, 0, 0.4);
        color: #ffffff;
        padding: 2rem 1rem;
        opacity: 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .c-card--homepage {
        margin: 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .c-card--homepage .c-card__content {
        margin:0;
    }

    .c-card--homepage .c-card__content img {
        display: inline-block;
    }

    .c-card--homepage .course-link__title {
        position: absolute;
        color: #f1f1f1;
        font-size: 2rem;
        line-height: 1.5rem;
        left: 30px;
        bottom: 60px;
        z-index: 100;
        margin: 0;
        padding:0;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .course-link__text {
        position: absolute;
        color: #f1f1f1;
        font-size: 1.2rem;
        line-height: 1.5rem;
        left: 30px;
        bottom: 30px;
        z-index: 100;
        margin: 0;
        padding:0;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

@media only screen and (min-width: 1024px) {
    .c-card--homepage .course-link__title {
        font-size: 1.5rem;
        line-height: 2rem;
        left: 20px;
        bottom: 32px;
    }

    .course-link__text {
        font-size: 1rem;
        line-height: 1.2rem;
        left: 20px;
        bottom: 10px
    }

    .tint {
        opacity: 0.6;
    }

}

    @media only screen and (max-width: 450px) {
        .c-card--homepage .course-link__title {
            font-size: 1.5rem;
            line-height: 2rem;
            left: 20px;
            bottom: 32px;
        }

        .course-link__text {
            font-size: 1rem;
            line-height: 1.2rem;
            left: 20px;
            bottom: 10px
        }

        .tint {
            opacity: 0.6;
        }

    }

    .c-card__content {
        margin-bottom: 2em;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .c-card--homepage .c-card__content:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .c-card__content:hover img {
        opacity: 1;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    }

.c-card--testimonial .c-card__content:hover img {
    box-shadow: none;
}

.c-card--testimonial .c-card__content:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
}

    /*.c-card--homepage .c-card__content:hover .course-link__title,
    .c-card--homepage .c-card__content:hover .course-link__text{
        color: #f1f1f1; }*/

    .tint {
        opacity: 0.2;
        position: absolute;
        height: 100.1%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0px;
        bottom: 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .c-card__content:hover .tint {
        opacity: 1;
    }

    .show {
        top: 0 !important;
        opacity: 1 !important;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .btn.cta, .btn.cta--hero {
        display: inline-block;
        padding: 0.5em 0.9em;
        border: 2px solid #ffffff;
        font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        z-index: 900;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 5250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .btn.cta:after, .btn.cta--hero:after {
        position: relative;
        left: 16px;
        margin: -10px 0;
        content: 'arr';
        display: inline-block;
        padding: 0.5em 0.9em;
        border: 2px solid #ffffff;
    }

    .btn.cta:hover, .btn.cta--hero:hover {
        background-color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        color: #ffffff;
    }

    .btn.cta--hero {
        position: absolute;
        bottom: 11%;
        left: 7%;
    }

    .cta__wrapper {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .cta--hp {
        display: inline-block;
        margin: 0 3rem 2rem;
        padding: 0.8em 1.4em;
        color: #222222;
        border: 2px solid #222222;
        font-weight: 700;
        transition: All 1s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
    }

    .cta--hp:hover {
        text-decoration: none;
        background-color: #89D339;
        border: 2px solid #89D339;
        color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.10);
    }

    .btn--book {
        padding: 0.5em 1em;
        background: #ff0000;
    }

    .button--text {
        margin: 1rem 0;
        display: inline-block;
        padding: 0.5rem 1rem;
        border: 1px solid #5D5B46;
        color: #5D5B46;
        text-decoration: none;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .button--text:hover {
        color: #222222;
        background-color: #dfdeda;
        border: 1px solid #dfdeda;
        text-decoration: none;
    }

    .c-about {
        margin-bottom: 3rem;
    }

    .c-affiliate {
        text-align: center;
        margin: 10px 0;
    }

    .c-affiliate__logo {
        display: inline-block;
        width: 100%;
        max-width: 100px;
        margin: -1px 10px;
    }

    .c-affiliate__text {
        display: inline-block;
        vertical-align: middle;
    }

    .c-contact {
        background-size: cover;
        background-position: bottom;
        padding-bottom: 40%;
    }

    /* default screen, non-retina */
    .c-contact {
        background-image: url("../imgs/web-ready/stillwater-4.jpg");
    }

    @media only screen and (max-width: 320px) {
        /* Small screen, non-retina */
        .c-contact {
            background-image: url("../imgs/web-ready/stillwater-4.jpg");
        }
    }

    @media only screen and (min-resolution: 2dppx) and (max-width: 320px) {
        /* Small screen, retina */
        .c-contact {
            background-image: url("../imgs/web-ready/stillwater-4.jpg");
        }
    }

    @media only screen and (min-width: 321px) and (max-width: 538px) {
        /* Medium screen, non-retina */
        .c-contact {
            background-image: url("../imgs/web-ready/stillwater-4.jpg");
        }
    }

    @media only screen and (min-resolution: 2dppx) and (min-width: 321px) and (max-width: 538px) {
        /* Medium screen, retina */
        .c-contact {
            background-image: url("../imgs/web-ready/stillwater-4.jpg");
        }
    }

    @media only screen and (min-resolution: 2dppx) and (min-width: 539px) {
        /* Large screen, retina */
        .c-contact {
            background-image: url("../imgs/web-ready/stillwater-4.jpg");
        }
    }

    .c-form {
        position: relative;
        max-width: 750px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 2rem 1rem 1rem 1rem;
        margin: 2rem auto;
        border: 2px solid #ffffff;
        font-weight: 300;
    }

    .c-form__title {
        display: inline-block;
        position: absolute;
        top: -1.1rem;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding: 0.5em 1em;
        background: #5D5B46;
        font-family: "Poppins", "Open Sans", Arial, sans-serif;
        text-align: center;
        color: white;
    }

    .c-form__label {
        display: block;
        text-align: left;
        margin: 5px 0 2px;
        width: 100%;
        font-size: 0.8em;
        font-weight: 300;
    }

    .c-form__input {
        display: block;
        width: 100%;
        margin: 0 0 0.5em 0;
        padding: 0 0.5em;
        text-align: left;
        line-height: 2em;
    }

    .c-form__input--textarea {
        border-width: 1px;
        border-style: solid;
        border-color: #f2f2f2;
    }

    .c-form .btn--submit {
        padding: 0.4rem 1rem;
        background-color: #5D5B46;
        border: 1px solid #222222;
        color: #ffffff;
        font-family: "Karla", "Open Sans", Arial, sans-serif;
        font-weight: 400;
    }

    /*  Aside  */
    .c-aside {
        margin: 0 1rem 1rem;
        padding: 1.5rem 2rem;
        background-color: #f2f2f2;
    }

    .c-aside ul {
        margin-left: 0em;
        padding-left: 1.5em;
    }

    .c-aside a {
        display: inline-block;

        text-transform: uppercase;
        color: #222222;
        padding: 0.5em 1.1em;
        background-color: #89D339;
        float: right;
        transition: All 1s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
    }

    .c-aside a:hover {
        background-color: #6cab29;
        color: #ffffff;
        text-decoration: none;
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.10);
    }

    /* Gallery */
    .c-gallery {
        margin-top: 0rem;
        margin-bottom: 2rem;
        line-height: 0;
    }

    .c-gallery__image {
        padding: 1rem;
    }

    .c-gallery__image--list img {
        display: inline-block;
        max-width: 33%;
        vertical-align: middle;
        padding: 1em;
    }

    @media screen and (max-width: 886px) {
        .c-gallery__image--list img {
            max-width: 32.5%;
            padding: 0.5em;
        }
    }

    @media screen and (max-width: 768px) {
        .c-gallery__image--list img {
            max-width: 49%;
            padding: 0.5em;
        }
    }

    @media screen and (max-width: 420px) {
        .c-gallery__image--list img {
            max-width: 100%;
            padding: 0 0 0.5em;
        }
    }


    .c-gallery--testimonials {
        padding: 2rem 1rem;
        background-color: #f2f2f2;
    }

    .c-gallery--testimonials .c-gallery__image {
        padding: 0.8em;
        background-color: #ffffff;
    }

    /*  Global styles - need to be moved  */
    footer {
        width: 100%;
        margin: 0 auto;
    }

    .btn-close--sml {
        position: absolute;
        top: 0.8rem;
        right: 0.8rem;
        line-height: 0;
        color: #ffffff;
        transition: all 0.5s ease-in-out;
        transform: rotate(-45deg);
        transform-origin: center center;
    }

    .btn-close--sml:hover {
        transform: rotate(-315deg);
    }

    @media screen and (max-width: 1024px) {
        .btn-close--sml {
            top: 1rem;
            right: 1rem;
        }
    }

    .btn-close__image {
        width: 0.8rem;
    }

    @media screen and (max-width: 1024px) {
        .btn-close__image {
            width: 1.1rem;
        }
    }

    .__centered-block {
        margin: 0 auto;
        display: block;
    }

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

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

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

    .__color-yel {
        color: #F8E71C;
    }

    .breadcrumb {
        margin-bottom: 1em;
        font-family: "Poppins", "Open Sans", Arial, sans-serif;
        font-size: 0.9rem;
        font-weight: 600;
        color: #545454;
        letter-spacing: 0;
    }

    a .c-video {
        position: relative;
        max-height: 90vh;
        overflow: hidden;
    }

    .c-hero--image img, .c-hero img {
        width: 100%;
    }



    .g-container--video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin-top: -10.4%;
        margin-bottom: -10.4%;
    }

    .g-container--video .inner {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .vid-tint {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 100;
    }

    .vid-tint.vid-tint--location {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .c-map {
        height: 500px;
    }

    @media screen and (max-width: 720px) {
        .c-map {
            height: 300px;
        }
    }
    @media screen and (max-width: 481px) {
        .c-map {
            height: 150px;
        }
    }

    footer {
        background-color: #222222;
    }

    .courses-list {
        padding: 1rem 0;
    }

    ._bg-grey {
        background-color: #f2f2f2;
    }

    .contact__link {
        padding: 0.8em 1.9em 0.8em 1.9em;
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        font-size: 1em;
        color: #222222;
        background-color: #89D339;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        font-weight: 600;
        letter-spacing: 1px;

    }

    .contact__link:hover {
        background-color: #222222;
        color: #fefefe;
        text-decoration: none;
    }

    .footer-contact {
        background-color: #f2f2f2;
    }

    .footer-callback {
        padding: 1.4em 1em;
        background-color: #545454;
        color: #ffffff;
    }

    .footer-callback__title-wrapper > * {
        display: inline-block;
    }

    .footer-callback__title {
        padding-right: 1em;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    .footer-contact__form {
        padding: 0.7em 1.4em;
        background-color: #f7f7f7;
    }

    .form__message {
    }

    .footer-callback__form {
        text-align: center;

    }

    .footer-callback__form p {
        display: inline-block;
        padding-right: 0.5em;
        vertical-align: top;
    }

    input[type="text"], input[type="tel"], .wpcf7-text {
        padding: 0.8em 1em 0.7em 1em;
        border-radius: 0;
        border: none;
        font-size: 1em;
        text-transform: uppercase;
        line-height: 1em;
    }

    input[type="submit"].wpcf7-submit {
        padding: 0.9em 1.9em 0.8em 1.9em;
        border-radius: 0;
        border: none;
        font-size: 1em;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;

    }

    input[type="submit"].wpcf7-submit:hover {
        background-color: #222222;
        color: #fefefe;
    }

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

    div.wpcf7-response-output {
        margin: 0.5em 0.5em 1em;
    }

    .footer-callback__form p, input[type="text"], input[type="tel"], input[type="submit"].wpcf7-submit {
        width: auto;
    }

    @media screen and (max-width: 481px) {
        .footer-callback__form p, input[type="text"], input[type="tel"], input[type="submit"].wpcf7-submit {
            width: 100%;
        }
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 100%;
    }



    /* testimonails */
    .testimonials {
        padding: 1rem 0.5rem;
    }

    .testimonial__post {
        margin-bottom: 1rem;
        background: #fff;
        padding: 0.5em 1em;
    }

.c-card .title.title--testimonial {
    position: relative;
    left : 0;
    bottom: 0;
    background:#ffffff;
    margin-bottom: 0;
    color: #222222;
    font-size: 1.6em;
    font-weight: 600;
    font-size: 1em;
}

.c-card .title.title--testimonial p{
padding:1em;
}

 .c-card .title.title--testimonial h1, .c-card .title.title--testimonial h2, .c-card .title.title--testimonial h3, .c-card .title.title--testimonial h4, .c-card .title.title--testimonial h5, .c-card .title.title--testimonial h6{
    padding:0 1em 0.5em 1em;
}

.c-card .title.title--testimonial h4 {
    font-size: 1.4em;
    text-transform: uppercase;
}

    @media screen and (max-width: 720px) {
        .testimonials {
            padding: 2rem;
        }
    }




    /* Course links  */

    .courses-list {
        padding: 0 0.5rem 1rem;
    }

    .courses-list__item {
        background-color: #ffffff;
        opacity: 0.8;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 5250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .courses-list__item:hover {
        opacity: 1;
    }

    .courses-list__title {
        margin-top: 1em;
    }

    .course-link__title {
        color: #222222;
        padding: 0em 0.7em 0.4em;
        font-size: 1.3em;
        margin-bottom: 0;
    }

    .courses-list__item a {
        display: inline-block;
        margin-bottom: 0;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 5250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .courses-list__item a:hover {
        text-decoration: none;
        -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.19);
    }

    /* Location */

    .c-location__title {
        border-bottom: 1px solid #222222;
        margin-bottom: 1.5rem;
    }

    .c-location__title h1 {
        margin-bottom: 0.5rem;
    }

    .c-location {
        padding: 2em;
        background-color: #f9f9f9;
    }

    @media screen and (max-width: 720px) {
        .c-location { padding: 2em 1em;  }
    }

    .c-location__text {
        max-width: 530px;
    }

    .c-location__map {
    }

    .footer-callback__title-wrapper {
        text-align: center;
    }

    .html {
        color: red;
    }

    .affiliates {}

    .paa { max-width: 65px; }
    .gaia, .paa, .at {
        float: right;
        margin: 1em 0;
        max-width: 74px;
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (max-width: 720px) {
    .affiliates {
        margin: 0 auto;
        text-align: center;
    }
    .gaia, .paa, .at {
        float: none;
        margin: 1em 0;
        max-width: 74px;
        display: inline-block;
    }
}
    @media screen and (max-width: 450px) {
        .gaia {
        max-width: 60px;
        }
}

    .hr {
        border-bottom: 1px solid #d6d6d6;
    }

    .visible {
        display: block;
    }

    /* Main Navigation */




    .logo {
        color: #ffffff;
        font-family: "Poppins", "Open Sans", Arial, sans-serif;
        font-size: 1.5rem;
        text-align: left;
        text-transform: none;
    }

    .logo--header {
        padding: 0.4em 0 0.4em 5%;
        display: inline-block;
    }

    @media screen and (max-width: 360px) {
        .logo--header {
            font-size: 1.3em;
            padding-top: 0.7em;
        }
    }

    .nav {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-color: #222222;
    }

    .nav .nav__button {
        display: none;
        float: right;
        color: #ffffff;
        cursor: pointer;
    }

    .nav__button.show {
        z-index: 1000;
    }

    .nav__button {
        background-color: #222222;
    }

    .nav__button-text.hide {
        display: none;
    }

    .nav__button-text--hide.show {
        display: block;
    }

    .nav__button-text--hide {
        display: none;
        line-height: 2rem;
    }

    .nav .nav__list {
        margin: 0;
        display: inline-block;
        float: right;
        text-align: right;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 5250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .nav li {
        display: inline-block;
        padding: 1.3em 0.5em 1.4em;
    }

    .nav a {
        color: #ffffff;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 5250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .nav a:hover {
        color: #F8E71C;
        text-decoration: none;
    }

    .menu {
        display: inline-block;
        margin: 0;
        padding: 0 1em;
       /* font-family: 'Oswald';*/
    }

    .menu-item {
        list-style-type: none;
    }

    .menu li >.sub-outer {
        position: relative;
        background-color: red;
    }

    .menu li > ul.sub-menu {
        position: absolute;
        display: none;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(84, 84, 84, 0.9);
        margin: 0;
        padding: 0;
        text-align: right;
        overflow: hidden;
        z-index: 9999;
    }

    .nav__list .sub-menu li a {
        padding: 0.8em 1.6em;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
/*
        font-family: 'Oswald';
*/
        text-align: left;
        display: inline-block;
        border-right: 1px solid #f0f0f0;
    }



    .nav__list li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .nav__list li a {
        display: inline-block;
        padding: 1.3em 0.5em 1.4em;
       /* margin-top: 0.5em;*/
        margin-bottom: 0;
        /*font-family: 'Oswald';*/
    }

    .sub-menu > li {
        padding: 0;
    }

    /* Drop down */
    nav > ul.nav-list > li.menu-item > ul.sub-menu {
        display: none;
    }

    nav > ul.nav-list > li.menu-item:hover > ul.sub-menu {
        display: block;
    }

    .sub-menu li:hover {
        background-color: #222222;
    }

    .sub-menu li a:hover {
        color: #F8E71C;
    }

    @media screen and (max-width:769px) {

        .menu {
            width: 100%;
            margin: 0;
            padding: 0;
            z-index: 1000;
        }

        .menu li > ul.sub-menu {
            position: relative;
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .sub-menu li {
            display: block;
            width: 100%;
        }

        .nav__list .sub-menu li a {
            padding: 0.8em;
        }

        .menu li > ul.sub-menu li a {
            border: none;
        }

        .nav {
            padding-right: 0;
        }

        .nav .nav__list--main {
            display: none;
        }

        .nav .nav__list--main.show {
            display: block;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 5250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            z-index: 1000;
            position: relative;
            float: none;
            clear: both;
        }

        .nav__list li a {
            padding: 0.6em 0.5em 1em;
        }

        .nav .nav__button {
            display: inline-block;
            padding: 1em 0.5em;
            text-align: right;

        }

        .nav__button-text {
            line-height: 2rem;
            margin-bottom: 0;
        }

        .nav .nav__list--main.show li {
            display: block;
        }

        li#menu-item-92 {
            display: none;
        }

    }

/* end mobile breakpoint */

        .page-content, .entry-content, .entry-summary  {
             margin: 0 ;
        }

/* stop Phone number wrapping on mobile */
@media screen and (max-width:520px) {
    .c-textblock--homepage > .entry-content-page h3 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (min-width:720px) and (max-width: 1024px) {
    .mid-2-up {
        width :47%;
    }
    mid-2-up(2n+1) {
    margin-right:0;
}

}

.pagination {
    margin: 2em 0 2em;
    display: inline-block;
    width: 100%;
}

.pagination__link a {
    padding :1em;
    /*font-family:'Oswald', sans-serif;*/
    text-transform:uppercase;
    text-decoration:none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 5250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.pagination__link a:hover {
    background-color: #d6d6d6;
}

.pagination__link a:focus {
    background-color: #222;
    color:#fff;
}