/*
Theme Name: dfwresume
Theme URI: https://
Description: This is the sample theme created for the Genesis Framework.
Author: JohnQ
Author URI: https://

Version: 3.2.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: dfwresume
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: .98;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: .98;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: .98;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: .98;
  }
  to {
    opacity: 0;
  }
}
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
/* line 7, sass/_reset.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 7, sass/_reset.scss */
body {
  margin: 0;
}

/* line 7, sass/_reset.scss */
main {
  display: block;
}

/* line 7, sass/_reset.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 7, sass/_reset.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 7, sass/_reset.scss */
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 7, sass/_reset.scss */
a {
  background-color: transparent;
}

/* line 7, sass/_reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 7, sass/_reset.scss */
b, strong {
  font-weight: bolder;
}

/* line 7, sass/_reset.scss */
code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 7, sass/_reset.scss */
small {
  font-size: 80%;
}

/* line 7, sass/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 7, sass/_reset.scss */
sub {
  bottom: -.25em;
}

/* line 7, sass/_reset.scss */
sup {
  top: -.5em;
}

/* line 7, sass/_reset.scss */
img {
  border-style: none;
}

/* line 7, sass/_reset.scss */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 7, sass/_reset.scss */
button, input {
  overflow: visible;
}

/* line 7, sass/_reset.scss */
button, select {
  text-transform: none;
}

/* line 7, sass/_reset.scss */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 7, sass/_reset.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 7, sass/_reset.scss */
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 7, sass/_reset.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 7, sass/_reset.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 7, sass/_reset.scss */
progress {
  vertical-align: baseline;
}

/* line 7, sass/_reset.scss */
textarea {
  overflow: auto;
}

/* line 7, sass/_reset.scss */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 7, sass/_reset.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 7, sass/_reset.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 7, sass/_reset.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 7, sass/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 7, sass/_reset.scss */
details {
  display: block;
}

/* line 7, sass/_reset.scss */
summary {
  display: list-item;
}

/* line 7, sass/_reset.scss */
[hidden], template {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
/* line 12, sass/_reset.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 16, sass/_reset.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
/* line 25, sass/_reset.scss */
.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;
}

/* line 43, sass/_reset.scss */
.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;
}

/* Typographical Elements
--------------------------------------------- */
/* line 4, sass/_defaults.scss */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 9, sass/_defaults.scss */
body {
  background-color: #FFF;
  color: #5e718c;
  font-family: "Noticia Text", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

/* line 20, sass/_defaults.scss */
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 31, sass/_defaults.scss */
a {
  color: #5e718c;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* line 37, sass/_defaults.scss */
a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

/* line 43, sass/_defaults.scss */
p {
  margin: 0 0 30px;
  padding: 0;
}

/* line 48, sass/_defaults.scss */
ol,
ul {
  margin: 0;
  padding: 0;
}

/* line 54, sass/_defaults.scss */
li {
  list-style-type: none;
}

/* line 58, sass/_defaults.scss */
hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

/* line 66, sass/_defaults.scss */
b,
strong {
  font-weight: 700;
}

/* line 71, sass/_defaults.scss */
blockquote,
cite,
em,
i {
  font-style: italic;
}

/* line 78, sass/_defaults.scss */
mark {
  background: #ddd;
  color: #333;
}

/* line 83, sass/_defaults.scss */
blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
/* line 90, sass/_defaults.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noticia Text", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

/* line 102, sass/_defaults.scss */
h1 {
  font-size: 30px;
}

/* line 106, sass/_defaults.scss */
h2 {
  font-size: 27px;
}

/* line 110, sass/_defaults.scss */
h3 {
  font-size: 24px;
}

/* line 114, sass/_defaults.scss */
h4 {
  font-size: 20px;
}

/* line 118, sass/_defaults.scss */
.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

/* line 123, sass/_defaults.scss */
.entry-content h4 {
  margin-top: 40px;
}

/* line 127, sass/_defaults.scss */
h5 {
  font-size: 18px;
}

/* line 131, sass/_defaults.scss */
h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
/* line 138, sass/_defaults.scss */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

/* line 147, sass/_defaults.scss */
img {
  height: auto;
  vertical-align: top;
}

/* line 152, sass/_defaults.scss */
figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
/* line 159, sass/_defaults.scss */
.gallery {
  overflow: hidden;
}

/* line 163, sass/_defaults.scss */
.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

/* line 169, sass/_defaults.scss */
.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

/* line 175, sass/_defaults.scss */
.gallery-columns-1 .gallery-item {
  width: 100%;
}

/* line 179, sass/_defaults.scss */
.gallery-columns-2 .gallery-item {
  width: 50%;
}

/* line 183, sass/_defaults.scss */
.gallery-columns-3 .gallery-item {
  width: 33%;
}

/* line 187, sass/_defaults.scss */
.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* line 191, sass/_defaults.scss */
.gallery-columns-5 .gallery-item {
  width: 20%;
}

/* line 195, sass/_defaults.scss */
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

/* line 199, sass/_defaults.scss */
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

/* line 203, sass/_defaults.scss */
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

/* line 207, sass/_defaults.scss */
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

/* line 211, sass/_defaults.scss */
.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;
}

/* line 222, sass/_defaults.scss */
.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
/* line 231, sass/_defaults.scss */
input,
select,
textarea {
  background-color: #FFF;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

/* line 243, sass/_defaults.scss */
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

/* line 249, sass/_defaults.scss */
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

/* line 255, sass/_defaults.scss */
::-ms-input-placeholder {
  color: #5e718c;
  font-family: "Noticia Text", serif;
  opacity: 1;
}

/* line 261, sass/_defaults.scss */
:-ms-input-placeholder {
  color: #5e718c;
  font-family: "Noticia Text", serif;
  opacity: 1;
}

/* line 267, sass/_defaults.scss */
::-webkit-input-placeholder {
  color: #5e718c;
  font-family: "Noticia Text", serif;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #5e718c;
  font-family: "Noticia Text", serif;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #5e718c;
  font-family: "Noticia Text", serif;
  opacity: 1;
}
::placeholder {
  color: #5e718c;
  font-family: "Noticia Text", serif;
  opacity: 1;
}

/* line 273, sass/_defaults.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #721013;
  color: #FFF;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 21px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  text-transform: uppercase;
  font-family: "Noticia Text", serif;
}

/* line 296, sass/_defaults.scss */
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #721013;
  border-width: 0;
  color: #5e718c;
}

/* line 315, sass/_defaults.scss */
.entry-content .button:focus,
.entry-content .button:hover {
  color: #5e718c;
}

/* line 320, sass/_defaults.scss */
.button {
  display: inline-block;
}

/* line 324, sass/_defaults.scss */
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

/* line 340, sass/_defaults.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
/* line 348, sass/_defaults.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

/* line 357, sass/_defaults.scss */
tbody {
  border-bottom: 1px solid #eee;
}

/* line 361, sass/_defaults.scss */
td,
th {
  text-align: left;
  vertical-align: top;
}

/* line 367, sass/_defaults.scss */
td {
  border-top: 1px solid #eee;
  padding: 10px;
}

/* line 372, sass/_defaults.scss */
th {
  font-weight: 600;
  padding: 0 10px 10px;
}

/* line 377, sass/_defaults.scss */
td:first-child,
th:first-child {
  padding-left: 0;
}

/* line 382, sass/_defaults.scss */
td:last-child,
th:last-child {
  padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */
/* line 390, sass/_defaults.scss */
.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;
}

/* line 402, sass/_defaults.scss */
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #5e718c;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #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. */
}

/* line 419, sass/_defaults.scss */
.more-link {
  display: table;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 15px 30px;
  background-color: #1a2b57;
  color: #5e718c;
  text-transform: uppercase;
  font-family: "Noticia Text", serif;
  line-height: 1em;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
/* line 434, sass/_defaults.scss */
.more-link:hover {
  color: #5e718c;
  background-color: #1a2b56;
}

/* line 440, sass/_defaults.scss */
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
/* line 7, sass/_layout.scss */
.site-container {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  word-wrap: break-word;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
/* line 27, sass/_layout.scss */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 70px 30px 0;
}

/* line 34, sass/_layout.scss */
#genesis-content .posts-page-description {
  padding-top: 20px;
}

/* Avatar
--------------------------------------------- */
/* line 4, sass/_common.scss */
.avatar {
  border-radius: 50%;
  float: left;
}

/* line 9, sass/_common.scss */
.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

/* line 14, sass/_common.scss */
.alignright .avatar {
  margin-left: 20px;
}

/* line 18, sass/_common.scss */
.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
/* line 25, sass/_common.scss */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

/* line 31, sass/_common.scss */
h2.entry-title {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

/* line 36, sass/_common.scss */
.after-entry {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

/* line 41, sass/_common.scss */
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

/* line 45, sass/_common.scss */
.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

/* line 52, sass/_common.scss */
.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

/* line 56, sass/_common.scss */
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
/* line 64, sass/_common.scss */
.search-form {
  overflow: hidden;
}

/* line 68, sass/_common.scss */
.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

/* line 73, sass/_common.scss */
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

/* line 78, sass/_common.scss */
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
/* line 91, sass/_common.scss */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 99, sass/_common.scss */
.archive-description .entry-title,
.archive-title {
  text-align: center;
  font-size: 45px;
  font-family: "Noticia Text", serif;
  font-weight: bold;
}

/* line 107, sass/_common.scss */
h1.entry-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

/* line 115, sass/_common.scss */
.entry-title a,
.sidebar .widget-title a {
  color: #1a2b56;
  text-decoration: none;
}

/* line 122, sass/_common.scss */
body.blog .entry-title a {
  font-size: 22px !important;
  font-weight: bold;
  font-family: "Noticia Text", serif;
  color: #5e718c;
}

/* line 130, sass/_common.scss */
.entry-meta {
  display: none !important;
}

/* line 136, sass/_common.scss */
.blog .entry-content p {
  font-size: 18px;
  font-family: "Noticia Text", serif;
  font-weight: lighter;
  color: #000;
  padding-bottom: 15px;
}
/* line 144, sass/_common.scss */
.blog .entry-content a {
  background-color: unset !important;
  color: #721013;
  padding: 0px;
}

/* line 153, sass/_common.scss */
.fullwidth-page .entry-title {
  text-align: center;
}

/* line 158, sass/_common.scss */
.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

/* line 163, sass/_common.scss */
.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 169, sass/_common.scss */
.genesis-title-hidden .site-inner {
  padding-top: 0px;
}

/* WordPress
--------------------------------------------- */
/* line 181, sass/_common.scss */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

/* line 186, sass/_common.scss */
a.alignnone {
  display: inline-block;
}

/* line 190, sass/_common.scss */
.alignleft {
  float: left;
  text-align: left;
}

/* line 195, sass/_common.scss */
.alignright {
  float: right;
  text-align: right;
}

/* line 200, sass/_common.scss */
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

/* line 206, sass/_common.scss */
img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

/* line 213, sass/_common.scss */
img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

/* line 218, sass/_common.scss */
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 30px 20px 0;
}

/* line 224, sass/_common.scss */
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

/* line 230, sass/_common.scss */
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

/* line 238, sass/_common.scss */
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/* line 242, sass/_common.scss */
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* line 248, sass/_common.scss */
.entry-header .entry-meta {
  margin-bottom: 1.2rem;
}

/* line 252, sass/_common.scss */
.entry-title {
  margin-bottom: 2rem;
}

/* Widgets
---------------------------------------------------------------------------- */
/* line 4, sass/_widgets.scss */
.widget {
  margin-bottom: 40px;
}

/* line 8, sass/_widgets.scss */
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

/* line 15, sass/_widgets.scss */
.widget ul > li:last-of-type {
  padding-bottom: 0;
}

/* line 19, sass/_widgets.scss */
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

/* line 26, sass/_widgets.scss */
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

/* line 32, sass/_widgets.scss */
.widget_calendar table {
  width: 100%;
}

/* line 36, sass/_widgets.scss */
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Genesis eNews Extended
--------------------------------------------- */
/* line 4, sass/_plugins.scss */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

/* line 9, sass/_plugins.scss */
.sidebar .enews {
  background-color: #1a2b57;
  padding: 30px;
  color: #fff;
}

/* line 16, sass/_plugins.scss */
.enews-widget .widget-title {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize !important;
}
/* line 25, sass/_plugins.scss */
.enews-widget h4 {
  font-family: "Noticia Text", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}

/* line 33, sass/_plugins.scss */
.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 38, sass/_plugins.scss */
.after-entry .enews-widget input {
  text-align: center;
}

/* line 42, sass/_plugins.scss */
.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
  color: #1a2b57;
  background-color: #fff;
}

/* line 49, sass/_plugins.scss */
.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
/* line 56, sass/_plugins.scss */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

/* line 64, sass/_plugins.scss */
.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

/* line 70, sass/_plugins.scss */
.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

/* line 76, sass/_plugins.scss */
.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */
/* line 83, sass/_plugins.scss */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

/* line 87, sass/_plugins.scss */
.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

/* line 93, sass/_plugins.scss */
.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

/* line 99, sass/_plugins.scss */
.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

/* line 103, sass/_plugins.scss */
.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

/* line 108, sass/_plugins.scss */
.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

/* line 114, sass/_plugins.scss */
.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

/* line 118, sass/_plugins.scss */
.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

/* line 122, sass/_plugins.scss */
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

/* line 126, sass/_plugins.scss */
.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* line 130, sass/_plugins.scss */
.ab-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Noticia Text", serif;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
}

/* line 140, sass/_plugins.scss */
.ab-button-size-medium {
  padding: 15px 30px !important;
}

/* line 144, sass/_plugins.scss */
.ab-block-post-grid .ab-block-post-grid-more-link {
  background-color: #1a2b57;
  color: #fff !important;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  text-transform: uppercase;
  font-family: "Noticia Text", serif;
  letter-spacing: 2px;
}
/* line 160, sass/_plugins.scss */
.ab-block-post-grid .ab-block-post-grid-more-link:after {
  content: ' >>';
}

/* line 166, sass/_plugins.scss */
.section-recent-posts .ab-block-post-grid header .ab-block-post-grid-title {
  color: #1a2b56 !important;
}
/* line 169, sass/_plugins.scss */
.section-recent-posts .ab-block-post-grid header .ab-block-post-grid-title a {
  color: #1a2b56 !important;
}

/* Skip Links
---------------------------------------------------------------------------- */
/* line 4, sass/_skiplinks.scss */
.genesis-skip-link {
  margin: 0;
}

/* line 8, sass/_skiplinks.scss */
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

/* line 13, sass/_skiplinks.scss */
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
/* line 20, sass/_skiplinks.scss */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
/* line 4, sass/_header.scss */
.site-header {
  background-color: #FFF;
  padding: 0 30px;
}
/* line 9, sass/_header.scss */
.site-header > .wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 30px;
}
/* line 16, sass/_header.scss */
.site-header .current-menu-item {
  background-color: #5e718c;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

/* line 24, sass/_header.scss */
.nav-primary .wrap {
  max-width: 1180px;
  margin: 0 auto;
}

/* Title Area
--------------------------------------------- */
/* line 32, sass/_header.scss */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

/* line 38, sass/_header.scss */
.wp-custom-logo .title-area {
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 47, sass/_header.scss */
.wp-custom-logo .title-area a {
  display: block;
}

/* line 52, sass/_header.scss */
.wp-custom-logo .title-area img {
  width: auto;
  display: block;
  padding: 20px 20px 20px 5px;
}

/* line 58, sass/_header.scss */
.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

/* line 65, sass/_header.scss */
.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #4a5763;
  text-decoration: none;
}

/* line 72, sass/_header.scss */
.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;
}

/* line 88, sass/_header.scss */
.site-header {
  padding-top: 10px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
/* line 4, sass/_navigations.scss */
nav {
  position: absolute !important;
  right: 0;
  left: 0;
  top: 140px;
  z-index: 1;
}

/* line 12, sass/_navigations.scss */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  background-color: #721013;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
/* line 22, sass/_navigations.scss */
.genesis-nav-menu .book-online-btn > a {
  font-style: italic;
  font-size: 16px !important;
  font-family: "Noticia Text", serif !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
}

/* line 31, sass/_navigations.scss */
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

/* line 37, sass/_navigations.scss */
.genesis-nav-menu a {
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Noticia Text", serif;
}

/* line 50, sass/_navigations.scss */
.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: #FFF;
  text-decoration: none;
}

/* line 59, sass/_navigations.scss */
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

/* line 64, sass/_navigations.scss */
.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

/* line 75, sass/_navigations.scss */
.genesis-nav-menu .sub-menu a {
  background-color: unset;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

/* line 83, sass/_navigations.scss */
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

/* line 88, sass/_navigations.scss */
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
/* line 97, sass/_navigations.scss */
.menu .menu-item:focus {
  position: static;
}

/* line 101, sass/_navigations.scss */
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* line 107, sass/_navigations.scss */
.genesis-responsive-menu {
  display: none;
  position: relative;
}

/* line 112, sass/_navigations.scss */
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

/* line 116, sass/_navigations.scss */
.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #5e718c;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

/* line 128, sass/_navigations.scss */
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #5e718c;
}

/* line 137, sass/_navigations.scss */
.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

/* line 147, sass/_navigations.scss */
.menu-toggle.activated::before {
  content: "\f335";
}

/* line 151, sass/_navigations.scss */
.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

/* line 159, sass/_navigations.scss */
.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

/* line 168, sass/_navigations.scss */
.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

/* line 172, sass/_navigations.scss */
.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

/* line 179, sass/_navigations.scss */
.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
/* line 186, sass/_navigations.scss */
nav {
  font-size: 0px;
}

/* line 190, sass/_navigations.scss */
.nav-primary {
  clear: left;
  padding-top: 30px;
  width: 100%;
}
/* line 199, sass/_navigations.scss */
.nav-primary .genesis-nav-menu .menu-item.current_page_item:after {
  display: block;
  width: 50%;
  margin: auto;
  content: '';
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
/* line 210, sass/_navigations.scss */
.nav-primary .genesis-nav-menu .menu-item:after {
  display: block;
  content: '';
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
/* line 220, sass/_navigations.scss */
.nav-primary .genesis-nav-menu .menu-item:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
/* line 225, sass/_navigations.scss */
.nav-primary .genesis-nav-menu .menu-item a:hover {
  background-color: #5e718c;
}
/* line 232, sass/_navigations.scss */
.nav-primary .genesis-nav-menu li.menu-search-form.menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 237, sass/_navigations.scss */
.nav-primary .genesis-nav-menu li.menu-search-form.menu-item input.search-form-input {
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 300px;
  padding: 15px;
  display: none;
  -webkit-animation: fade-out 0.4s;
          animation: fade-out 0.4s;
  outline: 0;
  height: 100%;
}
/* line 249, sass/_navigations.scss */
.nav-primary .genesis-nav-menu li.menu-search-form.menu-item input.search-form-submit {
  margin-top: 0;
  font-family: 'dashicons';
  background-color: transparent;
  color: #FFF;
  font-size: 23px;
  cursor: pointer;
  border-right: 1px solid;
  border-left: 1px solid;
}
/* line 261, sass/_navigations.scss */
.nav-primary .genesis-nav-menu li.menu-search-form.menu-item:hover input.search-form-input {
  display: block;
  opacity: 0.98;
  -webkit-animation: fade-in 0.4s;
          animation: fade-in 0.4s;
}
/* line 269, sass/_navigations.scss */
.nav-primary .genesis-nav-menu a {
  color: #FFF;
  padding-bottom: 15px;
}

/* line 282, sass/_navigations.scss */
.current-menu-item {
  background-color: #5e718c;
}

/* Header Right Widget
------------------------------------------------*/
/* line 289, sass/_navigations.scss */
.header-widget-area .widget {
  word-wrap: break-word;
}

/* line 292, sass/_navigations.scss */
.header-widget-area {
  float: right;
  text-align: left;
  margin: auto;
  padding-top: 30px;
  margin-bottom: 0px;
  max-width: 70%;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  left: 70px;
}
/* line 304, sass/_navigations.scss */
.header-widget-area section {
  margin-bottom: 0px;
}
/* line 308, sass/_navigations.scss */
.header-widget-area section.one-third.first {
  width: 25%;
}
/* line 312, sass/_navigations.scss */
.header-widget-area section#custom_html-3 {
  width: 38%;
}

/* line 317, sass/_navigations.scss */
span.alignleft {
  margin: 0 15px 0px 0;
  max-width: 100%;
  font-size: 25px;
  padding-top: 15px;
}

/* line 324, sass/_navigations.scss */
.header-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #5e718c;
}
/* line 331, sass/_navigations.scss */
.header-content h4, .header-content a {
  font-family: "Noticia Text", serif;
  font-size: 22px;
  font-weight: normal;
  color: #1a2b57;
  text-decoration: none;
  margin-bottom: 0px;
}

/* Entry Content
--------------------------------------------- */
/* line 5, sass/_content.scss */
body.blog .entry {
  border-bottom: 1px solid #ddd;
  line-height: 1.4em;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

/* line 15, sass/_content.scss */
.entry-content ol > li {
  list-style-type: decimal;
}

/* line 19, sass/_content.scss */
.entry-content ul > li {
  list-style-type: disc;
}

/* line 23, sass/_content.scss */
.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

/* line 28, sass/_content.scss */
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/* line 33, sass/_content.scss */
.entry-content code {
  background-color: #f5f5f5;
}

/* line 37, sass/_content.scss */
.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
/* line 45, sass/_content.scss */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

/* line 50, sass/_content.scss */
.entry-header .entry-meta {
  margin-bottom: 20px;
}

/* line 54, sass/_content.scss */
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

/* line 59, sass/_content.scss */
.entry-categories,
.entry-tags {
  display: block;
}

/* line 64, sass/_content.scss */
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
/* line 72, sass/_content.scss */
.pagination {
  clear: both;
  margin: 60px 0;
}

/* line 77, sass/_content.scss */
.adjacent-entry-pagination {
  margin-bottom: 0;
}

/* line 81, sass/_content.scss */
.archive-pagination li {
  display: inline;
}

/* line 85, sass/_content.scss */
.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;
}

/* line 97, sass/_content.scss */
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
/* line 107, sass/_content.scss */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

/* line 113, sass/_content.scss */
.comment-list li {
  padding: 40px 0 0 30px;
}

/* line 117, sass/_content.scss */
.comment-list .depth-1 {
  padding-left: 0;
}

/* line 121, sass/_content.scss */
.comment-header {
  margin-bottom: 30px;
}

/* line 125, sass/_content.scss */
.comment-content {
  clear: both;
}

/* line 129, sass/_content.scss */
.comment-content ul > li {
  list-style-type: disc;
}

/* line 133, sass/_content.scss */
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

/* line 139, sass/_content.scss */
.comment-respond label {
  display: block;
  margin-right: 12px;
}

/* line 144, sass/_content.scss */
.comment-header p {
  margin-bottom: 0;
}

/* line 148, sass/_content.scss */
.entry-pings .reply {
  display: none;
}

/* line 152, sass/_content.scss */
.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* line 179, sass/_content.scss */
p {
  margin-bottom: 0px !important;
}

/* line 181, sass/_content.scss */
.wrap {
  max-width: 1180px;
  margin: 0 auto;
}

/* Sidebar
---------------------------------------------------------------------------- */
/* line 4, sass/_sidebar.scss */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

/* line 9, sass/_sidebar.scss */
.sidebar .widget {
  margin-bottom: 40px;
}
/* line 12, sass/_sidebar.scss */
.sidebar .widget .widget-title {
  text-transform: uppercase;
  font-size: 24px;
}

/* line 20, sass/_sidebar.scss */
.sidebar p {
  margin-bottom: 20px;
}

/* line 25, sass/_sidebar.scss */
#featured-post-2 article {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
/* line 28, sass/_sidebar.scss */
#featured-post-2 article a {
  margin: 0 15px 15px 0 !important;
}
/* line 30, sass/_sidebar.scss */
#featured-post-2 article a img {
  border: solid 3px #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/* line 38, sass/_sidebar.scss */
#featured-post-2 article header h4 a {
  position: relative;
  bottom: 5px;
  font-family: "Noticia Text", serif;
  font-size: 18px !important;
  font-weight: lighter;
  color: #000;
}

/* line 49, sass/_sidebar.scss */
.sidebar .widget .widget-title {
  font-family: "Noticia Text", serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

/* line 57, sass/_sidebar.scss */
#featured-page-2 {
  text-align: center;
  background-color: #5e718c;
  color: #FFF;
}
/* line 62, sass/_sidebar.scss */
#featured-page-2 h3 {
  padding-top: 30px;
}
/* line 66, sass/_sidebar.scss */
#featured-page-2 article {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
/* line 71, sass/_sidebar.scss */
#featured-page-2 article .entry-content p {
  padding: 20px;
  color: #FFF;
  line-height: 1.5;
}
/* line 76, sass/_sidebar.scss */
#featured-page-2 article .entry-content p > a {
  text-align: center;
  float: unset !important;
  margin: auto;
  margin-top: 30px;
  padding: 13px 40px 13px 40px;
  background-color: #721013 !important;
  color: #FFF !important;
  border-radius: 5px;
  font-size: 14px !important;
  font-family: "Noticia Text", serif;
}

/* line 94, sass/_sidebar.scss */
#custom_html-6 .col-1 {
  background-color: #45c9c3;
  margin: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
/* line 4, sass/_footer.scss */
.footer-widgets {
  background-color: #fff;
  clear: both;
}

/* line 9, sass/_footer.scss */
.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

/* line 16, sass/_footer.scss */
.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
/* line 26, sass/_footer.scss */
.site-footer {
  background-color: #FFF;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 10px 10px 10px;
  text-align: center;
  color: #1a2b57;
}
/* line 35, sass/_footer.scss */
.site-footer .wrap {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 39, sass/_footer.scss */
.site-footer .wrap p > a {
  color: #1a2b57;
}

/* line 48, sass/_footer.scss */
.site-footer p {
  margin-bottom: 0;
  font-family: "Noticia Text", serif;
  font-weight: lighter;
  font-size: 14px;
}
/* line 53, sass/_footer.scss */
.site-footer p a {
  color: #FFF;
  text-decoration: none;
}

/* line 59, sass/_footer.scss */
#genesis-footer-widgets {
  color: #FFF;
  background-color: #4a5763;
  padding-top: 20px;
}
/* line 64, sass/_footer.scss */
#genesis-footer-widgets .footer-widget-area {
  margin-bottom: 10px;
}
/* line 69, sass/_footer.scss */
#genesis-footer-widgets .footer-widget-area #nav_menu-2 ul {
  display: -webkit-inline-box;
}
/* line 72, sass/_footer.scss */
#genesis-footer-widgets .footer-widget-area #nav_menu-2 ul li {
  margin-right: 25px;
}
/* line 75, sass/_footer.scss */
#genesis-footer-widgets .footer-widget-area #nav_menu-2 ul li a {
  color: #FFF !important;
  text-decoration: none;
  font-family: "Noticia Text", serif;
  font-size: 17px;
  font-weight: normal;
}
/* line 86, sass/_footer.scss */
#genesis-footer-widgets .footer-widget-area #custom_html-3 ul {
  float: right;
  display: -webkit-inline-box;
  margin-right: 10px;
}
/* line 90, sass/_footer.scss */
#genesis-footer-widgets .footer-widget-area #custom_html-3 ul li {
  padding-left: 35px;
}

/* After footer
----------------------------------------------------------------------------*/
/* line 104, sass/_footer.scss */
div.after-footer-bg {
  max-height: 7px;
}
/* line 107, sass/_footer.scss */
div.after-footer-bg img {
  width: 100% !important;
  height: 20px;
}

/* 2-column Footer Widgets
--------------------------------------------- */
/* line 116, sass/_footer.scss */
.footer-widgets-1,
.footer-widgets-2 {
  width: 47.5%;
  /* 570px / 1200px */
  float: left;
}

/* line 122, sass/_footer.scss */
.footer-widgets-1 {
  margin-right: 5%;
  /* 60px / 1200px */
}

@media only screen and (max-width: 768px) {
  /* line 128, sass/_footer.scss */
  .footer-widgets-1,
  .footer-widgets-2 {
    width: 100%;
  }

  /* line 133, sass/_footer.scss */
  .footer-widgets-1 {
    margin-right: 0;
  }
}
/* line 6, sass/_front.scss */
.section-hero h2,
.section-meet-mark h2,
.section-video h2,
.section-colored-block h2,
.section-recent-posts h2 {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}

/* line 13, sass/_front.scss */
.section-hero {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
  background-attachment: fixed;
}
/* line 19, sass/_front.scss */
.section-hero h3 {
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
}
/* line 27, sass/_front.scss */
.section-hero form button {
  border-radius: 0;
  background-color: #1a2b57;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Noticia Text", serif;
}
/* line 35, sass/_front.scss */
.section-hero form button:hover {
  background-color: #1a2b56;
}

/* line 42, sass/_front.scss */
.section-meet-mark {
  background-color: #5e718c;
  color: #fff;
}
/* line 46, sass/_front.scss */
.section-meet-mark h2, .section-meet-mark h3, .section-meet-mark h4 {
  color: #fff;
}
/* line 52, sass/_front.scss */
.section-meet-mark .ab-layout-column-wrap .ab-block-layout-column:nth-child(1) .ab-block-layout-column-inner {
  display: grid;
  grid-template-columns: 5px 1fr;
  grid-column-gap: 6%;
}
/* line 57, sass/_front.scss */
.section-meet-mark .ab-layout-column-wrap .ab-block-layout-column:nth-child(1) .ab-block-layout-column-inner h2 {
  grid-column-start: 1;
  grid-column-end: 3;
}
/* line 62, sass/_front.scss */
.section-meet-mark .ab-layout-column-wrap .ab-block-layout-column:nth-child(1) .ab-block-layout-column-inner::after {
  content: '';
  display: block;
  border-left: 3px solid #1a2b57;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 5;
}

/* line 77, sass/_front.scss */
.section-video {
  background-color: #fff;
}
/* line 80, sass/_front.scss */
.section-video .wp-block-embed {
  position: relative;
}
/* line 83, sass/_front.scss */
.section-video .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  z-index: 2;
}
/* line 88, sass/_front.scss */
.section-video .wp-block-embed:after {
  content: '';
  background-color: #227ce2;
  height: 195px;
  width: 114%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  left: 50%;
  z-index: 1;
}

/* line 102, sass/_front.scss */
.section-colored-block {
  color: #fff;
}
/* line 105, sass/_front.scss */
.section-colored-block h1, .section-colored-block h2, .section-colored-block h3, .section-colored-block h4, .section-colored-block h5, .section-colored-block h6 {
  color: #fff;
}
/* line 111, sass/_front.scss */
.section-colored-block .ab-layout-column-wrap .wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner {
  display: grid;
  grid-template-columns: 5px 1fr;
  grid-column-gap: 6%;
}
/* line 117, sass/_front.scss */
.section-colored-block .ab-layout-column-wrap .wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner h2 {
  grid-column-start: 1;
  grid-column-end: 3;
}
/* line 122, sass/_front.scss */
.section-colored-block .ab-layout-column-wrap .wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner h3, .section-colored-block .ab-layout-column-wrap .wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner p, .section-colored-block .ab-layout-column-wrap .wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner .wp-block-atomic-blocks-ab-button.ab-block-button {
  grid-column-start: 2;
  grid-column-end: 3;
}
/* line 127, sass/_front.scss */
.section-colored-block .ab-layout-column-wrap .wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner::after {
  content: '';
  display: block;
  border-left: 3px solid #1a2b57;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 5;
}

/** media **/
@media only screen and (min-width: 960px) {
  /* line 148, sass/_front.scss */
  .section-hero form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  /* line 154, sass/_front.scss */
  .section-hero form button {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  /* line 159, sass/_front.scss */
  .section-hero form button:after {
    content: ' >>';
  }
}
@media only screen and (max-width: 959px) {
  /* line 173, sass/_front.scss */
  .section-hero form input {
    margin: 5px 0;
  }
  /* line 177, sass/_front.scss */
  .section-hero form button {
    width: 100%;
    margin-top: 5px;
  }

  /* line 189, sass/_front.scss */
  .section-hero h2,
  .section-meet-mark h2,
  .section-video h2,
  .section-colored-block h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
  }
  /* line 195, sass/_front.scss */
  .section-hero h3,
  .section-meet-mark h3,
  .section-video h3,
  .section-colored-block h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 601px) {
  /* line 204, sass/_front.scss */
  .section-colored-block {
    background: #1a2b56;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, right top, from(#1a2b56), color-stop(50%, #1a2b56), color-stop(50%, #005f5f), to(#005f5f));
    background: linear-gradient(to right, #1a2b56 0%, #1a2b56 50%, #005f5f 50%, #005f5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue', endColorstr='$green',GradientType=1 );
  }
}
@media only screen and (max-width: 600px) {
  /* line 215, sass/_front.scss */
  .section-hero,
  .section-meet-mark,
  .section-video,
  .section-colored-block {
    text-align: center;
  }

  /* line 223, sass/_front.scss */
  .section-hero form button {
    width: 100%;
    margin-top: 5px;
  }

  /* line 229, sass/_front.scss */
  .section-colored-block {
    background: #1a2b56;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#1a2b56), color-stop(50%, #1a2b56), color-stop(50%, #005f5f), to(#005f5f));
    background: linear-gradient(to bottom, #1a2b56 0%, #1a2b56 50%, #005f5f 50%, #005f5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue', endColorstr='$green',GradientType=1 );
  }
  /* line 237, sass/_front.scss */
  .section-colored-block .wp-block-atomic-blocks-ab-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 620px) {
  /* line 6, sass/_mobile.scss */
  .ab-layout-hero-1 .wp-block-columns {
    text-align: center;
  }
  /* line 8, sass/_mobile.scss */
  .ab-layout-hero-1 .wp-block-columns h4 {
    text-align: center;
  }
  /* line 10, sass/_mobile.scss */
  .ab-layout-hero-1 .wp-block-columns h4 > span {
    font-family: "Noticia Text", serif;
    font-size: 45px;
    color: #000;
    font-weight: lighter;
  }
}
@media only screen and (min-width: 480px) {
  /* line 24, sass/_mobile.scss */
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 33, sass/_mobile.scss */
  .section-recent-posts .entry {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-column-gap: 4%;
  }
  /* line 38, sass/_mobile.scss */
  .section-recent-posts .entry .ab-block-post-grid-image {
    grid-row-start: 1;
  }
  /* line 42, sass/_mobile.scss */
  .section-recent-posts .entry .ab-block-post-grid-text {
    grid-row-start: 1;
  }
}
@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */
  /* line 54, sass/_mobile.scss */
  .site-header {
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    border-top: 10px solid #721013;
  }

  /* line 62, sass/_mobile.scss */
  .admin-bar .site-header {
    top: 32px;
  }

  /* line 66, sass/_mobile.scss */
  .wp-custom-logo .title-area {
    max-width: 186px;
    top: -12px;
  }

  /* line 71, sass/_mobile.scss */
  body.front-page.wp-custom-logo .title-area {
    max-width: 308px;
    top: 0;
  }

  /* line 76, sass/_mobile.scss */
  .genesis-nav-menu > .right {
    float: right;
  }

  /* Genesis Menu
  --------------------------------------------- */
  /* line 83, sass/_mobile.scss */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  /* line 87, sass/_mobile.scss */
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  /* line 92, sass/_mobile.scss */
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  /* line 96, sass/_mobile.scss */
  .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;
  }

  /* line 106, sass/_mobile.scss */
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  /* line 111, sass/_mobile.scss */
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  /* line 116, sass/_mobile.scss */
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  /* line 124, sass/_mobile.scss */
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  /* line 131, sass/_mobile.scss */
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
  --------------------------------------------- */
  /* line 138, sass/_mobile.scss */
  .genesis-responsive-menu {
    display: block;
    padding-top: 0;
  }

  /* line 143, sass/_mobile.scss */
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */
  /* line 152, sass/_mobile.scss */
  .nav-primary, .nav-secondary {
    clear: none;
    width: auto;
  }

  /* line 158, sass/_mobile.scss */
  .nav-primary .genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }

  /* Site-Inner
  --------------------------------------------- */
  /* line 172, sass/_mobile.scss */
  .site-inner {
    max-width: 1140px;
    padding-top: 50px;
  }

  /* Content
  --------------------------------------------- */
  /* line 180, sass/_mobile.scss */
  .content {
    float: left;
    width: 65%;
  }

  /* line 185, sass/_mobile.scss */
  .sidebar-content .content {
    float: right;
  }

  /* line 189, sass/_mobile.scss */
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* Sidebar
  --------------------------------------------- */
  /* line 199, sass/_mobile.scss */
  .sidebar {
    float: right;
    width: 30%;
  }

  /* line 204, sass/_mobile.scss */
  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */
  /* line 211, sass/_mobile.scss */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */
  /* line 219, sass/_mobile.scss */
  .after-entry {
    padding: 40px 60px;
  }

  /* line 223, sass/_mobile.scss */
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */
  /* line 231, sass/_mobile.scss */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  /* line 246, sass/_mobile.scss */
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  /* line 252, sass/_mobile.scss */
  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  /* line 257, sass/_mobile.scss */
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  /* line 262, sass/_mobile.scss */
  .one-fourth {
    width: 23.076923076923077%;
  }

  /* line 266, sass/_mobile.scss */
  .three-fourths {
    width: 74.35897435897436%;
  }

  /* line 270, sass/_mobile.scss */
  .one-sixth {
    width: 14.52991452991453%;
  }

  /* line 274, sass/_mobile.scss */
  .five-sixths {
    width: 82.90598290598291%;
  }

  /* line 278, sass/_mobile.scss */
  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */
  /* line 286, sass/_mobile.scss */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 0px;
  }

  /* Footer Widgets
  --------------------------------------------- */
  /* line 299, sass/_mobile.scss */
  .footer-widgets .wrap {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1110px) and (min-width: 961px) {
  /* line 309, sass/_mobile.scss */
  .wp-custom-logo .title-area {
    max-width: 200px;
  }
}
@media only screen and (min-width: 641px) {
  /* line 317, sass/_mobile.scss */
  .site-befote-footer-optin form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
  }
  /* line 322, sass/_mobile.scss */
  .site-befote-footer-optin form input {
    margin: 0 !important;
    border: 0;
    outline: 0;
  }
  /* line 328, sass/_mobile.scss */
  .site-befote-footer-optin form input[type=submit] {
    background-color: #fff;
    color: #1a2b57;
    line-height: 1em;
  }

  /* line 342, sass/_mobile.scss */
  body.blog .entry .entry-image-link {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  /* line 349, sass/_mobile.scss */
  body.blog .entry .entry-header {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  /* line 356, sass/_mobile.scss */
  body.blog .entry .entry-content {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
  }

  /* line 364, sass/_mobile.scss */
  .site-footer {
    text-align: left;
  }
  /* line 367, sass/_mobile.scss */
  .site-footer > .wrap {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* line 373, sass/_mobile.scss */
  .site-footer > .wrap p {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
  }
  /* line 379, sass/_mobile.scss */
  .site-footer > .wrap .nav-secondary {
    margin-top: 0;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    text-align: right;
  }
  /* line 387, sass/_mobile.scss */
  .site-footer > .wrap .nav-secondary .genesis-nav-menu a {
    text-transform: capitalize;
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 398, sass/_mobile.scss */
  .wp-custom-logo .title-area {
    max-width: 90px;
  }
}
@media only screen and (max-width: 959px) {
  /* line 404, sass/_mobile.scss */
  .wp-custom-logo .title-area {
    width: auto;
    position: relative;
  }
  /* line 409, sass/_mobile.scss */
  .wp-custom-logo .title-area img {
    padding: 15px 0px 0px 0px;
    height: auto;
    max-width: 120px;
  }

  /* line 417, sass/_mobile.scss */
  .site-header .widget-area {
    display: none;
  }

  /* line 423, sass/_mobile.scss */
  div.after-footer-bg img {
    height: 7px;
  }

  /* line 428, sass/_mobile.scss */
  #genesis-footer-widgets {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 431, sass/_mobile.scss */
  #genesis-footer-widgets ul {
    display: block;
    text-align: center;
  }
  /* line 437, sass/_mobile.scss */
  #genesis-footer-widgets #nav_menu-2 ul {
    display: block !important;
  }
  /* line 439, sass/_mobile.scss */
  #genesis-footer-widgets #nav_menu-2 ul li {
    margin-right: 0px !important;
  }
  /* line 444, sass/_mobile.scss */
  #genesis-footer-widgets #custom_html-3 {
    text-align: center;
  }
  /* line 446, sass/_mobile.scss */
  #genesis-footer-widgets #custom_html-3 ul {
    float: unset !important;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin-right: 0px !important;
  }
  /* line 451, sass/_mobile.scss */
  #genesis-footer-widgets #custom_html-3 ul li {
    margin: 5px;
    padding-left: 0px !important;
  }
  /* line 454, sass/_mobile.scss */
  #genesis-footer-widgets #custom_html-3 ul li a {
    vertical-align: middle;
  }

  /* line 464, sass/_mobile.scss */
  .site-befote-footer-optin p.footer-desc {
    padding-top: 30px;
    line-height: 1;
  }

  /* line 470, sass/_mobile.scss */
  .site-befote-footer-optin {
    background-image: none;
  }

  /* line 474, sass/_mobile.scss */
  #menu-header-menu {
    text-align: center;
  }

  /* line 478, sass/_mobile.scss */
  .section-vid-bg {
    background-image: unset !important;
  }
  /* line 481, sass/_mobile.scss */
  .section-vid-bg .vid-block {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 486, sass/_mobile.scss */
  .section-vid-bg .vid-block .about-vid {
    padding-top: 80px;
  }

  /* line 492, sass/_mobile.scss */
  .visit-col-1,
  .visit-col-2,
  .visit-col-3 {
    padding: 30px 30px 30px 30px !important;
  }

  /* line 499, sass/_mobile.scss */
  .visit-col-1, .visit-col-2 {
    background: none !important;
  }

  /* line 504, sass/_mobile.scss */
  .wpts-projects-container ul.wpts-projects-listing {
    display: block;
    grid-template-columns: 370px 370px 370px;
    grid-gap: 25px;
    margin: auto;
    width: 100%;
  }

  /* line 519, sass/_mobile.scss */
  .entry-header a.entry-image-link img {
    float: unset !important;
  }

  /* line 525, sass/_mobile.scss */
  .site-inner {
    padding: 0px 30px 0 !important;
  }

  /* line 529, sass/_mobile.scss */
  .after-entry,
  .archive-description,
  .author-box {
    margin-bottom: 0px !important;
  }

  /* line 535, sass/_mobile.scss */
  .archive-pagination.pagination {
    float: unset !important;
    text-align: center;
  }

  /* line 541, sass/_mobile.scss */
  .blog .site-container {
    background-image: unset !important;
  }

  /* line 546, sass/_mobile.scss */
  .ser-row-2 {
    background-image: unset !important;
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  /* line 6, sass/_print.scss */
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  /* line 15, sass/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, sass/_print.scss */
  a[href]::after {
    content: " (" attr(href) ")";
  }

  /* line 24, sass/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 28, sass/_print.scss */
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  /* line 34, sass/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 38, sass/_print.scss */
  img,
  tr {
    page-break-inside: avoid;
  }

  /* line 43, sass/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  /* line 51, sass/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 58, sass/_print.scss */
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 64, sass/_print.scss */
  .content,
  .content-sidebar {
    width: 100%;
  }

  /* line 69, sass/_print.scss */
  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;
  }

  /* line 92, sass/_print.scss */
  .title-area {
    text-align: center;
    width: 100%;
  }

  /* line 97, sass/_print.scss */
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  /* line 103, sass/_print.scss */
  .site-inner {
    padding-top: 0;
    position: relative;
  }

  /* line 108, sass/_print.scss */
  .author-box {
    margin-bottom: 0;
  }

  /* line 112, sass/_print.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  /* line 125, sass/_print.scss */
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  /* line 130, sass/_print.scss */
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  /* line 136, sass/_print.scss */
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* line 2, sass/_custom.scss */
body.home article {
  padding-top: 0px !important;
}

/* line 7, sass/_custom.scss */
article {
  padding-top: 50px;
}

/* line 10, sass/_custom.scss */
aside {
  padding-top: 50px;
}

/* line 14, sass/_custom.scss */
.site-inner {
  max-width: 1180px !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 25, sass/_custom.scss */
main#genesis-content a.ab-block-post-grid-more-link.ab-text-link {
  background-color: #5e718c;
  border: 1px solid #FFF;
  font-family: "Noticia Text", serif;
  font-style: italic;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 5px;
  margin-top: 20px !important;
}

/* line 42, sass/_custom.scss */
.site-after-header {
  background-image: url(/wp-content/uploads/2020/02/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 48, sass/_custom.scss */
.site-after-header .wrap {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #FFF;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

/* line 59, sass/_custom.scss */
.wrap {
  max-width: 1180px;
  padding: 5px;
}

/* line 64, sass/_custom.scss */
.site-befote-footer-optin {
  background-color: #1a2b57;
}
/* line 67, sass/_custom.scss */
.site-befote-footer-optin .wrap {
  padding-bottom: 70px;
  padding-top: 70px;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 74, sass/_custom.scss */
.site-befote-footer-optin h4, .site-befote-footer-optin a, .site-befote-footer-optin p {
  color: #bac4dc;
}

/* line 80, sass/_custom.scss */
body .social-icon:after {
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

/* line 85, sass/_custom.scss */
#custom_html-5 {
  max-width: 30%;
  width: 100%;
  margin-bottom: 0px;
}
/* line 90, sass/_custom.scss */
#custom_html-5 h3 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #FFF;
}

/* line 100, sass/_custom.scss */
#wp-social-widget-2 {
  max-width: 18%;
  width: 100%;
  margin-bottom: 0px;
}
/* line 106, sass/_custom.scss */
#wp-social-widget-2 .wpsw-social-links a {
  margin-bottom: 0px;
}

/* line 111, sass/_custom.scss */
#custom_html-6 {
  max-width: 25%;
  width: 100%;
  margin-bottom: 0px;
}

/* line 116, sass/_custom.scss */
#custom_html-7 {
  max-width: 19%;
  width: 100%;
  margin-bottom: 0px;
}

/* line 123, sass/_custom.scss */
#enews-ext-2 {
  color: #FFF;
}
/* line 126, sass/_custom.scss */
#enews-ext-2 .enews {
  padding-top: 70px;
}
/* line 129, sass/_custom.scss */
#enews-ext-2 .enews h4 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: unset;
  margin-bottom: 5px;
  font-size: 40px;
}
/* line 137, sass/_custom.scss */
#enews-ext-2 .enews p {
  font-size: 24px;
  font-family: "Noticia Text", serif;
  line-height: 1.2;
}
/* line 143, sass/_custom.scss */
#enews-ext-2 .enews form {
  padding-top: 50px;
}
/* line 145, sass/_custom.scss */
#enews-ext-2 .enews form input::-webkit-input-placeholder {
  border-radius: 5px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
  color: #5e718c;
}
#enews-ext-2 .enews form input:-ms-input-placeholder {
  border-radius: 5px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
  color: #5e718c;
}
#enews-ext-2 .enews form input::-ms-input-placeholder {
  border-radius: 5px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
  color: #5e718c;
}
#enews-ext-2 .enews form input::placeholder {
  border-radius: 5px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
  color: #5e718c;
}
/* line 152, sass/_custom.scss */
#enews-ext-2 .enews form input {
  border-radius: 5px;
}
/* line 155, sass/_custom.scss */
#enews-ext-2 .enews form input[type="submit"] {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: unset;
  color: #FFF;
  border: 1px solid;
  max-height: 50px;
}
/* line 168, sass/_custom.scss */
#enews-ext-2 .enews form input[type="submit"]:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 175, sass/_custom.scss */
.site-before-footer-sign-up {
  background-image: url(/wp-content/uploads/2020/02/opt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15px;
  padding-bottom: 20px;
}

/* line 186, sass/_custom.scss */
.ab-layout-hero-1 {
  padding-top: 100px;
}
/* line 188, sass/_custom.scss */
.ab-layout-hero-1 .ab-container-content {
  padding-bottom: 100px;
}
/* line 190, sass/_custom.scss */
.ab-layout-hero-1 .ab-container-content h1.ab-white-text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
}
/* line 195, sass/_custom.scss */
.ab-layout-hero-1 .ab-container-content p {
  font-family: "Noticia Text", serif;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 30px;
}
/* line 202, sass/_custom.scss */
.ab-layout-hero-1 .ab-container-content a.ab-button {
  background-color: unset !important;
  border: 1px solid #FFF;
  font-family: "Noticia Text", serif;
  font-style: italic;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 221, sass/_custom.scss */
.sec2-col-home .ab-container-content {
  margin-top: -120px !important;
}
/* line 224, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-1 {
  background-color: #1a2b57;
  color: #FFF;
  padding-top: 30px;
}
/* line 228, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-1 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  max-width: 50%;
  margin: 0 auto;
}
/* line 236, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-1 a.wp-block-button__link {
  margin-top: 30px;
  background-color: unset !important;
  border: 1px solid #FFF;
  font-family: "Noticia Text", serif;
  font-style: italic;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* line 251, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-2 {
  background-color: #5e718c;
  color: #FFF;
  padding-top: 30px;
}
/* line 256, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-2 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  max-width: 50%;
  margin: 0 auto;
}
/* line 264, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-2 a.wp-block-button__link {
  margin-top: 30px;
  background-color: unset !important;
  border: 1px solid #FFF;
  font-family: "Noticia Text", serif;
  font-style: italic;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* line 279, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-3 {
  background-color: #721013;
  color: #FFF;
  padding-top: 30px;
}
/* line 284, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-3 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  max-width: 50%;
  margin: 0 auto;
}
/* line 292, sass/_custom.scss */
.sec2-col-home .ab-container-content .col-star-3 a.wp-block-button__link {
  margin-top: 30px;
  background-color: unset !important;
  border: 1px solid #FFF;
  font-family: "Noticia Text", serif;
  font-style: italic;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 314, sass/_custom.scss */
.ab-container-content .sec2 .sec2-col2 {
  border-left: 1px solid #000;
  padding-left: 20px;
}
/* line 319, sass/_custom.scss */
.ab-container-content .sec2 .ab-block-layout-column-inner h2.sec2-title {
  font-family: "Roboto", sans-serif !important;
  font-size: 48px;
  font-weight: bold;
  color: #1a2b57;
}
/* line 326, sass/_custom.scss */
.ab-container-content .sec2 .ab-block-layout-column-inner h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #5e718c;
  text-transform: uppercase;
  margin-top: 15px;
}
/* line 334, sass/_custom.scss */
.ab-container-content .sec2 .ab-block-layout-column-inner p {
  font-size: 18px;
  font-family: "Noticia Text", serif;
  font-weight: normal;
  color: #1a2b57;
}

/* line 347, sass/_custom.scss */
.sec3 .sec3-col1, .sec3 .sec3-col2 {
  -webkit-box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.13);
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 95%;
}
/* line 356, sass/_custom.scss */
.sec3 h4 {
  color: #5e718c;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 363, sass/_custom.scss */
.sec3 ul {
  font-family: "Noticia Text", serif;
  font-size: 18px;
  color: #1a2b57;
  margin-left: 20px;
}

/* line 372, sass/_custom.scss */
.sec4 {
  color: #FFF;
}
/* line 374, sass/_custom.scss */
.sec4 .sec4-col1 {
  padding-top: 10px;
}
/* line 376, sass/_custom.scss */
.sec4 .sec4-col1 h5 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 383, sass/_custom.scss */
.sec4 .sec4-col1 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: bold;
}
/* line 391, sass/_custom.scss */
.sec4 .sec4-col2 h4 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0px;
}
/* line 397, sass/_custom.scss */
.sec4 .sec4-col2 p {
  font-family: "Noticia Text", serif;
  font-size: 21px;
  font-weight: normal;
  margin-top: 0px;
}
/* line 403, sass/_custom.scss */
.sec4 .sec4-col2 .sec4-col2-t4 {
  width: 200px;
}

/* line 410, sass/_custom.scss */
.sec5 .ab-container-content {
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -130px !important;
  background-color: #FFF;
  border-radius: 5px;
}
/* line 419, sass/_custom.scss */
.sec5 .ab-container-content .sec5-col1 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #1a2b57;
  padding-top: 15px;
  padding-left: 15px;
}
/* line 430, sass/_custom.scss */
.sec5 .ab-container-content .sec5-col2 a.wp-block-button__link {
  margin-top: 30px;
  background-color: #5e718c;
  font-family: "Noticia Text", serif;
  font-style: italic;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 448, sass/_custom.scss */
.sec6 h4.sec6-t1 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 457, sass/_custom.scss */
.sec6 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #FFF;
}
/* line 467, sass/_custom.scss */
.sec6 .home-testimonials .testimonial-inner {
  background-image: url(/wp-content/uploads/2020/02/testimonials-bg.png);
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 476, sass/_custom.scss */
.sec6 .home-testimonials .testimonial-inner h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #5e718c;
  text-transform: uppercase;
}
/* line 484, sass/_custom.scss */
.sec6 .home-testimonials .testimonial-inner .testimonial-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 487, sass/_custom.scss */
.sec6 .home-testimonials .testimonial-inner .testimonial-content p {
  font-family: "Noticia Text", serif;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  color: #1a2b57;
  line-height: 1.3;
}
/* line 497, sass/_custom.scss */
.sec6 .home-testimonials .testimonial-inner .testimonial-field.testimonial-name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300 !important;
  color: #FFF;
  position: relative;
  top: 50px;
  left: 20px;
}

/* line 511, sass/_custom.scss */
.sec5-cta-2 .ab-container-content {
  margin-top: -130px !important;
  -webkit-box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.13);
}

/* line 521, sass/_custom.scss */
.sec7 .ab-container-content h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #5e718c;
  text-transform: uppercase;
}
/* line 529, sass/_custom.scss */
.sec7 .ab-container-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #1a2b57;
}
/* line 537, sass/_custom.scss */
.sec7 .ab-container-content section.ab-block-post-grid {
  padding-top: 50px;
}
/* line 539, sass/_custom.scss */
.sec7 .ab-container-content section.ab-block-post-grid h3.ab-block-post-grid-title {
  font-family: "Noticia Text", serif;
  font-size: 28px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 545, sass/_custom.scss */
.sec7 .ab-container-content section.ab-block-post-grid .ab-block-post-grid-date {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 550, sass/_custom.scss */
.sec7 .ab-container-content section.ab-block-post-grid a.ab-block-post-grid-more-link {
  background-color: unset !important;
  padding: 0px;
  color: #1a2b57 !important;
  font-style: italic;
  font-family: "Noticia Text", serif;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
}
/* line 561, sass/_custom.scss */
.sec7 .ab-container-content section.ab-block-post-grid a:hover {
  text-decoration: none;
}

/* line 570, sass/_custom.scss */
.sidebar .enews {
  background-color: #5e718c;
  padding: 30px;
  color: #fff;
  text-align: left !important;
}
/* line 575, sass/_custom.scss */
.sidebar .enews h3 {
  text-align: left !important;
}
/* line 578, sass/_custom.scss */
.sidebar .enews p {
  font-size: 18px;
  padding-bottom: 20px;
}
/* line 584, sass/_custom.scss */
.sidebar .enews form input {
  border-radius: 5px;
}
/* line 587, sass/_custom.scss */
.sidebar .enews form input[type="submit"] {
  background-color: unset !important;
  padding: 15px;
  padding-left: 20px;
  color: #FFF;
  font-style: italic;
  font-family: "Noticia Text", serif;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
  border: 1px solid #FFF;
}

/* line 602, sass/_custom.scss */
.sidebar .widget .widget-title {
  text-align: left !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  padding-bottom: 15px;
}

/* line 611, sass/_custom.scss */
.sidebar-testimonials .wpmslider-wrapper {
  background-color: #878787;
  color: #FFF;
  padding: 15px;
}
/* line 616, sass/_custom.scss */
.sidebar-testimonials .wpmslider-wrapper .testimonial-inner h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
/* line 622, sass/_custom.scss */
.sidebar-testimonials .wpmslider-wrapper .testimonial-inner p {
  font-family: "Noticia Text", serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
/* line 629, sass/_custom.scss */
.sidebar-testimonials .wpmslider-wrapper .testimonial-name {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 959px) {
  /* line 648, sass/_custom.scss */
  #custom_html-5,
  #wp-social-widget-2,
  #custom_html-6,
  #custom_html-7 {
    max-width: unset;
    text-align: center;
    padding-bottom: 25px;
  }

  /* line 657, sass/_custom.scss */
  .alignleft {
    float: unset;
  }

  /* line 661, sass/_custom.scss */
  button.menu-toggle {
    position: absolute;
    right: 20px;
    top: 35px;
  }

  /* line 666, sass/_custom.scss */
  nav {
    top: 125px;
  }
  /* line 669, sass/_custom.scss */
  nav ul {
    text-align: center;
  }
  /* line 672, sass/_custom.scss */
  nav ul li.right {
    text-align: center;
  }
  /* line 676, sass/_custom.scss */
  nav ul li.menu-search-form {
    display: none !important;
  }

  /* line 681, sass/_custom.scss */
  .nav-primary {
    padding-top: 0px;
  }

  /* line 688, sass/_custom.scss */
  #enews-ext-2 .enews form input[type="submit"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* line 697, sass/_custom.scss */
  .sec2-col-home .ab-container-content {
    margin-top: unset !important;
  }

  /* line 704, sass/_custom.scss */
  .ab-container-content .sec2 .ab-block-spacer {
    display: none;
  }
  /* line 707, sass/_custom.scss */
  .ab-container-content .sec2 .sec2-col2 {
    border-left: unset;
    padding-left: unset;
    padding: 15px;
  }
  /* line 712, sass/_custom.scss */
  .ab-container-content .sec2 .ab-block-layout-column-inner {
    text-align: center;
  }

  /* line 720, sass/_custom.scss */
  .sec3 .sec3-col1, .sec3 .sec3-col2 {
    height: unset;
    margin-bottom: 20px;
  }

  /* line 727, sass/_custom.scss */
  .sec5 .ab-container-content {
    margin-top: unset !important;
    text-align: center;
  }
  /* line 731, sass/_custom.scss */
  .sec5 .ab-container-content .sec5-col1 h2 {
    padding-left: 0px;
  }

  /* line 738, sass/_custom.scss */
  .sec4 {
    text-align: center;
  }
  /* line 741, sass/_custom.scss */
  .sec4 .sec4-col2-t4 {
    width: auto !important;
  }

  /* line 747, sass/_custom.scss */
  .sec6 .ab-container-content {
    padding-top: 20px;
  }
  /* line 749, sass/_custom.scss */
  .sec6 .ab-container-content .sec6-t1, .sec6 .ab-container-content .sec6-t2 {
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  /* line 759, sass/_custom.scss */
  .site-before-footer-sign-up .wrap {
    max-width: 920px;
    margin: 0 auto;
  }
  /* line 765, sass/_custom.scss */
  .site-before-footer-sign-up .wrap .enews h4 {
    font-size: 48px !important;
  }
  /* line 768, sass/_custom.scss */
  .site-before-footer-sign-up .wrap .enews form {
    display: grid;
    grid-template-columns: 340px 340px 1fr;
    grid-column-gap: 30px;
  }
}
