/*!
Theme Name: SoE
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soe
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.

SoE 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: 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;
	font-size: 18px;
    line-height: 32px;
}

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

ul {
	list-style: disc;
	margin: 0 0 0 20px;
    padding: 0;
    list-style-position: inside;
}

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: 2px solid;
    border-color: #989898;
    border-radius: 25px;
    background: #fff;
    color: #989898;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    padding: .6em 1em .4em;
    transition: 0.5s;
    cursor:pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #2d6cbf;
	color: #2d6cbf;
}

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

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

a:visited {
	color: #2d6cbf;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background:#2d6cbf;
	height:100%;
	display:none;
}
@media (min-width: 500px) {
	.main-navigation {
		background: transparent;
	}
}
@media (min-width: 1220px) {
	.main-navigation {
		display:block;
	}
}

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

.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;
	background:#2d6cbf;
	margin-left: 0px;
}

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

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

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

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

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

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

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

@media screen and (min-width: 1220px) {
	.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 {
	text-align: left;
    float: left;
    width: 40%;
    border-left: 8px solid #2d6cbf;
    padding: 3px 7px 3px 11px;
    font-weight:bold;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 40%;
    border-right: 8px solid #2d6cbf;
    padding: 11px 7px 3px 3px;
    font-weight:bold;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	color:#989898;
	transition:0.5s;
}

.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
	color:#2d6cbf;
}

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

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


/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration:none;
}
.site-header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    color: #2d6cbf;
    background: #fff;
    height:50px;
    box-shadow: 0 0 10px #3a3a3a;
    transition:0.2s;
}
.site-header a {
	color:#2d6cbf;
}
.site-header ul li a {
	text-decoration: none;
    font-weight: bold;
    color: #2d6cbf;
    display: inline-block;
    padding: 0px 11px;
    height: 100%;
    line-height: auto;
    text-transform: uppercase;
    font-size: 13px;
    transition:0.2s;
}
.site-header ul li ul li a {
	color:#fff;
	color: #fff;
    line-height: 18px!important;
    padding: 0;
}
.site-header ul li a:hover {
	color:#fff;
}
.site-header ul li ul li a:hover {
    color: #fff;
    background:#215294;
}
.site-branding {
	width:auto;
	display: inline-block;
	margin: 8px 0 0 15px;
    width: 212px;    
    transition:0.2s;
}
@media (min-width: 500px) {
	.site-branding {
	    width: 327px;
	    margin-top: 17px;
	    margin-left: 15px;
	    margin: 17px 10px 10px 15px;
	}
	.site-header ul li a {
	    line-height: 94px;
	    font-size: 13px;
	}
	.site-header {
		height:94px;
	}
}
@media (min-width: 1220px) {
	.site-header ul li ul li a {
	    padding: 13px 8px;
	}
}
@media (min-width: 1283px) {
	.site-header ul li a {
	    font-size: 15px;
	}
}
.main-navigation {
	float:right;
	width:auto;
}
.full-screen-panel {
	min-height:100%;
	min-height:100vh;
	height:100%;
	height:100vh;
	background:#fff;
	overflow:hidden;
	position:relative;
}
.small-screen-panel {
	min-height:60%;
	min-height:60vh;
	height:auto;
	background:#fff;
	overflow:hidden;
	position:relative;
}
.part-screen-panel {
	min-height:250px;
	background:#fff;
	overflow:hidden;
	position:relative;
}
.part-screen-padding {
	padding-top: 100px;
}

.ad-screen-panel {
	height:500px;
	background:#fff;
	position:relative;
}
.standard-screen-panel {
	height:auto;
	background:#fff;
	overflow:hidden;
	position:relative;
}


.standard-screen-panel-alt {
	height:auto;
	background:#fff;
	position:relative;
}

.mainhero h1, .mainhero .home-hero-subhead {
	text-shadow: 0 0 13px #000;
}
.mainhero h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
    font-weight:bold;
}
@media (min-width: 500px) {
	.mainhero h1 {
	    font-size: 30px;
	    line-height: 35px;
	    margin: 10px 0;
    	font-weight:normal;
	}
}
@media (min-width: 800px) {
	.mainhero h1 {
	    font-size: 50px;
	    line-height: 61px;
	    margin: 20px 0;
    	font-weight:normal;
	}
}

h1 {
    font-size: 30px;
    line-height: 41px;
    margin: 10px 0;
    font-weight: normal;
}
h2 {
    font-size: 30px;
    line-height: 41px;
    margin: 20px 0;
    font-weight: normal;
}
h3 {
	font-size: 13px;
    line-height: 30px;
    margin: 20px 0;
    font-weight: bold;
    letter-spacing: 6px;
    text-transform: uppercase;
}
h4 {
	font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
    font-weight: normal;
}
@media (min-width: 500px) {
	h1 {
	    font-size: 50px;
	    line-height: 61px;
	    margin: 20px 0;
	    font-weight: normal;
	}
	h2 {
	    font-size: 40px;
	    line-height: 61px;
	    margin: 20px 0;
	    font-weight: normal;
	}
	h3 {
		font-size: 20px;
	    line-height: 30px;
	    margin: 20px 0;
	    font-weight: bold;
	    letter-spacing: 6px;
	    text-transform: uppercase;
	}
}

.header-date {
	margin-top:-15px;
}

.button {
	display:inline-block;
	border:2px solid #fff;
	background:#2d6cbf;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:10px 8px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin: 10px 2px;
	transition:0.2s;
}
@media (min-width: 500px) {
	.button {
		margin: 30px 20px;
		font-size:16px;
	}
}
.button a {
	text-decoration:none;
	color:#fff;
}
.button:hover {
	background:#fff;
	border:2px solid #2d6cbf;
}
.button:hover a {
	color:#2d6cbf;
}
.full-screen-panel .button:hover {
	background:transparent;
	border:2px solid #fff;
}
.full-screen-panel .button:hover a {
	color:#fff;
}
.button-clear {
	background:transparent;
	border:2px solid #fff;
	transition:0.2s;
}
.button-clear:hover {
	background:#2d6cbf!important;
}
.special-button {
	background:#d46028;
	border:2px solid #d46028;
	margin:0;
	transition:0.2s;
	animation: pulse 1.25s 5;
	box-shadow: 0 0 0 0px rgba(212, 96, 40, 1);
}

@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(212, 96, 40, 0);}}

.special-button:hover {
	color:#fff!important;
	background:rgba(0,0,0,0.5)!important;
	border:2px solid #d46028!important;
}
.special-button a {
	color:#fff!important;
	transition:0.2s!important;
}
.special-button:hover a {
	color:#d46028!important;
}

.overlay-blue {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #2d6cbf;
    mix-blend-mode: multiply;
    opacity:0.8;
}

@supports (mix-blend-mode: multiply) {
	.overlay-blue {
	    opacity:1;
	}
}

@supports (mix-blend-mode: multiply) {
	.overlay-grey {
	    opacity:1;
	}
}


.nocolor {
	background:#5f5f5f;
}
.main-navigation li {
    float: left;
    position: relative;
    padding: 0px;
}
.main-navigation li:hover {
    background:#2d6cbf;
    color:#fff;
}
.main-navigation li:hover a {
    background:#2d6cbf;
    color:#fff;
}
.current-menu-item a {
    background:#2d6cbf!important;
    color:#fff!important;
}
.main-navigation ul li ul li:hover {
    background:#215294;
}



.seo-content {
	width:96%;
	max-width:1000px;
	margin:0 auto 0;
	position:relative;
}
.height100 {
	height:100%;
	height:100vh;
}

#home-hero {
	min-height:100%;
	min-height:100vh;
	height:100%;
	height:100vh;
	background:#ccc;
	overflow:hidden;
	position:relative;
}
.fullimage {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	top:0;
	left:0;
	z-index:0;
	display:block;
}
.fullbgimage, .fullbgimage-mobile {
	position:absolute;
	width:100%;
	height:auto;
	object-fit:cover;
	top:0;
	left:0;
	z-index:0;
}
@supports (mix-blend-mode: multiply) {
	.fullbgimage, .fullbgimage-mobile {
		height:100%;
	}
}
.fullbgimage {
	display:none;
}
.fullbgimage-mobile {
	display:block;
}
.verticalcenter {
	z-index:1;
	width:100%;
	max-width:800px;
	text-align:center;
	color:#fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}
@media (min-width: 500px) {
	.verticalcenter {
		z-index:1;
		width:100%;
		max-width:800px;
		text-align:center;
		color:#fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.home-hero-head {
    position: relative;
    font-weight: 100;
    font-size: 30px;
    line-height: 35px;
    color:#ffffff;
    text-align:center;
    padding-bottom: 20px;
}
.home-hero-subhead {
    position: relative;
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
    padding-right: 0px;
    color:#ffffff;
}
@media (min-width: 500px) {
	.home-hero-subhead {
	    position: relative;
	    font-weight: 100;
	    font-size: 18px;
	    line-height: 25px;
	    padding-right: 0px;
	    color:#ffffff;
	}
}
#home-hero h1 {
    position: relative;
    font-weight: 100;
    font-size: 33px;
    line-height: 41px;
    color:#fff;
    text-align:center;
    padding-bottom: 30px;
    opacity:0;
}
#home-hero h2 {
    position: relative;
    font-weight: 100;
    font-size: 18px;
    line-height: 25px;
    padding-right: 0px;
    color:#fff;
    opacity:0;
}


@media (min-width: 1000px) {
.fullbgimage {
	display:block;
}
.fullbgimage-mobile {
	display:none;
}
}

.no-background-panel {
	margin: 50px auto 30px;
    text-align: left;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}

.no-background-panel-alt {
	margin: 50px auto 0px;
    text-align: left;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}


.video-panel {
	margin: 0px auto 0px;
    text-align: left;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}

.value-buttons {
	display: inline-block;
    width: calc( 100% - 40px);
    margin: 20px;
    vertical-align: top;
}
@media (min-width: 500px) {
	.value-buttons {
	    width: calc( 25% - 40px);
	}
}

.homeposts {
    display: inline-block;
    width: calc(100% - 40px);
    box-shadow: 0 0 8px #888888;
    margin: 20px;
    vertical-align: top;
    position:relative;
    padding-bottom:40px;
}
.homeposts:hover .homepost-featured img {
	width:120%;
	height:120%;
	object-fit:cover;
}
.homeposts:hover .homepost-fullstory {
    background: #2d6cbf;
}
@media (min-width: 500px) {
	.homeposts {
	    width: calc(44% - 20px);
	}
}
@media (min-width: 1000px) {
	.homeposts {
	    width: calc(33% - 40px);
	}
}
.homepost-featured {
	width:100%;
	height:200px;
	overflow:hidden;
}
.homepost-featured img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.2s;
}
.homepost-words {
	padding:10px;
	text-align:left;
	margin-bottom:20px;
}
.homepost-words h3 {
	font-size: 13px;
    line-height: 30px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ababab;
}
.homepost-words h3 a {
	text-decoration:none;
}
.homepost-words a {
	text-decoration:none!important;
}
.homepost-words h4 {
    color:#161616;
}
.homepost-fullstory {
	background: #ababab;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 10px;
    color: #fff;
    bottom:20px;
    right:20px;
    position:absolute;
    border-radius:20px;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.homepost-fullstory:hover {
	background: #2d6cbf;
}

footer {
	background:#2d6cbf;
	color:#fff;
	padding:10px 0;
}


/* Style the tab */
.tab {
    overflow: hidden;
    margin-bottom:-1px;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: #e8eff8;
    float: left;
    border: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    padding-top: 18px;
    outline:0;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    width:100%;
}
@media (min-width: 600px) {
	.tab button {
		width:auto;
	}
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
	background-color: #fff;
    border-top: 10px solid #2d6cbf;
    border-bottom: 0px;
    padding-top: 10px;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0;
    border: 1px solid #ccc;
}


.team-member {
	width:100%;
    padding: 25px 15px;
}
.team-member:nth-child(odd) {
	background:#fff;
}
.team-member:nth-child(even) {
	background:#f0f0f0;
}
.team-member-image {
	width:200px;
	height:200px;
	float:right;
	margin-right: calc( 50% - 100px );
    margin-left: calc( 50% - 100px );
    margin-bottom: 30px;
}
@media (min-width: 500px) {
.team-member-image {
	width:200px;
	height:200px;
	float:right;
	margin-left:30px;
	margin-right: 0;;
    margin-bottom: 0;
}
}
.team-member-image img {
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
}
.team-member-list {
	display:inline;
}
.team-member-list:after {
	content: ",";
	padding-right:4px;
}
.team-member-list:last-child:after {
	content: ".";
	padding-right:4px;
}


.guide_intro {
	width:100%;
  padding: 25px 15px;
}

.guide {
	width:100%;
    padding: 25px 15px;
}
.guide:nth-child(odd) {
	background:#fff;
}
.guide:nth-child(even) {
	background:#f0f0f0;
}

.reports {
	width:100%;
    padding: 25px 15px;
}
.guide:nth-child(odd) {
	background:#f0f0f0;
}
.guide:nth-child(even) {
	background:#fff;
}



.reports {
	width:100%;
    padding: 25px 15px;
}
.reports:nth-child(odd) {
	background:#fff;
}
.reports:nth-child(even) {
	background:#f0f0f0;
}
.reports-image {
	width:176px;
	height:250px;
	float:right;
	margin-right: calc( 50% - 100px );
    margin-left: calc( 50% - 100px );
    margin-bottom: 30px;
}
@media (min-width: 500px) {
.reports-image {
	width:176px;
	height:250px;
	float:right;
	margin-left:30px;
	margin-right: 0;;
    margin-bottom: 0;
}
}
.reports-image img {
	width:100%;
	height:100%;
}

.annual_reports {
    display: inline-block;
    width: calc(100% - 40px);
    box-shadow: 0 0 8px #888888;
    margin: 20px;
    vertical-align: top;
		padding:10px;
}
@media (min-width: 500px) {
	.annual_reports {
	    width: calc(33% - 40px);
	}
}

.member-level {
	width:100%;
    padding: 25px 15px;
}
.member-level:nth-child(odd) {
	background:#fff;
}
.member-level:nth-child(even) {
	background:#f0f0f0;
}
.pagination {
   clear:both;
   position:relative;
   font-size:14px; /* Pagination text size */
   line-height:18px;
   float:right; /* Pagination float direction */
}
.pagination span, .pagination a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding:6px 9px 5px 9px;
   text-decoration:none;
   width:auto;
   color:#fff; /* Pagination text color */
   background: #ababab; /* Pagination non-active background color */
   -webkit-transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -ms-transition: background .15s ease-in-out;
   -o-transition: background .15s ease-in-out;
   transition: background .15s ease-in-out;
   border-radius:20px;
}
.pagination a:hover{
   color:#fff;
   background: #2d6cbf; /* Pagination background on hover */
}
.pagination .current{
   padding:6px 9px 5px 9px;
   background: #2d6cbf; /* Current page background */
   color:#fff;
}
.entry-footer {
	background:#fff;
}

#content ul li {
  color: #404040;
  list-style: none;
  text-indent: -14px;
  padding-left: 18px;
}
#content ul li::before {
    font-family: sans-serif;
    color: #2d6cbf;
    content: "\2022";
    font-size: 1em;
    padding-right: 0px;
    position: relative;
    background: transparent url(img/bluedot.png) 0px 2px no-repeat;
    background-size: 11px;
    content: "";
    left: -20px;
    top: 5px;
    margin-left: 0px;
    width: 13px;
    height: 13px;
    display: block;
    float: left;
}

.single-content {
	width: calc( 100% - 40px );
    float: left;
    margin: 0 20px;
}
.single-content h1 {
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 39px;
    line-height: 42px;
    text-transform: uppercase;
    color: #404040;
}
.single-sidebar {
	width: calc( 100% - 40px );
    float: right;
    margin: 0 20px;
    background: #2d6cbf;
    color: #fff;
    padding: 20px;
}
@media (min-width: 600px) {
	.single-content {
		width: calc( 100% - 340px );
	    float: left;
	    margin: 0 20px;
	}
	.single-sidebar {
		width: 260px;
	    float: right;
		margin: 30px 20px 30px 20px;
	    background: #2d6cbf;
	    color: #fff;
	    padding: 20px;
	}
}
.single-sidebar a {
	color:#fff;
}
.widget-title {
	font-size: 23px;
    line-height: 30px;
}
.single-sidebar ul {
	margin:0;
	padding:0;
}
.single-sidebar ul li {
  color: #fff!important;
  padding: 0 0 10px 0;
}
.single-sidebar ul li::before {
	background: transparent url(img/whitedot.png) 0px 1px no-repeat!important;
    background-size: 12px!important;
}
footer ul {
	margin:0;
	padding:0;
}
footer ul li {
	display:inline;
	padding:0 10px;
}
footer ul li a {
	color:#fff!important;
}
footer .menu {
	margin:0 0 40px 0;
}

.double-panel {
	z-index:1;
	width:100%;
	max-width:1000px;
	text-align:center;
	color:#fff;
	position: relative;
	margin:0 auto 0;
}

.flow-screen-panel {
	height:auto;
	background:#fff;
	overflow:hidden;
	position:relative;
}

.flow-screen-panel-award {
	height:auto;
	background:#f0f0f0;
	overflow:hidden;
	position:relative;
}

.flow-screen-panel-award:nth-child(odd) {
	background:#f0f0f0;
}
.flow-screen-panel-award:nth-child(even) {
	background:#ffffff;
}

.flow-screen-panel-condolence {
	height:auto;
	background:#f0f0f0;
	overflow:hidden;
	position:relative;
}

.flow-screen-panel-condolence:nth-child(odd) {
	background:#ffffff;
}
.flow-screen-panel-condolence:nth-child(even) {
	background:#f0f0f0;
}

.flow-screen-panel-sponsors {
	height:auto;
	background:#f0f0f0;
	overflow:hidden;
	position:relative;
}

.flow-screen-panel-sponsors-white {
	height:auto;
	background:#ffffff;
	overflow:hidden;
	position:relative;
}

.flow-screen-panel-condolences {
	height:auto;
	background:#ffffff;
	overflow:hidden;
	position:relative;
}


.content-left {
    width: 100%;
    float: left;
    height: 100%;
}
.content-right {
    width: 100%;
    float: right;
    height: 100%;
}
@media (min-width: 650px) {
	.content-left {
	    width: 48%;
	    float: left;
	    height: 100%;
	}
	.content-right {
	    width: 48%;
	    float: right;
	    height: 100%;
	}
}

.sponsor-image {
	display:inline-block;
	background:#fff;
	padding:10px 5px;
}

.fullsy {
	width:100%;
	float:left;
	padding:20px;
}

.fiftyfifty {
	width:100%;
	float:left;
	padding:20px;
}
@media (min-width: 500px) {
	.fiftyfifty {
		width:45%;
		float:left;
		padding:20px;
	}
}
.fiftyfifty h4 {
	margin-top:0;
}
.fiftyfifty img {
	display:inline-block;
}
.right {
	text-align:right;
}
.rightimage {
	text-align:center;
}
@media (min-width: 500px) {
	.rightimage {
		text-align:right;
	}
}
.left {
	text-align:left;
}
.slick-dots li button:before {
    color: #fff;
}
.slick-dots li.slick-active button:before {
    color:#fff !important;
}

#burger {
	position:absolute;
	right:10px;
	top:10px;
	width:35px;
	height:35px;
	display:block;
}
#burger img {
	width:100%;
}
@media (min-width: 1220px) {
	#burger {
		display:none;
	}
}
#mobile-menu {
	position:fixed;
	width:100%;
	height:100%;
	height:100vh;
	top:0;
	left:150%;
	background:#163d71;
	overflow:scroll;
	-webkit-transition: left 0.5s; /* Safari */
    transition: left 0.5s;
    font-family: 'Open Sans', sans-serif;
}
#mobile-menu-wrapper {
	padding:10px;
}
#mobile-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mobile-menu ul li {
	padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
@media (min-width: 1220px) {
	#mobile-menu ul li {
		padding: 8px 0px 3px 0px;
	}
}
#mobile-menu ul li ul {
    padding: 2px;
    font-size: 10px;
    text-transform: none;
}
#mobile-menu ul li ul li {
	font-size: 13px;
	padding: 1px;
}
#mobile-menu ul li ul li ul li {
	padding:0;
}
#mobile-menu ul li a {
	color:#fff;
	line-height:50px;
}
#mobile-menu ul li ul li a {
	color:#bddaff;
}
#mobile-menu ul li ul li ul li a {
	color:#fff;
}
#close-menu {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	display: block;
}
#close-menu img {
	width:100%;
}
#typer-container {
	position: absolute;
    left: 182px;
    bottom: -40px;
    width: 100%;
    height: 34px;
    min-height: 30px;
    z-index: 20;
    transition: 1s;
    padding: 5px 10px;
    display:none;
}
@media (min-width: 500px) {
	#typer-container  {
	    display:block;
	}
}
#typer {
	color:#fff;
	display:inline;
}
#typer p {
	color:#fff;
	margin:0;
	padding:0;
}
#typer a {
	color:#fff;
	font-weight:bold;
}
#typer-strings {
	display:none;
}
.typed-cursor {
	color:#fff;
}

.special-screen-panel {
	min-height:90%;
	min-height:100px;
	height:auto;
	background:#fff;
	overflow:hidden;
	position:relative;
	margin:5%;
	padding-bottom: 160px;
	border:5px solid #d46028;
}


.special-verticalcenter {
    z-index: 1;
    width: 100%;
    max-width: 800px;
    text-align: center;
    color: #fff;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.soe-content {
	padding:0 0px;
}
@media (min-width: 500px) {
	.soe-content {
		padding:0 10px;
	}
}
.mobile-off {
	display:none;
}
@media (min-width: 500px) {
	.mobile-off {
	display:inline-block;
	}
}
.border-style {
    border: 1px solid #d8d8d8;
    margin: 40px 0 60px 0px;
    background: #f7f7f7;
}

.cat-cloud {
	margin: 10px 0 -10px 0;
}
.cat-cloud a {
	background: #2d6cbf;
    color: #fff;
    padding: 3px 13px;
    margin: 10px 5px;
    font-weight: bold;
    border:1px solid #2d6cbf;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display:inline-block;
    font-size: 14px;
}
.cat-cloud a:hover {
	background: #fff;
    color: #2d6cbf;
}


.cat-cloud-sub {
	margin: 8px 0 15px 0;
}
.cat-cloud-sub a {
	background: #4f83c7;
    color: #fff;
    padding: 3px 13px;
    margin: 5px;
    border:1px solid #4f83c7;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display:inline-block;
}
.cat-cloud-sub a:hover {
	background: #fff;
    color: #2d6cbf;
}

.cat-cloud-main {
	display:inline-block;
}

.cat-cloud-main a {
		background: #aaa;
    border:1px solid #aaa;
}
.cat-cloud-main a:hover {
	background: #fff;
    color: #aaa;
}




.cat-cloud-PA2020 {
	margin: 10px 0 -10px 0;
}
.cat-cloud-PA2020 a {
	background: #6a6b6c;
    color: #fff;
    padding: 3px 13px;
    margin: 10px 5px;
    font-weight: bold;
    border:1px solid #6a6b6c;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display:inline-block;
    font-size: 14px;
}
.cat-cloud-PA2020 a:hover {
	background: #fff;
    color: #6a6b6c;
}


.cat-cloud-sub-PA2020 {
	margin: 8px 0 15px 0;
}
.cat-cloud-sub-PA2020 a {
	background: #6a6b6c;
    color: #fff;
    padding: 3px 13px;
    margin: 5px;
    border:1px solid #6a6b6c;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display:inline-block;
}
.cat-cloud-sub-PA2020 a:hover {
	background: #fff;
    color: #2d6cbf;
}

.cat-cloud-main-PA2020 {
	display:inline-block;
}

.cat-cloud-main-PA2020 a {
	background: #aaa;
    border:1px solid #aaa;
}
.cat-cloud-main-PA2020 a:hover {
	background: #fff;
    color: #aaa;
}

.contact-people {
	width:100%;
	display:block;
}
.contact-address {
	text-align:right;
}
.contact-single {
	width: 100%;
    float: left;
}
.contact-single p {
    line-height:26px;
}
@media (min-width: 900px) {
	.contact-single {
		width: 33.33%;
	    float: left;
	}
}
.contact-single img {
	padding-bottom:20px;
}
.report-right {
	text-align:left;
}
.report-left {
	text-align:center;
}
.report-left img {
	height:300px;
	width:auto;
}
@media (min-width: 500px) {
	.report-left {
		text-align:right;
	}
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    width:100%;
}
.wpcf7-form [type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-left: -1em;
    margin-top: 10px;
    vertical-align:middle;
}
.wpcf7-form [type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.no-bottom-margin {
	margin-bottom:0px;
}

.events-featured-panel {
	min-height:90%;
	min-height:100px;
	height:auto;
	background:#fff;
	overflow:hidden;
	position:relative;
	margin:50px 20% 0 20%;
	padding-bottom: 50px;
	border:5px solid #d46028;
}

.featured-event-head{
    position: relative;
		text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    padding-right: 0px;
    color: #d46028;
		margin: 10px;
}

.search-panel {
		margin: 30px auto 0px auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}
.center {
	text-align:center;
}

.news-head {
    font-size: 40px;
    line-height: 50px;
    margin: 20px 0;
    font-weight: normal;
		text-align:center;
	}

.header-alt {
    height:50px;
}
.logo-alt {
    width: 212px!important;
    margin: 8px 0 0 15px!important;   
}
.buttons-alt {
    line-height:0px!important;
}
@media (min-width: 500px) {
	.buttons-alt {
	    line-height:50px!important;
	}
}
#hero-ticker {
	position:absolute;
	width:100%;
	left:0;
	bottom:-40px;
	height:30px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, #2c6bbd, #225290);
	z-index:10;	
    transition: 1s;
    display:none;
}
@media (min-width: 500px) {
	#hero-ticker {
	    display:block;
	}
}
#latest-soe-badge, #ticker {
	display:inline;
	float:left;
}
#latest-soe-badge {
	background-image: linear-gradient(to bottom, #fddd00, #c0a800);
	height:100%;
	font-family:sans-serif;
	color:#35455a;
	font-weight:bold;
	padding: 6px 14px;
}
#ticker {
	height:100%;
	font-family:sans-serif;
	color:#fff;
	font-weight:bold;
	padding: 6px 14px;
}





#words-container {
    position:absolute;
    top:70px;
    z-index:1;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
}
@media (min-width: 500px) {
	#words-container {
	    top:150px;
	}
}

#info {
	width: 98%;
    text-align: center;
    margin: 0px auto 40px;
    padding: 0px 5px 29px 5px;
    color: #fff;
    background: rgba(45, 108, 191, 0.6);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: auto;
    padding-bottom: 32px;
    opacity: 1;
    overflow: hidden;
}
@media (min-width: 500px) {
	#info {
		width: 80%;
	    text-align: center;
	    margin: 0px auto 40px;
	    padding: 0px 30px 29px 30px;
	}
}
@media (min-width: 1220px) {
	#info {
		width: 80%;
	    text-align: center;
	    margin: 0px auto 40px;
	    padding: 0px 30px 47px 30px;
	}
}
#button-container {
    width: 100%;
    text-align: center;
    margin: -65px 0 40px 0;
    opacity:1;
}


.herobluebutton {
	border: 2px solid #fff;
    background: #2d6cbf;
    color: #fff;
    padding: 5px 5px;
    border: 2px solid #fff;
    background: #2d6cbf;
    color: #fff;
    padding: 5px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 14px;
    margin: 0 20px 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    transition: 0.2s;
    display:inline-block;
}
.herobluebutton a {
	color:#fff;
}
.herobluebutton:hover {
	border: 2px solid #2d6cbf;
    background: #fff;
}
.herobluebutton:hover a {
    color: #2d6cbf;
}


.herowhitebutton {
    background: #fff;
    border: 2px solid #2d6cbf;
}
.herowhitebutton a {
	color: #2d6cbf;
}
.herowhitebutton:hover {
    background: #fff;
    border: 2px solid #fff;
}
.herowhitebutton:hover a {
    color: #fff;
}




#slider {
    position:absolute;
    width:100%;
	height: 360px;
    bottom:80px;
    opacity:1;
    overflow:hidden;
    z-index:2;
}

.hero-slider-image {
	height:300px;
	float:left;
}
.hero-slider-image img {
	height:300px;
	width:auto;
	border: 4px solid #fff;
}
.hero-slider-caption {
	display:block;
	clear:both;
	position:relative;
}
#slider .slick-slide {
    margin-left: 50px;
    height:360px;
}
.hero-slider-caption-words {
	margin-left: 5px;
    margin-top: -21px;
    position: absolute;
    top: 0%;
    left: 0;
}
.hero-slider-caption-words p {
	color: #153259;
    background: #dfdfdf;
    display: inline;
    width: auto!important;
    font-size: 23px;
    padding: 5px 5px 5px 5px;
    line-height:38px;
    box-shadow: 7px 0 0 #dfdfdf, -5px 0 0 #dfdfdf;
    text-shadow:none;
}
.hero-slider-caption-link {
	z-index: 1000;
    position: absolute;
    top: -30px;
    background: #2d6cbf;
    color: #fff;
    left: -5px;
    padding: 2px 5px;
}

@media screen and (max-height: 900px), (max-width: 500px) {
    #slider {
        height: 220px;
        bottom:40px;
    }
    #slider .slick-slide {
	    height:220px;
	}
    .hero-slider-image {
        height: 170px;
    }
    .hero-slider-image img {
		height:170px;
	}
    .hero-slider-caption-words {
        margin-top: -35px;
    }
    .hero-slider-caption-words p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media only screen 
	and (orientation : portrait)
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
	    #slider {
	        height: 260px;
	        bottom:80px;
	    }
	    #slider .slick-slide {
		    height:260px;
		}
	    .hero-slider-image {
	        height: 200px;
	    }
	    .hero-slider-image img {
			height:200px;
		}
	    .hero-slider-caption-words {
	        margin-top: -35px;
	    }
	    .hero-slider-caption-words p {
	        font-size: 18px;
	        line-height: 27px;
	    }
    }

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
    z-index: 100;
}
.slick-next {
    right: 12px;
    z-index: 100;
}
@media (min-width: 500px) {
	.slick-prev:before, .slick-next:before {
	    font-family: 'slick';
	    font-size: 50px;
	    line-height: 1;
	    opacity: .75;
	    color: white;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}

	.slick-prev {
	    left: 25px;
	    z-index: 100;
	}
	.slick-next {
	    right: 65px;
	    z-index: 100;
	}
}



.site-header .search-form {
	position: absolute;
    right: 5px;
    top: 25px;
    z-index: 1000;
    transition:0.2s;
}
.spy-shrink {
	top:48px!important;
}
@media (min-width: 500px) {
	.spy-shrink {
		top:5px!important;
	}
}
.site-header .search-form-mobile {
	position: absolute;
    right: 10px;
    top: 48px;
    z-index: 1000;
}
#mobile-menu .search-form-mobile {
    top: 48px!important;
}
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2018/11/search_blue.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.site-header .search-form
.search-submit { 
display:none;
}
.ngg-imagebrowser > h3 {
  display: none !important;
}
.menu-main-menu-container {
	margin-right: 0px;
}
@media screen and (min-width: 1220px) {
	.menu-main-menu-container {
		margin-right: 40px;
	}
}
.hideunder500 {
	display:none;
}
@media (min-width: 500px) {
	.hideunder500 {
		display:inline-block;
	}
}
#backtotop {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:5000;
	width:40px;
	height:40px;
	opacity:0.8;
	transition:2s;
}
#backtotop img {
	width:100%;
	height:100%;
}
.hide {
	opacity:0!important;
}
.comment-meta {
	background:transparent;
	color:#404040;
}
#masthead .custom-logo-link img {
	width:100%;
}
.comments-title {
	font-size:24px;
	color: #2d6cbf;
}
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #2d6cbf!important;
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover
{
    background: #2d6cbf!important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #6ea1e3!important;
}

.um input[type=submit]:disabled:hover {
    background: #2d6cbf!important;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
    background: #2d6cbf!important;
}

.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5!important;	
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background: #e5e5e5!important;
}

.um a.um-link {
    color: #2d6cbf!important;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {
    background-color: #6ea1e3!important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #6ea1e3!important;
}

.grecaptcha-badge { visibility: hidden; }

.speaker {
	width:100%;
    padding: 25px 15px;
}
.speaker:nth-child(odd) {
	background:#fff;
}
.speaker:nth-child(even) {
	background:#f0f0f0;
}
.speaker-image {
	width:200px;
	height:200px;
	float:left;
	margin-right: calc( 50% - 100px );
    margin-left: calc( 50% - 100px );
    margin-bottom: 30px;
}
@media (min-width: 500px) {
.speaker-image {
	width:200px;
	height:200px;
	float:left;
	margin-left: 0px;
	margin-right: 30px;
    margin-bottom: 0;
}
}
.speaker-image img {
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
}



#searchtab-video {
    position:fixed;
    cursor:pointer;
    background:#6ca3ea;
	width:95%;
	width: calc( 100% - 45px );
    max-width:420px;
    height:80%;
    top:118px;
    right: calc( -100% + 15px );
	right: 0%;
	left: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:1000;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}

.searchvideo {
    position: absolute;
    background: #6ca3ea;
    width: 40px;
    height: 40px;
    top: 0px;
    left: -40px;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
}

.panelon {
    right: 0%!important;
    z-index:1100!important;
	left: 100%!important;
	right: auto!important;
}

.video-tab-container {
    width: calc( 100% - 12px );
    float: left;
    margin: 6px;
    background: #fff;
    padding: 0px 20px 0px 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 98%;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
}

.video-tab-container::-webkit-scrollbar {
    width: 1em;
}

.video-tab-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.video-tab-container::-webkit-scrollbar-thumb {
  background-color: #c7ddfa;
  outline: 1px solid slategrey;
}

.panel-close-video {
    position:absolute;
    top: 20px;
    right: 35px;
}

#testbox {
	position: absolute;
    top: 150px;
    left: 50px;
    z-index: 3000;
    background: #000;
    color: #fff;
}
video-container { position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute;top: 0;left: 0;width: 100%;height: 100%; }

.button_diverse {
	display:inline-block;
	border:2px solid #fff;
	background:#2d6cbf;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:8px 8px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin: 10px 2px;
	transition:0.2s;
}
@media (min-width: 500px) {
	.button_diverse {
		margin: 10px 10px;
		font-size:16px;
	}
}
.button_diverse a {
	text-decoration:none;
	color:#fff;
}
.button_diverse:hover {
	background:#fff;
	border:2px solid #2d6cbf;
}
.button_diverse:hover a {
	color:#2d6cbf;
}

.fiftyfifty_div {
	width:100%;
	float:left;
}
@media (min-width: 500px) {
	.fiftyfifty_div {
		width:45%;
		float:left;
		padding:20px 20px 5px 20px;
	}
}
.fiftyfifty_div h4 {
	margin-top:0;
}
.fiftyfifty_div img {
	display:inline-block;
}
.right_div {
	text-align:right;
}
.rightimage_div {
	text-align:center;
}
@media (min-width: 500px) {
	.rightimage_div {
		text-align:right;
	}
}
.left_div {
	text-align:left;
}
.div_posts {
    display: inline-block;
    width: calc(100% - 40px);
    margin: 20px;
    vertical-align: top;
    position:relative;
    padding-bottom:40px;
}
.div_posts:hover .div_posts-featured img {
	width:120%;
	height:120%;
	object-fit:cover;
}
.div_posts:hover .div_posts-fullstory {
    background: #2d6cbf;
}
@media (min-width: 500px) {
	.div_posts {
	    width: calc(44% - 20px);
	}
}
@media (min-width: 1000px) {
	.div_posts {
	    width: calc(33% - 40px);
	}
}
.div_posts-featured {
	width:100%;
	height:200px;
	overflow:hidden;
}
.div_posts-featured img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.2s;
}
.logo_wrapper {
  max-height: 250px;
}


.roh_image {
  width: 100%;
  max-width: 350px;
}

.wp-video{
width: 960px !important;
}
