/*!
Theme Name: Local 814
Theme URI: http://underscores.me/
Author: e. james ford
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ibt814
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Local 814 is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

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

/* Grouping content
	 ========================================================================== */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;

}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #004f7f;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #004f7f;
    margin: 0px auto;
}

h3 {
    text-align: center;
    text-transform: none;
}


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%;
}
@media screen and (min-width: 768px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
    }
}


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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://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. */
}

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

ul, ol {
	margin: 0 0 1.5em 0.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;
	color: rgba(0, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Button Lines */
.is-style-outline .wp-block-button__link {    
    background: 0 0;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.is-style-outline .wp-block-button__link::before, .is-style-outline .wp-block-button__link::after {
    display: inline-block;
    width: 80px;
    height: 19px;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(images/button-lines-yellow.png);
    content: '\00a0';
}
.is-style-outline .wp-block-button__link::before {
    background-position: center right;
    transform: rotate(180deg);
    height: 21px;
}

.is-style-squared .wp-block-button__link {
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 270px;
    height: 51px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/fancy-button-yellow.png);
    background-size: contain;
}


/*--------------------------------------------------------------
# Header/Footer
--------------------------------------------------------------*/
.site-header {
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 79, 127, 0.7);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;
    height: 70vh;
}

.site-header .notification {
    font-size: 11px;
    background-color: #fdb813;
    color: #fff;
    text-align: center;
    line-height: 2.5;
}
.site-header .notification a {
    color: #004f7f;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    display: block;
}
.site-header .notification a:hover {
    text-decoration: underline;
}


body.blog .site-header {
    height: 60vh;
}

.site-branding .custom-logo-link {
    padding: 10px 0px 0px 0px;
    width: 100px;
}

.site-header .site-tagline, .site-header .site-title, .site-header .site-description {
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0px auto;
}

.site-header .site-tagline a, .site-header .site-title a, .site-header .site-description a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(253, 184, 19, 1);
}


.site-header .site-tagline {
    font-size: 18px;
    padding: 10px 0px 20px 0px;

}

.site-header .site-title {
    font-size: 36px;
    width: 250px;
    padding: 0px 0px 20px 0px;
}


.site-header .site-description {
    font-size: 11px;
    font-weight: 400;
    width: 320px;
    line-height: 1.5;
    border-bottom: none;
}
.site-header .site-description a {
    text-shadow: none;
    padding-bottom: 45px;
    display: inline-block;
}

.site-footer {
    background-color: #004f7f;
    color: #fff;
    min-height: 250px;
    padding: 50px 0px;
}

.site-footer .site-info {
    max-width: 900px;
    margin: 0px auto;
    padding: 0px 20px;
}

.site-footer a {
    color: #fff !important;
}

.site-footer h2 {
    color: #fdb813;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 0px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
}
.site-footer ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.site-footer li {
    padding: 0px 10px;
    font-size: .9em;
    padding: 5px 15px 0px 18px;
}
.site-footer li a {
    text-decoration: none;
}

.site-footer .widget_text {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    
}
.site-footer .widget_text strong {
    color: #FDB813;
    text-transform: uppercase;
    font-weight: 400;
}

.site-footer .widget_text p {
    margin: 0px 0px 10px 0px;
}

#masthead.menuopen {
    transform: translateY(-390px);
}

@media screen and (min-width: 600px) {
    .site-header, body.blog .site-header {
        text-align: left;
        height: 150px;
    }
    .site-header .notification {
        font-size: 16px;
        padding-top: 2px;
    }
    .site-header-inner {
        max-width: 1300px;
        margin: 0px auto;
        position: relative;
    }

    .site-branding .custom-logo-link {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 0px;
    }

    .site-header .site-tagline, .site-header .site-title, .site-header .site-description {
        position: absolute;
        left: 125px;
        padding: 0px;
    }

    .site-header .site-tagline {
        top: 18px;

    }

    .site-header .site-title {
        top: 40px;
        font-size: 29px;
        width: auto;
    }

    .site-header .site-description {
        top: 70px;
        width: auto;
        letter-spacing: 1px;
        font-size: 10px;
    }
    .site-header .site-description a {
        padding-bottom: 0px;
    }
    .site-footer .widget {
        width: 50%;
        margin: 0px 0px 0px 0px;
        float: left
    }
    #masthead.menuopen {
        transform: translateY(-150px);
    }
    
}


@media screen and (min-width: 768px) {
    .site-header, body.blog .site-header {
        height: 190px;
    }
    .site-header-inner {
    }

    .site-branding .custom-logo-link {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 0px;
        width: 155px;
    }

    .site-header .site-tagline, .site-header .site-title, .site-header .site-description {
        left: 175px;
    }

    .site-header .site-tagline {
        font-size: 30px;
    }

    .site-header .site-title {
        top: 54px;
        font-size: 38px;
    }

    .site-header .site-description {
        top: 96px;
        letter-spacing: 2px;
        font-size: 11px;
    }
    .site-footer .widget {
        width: 33%;
    }
    #masthead.menuopen {
        transform: translateY(-190px);
    }
}

@media screen and (min-width: 900px) {

    .site-branding .custom-logo-link {
        top: 15px;
        left: 15px;
    }

    .site-header .site-tagline, .site-header .site-title, .site-header .site-description {
        left: 185px;
    }

    .site-header .site-tagline {
        font-size: 36px;
        top: 24px;
    }

    .site-header .site-title {
        top: 60px;
        font-size: 48px;
    }

    .site-header .site-description {
        top: 110px;
        font-size: 11px;
        width: 600px;
    }
}

@media screen and (min-width: 1024px) {
    
    .site-header .site-tagline {
        top: 30px;
    }
    .site-header .site-title {
        top: 65px;
        font-size: 51px;
    }

    .site-header .site-description {
        width: auto;
    }
}




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

a:visited {
	color: #004f7f;
}

a:hover, a:focus, a:active {
	color: #004f7f;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    position: fixed;
    width: 75%;
    top: 0px;
    right: -650px;
    background: rgba(0, 79, 127, 1);
    transition: all .25s ease-out;
    text-align: left;
    max-width: 480px;
    font-family: 'Josefin Sans';
    z-index: 99998;
    margin: 0px;
    height: 100vh;
    padding: 100px 10px 0px 10px !important;
    text-transform: uppercase;
    font-weight: 600;    
}

.main-navigation.is-open {
    right: 0;
}
body.admin-bar button#responsive-menu-pro-button {
    top: 45px;
}


button.hamburger {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 60px;
    right: 5%;
    display: inline-block;
    transition: transform0.5s, background-color0.5s;
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    font-size: 36px;
    color: #fff;
    border: none;
    z-index: 99999999;

}
body.admin-bar button.hamburger {
    top: 45px;
}

.main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;

}

.main-navigation ul a {
    line-height: 45px;
    display: block;
    color: rgba(253, 184, 19, 1);
    background-color: rgba(0, 79, 127, 1);
    height: 45px;
    text-decoration: none; 
}





#responsive-menu-pro-button.scrolled {
    background-color: rgba(0, 79, 127, 1);
    transform: translate(0,-45px);
}
#responsive-menu-pro-container {
   padding: 130px 10px 0px 10px !important;
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
    #responsive-menu-pro-container {
       padding: 130px 40px 0px 40px !important;
    }
}

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-header,
.entry-header {
    text-align: center;
    color: #004f7f;
    background-image: url(images/header-underline.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-transform: uppercase;
}
.entry-header-image {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}





.page-title,
.entry-title {
    padding: 10px 0px;
    text-shadow: 3px 3px 0px rgba(253, 184, 19, 1);
    text-align: center
}

body:not(.blog) .page-title,
.entry-title {
    margin: 70vh 0px 0px 0px;
}

body.single .entry-title {
    margin: 0px auto;
}


.page-content,
.entry-content,
.entry-summary {
	margin: 0px auto;
    max-width: 750px;
    padding: 0px 15px;
}

.entry-meta {
    text-align: center;
    font-size: 12px;
    margin: 20px 0px 0px 0px;;
}


.page-content h1,
.entry-content h1 {
    text-transform: uppercase;
    text-align: center;
    background-image: url(images/content-header-underline.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #004f7f;
}

.page-content h2,
.entry-content h2 {
    width: 95%;
}


.page-content .wp-block-column strong,
.entry-content .wp-block-column strong {
    font-size: 110%;
    color: #004f7f;
    
}


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


.post-navigation {
    max-width: none;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.post-navigation a {
    color: #373737;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.post-navigation a:hover {
    background-color: rgba(0, 79, 127, 0.25);
}

body.page-what-we-do .wp-block-column {
    background-color: #f4f4f4;
}
.wp-block-column h2 {
    width: 90%;
}
.wp-block-column p {
    padding: 0px 15px
}

.wp-block-column a[href^="mailto"] {
    font-size: 90%;
}

.people-sidebar {
	margin: 0px auto;
    max-width: 750px;
    padding: 0px 15px;
    text-align: center;
}

.single-blog-thumbnail {
    margin: 50vh auto 0px auto;
    text-align: center;
    max-width: 750px;
}

@media screen and (min-width: 600px) {

    .wp-block-column:not(:last-child) {
        margin-right: 0px;
    }
    .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
        margin-left: 0px;
    }
    .single-blog-thumbnail {
        margin: 150px auto 0px auto;
    }
    .page-content h2,
    .entry-content h2 {
        width: 50%;
    }
    .wp-block-column h2 {
        width: 90%;
        font-size: 18px;
    }
    .post-15 .entry-header-image {
        background-position: center top;
    }

    
}
@media screen and (min-width: 768px) {
    .entry-header-image {
        height: 450px;
    }

    body:not(.blog) .page-title,
    .entry-title {
        margin: 460px 0px 0px 0px;
    }

    body.single .entry-title {
        margin: 0px auto 0px auto;
        max-width: 750px;
    }
    .wp-block-column h2 {
        font-size: 24px;
    }
}




@media screen and (min-width: 900px) {
    .wp-block-column:not(:last-child) {
        margin-right: 32px;
    }
    .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }
    /*
    .post-15 {
        max-width: 1100px;
        margin: 0px auto;
    }
    .post-15 .entry-content {
        float: left;
        width: 77%;
        max-width: none;
    }
    .post-15 .people-sidebar {
        float: right;
        width: 22%;
        text-align: left;
    }
    .post-15 .people-sidebar h2 {
        text-align: left; 
        border-bottom: none;
        font-size: 1em;
    }
    */
}


@media screen and (min-width: 1100px) {
    .entry-header-image {
        height: 650px;
    }

    body:not(.blog) .page-title,
    .entry-title {
        margin: 660px 0px 0px 0px;
    }
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

.blog .site-content {
    margin-top: 390px;
    
}
.post-grid {
    margin-top: 20px;
    max-width: 1024px;
    margin: 0px auto;
}

.post-grid article .blog-thumbnail img {
}

.post-grid article .entry-header {
    background-image: none;
}

.post-grid article .entry-title {
    margin: 0px auto 5px auto;
    font-weight: 700;
    text-align: left;
    text-shadow: none;
    padding: 5px 5px;
    text-transform: none;
    width: 90%;
}
.post-grid article .entry-title a {
    color: #373737;
    text-decoration: none;
}
.post-grid article .entry-content, .post-grid article .entry-content p {
    margin: 0px 0px 5px 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* ===== == = === (600px) === = == ===== */
@media only screen and (min-width: 600px) {
    .blog .site-content {
        margin-top: 150px;

    }
    .post-grid article {
        float: left;
        width: 33%;
        padding: 5px 5px 5px 5px;
        margin: 0px 0px 5px 0px;
        transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
    }
    .post-grid article:hover {
    }
    .post-grid article .article-inner {
        background-color: #f4f4f4;
        min-height: 315px;
    }
    
    .post-grid article .entry-title {
        font-size: 16px;
        line-height: 1.25;
    }
    .post-grid article .entry-content {
        font-size: 12px;
    }
    .post-grid article .entry-footer {
        font-size: 10px;
    }
    .post-grid article .moretag, .post-grid article .byline {
        display: none;
    }
    .post-grid article:first-child {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
    .post-grid article:first-child:hover {
        transform: scale(1);
        -webkit-box-shadow: none;
        -moz-box-shadow:  none;
        box-shadow:  none;
    }
    .post-grid article:first-child .moretag {
        display: block;
        margin: 10px 0px 0px 0px;
        font-size: 14px;
        padding: 6px 8px 3px 8px;
        max-width: 120px;
        background-color: #004f7f;
        text-align: center;
        border-radius: 4px;
        color: #fdb813;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
    }
    .post-grid article:first-child .byline {
        display: inline;
    }
    .post-grid article:first-child .blog-thumbnail {
        width: 49%;
        display: block;
        float: left;
    }
    .post-grid article:first-child .entry-header {
        padding: 0px 0px 0px 0px;
        width: 48%;
        float: right;
    }
    .post-grid article:first-child .entry-title {
        width: 95%;
        padding: 5px 15px;
        margin: 0px 0px 5px 0px;
    }
    .post-grid article:first-child .entry-content {
        width: 48%;
        float: right;
    }
    .post-grid article:first-child .entry-footer {
        width: 48%;
        float: right;
    }
    .post-grid article:nth-child(3n+2) {
        clear: left;
    }
    
}

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .blog .site-content {
        margin-top: 190px;
    }
    .post-grid article:first-child .entry-header {
        padding: 10px 0px 0px 0px;
    }
}

/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .post-grid article {
        padding: 5px 10px 5px 10px;
        margin: 0px 0px 10px 0px;
    }
    .post-grid article .entry-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .post-grid article:first-child .entry-header {
        padding: 20px 0px 0px 0px;
    }
    .post-grid article:first-child .entry-title {
        font-size: 24px;
    }
}


/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/

.cover {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.cover .scroll-to-content {
    position: absolute;
    bottom: 72px;
    left: 0px;
    width: 100%;
    height: 24px;
    text-align: center;
    display: block;
    z-index: 999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/the-down-carat.png);
}

.cover .slideshow-desktop {
    display: none;
}

.cover .slideshow-mobile {
    margin-top: -50px;
    width: 100%;
    height: auto;
}

.front-page .entry-content {
    max-width: none;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
/* All Blocks */
.front-page .entry-content p, .front-page .entry-content h2, .front-page .entry-content .wp-block-button {
    margin: 0px auto;
}

.front-page .entry-content h2 {
    font-size: 24px;
}

.section-container {
    width: 100%;
    padding: 0px
}
.section-container p, .section-container h2 {
	margin: 0px auto;
    max-width: 650px;
    padding: 0px 15px;
}

.section-container h2 {
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.section-container h2 a {
    text-decoration: none;
}

.section-container h2:before, .section-container h2:after {
    content:"\00b7";
    display: inline-block;
    padding: 0px 10px;
}


.section-container p {
    padding: 10px 0px 10px 0px;
}

.front-page .entry-content .wp-block-button {
    padding: 0px 0px 20px 0px;
    
}
/* Dark Blue Blocks */
.dark-blue-container, .wp-block-button.dark-blue {
    background-color: #004F7F;
}

.dark-blue-container {
    color: #fff;
}
.dark-blue-container h2 {
    color: #FDB813
}

.wp-block-button.dark-blue a {
    color: #fff;
}
/* Medium Blue Blocks */
.medium-blue-container, .wp-block-button.medium-blue {
    background-color: #4A90E2;
}

.medium-blue-container {
    color: #fff;
}
.medium-blue-container h2 {
    color: #fff;
}

.wp-block-button.medium-blue {
    color: #fff;
}
/* Yellow Blocks */
.yellow-container, .wp-block-button.yellow {
    background-color: #f8efdd;
}
.yellow-container {
    color: #000;
}
.yellow-container h2 {
    color: #004F7F;
    border-bottom: 1px solid #004F7F;
}

.wp-block-button.yellow {

}

@media only screen and (min-width : 600px) {
    .front-page .entry-content h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width : 768px) {
    .cover {
        max-height: 100vh;
        overflow: hidden;
    }
    .cover .slideshow-desktop {
        display: inline-block;
    }
    .cover .slideshow-mobile {
        display: none;
    }
}
@media only screen and (min-width : 1300px) {
    .cover {
        height: 100vh;
    }
}

@media only screen and (min-width : 1920px) {
    .cover .slideshow-desktop {
        width: 100%;
    }
}


/*--------------------------------------------------------------
## Twitter Feed
--------------------------------------------------------------*/
.twitter-feed-inner {
    max-width: 860px;
    margin: 0px auto;
}
.twitter-feed .twitter-title {
    display: block;
    width: 31px;
    height: 25px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/twitter.png);
    background-size: contain;
    margin: 20px auto 0px auto;
    text-indent: -9999999px;
    border-bottom: none;
}

.social-feed-container.owl-nav-style-arrow .owl-nav button.owl-prev {
    left: -60px;
}
.social-feed-container.owl-nav-style-arrow .owl-nav button.owl-next {
    right: -60px;
}
.svc_margin_container  {
    box-shadow: none !important;
}
.svc_top_author .media-body i.fa-twitter, .vc_social_tm1.svc-social-item .svc_share {
    display: none !important;
}
.vc_social_tm1 .svc-date {
    position: absolute;
    bottom: 0px;
    left: 22px;
    font-size: 9px !important;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px !important;
}


@media screen and (max-width: 1023px) {
    .social-feed-container.owl-nav-style-arrow .owl-nav {
        display: none;
    }

}


/*--------------------------------------------------------------
## News Feed
--------------------------------------------------------------*/
.news-feed {
    background-color: #e2effb;
    text-align: center;
    padding: 50px 0px;
}

.news-feed h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    width: 320px;
    height: 46px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/news-header-bg.png);
    background-size: contain;
    margin: 0px auto;
    padding: 2px 0px 0px 0px;
    border-bottom: none;
}

.news-feed .post-date {
    color: #004F7F;
    line-height: 1;
    padding: 20px 0px 10px 0px;
}
.news-feed .post-title {
    display: block;
    max-width: 850px;
    letter-spacing: 2px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
    color: #004F7F;
    margin: 0px auto;
}

.news-feed .post-excerpt {
    padding: 0px 0px 25px 0px;
}

.more-news {
    width: 100%;
    max-width: 480px;
    border-top: 1px solid #4A90E2;
    margin: 0px auto;
}

.more-news-link {
    display: block;
    width: 100%;
    max-width: 170px;
    margin: 0px auto;
    background-color: #4A90E2;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 2.5;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.page-template-page-contact article {
    max-width: 1024px;
    margin: 0px auto;
}

.page-template-page-contact .entry-content {
    max-width: none;
    padding: 20px;
}
.page-template-page-contact .entry-map {
    overflow:hidden;
    margin-top: 25px;
}
.page-template-page-contact .entry-map iframe {
    width: 100%;
    position:relative; 
    top:-50px;
}

.page-template-page-contact article a {
    text-decoration: none;
    color: #404040;
}

.page-template-page-contact article a:hover {
    text-decoration: underline;
}


/* ===== == = === (600px) === = == ===== */
@media only screen and (min-width : 600px) {
    .page-template-page-contact .entry-content {
        width: 40%;
        float: left;
    }
    .page-template-page-contact .entry-map {
        width: 60%;
        float: right;
    }
}

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .page-template-page-contact .entry-content {
        width: 35%;
    }
    .page-template-page-contact .entry-map {
        width: 65%;
    }
}

/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .page-template-page-contact .entry-content {
        width: 30%;
    }
    .page-template-page-contact .entry-map {
        width: 70%;
    }
}

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