@charset "UTF-8";
/* ==========================================================================
   Get global options
   ========================================================================== */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Color loop
   ========================================================================== */
.has-white-color,
.has-color-white,
.white {
  color: #ffffff;
}

.has-white-background-color,
.background-white,
.white-background {
  background-color: #ffffff;
}

.has-light-color,
.has-color-light,
.light {
  color: #e9eef2;
}

.has-light-background-color,
.background-light,
.light-background {
  background-color: #e9eef2;
}

.has-default-color,
.has-color-default,
.default {
  color: #666;
}

.has-default-background-color,
.background-default,
.default-background {
  background-color: #666;
}

.has-dark-color,
.has-color-dark,
.dark {
  color: #333;
}

.has-dark-background-color,
.background-dark,
.dark-background {
  background-color: #333;
}

.has-blue-color,
.has-color-blue,
.blue {
  color: #2a5078;
}

.has-blue-background-color,
.background-blue,
.blue-background {
  background-color: #2a5078;
}

.has-blue-dark-color,
.has-color-blue-dark,
.blue-dark {
  color: #1d3752;
}

.has-blue-dark-background-color,
.background-blue-dark,
.blue-dark-background {
  background-color: #1d3752;
}

.has-gold-color,
.has-color-gold,
.gold {
  color: #fecd5c;
}

.has-gold-background-color,
.background-gold,
.gold-background {
  background-color: #fecd5c;
}

.has-highlight-color,
.has-color-highlight,
.highlight {
  color: #fecd5c;
}

.has-highlight-background-color,
.background-highlight,
.highlight-background {
  background-color: #fecd5c;
}

/* ==========================================================================
   Vars
   ========================================================================== */
/* ==========================================================================
   Queries
   ========================================================================== */
/* ==========================================================================
   Includes
   ========================================================================== */
/* HTML5 Reset
---------------------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.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: -0.25em;
}

sup {
  top: -0.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: 0.35em 0.75em 0.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;
}

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

/* ==========================================================================
   General
   ========================================================================== */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: white;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

/* ==========================================================================
   Containers
   ========================================================================== */
.site-container {
  animation: fadein 0.5s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 77px;
}
@media (min-width: 600px) and (max-width: 960px) {
  .site-inner {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .site-inner {
    margin-top: 0;
  }
}

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

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

figure {
  margin: 0;
}

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

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 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 {
  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;
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

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

/* ==========================================================================
   Remove the edit link
   ========================================================================== */
article.page > .entry-content .post-edit-link {
  display: none;
}

a {
  color: #2a5078;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: rgb(48.6111111111, 92.5925925926, 138.8888888889);
}

p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
}
@media (max-width: 600px) {
  p {
    font-size: 16px;
  }
}

li {
  font-size: 18px;
}
@media (max-width: 600px) {
  li {
    font-size: 16px;
  }
}

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

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: 700;
}

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

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

blockquote {
  margin: 30px;
}

/* ==========================================================================
   Preheader
   ========================================================================== */
.preheader {
  background-color: #333;
  padding: 0 20px;
}
@media (min-width: 600px) and (max-width: 960px) {
  .preheader {
    display: none;
  }
}
@media (max-width: 600px) {
  .preheader {
    display: none;
  }
}
.preheader > .wrap {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
.preheader > .wrap .widget {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.preheader > .wrap .widget:first-child {
  margin-right: auto;
}
.preheader > .wrap .widget:last-child {
  margin-left: auto;
}
.preheader > .wrap .widget p {
  margin-bottom: 0;
  font-size: 15px;
}
.preheader > .wrap .widget a {
  text-decoration: none;
  color: white;
}
.preheader > .wrap .widget .widget-title {
  margin-bottom: 5px;
}
.preheader > .wrap ul.menu {
  margin: 0;
  padding: 0;
}
.preheader > .wrap ul.menu > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.preheader > .wrap ul.menu > li a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  color: white;
}

/* ==========================================================================
   Wrappers
   ========================================================================== */
.site-header {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0;
  transition: 0.3s all ease;
}
.site-header > .wrap {
  padding: 0 20px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .site-header > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 960px) {
  .site-header > .wrap {
    display: block;
  }
}
@media (min-width: 960px) {
  .site-header > .wrap .title-area,
  .site-header > .wrap .nav-primary,
  .site-header > .wrap .menu-toggle {
    flex: 0 1 auto;
  }
}
@media (min-width: 960px) {
  .site-header > .wrap .title-area {
    margin-right: auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 960px) {
  .site-header > .wrap .title-area {
    float: left;
    max-width: 170px;
  }
}
@media (min-width: 960px) {
  .site-header > .wrap .nav-primary {
    margin-left: auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 960px) {
  .site-header > .wrap .nav-primary {
    clear: left;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}
.site-header > .wrap .menu-toggle {
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: 0;
}

/* ==========================================================================
   Title area
   ========================================================================== */
.site-header .title-area {
  padding-bottom: 25px;
  padding-top: 25px;
  transition: 0.3s all ease;
}
.site-header .title-area img.custom-logo {
  transition: 0.3s all ease;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 960px) {
  .site-header .title-area img.custom-logo {
    max-height: 66px;
    margin-left: 0;
    text-align: left;
  }
}

.wp-custom-logo .title-area {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 960px) {
  .wp-custom-logo .title-area {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 200px;
  }
  .wp-custom-logo .title-area img {
    margin-left: 0;
  }
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* ==========================================================================
   Scrolled
   ========================================================================== */
.site-header.header-scrolled {
  background: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.site-header.header-scrolled .preheader {
  display: none;
}
.site-header.header-scrolled .title-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ==========================================================================
   Mobile header
   ========================================================================== */
.mobile-header-wrapper {
  background-color: #e9eef2;
}
.mobile-header-wrapper .logo {
  text-decoration: none !important;
}
.mobile-header-wrapper .open-menu span {
  background-color: #1d3752;
}

.slide-menu {
  background-color: #1d3752;
}

.mobile-nav-area ul.menu > li > a {
  color: white;
}

.mobile-nav-area ul.menu .sub-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   For pages
   ========================================================================== */
.full-width-content .content > article.page .entry-header {
  margin-bottom: 3vw;
  padding-top: 3vw;
}

/* 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: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.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: #2a5078;
  text-decoration: none;
}

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

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

.genesis-nav-menu .sub-menu a {
  background-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;
}

/* ==========================================================================
   Dropdown hinting
   ========================================================================== */
@media (min-width: 960px) {
  .menu-item-has-children > a:after {
    content: "\f347";
    font-family: "dashicons";
    margin-left: 4px;
    margin-top: 3px;
    float: right;
    font-size: 12px;
  }
}
.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: #333;
  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: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

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

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

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

/* ==========================================================================
   Section 0 treatment
   ========================================================================== */
@media (min-width: 960px) {
  .entry-content > .gutenberg-section:first-child {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media (min-width: 1200px) {
  .entry-content > .gutenberg-section:first-child {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
}

/* ==========================================================================
   Kicker headings
   ========================================================================== */
.gutenberg-section .content-wrap > h3:first-child,
.gutenberg-section .content-wrap > h4:first-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Automatic heading removal
   ========================================================================== */
body[class*=first-block-acf] .content > .page > .entry-header,
body[class*=first-block-atomic] .content > .page > .entry-header {
  display: none;
}
body[class*=first-block-acf] .site-inner,
body[class*=first-block-atomic] .site-inner {
  margin-top: 0 !important;
}
@media (min-width: 960px) {
  body[class*=first-block-acf] .entry-content > .gutenberg-section:first-child .content-wrap,
  body[class*=first-block-atomic] .entry-content > .gutenberg-section:first-child .content-wrap {
    margin-top: 77px;
  }
}
@media (min-width: 960px) and (min-width: 600px) and (max-width: 960px) {
  body[class*=first-block-acf] .entry-content > .gutenberg-section:first-child .content-wrap,
  body[class*=first-block-atomic] .entry-content > .gutenberg-section:first-child .content-wrap {
    margin-top: 77px;
  }
}
@media (min-width: 960px) and (max-width: 600px) {
  body[class*=first-block-acf] .entry-content > .gutenberg-section:first-child .content-wrap,
  body[class*=first-block-atomic] .entry-content > .gutenberg-section:first-child .content-wrap {
    margin-top: 77px;
  }
}
@media (min-width: 960px) {
  body[class*=first-block-acf] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-container-inside,
  body[class*=first-block-acf] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-layout-column-wrap,
  body[class*=first-block-atomic] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-container-inside,
  body[class*=first-block-atomic] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-layout-column-wrap {
    margin-top: 77px;
  }
}
@media (min-width: 960px) and (min-width: 600px) and (max-width: 960px) {
  body[class*=first-block-acf] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-container-inside,
  body[class*=first-block-acf] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-layout-column-wrap,
  body[class*=first-block-atomic] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-container-inside,
  body[class*=first-block-atomic] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-layout-column-wrap {
    margin-top: 77px;
  }
}
@media (min-width: 960px) and (max-width: 600px) {
  body[class*=first-block-acf] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-container-inside,
  body[class*=first-block-acf] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-layout-column-wrap,
  body[class*=first-block-atomic] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-container-inside,
  body[class*=first-block-atomic] .entry-content > div[class*=wp-block-atomic-blocks]:first-child > .ab-layout-column-wrap {
    margin-top: 77px;
  }
}

/* ==========================================================================
   Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amiri", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1d3752;
}

h1 {
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (min-width: 600px) and (max-width: 960px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media (min-width: 600px) and (max-width: 960px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 20px;
  }
}
h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: rgba(42, 80, 120, 0.3);
  margin-top: 10px;
  margin-bottom: 30px;
}

h3 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Source Sans Pro";
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.ab-container-inside h2:after {
  display: none !important;
}

/* ==========================================================================
   Headings used in the context of entry content
   ========================================================================== */
.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}
.entry-content > h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.entry-content > h3:first-child {
  margin-top: 0;
}
.entry-content > h2,
.entry-content > h4 {
  margin-top: 70px;
}
.entry-content > h2:first-child,
.entry-content > h4:first-child {
  margin-top: 0;
}

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

h2.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

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

/* ==========================================================================
   Buttons
   ========================================================================== */
.site-container .button, .site-container .comment-respond input#submit, .comment-respond .site-container input#submit, .site-container .wp-block-file .wp-block-file__button, .wp-block-file .site-container .wp-block-file__button,
.acf-block-preview .button,
.acf-block-preview .comment-respond input#submit,
.comment-respond .acf-block-preview input#submit,
.acf-block-preview .wp-block-file .wp-block-file__button,
.wp-block-file .acf-block-preview .wp-block-file__button,
.lity .button,
.lity .comment-respond input#submit,
.comment-respond .lity input#submit,
.lity .wp-block-file .wp-block-file__button,
.wp-block-file .lity .wp-block-file__button {
  background-color: #2a5078;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 600;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: auto;
  border-radius: 3px;
}
.site-container .button:focus, .site-container .comment-respond input#submit:focus, .comment-respond .site-container input#submit:focus, .site-container .wp-block-file .wp-block-file__button:focus, .wp-block-file .site-container .wp-block-file__button:focus, .site-container .button:hover, .site-container .comment-respond input#submit:hover, .comment-respond .site-container input#submit:hover, .site-container .wp-block-file .wp-block-file__button:hover, .wp-block-file .site-container .wp-block-file__button:hover,
.acf-block-preview .button:focus,
.acf-block-preview .comment-respond input#submit:focus,
.comment-respond .acf-block-preview input#submit:focus,
.acf-block-preview .wp-block-file .wp-block-file__button:focus,
.wp-block-file .acf-block-preview .wp-block-file__button:focus,
.acf-block-preview .button:hover,
.acf-block-preview .comment-respond input#submit:hover,
.comment-respond .acf-block-preview input#submit:hover,
.acf-block-preview .wp-block-file .wp-block-file__button:hover,
.wp-block-file .acf-block-preview .wp-block-file__button:hover,
.lity .button:focus,
.lity .comment-respond input#submit:focus,
.comment-respond .lity input#submit:focus,
.lity .wp-block-file .wp-block-file__button:focus,
.wp-block-file .lity .wp-block-file__button:focus,
.lity .button:hover,
.lity .comment-respond input#submit:hover,
.comment-respond .lity input#submit:hover,
.lity .wp-block-file .wp-block-file__button:hover,
.wp-block-file .lity .wp-block-file__button:hover {
  background-color: rgb(55.2222222222, 105.1851851852, 157.7777777778);
  color: #fff;
}
.site-container .button.button-small, .site-container .comment-respond input.button-small#submit, .comment-respond .site-container input.button-small#submit, .site-container .wp-block-file .button-small.wp-block-file__button, .wp-block-file .site-container .button-small.wp-block-file__button,
.acf-block-preview .button.button-small,
.acf-block-preview .comment-respond input.button-small#submit,
.comment-respond .acf-block-preview input.button-small#submit,
.acf-block-preview .wp-block-file .button-small.wp-block-file__button,
.wp-block-file .acf-block-preview .button-small.wp-block-file__button,
.lity .button.button-small,
.lity .comment-respond input.button-small#submit,
.comment-respond .lity input.button-small#submit,
.lity .wp-block-file .button-small.wp-block-file__button,
.wp-block-file .lity .button-small.wp-block-file__button {
  padding: 5px 20px;
  height: auto;
}

.ab-button {
  background-color: #2a5078;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 3px;
  padding: 15px 20px;
}

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

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

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

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

/* ==========================================================================
   Archives AND Single
   ========================================================================== */
body.archive,
body.category,
body.single-post,
body.blog {
  background: #e9eef2;
}
@media (max-width: 600px) {
  body.archive,
  body.category,
  body.single-post,
  body.blog {
    background-color: white;
  }
}
@media (min-width: 960px) {
  body.archive #respond,
  body.category #respond,
  body.single-post #respond,
  body.blog #respond {
    padding: 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
  }
}
body.archive .site-inner,
body.category .site-inner,
body.single-post .site-inner,
body.blog .site-inner {
  padding: 60px 30px 30px;
}
@media (max-width: 600px) {
  body.archive .site-inner,
  body.category .site-inner,
  body.single-post .site-inner,
  body.blog .site-inner {
    padding: 20px;
  }
}
body.archive .entry-footer p.entry-meta,
body.category .entry-footer p.entry-meta,
body.single-post .entry-footer p.entry-meta,
body.blog .entry-footer p.entry-meta {
  display: none;
}

/* ==========================================================================
   Archives
   ========================================================================== */
.archive-description {
  background: transparent;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .archive-description {
    margin-bottom: 0;
    padding: 0;
  }
}
.archive-description h1.archive-title {
  font-size: 25px;
  font-weight: normal;
}
@media (min-width: 600px) and (max-width: 960px) {
  .archive-description h1.archive-title {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .archive-description h1.archive-title {
    font-size: 20px;
  }
}

body.archive .site-inner,
body.category .site-inner,
body.blog .site-inner {
  max-width: 1260px;
}
body.archive article.post,
body.category article.post,
body.blog article.post {
  padding: 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  background-color: white;
}
body.archive article.post .entry-content img.post-image,
body.category article.post .entry-content img.post-image,
body.blog article.post .entry-content img.post-image {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  height: auto !important;
}
body.archive article.post:last-child,
body.category article.post:last-child,
body.blog article.post:last-child {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  body.archive article.post,
  body.category article.post,
  body.blog article.post {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    box-shadow: none;
  }
}
body.archive .entry-content :last-child,
body.category .entry-content :last-child,
body.blog .entry-content :last-child {
  margin-bottom: 0;
}
body.archive h2.entry-title,
body.category h2.entry-title,
body.blog h2.entry-title {
  line-height: 1.1em;
  margin-bottom: 5px;
}
body.archive h2.entry-title a,
body.category h2.entry-title a,
body.blog h2.entry-title a {
  transition: 0.5s all ease;
}

/* ==========================================================================
   Single
   ========================================================================== */
body.single-post .comment-respond {
  background-color: white;
}

/* ==========================================================================
   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 {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

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

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

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

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

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

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

.sidebar ul {
  padding: 0;
}
.sidebar ul li {
  list-style: none;
}

.widget.featured-content .entry {
  padding: 15px 20px;
}
.widget.featured-content .entry .entry-title {
  font-size: 20px;
  padding: 0;
  margin: 0 0 5px;
}

/* ==========================================================================
   Mobile padding
   ========================================================================== */
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text .wp-block-media-content__text {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text > figure > img {
    width: auto;
  }
}

.wp-block-file {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.wp-block-file a {
  order: 1;
  text-decoration: none;
}
.wp-block-file a:not(.wp-block-file__button) {
  color: #666;
  pointer-events: none;
}
.wp-block-file .wp-block-file__button {
  margin: 0 15px 0 0;
  order: 0;
}

body .entry-content .wp-block-quote {
  border: none;
  border-top: 1px solid rgba(42, 80, 120, 0.3);
  border-bottom: 1px solid rgba(42, 80, 120, 0.3);
  margin: 40px 0;
  padding: 30px 0;
}
@media (min-width: 1280px) {
  body .entry-content .wp-block-quote {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: -75px;
    margin-right: -75px;
  }
}
body .entry-content .wp-block-quote p {
  font-family: "Amiri", serif;
  font-style: normal;
  font-size: 22px;
}
body .entry-content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
body .entry-content .wp-block-quote cite,
body .entry-content .wp-block-quote cite em {
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 3px;
  color: #1d3752;
}
body .entry-content .wp-block-quote.is-style-large p {
  font-size: 28px;
}
@media (max-width: 960px) {
  body .entry-content .wp-block-quote.is-style-large p {
    font-size: 22px;
  }
}

ul[class^=columns-] {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 40px 0 50px;
  justify-content: center;
}
ul[class^=columns-] li {
  list-style: none;
  margin: 0 0 -1px;
  padding: 12px;
  border-bottom: 1px solid #e9eef2;
  border-top: 1px solid #e9eef2;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 600px) and (max-width: 960px) {
  ul[class^=columns-] li {
    width: 33.3333333333 !important;
  }
}
@media (max-width: 600px) {
  ul[class^=columns-] li {
    width: 50% !important;
  }
}
ul[class^=columns-].columns-5 li {
  width: 20%;
}
ul[class^=columns-].columns-4 li {
  width: 25%;
}
ul[class^=columns-].columns-3 li {
  width: 33.3333333333%;
}
ul[class^=columns-].columns-2 li {
  width: 50%;
}

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

.comment-list li {
  list-style: none;
  margin-bottom: 5px;
}
.comment-list li:last-child {
  margin-bottom: 0;
}
.comment-list p {
  margin-bottom: 10px;
  font-size: 16px;
}
.comment-list p:last-child {
  margin-bottom: 0;
}
.comment-list > li {
  background-color: white;
  border-radius: 3px;
  padding: 0;
  padding: 20px 20px 15px;
  line-height: 1.3em;
}
.comment-list > li .children li article {
  padding: 10px;
  background-color: #e9eef2;
  margin-bottom: 5px;
  border-radius: 3px;
}
.comment-list > li .children li article .comment-reply {
  margin-bottom: 0;
}
.comment-list .comment .avatar {
  margin: 0 10px 10px 0;
}
.comment-list .comment-author {
  font-size: 18px;
}
.comment-list .comment-header {
  margin-bottom: 0;
}
.comment-list .comment-header p {
  margin-bottom: 0;
}
.comment-list .comment-header a {
  color: rgba(102, 102, 102, 0.5);
  font-size: 15px;
}
.comment-list .comment-header .comment-meta {
  display: inline;
}
.comment-list .comment-reply {
  margin-bottom: 10px;
}
.comment-list .comment-reply a {
  color: rgba(102, 102, 102, 0.5);
  font-size: 15px;
}

.comment-respond {
  background-color: #e9eef2;
}
.comment-respond a {
  color: rgba(102, 102, 102, 0.5);
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
.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;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

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

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  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;
}

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

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

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

/* 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;
  }
}
/* ==========================================================================
   Footer widgets
   ========================================================================== */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .footer-widgets {
    text-align: left;
    padding: 30px 0;
  }
}
.footer-widgets > .wrap {
  display: flex;
}
@media (min-width: 600px) and (max-width: 960px) {
  .footer-widgets > .wrap {
    flex-flow: row wrap;
  }
}
@media (max-width: 600px) {
  .footer-widgets > .wrap {
    flex-flow: column;
  }
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

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

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

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

/* ==========================================================================
   Site footer
   ========================================================================== */
.site-footer {
  background-color: #e9eef2;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}
.site-footer .wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer p {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.site-footer p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Footer nav
   ========================================================================== */
.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;
}

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

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

/* ==========================================================================
   Table of contents block
   ========================================================================== */
.wp-block-advanced-gutenberg-blocks-summary {
  margin-bottom: 20px;
}
.wp-block-advanced-gutenberg-blocks-summary > ul {
  padding-top: 5px;
  padding-left: 0;
  margin-bottom: 0;
}
.wp-block-advanced-gutenberg-blocks-summary > ul > li > a {
  display: block;
  margin-bottom: 5px;
}
.wp-block-advanced-gutenberg-blocks-summary > ul > li > ul {
  line-height: 1em;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 5px;
}

/* ==========================================================================
   Defaults: mobile padding and alignment
   ========================================================================== */
.entry-content > div[class*=wp-block-atomic-blocks] :not(div):not(.entry):last-child,
.entry-content > .wp-block-atomic-blocks-ab-columns :not(div):not(.entry):last-child {
  margin-bottom: 0;
}
.entry-content > div[class*=wp-block-atomic-blocks] h1:first-child,
.entry-content > div[class*=wp-block-atomic-blocks] h2:first-child,
.entry-content > div[class*=wp-block-atomic-blocks] h3:first-child,
.entry-content > div[class*=wp-block-atomic-blocks] h4:first-child,
.entry-content > div[class*=wp-block-atomic-blocks] h5:first-child,
.entry-content > div[class*=wp-block-atomic-blocks] h6:first-child,
.entry-content > .wp-block-atomic-blocks-ab-columns h1:first-child,
.entry-content > .wp-block-atomic-blocks-ab-columns h2:first-child,
.entry-content > .wp-block-atomic-blocks-ab-columns h3:first-child,
.entry-content > .wp-block-atomic-blocks-ab-columns h4:first-child,
.entry-content > .wp-block-atomic-blocks-ab-columns h5:first-child,
.entry-content > .wp-block-atomic-blocks-ab-columns h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 600px) and (max-width: 960px) {
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container, .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns {
    padding: 60px !important;
  }
}
@media (max-width: 600px) {
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container, .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns {
    padding: 30px !important;
  }
}
.entry-content > div[class*=wp-block-atomic-blocks].ab-block-container:last-child, .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns:last-child,
.entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container:last-child,
.entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns:last-child {
  margin-bottom: -60px;
}
@media (min-width: 600px) and (max-width: 960px) {
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container:last-child, .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns:last-child,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container:last-child,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns:last-child {
    margin-bottom: -40px;
  }
}
@media (max-width: 600px) {
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container:last-child, .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns:last-child,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container:last-child,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns:last-child {
    margin-bottom: -40px;
  }
}
@media (max-width: 600px) {
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container h1,
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container h2,
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container h3,
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container h4,
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container h5,
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container h6,
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container p,
  .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container div, .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns h1,
  .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns h2,
  .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns h3,
  .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns h4,
  .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns h5,
  .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns h6,
  .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns p,
  .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns div,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container h1,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container h2,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container h3,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container h4,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container h5,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container h6,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container p,
  .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container div,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns h1,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns h2,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns h3,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns h4,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns h5,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns h6,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns p,
  .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns div {
    text-align: left !important;
  }
}

/* ==========================================================================
   Admin bar negative margin
   ========================================================================== */
body.admin-bar .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container:nth-last-child(2), body.admin-bar .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns:nth-last-child(2),
body.admin-bar .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container:nth-last-child(2),
body.admin-bar .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns:nth-last-child(2) {
  margin-bottom: -60px;
}
@media (min-width: 600px) and (max-width: 960px) {
  body.admin-bar .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container:nth-last-child(2), body.admin-bar .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns:nth-last-child(2),
  body.admin-bar .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container:nth-last-child(2),
  body.admin-bar .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns:nth-last-child(2) {
    margin-bottom: -40px;
  }
}
@media (max-width: 600px) {
  body.admin-bar .entry-content > div[class*=wp-block-atomic-blocks].ab-block-container:nth-last-child(2), body.admin-bar .entry-content > div[class*=wp-block-atomic-blocks].wp-block-atomic-blocks-ab-columns:nth-last-child(2),
  body.admin-bar .entry-content > .wp-block-atomic-blocks-ab-columns.ab-block-container:nth-last-child(2),
  body.admin-bar .entry-content > .wp-block-atomic-blocks-ab-columns.wp-block-atomic-blocks-ab-columns:nth-last-child(2) {
    margin-bottom: -40px;
  }
}

/* ==========================================================================
   Spacing for columns as we collapse
   ========================================================================== */
@media (min-width: 600px) and (max-width: 960px) {
  .ab-block-layout-column {
    margin-bottom: 50px;
  }
  .ab-block-layout-column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .ab-block-layout-column {
    margin-bottom: 50px;
  }
  .ab-block-layout-column:last-child {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   HR on mobile 
   ========================================================================== */
@media (max-width: 600px) {
  .ab-block-spacer hr {
    max-height: 30px;
  }
}

/* ==========================================================================
   Colors and paddings
   ========================================================================== */
body .dataTables_wrapper,
body .dt-container {
  padding: 15px 20px;
  background-color: rgba(233, 238, 242, 0.1);
  border-radius: 3px;
}
body .dataTables_wrapper label,
body .dt-container label {
  color: white;
}
body .dataTables_wrapper input,
body .dataTables_wrapper select,
body .dt-container input,
body .dt-container select {
  height: 35px;
  border-radius: 3px;
  padding: 0 10px;
}
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dt-container .dataTables_length,
body .dt-container .dataTables_filter {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  body .dataTables_wrapper .dataTables_length,
  body .dt-container .dataTables_length {
    display: none;
  }
}
body .dataTables_wrapper .dataTables_info,
body .dt-container .dataTables_info {
  color: white;
}
@media (max-width: 600px) {
  body .dataTables_wrapper .dataTables_info,
  body .dt-container .dataTables_info {
    display: none;
  }
}
body .dataTables_wrapper .paginate_button,
body .dt-container .paginate_button {
  color: white !important;
  text-decoration: underline !important;
}
body .dataTables_wrapper .paginate_button.disabled,
body .dt-container .paginate_button.disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
}
body .dataTables_wrapper .paginate_button:before, body .dataTables_wrapper .paginate_button:after,
body .dt-container .paginate_button:before,
body .dt-container .paginate_button:after {
  display: none;
}
body .dataTables_wrapper .tablepress td,
body .dataTables_wrapper .tablepress th,
body .dt-container .tablepress td,
body .dt-container .tablepress th {
  background-color: white !important;
}

body .tablepress {
  background-color: transparent;
}
body .tablepress td,
body .tablepress th {
  padding: 12px;
  line-height: 1.2em;
  word-break: break-word;
  background-color: transparent !important;
  border-bottom: 1px solid #e9eef2 !important;
  border-top: none !important;
}
body .tablepress th {
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 1em;
  vertical-align: bottom !important;
  text-transform: uppercase;
}
body .tablepress td {
  vertical-align: middle !important;
}
body .tablepress tr:last-child td {
  border-bottom: none !important;
}
body .tablepress tbody {
  border: none;
}
body .tablepress * {
  word-wrap: break-word;
}

/* ==========================================================================
   Scrolling on mobile
   ========================================================================== */
@media (max-width: 960px) {
  .tablepress {
    min-width: 1000px;
    overflow: scroll;
  }
}

@media (max-width: 960px) {
  .dataTables_wrapper {
    overflow-x: scroll;
  }
}

/* ==========================================================================
   Home page table only
   ========================================================================== */
#tablepress-1 tr td,
#tablepress-1 tr th,
#tablepress-4 tr td,
#tablepress-4 tr th,
#tablepress-6 tr td,
#tablepress-6 tr th {
  width: 100px !important;
}
#tablepress-1 tr td:first-child,
#tablepress-1 tr th:first-child,
#tablepress-4 tr td:first-child,
#tablepress-4 tr th:first-child,
#tablepress-6 tr td:first-child,
#tablepress-6 tr th:first-child {
  font-weight: bold;
  background-color: #e9eef2 !important;
  width: 300px !important;
}
@media (max-width: 600px) {
  #tablepress-1 tr td:first-child,
  #tablepress-1 tr th:first-child,
  #tablepress-4 tr td:first-child,
  #tablepress-4 tr th:first-child,
  #tablepress-6 tr td:first-child,
  #tablepress-6 tr th:first-child {
    width: 100px !important;
  }
}
#tablepress-1 .left,
#tablepress-1 .right,
#tablepress-4 .left,
#tablepress-4 .right,
#tablepress-6 .left,
#tablepress-6 .right {
  display: inline;
}
#tablepress-1 .left,
#tablepress-4 .left,
#tablepress-6 .left {
  font-weight: normal;
}

/* ==========================================================================
   2008 vs. 2011
   ========================================================================== */
#tablepress-3 tr td,
#tablepress-3 tr th,
#tablepress-3_wrapper tr td,
#tablepress-3_wrapper tr th {
  width: 150px !important;
}
#tablepress-3 tr td:first-child,
#tablepress-3 tr th:first-child,
#tablepress-3_wrapper tr td:first-child,
#tablepress-3_wrapper tr th:first-child {
  font-weight: bold;
  width: 200px !important;
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
}

#gform_wrapper_1 {
  padding: 15px 20px;
  background-color: rgb(26.3351351351, 49.9459459459, 74.4648648649);
}
#gform_wrapper_1 ul li.gfield:first-child {
  margin-top: 0 !important;
}
#gform_wrapper_1 label {
  color: white !important;
}
#gform_wrapper_1 .gform_footer {
  padding-top: 0 !important;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}
@media only screen and (min-width: 960px) {
  /* 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 {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
}
@media only screen and (min-width: 960px) {
  /* Responsive Menu
  --------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 960px) {
  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 960px) {
  /* Site-Inner
  --------------------------------------------- */
  .site-inner {
    max-width: 1160px;
  }
}
@media only screen and (min-width: 960px) {
  /* Content
  --------------------------------------------- */
  .content {
    float: left;
  }
  .sidebar-content .content {
    float: right;
  }
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 960px) {
  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }
  .sidebar-content .sidebar {
    float: left;
  }
}
@media only screen and (min-width: 960px) {
  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }
}
@media only screen and (min-width: 960px) {
  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  /* 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.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }
}
@media (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
}
