/*
Theme Name: AZPLEA
Theme URI: https://azplea.com/
Description: This is the AZPLEA theme created on the Genesis Framework.
Author: 911MEDIA
Author URI: https://911media.com/

Version: 3.3.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

Text Domain: noom-genesis
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* Settings
--------------------------------------------- */
/* Fonts
------------- */
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Colors
------------- */
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #f0f0f0;
  color: #222;
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #2388d9;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #333;
  text-decoration: none; }

a.read-more {
  white-space: nowrap; }
  a.read-more:after {
    content: '\00a0\00bb'; }

p {
  margin: 0 0 30px;
  padding: 0; }
  p:last-child {
    margin: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto; }

b,
strong {
  font-weight: 700; }

small {
  display: inline-block;
  line-height: 1.3; }

blockquote,
cite,
em,
i {
  font-style: italic; }

mark {
  background: #ddd;
  color: #333; }

blockquote {
  font-family: "Georgia", "Times New Roman", Times, Courier, serif;
  font-size: 30px;
  margin: 30px 50px;
  line-height: 1.2;
  text-align: center; }
  blockquote p {
    position: relative; }
  blockquote p:before,
  blockquote p:after {
    position: absolute;
    font-size: 80px;
    line-height: 30px;
    color: #999; }
  blockquote p:before {
    content: '\201c';
    margin: 20px 0 0 -40px; }
  blockquote p:after {
    content: '\201d';
    margin: 20px -45px 0 0; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #00579d;
  margin: 0 0 20px; }

h1 {
  font-size: 30px; }

h2 {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 27px;
  color: #b82c11; }

h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #2388d9; }

h4 {
  font-family: "Montserrat", Tahoma, Helvetica, sans-serif;
  font-size: 20px; }

h5 {
  font-family: "Arvo", "Times New Roman", Times, Courier, serif;
  font-size: 18px; }

h6 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #1d3552; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-ms-input-placeholder {
  color: #333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  opacity: 1; }

::-moz-placeholder {
  color: #333;
  opacity: 1; }

::placeholder {
  color: #333;
  opacity: 1; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #39434c;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", Tahoma, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  border-radius: 50px;
  transition: all 0.2s ease-in-out; }

.button.navy {
  background: #1d3552; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #2388d9 !important;
  border-width: 0;
  color: #fff !important; }

.button.big {
  font-size: 22px;
  line-height: 22px;
  padding: 24px 48px;
  border-radius: 10px;
  text-transform: uppercase; }

.button.small {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 18px; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top; }

td {
  padding: 0.5em; }

tr {
  border-top: 1px solid #eee; }

th {
  font-weight: 600;
  padding: 0.5em; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  word-wrap: break-word; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 40px 30px; }

.members-front .site-inner {
  padding-bottom: 8px; }

/* Content
--------------------------------------------- */
.blog .content .entry,
.archive .content .entry,
.post-type-archive .content .entry,
.search-results .content .entry,
.page .content,
.single .content {
  background: #fff;
  padding: 30px; }

.search-results .content .search-description,
.archive-articles .content .archive-description,
.blog .content .archive-description,
.archive .content .archive-description,
.post-type-archive .content .archive-description {
  margin: 0; }
  .search-results .content .search-description .archive-title,
  .archive-articles .content .archive-description .archive-title,
  .blog .content .archive-description .archive-title,
  .archive .content .archive-description .archive-title,
  .post-type-archive .content .archive-description .archive-title {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    background: #8493a7;
    padding: 10px 30px;
    margin: 0 0 5px; }
  .search-results .content .search-description .archive-desc,
  .archive-articles .content .archive-description .archive-desc,
  .blog .content .archive-description .archive-desc,
  .archive .content .archive-description .archive-desc,
  .post-type-archive .content .archive-description .archive-desc {
    background: #fff;
    padding: 30px;
    margin: 0 0 5px; }

.members-front .content {
  background: none;
  padding: 0; }
  .members-front .content .entry.page {
    background: #fff;
    padding: 30px; }

.tribe-events .tribe-events-calendar-month__multiday-event,
.tribe-events .tribe-events-calendar-month__calendar-event,
.tribe-events .tribe-events-calendar-list__event {
  padding: 10px !important; }

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.genesis-title-hidden .breadcrumb {
  margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Section Header
--------------------------------------------- */
.section-header {
  background-color: #000;
  background-image: url("https://azplea.com/wp-content/uploads/2020/06/page_stripe_blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .section-header .wrap {
    position: relative;
    width: 100%;
    max-width: 1400px;
    min-height: 200px;
    margin: 0 auto;
    padding: 30px; }
  .section-header .section-title {
    position: absolute;
    bottom: 15px;
    left: 60px;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 0;
    z-index: 1; }
  #covid-header.section-header {
    background-color: #000;
    background: url("https://azplea.com/wp-content/uploads/2020/05/covid_header_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center; }
    #covid-header.section-header .section-title {
      position: initial;
      bottom: auto;
      left: auto;
      width: 100%;
      max-width: 450px;
      margin: 0 auto; }
      #covid-header.section-header .section-title img {
        display: block;
        width: 100%;
        max-width: 390px;
        height: auto;
        margin: 0 auto; }
    #covid-header.section-header p {
      display: inline-block;
      width: auto;
      max-width: 540px;
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      font-family: 'Roboto Slab', 'Roboto', Arial, Helvetica, sans-serif;
      font-size: 20px;
      text-align: center;
      padding: 4px 12px;
      margin: 0 auto; }

#page-panel .panel {
  background-color: #000;
  background: url("https://azplea.com/wp-content/uploads/2020/05/covid_header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px;
  text-align: center; }
  #page-panel .panel h1 {
    position: initial;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 450px;
    margin: 0 auto; }
    #page-panel .panel h1 img {
      display: block;
      width: 100%;
      max-width: 390px;
      height: auto;
      margin: 0 auto; }
  #page-panel .panel p {
    display: inline-block;
    width: auto;
    max-width: 540px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-family: 'Roboto Slab', 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 4px 12px;
    margin: 0 auto; }

#page-modal .widget-title, #page-modal p {
  text-align: center; }

#page-modal .widget-title {
  font-size: 24px;
  margin-bottom: 12px; }

#page-modal p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px; }
  #page-modal p:last-child {
    margin-bottom: 0; }

#page-modal .button {
  font-size: 18px;
  background: none;
  border: 2px solid #2388d9;
  color: #2388d9; }
  #page-modal .button:hover, #page-modal .button:focus {
    background: #2388d9;
    color: #fff; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.entry-title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px; }

.page .content > .entry > .entry-header > .entry-title,
.single .content > .entry > .entry-header > .entry-title {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1d3552;
  border-bottom: 4px solid #2388d9;
  padding-bottom: 5px;
  margin: 0 0 1.5em; }

.entry-title a,
.sidebar .widget-title a {
  color: #1d3552;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #2388d9; }

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }

.genesis-title-hidden .site-inner {
  padding-top: 0; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 10px;
  text-align: left;
  border-bottom: 1px dotted #ccc; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

.widget.widget-publication-issue .widget-title {
  color: #c5d4dc !important;
  font-size: 32px !important;
  font-weight: 900;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 5px !important; }

.widget.widget-publication-issue .button {
  background: #1d3552;
  color: #ffcc42;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 2px solid #456e9e; }
  .widget.widget-publication-issue .button:hover {
    background: #456e9e;
    color: #fff; }

.widget.widget-publication-posts {
  color: #fff; }
  .widget.widget-publication-posts .entry-title {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #fff; }
    .widget.widget-publication-posts .entry-title a {
      color: #fff; }
  .widget.widget-publication-posts p {
    text-align: center; }
  .widget.widget-publication-posts a {
    color: #abd5f2; }
  .widget.widget-publication-posts .button {
    background: #1d3552;
    color: #ffcc42;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 2px solid #456e9e; }
    .widget.widget-publication-posts .button:hover {
      background: #456e9e;
      color: #fff; }

.widget.widget-tec-events .entry-content {
  text-align: center;
  padding: 15px; }

.widget.widget-tec-events .entry-meta {
  margin-bottom: 12px; }

.widget.widget-tec-events .entry-title {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px; }

.widget.widget-tec-events .entry-date {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 12px; }

.widget.widget-tec-events .entry-time {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 16px;
  font-weight: bold; }
  .widget.widget-tec-events .entry-time:before {
    font-family: "Font Awesome 5 Free", "FontAwesome";
    color: #d8a212;
    font-weight: normal;
    content: '\f017\00a0'; }

.widget.widget-tec-events .button {
  background: #ffcc42;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  border: 2px solid #d8a212;
  margin: 0 auto; }
  .widget.widget-tec-events .button:hover {
    background: #d8a212; }

.widget.widget-memorials {
  color: #fff; }
  .widget.widget-memorials .entry.memorial {
    padding: 10px 20px; }
  .widget.widget-memorials .entry-title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 6px; }
    .widget.widget-memorials .entry-title a {
      color: #fff; }
    .widget.widget-memorials .entry-title .rank {
      display: block;
      font-size: 15px;
      text-transform: uppercase;
      color: #1d3552; }
  .widget.widget-memorials .entry-eow {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px; }
    .widget.widget-memorials .entry-eow .entry-label {
      display: block;
      font-size: 14px;
      color: #abd5f2; }
  .widget.widget-memorials .entry-image img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto; }
  .widget.widget-memorials p {
    font-size: 16px;
    line-height: 1.4; }
  .widget.widget-memorials .button {
    background: #8493a7;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 2px solid #656d78; }
    .widget.widget-memorials .button:hover {
      background: #656d78; }

.widget.widget-memorials-info {
  background: #6f7e91;
  padding: 20px 30px;
  color: #fff;
  text-align: center; }
  .widget.widget-memorials-info a {
    color: #fff; }
  .widget.widget-memorials-info p {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px; }
  .widget.widget-memorials-info .big {
    display: block;
    font-family: "Lato", Verdana, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase; }

.widget.widget-charities-logo img.aligncenter {
  margin: 0 auto; }

.widget.widget-charities .widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }

.widget.widget-charities .widget-title {
  font-weight: 900; }

.widget.widget-charities p {
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #2d378d;
  text-align: center; }

.widget.widget-charities .button {
  background: none;
  color: #2d378d;
  border: 2px solid #2d378d; }
  .widget.widget-charities .button:hover {
    background: #2d378d;
    color: #fff; }

.widget.widget-amazon .amazon-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px; }
  .widget.widget-amazon .amazon-box img {
    margin-bottom: 0; }

.widget.widget-amazon h4 {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #f9593a;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }

.widget.widget-amazon p.amount-raised {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #000;
  text-align: center; }

.widget.widget-amazon p.more-info {
  text-align: center; }
  .widget.widget-amazon p.more-info .button {
    background: #f9593a; }

.widget.widget-promo.widget-training .widget-title {
  margin: 0; }
  .widget.widget-promo.widget-training .widget-title img {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto; }

.widget.widget-promo.widget-training p {
  display: block;
  width: 80%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto; }

.widget.widget-promo.widget-training .button {
  text-transform: uppercase;
  background: rgba(255, 204, 66, 0.6);
  color: #000;
  border: 2px solid #000; }
  .widget.widget-promo.widget-training .button:hover {
    background: #000;
    color: #ffcc42; }

.widget.widget-promo.widget-discounts .widget-wrap {
  padding: 0; }

.widget.widget-promo.widget-discounts .widget-header {
  background: #00579d;
  padding: 10px 30px; }

.widget.widget-promo.widget-discounts .widget-body {
  padding: 120px 30px 0; }

.widget.widget-promo.widget-discounts .widget-footer {
  padding: 0 30px 30px; }

.widget.widget-promo.widget-discounts .widget-title {
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ccc;
  margin: 0; }

.widget.widget-promo.widget-discounts p {
  display: block;
  width: 80%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 1px 1px #00579d; }

.widget.widget-promo.widget-discounts .button {
  text-transform: uppercase;
  background: rgba(35, 136, 217, 0.8);
  color: #fff;
  border: 2px solid #fff;
  text-shadow: none; }
  .widget.widget-promo.widget-discounts .button:hover {
    background: #fff;
    color: #2388d9; }

.widget.widget-rss-feed .entry.article {
  background: none;
  color: #fff;
  margin: 0 0 15px; }
  .widget.widget-rss-feed .entry.article .entry-image {
    text-align: center;
    margin-bottom: 0.5em; }
    .widget.widget-rss-feed .entry.article .entry-image .img {
      width: 250px !important;
      height: 250px !important;
      margin: 0 auto; }
  .widget.widget-rss-feed .entry.article .entry-title {
    background: #456e9e;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    padding: 8px 16px;
    margin: 0; }
    .widget.widget-rss-feed .entry.article .entry-title a {
      color: #fff; }
  .widget.widget-rss-feed .entry.article p {
    font-size: 18px;
    line-height: 1.3;
    color: #ccc;
    padding: 8px 16px; }
  .widget.widget-rss-feed .entry.article a {
    color: #81a2c8; }

.widget.widget-rss-feed .widget-footer {
  text-align: center; }
  .widget.widget-rss-feed .widget-footer .button {
    background: #1d3552;
    border: 2px solid #456e9e;
    text-transform: uppercase; }
    .widget.widget-rss-feed .widget-footer .button .fas,
    .widget.widget-rss-feed .widget-footer .button .svg-inline--fa {
      color: #81a2c8; }
    .widget.widget-rss-feed .widget-footer .button:hover {
      background: #456e9e; }

.widget.widget-subscribe {
  background: #8493a7;
  background-image: url("https://azplea.com/wp-content/uploads/2020/05/subscribe_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .widget.widget-subscribe .widget-title {
    font-family: "Lato", Verdana, Helvetica, sans-serif;
    font-size: 36px;
    background: rgba(93, 109, 130, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 0; }
  .widget.widget-subscribe .gform_wrapper {
    padding: 20px 50px 30px;
    margin-top: 0;
    margin-bottom: 0; }
  .widget.widget-subscribe .gform_description {
    color: #fff;
    text-align: center; }
  .widget.widget-subscribe .gform_footer {
    text-align: center; }

.widget.widget-side-menu .menu > .menu-item > a {
  background: #8493a7;
  color: #fff;
  border-left: 4px solid #6f8198; }

.widget.widget-side-menu .menu-item a {
  display: block;
  padding: 4px 12px;
  margin: 0 0 2px;
  background: #fff;
  color: #00579d;
  border-left: 4px solid #e0e0e0; }

.widget.widget-side-menu .menu-item.current-menu-item > a {
  background: #00579d;
  color: #fff;
  border-left: 4px solid #004379; }

.widget.widget-side-menu .sub-menu li {
  margin-left: 0; }
  .widget.widget-side-menu .sub-menu li a {
    padding-left: 24px; }

.widget.widget-article-archive .menu-group {
  margin-bottom: 2px; }
  .widget.widget-article-archive .menu-group a {
    display: block;
    padding: 4px 12px;
    margin: 0 0 2px;
    background: #fff;
    color: #00579d;
    border-left: 4px solid #e0e0e0; }
  .widget.widget-article-archive .menu-group.selected > a {
    background: #00579d;
    color: #fff;
    border-left: 4px solid #004379; }

.widget.widget-article-archive .sub-menu li {
  margin-left: 0; }
  .widget.widget-article-archive .sub-menu li a {
    padding-left: 24px; }

.widget.widget-footer-nav .menu {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }

.widget.widget-footer-nav .menu-item a {
  text-decoration: none; }

.widget.widget-footer-logo img {
  margin: 0 auto; }

.widget.widget-highlight .entry.highlight {
  background: white;
  padding: 25px !important; }

.widget.widget-video {
  background: white; }
  .widget.widget-video .content-wrap {
    padding: 25px; }
  .widget.widget-video .widget-title {
    font-size: 24px;
    margin-bottom: 6px; }

.widget.widget-youtube-videos {
  background: white; }
  .widget.widget-youtube-videos .widget-title {
    background: #00579d;
    font-size: 22px;
    color: #fff;
    padding: 15px;
    margin: 0; }
    .widget.widget-youtube-videos .widget-title a {
      color: #abd5f2; }
  .widget.widget-youtube-videos p.entry-meta {
    font-size: 14px;
    color: #8c8c8c; }
  .widget.widget-youtube-videos .entry-content {
    padding: 25px; }
  .widget.widget-youtube-videos .entry-title {
    font-size: 24px;
    margin-bottom: 0; }

.widget.widget-banner-ad a {
  display: block; }

.widget.widget_shopping_cart {
  background: #fff;
  padding: 30px; }

.sidebar-primary .widget.widget_text .widget-title {
  background: #8493a7;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 2px; }

.sidebar-primary .widget.widget_text .textwidget {
  background: #fff;
  padding: 30px; }

.sidebar-primary .widget.widget-publication-issue {
  background: #1d3552;
  border-radius: 20px;
  padding: 30px; }
  .sidebar-primary .widget.widget-publication-issue .widget-title {
    text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5; }

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px; }

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px; }

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600; }

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300; }

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important; }

.site-container .entry-content .wpforms-form textarea {
  padding: 15px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px; }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background: linear-gradient(to bottom, #fff 0%, #dfdfdf 100%); }
  .site-header > .wrap {
    position: relative;
    width: 100%;
    max-width: 1400px;
    min-height: 140px;
    margin: 0 auto;
    padding: 0 20px;
    /*display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;*/ }
  .site-header .widget {
    margin-bottom: 0; }

/* Title Area
--------------------------------------------- */
.title-area {
  width: 100%;
  padding-bottom: 25px;
  padding-top: 25px; }

.wp-custom-logo .title-area {
  max-width: none !important;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  pointer-events: none; }

.wp-custom-logo .title-area .custom-logo-link {
  display: block;
  width: 30%;
  pointer-events: auto; }

.wp-custom-logo .title-area img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto; }

.site-title {
  margin-bottom: 0;
  font-family: 'Baskerville Old Face', 'Times New Roman', Times, Courier, serif;
  font-size: 26px;
  color: #000;
  line-height: 28px;
  letter-spacing: 0.02em;
  /*.plea-text {
		display: inline-block;
		text-align: center;
	}
	.phoenix-text {
		display: block;
		font-family: $title-font;
		font-size: 45px;
		font-weight: 900;
		line-height: 35px;
		color: $dark-blue;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		text-align: center;
		margin: 0 auto 5px;
	}
	.leo-text {
		display: block;
		font-family: $title-font-alt;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
		background: $navy;
		color: $white;
		text-transform: uppercase;
		padding: 5px 9px;
		text-align: center;
	}*/ }
  .site-title a {
    color: #000; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
  width: 68%;
  border: 0;
  word-wrap: normal !important; }

/* Header Widget Area
---------------------------------------------------------------------------- */
.header-widget-area {
  display: none; }

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu a {
  color: #00579d;
  display: block;
  font-size: 13px;
  font-weight: 500;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #39434c;
  text-decoration: none; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #555;
  color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1; }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none; }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #1d3552;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #39434c; }

.menu-toggle {
  float: right;
  line-height: 30px;
  text-align: center;
  padding: 5px;
  background: #ccc;
  position: relative;
  border-radius: 4px;
  z-index: 1000; }
  .menu-toggle span {
    display: none; }
  .menu-toggle:hover, .menu-toggle:focus {
    background: #999; }
  .menu-toggle.activated {
    background: #1d3552;
    color: #fff; }

.menu-toggle.activated::before {
  content: "\f335"; }

.site-header .menu-toggle::before {
  float: left;
  position: relative;
  text-rendering: auto;
  top: 0; }

.sub-menu-toggle {
  float: right;
  color: #ffcc42;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }
  .sub-menu-toggle:focus {
    color: #ffcc42; }
  .sub-menu-toggle:hover, .sub-menu-toggle.activated {
    color: #ccc; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  transform: rotate(180deg); }

#genesis-mobile-nav-primary {
  position: absolute;
  bottom: 10px;
  right: 10px; }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 0;
  padding-top: 0;
  width: 90%;
  z-index: 1000; }
  .nav-primary .menu > li > a {
    background: #555;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 4px;
    border-bottom: 1px solid #626262; }
  .nav-primary .menu > li.blue > a {
    background: #2388d9;
    border-bottom: 1px solid #3794df;
    color: #fff; }
  .nav-primary .menu > li.gold > a {
    background: #ffcc42;
    border-bottom: 1px solid #ffd35c;
    color: #000; }
  .nav-primary .sub-menu li a {
    background: #3c3c3c;
    color: #fff;
    padding: 12px;
    border-bottom: 1px solid #484848; }
  .nav-primary .fa.fa-search {
    color: #999; }
    .nav-primary .fa.fa-search span {
      display: none; }

/* Callout Menu
--------------------------------------------- */
#menu-callout-menu .nav-button {
  margin-bottom: 0; }
  #menu-callout-menu .nav-button a {
    font-family: "Montserrat", Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    background: #ccc;
    color: #000;
    padding: 6px 18px; }
  #menu-callout-menu .nav-button.gold a {
    background: #ffcc42; }
  #menu-callout-menu .nav-button.blue a {
    background: #2388d9;
    color: #fff; }

/* Social Menu
--------------------------------------------- */
#menu-social-menu,
#menu-social-menu-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*&:before {
		display: inline-block;
		vertical-align: middle;
		content: 'Follow Us:\00a0';
	}*/ }
  #menu-social-menu .menu-item,
  #menu-social-menu-1 .menu-item {
    margin-left: 5px;
    margin-bottom: 0; }
    #menu-social-menu .menu-item:first-child,
    #menu-social-menu-1 .menu-item:first-child {
      margin-left: 0; }
    #menu-social-menu .menu-item a,
    #menu-social-menu-1 .menu-item a {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 32px;
      line-height: 40px;
      color: #adadad;
      text-align: center;
      overflow: hidden;
      padding: 0; }
      #menu-social-menu .menu-item a span,
      #menu-social-menu-1 .menu-item a span {
        display: none; }
      #menu-social-menu .menu-item a i.fab,
      #menu-social-menu-1 .menu-item a i.fab {
        display: inline-block; }

#menu-social-menu .menu-item.facebook a {
  color: #1877f2; }
  #menu-social-menu .menu-item.facebook a:hover {
    color: #0c64d5; }

#menu-social-menu .menu-item.twitter a {
  color: #1da1f2; }
  #menu-social-menu .menu-item.twitter a:hover {
    color: #0d8cda; }

#menu-social-menu .menu-item.instagram a {
  color: #d92f80; }
  #menu-social-menu .menu-item.instagram a:hover {
    color: #bd226c; }

#menu-social-menu .menu-item.youtube a {
  color: #ff0000; }
  #menu-social-menu .menu-item.youtube a:hover {
    color: #d60000; }

#menu-social-menu .menu-item.linkedin a {
  color: #2867b2; }
  #menu-social-menu .menu-item.linkedin a:hover {
    color: #215491; }

.widget-social-menu {
  display: inline-block; }
  .widget-social-menu .widget-title {
    display: inline-block;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0; }

#menu-social-menu-1 .menu-item a {
  color: #c5d4dc; }
  #menu-social-menu-1 .menu-item a:hover {
    color: #fff; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  position: relative;
  list-style-type: none; }
  .entry-content ul > li:before {
    position: absolute;
    content: '\f0da';
    display: block;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    color: #d8a212;
    font-weight: bold;
    left: -15px; }

.entry-content ul ul > li:before {
  color: #2388d9; }

ul[class^="tribe-events-"] > li:before,
.tribe-events-notices ul > li:before {
  content: '' !important; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Home Content
--------------------------------------------- */
.widget-area.home-slider-area {
  clear: both;
  width: 100%;
  margin: 0 0 0.5em; }
  .widget-area.home-slider-area .widget {
    margin: 0; }

.widget-area.home-social, .widget-area.home-publication, .widget-area.home-events, .widget-area.home-memorials, .widget-area.home-charities, .widget-area.home-training, .widget-area.home-news, .widget-area.home-banners, .widget-area.members-events, .widget-area.members-highlights, .widget-area.members-video-ads {
  clear: both;
  width: 100%;
  margin: 0 0 0.5em; }
  .widget-area.home-social .wrap, .widget-area.home-publication .wrap, .widget-area.home-events .wrap, .widget-area.home-memorials .wrap, .widget-area.home-charities .wrap, .widget-area.home-training .wrap, .widget-area.home-news .wrap, .widget-area.home-banners .wrap, .widget-area.members-events .wrap, .widget-area.members-highlights .wrap, .widget-area.members-video-ads .wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px; }

.widget-area.members-events, .widget-area.members-highlights, .widget-area.members-video-ads {
  margin: 0 0 30px; }

.widget-area.home-social .widget {
  background: #fff; }

.widget-area.home-social .widget-title {
  display: block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #456e9e;
  padding: 5px;
  margin: 0; }
  .widget-area.home-social .widget-title a .fab, .widget-area.home-social .widget-title a .svg-inline--fab {
    color: #c5d4dc; }
    .widget-area.home-social .widget-title a .fab:hover, .widget-area.home-social .widget-title a .svg-inline--fab:hover {
      color: #8493a7; }

.widget-area.home-publication .widget-title, .widget-area.home-events .widget-title, .widget-area.home-memorials .widget-title, .widget-area.home-charities .widget-title, .widget-area.home-news .widget-title, .widget-area.members-events .widget-title, .widget-area.members-highlights .widget-title {
  width: 100%;
  max-width: 460px;
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin: 0 auto 1em; }

.widget-area.home-events .widget-title, .widget-area.members-events .widget-title {
  color: #000;
  border-bottom-color: #000; }

.widget-area.home-events .slick-track, .widget-area.members-events .slick-track {
  display: flex;
  justify-content: space-between; }

.widget-area.home-events .slick-slide, .widget-area.members-events .slick-slide {
  height: auto; }
  .widget-area.home-events .slick-slide > div, .widget-area.members-events .slick-slide > div {
    height: 100%; }

.widget-area.home-events .entry-content, .widget-area.members-events .entry-content {
  display: flex;
  flex-direction: column; }

.widget-area.home-events .entry-title, .widget-area.members-events .entry-title {
  flex-grow: 1; }

.widget-area.home-charities .widget-title {
  color: #2d378d;
  border-bottom-color: #2d378d; }

.widget-area.home-social .wrap {
  background: #c5d4dc; }

.widget-area.home-publication, .widget-area.home-news {
  background: #1d3552; }

.widget-area.home-events .wrap, .widget-area.members-events {
  background: #ffcc42; }

.widget-area.home-memorials .wrap {
  background: #8493a7; }

.widget-area.home-charities {
  background: #c5d4dc; }

.widget-area.members-highlights {
  /*.slick-list {
			margin-left: 5px;
			width: calc(100% + 10px);
		}
		.entry.highlight {
			margin-left: 5px;
			margin-right: 5px;
		}*/ }
  .widget-area.members-highlights .wrap {
    padding: 0 30px; }
  .widget-area.members-highlights .slick-track {
    display: flex;
    justify-content: space-between; }
  .widget-area.members-highlights .slick-slide {
    height: auto; }
    .widget-area.members-highlights .slick-slide > div {
      height: 100%; }

.widget-area.members-video-ads {
  margin-bottom: 30px; }
  .widget-area.members-video-ads .wrap {
    padding: 0 30px; }
  .widget-area.members-video-ads .members-videos {
    margin-bottom: 30px; }
  .widget-area.members-video-ads .members-ads .widget {
    margin-top: 0;
    margin-bottom: 30px; }
    .widget-area.members-video-ads .members-ads .widget:last-child {
      margin-bottom: 0; }

/* History
--------------------------------------------- */
.history-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .history-images .history-image-left,
  .history-images .history-image-right {
    width: 49%;
    text-align: center; }
    .history-images .history-image-left img,
    .history-images .history-image-right img {
      display: block;
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0 auto; }

.history-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .history-logos .history-logo-left,
  .history-logos .history-logo-right {
    width: 47%;
    text-align: center; }
    .history-logos .history-logo-left img,
    .history-logos .history-logo-right img {
      display: block;
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0 auto; }
  .history-logos .history-logo-left img {
    max-width: 244px; }
  .history-logos .wp-caption-text {
    text-align: center; }

/* Profiles
--------------------------------------------- */
.entry.profile .entry-position {
  display: inline-block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background: #656d78;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 8px; }

/* Org Chart Content
--------------------------------------------- */
.org-chart .org-group {
  text-align: center; }

.org-chart .org-group-title {
  display: inline-block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 20px;
  margin: 0 auto; }

.org-chart .level-0 > .org-group-title {
  display: none;
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 24px;
  color: #1d3552;
  border: 1px solid #2388d9;
  text-transform: none;
  margin-bottom: 20px;
  padding: 12px 32px;
  border-radius: 5px; }

.org-chart .level-1 > .org-group-title {
  background: #2388d9; }

.org-chart .level-2 > .org-group-title {
  background: #8493a7; }

.org-chart .level-3 > .org-group-title {
  background: #d51814; }

/* Awards Content
--------------------------------------------- */
.entry.award .entry-header .entry-meta {
  display: inline-block;
  background: #ffcc42;
  color: #1d3552;
  padding: 4px 12px; }

.entry.award .entry-header .entry-honorees b:after {
  content: ':'; }

.single-award .entry.award .entry-header .entry-meta {
  margin-bottom: 1em; }

/* Fallen Heroes Content
--------------------------------------------- */
.entry.memorial .entry-header {
  margin-bottom: 12px; }
  .entry.memorial .entry-header .entry-title {
    border-bottom: none !important;
    margin-bottom: 4px !important; }
  .entry.memorial .entry-header .entry-rank {
    font-family: "Montserrat", Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #1d3552;
    color: #fff;
    padding: 4px 8px;
    margin-bottom: 4px; }
  .entry.memorial .entry-header .entry-eow b {
    color: #1d3552; }
  .entry.memorial .entry-header .entry-name {
    color: #8493a7; }
    .entry.memorial .entry-header .entry-name a {
      color: #8493a7; }

/* Calendar Content
--------------------------------------------- */
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background: #39434c; }
  .tribe-common .tribe-common-c-btn:hover,
  .tribe-common a.tribe-common-c-btn:hover {
    background: #2388d9; }

.tribe-events .tribe-events-c-ical__link {
  color: #39434c;
  border: 1px solid #39434c; }
  .tribe-events .tribe-events-c-ical__link:hover {
    background: #2388d9;
    color: #fff;
    border-color: #2388d9; }

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #2388d9; }

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #00579d; }

/* Publication Content
--------------------------------------------- */
.tax-publication .entry.issue .entry-image-link {
  width: 100%;
  max-width: 230px;
  display: block; }

.tax-publication .entry.issue img {
  width: 100%;
  height: auto; }

/* Retirees Corner Content
--------------------------------------------- */
.entries.articles {
  margin-bottom: 1.5em; }

.entry.article {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 8px 12px;
  margin: 5px 10px; }
  .entry.article .entry-title {
    font-size: 20px;
    margin: 0; }
    .entry.article .entry-title a {
      color: #00579d; }
  .entry.article .entry-meta {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 0; }

/* Discounts
--------------------------------------------- */
.entry.discount-type {
  padding: 0 !important; }
  .entry.discount-type .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2388d9;
    padding: 5px; }
    .entry.discount-type .entry-title a {
      color: #2388d9; }

/* Store
--------------------------------------------- */
.woocommerce .products .entry.product {
  padding: 20px; }

.woocommerce section.related.products {
  clear: both; }

.pswp {
  z-index: 999999 !important; }

/* Sliders
--------------------------------------------- */
.soliloquy-container .soliloquy-caption {
  pointer-events: none; }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(27, 21, 61, 0.8) !important; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-title {
      font-size: 32px !important; }
  .soliloquy-container .soliloquy-caption p {
    line-height: 1.4;
    text-align: center !important; }
  .soliloquy-container .soliloquy-caption .more-info {
    display: block;
    text-align: center;
    margin: 0; }
  .soliloquy-container .soliloquy-caption .button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 15px auto 0;
    pointer-events: auto; }
    .soliloquy-container .soliloquy-caption .button:hover, .soliloquy-container .soliloquy-caption .button:focus {
      background: #fff;
      color: #1d3552; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-header {
  margin-bottom: 8px; }

.entry-header .entry-meta {
  color: #858585;
  margin-bottom: 0; }

/*.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}*/
.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination {
  display: block;
  width: 100%;
  margin: 8px auto 0;
  background: #fff;
  padding: 12px;
  text-align: center; }

.archive-pagination ul {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar p {
  margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #656d78;
  color: #fff;
  clear: both;
  padding: 30px 0; }
  .footer-widgets a {
    color: #fff; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

.footer-widgets-3 {
  text-align: center; }
  .footer-widgets-3 .widget {
    text-align: left; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #434a54;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center; }
  .site-footer a {
    color: #fff; }

.site-footer p {
  margin-bottom: 0; }

.site-footer #logo-designer {
  vertical-align: middle;
  margin-top: -2px;
  width: 90px;
  height: 20px; }

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal; } }

@media only screen and (min-width: 960px) {
  .mobile-only {
    display: none !important; }
  /* Site Header
	--------------------------------------------- */
  .site-header {
    z-index: 9999; }
  /*.site-title {
		.phoenix-text {
			font-size: 56px;
			line-height: 46px;
		}
		.leo-text {
			font-size: 18px;
			line-height: 20px;
		}
	}*/
  .wp-custom-logo .title-area {
    position: absolute;
    top: left;
    z-index: 9999;
    width: calc(50% - 1px);
    align-items: flex-start; }
    .wp-custom-logo .title-area .custom-logo-link {
      width: 120px; }
    .wp-custom-logo .title-area .site-title {
      width: calc(100% - 140px);
      margin-top: 32px; }
  /* Header Widget Area
	---------------------------------------------------------------------------- */
  .header-widget-area {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: calc(50% - 1px); }
    .header-widget-area .widget {
      margin-top: 30px; }
    .header-widget-area .widget:nth-child(odd) {
      width: calc(40% - 1px); }
    .header-widget-area .widget:nth-child(even) {
      width: calc(60% - 1px); }
  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700; }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px; }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px; }
  .genesis-nav-menu .sub-menu {
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out; }
  .genesis-nav-menu .sub-menu a {
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px; }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; }
  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 150px;
    transform: none;
    width: calc(100% - 160px);
    /*clear: left;
		float: right;
		width: auto;*/ }
    .nav-primary a {
      transition: all 0.2s ease-in-out; }
    .nav-primary .menu > li > a {
      background: none;
      font-weight: bold;
      color: #2388d9;
      border-bottom: 0; }
    .nav-primary .sub-menu li a {
      background: #555;
      border-bottom: 1px solid #626262; }
    .nav-primary .sub-menu li a:hover {
      background: #ccc;
      color: #555;
      border-bottom: 1px solid #d9d9d9; }
    .nav-primary .sub-menu li.current-menu-item a {
      background: #2388d9;
      color: #fff;
      border-bottom: 1px solid #3794df; }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: 1400px; }
  /* Content
	--------------------------------------------- */
  .content {
    float: left;
    width: 65%; }
  .sidebar-content .content {
    float: right; }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* Entry Content
	--------------------------------------------- */
  .search-results .content .entry,
  .blog .entry.post,
  .archive .entry.article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .search-results .content .entry .entry-image-wrap,
    .blog .entry.post .entry-image-wrap,
    .archive .entry.article .entry-image-wrap {
      width: 30%; }
    .search-results .content .entry .entry-content-wrap,
    .blog .entry.post .entry-content-wrap,
    .archive .entry.article .entry-content-wrap {
      width: 65%; }
    .search-results .content .entry .entry-categories,
    .blog .entry.post .entry-categories,
    .archive .entry.article .entry-categories {
      display: inline-block; }
  /* Page Modal
	--------------------------------------------- */
  #page-modal .widget-title {
    font-size: 32px; }
  #page-modal p {
    font-size: 18px;
    line-height: 1.5; }
  #page-modal .button {
    font-size: 20px; }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%; }
  .sidebar-content .sidebar {
    float: left; }
  /* Widgets
	--------------------------------------------- */
  .widget-area.home-social .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .widget-area.home-social .widget {
    width: calc(32% - 1px);
    margin-right: calc(2% - 1px); }
    .widget-area.home-social .widget:nth-child(3n) {
      margin-right: 0; }
  .widget-area.home-publication .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
  .widget-area.home-publication .widget:nth-child(odd) {
    width: calc(29% - 1px);
    margin-right: calc(2% - 1px);
    border-right: 2px solid #c5d4dc; }
  .widget-area.home-publication .widget:nth-child(even) {
    width: calc(69% - 1px);
    margin-right: 0; }
  .widget-area.home-memorials .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
  .widget-area.home-memorials .widget:nth-child(odd) {
    width: calc(74% - 1px);
    margin-right: calc(2% - 1px); }
  .widget-area.home-memorials .widget:nth-child(even) {
    width: calc(24% - 1px);
    margin-right: 0; }
  .widget-area.home-charities .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .widget-area.home-charities .widget:nth-child(1n) {
    width: calc(20% - 1px);
    margin-right: calc(2% - 1px); }
  .widget-area.home-charities .widget:nth-child(2n) {
    width: calc(48% - 1px);
    margin-right: calc(2% - 1px); }
  .widget-area.home-charities .widget:nth-child(3n) {
    width: calc(28% - 1px);
    margin-right: 0; }
  .widget-area.home-training .wrap, .widget-area.home-banners .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
  .widget-area.home-training .widget, .widget-area.home-banners .widget {
    width: 49%;
    margin-bottom: 0; }
  .widget-area.members-video-ads .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .widget-area.members-video-ads .widget-area-left,
  .widget-area.members-video-ads .widget-area-right {
    width: 47%; }
  .widget-area.members-video-ads .members-videos {
    margin-bottom: 0; }
  .widget {
    margin-bottom: 0; }
    .widget.widget-tec-events .slick-next,
    .widget.widget-tec-events .slick-prev {
      top: -50px;
      width: 40px;
      height: 40px; }
      .widget.widget-tec-events .slick-next:before,
      .widget.widget-tec-events .slick-prev:before {
        font-size: 40px;
        color: #d8a212; }
    .widget.widget-tec-events .slick-next {
      right: 0; }
    .widget.widget-tec-events .slick-prev {
      left: 0; }
    .widget.widget-memorials .slick-next,
    .widget.widget-memorials .slick-prev {
      top: 100%;
      width: 40px;
      height: 40px; }
      .widget.widget-memorials .slick-next:before,
      .widget.widget-memorials .slick-prev:before {
        font-size: 40px;
        color: #647183; }
    .widget.widget-memorials .slick-next {
      right: 0; }
    .widget.widget-memorials .slick-prev {
      left: 0; }
    .widget.widget-publication-posts .widget-content {
      max-width: 85%;
      margin: 0 auto; }
    .widget.widget-rss-feed .entry.article .entry-image {
      margin-bottom: 0; }
      .widget.widget-rss-feed .entry.article .entry-image .img {
        width: 75px !important;
        height: 75px !important; }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; }
  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 40px 60px; }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px; }
  .entry {
    margin-bottom: 5px; }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1400px; }
  .footer-widget-area {
    width: calc(33.333% - 1px);
    margin-bottom: 0;
    /*float: left;
		margin-bottom: 0;
		width: calc(100% / 3);*/ } }

@media screen and (min-width: 1400px) {
  /* Site Header
	--------------------------------------------- */
  .site-title {
    font-size: 34px;
    line-height: 32px; }
  .wp-custom-logo .title-area {
    width: calc(60% - 1px); }
    .wp-custom-logo .title-area .custom-logo-link {
      width: 25%; }
    .wp-custom-logo .title-area .site-title {
      margin-top: 42px;
      width: 73%; }
  /* Header Widget Area
	---------------------------------------------------------------------------- */
  .header-widget-area {
    width: calc(40% - 1px); }
  /* Primary Nav
	--------------------------------------------- */
  .nav-primary {
    left: 225px;
    width: calc(100% - 225px); }
    .nav-primary .genesis-nav-menu > li > a {
      font-size: 15px;
      padding: 12px 15px; }
  /* Social Menu
	--------------------------------------------- */
  /* Callout Menu
	--------------------------------------------- */
  #menu-callout-menu .nav-button a {
    font-size: 15px;
    padding: 12px 30px; } }

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }
