@charset "UTF-8";
/*
0 - 450px:      Phone Small
451 - 600px:    Phone portrait
601 - 767px:    Phone landscape
768 - 960px:    Tablet portrait
961 - 1200px:   Tablet landscape
[1200 - 1800px] is where our normal styles apply
1921px + :      Big Desktop

$breakpoint argument choices:
- phone-port
- phone-land
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.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: 2rem;
  font-weight: 700;
  height: auto;
  padding: 1.5rem 2.3rem 1.4rem;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Display outline on focus */
:focus {
  /* optional fallback style */
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

/* 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: 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;
  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 */
*,
*::after,
*::before,
ol,
ul {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 60em) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

body {
  box-sizing: border-box;
  background-color: #dbefed;
  margin: 0;
  overflow-x: hidden;
}

a:focus {
  transition: all 0.2s ease-in;
}
a:hover {
  transition: all 0.2s ease-in;
}

p {
  margin: 0 0 2rem;
  padding: 0;
}

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

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

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

/* Site Container
--------------------------------------------- */
.site-container {
  word-wrap: break-word;
  position: relative;
}

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

/* WordPress
--------------------------------------------- */
.alignnone {
  margin-bottom: 1.5rem;
}

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

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

.aligncenter {
  display: block;
  margin: 0 auto 3rem;
}

a.alignnone {
  display: inline-block;
  max-width: 100%;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

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

img.centered,
.singular-image {
  display: block;
  margin: 0 auto 3rem;
}

img.alignnone {
  margin-bottom: 1.5rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 2rem 2rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 2rem 2rem;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode {
  margin: 0 0 3rem;
}
.entry-content .wp-playlist {
  margin: 0 0 3rem;
}
.entry-content .wp-video {
  margin: 0 0 3rem;
}

@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;
  }
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "latoregular", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #333;
}

a {
  color: #1e766f;
  text-decoration: none;
}
a:focus {
  color: #BB3549;
  text-decoration: underline;
}
a:hover {
  color: #BB3549;
  text-decoration: underline;
}

ul li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  text-align: left;
  font-style: normal;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "latoregular", sans-serif;
  color: #1e766f;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
}

h1 {
  font-size: 4rem;
}
@media (max-width: 60em) {
  h1 {
    font-size: 4rem;
  }
}

.entry-content h3,
.entry-content h4 {
  font-weight: 700;
}

.entry-content h4 {
  margin-top: 1rem;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-family: "latobold", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 1rem;
}

.entry-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:focus {
  color: #BB3549;
}
.entry-title a:hover {
  color: #BB3549;
}

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

.widget-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

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

.breadcrumb {
  max-width: 114rem;
  font-size: 1.4rem;
  margin: 15rem auto 2rem;
  padding: 0 1rem;
}

button {
  background-color: #fff;
  border: 1px solid #eee5e9;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
  display: inline-block;
  transition: all 0.2s ease-in;
}
button:focus {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
button:hover {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
button:disabled, button:disabled:hover {
  background-color: #eee5e9;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

.button {
  background-color: #fff;
  border: 1px solid #eee5e9;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
  transition: all 0.2s ease-in;
}
.button:focus {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
.button:hover {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
.button:disabled, .button:disabled:hover {
  background-color: #eee5e9;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background-color: #1e766f;
  border-width: 0;
  color: #fff;
}

div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
  font-size: 1.5rem;
  padding: 1.2rem 2.4rem;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

.before-header {
  padding: 1rem 0;
  background-color: #56B0A8;
  color: #fff;
}
.before-header .content {
  max-width: 114rem;
  margin: 0 auto;
  float: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 75em) {
  .before-header .content {
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 60em) {
  .before-header .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 120.0625em) {
  .before-header .content {
    max-width: 1140px;
  }
}
.before-header .content .widget {
  margin-bottom: 0;
}
@media (max-width: 47.9375em) {
  .before-header .content .widget {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
.before-header .content .widget_text {
  width: 50%;
  font-family: "latobold", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 75em) {
  .before-header .content .widget_text {
    width: 45%;
  }
}
@media (max-width: 47.9375em) {
  .before-header .content .widget_text {
    width: 100%;
    text-align: center;
  }
}
.before-header .content .widget_nav_menu li {
  display: inline-block;
  margin-bottom: 0;
}
.before-header .content .widget_nav_menu li:not(:last-child) {
  padding-right: 2rem;
}
@media (max-width: 37.5em) {
  .before-header .content .widget_nav_menu li {
    padding-right: 1.2rem;
  }
}
.before-header .content .widget_nav_menu li a {
  font-size: 1.3rem;
}

input {
  background-color: #fff;
  border: 1px solid #eee5e9;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
}
input:focus {
  border: 1px solid #BB3549;
  outline: none;
  transition: all 0.2s ease-in;
}
input[type=button] {
  background-color: #BB3549;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all 0.2s ease-in;
}
input[type=button]:focus {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
input[type=button]:hover {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
input[type=button]:disabled, input[type=button]:disabled:hover {
  background-color: #eee5e9;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
input[type=reset] {
  background-color: #BB3549;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all 0.2s ease-in;
}
input[type=reset]:focus {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
input[type=reset]:hover {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
input[type=reset]:disabled, input[type=reset]:disabled:hover {
  background-color: #eee5e9;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
input[type=submit] {
  background-color: #BB3549;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all 0.2s ease-in;
}
input[type=submit]:focus {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
input[type=submit]:hover {
  background-color: #BB3549;
  border-width: 0;
  color: #fff;
}
input[type=submit]:disabled, input[type=submit]:disabled:hover {
  background-color: #eee5e9;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
input[type=checkbox] {
  width: auto;
}
input[type=image] {
  width: auto;
}
input[type=radio] {
  width: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
  display: none;
}

textarea {
  background-color: #fff;
  border: 1px solid #eee5e9;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
}
textarea:focus {
  border: 1px solid #BB3549;
  outline: none;
  transition: all 0.2s ease-in;
}

select {
  background-color: #fff;
  border: 1px solid #eee5e9;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
}

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

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

.nav-secondary {
  margin-top: 1rem;
}
.nav-secondary h3 {
  color: #fff;
}
.nav-secondary a {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
  justify-content: flex-end;
}
.nav-secondary .menu-item {
  display: inline-block;
}

.footer-widgets nav ul:not(.children) {
  column-count: 3;
}
@media (max-width: 37.5em) {
  .footer-widgets nav ul:not(.children) {
    column-count: 2;
  }
}
@media (max-width: 28.125em) {
  .footer-widgets nav ul:not(.children) {
    column-count: 1;
  }
}
.footer-widgets nav li {
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.footer-widgets nav li.page_item_has_children {
  font-weight: 800;
}
.footer-widgets nav li.page_item_has_children li {
  font-weight: 400;
}
.footer-widgets nav li li {
  margin-left: 0;
}
.footer-widgets nav li a {
  color: #fff;
  font-size: 1.5rem;
}

.site-header .nav-primary {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
@media (max-width: 60em) {
  .site-header .nav-primary {
    clear: left;
    padding: 3.5rem 4.5rem 1.5rem;
    margin: 0.8rem -3rem 0;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 37.5em) {
  .site-header .nav-primary {
    margin-top: -3.4rem;
  }
}
.site-header .nav-primary .wrap {
  max-width: none;
  display: block;
  margin: 0;
  height: 100%;
}

header .genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 60em) {
  header .genesis-nav-menu {
    display: block;
  }
}
header .genesis-nav-menu .menu-item {
  display: inline-block;
  float: none;
  align-content: center;
  position: relative;
  padding: 0 1.2rem;
}
@media (max-width: 60em) {
  header .genesis-nav-menu .menu-item {
    display: block;
    max-width: 100%;
    padding: 1rem 1.2rem;
  }
}
header .genesis-nav-menu .menu-item:focus {
  position: relative;
}
header .genesis-nav-menu .menu-item:hover {
  position: relative;
}
header .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
header .genesis-nav-menu .menu-item:last-child a {
  padding-right: 0;
}
header .genesis-nav-menu .menu-item a {
  color: #333;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  outline-offset: -1px;
  outline-offset: 6px;
  text-decoration: none;
  margin-bottom: 1rem;
}
header .genesis-nav-menu .menu-item a:focus {
  text-decoration: none;
  outline: auto;
}
header .genesis-nav-menu .menu-item a:hover {
  color: #BB3549;
  text-decoration: underline;
}
@media (max-width: 75em) {
  header .genesis-nav-menu .menu-item a {
    font-size: 1.6rem;
  }
}
header .genesis-nav-menu .current-menu-item,
header .genesis-nav-menu .current-page-parent {
  background-color: #56B0A8;
}
@media (max-width: 60em) {
  header .genesis-nav-menu .current-menu-item,
  header .genesis-nav-menu .current-page-parent {
    background-color: #dbefed;
  }
}
header .genesis-nav-menu .current-menu-item > a,
header .genesis-nav-menu .current-page-parent > a {
  color: #dbefed;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 60em) {
  header .genesis-nav-menu .current-menu-item > a,
  header .genesis-nav-menu .current-page-parent > a {
    color: #333;
  }
}
header .genesis-nav-menu .current-menu-item:hover a,
header .genesis-nav-menu .current-page-parent:hover a {
  text-decoration: underline;
}
header .genesis-nav-menu .sub-menu {
  background-color: rgba(255, 255, 255, 0.95);
  width: 21rem;
  opacity: 0;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  position: absolute;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  transition: opacity 0.4s ease-in-out;
  z-index: 100;
}
@media (max-width: 60em) {
  header .genesis-nav-menu .sub-menu {
    background-color: transparent;
    width: 100%;
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    position: static;
    z-index: 99;
    box-shadow: none;
  }
}
header .genesis-nav-menu .sub-menu li {
  width: 100%;
  text-align: left;
  padding: 0;
  background-color: transparent;
}
header .genesis-nav-menu .sub-menu a {
  border-bottom: 1px solid #eee5e9;
  border-top: 0;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  margin: 0;
}
@media (max-width: 60em) {
  header .genesis-nav-menu .sub-menu a {
    width: 100%;
    position: relative;
    word-wrap: break-word;
    background-color: transparent;
    border-bottom: none;
  }
}
header .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #1e766f;
  text-decoration: none;
}
header .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #1e766f;
  text-decoration: none;
}
header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #1e766f;
  text-decoration: none;
}
header .genesis-nav-menu > .menu-bold > a {
  font-weight: 700;
}
header .genesis-nav-menu > .menu-highlight > a {
  background-color: #56B0A8;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  margin-left: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
header .genesis-nav-menu > .menu-highlight > a:focus {
  background-color: #333;
}
header .genesis-nav-menu > .menu-highlight > a:hover {
  background-color: #333;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item > a:focus + ul.sub-menu {
  left: auto;
  opacity: 1;
}
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

@media (max-width: 60em) {
  .js .nav-primary {
    display: none;
    position: relative;
  }
}

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

.site-header button.menu-toggle {
  display: none;
  visibility: hidden;
}
@media (max-width: 60em) {
  .site-header button.menu-toggle {
    background-color: #56B0A8;
    border-color: #56B0A8;
    color: #fff;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    line-height: 2rem;
    margin-bottom: 1.4rem;
    margin-top: 1.4rem;
    padding: 1.1rem 0.5rem 1rem 0.8rem;
    position: relative;
    z-index: 1000;
    display: inline-block;
    width: 20%;
    margin-left: 30%;
  }
}
@media (max-width: 37.5em) {
  .site-header button.menu-toggle {
    width: 30%;
    padding-left: 0.5rem;
    margin-top: 1rem;
    margin-left: 20%;
  }
}
@media (max-width: 28.125em) {
  .site-header button.menu-toggle {
    width: 40%;
    margin-left: 10%;
  }
}
.site-header button.menu-toggle:focus {
  border-width: 0;
  background-color: #1e766f;
  color: #fff;
}
.site-header button.menu-toggle:hover {
  background-color: #1e766f;
  color: #fff;
  border-width: 0;
}
.site-header button.menu-toggle.activated {
  background-color: #1e766f;
  color: #fff;
}
.site-header button.menu-toggle.activated::before {
  content: "\f335";
  color: #fff;
}

.menu button.sub-menu-toggle {
  display: none;
  visibility: hidden;
}
@media (max-width: 60em) {
  .menu button.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    border: none;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    float: right;
    padding: 0.9rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 6rem;
  }
}
.menu button.sub-menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: #1e766f;
}
.menu button.sub-menu-toggle:hover {
  border-width: 0;
  color: #1e766f;
}
.menu button.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}
.menu button.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

.site-header .dashicons-before::before {
  transition: none;
}
.site-header .menu-toggle::before {
  float: left;
  margin-right: 0;
  position: relative;
  text-rendering: auto;
  margin-left: 1.5rem;
}
@media (max-width: 37.5em) {
  .site-header .menu-toggle::before {
    margin-left: 1rem;
  }
}

.search-form {
  overflow: hidden;
}
.search-form input[type=submit] {
  margin-top: 1rem;
}

.entry-content .search-form {
  margin-bottom: 4rem;
  width: 50%;
}

.post-password-form input[type=submit] {
  margin-top: 1rem;
}

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

.sidebar {
  font-size: 1.6rem;
  line-height: 1.5;
  float: right;
  width: 30%;
}
@media (max-width: 60em) {
  .sidebar {
    float: none;
    width: 100%;
  }
}
.sidebar p {
  margin-bottom: 2rem;
}
.sidebar .widget {
  margin-bottom: 4rem;
}

.sidebar-content .sidebar {
  float: left;
}
@media (max-width: 60em) {
  .sidebar-content .sidebar {
    float: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 4rem;
  width: 100%;
  word-break: break-all;
}
@media (max-width: 37.5em) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
table tbody {
  border-bottom: 1px solid #eee5e9;
}
table td {
  padding: 0.5rem;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 600;
  padding: 0.5rem;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
table tr {
  border-top: 1px solid #eee5e9;
}

.widget {
  margin-bottom: 4rem;
}
.widget p:last-child {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 1rem;
}
.widget ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 2rem;
  text-indent: -2rem;
}
.widget li li {
  border: 0;
  margin: 0 0 0 3rem;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td {
  text-align: center;
}
.widget_calendar th {
  text-align: center;
}

/* Article Layout
--------------------------------------------- */
.single-post .content-sidebar-wrap,
.archive .content-sidebar-wrap {
  max-width: 114rem;
  margin: 6rem auto 5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 75em) {
  .single-post .content-sidebar-wrap,
  .archive .content-sidebar-wrap {
    margin: 6rem 4rem 5rem;
  }
}
@media (max-width: 60em) {
  .single-post .content-sidebar-wrap,
  .archive .content-sidebar-wrap {
    flex-direction: column;
  }
}
.single-post .content-sidebar-wrap main,
.archive .content-sidebar-wrap main {
  width: 68%;
}
@media (max-width: 60em) {
  .single-post .content-sidebar-wrap main,
  .archive .content-sidebar-wrap main {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.single-post .content-sidebar-wrap main article,
.archive .content-sidebar-wrap main article {
  margin-top: 0;
}

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

.entry-header .entry-meta {
  margin-bottom: 2rem;
}

.entry-footer .entry-meta {
  border-top: 1px solid #56B0A8;
  padding-top: 2rem;
}

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

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

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 6rem 0;
}

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

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
}
.archive-pagination li a:focus {
  background-color: #333;
  color: #fff;
}
.archive-pagination li a:hover {
  background-color: #333;
  color: #fff;
}
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

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

.comment-list li {
  padding: 4rem 0 0 3rem;
}
.comment-list .depth-1 {
  padding-left: 0;
}

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

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

.comment-respond label {
  display: block;
  margin-right: 1.2rem;
}
.comment-respond input[type=email] {
  width: 50%;
}
.comment-respond input[type=text] {
  width: 50%;
}
.comment-respond input[type=url] {
  width: 50%;
}

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

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}

/* ------ Image Size ------- */
.single-post .entry-header img,
.archive .entry-header img {
  width: 70%;
  display: inline-block;
  margin-bottom: 3rem;
}
@media (max-width: 75em) {
  .single-post .entry-header img,
  .archive .entry-header img {
    width: 100%;
  }
}

.entry-content figure.gallery-item a::after {
  content: none;
}

.entry {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.entry-content a:not(.elementor-button) {
  display: inline-block;
}
.entry-content a:not(.elementor-button):hover {
  text-decoration: underline;
}
.entry-content ol {
  margin-bottom: 3rem;
  padding-left: 4rem;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content ol ul > li {
  list-style-type: circle;
}
.entry-content ul {
  margin-bottom: 3rem;
  padding-left: 4rem;
}
.entry-content ul > li {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content code {
  background-color: #eee5e9;
}
.entry-content .sticky {
  background-color: #eee5e9;
  padding: 3rem;
}

/* Float Clearing for WordPress
--------------------------------------------- */
.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;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #aed8d5;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0rem;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer .wrap {
  max-width: 114rem;
  margin: 2rem auto;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee5e9;
  background-color: #56B0A8;
  clear: both;
  padding: 5rem 0 4rem;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-widgets .wrap {
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 75em) {
  .footer-widgets .wrap {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (max-width: 60em) {
  .footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
@media (max-width: 47.9375em) {
  .footer-widgets .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 120.0625em) {
  .footer-widgets .wrap {
    max-width: 1140px;
  }
}

.footer-widget-area {
  margin-bottom: 4rem;
  width: 50%;
}
@media (max-width: 60em) {
  .footer-widget-area {
    margin-bottom: 3rem;
    padding: 0;
    width: 100%;
  }
}
.footer-widget-area:last-child {
  margin-bottom: 0;
}
.footer-widget-area .widget {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 60em) {
  .footer-widget-area .widget {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.footer-widget-area .widget h3 {
  color: #fff;
}
.footer-widget-area .widget li:not(.page_item) {
  display: inline-block;
  height: 3.2rem;
}
.footer-widget-area .widget li:not(.page_item):not(:last-of-type) {
  margin-right: 1.6rem;
}
.footer-widget-area .widget:last-child {
  margin-bottom: 0;
}

.after-entry {
  margin-bottom: 4rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  padding: 4rem 6rem;
}
@media (max-width: 60em) {
  .after-entry {
    padding: 2rem 3rem;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.archive-description,
.author-box {
  margin-bottom: 4rem;
}

.author-box {
  background-color: #eee5e9;
  padding: 3rem;
}

.breadcrumb {
  border-bottom: 1px solid #eee5e9;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 4rem;
}

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

/* Entry Misc.
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
  margin-bottom: 6rem;
}
@media (max-width: 60em) {
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 2rem;
  }
}

.site-header {
  background-color: #aed8d5;
  padding: 0rem 3rem;
  position: relative;
  width: 100%;
  height: 8rem;
  z-index: 9999;
}
.site-header .admin-bar .site-header {
  top: 3.2rem;
}
@media (max-width: 60em) {
  .site-header .admin-bar .site-header {
    top: 0;
  }
}
.site-header .wrap {
  max-width: 114rem;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 60em) {
  .site-header .wrap {
    max-width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
}
@media (min-width: 120.0625em) {
  .site-header .wrap {
    max-width: 1140px;
  }
}

/* Title Area
--------------------------------------------- */
.title-area {
  max-width: 13.5rem;
  width: 100%;
}
@media (max-width: 75em) {
  .title-area {
    max-width: none;
    width: 35%;
  }
}
@media (max-width: 60em) {
  .title-area {
    padding-bottom: 1.4rem;
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .title-area {
    padding-top: 1rem;
  }
}
.title-area a {
  max-width: 12rem;
  z-index: 1000;
  position: relative;
}
.title-area img {
  width: auto;
  height: auto;
}
@media (max-width: 75em) {
  .title-area img {
    height: auto;
  }
}

.custom-logo-link {
  display: block;
}

/*
.site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}*/
.site-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.site-title a {
  color: #333;
  text-decoration: none;
}
.site-title a:focus {
  color: #333;
  text-decoration: none;
}
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

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

/* Content
--------------------------------------------- */
.content {
  float: left;
  width: 100%;
}
@media (max-width: 60em) {
  .content {
    float: none;
  }
}

.sidebar-content .content {
  float: right;
}
@media (max-width: 60em) {
  .sidebar-content .content {
    float: none;
  }
}

.full-width-content .content {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* ------ Image Size ------- */
.single-post .entry-header img,
.archive .entry-header img {
  width: 70%;
  display: inline-block;
  margin-bottom: 3rem;
}
@media (max-width: 75em) {
  .single-post .entry-header img,
  .archive .entry-header img {
    width: 100%;
  }
}

/* ------ Image Header Order ------- */
.single-post article header {
  display: flex;
  flex-direction: column;
}
.single-post article header h1 {
  margin-bottom: 2rem;
}
.single-post article header img {
  order: 1;
}

/*# sourceMappingURL=custom-style.css.map */
