/*!
Theme Name: SSP
Theme URI: http://underscores.me/
Author: Jacob McFarland
Author URI: http://www.herocreative.com
Description: Theme for SSP
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ssp
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.

SSP is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Montserrat:wght@300;400;600;700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  color: #538630;
  font-family: "BenchNine", sans-serif;
  text-transform: uppercase;
}

h1,
h2 {
  font-size: 54.4px;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  h1,
  h2 {
    font-size: 74.88px;
    font-size: 4.68rem;
  }
}

h2.h2-small {
  font-size: 48px;
  font-size: 3rem;
}

h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}

h3.larger {
  font-size: xx-large;
  margin-bottom: 0;
}

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

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

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

big {
  font-size: 120%;
}

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

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 1em;
  list-style-position: inside;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #538630;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #333333;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.read-more {
  display: inline-block;
  font-family: "BenchNine", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #1B2D33;
  text-transform: uppercase;
  border-bottom: 1px solid #538630;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
}

/* Forms
--------------------------------------------- */
.btn, button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #538630;
  border-radius: 0;
  background: #538630;
  font-family: "BenchNine", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.8em 1em 0.7em;
  min-width: 224px;
  display: inline-block;
  text-align: center;
}
.btn:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #8CB76E;
  border-color: #8CB76E;
  color: #fff;
}
.btn:active, .btn: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: #538630;
}
.btn.outline, button.outline,
input[type=button].outline,
input[type=reset].outline,
input[type=submit].outline {
  background: transparent;
  color: #538630;
}
.btn.outline:hover, button.outline:hover,
input[type=button].outline:hover,
input[type=reset].outline:hover,
input[type=submit].outline:hover {
  background: #538630;
  border-color: #538630;
  color: #fff;
}
.btn.wide, button.wide,
input[type=button].wide,
input[type=reset].wide,
input[type=submit].wide {
  display: block;
  min-width: 100%;
}

#primary input[type=text],
#primary input[type=email],
#primary input[type=url],
#primary input[type=password],
#primary input[type=search],
#primary input[type=number],
#primary input[type=tel],
#primary input[type=range],
#primary input[type=date],
#primary input[type=month],
#primary input[type=week],
#primary input[type=time],
#primary input[type=datetime],
#primary input[type=datetime-local],
#primary input[type=color],
#primary textarea {
  color: #1B2D33;
  border: 1px solid rgba(27, 45, 51, 0.5);
  border-radius: 0px;
  padding: 0.8rem 1.5rem;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  margin: 0;
}
#primary input[type=text]::-webkit-input-placeholder,
#primary input[type=email]::-webkit-input-placeholder,
#primary input[type=url]::-webkit-input-placeholder,
#primary input[type=password]::-webkit-input-placeholder,
#primary input[type=search]::-webkit-input-placeholder,
#primary input[type=number]::-webkit-input-placeholder,
#primary input[type=tel]::-webkit-input-placeholder,
#primary input[type=range]::-webkit-input-placeholder,
#primary input[type=date]::-webkit-input-placeholder,
#primary input[type=month]::-webkit-input-placeholder,
#primary input[type=week]::-webkit-input-placeholder,
#primary input[type=time]::-webkit-input-placeholder,
#primary input[type=datetime]::-webkit-input-placeholder,
#primary input[type=datetime-local]::-webkit-input-placeholder,
#primary input[type=color]::-webkit-input-placeholder,
#primary textarea::-webkit-input-placeholder {
  color: #1B2D33;
}
#primary input[type=text]::-moz-placeholder,
#primary input[type=email]::-moz-placeholder,
#primary input[type=url]::-moz-placeholder,
#primary input[type=password]::-moz-placeholder,
#primary input[type=search]::-moz-placeholder,
#primary input[type=number]::-moz-placeholder,
#primary input[type=tel]::-moz-placeholder,
#primary input[type=range]::-moz-placeholder,
#primary input[type=date]::-moz-placeholder,
#primary input[type=month]::-moz-placeholder,
#primary input[type=week]::-moz-placeholder,
#primary input[type=time]::-moz-placeholder,
#primary input[type=datetime]::-moz-placeholder,
#primary input[type=datetime-local]::-moz-placeholder,
#primary input[type=color]::-moz-placeholder,
#primary textarea::-moz-placeholder {
  color: #1B2D33;
}
#primary input[type=text]:focus,
#primary input[type=email]:focus,
#primary input[type=url]:focus,
#primary input[type=password]:focus,
#primary input[type=search]:focus,
#primary input[type=number]:focus,
#primary input[type=tel]:focus,
#primary input[type=range]:focus,
#primary input[type=date]:focus,
#primary input[type=month]:focus,
#primary input[type=week]:focus,
#primary input[type=time]:focus,
#primary input[type=datetime]:focus,
#primary input[type=datetime-local]:focus,
#primary input[type=color]:focus,
#primary textarea:focus {
  color: #111;
  border-radius: 0;
}
#primary .no-border {
  margin-top: 3rem;
  width: 80%;
  margin-left: 0;
}
#primary .no-border input[type=text],
#primary .no-border input[type=email],
#primary .no-border input[type=url],
#primary .no-border input[type=password],
#primary .no-border input[type=search],
#primary .no-border input[type=number],
#primary .no-border input[type=tel],
#primary .no-border input[type=range],
#primary .no-border input[type=date],
#primary .no-border input[type=month],
#primary .no-border input[type=week],
#primary .no-border input[type=time],
#primary .no-border input[type=datetime],
#primary .no-border input[type=datetime-local],
#primary .no-border input[type=color],
#primary .no-border textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #538630;
  padding: 0.2rem 0.5rem;
  border-width: 2px;
}
#primary .no-border div.ginput_container {
  margin-top: 0;
}
#primary .no-border textarea {
  border: 2px solid #538630;
  margin-top: 0.5rem;
}
#primary .no-border li.gfield {
  margin-top: 30px;
}
#primary .no-border label.gfield_label, #primary .no-border .gfield_html_formatted {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: "BenchNine", sans-serif;
}
#primary ul.gfield_radio {
  margin: 0;
}
#primary ul.gfield_radio li {
  margin: 0.5rem;
}
#primary ul.gfield_radio li input[type=radio] {
  position: absolute;
  opacity: 0;
}
#primary ul.gfield_radio li input[type=radio] + label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgba(27, 45, 51, 0.5);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#primary ul.gfield_radio li input[type=radio]:checked + label:before {
  background-color: #538630;
}
#primary ul.gfield_radio li input[type=radio]:focus + label:before {
  outline: none;
}
#primary ul.gfield_radio li input[type=radio]:disabled + label:before {
  background: #19280e;
}
#primary ul.gfield_radio li input[type=radio] + label:empty:before {
  margin-right: 0;
}
#primary select {
  border: 1px solid #1B2D33;
}
#primary textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Grid & Columns
--------------------------------------------- */
.col-full, .col-halfs,
.col-thirds, .col-two-thirds, .col-quarter, .col-three-quarter {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 767px) {
  .col-full, .col-halfs,
  .col-thirds, .col-two-thirds, .col-quarter, .col-three-quarter {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .col-thirds {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-halfs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-two-thirds {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container--fluid {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1475px) {
  .container {
    max-width: 1415px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.top-bar {
  background: #1B2D33;
  text-align: center;
  padding: 22px 0;
}
.top-bar p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.top-bar a {
  color: #fff;
  text-decoration: underline;
}
.top-bar a:hover {
  color: #fff;
  text-decoration: none;
}

header#masthead {
  border-bottom: 1px solid rgba(27, 45, 51, 0.5);
  position: relative;
}
header#masthead .site-header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 2.5rem 0.5rem;
  background: #fff;
  /* Small menu. */
}
header#masthead .site-header .site-branding {
  margin-right: auto;
}
header#masthead .site-header .site-branding img {
  width: 200px;
}
header#masthead .site-header .main-navigation {
  display: block;
}
header#masthead .site-header .main-navigation .menu-main-menu-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 135px;
  background: #538630;
  z-index: 1;
}
header#masthead .site-header .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
header#masthead .site-header .main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #1B2D33;
}
header#masthead .site-header .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
header#masthead .site-header .main-navigation ul ul li:hover > ul, header#masthead .site-header .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
header#masthead .site-header .main-navigation ul ul a {
  font-size: 32px;
  font-size: 2rem;
  border-color: rgba(255, 255, 255, 0.4);
}
header#masthead .site-header .main-navigation ul ul a:after {
  display: none;
}
header#masthead .site-header .main-navigation ul li:hover > ul,
header#masthead .site-header .main-navigation ul li.focus > ul {
  left: auto;
  float: none;
  position: relative;
}
header#masthead .site-header .main-navigation li {
  position: relative;
  margin-bottom: 0;
}
header#masthead .site-header .main-navigation li:last-child a {
  border: none;
}
header#masthead .site-header .main-navigation li.menu-item-has-children a:after {
  content: " ";
  position: absolute;
  right: 32px;
  width: 30px;
  height: 30px;
  border-width: 0px 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg) skew(15deg, 15deg);
  top: 22px;
  transition: 0.4s;
}
header#masthead .site-header .main-navigation li.menu-item-has-children.focus a:after {
  transform: rotate(225deg) skew(15deg, 15deg);
  top: 46px;
  transition: 0.4s;
}
header#masthead .site-header .main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 48px;
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "BenchNine", sans-serif;
  line-height: 38px;
  padding: 30px 35px 28px;
  border-bottom: 2px solid rgba(27, 45, 51, 0.4);
}
header#masthead .site-header .menu-toggle,
header#masthead .site-header .main-navigation.toggled ul {
  display: block;
}
header#masthead .site-header .main-navigation .menu-toggle {
  background: transparent;
  border: none;
  z-index: 100;
  min-width: auto;
}
header#masthead .site-header .main-navigation .menu-toggle .bar-1, header#masthead .site-header .main-navigation .menu-toggle .bar-2, header#masthead .site-header .main-navigation .menu-toggle .bar-3 {
  width: 20px;
  height: 1px;
  background-color: #1B2D33;
  margin: 6px 0;
  transition: 0.4s;
}
header#masthead .site-header .main-navigation.toggled .menu-toggle .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 4px);
}
header#masthead .site-header .main-navigation.toggled .menu-toggle .bar-2 {
  opacity: 0;
}
header#masthead .site-header .main-navigation.toggled .menu-toggle .bar-3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -6px);
}
@media screen and (min-width: 1000px) {
  header#masthead .site-header {
    padding: 1rem 0.5rem;
  }
  header#masthead .site-header .menu-toggle {
    display: none;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container {
    position: inherit;
    top: auto;
    background: transparent;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container ul {
    display: flex;
    align-items: center;
    text-align: center;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container ul a {
    color: #1B2D33;
    font-size: 20.8px;
    font-size: 1.3rem;
    border: none;
    padding: 30px 25px 28px;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container ul li.menu-item-has-children a:after {
    right: 6px;
    width: 11px;
    height: 11px;
    top: 39px;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container ul li.menu-item-has-children ul {
    background: #fff;
    flex-direction: column;
    padding: 15px;
    width: 197px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.22);
    border-top: 1px solid #1B2D33;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container ul li.menu-item-has-children ul a {
    padding: 0;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container ul li.menu-item-has-children.focus ul, header#masthead .site-header .main-navigation .menu-main-menu-container ul li.menu-item-has-children:hover ul {
    position: absolute;
  }
  header#masthead .site-header .main-navigation .menu-main-menu-container ul li.menu-item-has-children.focus a:after, header#masthead .site-header .main-navigation .menu-main-menu-container ul li.menu-item-has-children:hover a:after {
    transform: rotate(225deg) skew(15deg, 15deg);
    top: 47px;
  }
}

footer#colophon {
  background-color: #1B2D33;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
footer#colophon a {
  color: inherit;
  text-transform: lowercase;
}
footer#colophon p {
  font-weight: 300;
}
footer#colophon .social-links a {
  display: inline-block;
  margin: 0 0.5rem;
}
footer#colophon .social-links .social-icon {
  height: 25px;
  width: auto;
}
footer#colophon .footer-heading {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
}
footer#colophon .footer-top {
  border-bottom: 1px solid;
  padding: 1.5rem 1rem;
}
footer#colophon .footer-top span {
  display: block;
  margin: 0.5rem 0;
}
footer#colophon .footer-top .ft-col {
  margin: 1rem 0;
  width: 100%;
  padding: 0 15px;
}
footer#colophon .footer-top .ft-col-1 img {
  width: 182px;
}
@media (min-width: 767px) {
  footer#colophon .footer-top .ft-col-2, footer#colophon .footer-top .ft-col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1000px) {
  footer#colophon .footer-top .ft-col-2, footer#colophon .footer-top .ft-col-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  footer#colophon .footer-top .ft-col-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  footer#colophon .footer-top .ft-col-1 {
    order: 2;
  }
  footer#colophon .footer-top .ft-col-2 {
    order: 1;
  }
  footer#colophon .footer-top .ft-col-3 {
    order: 3;
  }
}
footer#colophon .footer-bottom {
  padding: 1rem 0;
}
footer#colophon .footer-bottom p {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media (min-width: 768px) {
  .foo {
    color: tomato;
  }
}
.box {
  width: 15px;
  height: 20px;
}

.sub-nav {
  background: #f7f8f8;
  padding: 1.4rem 0 1.8rem;
}
.sub-nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.sub-nav ul li {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
.sub-nav ul li a {
  color: #1B2D33;
  font-family: "BenchNine", sans-serif;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.sub-nav ul li.current_page_item a {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #538630;
}
@media (min-width: 1000px) {
  .sub-nav ul {
    justify-content: flex-start;
  }
  .sub-nav ul li {
    padding: 0 3rem 0 0;
  }
}

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

.post,
.page {
  margin: 0;
}

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

.hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.hero h1 {
  color: #fff;
  margin: 0 0 1rem 0;
}
.hero h1 span {
  display: block;
}
.hero h1 span.line-one {
  font-size: 28px;
  font-size: 1.75rem;
}
.hero h1 span.line-two {
  font-size: 48px;
  font-size: 3rem;
}
@media (min-width: 767px) {
  .hero {
    min-height: 500px;
    background-position: center;
  }
  .hero h1 span.line-one {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .hero h1 span.line-two {
    font-size: 112px;
    font-size: 7rem;
  }
}

.content-main {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
  text-align: center;
}
.content-main h1,
.content-main h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.content-main h1.mobile {
  margin-bottom: 2rem;
}
.content-main p:last-child:not(.with-spacing) {
  margin-bottom: 0;
}
.content-main .content {
  align-self: center;
  margin-bottom: 2rem;
}
.content-main .content .btn {
  margin: 1rem;
}
.content-main .content.no-mobile-title p {
  margin-top: 2rem;
}
.content-main .image-wrap {
  position: relative;
}
.content-main .image-wrap .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.content-main .image-wrap .play-button img {
  width: 75px;
}
@media (min-width: 992px) {
  .content-main {
    text-align: left;
  }
  .content-main.text-center {
    text-align: center;
  }
  .content-main .content {
    margin-bottom: 0rem;
    order: 2;
  }
  .content-main .content .btn {
    margin: 0 1.5rem 1rem 0;
  }
  .content-main .content.no-mobile-title p {
    margin-top: 1em;
  }
  .content-main .image {
    order: 1;
    align-items: center;
    display: flex;
  }
  .content-main.alternate .content {
    order: 1;
  }
  .content-main.alternate .image {
    order: 2;
  }
}

.grey {
  background: #f7f8f8;
  padding: 55px 0;
}

.bold {
  font-weight: bold;
}

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

.center-title h1 {
  margin-bottom: 2rem;
  text-align: center;
}

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

.desktop {
  display: none;
}
@media (min-width: 992px) {
  .desktop {
    display: block;
  }
}

.cards {
  text-align: center;
}
.cards.home-card {
  margin-bottom: 0;
}
.cards.repeating-cards .col-halfs {
  margin-bottom: 2rem;
}
.cards .col-full {
  margin-bottom: 2rem;
}
.cards .card {
  background: #f0f2f2;
  margin-bottom: 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cards .card .card-head {
  padding: 1.4rem 0 1.25rem;
}
.cards .card .card-head.bg-blue {
  background: #1B2D33;
}
.cards .card .card-head.bg-green {
  background: #538630;
}
.cards .card .card-head h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.cards .card .card-body {
  padding: 2.5rem 1.875rem;
}
.cards .card .card-body p {
  margin-top: 0;
}
.cards .card .card-body .btn {
  margin-top: 3rem;
}
.cards .card .card-footer {
  margin-top: auto;
  padding: 0 1.875rem 2.5rem;
}
@media (min-width: 767px) {
  .cards h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 1000px) {
  .cards .card {
    margin-bottom: 0;
  }
}

.cta {
  padding: 3.75rem 0;
  background-position: center right;
  background-size: cover;
}
.cta .card {
  background: #fff;
  margin-bottom: 0;
}
.cta .card .card-body h2 {
  font-size: 52.8px;
  font-size: 3.3rem;
  margin: 0;
}
.cta .card .card-body h2, .cta .card .card-body p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cta .card .card-body input.button {
  width: 100% !important;
}
.cta .card .card-body .btn {
  margin-top: 0;
}

.simple-cta a {
  margin-bottom: 0.75rem;
}
.simple-cta a:last-child {
  margin-bottom: 0;
}

.image-cards {
  margin-bottom: 0;
}
.image-cards p:last-child {
  margin-bottom: 4rem;
}
.image-cards .col-thirds {
  margin-bottom: 2rem;
}
.image-cards .col-thirds:last-child {
  margin-bottom: 0;
}
.image-cards img {
  width: 100%;
}
@media (min-width: 1000px) {
  .image-cards .col-thirds {
    margin-bottom: 0;
  }
}

.location-main h1.mobile {
  margin-bottom: 2rem;
}
.location-main .location-info {
  text-align: left;
  margin-top: 2rem;
}
.location-main .location-info a {
  margin-right: 1.5rem;
}
.location-main tbody {
  margin-left: -3px;
}
.location-main th {
  padding: 0;
}
.location-main th.day-column {
  font-weight: 500;
}
.location-main caption {
  text-align: left;
}

.team {
  text-align: center;
  margin-bottom: 0;
}
.team .col-thirds {
  margin-bottom: 3.6rem;
}
.team h2 {
  font-size: 48px;
  font-size: 3rem;
}
.team h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #1B2D33;
  margin-top: 0;
}

.team-member {
  border: 3px solid #538630;
  padding: 10px;
  border-radius: 50%;
  max-width: 336px;
  width: 100%;
}

.sign-up .content {
  text-align: left;
}
.sign-up .content p {
  margin: 0.5rem 0;
}
.sign-up .content h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #1B2D33;
  margin-bottom: 1rem;
}
.sign-up .content .social a {
  margin-right: 1.5rem;
}

.sub-service-title p {
  text-align: center;
}

.service-content .row > div {
  align-self: center;
  margin: 1rem 0;
}
.service-content h3 {
  margin-top: 0;
  color: #000;
}
.service-content li > ul, .service-content li > ol {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.coaches .row {
  margin: 3rem 0;
}
.coaches .row > div {
  align-self: center;
}
.coaches h3 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0;
}
.coaches p {
  margin: 0;
}

.form {
  margin-bottom: 0;
}
.form .row > div {
  align-self: center;
  margin: 2rem 0;
}
.form .row .wrap {
  border-bottom: 1px solid #538630;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.form .row .col-full {
  margin-bottom: 2rem;
}
.form .row input:not(.button) {
  background: transparent;
}

.simple-cards {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  margin-top: 2rem;
}

.simple-card {
  background: #1B2D33;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.simple-card p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
@media (min-width: 992px) {
  .simple-card {
    width: calc(50% - 30px);
  }
}

section.image-break img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  padding: 15px;
}
@media (min-width: 576px) {
  section.image-break img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.image-break img {
    width: 25%;
  }
}

.image-title {
  align-items: center;
}
.image-title img {
  margin-bottom: 2rem;
}

.testimonials .testimonial-row {
  margin-top: 4rem;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.testimonials .testimonial-media {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .testimonials .row:nth-child(odd) .col-two-thirds {
    order: 1;
  }
  .testimonials .row:nth-child(odd) .col-thirds {
    order: 2;
  }
  .testimonials .testimonial-media {
    margin-bottom: 0rem;
  }
  .testimonials .col-two-thirds {
    align-self: center;
  }
  .testimonials .testimonial-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mx-auto {
  margin: 0 auto;
}

p.testimonial-author {
  font-size: larger;
  font-weight: 600;
  color: #538630;
}

span.quote-mark svg {
  width: 45px;
  height: 45px;
}

span.quote-mark path {
  fill: #538630;
}

.center-title h2 {
  text-align: center;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/* Fancy Boc */
.fancybox-close-small {
  min-width: auto;
}

.fancybox-slide--html .fancybox-content {
  max-width: 800px;
  overflow: auto;
  margin: 3rem 0.5rem;
}

/* Gravity Forms */
body .gform_footer.top_label {
  padding-bottom: 0;
}
body .gform_wrapper {
  margin-bottom: 0;
  margin-top: 0;
}
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  max-width: 100%;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 641px) {
  body .gform_wrapper .gform_footer input.button,
  body .gform_wrapper .gform_footer input[type=submit],
  body .gform_wrapper .gform_page_footer input.button,
  body .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}

/* ACF & Google Maps*/
.acf-map {
  width: 100%;
  min-height: 400px;
}
@media (min-width: 992px) {
  .acf-map {
    height: 100%;
  }
}
.acf-map button {
  min-width: auto;
}

.acf-map img {
  max-width: inherit !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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