/*
Theme Name: tryard
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tryard
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.

tryard 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.com/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%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

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,
textarea {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "sans-serif;
 font-weight: 400;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0 0.67em 0;
    font-weight: 500;
    text-transform: capitalize;
}

h2 {
    font-size: 1.5rem;
}

.widget-title {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
}

h3 {
    font-size: 1.25rem;
}

#site-navigation {
    font-family: "sans-serif;

}

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 1.5em;
}

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%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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: #000;
}

a:visited {
    color: #000;
}

a:hover,
a:focus,
a:active {
    color: #000;
}

a:focus {
    color: #000;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    font-family: sans-serif;
}

.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;
    position: relative;
    top: 1.5em;
    top: 0;
    left: -999em;
    left: 0;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    left: 0;
    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%;
}


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.nav-collapse li {
    float: left;
    width: 100%;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.nav-collapse .sub-menu {
    display: none;
}

.nav-collapse .expanded .sub-menu {
    display: block;
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
    width: 350px;
    text-align: left;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, .4);
    max-width: 100vw;
}

.nav-collapse ul {
    overflow-y: auto;
    max-height: 85vh;
}

.nav-collapse ul ul {
    overflow-y: hidden;
    max-height: 85vh;
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    padding: 0.7em 1em;
    color: #000;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
}

.nav-collapse a:active,
.nav-collapse .active a {
    color: #000;
}

.nav-collapse ul ul a {
    padding-left: 2em;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src: url("icons/responsivenav.eot");
    src: url("icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("icons/responsivenav.ttf") format("truetype"), url("icons/responsivenav.woff") format("woff"), url("icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 56px;
    height: 55px;
    float: left;
}

.nav-toggle:before {
    /*color: #fff; */
    /* Edit this to change the icon color */
    font: normal 28px/55px "responsivenav";
    /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content: "\2261";
    /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-toggle:before {
    font-size: 35px;
    /*border: 2px solid;*/
    border-radius: 0 5px 5px 0;
    background-color: #323232;
}

.nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
    /* Close icon */
    border-radius: 5px 0 0 0;
}


/* comment nav */

.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%;
}


/*--------------------------------------------------------------
# Sub menu
--------------------------------------------------------------*/


/*Handle positioning and showing and hiding the + and - icons */

.icon-cont {
    float: right;
    width: 75px;
    height: 37px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 7px;
}

.expand-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 7px;
    margin-top: -7px;
}

.close-icon {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 7px;
    margin-top: -7px;
}

.expanded .close-icon {
    display: inline-block;
}

.expanded .expand-icon {
    display: none;
}


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

.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;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

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

.has-sidebar .page-content,
.has-sidebar .entry-content,
.has-sidebar .entry-summary,
.has-sidebar .entry-header,
.has-sidebar .featured-image {
    padding-right: 25px;
}

.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%;
}


/*--------------------------------------------------------------
## 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.33%;
}

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/**
 * Layouts
 */

.content-width {
    max-width: 1285px;
    margin: 0 auto;
    padding: 0 2rem;
}

.has-sidebar.content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%;
    /*moving sidebar into content*/
    margin-right: 0;
}

.site-main {
    max-width: 100%;
    padding-top: 50px;
}

.has-sidebar .site-main {
    margin: 0 0 0 0;
    /*moving sidebar into content*/
    float: left;
    margin-right: 0;
}

.has-sidebar .hentry {
    /*moving sidebar into content*/
    margin-right: 0;
}

.site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid;
}


/* THEME SPECIFIC ITEMS */

.site-branding {
    float: left;
    width: 100%;
    z-index: 999;
}


/* Hero Section */

.site-hero-container {
    position: relative;
    margin-top: 0;
}

.hero-content-width {
    margin: 0 auto;
    max-width: 1366px;
    position: relative;
}

.site-hero-image img {
    margin: 0 auto;
    clear: both;
    display: block;
}

.site-hero-overlay {
    position: relative;
    bottom: 0;
    margin-top: -60px;
}

.site-hero-text {
    margin-top: 32px;
}

.site-hero-text h1 {
    padding-bottom: 16px;
    border-bottom: 1px solid #323232;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-description {
    margin: 16px auto;
    max-width: 1200px;
    text-align: center;
}

.learn-more-container {
    width: 100%;
    text-align: center;
}

.learn-more-text.button {
    padding: 8px 48px;
}

.featured-image {
    text-align: center;
}

.admin-bar .site-branding {
    /*   top: 36px; */
}

.nav-outer {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
}


/* set content top to account for Fixed header. */


/*#content {
    padding-top: 109px;
}*/

.home .site-header {
    position: inherit;
}

.home #content {
    padding-top: 0px;
}

.home.fixed-nav #content {
    padding-top: 109px;
}

.nav-branding {
    float: left;
    max-width: 250px;
    opacity: 1;
    z-index: 999;
}

.site-hero-right .nav-container {
    right: 20px;
    top: 10px;
}

.entry-header {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.home .entry-content {
    margin-top: 0;
}

.nav-container {
    float: left;
    position: absolute;
    left: -2rem;
}

.header-right {
    float: left;
    padding-right: 3.5rem;
    margin-top: 14px;
    position: relative;
}

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

.slider-text {
    max-width: 400px;
}

.site-header {
    width: 100%;
    z-index: 999;
    /*height: calc(100vh + 90px);*/
    /*  position: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.home .site-header section.content-width {
    /* height: 425px; */
}

.header-top-bar {
    width: 100%;
    float: left;
    background-color: #0d4376;
}

.header-top {
    width: 100%;
    margin: 5px auto;
}

.oiltext a,
.oiltext a:visited {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.nav-bar.content-width {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 32px;
}

.nav-container-outer {
    position: relative;
}

.nav-holder {
    width: 100%;
    z-index: 999;
    clear: both;
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 2px);
    position: relative;
    /*position: absolute;*/
    /*  transform: scaleY(0);
    transition: all .2s ease-in-out;
    transform-origin: top;
    bottom: -109px;*/
}

#site-navigation {
    display: none;
}

.no-js #site-navigation {
    display: block;
}

.phone-number-container {
    display: none;
}

.no-js .phone-number-container {
    display: block;
    display: flex;
}

.header-right-content {
    float: left;
    position: relative;
    z-index: 1000;
}

.phone-number-container {
    height: 60px;
    width: 190px;
    background-color: #dd0707;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.phone-icon {
    font-size: 32px;
}

.phone-number {
    padding-left: 25px;
}

.header-right-widget {
    position: absolute;
    right: -2rem;
    transition: transform .2s ease;
}

.header-right-widget {
    transform: translateX(132px);
}

.no-js .header-right-widget {
    transform: translateX(132px);
}

.header-right-widget.active {
    transform: translateX(0);
}

.nav-holder.in-view {
    transform: scaleY(1);
    position: relative;
    bottom: inherit;
}

.fix-nav.nav-holder {
    /*  position: fixed;*/
    top: 0;
    transform: scaleY(1);
    bottom: inherit;
}

.nav-collapse,
.nav-collapse ul {
    /*top: 36px;*/
    z-index: 9999;
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-collapse a:active,
.nav-collapse .active a {}

.admin-bar .fix-nav.nav-holder {
    top: 32px;
}

.nav-holder.fix-nav.in-view.nav-up {
    top: -109px;
}

.site-footer {
    clear: both;
    width: 100%;
}

.footer-columns {
    margin-top: 70px;
    margin-bottom: 24px;
}

.footer-center {
    margin: 0 auto 32px;
    text-align: center;
    border-top: 1px solid;
    padding-top: 16px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.67;
}

.bold-text {
    font-weight: 700;
}

.light-text {
    font-weight: 100;
}

.button {
    border-style: solid;
    border-width: 5px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
}

.split-list {
    margin-bottom: 0;
    margin-left: 0;
}

.split-list.list-second-half {
    margin-bottom: 1.5rem;
}

.list-container li {
    margin-bottom: 1rem;
}


/*.split-list {
	-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

.text-column {
    padding: 5px 24px;
}

.full-width-section {
    padding: 48px 0;
}

.vertical-center,
.site .vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column,
.site .flex-column {
    flex-direction: column;
}

.featherlight iframe {
    width: 100%;
    height: 100%;
}

.mobile-border-right {
    border-right: 1px solid;
}

#credits .text-column.vertical-center {
    flex-direction: column;
}

.clear-space {
    clear: both;
}

@media screen and (max-width:420px) {
    .nav-bar.content-width {
        height: 90px;
        align-items: flex-end;
    }
    .learn-more-container {
        padding-bottom: 30px
    }
    .nav-branding {
        align-self: flex-start;
    }
    .site-hero-overlay {
        position: relative;
        bottom: 0;
        margin-top: -60px;
    }
}


/* media Queries */


/*over 600px*/

@media screen and (min-width: 37.5rem) {
    .site-hero-overlay {
        position: relative;
        bottom: 0;
        margin-top: -80px;
    }
    .nav-holder.fix-nav.in-view.nav-up {
        top: 0;
    }
    .hero-left-inner a.custom-logo-link img {
        max-width: 100%;
    }
    .site-hero-right .nav-container {
        right: 50px;
    }
    .border-right,
    .border-right-small {
        border-right: 1px solid;
    }
    .nav-outer {
        height: 109px;
        position: relative;
        float: left;
        width: 100%;
    }
    .nav-container {}
    .header-right {
        float: right;
        margin-right: 1rem;
        padding-right: 1.5rem;
        margin-top: 14px;
        position: absolute;
        right: 60px;
    }
    .header-widget {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .nav-branding {
        max-width: 200px;
    }
}


/*over 768px*/

@media screen and (min-width: 48rem) {
    .site-hero-overlay {
        position: relative;
        bottom: 0;
        margin-top: -170px;
    }
    .border-right-medium {
        border-right: 1px solid;
    }
    .nav-branding {
        max-width: 250px;
    }
    /* Sidebar pages */
    .has-sidebar .site-main {
        margin: 0 30% 0 0;
        /*moving sidebar into content*/
        margin-right: -30%;
    }
    .has-sidebar .hentry,
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation,
    .has-sidebar .comments-area {
        /*moving sidebar into content*/
        margin-right: 30%;
    }
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation,
    .has-sidebar .comments-area {
        padding-right: 25px;
    }
    .site-content .widget-area {
        width: 30%;
        border-left: 1px solid;
        padding-left: 24px;
        margin-bottom: 90px;
    }
    .has-sidebar .page-content,
    .has-sidebar .entry-content,
    .has-sidebar .entry-summary {
        padding-right: 25px;
    }
    .site-content .widget-area {
        border-top: none;
        margin-top: 75px;
    }
    .hero-image {
        margin-top: auto;
    }
    #credits .text-column.vertical-center {
        flex-direction: row;
    }
    #credits .text-column.vertical-center img {
        max-width: 50%;
    }
}

@media screen and (min-width: 54rem) {
    .nav-collapse a {
        padding: 0.7em .7em;
    }
    .site-hero-overlay {
        /*position: absolute;
    bottom: 0;*/
        width: 100%;
    }
}


/*over 1024px */

@media screen and (min-width: 64rem) {
    .nav-toggle:before {
        border-radius: 5px 5px 5px 5px;
        left: 0;
    }
    .nav-toggle.active:before {
        border-radius: 5px 5px 0 0;
    }
    .js .header-right-widget {
        transform: translateX(0);
    }
    .header-right-widget {
        right: 0;
    }
    .phone-number-container {
        border-radius: 5px 5px 5px 5px;
    }
    .content-width {
        padding: 0 5rem;
    }
    .header-right {
        margin-right: 10px;
    }
    .nav-container {
        width: auto
    }
    .nav-collapse a {
        padding: 0.7em 1em;
    }
}


/*over 1152px*/

@media screen and (min-width: 72rem) {}

@media screen and (min-width:81.250rem) {
    .content-width.hero-content-width {
        max-width: 100%;
    }
    .hero-left-inner {
        float: right;
        margin-right: 0;
        max-width: calc( 1285px / 2);
        padding-left: 5rem;
    }
}