/*
	Theme Name: Texas AFT
	Description: Skeletor Child Theme
	Version: 1.0
	Author: Moticos Studios (@moticosstudios)
	Author URI: http://moticos.io
*/
/* Typography Vars */
/* Transition Defaults */
/* Break Points */
/* Layout Defaults */
/* Child Theme Overrides - this is just to test compiling!  */
/* MENU BAR */
/* Color Defaults */
/* Typography Vars */
/* Break Points */
/* Layout Vars */
@import url(https://fonts.googleapis.com/css?family=Fjalla+One|PT+Sans:400,400i,700,700i|PT+Serif:400,400i);
.has-black-color {
  color: #2b2e33 !important; }

.has-black-background-color {
  background-color: #2b2e33 !important; }

.has-ltgrey-color {
  color: #e4e6e6 !important; }

.has-ltgrey-background-color {
  background-color: #e4e6e6 !important; }

.has-mdgrey-color {
  color: #767a6a !important; }

.has-mdgrey-background-color {
  background-color: #767a6a !important; }

.has-dkgrey-color {
  color: #545a63 !important; }

.has-dkgrey-background-color {
  background-color: #545a63 !important; }

.has-blue-color {
  color: #1167b0 !important; }

.has-blue-background-color {
  background-color: #1167b0 !important; }

.has-dkblue-color {
  color: #003a66 !important; }

.has-dkblue-background-color {
  background-color: #003a66 !important; }

.has-yellow-color {
  color: #fcb900 !important; }

.has-yellow-background-color {
  background-color: #fcb900 !important; }

.has-green-color {
  color: #8cb872 !important; }

.has-green-background-color {
  background-color: #8cb872 !important; }

.has-red-color {
  color: #a71e1e !important; }

.has-red-background-color {
  background-color: #a71e1e !important; }

.has-white-color {
  color: #FFFFFF !important; }

.has-white-background-color {
  background-color: #FFFFFF !important; }

.is-dark-theme {
  color: #fff; }

.is-light-theme {
  color: #2b2e33; }

headings {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #003a66;
  margin: 0.25em 0;
  padding: 0.25em 0; }
  headings a {
    text-decoration: none;
    color: #2b2e33; }
    headings a:visited {
      color: #2b2e33; }
    headings a:visited {
      color: #2b2e33; }
    headings a:focus {
      color: #fcb900; }
    headings a:hover {
      color: #fcb900; }
    headings a:active {
      color: #fcb900; }
  @media screen and (min-width: 481px) {
    headings {
      margin: 0; } }

h1, .h1 {
  font-size: 280%;
  font-size: calc(40px + 1vw); }
  @media screen and (max-width: 480px) {
    h1, .h1 {
      font-size: calc(32px + 1vw); } }

h2, .h2 {
  font-size: 200%;
  font-size: calc(24px + 1vw); }

h3, nav, .h3, nav.main {
  font-size: 180%;
  font-size: calc(12px + 1vw); }
  @media screen and (max-width: 850px) {
    h3, nav, .h3, nav.main {
      font-size: calc(20px + 1vw); } }

h4, .button, .wp-block-button__link, .button:visited, .wp-block-button__link:visited, button, input[type="button"], input[type="reset"], input[type="submit"],
.woocommerce button.button.alt, .woocommerce button.alt.wp-block-button__link, .woocommerce input.button.alt, .woocommerce input.alt.wp-block-button__link, .woocommerce .button, .woocommerce .wp-block-button__link, .h4 {
  font-size: 150%;
  font-size: calc(8px + 1vw); }
  @media screen and (max-width: 850px) {
    h4, .button, .wp-block-button__link, .button:visited, .wp-block-button__link:visited, button, input[type="button"], input[type="reset"], input[type="submit"],
    .woocommerce button.button.alt, .woocommerce button.alt.wp-block-button__link, .woocommerce input.button.alt, .woocommerce input.alt.wp-block-button__link, .woocommerce .button, .woocommerce .wp-block-button__link, .h4 {
      font-size: calc(16px + 1vw); } }

p {
  margin-bottom: 1.5em; }

p + p {
  margin: 1em 0 1.5em; }

blockquote, .quote {
  font-family: "PT Serif", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  margin: 1em 3em;
  line-height: 1.4; }

a {
  text-decoration: none;
  background-color: transparent;
  color: #1167b0;
  -webkit-tap-highlight-color: #1167b0; }
  a:visited {
    color: #1167b0; }
  a:visited {
    color: #1167b0; }
  a:focus {
    color: #fcb900; }
  a:hover {
    color: #fcb900; }
  a:active {
    color: #fcb900; }
  a:focus, a:hover, a:active {
    outline: 0; }
  header a, headings a, nav a {
    text-decoration: none; }
  p a {
    text-decoration: underline; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

b, strong, optgroup {
  font-weight: 700; }

i, em, dfn {
  font-style: italic; }

mark {
  background: #767a6a;
  color: #2b2e33; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small, body footer .copyright {
  font-size: 80%;
  line-height: 1;
  font-weight: 300; }

.quote:before {
  content: '\201C';
  display: block;
  font-size: 350%;
  position: absolute;
  top: -25%;
  left: -10%; }

.readmore {
  text-decoration: none;
  color: #fcb900;
  font-weight: bold; }
  .readmore:after {
    content: '\00BB';
    display: inline;
    margin-left: 0.5em; }

.single-tribe_events .tribe-events-event-meta {
  font-size: inherit; }

@media screen and (max-width: 850px) {
  body {
    font-size: 14px; }
  blockquote, .quote {
    margin: 1em; } }

/* typography.scss */
b, strong {
  font-weight: 700; }

a {
  color: #1167b0; }
  a:visited {
    color: #1167b0; }
  a:visited {
    color: #1167b0; }
  a:focus {
    color: #003a66; }
  a:hover {
    color: #003a66; }
  a:active {
    color: #003a66; }

.sidebar .page-nav .current_page_item {
  color: #fcb900; }
  .sidebar .page-nav .current_page_item a {
    color: #fcb900 !important; }

headings, h1, h2 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0.25em; }

h2, h3, nav, h4, .button, .wp-block-button__link, .button:visited, .wp-block-button__link:visited, button, input[type="button"], input[type="reset"], input[type="submit"],
.woocommerce button.button.alt, .woocommerce button.alt.wp-block-button__link, .woocommerce input.button.alt, .woocommerce input.alt.wp-block-button__link, .woocommerce .button, .woocommerce .wp-block-button__link {
  color: #003a66; }

h3, nav, h4, .button, .wp-block-button__link, .button:visited, .wp-block-button__link:visited, button, input[type="button"], input[type="reset"], input[type="submit"],
.woocommerce button.button.alt, .woocommerce button.alt.wp-block-button__link, .woocommerce input.button.alt, .woocommerce input.alt.wp-block-button__link, .woocommerce .button, .woocommerce .wp-block-button__link {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em; }

.details {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: calc(1rem + 1vw); }

footer h3, footer nav {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fcb900; }

nav .sub, nav .more {
  display: block;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  font-size: 75%;
  color: #2b2e33; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .wp-block-button__link {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  border-radius: 0 !important; }

main h1 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-size: calc(32px + 1vw);
  margin: 0.5em 0;
  text-align: center;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #2b2e33;
  width: 100%;
  color: #2b2e33; }

body.page main h1 {
  text-transform: uppercase; }

p {
  line-height: 1.6; }

p:last-of-type {
  margin-bottom: 0.5em; }

.readmore {
  font-weight: 700; }

@media screen and (min-width: 851px) {
  h2, body.home main h3, body.home main nav {
    font-size: calc(14px + 1.5vw); } }

@media screen and (max-width: 850px) {
  h2, body.home h3, body.home nav {
    font-size: calc(16px + 1.5vw); }
  main h1 {
    font-size: calc(28px + 1vw); } }

hr {
  margin: 0.75em 0 1em; }

.shrink {
  transition: background-color .2s ease, transform .2s ease, color .2s ease; }
  .shrink:hover {
    transform: scale(0.95); }

.wp-block-image figcaption {
  font-size: 85%; }

/* Defaults + Cross-Browser Commits */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  line-height: 1;
  scroll-behavior: smooth; }

body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden; }

article, aside, details, figcaption, figure, footer, header, hgroup, 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; }

abbr[title] {
  border-bottom: 1px dotted; }

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

a img {
  border: none; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0 auto; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

ol, ul {
  list-style: none; }

nav {
  display: block; }
  nav ul, nav li {
    list-style: none; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote, .quote, .quote {
  quotes: none; }

q:before, q:after, blockquote:before, .quote:before, .quote:before, blockquote:after, .quote:after, .quote:after {
  content: "";
  content: none; }

.alignnone {
  float: none;
  margin: 0.5em 1em; }
  @media screen and (max-width: 480px) {
    .alignnone {
      margin: 0.5em auto !important;
      float: none !important; } }

.aligncenter {
  display: block;
  margin: 0.5em auto; }
  @media screen and (max-width: 480px) {
    .aligncenter {
      margin: 0.5em auto !important;
      float: none !important; } }

.alignright {
  float: right;
  clear: right;
  display: block;
  margin: 0.5em 0 0.5em 1em; }
  @media screen and (max-width: 480px) {
    .alignright {
      margin: 0.5em auto !important;
      float: none !important; } }

.alignleft {
  display: block;
  float: left;
  clear: left;
  margin: 0.5em 1em 0.5em 0; }
  @media screen and (max-width: 480px) {
    .alignleft {
      margin: 0.5em auto !important;
      float: none !important; } }

.wp-caption, figcaption {
  font-style: italic;
  max-width: 96%;
  padding: 1em;
  text-align: center; }
  .wp-caption img, figcaption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

article > ol, article > ul {
  list-style: initial;
  margin: 1em 3em; }
  article > ol > li, article > ul > li {
    margin-bottom: 0.5em; }

article p + ul, article p + ol {
  margin-top: 0; }

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.frame-embed {
  position: relative;
  display: block;
  width: 100%; }
  .frame-embed iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0; }

/* SCREEN READER TEXT */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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; }

.grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start; }
  .grid:after {
    content: "";
    flex: auto; }
  .grid > * {
    width: auto; }
  .grid.col2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start; }
    .grid.col2:after {
      content: "";
      flex: auto; }
    @media screen and (min-width: 851px) {
      .grid.col2 > * {
        width: 50%; } }
    @media screen and (max-width: 850px) {
      .grid.col2 > * {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .grid.col2 > * {
        width: 100%; } }
  .grid.col3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start; }
    .grid.col3:after {
      content: "";
      flex: auto; }
    @media screen and (min-width: 851px) {
      .grid.col3 > * {
        width: 33.33333%; } }
    @media screen and (max-width: 850px) {
      .grid.col3 > * {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .grid.col3 > * {
        width: 100%; } }
  .grid.col4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start; }
    .grid.col4:after {
      content: "";
      flex: auto; }
    @media screen and (min-width: 851px) {
      .grid.col4 > * {
        width: 25%; } }
    @media screen and (max-width: 850px) {
      .grid.col4 > * {
        width: 33.33333%; } }
    @media screen and (max-width: 480px) {
      .grid.col4 > * {
        width: 50%; } }
  .grid.col5 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start; }
    .grid.col5:after {
      content: "";
      flex: auto; }
    @media screen and (min-width: 851px) {
      .grid.col5 > * {
        width: 20%; } }
    @media screen and (max-width: 850px) {
      .grid.col5 > * {
        width: 25%; } }
    @media screen and (max-width: 480px) {
      .grid.col5 > * {
        width: 33.33333%; } }
  .grid.col6 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start; }
    .grid.col6:after {
      content: "";
      flex: auto; }
    @media screen and (min-width: 851px) {
      .grid.col6 > * {
        width: 16.66667%; } }
    @media screen and (max-width: 850px) {
      .grid.col6 > * {
        width: 20%; } }
    @media screen and (max-width: 480px) {
      .grid.col6 > * {
        width: 25%; } }
  .grid > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative; }
  .grid > img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    width: 100%;
    height: auto; }

/* jQuery UI Custom */
.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.ui-widget-content {
  border: 2px solid #767a6a;
  background: #e4e6e6;
  color: #2b2e33; }
  .ui-widget-content a {
    color: #2b2e33; }

.ui-widget-header {
  border: 2px solid #767a6a;
  background: #767a6a;
  color: #2b2e33; }
  .ui-widget-header a {
    color: #2b2e33; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 2px solid #767a6a;
  background: rgba(118, 122, 106, 0.3);
  color: #2b2e33;
  -webkit-appearance: none; }
  .ui-state-default a,
  .ui-widget-content .ui-state-default a,
  .ui-widget-header .ui-state-default a {
    color: #2b2e33; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 2px solid #767a6a;
  background: #8cb872;
  color: #2b2e33; }
  .ui-state-hover a,
  .ui-widget-content .ui-state-hover a,
  .ui-widget-header .ui-state-hover a,
  .ui-state-focus a,
  .ui-widget-content .ui-state-focus a,
  .ui-widget-header .ui-state-focus a {
    color: #2b2e33; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 2px solid #767a6a;
  background: #767a6a;
  color: #e4e6e6; }
  .ui-state-active a,
  .ui-widget-content .ui-state-active a,
  .ui-widget-header .ui-state-active a {
    color: #e4e6e6; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 2px solid #52a30c;
  background: rgba(82, 163, 12, 0.3);
  color: #52a30c; }
  .ui-state-highlight a,
  .ui-widget-content .ui-state-highlight a,
  .ui-widget-header .ui-state-highlight a {
    color: #52a30c; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 2px solid #d83d69;
  background: rgba(216, 61, 105, 0.3);
  color: #d83d69; }
  .ui-state-error a,
  .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
    color: #d83d69; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #d83d69; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.ui-corner-all {
  border-radius: 6px; }

.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px; }

.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px; }

.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px; }

.ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 6px; }

.ui-widget-overlay {
  background: rbga(#767a6a, 0.3); }

.ui-icon {
  text-indent: 0;
  font-size: 150%; }

.ui-icon-triangle-1-s:before {
  content: '\25BE'; }

.ui-selectmenu-button {
  margin-bottom: 0.4em;
  padding-right: 2.5em; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    line-height: inherit;
    padding-right: 2em; }
  .ui-selectmenu-button span.ui-icon {
    margin-top: -0.75em; }

.ui-selectmenu-button {
  width: 100% !important;
  border-color: #767a6a !important; }

.ui-selectmenu-open {
  margin-top: -0.5em !important; }

.ui-menu-item.ui-state-focus {
  border: none !important; }

/* UI + Form Defaults */
label, legend {
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  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"] {
  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;
  -moz-box-sizing: content-box;
  -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; }

legend {
  display: block;
  border: 0;
  padding: 0; }

fieldset {
  display: block;
  width: 100%; }

textarea {
  width: 100%;
  overflow: auto; }

::selection, ::-webkit-selection, ::-moz-selection {
  background: #fcb900;
  color: #2b2e33;
  text-shadow: none; }

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #767a6a; }

textarea, select, .ui-selectmenu-button, input[type="number"],
input[type="search"], input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"] {
  display: block;
  -webkit-appearance: none;
  border-radius: 6px;
  border: 2px solid #767a6a;
  padding: 0.25em 0.5em;
  font-size: 100%;
  margin-bottom: 0.5em;
  width: 100%;
  background-color: #e4e6e6;
  color: #2b2e33; }
  textarea:focus, textarea:active, select:focus, select:active, .ui-selectmenu-button:focus, .ui-selectmenu-button:active, input[type="number"]:focus, input[type="number"]:active,
  input[type="search"]:focus,
  input[type="search"]:active, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="password"]:focus, input[type="password"]:active {
    outline: 0;
    border-color: #8cb872; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0; }

input[type="radio"] {
  display: none !important;
  visibility: hidden !important; }
  input[type="radio"] + label, input[type="radio"] + span {
    cursor: pointer; }
  input[type="radio"] + label:before, input[type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 2px;
    vertical-align: middle;
    cursor: pointer;
    background: #e4e6e6;
    border-radius: 50%;
    border: 2px solid #2b2e33; }
  input[type="radio"]:hover + label:before, input[type="radio"]:focus + label:before,
  input[type="radio"] + label:hover:before, input[type="radio"] + label:focus:before,
  input[type="radio"]:hover + span:before, input[type="radio"]:focus + span:before,
  input[type="radio"] + span:hover:before, input[type="radio"] + span:focus:before {
    background: #8cb872; }
  input[type="radio"]:checked + label:before, input[type="radio"]:checked + span:before {
    background: #8cb872; }

input[type="checkbox"] {
  display: none !important;
  visibility: hidden !important; }
  input[type="checkbox"] + label, input[type="checkbox"] + span {
    position: relative;
    cursor: pointer; }
  input[type="checkbox"] + label:before, input[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 2px;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #767a6a; }
  input[type="checkbox"]:hover + label:before, input[type="checkbox"]:focus + label:before,
  input[type="checkbox"] + label:hover:before, input[type="checkbox"] + label:focus:before,
  input[type="checkbox"]:hover + span:before, input[type="checkbox"]:focus + span:before,
  input[type="checkbox"] + span:hover:before, input[type="checkbox"] + span:focus:before {
    border-color: #8cb872; }
  input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + span:after {
    content: '\2713';
    position: absolute;
    top: -4px;
    left: 4px;
    color: #8cb872;
    font-size: 19.2px; }
  input[type="checkbox"]:checked + span:before {
    background: #2b2e33; }

.button, .wp-block-button__link, .button:visited, .wp-block-button__link:visited, button, input[type="button"], input[type="reset"], input[type="submit"],
.woocommerce button.button.alt,
.woocommerce button.alt.wp-block-button__link, .woocommerce input.button.alt, .woocommerce input.alt.wp-block-button__link, .woocommerce .button, .woocommerce .wp-block-button__link {
  display: block;
  box-shadow: none !important;
  text-shadow: none !important;
  background-color: #8cb872;
  border: none;
  border-width: 0;
  padding: 0.25em 0.5em;
  border-radius: 6px;
  color: #e4e6e6;
  font-size: 100%; }
  .button:hover, .wp-block-button__link:hover, .button:focus, .wp-block-button__link:focus, .button:active, .wp-block-button__link:active, .button:visited:hover, .wp-block-button__link:visited:hover, .button:visited:focus, .wp-block-button__link:visited:focus, .button:visited:active, .wp-block-button__link:visited:active, button:hover, button:focus, button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
  .woocommerce button.button.alt:hover,
  .woocommerce button.alt.wp-block-button__link:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce button.alt.wp-block-button__link:focus,
  .woocommerce button.button.alt:active,
  .woocommerce button.alt.wp-block-button__link:active, .woocommerce input.button.alt:hover, .woocommerce input.alt.wp-block-button__link:hover, .woocommerce input.button.alt:focus, .woocommerce input.alt.wp-block-button__link:focus, .woocommerce input.button.alt:active, .woocommerce input.alt.wp-block-button__link:active, .woocommerce .button:hover, .woocommerce .wp-block-button__link:hover, .woocommerce .button:focus, .woocommerce .wp-block-button__link:focus, .woocommerce .button:active, .woocommerce .wp-block-button__link:active {
    background: #65934a; }

input.hidden {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }

label.radio, label.checkbox, label.checkbox-multiple {
  cursor: pointer; }
  label.radio input[type="checkbox"], label.radio input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox input[type="radio"], label.checkbox-multiple input[type="checkbox"], label.checkbox-multiple input[type="radio"] {
    display: inherit !important;
    visibility: visible !important; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1006;
  color: #e4e6e6; }

.sl-wrapper {
  z-index: 1000;
  color: #e4e6e6; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 32px;
    padding: 0;
    cursor: pointer;
    color: #e4e6e6; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -10px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      z-index: 1015;
      font-family: arial sans-serif; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 40px; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 40px; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block; }
    .sl-wrapper .sl-image iframe {
      border: 0 none;
      background: #000; }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: #000;
      opacity: 0.8;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1005; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

#mtoggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  margin: 0 3vw;
  left: 3vw;
  outline: 0;
  z-index: 3;
  font-size: 150%;
  height: 100%; }
  #mtoggle svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #1167b0; }
  #mtoggle i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #mtoggle:hover svg, #mtoggle:focus svg {
    fill: #fcb900; }

@media screen and (min-width: 851px) {
  #mtoggle {
    display: none; }
  header {
    position: relative; }
    header #topNav {
      position: relative; } }

@media screen and (max-width: 850px) {
  body {
    width: 100%;
    transition: transform, 0.3s ease-in-out;
    will-change: transform;
    -webkit-transition: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden; }
    body #mtoggle, body #mtoggle > * {
      display: block; }
    body .mobmenu, body header #topNav > ul {
      position: absolute;
      top: 0;
      left: calc(75px - 100%);
      width: calc(100% - 75px); }
    body header {
      position: initial; }
      body header .logo {
        height: 14vw; }
      body header #topNav {
        position: initial;
        width: 100vw;
        flex-direction: column; }
        body header #topNav > * {
          width: 100%;
          -webkit-flex: 1; }
        body header #topNav > ul {
          height: 100vh;
          flex-direction: column;
          justify-content: flex-start;
          padding: 14vw 0 7vw; }
          body header #topNav > ul > * {
            width: 100%;
            -webkit-flex: 1; }
          body header #topNav > ul li {
            height: auto;
            text-align: left; }
            body header #topNav > ul li a {
              font-size: calc(1em + 1vw);
              padding: 2vh 5vw; }
    html.open body {
      width: 100vw;
      transform: translateX(calc(100% - 75px));
      -ms-transform: translateX(100%) translateX(-75px);
      overflow-y: hidden;
      cursor: pointer; }
      html.open body main {
        pointer-events: none; }
      html.open body #topNav > ul, html.open body .mobmenu, html.open body header #topNav > ul {
        cursor: initial;
        overflow: hidden; }
  html.open {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: visible; } }

body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  color: #2b2e33;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: #e4e6e6;
  overflow-x: hidden; }
  body.bgimg {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
  body header {
    position: relative;
    margin: 0;
    width: 100%; }
  body #wrapper {
    min-height: 65vh; }
    body #wrapper.no-sidebar .sidebar {
      display: none; }
    body #wrapper.has-sidebar {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        body #wrapper.has-sidebar {
          flex-direction: column; }
          body #wrapper.has-sidebar > * {
            width: 100%;
            -webkit-flex: 1; } }
      body #wrapper.has-sidebar .sidebar {
        flex-shrink: 0;
        order: 2; }
        @media screen and (min-width: 851px) {
          body #wrapper.has-sidebar .sidebar {
            width: 350px; } }
    body #wrapper:after {
      content: '';
      display: block;
      clear: both; }
  body main {
    width: 100%; }
  body article {
    padding: 0; }
    body article > *:not(.alignfull):not(.alignwide) {
      margin-left: auto;
      margin-right: auto;
      max-width: 900px; }
      body article > *:not(.alignfull):not(.alignwide):not(.wp-block-image) {
        padding-left: 3vw;
        padding-right: 3vw; }
    body article > .wp-block-buttons {
      margin: 2em auto 3em; }
    body article > ul {
      max-width: calc(900px - 4em) !important;
      width: calc(100% - 6vw); }
  body footer {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    padding: 0.5em 3vw; }
    body footer .widgets {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      align-items: flex-start;
      justify-content: space-around; }
      @media screen and (max-width: 480px) {
        body footer .widgets {
          flex-direction: column; }
          body footer .widgets > * {
            width: 100%;
            -webkit-flex: 1; } }
    body footer .copyright {
      text-align: center; }
  @media screen and (max-width: 850px) {
    body {
      width: 100%; }
      body footer .widgets {
        flex-direction: column; }
        body footer .widgets > * {
          width: 100%;
          -webkit-flex: 1; } }

#topNav {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #003a66;
  margin: 0;
  padding: 0; }
  #topNav > * {
    width: 100%;
    height: 100%; }
  #topNav * {
    -webkit-transition: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden; }
  #topNav > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-around; }
    #topNav > ul > * {
      width: 100%;
      height: 100%; }
    #topNav > ul li {
      text-align: center; }
      #topNav > ul li a {
        display: block; }
  #topNav .logo {
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
    padding: 0;
    order: -1;
    flex-shrink: 2; }
    #topNav .logo a {
      display: block;
      width: 100%;
      height: 100%; }
      #topNav .logo a svg {
        display: block;
        width: 100%;
        height: 100%; }
      body.nosvg #topNav .logo a {
        background-image: url("logo.png");
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
  @media screen and (min-width: 851px) {
    #topNav > ul li {
      width: auto; } }
  @media screen and (max-width: 850px) {
    body.nosvg #topNav .logo a {
      background-image: url("logo-mob.png");
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; } }

/*---------- COMMON SNIPPETS + DEFAULT LAYOUTS --------------*/
.alignwide {
  width: calc(100% - 6vw);
  margin-left: auto;
  margin-right: auto; }
  .alignwide .alignwide {
    width: 100%; }

.alignwide + *:not(.alignwide):not(.alignfull), .alignfull + *:not(.alignwide):not(.alignfull) {
  margin-top: 1.5em; }

.wp-block-group .wp-block-group__inner-container:after {
  content: '';
  display: table-cell;
  height: 0;
  clear: both; }

.wp-block-group .wp-block-group__inner-container > *:not(.wp-block-cover):first-child {
  padding-top: 1em; }

.wp-block-group .wp-block-group__inner-container > *:not(.wp-block-cover):last-child {
  padding-bottom: 1em; }

.wp-block-group .wp-block-group__inner-container + *:not(.wp-block-cover):not(.wp-block-group) {
  padding-top: 1em; }

.wp-block-group .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull) {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-group .wp-block-group__inner-container > *:not(.alignfull) {
  padding-left: 3vw;
  padding-right: 3vw; }

.alignfull .wp-block-cover {
  padding: 3vw; }

.alignwide .wp-block-cover {
  padding: 1.5vw; }

.wp-block-cover:before {
  z-index: 0 !important; }

.wp-block-cover .wp-block-cover__inner-container {
  margin: 2em auto;
  max-width: 900px;
  z-index: 2; }

.wp-block-cover.hero {
  margin-bottom: 2em; }

.wp-block-cover, .wp-block-cover-image {
  min-height: 300px; }
  .wp-block-columns .wp-block-cover, .wp-block-columns .wp-block-cover-image {
    min-height: unset; }

.wp-block-buttons {
  margin-bottom: 1.5em; }
  .wp-block-buttons .wp-block-button:last-of-type {
    margin-right: 0; }

.wp-block-quote.has-background {
  padding: 3vw; }

.wp-block-column .wp-block-quote {
  margin: 0 0 1em; }

.wp-block-quote cite {
  display: block;
  font-size: 80%;
  text-align: right;
  font-style: normal; }

.wp-block-media-text {
  max-width: calc(900px + 6%) !important; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 3vw; }
  @media screen and (max-width: 480px) {
    .wp-block-media-text.is-stacked-on-mobile {
      width: 100%; }
      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        padding-left: 3vw;
        padding-right: 3vw; } }

.wp-block-image figure:not(.size-full) {
  padding-left: 3vw;
  padding-right: 3vw; }

.wp-block-columns.covers .wp-block-column:not(:first-child) {
  margin-left: 15px; }

.wp-block-columns.covers .wp-block-cover {
  min-height: unset;
  height: 200px;
  margin-bottom: 15px; }
  .wp-block-columns.covers .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    padding: 10px; }
    .wp-block-columns.covers .wp-block-cover .wp-block-cover__inner-container p {
      margin: 0;
      line-height: 1.2;
      font-size: 110%; }

@media screen and (max-width: 850px) {
  .wp-block-columns .wp-block-column {
    margin-bottom: 28px; } }

@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: initial !important; } }

.wp-block-button__link {
  padding: 1em 1.5em !important; }

.wp-block-cover ul {
  padding: 0.5em 0; }

.wp-post-image {
  margin: 1em auto;
  display: block; }

.align-top .wp-block-cover__inner-container {
  height: 80%; }

.wp-block-quote {
  max-width: 900px;
  margin: 1em auto; }
  .wp-block-quote cite {
    display: block;
    text-align: right;
    font-size: 85%; }

*:not(.grid).col2, *:not(.grid).col3, *:not(.grid).col4 {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    *:not(.grid).col2, *:not(.grid).col3, *:not(.grid).col4 {
      flex-direction: column; }
      *:not(.grid).col2 > *, *:not(.grid).col3 > *, *:not(.grid).col4 > * {
        width: 100%;
        -webkit-flex: 1; } }

@media screen and (min-width: 851px) {
  *:not(.grid).col2 > * {
    width: 50%; }
  *:not(.grid).col3 > * {
    width: calc(100%/3); }
  *:not(.grid).col4 > * {
    width: 25%; } }

@media screen and (max-width: 850px) {
  *:not(.grid).col2, *:not(.grid).col3, *:not(.grid).col4 {
    flex-direction: column; }
    *:not(.grid).col2 > *, *:not(.grid).col3 > *, *:not(.grid).col4 > * {
      width: 100%;
      -webkit-flex: 1; } }

#slider {
  display: block;
  z-index: -1; }
  #slider.full {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    min-height: 100vh; }
  #slider.header {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(20vw + 5em); }
  #slider > * {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.social-icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .social-icons {
      flex-direction: column; }
      .social-icons > * {
        width: 100%;
        -webkit-flex: 1; } }
  #topNav .social-icons {
    padding: 4% 0; }
  .social-icons a {
    display: block;
    width: calc(3vw + 0.25em);
    height: calc(3vw + 0.25em);
    background: #fcb900;
    border-radius: 50%;
    margin: 0.5em 1em;
    position: relative;
    color: #e4e6e6; }
    .social-icons a i {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: calc(2vw + 0.25em); }
    .social-icons a object {
      width: 100%;
      display: block;
      height: auto;
      position: relative;
      padding-top: 100%; }
      .social-icons a object svg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .social-icons a object svg * {
        fill: #e4e6e6; }
    .social-icons a:hover, .social-icons a:focus {
      background: #1167b0; }
  @media screen and (max-width: 850px) {
    .social-icons {
      width: auto !important;
      margin: 0.25em auto;
      flex-direction: row !important; }
      .social-icons a {
        width: calc(6vw + 0.25em);
        height: calc(6vw + 0.25em); }
        .social-icons a i {
          font-size: calc(3vw + 0.25em); } }
  @media screen and (max-width: 480px) {
    .social-icons a {
      width: calc(7vw + 0.25em);
      height: calc(7vw + 0.25em); }
      .social-icons a i {
        font-size: calc(4vw + 0.25em); } }

body {
  background-color: #e4e6e6; }
  body #wrapper.has-sidebar {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch; }
    @media screen and (min-width: 851px) {
      body #wrapper.has-sidebar main h1 {
        margin: 0.7em 0 0.2em;
        padding: 0.2em 6vw 0.2em 4vw; }
      body #wrapper.has-sidebar article {
        padding-right: 5vw;
        margin: 0 auto; } }
    @media screen and (max-width: 850px) {
      body #wrapper.has-sidebar {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  body.page:not(.newsroom):not(.local) article {
    max-width: 900px; }
  body.single-format-standard #wrapper {
    position: relative;
    padding-top: 45px; }
  body.single-format-standard #breadcrumbs {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 45px;
    padding: 12px 137px 0;
    background: #2b2e33;
    color: #fff;
    font-weight: 700; }
    body.single-format-standard #breadcrumbs a {
      display: inline-block;
      margin-right: 0.75em;
      color: #fff; }
      body.single-format-standard #breadcrumbs a:visited {
        color: #fff; }
      body.single-format-standard #breadcrumbs a:visited {
        color: #fff; }
      body.single-format-standard #breadcrumbs a:focus {
        color: #fcb900; }
      body.single-format-standard #breadcrumbs a:hover {
        color: #fcb900; }
      body.single-format-standard #breadcrumbs a:active {
        color: #fcb900; }
      body.single-format-standard #breadcrumbs a.acc {
        text-transform: uppercase;
        color: #fcb900; }
        body.single-format-standard #breadcrumbs a.acc:visited {
          color: #fcb900; }
        body.single-format-standard #breadcrumbs a.acc:visited {
          color: #fcb900; }
        body.single-format-standard #breadcrumbs a.acc:focus {
          color: #fff; }
        body.single-format-standard #breadcrumbs a.acc:hover {
          color: #fff; }
        body.single-format-standard #breadcrumbs a.acc:active {
          color: #fff; }
  @media screen and (max-width: 850px) {
    body.single-format-standard #wrapper {
      padding-top: 0; }
    body.single-format-standard #breadcrumbs {
      display: none; } }
  body main {
    padding-bottom: 4em; }
  body footer {
    padding: 2em 2em 0.5em;
    color: #e4e6e6;
    background: #2b2e33;
    box-shadow: inset 0 7px 45px 2px rgba(0, 0, 0, 0.5);
    z-index: 1; }
    body footer .widgets > div {
      margin: 0 auto; }
    body footer .copyright {
      font-size: 90%;
      margin: 3em auto 0;
      line-height: 1.4;
      max-width: 900px;
      display: block; }
    body footer a {
      color: #e4e6e6; }
      body footer a:visited {
        color: #e4e6e6; }
      body footer a:visited {
        color: #e4e6e6; }
      body footer a:focus {
        color: #fcb900; }
      body footer a:hover {
        color: #fcb900; }
      body footer a:active {
        color: #fcb900; }
    body footer .social-icons {
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      body footer .social-icons a {
        color: #e4e6e6;
        background: #1167b0 !important;
        transition: background-color .2s ease, transform .2s ease, color .2s ease;
        margin: 0;
        padding: 1.75em; }
        body footer .social-icons a:visited {
          color: #e4e6e6; }
        body footer .social-icons a:visited {
          color: #e4e6e6; }
        body footer .social-icons a:focus {
          color: #fcb900; }
        body footer .social-icons a:hover {
          color: #fcb900; }
        body footer .social-icons a:active {
          color: #fcb900; }
        body footer .social-icons a:hover {
          transform: scale(0.95); }
      @media screen and (min-width: 851px) {
        body footer .social-icons {
          position: absolute;
          top: -4em;
          right: 0;
          z-index: 10;
          -webkit-justify-content: flex-end;
          -ms-justify-content: flex-end;
          justify-content: flex-end; }
          body footer .social-icons a {
            margin-left: 1em; } }
      @media screen and (max-width: 850px) {
        body footer .social-icons {
          margin: 1em 0;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          body footer .social-icons a {
            margin: 0 1em; }
            body footer .social-icons a i {
              font-size: calc(2vw + 1em); } }
      @media screen and (max-width: 850px) {
        body footer .social-icons a {
          padding: 1em;
          margin: 1em;
          width: 5em;
          height: 5em; }
          body footer .social-icons a i {
            font-size: calc(2vw + 2em); } }
    body footer #menu-footer-menu {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      align-items: flex-start;
      justify-content: flex-start;
      margin: 0.5em 1em 0 0; }
      @media screen and (max-width: 480px) {
        body footer #menu-footer-menu {
          flex-direction: column; }
          body footer #menu-footer-menu > * {
            width: 100%;
            -webkit-flex: 1; } }
      body footer #menu-footer-menu > li {
        width: 100%; }
        body footer #menu-footer-menu > li > a {
          font-weight: 700;
          border-bottom: 2px solid #fff;
          width: 85%;
          display: block;
          margin-bottom: 0.25em;
          font-size: 115%; }
    @media screen and (min-width: 851px) {
      body footer .copyright {
        text-align: left; }
      body footer .widgets {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start; }
      body footer #menu-footer-menu {
        width: 50vw; } }
    @media screen and (max-width: 850px) {
      body footer .copyright {
        font-size: 90%; }
      body footer .widgets {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
      body footer #menu-footer-menu > ul {
        margin-bottom: 1em; } }
  body .sidebar {
    padding: 0 2em 2em;
    z-index: 1; }
    body .sidebar .page-nav {
      background: #1167b0;
      font-size: 115%; }
      body .sidebar .page-nav h3, body .sidebar .page-nav nav {
        margin-bottom: 0; }
      body .sidebar .page-nav > ul > li:first-of-type {
        margin-top: 0.5em; }
      body .sidebar .page-nav a {
        color: #fff; }
        body .sidebar .page-nav a:visited {
          color: #fff; }
        body .sidebar .page-nav a:visited {
          color: #fff; }
        body .sidebar .page-nav a:focus {
          color: #fcb900; }
        body .sidebar .page-nav a:hover {
          color: #fcb900; }
        body .sidebar .page-nav a:active {
          color: #fcb900; }
      body .sidebar .page-nav ul ul {
        margin: 0.5em 0 0 1em; }
      body .sidebar .page-nav ul {
        font-weight: 700; }
        body .sidebar .page-nav ul li {
          padding: 0.15em 0 0.35em; }
          body .sidebar .page-nav ul li:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f054";
            font-size: 75%;
            padding: 0 9px 0 2px;
            color: #fff; }
    body .sidebar .widget_search {
      margin: 1em 0 1.5em; }
    body .sidebar .widget_nav_menu > ul {
      font-weight: bold; }
      body .sidebar .widget_nav_menu > ul a {
        display: block;
        padding: 0.5em;
        border-bottom: 1px solid rgba(118, 122, 106, 0.3); }
    @media screen and (min-width: 851px) {
      body .sidebar {
        box-shadow: -7px 0 10px -5px rgba(43, 46, 51, 0.25); }
        body .sidebar .page-nav {
          width: calc(100% + 5em);
          margin: 0 0 2em -3em;
          padding: 1em 2em 1.5em; } }
    @media screen and (max-width: 850px) {
      body .sidebar {
        border-top: 2px solid #003a66; }
        body .sidebar .page-nav {
          margin-bottom: 2em;
          padding: 1em; } }

header {
  color: #e4e6e6;
  background: #003a66;
  z-index: 100;
  box-shadow: 0 7px 10px -5px rgba(43, 46, 51, 0.25); }
  header a {
    color: #e4e6e6; }
    header a:visited {
      color: #e4e6e6; }
    header a:visited {
      color: #e4e6e6; }
    header a:focus {
      color: #fcb900; }
    header a:hover {
      color: #fcb900; }
    header a:active {
      color: #fcb900; }
  header #topNav {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: calc(4px + 1vw);
    letter-spacing: 0;
    font-weight: 400; }
    header #topNav .logo {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      header #topNav .logo .tagline {
        margin-left: 20px; }
        header #topNav .logo .tagline * {
          color: #fff !important;
          line-height: 0.6;
          text-transform: none;
          letter-spacing: 0; }
        header #topNav .logo .tagline h1 {
          font-size: 50px; }
        header #topNav .logo .tagline h2 {
          font-family: "PT Serif", Georgia, serif;
          font-style: italic;
          font-size: 20px; }
      header #topNav .logo a {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        max-width: 300px; }
  @media screen and (min-width: 851px) {
    header .logo {
      min-width: 400px;
      margin: 5px 20px -42px 10px; }
      header .logo a {
        max-width: 150px;
        margin-top: -5px; }
    header #topNav > ul li a {
      padding: 0 0.25em; }
      .current-menu-item header #topNav > ul li a {
        font-weight: 700;
        color: #fcb900; }
    header #topNav > ul li:last-of-type a {
      background: #fcb900;
      color: #003a66 !important;
      font-weight: bold;
      display: inline-block;
      color: #e4e6e6;
      padding: 0.5em 1em;
      border: 2px solid #e4e6e6;
      margin: 0.5em 0;
      border-color: #fcb900; }
      header #topNav > ul li:last-of-type a:hover, header #topNav > ul li:last-of-type a:focus, header #topNav > ul li:last-of-type a:active {
        background: #8cb872; }
      header #topNav > ul li:last-of-type a:hover, header #topNav > ul li:last-of-type a:focus, header #topNav > ul li:last-of-type a:active {
        background: #1167b0;
        color: #fcb900 !important; } }
  @media screen and (max-width: 850px) {
    header #mtoggle > * {
      font-size: 25px;
      margin: 0;
      padding: 8px 10px;
      width: auto;
      height: auto; }
    header .logo {
      height: 65px !important;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
      header .logo a {
        margin: 1em 1.5em !important;
        background: url(../img/logo-mob.svg) top right no-repeat;
        height: 50px !important;
        background-size: contain; }
        header .logo a img {
          display: none; }
    header #topNav > ul {
      background: #003a66;
      font-size: calc(2em + 1vw); }
      header #topNav > ul > li {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        header #topNav > ul > li:nth-of-type(odd) {
          background: #1167b0; } }

body.home .grid.featured {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  body.home .grid.featured > div {
    position: relative;
    padding: 2em 1.5em;
    text-align: center; }
    body.home .grid.featured > div h2, body.home .grid.featured > div h3, body.home .grid.featured > div nav {
      text-align: center; }
    body.home .grid.featured > div img {
      margin-bottom: 0.5em; }
    body.home .grid.featured > div a.full-link {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin: 0; }
    body.home .grid.featured > div.newsreel {
      text-align: left; }
      body.home .grid.featured > div.newsreel h2 {
        text-align: center;
        border-bottom: 2px solid #003a66;
        margin-bottom: 0.5em; }
    body.home .grid.featured > div.chapter {
      background: #003a66;
      color: #e4e6e6;
      padding: 2em; }
      body.home .grid.featured > div.chapter h2 {
        color: #e4e6e6; }
      body.home .grid.featured > div.chapter form {
        margin-top: 1.5em; }
    body.home .grid.featured > div.rep {
      background: #1167b0;
      color: #e4e6e6 !important; }
      body.home .grid.featured > div.rep h2, body.home .grid.featured > div.rep h3, body.home .grid.featured > div.rep nav {
        color: #e4e6e6; }
      body.home .grid.featured > div.rep a {
        display: block;
        border-radius: 30px;
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin-bottom: 0.5em; }
        body.home .grid.featured > div.rep a img {
          width: 100%;
          height: auto; }
  @media screen and (max-width: 850px) {
    body.home .grid.featured .headblock {
      font-size: calc(2em + 2vw); }
    body.home .grid.featured div.chapter, body.home .grid.featured div.rep, body.home .grid.featured div.card {
      width: 100%;
      padding: 0.5em 1em; } }

body.home .headblock {
  margin: 0 auto !important;
  padding-top: 1em !important;
  font-size: calc(2em + 2vw); }

body.home .wp-block-group.rep {
  padding: 0 3vw;
  background: #1167b0; }
  body.home .wp-block-group.rep * {
    color: #e4e6e6 !important; }
  body.home .wp-block-group.rep .wp-block-image {
    display: block;
    border-radius: 30px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 0.5em; }
    body.home .wp-block-group.rep .wp-block-image img {
      width: 100%;
      height: auto; }

body.home .wp-block-column.block {
  position: relative;
  padding: 2em 1.5em;
  text-align: center; }
  body.home .wp-block-column.block h2, body.home .wp-block-column.block h3, body.home .wp-block-column.block nav {
    text-align: center; }
  body.home .wp-block-column.block .wp-block-buttons.full {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0; }
    body.home .wp-block-column.block .wp-block-buttons.full .wp-block-button {
      margin: 0;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin: 0; }
      body.home .wp-block-column.block .wp-block-buttons.full .wp-block-button .wp-block-button__link {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        background: transparent !important;
        opacity: 0;
        text-indent: -99999px; }

body.single-chapter .backbutton, body.author:not(.author-texas-aft):not(.author-moticos) .backbutton {
  padding: 1em; }

@media screen and (min-width: 851px) {
  body.single-chapter #menu-item-9887, body.author:not(.author-texas-aft):not(.author-moticos) #menu-item-9887 {
    display: none !important; }
  body.single-chapter header #topNav .logo a, body.author:not(.author-texas-aft):not(.author-moticos) header #topNav .logo a {
    max-width: 250px;
    padding-bottom: 4px; }
  body.single-chapter header #topNav > ul, body.author:not(.author-texas-aft):not(.author-moticos) header #topNav > ul {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 95%; }
    body.single-chapter header #topNav > ul > li, body.author:not(.author-texas-aft):not(.author-moticos) header #topNav > ul > li {
      margin-right: 2em; }
  body.single-chapter .backbutton, body.author:not(.author-texas-aft):not(.author-moticos) .backbutton {
    padding: 0.5em 0 0 7em;
    position: absolute;
    display: block; } }

body.single-chapter .headline, body.author:not(.author-texas-aft):not(.author-moticos) .headline {
  background: #fcb900;
  padding: 0.5em 1em 0.25em 7em;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  body.single-chapter .headline h3, body.single-chapter .headline nav, body.single-chapter .headline h3 a, body.single-chapter .headline nav a, body.author:not(.author-texas-aft):not(.author-moticos) .headline h3, body.author:not(.author-texas-aft):not(.author-moticos) .headline nav, body.author:not(.author-texas-aft):not(.author-moticos) .headline h3 a, body.author:not(.author-texas-aft):not(.author-moticos) .headline nav a {
    color: #003a66; }
  body.single-chapter .headline h3, body.single-chapter .headline nav, body.author:not(.author-texas-aft):not(.author-moticos) .headline h3, body.author:not(.author-texas-aft):not(.author-moticos) .headline nav {
    margin-bottom: 0.25em;
    z-index: 100; }
  body.single-chapter .headline .button, body.single-chapter .headline .wp-block-button__link, body.author:not(.author-texas-aft):not(.author-moticos) .headline .button, body.author:not(.author-texas-aft):not(.author-moticos) .headline .wp-block-button__link {
    font-weight: bold; }
  @media screen and (max-width: 850px) {
    body.single-chapter .headline, body.author:not(.author-texas-aft):not(.author-moticos) .headline {
      padding-left: 1em; }
      body.single-chapter .headline h3, body.single-chapter .headline nav, body.author:not(.author-texas-aft):not(.author-moticos) .headline h3, body.author:not(.author-texas-aft):not(.author-moticos) .headline nav {
        width: 100%; }
      body.single-chapter .headline .button, body.single-chapter .headline .wp-block-button__link, body.author:not(.author-texas-aft):not(.author-moticos) .headline .button, body.author:not(.author-texas-aft):not(.author-moticos) .headline .wp-block-button__link {
        font-size: 13px;
        padding: 0;
        width: 180px; } }

body.single-chapter main {
  padding-bottom: 0; }

body.single-chapter footer {
  z-index: 0 !important; }

body.single-chapter #wrapper {
  background: #1167b0; }

body.single-chapter #chapterFooter {
  padding-bottom: 2em; }

body.single-chapter #chapter {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  padding: 2em 6vw;
  width: 100%; }
  body.single-chapter #chapter:after {
    display: none; }
  body.single-chapter #chapter.no-fb {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    body.single-chapter #chapter.no-fb .title {
      max-width: 900px; }
  body.single-chapter #chapter.no-logo .title > div {
    text-align: center; }
  @media screen and (min-width: 851px) {
    body.single-chapter #chapter > * {
      width: 100%; }
    body.single-chapter #chapter .title, body.single-chapter #chapter #social {
      -ms-flex-item-align: stretch;
      -webkit-align-self: stretch;
      align-self: stretch; }
    body.single-chapter #chapter.hasfeed.hassocial #newsreel {
      width: 300%; }
    body.single-chapter #chapter.hasfeed:not(.hassocial) #newsreel {
      width: 200%; }
    body.single-chapter #chapter #social {
      padding: 0.5em;
      width: 500px;
      margin-left: 2em; }
    body.single-chapter #chapter #newsreel {
      display: grid;
      grid-gap: 0.5em;
      align-items: start;
      align-content: start; }
      body.single-chapter #chapter #newsreel > h2 {
        grid-column: 1;
        grid-row: 1; }
      body.single-chapter #chapter #newsreel #social-feed {
        grid-column: 2;
        grid-row: 1 / 5;
        width: 340px; }
      body.single-chapter #chapter #newsreel .newsitem.feed {
        grid-column: 1;
        grid-row: 2; }
      body.single-chapter #chapter #newsreel .newsitem.content {
        grid-column: 1;
        grid-row: 3; } }
  @media screen and (max-width: 850px) {
    body.single-chapter #chapter {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.single-chapter #chapter > * {
        width: 100% !important; } }

body.single-chapter #news {
  margin: 1em 6vw 2em;
  background: white;
  padding: 2em 2em 3em; }
  body.single-chapter #news article {
    max-width: 900px;
    margin: 0 auto;
    clear: both; }
    body.single-chapter #news article:after {
      clear: both;
      content: '';
      display: block; }

body.single-chapter #social {
  background: white;
  padding: 0.5em;
  margin-left: 3vw; }

body.single-chapter .title {
  background: white; }
  body.single-chapter .title > img {
    max-width: 175px;
    margin: 0.25em 1em 0.5em 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin-right: 3vw; }
  body.single-chapter .title > div {
    margin: 0.25em 1em 0.25em 0.25em;
    width: auto;
    text-align: left;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    body.single-chapter .title > div > b {
      font-size: 120%; }
  body.single-chapter .title .links {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    body.single-chapter .title .links p {
      text-align: left;
      margin-bottom: 1.5em; }
    body.single-chapter .title .links a.button, body.single-chapter .title .links a.wp-block-button__link {
      display: inline-block;
      width: auto;
      margin-bottom: 1em; }

body.single-chapter .fb_iframe_widget {
  display: block;
  margin: 0 auto;
  text-align: center; }

body.single-chapter .twitter-timeline {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-height: 400px !important; }

body.single-chapter #newsreel {
  padding: 1em;
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }
  body.single-chapter #newsreel > h2 {
    text-align: center;
    color: white;
    font-size: 160%;
    padding: 0.5em 0; }

body.single-chapter #newsreel, body.single-chapter #content, body.single-chapter #social {
  position: relative; }
  body.single-chapter #newsreel article, body.single-chapter #content article, body.single-chapter #social article {
    background: white;
    width: calc(100% - 3em);
    margin: 0 auto 1em;
    padding: 0.5em 2vw 1em; }
    body.single-chapter #newsreel article p, body.single-chapter #content article p, body.single-chapter #social article p {
      margin: 0.5em 0 0; }
    body.single-chapter #newsreel article img, body.single-chapter #content article img, body.single-chapter #social article img {
      width: 100%;
      margin-bottom: 0.5em; }
    body.single-chapter #newsreel article .more-block, body.single-chapter #content article .more-block, body.single-chapter #social article .more-block {
      font-size: 120%;
      margin: 1em auto 0.5em;
      width: auto;
      display: block;
      text-align: center;
      border-top: 3px solid #1167b0;
      padding-top: 0.75em; }
  body.single-chapter #newsreel a.button, body.single-chapter #newsreel a.wp-block-button__link, body.single-chapter #content a.button, body.single-chapter #content a.wp-block-button__link, body.single-chapter #social a.button, body.single-chapter #social a.wp-block-button__link {
    font-weight: bold;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
    width: calc(100% - 2em);
    margin: 0.5em auto; }
    body.single-chapter #newsreel a.button:hover, body.single-chapter #newsreel a.wp-block-button__link:hover, body.single-chapter #newsreel a.button:focus, body.single-chapter #newsreel a.wp-block-button__link:focus, body.single-chapter #newsreel a.button:active, body.single-chapter #newsreel a.wp-block-button__link:active, body.single-chapter #content a.button:hover, body.single-chapter #content a.wp-block-button__link:hover, body.single-chapter #content a.button:focus, body.single-chapter #content a.wp-block-button__link:focus, body.single-chapter #content a.button:active, body.single-chapter #content a.wp-block-button__link:active, body.single-chapter #social a.button:hover, body.single-chapter #social a.wp-block-button__link:hover, body.single-chapter #social a.button:focus, body.single-chapter #social a.wp-block-button__link:focus, body.single-chapter #social a.button:active, body.single-chapter #social a.wp-block-button__link:active {
      background: #8cb872; }

body.single-chapter main > article {
  padding: 3em 3vw; }

body.single-chapter #chapterFooter {
  background: #003a66;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch; }
  body.single-chapter #chapterFooter > * {
    width: 100%; }
  body.single-chapter #chapterFooter #feature article {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.single-chapter #chapterFooter #feature article .thumb {
      width: 45%; }
    body.single-chapter #chapterFooter #feature article .postmeta {
      width: 100%; }
    body.single-chapter #chapterFooter #feature article .excerpt {
      width: 52%; }
  @media screen and (min-width: 851px) {
    body.single-chapter #chapterFooter .block {
      margin: 0 2em;
      padding: 1em 0;
      border: 5px solid #fff; } }
  body.single-chapter #chapterFooter .block h2 {
    color: #fff;
    text-align: center; }
  @media screen and (min-width: 851px) {
    body.single-chapter #chapterFooter {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      body.single-chapter #chapterFooter .newsloop {
        width: 200%;
        order: -1;
        -webkit-order: -1; } }
  @media screen and (max-width: 850px) {
    body.single-chapter #chapterFooter {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.title {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 2em; }
  .title > img {
    width: 50%;
    margin: 5%; }
  .title > div {
    width: 80%;
    text-align: center; }
    .title > div b {
      font-size: 150%; }
  .title > img + div > b {
    font-size: 100%; }
  .title > p {
    width: 100%;
    margin-top: 1em; }
  .title .address, .title .website {
    display: inline-block;
    margin: 0.5em 0; }
  @media screen and (max-width: 850px) {
    .title {
      width: 100% !important; } }

#post-4057 {
  padding: 1em 0.5vw !important; }

main.local article {
  max-width: unset !important; }

main.local .grid {
  margin-top: 1em;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  main.local .grid > * {
    text-align: center;
    padding: 1.5em 1em; }
    main.local .grid > * > a {
      display: inline-block;
      width: auto;
      margin-top: 0.25em; }
      main.local .grid > * > a.button, main.local .grid > * > a.wp-block-button__link {
        padding: 0.1em 0.5em;
        margin-top: 0.5em; }

@media screen and (min-width: 851px) {
  main.local .grid > * {
    padding: 1.5em; }
    main.local .grid > *:nth-child(3n+2) {
      border-left: 1px solid #2b2e33;
      border-right: 1px solid #2b2e33; } }

.subcats {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin: 1em 0; }
  .subcats li {
    display: block;
    width: auto;
    margin: 0 0.5em 1em;
    color: #fff;
    background: #1167b0;
    padding: 0.5em; }
    .subcats li ul {
      display: none; }
    .subcats li a {
      font-weight: 700;
      color: #e4e6e6; }
      .subcats li a:visited {
        color: #e4e6e6; }
      .subcats li a:visited {
        color: #e4e6e6; }
      .subcats li a:focus {
        color: #fcb900; }
      .subcats li a:hover {
        color: #fcb900; }
      .subcats li a:active {
        color: #fcb900; }

.newsloop {
  padding: 0 0.5em; }
  .newsloop.grid.col3 {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch; }
    @media screen and (min-width: 851px) {
      .newsloop.grid.col3:after {
        display: none !important; }
      .newsloop.grid.col3 > * {
        width: calc(100%/3 - 1em);
        margin: 0 0.5em 1em; } }
  body #wrapper.has-sidebar .newsloop article {
    position: relative;
    padding: 1em;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    body #wrapper.has-sidebar .newsloop article h3, body #wrapper.has-sidebar .newsloop article nav {
      font-size: 150%;
      /*text-transform: capitalize;*/
      margin-bottom: 0; }
    body #wrapper.has-sidebar .newsloop article .img-thumb {
      text-align: center; }
    body #wrapper.has-sidebar .newsloop article img {
      max-height: 200px;
      margin-bottom: 0.5em; }
    body #wrapper.has-sidebar .newsloop article .more-block {
      display: block;
      width: 100%;
      font-size: 120%;
      font-weight: 700;
      text-decoration: none;
      text-align: center;
      margin: auto 0 0 0;
      padding: 0.5em;
      color: #fff;
      background: #1167b0;
      -ms-flex-item-align: flex-end;
      -webkit-align-self: flex-end;
      align-self: flex-end; }
    body #wrapper.has-sidebar .newsloop article .postmeta {
      font-size: 90%;
      margin-bottom: 0.5em; }
      body #wrapper.has-sidebar .newsloop article .postmeta .date {
        display: block;
        margin: 0.5em 0;
        color: #003a66; }
      body #wrapper.has-sidebar .newsloop article .postmeta .post-preview {
        height: 100%; }

#feature {
  background: #003a66; }
  @media screen and (min-width: 851px) {
    #feature {
      max-width: 900px;
      width: 100%;
      margin: 0 auto 2em; } }
  #feature h2 {
    background: #003a66;
    color: #fff;
    padding: 1em 1em 0; }
    @media screen and (max-width: 850px) {
      #feature h2 {
        margin-bottom: 0; } }
  body #wrapper.has-sidebar #feature article {
    background: #003a66;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    padding: 1em 2em 1.5em; }
    body #wrapper.has-sidebar #feature article .thumb {
      width: 38%;
      margin-right: 1.5em; }
    body #wrapper.has-sidebar #feature article .postmeta {
      width: 100%;
      margin: 0 0 0.5em; }
    body #wrapper.has-sidebar #feature article .excerpt {
      width: 59%; }
    body #wrapper.has-sidebar #feature article img {
      max-height: 300px;
      margin-bottom: 0; }
    body #wrapper.has-sidebar #feature article h3 a, body #wrapper.has-sidebar #feature article nav a, body #wrapper.has-sidebar #feature article .date {
      color: #fff !important; }
    @media screen and (max-width: 850px) {
      body #wrapper.has-sidebar #feature article {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        body #wrapper.has-sidebar #feature article > a {
          width: 100%;
          margin: 0 0 1em 0; } }

.single-format-standard main > h1 {
  font-size: 215%;
  padding: 0 0 0.25em 0;
  width: calc(100% - 6vw);
  margin: 2em auto 0;
  text-align: left; }

.single-format-standard .postmeta {
  display: block;
  margin-bottom: 2em;
  color: #003a66; }
  .single-format-standard .postmeta > * {
    display: block; }
  @media screen and (min-width: 851px) {
    .single-format-standard .postmeta {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .single-format-standard .postmeta .social-share {
        text-align: right; } }

.single-format-standard .meta-info .subscribe {
  margin: 2em auto;
  display: block;
  text-align: center;
  max-width: 600px; }
  .single-format-standard .meta-info .subscribe .button, .single-format-standard .meta-info .subscribe .wp-block-button__link {
    margin: 1em auto 0;
    max-width: 250px; }

#navbuttons {
  position: relative;
  z-index: 100;
  height: 50px;
  margin-top: -50px;
  text-align: center; }
  @media screen and (min-width: 851px) {
    #navbuttons {
      margin-left: calc(66% - 3em); } }
  #navbuttons .nav-button {
    display: inline-block;
    background: #fcb900;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin: 10px; }
    #navbuttons .nav-button.button-on {
      background: #8cb872; }

#author-bio {
  max-width: 900px;
  padding: 1em;
  margin: 2em auto 1em;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  #author-bio > div {
    width: 100%;
    margin-left: 1em; }
  #author-bio > img {
    width: 50%;
    border-radius: 50%; }

.social-share a {
  display: inline-block;
  text-align: center;
  background: #1167b0;
  padding: 0.25em 0.35em;
  border-radius: 100%;
  width: 1.5em;
  margin: 0 0.1em; }
  .social-share a i {
    color: #fff; }
  .social-share a:hover, .social-share a:focus, .social-share a:active {
    background: #8cb872; }

body.page-template-landing main {
  position: relative; }

body.page-template-landing article {
  width: 100%;
  max-width: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 75vh; }
  body.page-template-landing article > *:not(.alignfull):not(.alignwide) {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  body.page-template-landing article .wp-block-cover {
    margin-bottom: 2em; }
    body.page-template-landing article .wp-block-cover p, body.page-template-landing article .wp-block-cover h1, body.page-template-landing article .wp-block-cover h2, body.page-template-landing article .wp-block-cover h3, body.page-template-landing article .wp-block-cover nav, body.page-template-landing article .wp-block-cover h4, body.page-template-landing article .wp-block-cover .button, body.page-template-landing article .wp-block-cover .wp-block-button__link, body.page-template-landing article .wp-block-cover button, body.page-template-landing article .wp-block-cover input[type="button"], body.page-template-landing article .wp-block-cover input[type="reset"], body.page-template-landing article .wp-block-cover input[type="submit"], body.page-template-landing article .wp-block-cover h5, body.page-template-landing article .wp-block-cover h6 ol, body.page-template-landing article .wp-block-cover ul {
      color: #e4e6e6; }
    body.page-template-landing article .wp-block-cover h1, body.page-template-landing article .wp-block-cover h2 {
      font-size: 48px;
      margin-bottom: 0; }
  body.page-template-landing article .alignwide {
    padding: 3vw; }
  body.page-template-landing article .alignfull {
    width: 100%;
    max-width: unset !important; }

@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: initial !important; } }

.wp-block-cover .wp-block-cover__inner-container {
  max-width: unset !important; }

#slider {
  position: relative !important;
  background: #2b2e33;
  height: calc(400px + 3vw) !important;
  width: 100%;
  min-height: auto !important;
  z-index: 1;
  box-shadow: 0 7px 35px -5px rgba(0, 0, 0, 0.5); }
  #slider .slide {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      #slider .slide {
        flex-direction: column; }
        #slider .slide > * {
          width: 100%;
          -webkit-flex: 1; } }
    #slider .slide .slide-img {
      height: 100%;
      width: 200%;
      background-position: center left;
      background-size: cover; }
    #slider .slide .slide-info {
      background: #2b2e33;
      color: #e4e6e6;
      padding: 2em 4em;
      width: 100%;
      height: 100%; }
      #slider .slide .slide-info h2 {
        color: #e4e6e6; }
      #slider .slide .slide-info a {
        display: inline-block;
        font-size: 150%;
        display: inline-block;
        color: #e4e6e6;
        padding: 0.5em 1em;
        border: 2px solid #e4e6e6;
        margin: 0.5em 0; }
        #slider .slide .slide-info a:hover, #slider .slide .slide-info a:focus, #slider .slide .slide-info a:active {
          background: #8cb872; }
    @media screen and (max-width: 850px) {
      #slider .slide {
        flex-direction: column; }
        #slider .slide > * {
          width: 100%;
          -webkit-flex: 1; }
        #slider .slide .slide-img {
          width: 100%;
          height: 50vh; } }
  @media screen and (max-width: 850px) {
    #slider {
      height: calc(500px + 3vw) !important;
      position: relative !important; }
      #slider .slide .slide-info {
        padding: 2em; }
        #slider .slide .slide-info a {
          font-size: 100%; } }
  @media screen and (max-width: 480px) {
    #slider {
      height: calc(550px + 3vw) !important; } }

.ui-button {
  background: #003a66;
  color: #e4e6e6;
  border: 0;
  margin-bottom: 0.35em;
  color: #e4e6e6; }
  .ui-button:visited {
    color: #e4e6e6; }
  .ui-button:visited {
    color: #e4e6e6; }
  .ui-button:focus {
    color: #1167b0; }
  .ui-button:hover {
    color: #1167b0; }
  .ui-button:active {
    color: #1167b0; }
  .ui-button:visited {
    background: #003a66;
    color: #e4e6e6; }
  .ui-button:hover, .ui-button:focus, .ui-button:active {
    background: #1167b0;
    color: #e4e6e6; }
  .chapter .ui-button {
    background: #8cb872;
    color: #2b2e33;
    display: inline-block;
    text-align: center; }
    .chapter .ui-button:hover, .chapter .ui-button:focus, .chapter .ui-button:active {
      background: #1167b0;
      color: #e4e6e6; }

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.37em 0; }

#search-2 form, form.search {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }
  #search-2 form .ui-button, form.search .ui-button {
    margin-left: 15px; }

#findUnion {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 900px; }
  #findUnion .ui-selectmenu-button {
    margin-bottom: 0; }
  #findUnion .ui-button {
    background: #1167b0;
    color: #e4e6e6;
    margin-left: 15px;
    padding: 1em 1.5em;
    margin-top: 0.5em;
    border-radius: 5px !important; }
    #findUnion .ui-button:hover, #findUnion .ui-button:focus, #findUnion .ui-button:active {
      background: #003a66;
      color: #e4e6e6; }

body.page-template-dropdown #findUnion {
  padding: 0 5em; }

body.page-template-dropdown #unionList {
  padding: 2em 5em;
  margin: 0 auto;
  max-width: 900px; }
  body.page-template-dropdown #unionList div {
    border: 1px solid #003a66;
    padding: 1em 1em 1.5em;
    width: 100%;
    margin-bottom: 1em;
    text-align: center; }
    body.page-template-dropdown #unionList div .ui-button {
      width: 80%;
      margin: 1em auto 0; }
    body.page-template-dropdown #unionList div h2 {
      margin: 0.25em 0 0; }

.headblock {
  display: block;
  width: 100% !important;
  background: #1167b0;
  color: #fff;
  font-size: 4vw;
  text-align: center;
  padding: 1em 2em 0;
  margin: 0;
  border: 0; }

.nav-links, .pagination {
  text-align: center;
  width: 100%;
  margin: 1em; }

#search-2 form {
  font-size: 90%; }

.z-links {
  position: relative;
  z-index: 100; }

.ui-selectmenu-menu .ui-menu {
  overflow-y: scroll;
  height: 300px;
  margin-top: -5px; }
