/*
Theme Name: styl_s
Theme URI: https://github.com/luclemo/Styl_s
Author: Lucas Lemonnier
Author URI: http://lucaslemonnier.com
Description: A stylus version of the underscores starter theme (http://underscores.me/)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: styl_s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

styl_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
		## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 32em;
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 1280%;
  font-size: 80%;
}
sub,
sup {
  font-size: 1200%;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16em;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 2000%;
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote,
q {
  quotes: "" "";
  margin: 0;
  border: 1px solid #be984c;
  color: #654319;
  font-family: 'BaskervilleBT-Italic', serif;
  font-weight: 300;
  font-style: normal;
  padding: 3em;
  margin: 2em 0 3em 0;
  font-size: 16.8px;
  font-size: 1.05rem;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  blockquote,
  q {
    padding: 1.9em 1.9em 2.3em 1.9em;
  }
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
blockquote:before,
q:before {
  width: 282px;
  height: 36px;
  background-color: #f8f4ec;
  background-image: url("./library/images/blockicons.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
}
blockquote p,
q p {
  margin: 0;
}
blockquote cite,
q cite {
  text-align: right;
  display: block;
  font-family: 'BaskervilleBT-Roman', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #000;
  margin-top: 15px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
hr.wp-block-separator {
  background-color: #be984c;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.wp-block-table tr td {
  padding: 10px;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: rgba(190,152,76,0.15);
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #003d58;
  text-decoration: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18.4px;
  font-size: 1.15rem;
  padding: 10px 14px;
  border: none;
}
input:disabled{
  cursor: not-allowed !important;
  background: #003d58 !important;
}
@media only screen and (max-width: 767px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 15.2px;
    font-size: 0.95rem;
  }
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #336479;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #be984c;
  border-radius: 3px;
  background-color: transparent;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
select {
  padding: 5px 4px;
  min-height: 36px;
  -webkit-appearance: none;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #be984c;
}
@media only screen and (max-width: 767px) {
  select {
    min-height: 44px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
---------------------------------------------------------------*/
a {
  color: #003d58;
}
a:visited {
  color: #003d58;
}
a:hover,
a:focus,
a:active {
  color: #336479;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.button,
.wp-block-button__link,
.wp-block-advgb-button_link {
  background: #003d58;
  text-decoration: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18.4px;
  font-size: 1.15rem;
  padding: 10px 14px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .button,
  .wp-block-button__link,
  .wp-block-advgb-button_link {
    font-size: 15.2px;
    font-size: 0.95rem;
  }
}
.button:hover,
.wp-block-button__link:hover,
.wp-block-advgb-button_link:hover {
  color: #fff;
  background: #336479;
}
.button:focus,
.wp-block-button__link:focus,
.wp-block-advgb-button_link:focus,
.button:active,
.wp-block-button__link:active,
.wp-block-advgb-button_link:active {
  color: #fff;
}
.button:visited,
.wp-block-button__link:visited,
.wp-block-advgb-button_link:visited {
  color: #fff;
}
.entry-content .wp-block-advgb-button_link {
  background: #003d58;
  text-decoration: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18.4px;
  font-size: 1.15rem;
  padding: 10px 14px;
  border-radius: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .entry-content .wp-block-advgb-button_link {
    font-size: 15.2px;
    font-size: 0.95rem;
  }
}
.entry-content .wp-block-advgb-button_link:hover {
  color: #fff;
  background: #336479;
}
.entry-content .wp-block-advgb-button_link:focus,
.entry-content .wp-block-advgb-button_link:active {
  color: #fff;
}
.entry-content .wp-block-advgb-button_link:visited {
  color: #fff;
}
/* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
#masthead {
  position: relative;
  background: #f8f4ec;
}
#masthead .menu-container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  #masthead .menu-container {
    max-width: 1365px;
  }
}
#masthead .menu-container .menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex {
    align-items: center;
    justify-content: space-between;
  }
}
#masthead .menu-container .menu-flex .site-branding {
  padding: 0.5em 0;
  position: relative;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .site-branding {
    margin-right: 70px;
  }
}
#masthead .menu-container .menu-flex .site-branding img {
  width: 75px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .site-branding img {
    width: 43px;
  }
}
#masthead .menu-container .menu-flex .main-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation {
    display: none;
  }
}
#masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1551px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    padding-right: 62px;
  }
}
@media only screen and (max-width: 1223px) and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    max-width: 1124px;
  }
}
@media only screen and (max-width: 1223px) and (min-width: 1551px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    max-width: 1365px;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5em 0;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a {
  color: #654319;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13.28px;
  font-size: 0.83rem;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a:hover{
  color: #B2BB1E;
}
.main-navigation ul ul {
  z-index: 99999;
}
.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: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
}
.main-navigation .sub-menu:before{
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(10px);
  position: absolute;
  width: 200vw;
  left: -100vw;
  height: 100%;
  content: '';
  z-index: -1;  
}
.main-navigation #primary-menu > li:hover .sub-menu {
  display: block;
}
.main-navigation .sub-menu li {
  margin: 0.75em 0;
  position: relative;
}
.main-navigation .sub-menu li:first-child {
  margin: 1.5em 0 0.5em 0;
}
.main-navigation .sub-menu li:last-child {
  margin: 0.5em 0 1.5em 0;
}
.main-navigation .sub-menu li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13.28px;
  font-size: 0.83rem;
}
.main-navigation .sub-menu li a:hover{
  color: #B2BB1E;
}
#masthead .menu-container .menu-flex .mobile-navigation {
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 0 0 0 1.5em;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f4ec;
  z-index: 98;
}
#masthead .menu-container .menu-flex .mobile-navigation #mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#masthead .menu-container .menu-flex .mobile-navigation #mobile-menu li {
  padding-top: 1.5em;
  max-width: 240px;
}
#masthead .menu-container .menu-flex .mobile-navigation #mobile-menu li a {
  color: #654319;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13.28px;
  font-size: 0.83rem;
}
#masthead .menu-container .menu-flex .mobile-navigation #mobile-menu >li a.active{
  border-bottom: 1px solid #003D58;
}
#masthead .menu-container .menu-flex .mobile-navigation #mobile-menu >li .sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 0 1.5em;
  list-style: none;
}
#masthead .menu-container .menu-flex .mobile-navigation #mobile-menu >li .sub-menu li a{
  color: #003D58;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .mobile-menu-button-container {
    display: none;
  }
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button {
  width: 25px;
  height: 21px;
  display: block;
  background-image: url("./library/images/hamburger.svg");
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button.active {
  background-image: url("./library/images/close.svg");
}
.secondary-navigation-container{
  width: 100%;
  padding: 11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: rgba(0,0,0,1);
  z-index: 2;
}
@media only screen and (max-width: 1223px) {
  .membership-nav{
    margin-left: 1.75em;
  }
}
.membership-nav .membership-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.5em 0 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.membership-nav .membership-menu li:first-of-type {
  margin-right: 1.75em;
}
.membership-nav .membership-menu li a {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #B2BB1E;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13.28px;
  font-size: 0.83rem;
}
.membership-nav .membership-menu .salutation {
  display: none;
}
@media only screen and (max-width: 1223px) and (min-width: 1224px) {
  .membership-nav {
    max-width: 1124px;
  }
}
@media only screen and (max-width: 1223px) and (min-width: 1551px) {
  .membership-nav {
    max-width: 1365px;
  }
}
.search-form{
  display: flex;
}
.search-form label {
  border-left: 1px solid #fff;
  position: relative;
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .search-form label {
    max-width: 120px;
    overflow: hidden;
  }
}
.search-form label:before {
  content: '';
  position: absolute;
  top: 37%;
  left: 1.25em;
  background-image: url("./library/images/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 9.4px;
  height: 9.4px;
}
.search-form .search-submit {
  display: none;
}
.search-form .search-field {
  color: #fff;
  background: none;
  border: none;
  min-width: 300px;
  font-size: 11.52px;
  font-size: 0.72rem;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-form .search-field::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-form .search-field:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-form .search-field:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-form .search-field:focus {
  outline: 0;
  color: #fff;
}
.search-form .search-field:focus::placeholder {
  color: transparent;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*--------------------------------------------------------------
# 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;
}
.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;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
----------------------------------------------------------------*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1224px) {
  .container {
    width: auto;
    max-width: 1025px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.large-container {
  max-width: 85%;
  margin: 0 auto;
}
@media only screen and (min-width: 1224px) {
  .large-container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  .large-container {
    max-width: 1441px;
  }
}
@media only screen and (min-width: 1920px) {
  .large-container {
    max-width: 1640px;
  }
}
.callout-bar {
  background: rgba(0,0,0,0.85);
  padding: 1.5em 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.callout-bar .container {
  overflow: visible;
}
.callout-bar .container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .callout-bar .container .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.callout-bar .container .inner-container .bar-text {
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  .callout-bar .container .inner-container .bar-text {
    margin-bottom: 2em;
  }
}
.callout-bar .container .inner-container .bar-text p {
  color: #fff;
  margin: 0;
  font-weight: 100;
  font-size: 13.6px;
  font-size: 0.85rem;
}
.callout-bar .container .inner-container .bar-buttons .go-button {
  background: #b2bb1e;
  margin-right: 20px;
}
.callout-bar .container .inner-container .bar-buttons .dismiss {
  color: #fff;
  font-size: 13.6px;
  font-size: 0.85rem;
  text-decoration: underline;
  cursor: pointer;
}
.top-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: calc(100vh - 151px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1223px) {
  .top-section {
    min-height: calc(100vh - 93px);
  }
}
@media only screen and (max-width: 767px) {
  .top-section {
    min-height: calc(49vh - 93px);
  }
}
.top-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: block;
  z-index: 1;
}
.top-section .inner-top-section {
  color: #fff;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-section .inner-top-section {
    position: absolute;
    top: calc(100% - 35px);
  }
}
@media only screen and (min-width: 1025px) {
  .top-section .inner-top-section {
    max-width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .top-section .inner-top-section .large-container {
    max-width: 95%;
  }
}
.top-section .inner-top-section .top-section-headline {
  font-family: 'BaskervilleBT-Roman', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50.24rem;
  font-size: 3.14rem;
}
@media only screen and (max-width: 767px) {
  .top-section .inner-top-section .top-section-headline {
    margin-bottom: 0.7em;
    margin-top: 0;
    line-height: 1.1;
    font-size: 24.8px;
    font-size: 1.55rem;
  }
}
.top-section .inner-top-section .top-section-copy-text {
  font-size: 17.6px;
  font-size: 1.1rem;
  padding: 0 3em;
}
@media only screen and (max-width: 767px) {
  .top-section .inner-top-section .top-section-copy-text {
    padding: 0;
    font-size: 14.4px;
    font-size: 0.9rem;
    margin: 0;
    color: #000;
  }
}
.top-section .inner-top-section .button-container {
  margin-top: 3.5em;
}
@media only screen and (max-width: 767px) {
  .top-section .inner-top-section .button-container {
    margin-top: 1.5em;
  }
}
.main-home-container {
  background: #f8f4ec;
}
.main-home-container .large-container.callouts-section {
  padding-top: 4em;
}
@media only screen and (max-width: 767px) {
  .main-home-container .large-container.callouts-section {
    padding-top: 12em;
  }
}
.main-home-container .large-container.callouts-section .top-callouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-home-container .large-container.callouts-section .top-callouts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main-home-container .large-container.callouts-section .top-callouts .each-callout {
  width: 32.5%;
  min-height: 362px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-home-container .large-container.callouts-section .top-callouts .each-callout {
    width: 100%;
    margin-bottom: 1.5em;
    min-height: 240px;
  }
}
.main-home-container .large-container.callouts-section .top-callouts .each-callout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: block;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.9)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main-home-container .large-container.callouts-section .top-callouts .each-callout .inner-text {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 1.25em 1.25em 1.25em;
  z-index: 2;
}
.main-home-container .large-container.callouts-section .top-callouts .each-callout .inner-text .headline {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 27.2px;
  font-size: 1.7rem;
  margin: 0 0 0.25em 0;
}
@media only screen and (max-width: 767px) {
  .main-home-container .large-container.callouts-section .top-callouts .each-callout .inner-text .headline {
    margin: 0;
  }
}
.main-home-container .large-container.callouts-section .top-callouts .each-callout .inner-text .sub-heading {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main-home-container .large-container.callouts-section .top-callouts .each-callout .inner-text .sub-heading {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
.main-home-container .stats-section-container {
  padding: 15em 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .main-home-container .stats-section-container {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-home-container .stats-section-container {
    padding: 7em 0;
  }
}
@media only screen and (max-width: 1024px) {
  .main-home-container .stats-section-container {
    background-position: top center;
  }
}
.main-home-container .stats-section-container .stats-section.large-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3.5em;
}
@media only screen and (max-width: 767px) {
  .main-home-container .stats-section-container .stats-section.large-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.main-home-container .stats-section-container .stats-section.large-container .stats-section-info {
  margin-right: 15%;
}
@media only screen and (max-width: 767px) {
  .main-home-container .stats-section-container .stats-section.large-container .stats-section-info {
    margin-right: 0;
    margin-bottom: 3em;
  }
}
.main-home-container .stats-section-container .stats-section.large-container .stats-section-info .headline {
  color: #003d58;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .main-home-container .stats-section-container .stats-section.large-container .stats-section-info .headline {
    font-size: 25.6px;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
.main-home-container .stats-section-container .stats-section.large-container .stats-section-info .button-container {
  text-align: center;
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .main-home-container .stats-section-container .stats-section.large-container .stats-section-info .button-container {
    margin-top: 1.5em;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .main-home-container .stats-section-container .stats-section.large-container .stats-list {
    margin-top: 1em;
  }
}
.main-home-container .stats-section-container .stats-section.large-container .stats-list .each-stat {
  margin-bottom: 3em;
}
.main-home-container .stats-section-container .stats-section.large-container .stats-list .each-stat .headline {
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  border-bottom: 2px solid #b2bb1e;
  font-size: 20.8px;
  font-size: 1.3rem;
  padding-bottom: 12px;
  line-height: 1.3;
}
.posts-section-container .posts-section.large-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.posts-section-container .posts-section.large-container a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.posts-section-container .posts-section.large-container a:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.posts-section-container .posts-section.large-container .side-sixty {
  width: 57.5%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .side-sixty {
    width: 100%;
  }
}
.posts-section-container .posts-section.large-container .side-fourty {
  width: 41.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .side-fourty {
    width: 100%;
  }
}
.posts-section-container .posts-section.large-container .side-fourty .child-aos {
  height: 49%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .side-fourty .child-aos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.posts-section-container .posts-section.large-container .side-fourty .child-aos >a {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .side-fourty .child-aos >a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.posts-section-container .posts-section.large-container .side-fourty .child-aos >a .inner-content h2 {
  margin-top: 0;
}
.posts-section-container .posts-section.large-container .side-fourty .child-aos >a .inner-content h3 {
  margin-bottom: 0;
}
.posts-section-container .posts-section.large-container .post-heading {
  text-transform: uppercase;
  font-size: 34.24px;
  font-size: 2.14rem;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .post-heading {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.posts-section-container .posts-section.large-container .post-sub-heading {
  font-size: 12px;
  font-size: 0.75rem;
}
.posts-section-container .posts-section.large-container p {
  margin-bottom: 0;
  font-size: 15.2px;
  font-size: 0.95rem;
}
.posts-section-container .posts-section.large-container .first-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.posts-section-container .posts-section.large-container .first-post .top-image {
  min-height: 518px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .first-post .top-image {
    min-height: 218px;
  }
}
.posts-section-container .posts-section.large-container .first-post .bottom-part {
  background: #000;
  padding: 1.8em;
}
.posts-section-container .posts-section.large-container .first-post .bottom-part h2 {
  margin-top: 0;
}
.posts-section-container .posts-section.large-container .first-post .bottom-part p {
  margin-bottom: 0;
}
.posts-section-container .posts-section.large-container a.second-post {
  background: #003d58;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1223px) {
  .posts-section-container .posts-section.large-container a.second-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.posts-section-container .posts-section.large-container a.second-post .side-content {
  width: 60%;
  padding: 1.8em;
}
@media only screen and (max-width: 1223px) {
  .posts-section-container .posts-section.large-container a.second-post .side-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 1224px) {
  .posts-section-container .posts-section.large-container a.second-post .side-content {
    width: 70%;
  }
}
@media only screen and (min-width: 1551px) {
  .posts-section-container .posts-section.large-container a.second-post .side-content {
    width: 60%;
  }
}
.posts-section-container .posts-section.large-container a.second-post .side-image {
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1224px) {
  .posts-section-container .posts-section.large-container a.second-post .side-image {
    width: 30%;
  }
}
@media only screen and (min-width: 1551px) {
  .posts-section-container .posts-section.large-container a.second-post .side-image {
    width: 40%;
  }
}
@media only screen and (max-width: 1223px) {
  .posts-section-container .posts-section.large-container a.second-post .side-image {
    width: 100%;
    min-height: 218px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .posts-section-container .posts-section.large-container a.second-post .side-image {
    display: none;
  }
}
@media only screen and (min-width: 1224px) {
  .posts-section-container .posts-section.large-container a.second-post .side-image {
    display: block;
  }
}
.posts-section-container .posts-section.large-container .third-post,
.posts-section-container .posts-section.large-container .fourth-post,
.posts-section-container .posts-section.large-container .fifth-post {
  padding: 1.8em;
  position: relative;
}
.posts-section-container .posts-section.large-container .third-post:before,
.posts-section-container .posts-section.large-container .fourth-post:before,
.posts-section-container .posts-section.large-container .fifth-post:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: block;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0,0,0,0)), to(rgba(0,0,0,0.95)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 55%, rgba(0,0,0,0.95) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 55%, rgba(0,0,0,0.95) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,0.95) 100%);
  top: auto;
  bottom: -5px;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .third-post:before,
  .posts-section-container .posts-section.large-container .fourth-post:before,
  .posts-section-container .posts-section.large-container .fifth-post:before {
    background: rgba(0,0,0,0.5);
    bottom: 0;
  }
}
.posts-section-container .posts-section.large-container .third-post .inner-content,
.posts-section-container .posts-section.large-container .fourth-post .inner-content,
.posts-section-container .posts-section.large-container .fifth-post .inner-content {
  z-index: 2;
  width: 100%;
}
.posts-section-container .posts-section.large-container .sixth-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .sixth-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.posts-section-container .posts-section.large-container .sixth-post .side-content {
  width: 50%;
  background: #001f2c;
  padding: 1.8em;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .sixth-post .side-content {
    width: 100%;
  }
}
.posts-section-container .posts-section.large-container .sixth-post .side-content .post-heading {
  margin-bottom: 1.75em;
}
.posts-section-container .posts-section.large-container .sixth-post .side-content .author-info {
  text-align: center;
  margin-bottom: 3em;
}
.posts-section-container .posts-section.large-container .sixth-post .side-content .author-info img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .sixth-post .side-content .author-info img {
    max-width: 110px;
  }
}
.posts-section-container .posts-section.large-container .sixth-post .side-content .author-info h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.posts-section-container .posts-section.large-container .sixth-post .side-content .author-info h4 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 11.52px;
  font-size: 0.72rem;
  text-transform: uppercase;
  margin-top: 0;
}
.posts-section-container .posts-section.large-container .sixth-post .side-content .post-sub-heading {
  margin-bottom: 2.5em;
}
.posts-section-container .posts-section.large-container .sixth-post .side-image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .sixth-post .side-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .posts-section-container .posts-section.large-container .second-post,
  .posts-section-container .posts-section.large-container .fourth-post {
    margin-bottom: 1em;
  }
}
.site-footer .member-spotlight-container {
  background-color: #f8f4ec;
  padding-top: 230px;
  padding-bottom: 100px;
  margin-top: -60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .site-footer .member-spotlight-container {
    padding-top: 120px;
  }
}
.site-footer .member-spotlight-container .number-statistics {
  border-top: 3px solid #be984c;
  border-bottom: 3px solid #be984c;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .site-footer .member-spotlight-container .number-statistics {
    padding: 3em 0;
  }
}
.site-footer .member-spotlight-container .number-statistics .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
@media only screen and (max-width: 1024px) {
  .site-footer .member-spotlight-container .number-statistics .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-footer .member-spotlight-container .number-statistics .statistics-heading {
  color: #003d58;
  font-size: 41.6px;
  font-size: 2.6rem;
  text-align: center;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer .member-spotlight-container .number-statistics .statistics-heading {
    line-height: 1.1;
    font-size: 30.4px;
    font-size: 1.9rem;
  }
}
.site-footer .member-spotlight-container .number-statistics .each-number-stat {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .site-footer .member-spotlight-container .number-statistics .each-number-stat {
    margin-bottom: 2.5em;
  }
  .site-footer .member-spotlight-container .number-statistics .each-number-stat:last-of-type {
    margin-bottom: 0;
  }
}
.site-footer .member-spotlight-container .number-statistics .each-number-stat .number-stat-headline {
  color: #b2bb1e;
  font-size: 68.8px;
  font-size: 4.3rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .site-footer .member-spotlight-container .number-statistics .each-number-stat .number-stat-headline {
    font-size: 32px;
    font-size: 2rem;
  }
}
.site-footer .member-spotlight-container .number-statistics .each-number-stat .number-stat-sub-head {
  font-size: 15.52px;
  font-size: 0.97rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer .member-spotlight-container .number-statistics .each-number-stat .number-stat-sub-head {
    margin-top: 0.5em;
  }
}
.site-footer .member-spotlight-container .new-member-container {
  text-align: center;
}
.site-footer .member-spotlight-container .new-member-container .new-member-headline {
  color: #003d58;
  font-size: 41.6px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .member-spotlight-container .new-member-container .new-member-headline {
    line-height: 1.1;
    font-size: 30.4px;
    font-size: 1.9rem;
  }
}
.site-footer .member-spotlight-container .new-member-container .new-member-content {
  max-width: 857px;
  margin: 0 auto;
  font-size: 17.12px;
  font-size: 1.07rem;
}
.site-footer .member-spotlight-container .new-member-container .new-member-slider {
  margin: 80px 0 85px 0;
  padding: 0 35px;
  position: relative;
}
.site-footer .member-spotlight-container .new-member-container .new-member-slider .each-logo {
  float: left;
  clear: none;
  width: 16.666666666666664%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  min-height: 55px;
}
.site-footer .member-spotlight-container .new-member-container .new-member-slider .each-logo img {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 55px;
}
.site-footer .member-spotlight-container .new-member-container .new-member-slider .slick-arrow {
  height: 25.55px;
  width: 13.75px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.site-footer .member-spotlight-container .new-member-container .new-member-slider .slick-arrow.slick-prev-arrow {
  background-image: url("./library/images/arrow-left.svg");
  left: 0;
}
.site-footer .member-spotlight-container .new-member-container .new-member-slider .slick-arrow.slick-next-arrow {
  background-image: url("./library/images/arrow-right.svg");
  right: 0;
}
.site-footer .site-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 905px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-info {
    min-height: 675px;
  }
}
.site-footer .site-info .large-container .inner-container {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-footer .site-info .large-container .inner-container .white-logo {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.site-footer .site-info .large-container .inner-container .address-phone {
  text-align: center;
  color: #fff;
  margin-top: 3em;
  margin-bottom: 2.5em;
}
.site-footer .site-info .large-container .inner-container .address-phone a {
  color: #fff;
  text-decoration: none;
}
.site-footer .site-info .large-container .inner-container .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .site-info .large-container .inner-container .social-icons .each-icon {
  margin-right: 30px;
}
.site-footer .site-info .large-container .inner-container .social-icons .each-icon:last-of-type {
  margin-right: 0;
}
.site-footer .site-info .large-container .inner-container .social-icons .each-icon a img {
  height: 16px;
  width: auto;
}
.site-footer .site-info .large-container .inner-container .button-container {
  text-align: center;
  margin-top: 3em;
}
.site-footer .site-info .large-container .inner-container .button-container .button {
  background: #be984c;
}
.site-footer .site-info .copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.8);
}
.site-footer .site-info .copyright p {
  margin: 10px 0;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.entry-header {
  min-height: 370px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry-header {
    min-height: 300px;
  }
}
.entry-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: block;
  z-index: 1;
  background: rgba(0,0,0,0.35);
}
.entry-header .header-inner-container {
  z-index: 2;
  text-align: center;
}
.entry-header .header-inner-container .entry-title {
  font-family: 'BaskervilleBT-Roman', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 56px;
  font-size: 3.5rem;
  margin: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .entry-header .header-inner-container .entry-title {
    font-size: 46.4px;
    font-size: 2.9rem;
  }
}
.entry-header .header-inner-container .sub-heading {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 13.92px;
  font-size: 0.87rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .entry-header .header-inner-container .sub-heading {
    font-size: 12.32px;
    font-size: 0.77rem;
  }
}
.children-list,
.children-list-tertiary,
.parent-list {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0,0,0,0.4);
  padding: 15px 0;
}
.children-list .large-container,
.children-list-tertiary .large-container,
.parent-list .large-container {
  position: relative;
}
.children-list ul,
.children-list-tertiary ul,
.parent-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 40px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  text-align: center;
}
.children-list ul::-webkit-scrollbar,
.children-list-tertiary ul::-webkit-scrollbar,
.parent-list ul::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
  height: 0px;
}
.children-list ul li,
.children-list-tertiary ul li,
.parent-list ul li {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #fff;
  display: inline-block;
}
.children-list ul li:last-child,
.children-list-tertiary ul li:last-child,
.parent-list ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.children-list ul li.current_page_item a,
.children-list-tertiary ul li.current_page_item a,
.parent-list ul li.current_page_item a {
  color: #c4c1bb;
  text-decoration: underline;
}
.children-list ul li a,
.children-list-tertiary ul li a,
.parent-list ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12.32px;
  font-size: 0.77rem;
}
.children-list .scroll-hidden-nav,
.children-list-tertiary .scroll-hidden-nav,
.parent-list .scroll-hidden-nav,
.children-list .scroll-hidden-nav-back,
.children-list-tertiary .scroll-hidden-nav-back,
.parent-list .scroll-hidden-nav-back {
  display: none;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 16px;
}
.children-list .scroll-hidden-nav .scroll-hidden-anchor,
.children-list-tertiary .scroll-hidden-nav .scroll-hidden-anchor,
.parent-list .scroll-hidden-nav .scroll-hidden-anchor,
.children-list .scroll-hidden-nav-back .scroll-hidden-anchor,
.children-list-tertiary .scroll-hidden-nav-back .scroll-hidden-anchor,
.parent-list .scroll-hidden-nav-back .scroll-hidden-anchor,
.children-list .scroll-hidden-nav .scroll-hidden-anchor-back,
.children-list-tertiary .scroll-hidden-nav .scroll-hidden-anchor-back,
.parent-list .scroll-hidden-nav .scroll-hidden-anchor-back,
.children-list .scroll-hidden-nav-back .scroll-hidden-anchor-back,
.children-list-tertiary .scroll-hidden-nav-back .scroll-hidden-anchor-back,
.parent-list .scroll-hidden-nav-back .scroll-hidden-anchor-back {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.children-list .scroll-hidden-nav .scroll-hidden-anchor .scroll-hidden-arrow,
.children-list-tertiary .scroll-hidden-nav .scroll-hidden-anchor .scroll-hidden-arrow,
.parent-list .scroll-hidden-nav .scroll-hidden-anchor .scroll-hidden-arrow,
.children-list .scroll-hidden-nav-back .scroll-hidden-anchor .scroll-hidden-arrow,
.children-list-tertiary .scroll-hidden-nav-back .scroll-hidden-anchor .scroll-hidden-arrow,
.parent-list .scroll-hidden-nav-back .scroll-hidden-anchor .scroll-hidden-arrow,
.children-list .scroll-hidden-nav .scroll-hidden-anchor-back .scroll-hidden-arrow,
.children-list-tertiary .scroll-hidden-nav .scroll-hidden-anchor-back .scroll-hidden-arrow,
.parent-list .scroll-hidden-nav .scroll-hidden-anchor-back .scroll-hidden-arrow,
.children-list .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow,
.children-list-tertiary .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow,
.parent-list .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow,
.children-list .scroll-hidden-nav .scroll-hidden-anchor .scroll-hidden-arrow-back,
.children-list-tertiary .scroll-hidden-nav .scroll-hidden-anchor .scroll-hidden-arrow-back,
.parent-list .scroll-hidden-nav .scroll-hidden-anchor .scroll-hidden-arrow-back,
.children-list .scroll-hidden-nav-back .scroll-hidden-anchor .scroll-hidden-arrow-back,
.children-list-tertiary .scroll-hidden-nav-back .scroll-hidden-anchor .scroll-hidden-arrow-back,
.parent-list .scroll-hidden-nav-back .scroll-hidden-anchor .scroll-hidden-arrow-back,
.children-list .scroll-hidden-nav .scroll-hidden-anchor-back .scroll-hidden-arrow-back,
.children-list-tertiary .scroll-hidden-nav .scroll-hidden-anchor-back .scroll-hidden-arrow-back,
.parent-list .scroll-hidden-nav .scroll-hidden-anchor-back .scroll-hidden-arrow-back,
.children-list .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow-back,
.children-list-tertiary .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow-back,
.parent-list .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow-back {
  width: 11px;
  height: 13px;
  background-image: url("./library/images/small-white-right.svg");
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.children-list .scroll-hidden-nav-back,
.children-list-tertiary .scroll-hidden-nav-back,
.parent-list .scroll-hidden-nav-back {
  left: 0;
  right: auto;
  border-left: none;
  display: none;
}
.children-list .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow-back,
.children-list-tertiary .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow-back,
.parent-list .scroll-hidden-nav-back .scroll-hidden-anchor-back .scroll-hidden-arrow-back {
  background-image: url("./library/images/small-white-left.svg");
  left: 0;
  right: auto;
}
.children-list-tertiary {
  top: 54px;
  background: rgba(0,0,0,0.2);
}
.children-list-tertiary .scroll-hidden-nav-tertiary,
.children-list-tertiary .scroll-hidden-nav-back-tertiary {
  display: none;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 16px;
}
.children-list-tertiary .scroll-hidden-nav-tertiary .scroll-hidden-anchor-tertiary,
.children-list-tertiary .scroll-hidden-nav-back-tertiary .scroll-hidden-anchor-tertiary,
.children-list-tertiary .scroll-hidden-nav-tertiary .scroll-hidden-anchor-back-tertiary,
.children-list-tertiary .scroll-hidden-nav-back-tertiary .scroll-hidden-anchor-back-tertiary {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.children-list-tertiary .scroll-hidden-nav-tertiary .scroll-hidden-anchor-tertiary .scroll-hidden-arrow-tertiary,
.children-list-tertiary .scroll-hidden-nav-back-tertiary .scroll-hidden-anchor-tertiary .scroll-hidden-arrow-tertiary,
.children-list-tertiary .scroll-hidden-nav-tertiary .scroll-hidden-anchor-back-tertiary .scroll-hidden-arrow-tertiary,
.children-list-tertiary .scroll-hidden-nav-back-tertiary .scroll-hidden-anchor-back-tertiary .scroll-hidden-arrow-tertiary,
.children-list-tertiary .scroll-hidden-nav-tertiary .scroll-hidden-anchor-tertiary .scroll-hidden-arrow-back-tertiary,
.children-list-tertiary .scroll-hidden-nav-back-tertiary .scroll-hidden-anchor-tertiary .scroll-hidden-arrow-back-tertiary,
.children-list-tertiary .scroll-hidden-nav-tertiary .scroll-hidden-anchor-back-tertiary .scroll-hidden-arrow-back-tertiary,
.children-list-tertiary .scroll-hidden-nav-back-tertiary .scroll-hidden-anchor-back-tertiary .scroll-hidden-arrow-back-tertiary {
  width: 11px;
  height: 13px;
  background-image: url("./library/images/small-white-right.svg");
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.children-list-tertiary .scroll-hidden-nav-back-tertiary {
  left: 0;
  right: auto;
  border-left: none;
  display: none;
}
.children-list-tertiary .scroll-hidden-nav-back-tertiary .scroll-hidden-anchor-back-tertiary .scroll-hidden-arrow-back-tertiary {
  background-image: url("./library/images/small-white-left.svg");
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .children-list-tertiary ~ .header-inner-container {
    margin-top: 54px;
    padding: 0 10px;
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
.children-list.grandchild-siblings {
  top: 54px;
  background: rgba(0,0,0,0.2);
}
.parent-list .scroll-hidden-nav-parent,
.parent-list .scroll-hidden-nav-back-parent {
  display: none;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 16px;
}
.parent-list .scroll-hidden-nav-parent .scroll-hidden-anchor-parent,
.parent-list .scroll-hidden-nav-back-parent .scroll-hidden-anchor-parent,
.parent-list .scroll-hidden-nav-parent .scroll-hidden-anchor-back-parent,
.parent-list .scroll-hidden-nav-back-parent .scroll-hidden-anchor-back-parent {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.parent-list .scroll-hidden-nav-parent .scroll-hidden-anchor-parent .scroll-hidden-arrow-parent,
.parent-list .scroll-hidden-nav-back-parent .scroll-hidden-anchor-parent .scroll-hidden-arrow-parent,
.parent-list .scroll-hidden-nav-parent .scroll-hidden-anchor-back-parent .scroll-hidden-arrow-parent,
.parent-list .scroll-hidden-nav-back-parent .scroll-hidden-anchor-back-parent .scroll-hidden-arrow-parent,
.parent-list .scroll-hidden-nav-parent .scroll-hidden-anchor-parent .scroll-hidden-arrow-back-parent,
.parent-list .scroll-hidden-nav-back-parent .scroll-hidden-anchor-parent .scroll-hidden-arrow-back-parent,
.parent-list .scroll-hidden-nav-parent .scroll-hidden-anchor-back-parent .scroll-hidden-arrow-back-parent,
.parent-list .scroll-hidden-nav-back-parent .scroll-hidden-anchor-back-parent .scroll-hidden-arrow-back-parent {
  width: 11px;
  height: 13px;
  background-image: url("./library/images/small-white-right.svg");
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.parent-list .scroll-hidden-nav-back-parent {
  left: 0;
  right: auto;
  border-left: none;
  display: none;
}
.parent-list .scroll-hidden-nav-back-parent .scroll-hidden-anchor-back-parent .scroll-hidden-arrow-back-parent {
  background-image: url("./library/images/small-white-left.svg");
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .parent-list ~ .header-inner-container {
    margin-top: 54px;
    padding: 0 10px;
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
.entry-content {
  background: #f8f4ec;
  margin: 0;
  padding: 1.5em 0 80px 0;
}
.entry-content .content-container,
.entry-header .content-container {
  max-width: 85%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .entry-content .content-container,
  .entry-header .content-container {
    max-width: 812px;
  }
}
.entry-content .content-container .preview-content,
.entry-content .content-container .main-content {
  margin-bottom: 2em;
}
.entry-content .content-container ul {
  margin: 1.5em 0;
  padding: 0 1.1em;
}
.entry-content .content-container ul li {
  margin-bottom: 0.65em;
}
.entry-content .content-container ul li:last-of-type {
  margin-bottom: 0;
}
.search .content-container {
  max-width: 85%;
  margin: 0 auto;
  padding: 3.5em 0;
}
@media only screen and (min-width: 1025px) {
  .search .content-container {
    max-width: 812px;
  }
}
.search .content-container article {
  margin-bottom: 1.5em;
}
.search .content-container article .entry-title {
  font-size: 21.6px;
  font-size: 1.35rem;
}
.search .content-container article .entry-title a {
  text-decoration: none;
}
.search .content-container article .entry-meta {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-style: italic;
}
.search .content-container article .entry-meta a {
  text-decoration: none;
}
.search .content-container article .entry-footer {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}
.search .content-container article .entry-footer a {
  text-decoration: none;
}
.search .content-container article .entry-summary {
  margin: 0.75em 0;
}
.search .content-container article .entry-summary p {
  margin: 0;
}
.become-member-container {
  background: #f8f4ec;
  padding-bottom: 2em;
}
.become-member-container .become-member-inner {
  border-radius: 11px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 4em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.become-member-container .become-member-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: block;
  z-index: 1;
  border-radius: 11px;
  background: rgba(0,0,0,0.6);
}
.become-member-container .become-member-inner .become-member-inner-content {
  max-width: 693px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.become-member-container .become-member-inner .become-member-inner-content .headline {
  text-transform: uppercase;
  font-size: 60.8px;
  font-size: 3.8rem;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .become-member-container .become-member-inner .become-member-inner-content .headline {
    font-size: 46.4px;
    font-size: 2.9rem;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .become-member-container .become-member-inner .become-member-inner-content .headline {
    font-size: 35.2px;
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 0.5em;
  }
}
.become-member-container .become-member-inner .become-member-inner-content .text-content {
  margin-top: 0;
}
.large-callouts-container {
  margin-top: 3em;
}
.large-callouts-container .each-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.5em;
  border-radius: 11px;
  margin-top: 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .large-callouts-container .each-callout {
    padding: 3.5em 1.5em;
  }
}
.large-callouts-container .each-callout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: block;
  z-index: 1;
  background: rgba(0,0,0,0.6);
}
.large-callouts-container .each-callout .inner-callout {
  text-align: center;
  color: #fff;
  z-index: 2;
}
.large-callouts-container .each-callout .inner-callout .headline {
  margin: 0;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
}
.large-callouts-container .each-callout .inner-callout .button-container .button {
  background: #be984c;
}
.staff-members-container {
  margin-top: 2em;
}
.staff-members-container .staff-group-title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin: 2em 0;
}
.staff-members-container .staff-members-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .staff-members-container .staff-members-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.staff-members-container .staff-members-inner-container .each-staff-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .staff-members-container .staff-members-inner-container .each-staff-member {
    margin-bottom: 1.5em;
  }
}
.staff-members-container .staff-members-inner-container .each-staff-member .staff-image {
  max-width: 164px;
  margin-right: 15px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  border-radius: 50%;
}
.staff-members-container .staff-members-inner-container .each-staff-member .staff-image img {
  display: block;
}
.staff-members-container .staff-members-inner-container .each-staff-member .staff-info .staff-member-name {
  font-size: 13.6px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 1em 0 0 0;
}
.staff-members-container .staff-members-inner-container .each-staff-member .staff-info .staff-member-job-title,
.staff-members-container .staff-members-inner-container .each-staff-member .staff-info .staff-member-job-description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 12.32px;
  font-size: 0.77rem;
  margin: 0;
}
.staff-management-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .staff-management-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.staff-management-container .each-staff-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .staff-management-container .each-staff-member {
    margin-bottom: 1.5em;
    width: 100%;
  }
}
.staff-management-container .each-staff-member .staff-image {
  max-width: 250px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
.staff-management-container .each-staff-member .staff-image img {
  display: block;
}
.staff-management-container .each-staff-member .staff-info {
  text-align: center;
}
.staff-management-container .each-staff-member .staff-info .staff-member-name {
  font-size: 13.6px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 1em 0 0 0;
}
.staff-management-container .each-staff-member .staff-info .staff-member-job-title,
.staff-management-container .each-staff-member .staff-info .staff-member-job-description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 12.32px;
  font-size: 0.77rem;
  margin: 0;
}
.staff-management-container .each-staff-member .staff-info p {
  margin-bottom: 0.15em;
}
.staff-management-container .vcard {
  text-align: center;
  font-weight: 700;
  font-size: 12.32px;
  font-size: 0.77rem;
}
.senior-management-container .each-staff-member {
  padding-bottom: 3.5em;
  margin-bottom: 4.25em;
  border-bottom: 1px solid #a56e00;
}
.senior-management-container .staff-image {
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
.senior-management-container .staff-image img {
  display: block;
}
.senior-management-container .staff-info {
  text-align: center;
}
.senior-management-container .staff-info .staff-member-name {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 1em 0 0 0;
}
.senior-management-container .staff-info .staff-member-job-title,
.senior-management-container .staff-info .staff-member-job-description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 13.92px;
  font-size: 0.87rem;
  margin: 0;
}
.senior-management-container .staff-content {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}
.senior-management-container .staff-content:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, rgba(248,244,236,0)), to(#f8f4ec));
  background: -webkit-linear-gradient(top, rgba(248,244,236,0) 58%, #f8f4ec 100%);
  background: -o-linear-gradient(top, rgba(248,244,236,0) 58%, #f8f4ec 100%);
  background: linear-gradient(to bottom, rgba(248,244,236,0) 58%, #f8f4ec 100%);
}
.senior-management-container .staff-content.opened {
  max-height: 100%;
}
.senior-management-container .staff-content.opened:before {
  display: none;
}
.senior-management-container .button-container {
  text-align: center;
  margin-top: 2em;
}
.senior-management-container .vcard {
  text-align: center;
  font-weight: 700;
}
#ordinance-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  #ordinance-filter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#ordinance-filter-form .child-filter {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-right: 1em;
  background: #ebe7df;
  border-radius: 11px;
}
@media only screen and (max-width: 767px) {
  #ordinance-filter-form .child-filter {
    margin-right: 0;
  }
}
#ordinance-filter-form .child-filter:last-child {
  margin-right: 0;
}
#ordinance-filter-form .child-filter select {
  height: 47px;
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 12.32px;
  font-size: 0.77rem;
  text-transform: uppercase;
  padding: 0 15px;
}
#ordinance-filter-form .select-container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #ordinance-filter-form .select-container {
    margin-bottom: 1em;
  }
}
#ordinance-filter-form .select-container:before {
  content: '';
  background-image: url("./library/images/green-down-arrow.svg");
  width: 10.93px;
  height: 5.96px;
  display: block;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#ordinance-filter-form .keyword-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
}
@media only screen and (max-width: 767px) {
  #ordinance-filter-form .keyword-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#ordinance-filter-form .keyword-container input[name="search-term"] {
  border: none;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 12.32px;
  font-size: 0.77rem;
  color: #000;
  padding: 0 15px;
  border-radius: 11px;
  background: #ebe7df;
}
@media only screen and (max-width: 767px) {
  #ordinance-filter-form .keyword-container input[name="search-term"] {
    min-height: 41px;
  }
}
#ordinance-filter-form .keyword-container input[name="search-term"]::-webkit-input-placeholder {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 12.32px;
  font-size: 0.77rem;
  color: #000;
  text-transform: uppercase;
}
#ordinance-filter-form .keyword-container input[type="submit"] {
  border: none;
  background-color: #b2bb1e;
  background-image: url("./library/images/keyword-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 8px;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-left: 1em;
  border-radius: 11px;
  font-size: 12.8rem;
  font-size: 0.8rem;
  padding-right: 30px;
}
#ordinance-filter-form input:focus,
#ordinance-filter-form select:focus,
#ordinance-filter-form input:active,
#ordinance-filter-form select:active {
  outline: 0;
}
.policy-briefs-container #ordinance-filter-form {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ordinances-container {
  margin-top: 4em;
}
.ordinances-container .each-ordinance {
  margin-top: 2.75em;
}
.ordinances-container .each-ordinance h2 {
  margin-bottom: 0.2em;
}
.ordinances-container .each-ordinance h2 a {
  color: #336479;
  text-transform: uppercase;
  text-decoration: none;
}
.ordinances-container .each-ordinance .meta-data {
  font-size: 12.8rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.ordinances-container .each-ordinance .meta-data .location,
.ordinances-container .each-ordinance .meta-data .topic {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
}
.ordinances-container .each-ordinance .excerpt {
  border-top: 1px solid #a56e00;
  margin-top: 1em;
}
.reset-filter {
  text-align: right;
  margin-top: 1em;
}
.reset-filter .reset-filters-button {
  color: #b2bb1e;
  text-transform: uppercase;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.pagination-container {
  margin-top: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-container a {
  color: #be984c;
  text-decoration: none;
}
.pagination-container .current {
  color: #654319;
  text-decoration: underline;
}
.pagination-container .page-numbers {
  margin-right: 1.25em;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 13.12px;
  font-size: 0.82rem;
}
.pagination-container .page-numbers:last-child {
  margin-right: 0;
}
.pagination-container .next.page-numbers,
.pagination-container .prev.page-numbers {
  position: relative;
}
.pagination-container .next.page-numbers:before,
.pagination-container .prev.page-numbers:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 11px;
}
.pagination-container .prev.page-numbers {
  padding-left: 10px;
}
.pagination-container .prev.page-numbers:before {
  background-image: url("./library/images/prev-arrow.svg");
  left: 0;
}
.pagination-container .next.page-numbers {
  padding-right: 10px;
}
.pagination-container .next.page-numbers:before {
  background-image: url("./library/images/next-arrow.svg");
  right: 0;
}
.page-template-page-news-template .entry-content .content-container {
  max-width: 85%;
  margin: 0 auto;
}
@media only screen and (min-width: 1224px) {
  .page-template-page-news-template .entry-content .content-container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  .page-template-page-news-template .entry-content .content-container {
    max-width: 1441px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-news-template .entry-content .content-container {
    max-width: 1640px;
  }
}
.page-template-page-news-template .entry-content .content-container .posts-section.large-container {
  max-width: 100%;
}
.page-template-page-news-template .entry-content .content-container .main-content {
  border-bottom: 0;
}
.posts-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .posts-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .posts-list-container {
    display: block;
  }
}
.posts-list-container .each-post {
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .posts-list-container .each-post {
    display: block;
    overflow: auto;
  }
}
.posts-list-container .each-post .image-container {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .posts-list-container .each-post .image-container {
    width: 100%;
  }
}
.posts-list-container .each-post .image-container img {
  display: block;
  width: 100%;
}
.posts-list-container .each-post .post-content {
  width: 50%;
  background: #000;
  padding: 1.5em;
}
@media only screen and (max-width: 767px) {
  .posts-list-container .each-post .post-content {
    width: 100%;
  }
}
.posts-list-container .each-post .post-content a {
  color: #fff;
  text-decoration: none;
  height: 100%;
}
.posts-list-container .each-post .post-content .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .posts-list-container .each-post .post-content .title-container {
    display: block;
  }
}
.posts-list-container .each-post .post-content .title-container h2 {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .posts-list-container .each-post .post-content .title-container h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .posts-list-container .each-post .post-content .title-container h2 {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1224px) {
  .posts-list-container .each-post .post-content .title-container h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1551px) {
  .posts-list-container .each-post .post-content .title-container h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.posts-list-container .each-post .post-content.no-image {
  width: 100%;
}
.job-postings-container h2 a {
  text-decoration: none;
}
.job-postings-container .each-job-posting {
  border-top: 1px solid #be984c;
  margin-top: 2.5em;
  padding-top: 1.5em;
  outline: 0;
}
.webinar-article {
  margin-bottom: 3em;
}
.webinar-article .webinar-title {
  color: #003d58;
}
.page-template-page-login-template .entry-header {
  min-height: 0;
}
.page-template-page-login-template .entry-content {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-page-login-template .entry-content:before {
  content: '';
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: block;
  z-index: 1;
}
.page-template-page-login-template .entry-content .content-container {
  position: relative;
  z-index: 2;
}
.page-template-page-login-template .entry-content .content-container .header-inner-container {
  text-align: center;
}
.page-template-page-login-template .entry-content .content-container .header-inner-container .entry-title {
  font-family: 'BaskervilleBT-Roman', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 56px;
  font-size: 3.5rem;
  margin: 0;
  line-height: 1.1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-template-page-login-template .entry-content .content-container .header-inner-container .entry-title {
    font-size: 46.4px;
    font-size: 2.9rem;
  }
}
.page-template-page-login-template .entry-content .content-container .header-inner-container .sub-heading {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #be984c;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.page-template-page-login-template .entry-content .content-container .header-inner-container .sub-heading a {
  color: #be984c;
}
.page-template-page-login-template .entry-content .content-container .login-form-container {
  background: rgba(255,255,255,0.8);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5em 4em 3em 4em;
  margin-top: 3em;
}
@media only screen and (min-width: 1025px) {
  .page-template-page-login-template .entry-content .content-container .login-form-container {
    min-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-login-template .entry-content .content-container .login-form-container {
    padding: 1.5em;
  }
}
.page-template-page-login-template .entry-content .content-container .login-form-container >div {
  width: 100%;
}
.page-template-page-login-template .entry-content .content-container .login-form-container div.Login {
  margin-top: -1em;
}
.page-template-page-login-template .entry-content .content-container .login-form-container .login-incorrect {
  color: #c4464f;
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
.page-template-page-login-template .entry-content .content-container .login-form-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-page-login-template .entry-content .content-container .login-form-container form >div {
  width: 100%;
}
.page-template-page-login-template .entry-content .content-container .login-form-container form .control-group {
  margin-bottom: 1.5em;
}
.page-template-page-login-template .entry-content .content-container .login-form-container form .control-group .forgot-username,
.page-template-page-login-template .entry-content .content-container .login-form-container form .control-group .forgot-password {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  float: right;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin: 5px 0;
}
.page-template-page-login-template .entry-content .content-container .login-form-container form input[type="text"],
.page-template-page-login-template .entry-content .content-container .login-form-container form input[type="password"] {
  background: #fff;
  width: 100%;
  border: none;
  padding: 0.8em;
  border-radius: 7px;
}
.page-template-page-login-template .entry-content .content-container .login-form-container form input[type="text"]::-webkit-input-placeholder,
.page-template-page-login-template .entry-content .content-container .login-form-container form input[type="password"]::-webkit-input-placeholder {
  color: #003d58;
}
/*--------------------------------------------------------------
// ## Asides
----------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
// ## Comments
----------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.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;
}
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}




.gform_wrapper table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 1em;
  margin-bottom: 1em;
}

.gform_wrapper table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.gform_wrapper table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.gform_wrapper table td {
  padding: .225em .625em;
  text-align: center;
}

.gform_wrapper table th {
  font-size: .85em;
  padding: .625em;
  text-transform: uppercase;
  text-align: center;
}

.gform_wrapper tbody tr:nth-child(odd){
  background-color:#d9d9d9;
}


.gform_wrapper input[type="number"]{
  color: #666;
  border: 1px solid #be984c;
  border-radius: 3px;
  background-color: transparent;
}

.gform_wrapper .ginput_product_price_label{
  display: none;
}
.gform_wrapper .ginput_product_price{
  color: #003d58 !important;
}

.gform_wrapper .wholesaler-new-application{
  font-size: 1.1rem;
  color: #d10000;
}

.gform_wrapper .retailer-over{
  font-size: 1.1rem;
  color: #d10000;
}

.gform_wrapper .wholesaler-over{
  font-size: 1.1rem;
  color: #d10000;
}

.gform_wrapper .iec-over{
  font-size: 1.1rem;
  color: #d10000;
}

.membership-payment-type{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em; 
}

.membership-payment-type .buttons-container{
  display: flex;
  flex-wrap: wrap;
}

.membership-payment-type .new-application-button{
  margin-right: 20px;
}

input:focus::placeholder {
  color: transparent;
}

.page-template-page-membership .entry-header{
  padding: 5em 0 1em 0;
}

.membership-header-content h2{
  color: #B2BB1E;
  font-size: 1.75em;
}

.membership-header-content p{
  text-align: left;
}

.membership-header-callouts{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.membership-header-callouts .membership-header-callout{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
  padding: 1em;
  min-height: 115px;
  width: 48%;
  background-color: rgba(248, 244, 236, 0.8);
  border-radius: 11px;
  color: #003D58;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .membership-header-callouts .membership-header-callout{
    width: 100%;
  }
}

.membership-header-callouts .membership-header-callout:hover{
  background-color: rgba(178, 187, 30, 0.8);
}