@charset "UTF-8";
/*!
Theme Name: Stream Team
Theme URI: http://underscores.me/
Author: JayRay
Author URI: http://www.jayray.com
Description: Custom WordPress theme for the Stream Team Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stream-team
Tags: custom-menu, featured-images, threaded-comments, translation-ready, acf, bootstrap, modular

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.

Stream Team 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: #414042;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #326295;
}

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: 18.75px;
  font-size: 1.171875rem;
  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: 18.75px;
  font-size: 1.171875rem;
}

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 0;
  padding-left: 1em;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

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

ul.threecol-list {
  list-style: none;
  columns: 3;
  text-align: center;
}
@media (max-width: 767.98px) {
  ul.threecol-list {
    columns: 1;
  }
}
ul.threecol-list li {
  margin-bottom: 1em;
}

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

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

p + ul {
  margin-top: -1em;
}

.module-intro_headline + .module-custom_content {
  margin-top: -4em;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.btn-primary,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid;
  border-color: #ffc72c;
  border-radius: 10px;
  background: #ffc72c;
  color: #58595b;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.4em 1em;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.entry-content .button,
.entry-content .btn-primary,
.entry-content button,
.entry-content input[type=button],
.entry-content input[type=reset],
.entry-content input[type=submit] {
  text-decoration: none;
  text-align: center;
}
.button:hover,
.btn-primary:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #326295;
  color: white;
  background-color: #326295;
}
.button:active, .button:focus,
.btn-primary:active,
.btn-primary:focus,
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: #326295;
}

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 #d1d3d4;
  border-radius: 10px;
  padding: 5px;
}
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;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  text-transform: uppercase;
}

select {
  border: 1px solid #d1d3d4;
}

textarea {
  width: 100%;
}

form.sign-up-form {
  width: 100%;
}
form.sign-up-form input[type=text] {
  width: 100%;
}
form.sign-up-form input[type=submit] {
  float: right;
  margin-top: 1em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #326295;
  font-style: italic;
  text-decoration: underline;
}
a:visited {
  color: #326295;
}
a:hover, a:focus, a:active {
  color: #ffc72c;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:hover img {
  opacity: 0.9;
}

/*--------------------------------------------------------------
## Top
--------------------------------------------------------------*/
.top {
  background-color: #d1d3d4;
  padding: 0.5em 0;
}
.top .row > div {
  margin: 0 8px;
}
.top .calendar-icon img {
  height: 30px;
}
.top .separator {
  font-size: 32px;
  font-size: 2rem;
}
.top .social li {
  font-size: 37.5px;
  font-size: 2.34375rem;
}
.top .top-menu-nav ul {
  margin: 0;
}
.top .top-menu-nav ul a {
  padding: 0 0.5em;
}
.top form label {
  margin-bottom: 0;
  position: relative;
}
.top form label input {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .top form label input {
    max-width: 150px;
  }
}
.top form label input::placeholder {
  text-transform: uppercase;
}
.top form label::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #858587;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.top form input[type=submit] {
  display: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.page-header-slim .page-title {
  padding: 0.5em 0;
}

.page-header-title {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd89e+0,bfd89e+50,c7deaa+51,c7deaa+100 */
  background: #bfd89e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #bfd89e 0%, #bfd89e 50%, #c7deaa 51%, #c7deaa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #bfd89e 0%, #bfd89e 50%, #c7deaa 51%, #c7deaa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #bfd89e 0%, #bfd89e 50%, #c7deaa 51%, #c7deaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bfd89e", endColorstr="#c7deaa",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.page-header-title .page-title {
  color: #64a70b;
  font-size: 70px;
  font-size: 4.375rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .page-header-title .page-title {
    font-size: 52.5px;
    font-size: 3.28125rem;
  }
}
@media (max-width: 575.98px) {
  .page-header-title .page-title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

@media (max-width: 767.98px) {
  .page-header-full > .row {
    display: block;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul.nav li a {
  font-style: normal;
  color: #414042;
  text-decoration: none;
  color: #414042;
}
ul.nav li a:hover, ul.nav li a.active {
  color: #326295;
}

.navbar {
  padding: 1em;
}
.navbar .container {
  align-items: flex-start;
  padding: 0;
}
.navbar .navbar-brand img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .navbar .navbar-brand img {
    max-width: 275px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    max-width: 325px;
  }
}
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.navbar .navbar-nav .current-menu-item > a {
  color: #326295 !important;
}
.navbar .navbar-nav a.nav-link {
  color: #414042;
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 0.5em;
  text-transform: none;
}
@media (min-width: 768px) {
  .navbar .navbar-nav a.nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav a.nav-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.navbar .navbar-nav a.nav-link:hover, .navbar .navbar-nav a.nav-link.active {
  color: #326295;
}
.navbar .dropdown-menu {
  border-radius: 0;
}
.navbar .dropdown-menu a.dropdown-item {
  font-size: 19px;
  font-size: 1.1875rem;
}
.navbar .dropdown-menu a.dropdown-item:hover, .navbar .dropdown-menu a.dropdown-item:focus, .navbar .dropdown-menu a.dropdown-item:active {
  background: none;
  color: #326295;
}

@media (max-width: 767.98px) {
  .navigation-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.main-footer {
  border-top: 23px solid #64a70b;
  padding: 3em 0;
  background-image: url("../jpg/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer a {
  color: black;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer a.email {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .main-footer a.email {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.main-footer .social {
  margin-right: 1em;
}
.main-footer .social a {
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .main-footer .social a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main-footer .footer-menu-nav {
  margin-top: 1.5em;
}

.footer-logo > img,
.footer-logo > a img {
  max-width: 250px;
  float: right;
}
@media (max-width: 767.98px) {
  .footer-logo > img,
.footer-logo > a img {
    max-width: 100%;
  }
}

.footer-menu-nav ul.nav {
  margin: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .footer-menu-nav ul.nav {
    flex-direction: column;
    margin-bottom: 1em;
  }
}
.footer-menu-nav ul.nav > li:first-of-type > a {
  margin-left: 0;
}
.footer-menu-nav ul.nav a {
  text-transform: uppercase;
  color: black;
  margin: 0 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .footer-menu-nav ul.nav a {
    margin-left: 0;
  }
}

.action-cards {
  background-image: url("../jpg/action-cards-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .action-cards {
    padding: 1.5em 0;
  }
}

.action-card {
  padding: 2em 0;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid white;
}
@media (max-width: 767.98px) {
  .action-card {
    border: 0;
    padding: 0.5em 0;
  }
}
.action-card > * {
  padding: 0 15px;
}
.action-card:last-of-type {
  border-right: none;
}
.action-card h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1em 0;
}
@media (max-width: 991.98px) {
  .action-card h5 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media (max-width: 767.98px) {
  .action-card h5 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0.5em 0;
  }
}
.action-card img {
  max-width: 150px;
}
@media (max-width: 767.98px) {
  .action-card img {
    max-width: 100px;
  }
}
.action-card a.btn-primary {
  display: block;
  text-decoration: none;
  font-style: normal;
  color: #414042;
}
.action-card a.btn-primary:hover {
  color: white;
}

.disclaimer {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
# 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: 17.5px;
  font-size: 1.09375rem;
  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;
}

.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social ul li {
  font-size: 20px;
  font-size: 1.25rem;
}

@-webkit-keyframes headlineMoveUp {
  from {
    top: 600px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes headlineMoveUp {
  from {
    top: 600px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.hero {
  overflow: hidden;
  background-size: cover;
  padding: 300px 60px 40px;
}
@media (max-width: 991.98px) {
  .hero {
    padding: 225px 45px 30px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    padding: 30px 15px;
  }
}
.hero .hero-headline {
  color: white;
  font-size: 80px;
  font-size: 5rem;
  text-align: center;
  text-shadow: 0px 6px 13px #212121;
  position: relative;
  -webkit-animation: headlineMoveUp 1.25s;
  animation: headlineMoveUp 1.25s;
}
@media (max-width: 991.98px) {
  .hero .hero-headline {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.image-blocks {
  padding: 3em 0;
}

@media (max-width: 767.98px) {
  .image-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
  }
}
.image-block > img, .image-block > a img {
  margin-bottom: 1em;
}
.image-block .caption-headline {
  color: #64a70b;
}
.image-block .image-caption {
  text-align: center;
}
.image-block p {
  font-size: 20px;
  font-size: 1.25rem;
}
.image-block p:last-of-type {
  margin-bottom: 0;
}

.highlighted-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.highlighted-content a:link {
  text-transform: none;
}
@media (max-width: 1199.98px) {
  .highlighted-content > .container > .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .highlighted-content > .container > .row > .col.image-column {
    min-height: 350px;
  }
  .highlighted-content > .container > .row > .col.image-column .full-image {
    background-position: center;
  }
}
@media (max-width: 767.98px) {
  .highlighted-content > .container > .row > .col.image-column .full-image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .highlighted-content > .container > .row > .col:not(.offset-md-2) {
    max-width: 50%;
  }
}
.highlighted-content.text-blue {
  color: #326295;
}
.highlighted-content.bg-grey {
  background-color: #d1d3d4;
}
.highlighted-content.bg-grey button,
.highlighted-content.bg-grey .button,
.highlighted-content.bg-grey input[type=submit] {
  background: #64a70b;
  border-color: #64a70b;
  color: white;
}
.highlighted-content.bg-grey button:hover,
.highlighted-content.bg-grey .button:hover,
.highlighted-content.bg-grey input[type=submit]:hover {
  background-color: #71c500;
  border-color: #71c500;
}
.highlighted-content.bg-grey h1,
.highlighted-content.bg-grey h2,
.highlighted-content.bg-grey h3,
.highlighted-content.bg-grey h4,
.highlighted-content.bg-grey h5,
.highlighted-content.bg-grey h6 {
  color: #326295;
}
.highlighted-content.bg-green {
  background-color: #64a70b;
  color: white;
}
.highlighted-content.bg-green h1,
.highlighted-content.bg-green h2,
.highlighted-content.bg-green h3,
.highlighted-content.bg-green h4,
.highlighted-content.bg-green h5,
.highlighted-content.bg-green h6 {
  color: white;
}
.highlighted-content .content-column {
  padding: 2.5em 30px;
}
.highlighted-content .content-column + .image-column {
  width: 50%;
}
.highlighted-content .image-column .full-image {
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.highlighted-content .image-column:first-child > .full-image {
  left: inherit;
}
.highlighted-content .row > .content-column:only-child {
  width: 100%;
  max-width: 100% !important;
}

@media (max-width: 767.98px) {
  .home .content-column h4 img {
    margin-bottom: 0.5em;
  }
}

.intro-headline {
  text-align: center;
  padding: 4em 0;
}
.intro-headline .intro-head {
  color: #64a70b;
  font-size: 44px;
  font-size: 2.75rem;
  margin: 0 0 0.25em;
}
.intro-headline .intro-sub-head {
  color: #326295;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
}
.intro-headline .cta-button {
  background: #64a70b;
  border-radius: 10px;
}
.intro-headline .cta-button .cta-link {
  display: block;
  color: white;
  padding: 1.5em 1em;
  text-decoration: none;
  border-radius: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
.intro-headline .cta-button .cta-link:visited {
  color: white;
}
.intro-headline .cta-button .cta-link:hover {
  background-color: #ffc72c;
}

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

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

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

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

.border-box {
  padding: 1em;
  max-width: 300px;
  border: 1px dashed grey;
  margin-left: 1em;
  clear: both;
  text-align: center;
  margin-bottom: 1.5em;
}
.border-box h1,
.border-box h2,
.border-box h3,
.border-box h4,
.border-box h5,
.border-box h6 {
  margin-bottom: 0.5em;
}
.border-box .button {
  display: inline-block;
  color: #414042;
  text-decoration: none;
  font-style: normal;
}
.border-box .button:hover {
  color: white;
}
.border-box p:last-child {
  margin-bottom: 0;
}
.border-box p:empty {
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-id-45 .highlighted-content.bg-green .content-column {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .page-id-45 .highlighted-content.bg-green .content-column img {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 0.5em;
  }
}
.page-id-45 .highlighted-content.bg-green .content-column + .content-column h2 {
  display: none;
}

@media (max-width: 767.98px) {
  .page-id-25 .highlighted-content.bg-grey .wp-image-380 {
    max-width: 150px;
  }
}

@media (max-width: 767.98px) {
  .page-id-113 .custom-content img.wp-image-433 {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767.98px) {
  .page-id-113 .custom-content figure {
    width: 100%;
    float: none;
  }
  .page-id-113 .custom-content figure img {
    width: 100%;
    height: auto;
  }
}

.home #gform_wrapper_1 .gform_footer input[type=submit] {
  float: right;
}

.past-issues-column p:first-child {
  margin-bottom: 0;
}

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

.image-shadow {
  -webkit-box-shadow: 8px 8px 25px 0px rgba(33, 33, 33, 0.47);
  -moz-box-shadow: 8px 8px 25px 0px rgba(33, 33, 33, 0.47);
  box-shadow: 8px 8px 25px 0px rgba(33, 33, 33, 0.47);
}

/*--------------------------------------------------------------
## 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 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: left;
  font-style: italic;
}

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

/*# sourceMappingURL=style.css.map */
