/**
 * Font Sizes
 *
**/
/**
 * Line Heights
 *
**/
/**
 * Clearfix
 *
 */
/**
 * Icon Position
 *
 */
/**
 * Full width styles.
 */
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  overflow: visible; }

progress,
sub,
sup {
  vertical-align: baseline; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

code,
kbd,
pre,
samp {
  font-family: 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; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
optgroup,
select,
textarea,
body .gform_wrapper textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15; }

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 {
  padding: 0;
  border-style: none; }

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal; }

textarea, body .gform_wrapper textarea {
  overflow: auto; }

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

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

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

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

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

.js .animated {
  opacity: 0;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

.js .animatedGo {
  animation-duration: .5s;
  animation-fill-mode: both; }

/* Animations
--------------------------------------------- */
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-500px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(500px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.growIn {
  animation-name: growIn; }

@keyframes growIn {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0.1); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.delayed_02s {
  animation-delay: .2s; }

.delayed_03s {
  animation-delay: .3s; }

.delayed_04s {
  animation-delay: .4s; }

.delayed_05s {
  animation-delay: .5s; }

.delayed_06s {
  animation-delay: .6s; }

.delayed_07s {
  animation-delay: .7s; }

.delayed_08s {
  animation-delay: .8s; }

.delayed_09s {
  animation-delay: .9s; }

.delayed_10s {
  animation-delay: 1s; }

.delayed_15s {
  animation-delay: 1.5s; }

.delayed_20s {
  animation-delay: 2s; }

.animated.fadeInLeft_onScroll.animationGo {
  animation-name: fadeInLeft; }

.animated.fadeInRight_onScroll.animationGo {
  animation-name: fadeInRight; }

.animated.growIn_onScroll.animationGo {
  animation-name: growIn; }

.animated.fadeInUp_onScroll.animationGo {
  animation-name: fadeInUp; }

.animated.fadeInDown_onScroll.animationGo {
  animation-name: fadeInDown; }

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

html,
body {
  overflow-x: hidden; }

body {
  color: #111;
  font-family: "utopia-std", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  margin: 0; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }
a {
  border-bottom: 2px solid #BA3E36;
  color: #13151A;
  text-decoration: none;
  transition: all ease-in-out 0.2s; }
  a:focus, a:hover {
    color: #BA3E36; }

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

li {
  list-style-type: none; }

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

b,
strong {
  font-weight: 600; }

em,
i {
  font-style: italic; }

cite {
  font-style: normal; }

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

.highlight,
.red-title .entry-title,
.blog .archive-title {
  color: #BA3E36;
  font-weight: 600;
  font-style: italic; }

button,
input:focus,
body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="button"],
body .gform_wrapper input[type="button"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"],
body .gform_wrapper input[type="reset"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"],
body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea:focus,
body .gform_wrapper textarea:focus,
.button,
.gallery img {
  transition: 0.2s; }

.intro {
  line-height: 26px;
  font-size: 20px; }
  @media (min-width: 768px) {
    .intro {
      line-height: 30px; } }
  @media (min-width: 768px) {
    .intro {
      font-size: 24px; } }
p.disclaimer, .archive .content .disclaimer.entry-content {
  color: #6A6D73;
  font-size: 12px; }
  @media (min-width: 768px) {
    p.disclaimer, .archive .content .disclaimer.entry-content {
      font-size: 14px; } }
  @media (min-width: 960px) {
    p.disclaimer, .archive .content .disclaimer.entry-content {
      font-size: 16px; } }
  @media (min-width: 1120px) {
    p.disclaimer, .archive .content .disclaimer.entry-content {
      font-size: 16px; } }
.textcenter {
  text-align: center; }

/* Paragraphs
--------------------------------------------- */
p, .archive .content .entry-content {
  margin: 0 0 32px;
  padding: 0; }
  p.large, .archive .content .large.entry-content, p.has-large-font-size, .archive .content .has-large-font-size.entry-content {
    font-size: 20px; }
    @media (min-width: 960px) {
      p.large, .archive .content .large.entry-content, p.has-large-font-size, .archive .content .has-large-font-size.entry-content {
        font-size: 24px; } }
  p.has-regular-font-size, .archive .content .has-regular-font-size.entry-content {
    font-size: 20px; }
  p.small, .archive .content .entry-content, p.has-small-font-size {
    line-height: 1.875;
    font-size: 16px;
    margin-bottom: 16px; }

.read-more {
  font-size: 16px; }
  @media (min-width: 768px) {
    .read-more {
      font-size: 18px; } }
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.archive .entry-title,
.h5,
.h6 {
  color: #111;
  font-family: "utopia-std", serif;
  font-weight: 400;
  margin: 0 0 16px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .archive .entry-title a,
  .h5 a,
  .h6 a {
    color: #BA3E36; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover,
    .h1 a:hover,
    .h2 a:hover,
    .h3 a:hover,
    .h4 a:hover,
    .archive .entry-title a:hover,
    .h5 a:hover,
    .h6 a:hover {
      color: #9C342D;
      text-decoration: none; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus,
  .h1:focus,
  .h2:focus,
  .h3:focus,
  .h4:focus,
  .archive .entry-title:focus,
  .h5:focus,
  .h6:focus {
    outline: none; }

h1,
.h1 {
  line-height: 1.25;
  font-size: 32px; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      line-height: 0.92; } }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 48px; } }
h2,
.h2 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 24px; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      line-height: 1.1; } }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 36px; } }
  @media (min-width: 981px) {
    h2,
    .h2 {
      font-weight: 400; } }
h3,
.h3 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 21px; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 24px; } }
h4,
.h4,
.archive .entry-title {
  line-height: 1.3;
  font-weight: 600;
  font-size: 18px; }
  @media (min-width: 768px) {
    h4,
    .h4,
    .archive .entry-title {
      font-size: 21px; } }
h5,
.h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.42;
  font-size: 18px; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      line-height: 1.6; } }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 15px; } }
  @media (min-width: 981px) {
    h5,
    .h5 {
      font-weight: 600; } }
h6,
.h6 {
  font-style: italic;
  font-weight: 600;
  line-height: 1.41;
  font-size: 18px; }
  @media (min-width: 768px) {
    h6,
    .h6 {
      line-height: 1.6; } }
  @media (min-width: 768px) {
    h6,
    .h6 {
      font-size: 20px; } }
/*
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  font-style: italic;
  text-align: left; }
  blockquote p, blockquote .archive .content .entry-content, .archive .content blockquote .entry-content,
  blockquote.wp-block-quote p {
    color: #111;
    font-style: italic;
    font-weight: 400;
    line-height: 1.41;
    font-size: 17px; }
    @media (min-width: 768px) {
      blockquote p, blockquote .archive .content .entry-content, .archive .content blockquote .entry-content,
      blockquote.wp-block-quote p {
        line-height: 1.56; } }
    @media (min-width: 768px) {
      blockquote p, blockquote .archive .content .entry-content, .archive .content blockquote .entry-content,
      blockquote.wp-block-quote p {
        font-size: 18px; } }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #111;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      blockquote cite,
      blockquote .wp-block-quote__citation,
      blockquote.wp-block-quote cite,
      blockquote.wp-block-quote .wp-block-quote__citation {
        font-size: 18px; } }
  blockquote p:last-of-type, blockquote .archive .content .entry-content:last-of-type, .archive .content blockquote .entry-content:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc(2 * $block-margin) auto; }
    blockquote.is-large p, blockquote.is-large .archive .content .entry-content, .archive .content blockquote.is-large .entry-content, blockquote.is-style-large p, blockquote.is-style-large .archive .content .entry-content, .archive .content blockquote.is-style-large .entry-content,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p {
      font-size: 24px; }
      @media (min-width: 768px) {
        blockquote.is-large p, blockquote.is-large .archive .content .entry-content, .archive .content blockquote.is-large .entry-content, blockquote.is-style-large p, blockquote.is-style-large .archive .content .entry-content, .archive .content blockquote.is-style-large .entry-content,
        blockquote.wp-block-quote.is-large p,
        blockquote.wp-block-quote.is-style-large p {
          font-size: 36px; } }
    blockquote.is-large cite, blockquote.is-style-large cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite {
      text-align: left; }

/* Block Media/Content
--------------------------------------------- */
.wp-block-media-text {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  padding-top: 16px; }
  @media (max-width: 979px) {
    .wp-block-media-text .wp-block-media-text__content {
      order: 1; }
    .wp-block-media-text .wp-block-media-text__media {
      margin-top: 48px;
      text-align: center;
      order: 2; } }
  @media (min-width: 981px) {
    .wp-block-media-text {
      flex-direction: row; }
      .wp-block-media-text .wp-block-media-text__media,
      .wp-block-media-text .wp-block-media-text__content {
        width: 50%; }
      .wp-block-media-text .wp-block-media-text__content {
        padding-left: 48px; }
      .wp-block-media-text .wp-block-media-text__media {
        padding-right: 48px;
        text-align: left; }
      .wp-block-media-text.has-media-on-the-right {
        flex-direction: row-reverse; }
        .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          padding-left: 0;
          padding-right: 48px; }
        .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
          padding-left: 48px;
          padding-right: 0;
          text-align: right; } }
  .wp-block-media-text img {
    display: inline-block; }
  .wp-block-media-text.medium-size img {
    max-width: 370px; }
  .wp-block-media-text .wp-block-media-text__content > .has-large-font-size {
    margin: 0; }
  .wp-block-media-text .wp-block-media-text__media img {
    margin: 0; }

/* Columns
--------------------------------------------- */
.wp-block-columns.filled-columns .wp-block-column {
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 20px; }

@media (min-width: 961px) {
  .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wp-block-columns.has-1-columns {
      display: block; }
    .wp-block-columns .wp-block-column {
      padding: 2%; }
    .entry-content .wp-block-columns.has-2-columns .wp-block-column {
      width: 50%; }
      .entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-child(2n+1) {
        padding-left: 0; }
      .entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-child(2n+2) {
        padding-right: 0; }
    .entry-content .wp-block-columns.has-3-columns .wp-block-column {
      width: 33.333%; }
    .entry-content .wp-block-columns.has-4-columns .wp-block-column {
      width: 25%; }
    .wp-block-columns.filled-columns .wp-block-column {
      padding: 5%; }
    .entry-content .wp-block-columns.filled-columns.has-2-columns .wp-block-column {
      width: calc( 50% - 2%); }
      .entry-content .wp-block-columns.filled-columns.has-2-columns .wp-block-column:nth-child(2n+1) {
        padding-left: 5%;
        margin-left: 0; }
      .entry-content .wp-block-columns.filled-columns.has-2-columns .wp-block-column:nth-child(2n+2) {
        padding-right: 5%;
        margin-right: 0; }
    .entry-content .wp-block-columns.filled-columns.has-3-columns .wp-block-column {
      width: 33.333%; }
    .entry-content .wp-block-columns.filled-columns.has-4-columns .wp-block-column {
      width: 25%; } }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 4px solid #6A6D73;
    border-bottom: 8px solid #6A6D73;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background: transparent;
  border-bottom: 1px solid #9EA0A6;
  border-top: 1px solid #9EA0A6;
  height: 10px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
  hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    background: #6A6D73; }

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #6A6D73;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px; }

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

.iframe-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 60px; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }
  .gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px; }
    .gallery img:focus, .gallery img:hover {
      border: 1px solid #9EA0A6;
      outline: none; }

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

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

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

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

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

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

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

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

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

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

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

/* Tables
--------------------------------------------- */
table,
.wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 32px;
  width: 100%;
  word-break: break-all; }
  table tbody,
  .wp-block-table tbody {
    border-bottom: 1px solid #eee; }
  table td,
  table th,
  .wp-block-table td,
  .wp-block-table th {
    text-align: left; }
  table td,
  .wp-block-table td {
    border-top: 1px solid #eee;
    padding: 6px; }
  table th,
  .wp-block-table th {
    font-weight: 400;
    padding: 0 6px; }
  table td:first-child,
  table th:first-child,
  .wp-block-table td:first-child,
  .wp-block-table th:first-child {
    padding-left: 0; }

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #2e86de; }

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

.has-green-color {
  color: #10ac84; }

.has-green-background-color {
  background-color: #10ac84; }

.has-orange-color {
  color: #ff9f43; }

.has-orange-background-color {
  background-color: #ff9f43; }

.has-red-color {
  color: #BA3E36; }

.has-red-background-color {
  background-color: #BA3E36; }

/* Utilities
---------------------------------------------------------------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

/**
* 
* GRID!!!!!!!
* Grid layout utility classes.
* 
---------------------------------------------------------------------------------------------------- */
/* Blcks
--------------------------------------------- */
.blck {
  padding: 120px 0; }

.blck-grey {
  background-color: #f5f5f5; }

.blck-2-cols div {
  float: left;
  width: 47%;
  margin-right: 6%; }
  .blck-2-cols div:nth-of-type(2) {
    margin-right: 0; }

.blck-3-cols div {
  float: left;
  width: 30%;
  margin-right: 5%; }
  .blck-3-cols div:nth-of-type(3) {
    margin-right: 0; }

@supports (grid-area: auto) {
  .blck-2-cols,
  .blck-3-cols {
    display: block; }
    .blck-2-cols div,
    .blck-3-cols div {
      float: none;
      margin-bottom: 30px;
      margin-right: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .blck-2-cols div,
        .blck-3-cols div {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .blck-2-cols,
      .blck-3-cols {
        display: grid;
        grid-gap: 30px; } }
  .blck-content-middle div {
    align-self: center;
    justify-self: center; }
  .blck-2-cols {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr; }
  .blck-3-cols {
    grid-template-columns: 1fr 1fr 1fr; } }

/* Custom Block Styles
--------------------------------------------- */
.block-section {
  padding: 72px 0; }

.block-hero {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
  padding: 100px 0 0;
  margin-bottom: 40px;
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }
  @media (min-width: 981px) {
    .block-hero {
      margin-bottom: 75px;
      padding: 220px 16px 0; } }
  .block-hero > .wrap {
    position: relative;
    max-width: 1200px; }
    @media (max-width: 979px) {
      .block-hero > .wrap {
        margin: 0 5%; } }
  .block-hero .block-hero__content {
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }
    @media (min-width: 961px) {
      .block-hero .block-hero__content {
        margin-bottom: 90px; } }
  .block-hero .block-hero__background {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(140px); }
    @media (min-width: 981px) {
      .block-hero .block-hero__background {
        display: block;
        margin: 0; } }
  .block-hero .block-hero__title {
    line-height: 1;
    letter-spacing: -1.5px;
    margin: 0 0 70px;
    max-width: 530px;
    font-size: 48px; }
    @media (min-width: 768px) {
      .block-hero .block-hero__title {
        font-size: 66px; } }
  .block-hero .block-hero__logos {
    max-width: 100%; }
    @media (min-width: 981px) {
      .block-hero .block-hero__logos {
        max-width: 640px; } }
  .block-hero .mailchimp-form-wrap {
    margin-bottom: 36px; }
    @media (min-width: 981px) {
      .block-hero .mailchimp-form-wrap {
        max-width: 640px;
        margin-bottom: 70px; }
        .block-hero .mailchimp-form-wrap input:focus, .block-hero .mailchimp-form-wrap body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .block-hero .mailchimp-form-wrap input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          border-color: transparent; }
        .block-hero .mailchimp-form-wrap .fname-wrap,
        .block-hero .mailchimp-form-wrap .email-wrap {
          margin: 0; }
        .block-hero .mailchimp-form-wrap .fname-wrap {
          position: relative; }
          .block-hero .mailchimp-form-wrap .fname-wrap::after {
            background: #9EA0A6;
            content: "";
            display: block;
            height: calc( 100% - 30px);
            position: absolute;
            right: 0;
            top: 15px;
            width: 1px; } }
.archive .entry {
  border-bottom: 1px solid #9EA0A6;
  margin-bottom: 48px;
  padding-bottom: 48px; }

.archive.archive--media .entry {
  border-bottom: 0;
  margin-bottom: 16px; }

.archive.archive--media .entry-title {
  font-weight: 400; }

.testimonials {
  padding: 20px 0;
  transition: height .25s ease-in-out; }
  @media (min-width: 961px) {
    .testimonials {
      padding: 48px 0; } }
  .testimonials ul.testimonial__content-tabs {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin: 0; }
    @media (min-width: 961px) {
      .testimonials ul.testimonial__content-tabs {
        margin: 0 -20px; } }
    .testimonials ul.testimonial__content-tabs li {
      color: #9C342D;
      display: inline-block;
      padding: 16px 20px 16px;
      line-height: 1;
      cursor: pointer;
      font-weight: 700;
      margin: 10px 25px;
      opacity: 0.5;
      overflow: hidden;
      text-align: left;
      transition: all ease-in-out 0.2s;
      transform: scale(0.8);
      width: calc( 33.33% - 50px); }
      @media (min-width: 961px) {
        .testimonials ul.testimonial__content-tabs li {
          padding: 32px 36px; } }
      .testimonials ul.testimonial__content-tabs li:hover {
        background: #fff;
        opacity: 0.6;
        box-shadow: 0px 10px 35px rgba(12, 20, 30, 0.1);
        transform: scale(0.85); }
      @media (max-width: 959px) {
        .testimonials ul.testimonial__content-tabs li {
          display: none; }
          .testimonials ul.testimonial__content-tabs li.current {
            display: block;
            background-color: transparent;
            box-shadow: none;
            margin: 20px 0;
            width: auto; }
            .testimonials ul.testimonial__content-tabs li.current:hover {
              background-color: transparent;
              box-shadow: none;
              cursor: default; } }
      @media (max-width: 1119px) {
        .testimonials ul.testimonial__content-tabs li .avatar {
          display: none; } }
      .testimonials ul.testimonial__content-tabs li.current, .testimonials ul.testimonial__content-tabs li.current:hover {
        background: #fff;
        color: #BA3E36;
        transition: all ease-in-out 0.25s;
        opacity: 1;
        box-shadow: 0px 10px 35px rgba(44, 66, 100, 0.2);
        transform: scale(1); }
      .testimonials ul.testimonial__content-tabs li .avatar {
        float: left;
        max-width: 70px;
        margin: 0 10px 0 0; }
        @media (min-width: 1120px) {
          .testimonials ul.testimonial__content-tabs li .avatar {
            max-height: 70px;
            margin: 0 16px 0 0; } }
      .testimonials ul.testimonial__content-tabs li .name {
        display: block;
        margin: 0 0 6px;
        text-transform: none;
        line-height: 1; }
      .testimonials ul.testimonial__content-tabs li .cite {
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        color: #BA3E36;
        text-transform: uppercase;
        margin: 0; }
    .testimonials ul.testimonial__content-tabs .testimonial__content-tabs__link {
      align-items: center;
      display: flex; }
  .testimonials .tab-content {
    display: none;
    background: transparent;
    max-width: 720px;
    margin: 40px auto 20px; }
    @media (min-width: 961px) {
      .testimonials .tab-content {
        margin: 86px auto 66px;
        position: relative; } }
    .testimonials .tab-content .tab-content__quotation {
      color: #D1D3D8;
      display: block;
      position: absolute;
      top: 10px;
      left: -24px;
      font-size: 120px;
      transform: translateX(-100%); }
    .testimonials .tab-content.current {
      display: inherit;
      animation-name: fadeInUp;
      opacity: 1;
      animation-duration: .4s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }

.wp-block-columns.event-grid-wrap {
  margin-left: -12px;
  margin-right: -12px;
  justify-content: flex-start; }
  .wp-block-columns.event-grid-wrap .event-grid__item {
    border: 2px solid #9EA0A6;
    padding: 20px;
    margin: 0 12px 24px;
    list-style-type: none;
    min-height: 296px; }
    @media (min-width: 961px) {
      .wp-block-columns.event-grid-wrap .event-grid__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 44px;
        transition: all .25s ease-in-out; }
        .wp-block-columns.event-grid-wrap .event-grid__item.wp-block-column {
          width: calc( 33.333% - 24px); }
          .wp-block-columns.event-grid-wrap .event-grid__item.wp-block-column:nth-child(3n+1) {
            margin-left: 0; }
          .wp-block-columns.event-grid-wrap .event-grid__item.wp-block-column:nth-child(3n+3) {
            margin-right: 0; }
        .wp-block-columns.event-grid-wrap .event-grid__item:not(.event-grid__item--old):focus, .wp-block-columns.event-grid-wrap .event-grid__item:not(.event-grid__item--old):hover {
          border-color: #BA3E36;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15); }
        .wp-block-columns.event-grid-wrap .event-grid__item .event-grid__item__action {
          margin-top: auto; } }
    .wp-block-columns.event-grid-wrap .event-grid__item .event-grid__item__date {
      color: #9EA0A6; }
    .wp-block-columns.event-grid-wrap .event-grid__item .event-grid__item__title {
      margin-bottom: 10px; }
      .wp-block-columns.event-grid-wrap .event-grid__item .event-grid__item__title a {
        border-color: transparent;
        color: #13151A; }
        .wp-block-columns.event-grid-wrap .event-grid__item .event-grid__item__title a:focus, .wp-block-columns.event-grid-wrap .event-grid__item .event-grid__item__title a:hover {
          color: #BA3E36; }
    .wp-block-columns.event-grid-wrap .event-grid__item .event-grid__item__location {
      margin-bottom: 20px; }

.svg-icon {
  width: 1em;
  height: 1em; }

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: currentColor; }

.svg-icon circle {
  stroke: currentColor;
  stroke-width: 1; }

/* Forms
--------------------------------------------- */
form {
  background: #f5f5f5;
  padding: 48px; }
  @media (min-width: 981px) {
    form {
      padding: 120px; } }
input, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
select,
textarea,
body .gform_wrapper textarea {
  background-color: #fff;
  border: 1px solid transparent;
  color: #13151A;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

input:focus, body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea:focus,
body .gform_wrapper textarea:focus {
  border: 1px solid #D1D3D8;
  outline: none; }

input[type="checkbox"], body .gform_wrapper input[type="checkbox"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="image"],
body .gform_wrapper input[type="image"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="radio"],
body .gform_wrapper input[type="radio"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: auto; }

::-moz-placeholder {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #13151A;
  opacity: 1; }

::-webkit-input-placeholder {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #13151A; }

button,
input[type="button"],
body .gform_wrapper input[type="button"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"],
body .gform_wrapper input[type="reset"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"],
body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.button,
.wp-block-button__link {
  background-color: #BA3E36;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 14px 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto; }
  button:focus, button:hover,
  input[type="button"]:focus,
  body .gform_wrapper input[type="button"]:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="button"]:hover,
  body .gform_wrapper input[type="button"]:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="reset"]:focus,
  body .gform_wrapper input[type="reset"]:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="reset"]:hover,
  body .gform_wrapper input[type="reset"]:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="submit"]:focus,
  body .gform_wrapper input[type="submit"]:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="submit"]:hover,
  body .gform_wrapper input[type="submit"]:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .button:focus,
  .button:hover,
  .wp-block-button__link:focus,
  .wp-block-button__link:hover {
    background-color: #9C342D;
    color: #fff; }

a.button.ghost,
button.ghost,
input[type="button"].ghost,
body .gform_wrapper input[type="button"].ghost:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].ghost,
body .gform_wrapper input[type="reset"].ghost:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].ghost,
body .gform_wrapper input[type="submit"].ghost:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  border: 2px solid #BA3E36;
  color: #BA3E36; }

a.button.ghost:focus,
a.button.ghost:hover,
button.ghost:focus,
button.ghost:hover,
input[type="button"].ghost:focus,
body .gform_wrapper input[type="button"].ghost:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="button"].ghost:hover,
body .gform_wrapper input[type="button"].ghost:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].ghost:focus,
body .gform_wrapper input[type="reset"].ghost:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].ghost:hover,
body .gform_wrapper input[type="reset"].ghost:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].ghost:focus,
body .gform_wrapper input[type="submit"].ghost:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].ghost:hover,
body .gform_wrapper input[type="submit"].ghost:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  border: 2px solid #9C342D;
  color: #9C342D; }

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

.button {
  display: inline-block; }

a.button.small, .archive .content .button.entry-content,
button.small,
.archive .content button.entry-content,
input[type="button"].small,
.archive .content [type="button"].entry-content,
body .gform_wrapper input[type="button"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .archive .content [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.archive .content body .gform_wrapper [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].small,
.archive .content [type="reset"].entry-content,
body .gform_wrapper input[type="reset"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .archive .content [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.archive .content body .gform_wrapper [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].small,
.archive .content [type="submit"].entry-content,
body .gform_wrapper input[type="submit"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .archive .content [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.archive .content body .gform_wrapper [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px 12px; }
  @media (min-width: 768px) {
    a.button.small, .archive .content .button.entry-content,
    button.small,
    .archive .content button.entry-content,
    input[type="button"].small,
    .archive .content [type="button"].entry-content,
    body .gform_wrapper input[type="button"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].small,
    .archive .content [type="reset"].entry-content,
    body .gform_wrapper input[type="reset"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].small,
    .archive .content [type="submit"].entry-content,
    body .gform_wrapper input[type="submit"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 14px; } }
  @media (min-width: 960px) {
    a.button.small, .archive .content .button.entry-content,
    button.small,
    .archive .content button.entry-content,
    input[type="button"].small,
    .archive .content [type="button"].entry-content,
    body .gform_wrapper input[type="button"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].small,
    .archive .content [type="reset"].entry-content,
    body .gform_wrapper input[type="reset"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].small,
    .archive .content [type="submit"].entry-content,
    body .gform_wrapper input[type="submit"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 15px; } }
  @media (min-width: 1120px) {
    a.button.small, .archive .content .button.entry-content,
    button.small,
    .archive .content button.entry-content,
    input[type="button"].small,
    .archive .content [type="button"].entry-content,
    body .gform_wrapper input[type="button"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].small,
    .archive .content [type="reset"].entry-content,
    body .gform_wrapper input[type="reset"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].small,
    .archive .content [type="submit"].entry-content,
    body .gform_wrapper input[type="submit"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 15px; } }
  @media (min-width: 768px) {
    a.button.small, .archive .content .button.entry-content,
    button.small,
    .archive .content button.entry-content,
    input[type="button"].small,
    .archive .content [type="button"].entry-content,
    body .gform_wrapper input[type="button"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="button"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].small,
    .archive .content [type="reset"].entry-content,
    body .gform_wrapper input[type="reset"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="reset"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].small,
    .archive .content [type="submit"].entry-content,
    body .gform_wrapper input[type="submit"].small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .archive .content [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .archive .content body .gform_wrapper [type="submit"].entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding: 5px 12px; } }
a.button.large,
button.large,
input[type="button"].large,
body .gform_wrapper input[type="button"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].large,
body .gform_wrapper input[type="reset"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].large,
body .gform_wrapper input[type="submit"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px; }
  @media (min-width: 768px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    body .gform_wrapper input[type="button"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].large,
    body .gform_wrapper input[type="reset"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].large,
    body .gform_wrapper input[type="submit"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 18px; } }
  @media (min-width: 960px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    body .gform_wrapper input[type="button"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].large,
    body .gform_wrapper input[type="reset"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].large,
    body .gform_wrapper input[type="submit"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 20px; } }
  @media (min-width: 1120px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    body .gform_wrapper input[type="button"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].large,
    body .gform_wrapper input[type="reset"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].large,
    body .gform_wrapper input[type="submit"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 22px; } }
  @media (min-width: 768px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    body .gform_wrapper input[type="button"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].large,
    body .gform_wrapper input[type="reset"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].large,
    body .gform_wrapper input[type="submit"].large:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      letter-spacing: 2px;
      padding: 18px 30px; } }
a.button.secondary,
button.secondary,
input[type="button"].secondary,
body .gform_wrapper input[type="button"].secondary:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].secondary,
body .gform_wrapper input[type="reset"].secondary:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].secondary,
body .gform_wrapper input[type="submit"].secondary:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #2e86de; }

a.button.secondary:focus,
a.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
body .gform_wrapper input[type="button"].secondary:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="button"].secondary:hover,
body .gform_wrapper input[type="button"].secondary:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].secondary:focus,
body .gform_wrapper input[type="reset"].secondary:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].secondary:hover,
body .gform_wrapper input[type="reset"].secondary:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].secondary:focus,
body .gform_wrapper input[type="submit"].secondary:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].secondary:hover,
body .gform_wrapper input[type="submit"].secondary:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #1c67b3; }

a.button.text,
button.text,
input[type="button"].text,
body .gform_wrapper input[type="button"].text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].text,
body .gform_wrapper input[type="reset"].text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].text,
body .gform_wrapper input[type="submit"].text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  border-bottom: 4px solid #BA3E36;
  border-radius: 0;
  color: #13151A;
  font-weight: 600;
  padding: 10px 0 4px 0; }
  @media (min-width: 768px) {
    a.button.text,
    button.text,
    input[type="button"].text,
    body .gform_wrapper input[type="button"].text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="reset"].text,
    body .gform_wrapper input[type="reset"].text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    input[type="submit"].text,
    body .gform_wrapper input[type="submit"].text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding: 10px 0 4px 0; } }
a.button.text:focus,
a.button.text:hover,
button.text:focus,
button.text:hover,
input[type="button"].text:focus,
body .gform_wrapper input[type="button"].text:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="button"].text:hover,
body .gform_wrapper input[type="button"].text:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].text:focus,
body .gform_wrapper input[type="reset"].text:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].text:hover,
body .gform_wrapper input[type="reset"].text:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].text:focus,
body .gform_wrapper input[type="submit"].text:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].text:hover,
body .gform_wrapper input[type="submit"].text:hover:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  color: #BA3E36; }

a.button.small.text, .archive .content .button.text.entry-content,
button.small.text,
.archive .content button.text.entry-content,
input[type="button"].small.text,
.archive .content [type="button"].text.entry-content,
body .gform_wrapper input[type="button"].small.text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .archive .content [type="button"].text.entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.archive .content body .gform_wrapper [type="button"].text.entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="reset"].small.text,
.archive .content [type="reset"].text.entry-content,
body .gform_wrapper input[type="reset"].small.text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .archive .content [type="reset"].text.entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.archive .content body .gform_wrapper [type="reset"].text.entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="submit"].small.text,
.archive .content [type="submit"].text.entry-content,
body .gform_wrapper input[type="submit"].small.text:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .archive .content [type="submit"].text.entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.archive .content body .gform_wrapper [type="submit"].text.entry-content:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-bottom: 3px solid #BA3E36;
  font-weight: 500;
  padding: 10px 0 2px 0; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container body .gform_wrapper input:disabled:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .site-container input:disabled:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.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: #f5f5f5;
  border-width: 0;
  color: #6A6D73;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button, body .gform_wrapper input[type="search"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
body .gform_wrapper input[type="search"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-search-results-button {
  display: none; }

.button-group a.button,
.button-group button,
.button-group input[type="button"],
.button-group body .gform_wrapper input[type="button"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .button-group input[type="button"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.button-group input[type="reset"],
.button-group body .gform_wrapper input[type="reset"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .button-group input[type="reset"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.button-group input[type="submit"],
.button-group body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .button-group input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-right: 32px; }

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #f5f5f5;
  max-width: 400px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 32px; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 12px; }
    .search-form .search-submit svg {
      fill: #BA3E36;
      width: 16px;
      height: 16px;
      margin-top: calc((14 - 16px) / 2); }

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

.post-password-form input[type="submit"], .post-password-form body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .post-password-form input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.search-form input[type="submit"],
.search-form body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .search-form input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-top: 10px; }

.widget_search input[type="submit"], .widget_search body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .widget_search input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-top: 8px; }

/* Box Sizing
--------------------------------------------- */
html,
input[type="search"],
body .gform_wrapper input[type="search"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  box-sizing: border-box; }

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

/* Site Containers
--------------------------------------------- */
.site-container {
  word-wrap: break-word; }

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 120px 0 0; }
  @media (min-width: 960px) {
    .site-inner {
      max-width: 1110px; } }
.wrap {
  margin: 0 5%;
  max-width: 100%;
  width: auto; }
  .wrap::before {
    display: table;
    content: " "; }
  .wrap::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1120px) {
    .wrap {
      margin: 0 auto;
      max-width: 1110px; } }
/* Content
--------------------------------------------- */
.content {
  margin: 0 auto;
  max-width: 750px; }
  @media (min-width: 960px) {
    .content {
      width: 750px; } }
@media (min-width: 960px) {
  .sidebar-content .content {
    float: right; } }

@media (min-width: 960px) {
  .full-width-content-narrow .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.sidebar {
  margin: 0 auto;
  max-width: 750px; }
  @media (min-width: 960px) {
    .sidebar {
      float: right;
      width: 30%; } }
@media (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left; } }

.full-width-content .content {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 960px) {
    .full-width-content .content {
      float: none;
      max-width: 1140px;
      width: 100%; } }
@media (min-width: 960px) {
  .archive.full-width-content .content .entry {
    border: 1px solid #f5f5f5;
    float: left;
    margin-right: 4%;
    padding: 48px 32px;
    text-align: center;
    width: 48%; }
    .archive.full-width-content .content .entry:nth-of-type(2n) {
      margin-right: 0; } }

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

.sidebar .widget {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 32px; }

.sidebar p, .sidebar .archive .content .entry-content, .archive .content .sidebar .entry-content {
  margin-bottom: 20px; }

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

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

.more-link {
  position: relative; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }
  .genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0; }

/* Display outline on focus */
:focus {
  outline: 1px solid #D1D3D8; }

/* Column Classes - For old school...
--------------------------------------------- */
@media (min-width: 768px) {
  .grid-wrap {
    overflow: hidden; }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 48.717948717948715%; }
    .one-fourth:nth-of-type(even), .one-fourth.first {
      margin-left: 0; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; } }

@media (min-width: 960px) {
  .one-fourth {
    width: 23.076923076923077%; }
    .one-fourth:nth-of-type(even) {
      margin-left: 2.564102564102564%; }
    .one-fourth.first {
      margin-left: 0; } }

/* Pagination
--------------------------------------------- */
.archive .entry-title a {
  border-bottom-color: transparent;
  color: #13151A; }

.archive .entry-title:focus a, .archive .entry-title:hover a {
  border-bottom-color: #BA3E36;
  color: #BA3E36; }

.archive .content .entry-content {
  margin-bottom: 0; }
  .archive .content .entry-content p:last-of-type, .archive .content .entry-content .entry-content:last-of-type {
    margin-bottom: 16px; }

.pagination {
  clear: both;
  margin: 32px 0; }
  @media (min-width: 768px) {
    .pagination {
      margin: 64px 0; } }
@media (min-width: 960px) {
  .full-width-content .archive-pagination {
    text-align: center; } }

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

.archive-pagination {
  text-align: center;
  /* Breadcrumbs
	--------------------------------------------- */
  /* Blog Layout
	--------------------------------------------- */ }
  .archive-pagination li {
    display: inline; }
    .archive-pagination li a {
      background-color: #f5f5f5;
      border: 0;
      color: #13151A;
      cursor: pointer;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 4px;
      padding: 13px 17px;
      text-decoration: none; }
      .archive-pagination li a:focus, .archive-pagination li a:hover {
        background: #BA3E36;
        color: #fff; }
    .archive-pagination li.active a {
      background-color: #fff;
      color: #13151A; }
    .archive-pagination li.pagination-previous {
      float: left;
      text-transform: uppercase; }
    .archive-pagination li.pagination-next {
      float: right;
      text-transform: uppercase; }
      .archive-pagination li.pagination-next a {
        background: #BA3E36;
        color: #fff; }
  .archive-pagination .breadcrumb {
    border-bottom: 1px solid #D1D3D8;
    font-size: 16px;
    margin-bottom: 32px;
    padding-bottom: 16px; }
  .archive-pagination .archive-description {
    margin-bottom: 48px; }
    .archive-pagination .archive-description p:last-child, .archive-pagination .archive-description .archive .content .entry-content:last-child, .archive .content .archive-pagination .archive-description .entry-content:last-child {
      margin-bottom: 0; }
    @media (min-width: 960px) {
      .archive-pagination .archive-description {
        margin-bottom: 64px; } }
  @media (min-width: 960px) {
    .archive-pagination .full-width-content .archive-description {
      text-align: center; } }
  .archive-pagination .full-width-content .archive-description p, .archive-pagination .full-width-content .archive-description .archive .content .entry-content, .archive .content .archive-pagination .full-width-content .archive-description .entry-content {
    margin: 32px auto 0;
    max-width: 750px; }
  .archive-pagination .archive.full-width-content .content .entry .entry-title {
    font-size: 24px; }
    @media (min-width: 768px) {
      .archive-pagination .archive.full-width-content .content .entry .entry-title {
        font-size: 28px; } }
    @media (min-width: 960px) {
      .archive-pagination .archive.full-width-content .content .entry .entry-title {
        font-size: 32px; } }
    @media (min-width: 1120px) {
      .archive-pagination .archive.full-width-content .content .entry .entry-title {
        font-size: 36px; } }
  .archive-pagination .entry img {
    margin-bottom: 30px; }

.archive .entry img {
  margin-bottom: 30px; }

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

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

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

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

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

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

.widget_calendar table {
  width: 100%; }

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

.widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .widget-title {
      font-size: 18px; } }
  @media (min-width: 960px) {
    .widget-title {
      font-size: 18px; } }
  @media (min-width: 1120px) {
    .widget-title {
      font-size: 20px; } }
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

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

.featured-content .entry-image {
  height: 75px;
  width: 75px; }

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

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

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

.enews-widget input, .enews-widget body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .enews-widget input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px; }

.after-entry .enews-widget input, .after-entry .enews-widget body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .after-entry .enews-widget input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  text-align: center; }

.enews-widget input[type="submit"], .enews-widget body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .enews-widget input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
  width: 100%; }

.enews form + p, .enews .archive .content form + .entry-content, .archive .content .enews form + .entry-content {
  margin-top: 20px; }

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

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #00b170; }

.gs-faq__question::after {
  content: "\f132";
  font-family: "dashicons";
  float: right; }

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

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

.mailchimp-form-wrap form {
  background: transparent;
  padding: 0; }

.mailchimp-form label {
  display: none; }

.mailchimp-form input, .mailchimp-form body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .mailchimp-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-bottom: 10px;
  width: 100%; }

@media (min-width: 981px) {
  .mailchimp-form {
    display: flex; }
    .mailchimp-form input, .mailchimp-form body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .mailchimp-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      margin-bottom: 0; }
    .mailchimp-form input[type="submit"], .mailchimp-form body .gform_wrapper input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .mailchimp-form input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      height: 100%; }
    .mailchimp-form .fname-wrap,
    .mailchimp-form .email-wrap {
      margin-right: 10px; }
    .mailchimp-form .email-wrap {
      width: 50%; } }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #D1D3D8; }
  .site-header > .wrap {
    max-width: 1200px; }
  @media (min-width: 980px) {
    .site-header {
      padding: 16px;
      width: 100%; } }
  .has-hero-block .site-header {
    background: transparent;
    border: 0;
    position: absolute;
    width: 100%;
    z-index: 999; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 16px 0 16px 16px; }
  @media (min-width: 361px) {
    .title-area {
      padding-left: 0; } }
  @media (min-width: 960px) {
    .title-area {
      padding: 16px 0; } }
.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px; }

.site-title {
  font-size: 24px;
  font-family: "utopia-std", serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 40px; }
  @media (min-width: 768px) {
    .site-title {
      font-size: 24px; } }
  @media (min-width: 960px) {
    .site-title {
      font-size: 30px; } }
  @media (min-width: 1120px) {
    .site-title {
      font-size: 30px; } }
  .site-title a {
    background: url("/wp-content/themes/stephanie-kelton/assets/images/logo.svg") no-repeat center;
    background-size: contain;
    display: block;
    height: 24px;
    position: relative;
    text-indent: -9999px;
    text-shadow: 2px 2px #fff;
    width: 188px; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #484848;
  border: 0;
  outline: 0; }

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

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary, .nav-archive,
.nav-media, .nav-secondary {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }
  .nav-primary ul, .nav-archive ul,
  .nav-media ul, .nav-secondary ul {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%; }
  .nav-primary .menu-item, .nav-archive .menu-item,
  .nav-media .menu-item, .nav-secondary .menu-item {
    float: left;
    list-style: none;
    position: relative; }
    .nav-primary .menu-item a, .nav-archive .menu-item a,
    .nav-media .menu-item a, .nav-secondary .menu-item a {
      border-bottom: 2px solid transparent;
      color: #13151A;
      display: block;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.85;
      letter-spacing: 1px;
      position: relative;
      text-decoration: none; }
      .nav-primary .menu-item a:focus, .nav-archive .menu-item a:focus,
      .nav-media .menu-item a:focus, .nav-secondary .menu-item a:focus {
        outline: 0; }
    .nav-primary .menu-item:hover > a, .nav-archive .menu-item:hover > a,
    .nav-media .menu-item:hover > a, .nav-secondary .menu-item:hover > a, .nav-primary .menu-item.current-menu-item > a, .nav-archive .menu-item.current-menu-item > a,
    .nav-media .menu-item.current-menu-item > a, .nav-secondary .menu-item.current-menu-item > a, .nav-primary .menu-item.current-menu-ancestor > a, .nav-archive .menu-item.current-menu-ancestor > a,
    .nav-media .menu-item.current-menu-ancestor > a, .nav-secondary .menu-item.current-menu-ancestor > a {
      border-bottom: 2px solid #BA3E36; }
  .nav-primary .sub-menu, .nav-archive .sub-menu,
  .nav-media .sub-menu, .nav-secondary .sub-menu {
    padding: 7px; }

/* Primary
--------------------------------------------- */
@media (max-width: 980px) {
  .nav-primary, .nav-archive,
  .nav-media, .nav-secondary {
    background: #fff;
    clear: both;
    display: none;
    padding: 0;
    position: relative;
    z-index: 10; }
    .nav-primary .menu-item.search, .nav-archive .menu-item.search,
    .nav-media .menu-item.search, .nav-secondary .menu-item.search,
    .nav-primary .sub-menu,
    .nav-archive .sub-menu,
    .nav-media .sub-menu,
    .nav-secondary .sub-menu {
      display: none; }
    .nav-primary .menu-item, .nav-archive .menu-item,
    .nav-media .menu-item, .nav-secondary .menu-item {
      float: none; }
    .nav-primary .submenu-active .submenu-expand, .nav-archive .submenu-active .submenu-expand,
    .nav-media .submenu-active .submenu-expand, .nav-secondary .submenu-active .submenu-expand {
      transform: rotate(180deg); }
    .nav-primary .submenu-active > .sub-menu, .nav-archive .submenu-active > .sub-menu,
    .nav-media .submenu-active > .sub-menu, .nav-secondary .submenu-active > .sub-menu {
      display: block; }
    .nav-primary .menu > .menu-item, .nav-archive .menu > .menu-item,
    .nav-media .menu > .menu-item, .nav-secondary .menu > .menu-item {
      border-top: 1px solid #D1D3D8; }
      .nav-primary .menu > .menu-item > a, .nav-archive .menu > .menu-item > a,
      .nav-media .menu > .menu-item > a, .nav-secondary .menu > .menu-item > a {
        padding: 20px; }
      .nav-primary .menu > .menu-item.menu-item-has-children, .nav-archive .menu > .menu-item.menu-item-has-children,
      .nav-media .menu > .menu-item.menu-item-has-children, .nav-secondary .menu > .menu-item.menu-item-has-children {
        padding-right: 32px; }
    .nav-primary .sub-menu .menu-item > a, .nav-archive .sub-menu .menu-item > a,
    .nav-media .sub-menu .menu-item > a, .nav-secondary .sub-menu .menu-item > a {
      padding: 10px 0 10px 32px; }
    .nav-primary .submenu-expand, .nav-archive .submenu-expand,
    .nav-media .submenu-expand, .nav-secondary .submenu-expand {
      position: absolute;
      right: 0;
      top: 0;
      width: 32px;
      height: 56px;
      text-align: center;
      line-height: 0;
      cursor: pointer;
      outline: none; }
      .nav-primary .submenu-expand svg, .nav-archive .submenu-expand svg,
      .nav-media .submenu-expand svg, .nav-secondary .submenu-expand svg {
        width: 16px;
        height: 16px;
        margin-top: calc((56px - 16px) / 2); }
      .nav-primary .submenu-expand:hover svg, .nav-archive .submenu-expand:hover svg,
      .nav-media .submenu-expand:hover svg, .nav-secondary .submenu-expand:hover svg {
        fill: #2e86de; } }

@media (min-width: 981px) {
  .nav-primary, .nav-archive,
  .nav-media, .nav-secondary {
    float: left;
    width: auto; }
    .nav-primary .menu > .menu-item > a, .nav-archive .menu > .menu-item > a,
    .nav-media .menu > .menu-item > a, .nav-secondary .menu > .menu-item > a {
      line-height: 1.2;
      margin: 22px 16px 10px;
      padding: 0; }
    .nav-primary .menu > .menu-item:hover > a, .nav-archive .menu > .menu-item:hover > a,
    .nav-media .menu > .menu-item:hover > a, .nav-secondary .menu > .menu-item:hover > a, .nav-primary .menu > .menu-item.current-menu-item > a, .nav-archive .menu > .menu-item.current-menu-item > a,
    .nav-media .menu > .menu-item.current-menu-item > a, .nav-secondary .menu > .menu-item.current-menu-item > a, .nav-primary .menu > .menu-item.current-menu-ancestor > a, .nav-archive .menu > .menu-item.current-menu-ancestor > a,
    .nav-media .menu > .menu-item.current-menu-ancestor > a, .nav-secondary .menu > .menu-item.current-menu-ancestor > a {
      color: #13151A; }
    .nav-primary .menu > .menu-item:hover > .sub-menu, .nav-archive .menu > .menu-item:hover > .sub-menu,
    .nav-media .menu > .menu-item:hover > .sub-menu, .nav-secondary .menu > .menu-item:hover > .sub-menu {
      left: auto;
      opacity: 1;
      transition: all ease-in-out 0.3s; }
    .nav-primary .menu > .menu-item.menu-item-has-children > a, .nav-archive .menu > .menu-item.menu-item-has-children > a,
    .nav-media .menu > .menu-item.menu-item-has-children > a, .nav-secondary .menu > .menu-item.menu-item-has-children > a {
      padding-right: 26px; }
    .nav-primary .submenu-expand, .nav-archive .submenu-expand,
    .nav-media .submenu-expand, .nav-secondary .submenu-expand {
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -5px;
      line-height: 0; }
      .nav-primary .submenu-expand svg, .nav-archive .submenu-expand svg,
      .nav-media .submenu-expand svg, .nav-secondary .submenu-expand svg {
        width: 10px;
        height: 10px; }
    .nav-primary .sub-menu, .nav-archive .sub-menu,
    .nav-media .sub-menu, .nav-secondary .sub-menu {
      background: #f5f5f5;
      left: -9999px;
      opacity: 0;
      padding: 7px;
      position: absolute;
      width: 180px;
      z-index: 99;
      transition: all ease-in-out 0.3s; }
      .nav-primary .sub-menu .menu-item, .nav-archive .sub-menu .menu-item,
      .nav-media .sub-menu .menu-item, .nav-secondary .sub-menu .menu-item {
        float: none; }
        .nav-primary .sub-menu .menu-item > a, .nav-archive .sub-menu .menu-item > a,
        .nav-media .sub-menu .menu-item > a, .nav-secondary .sub-menu .menu-item > a {
          padding: 10px; }
      .nav-primary .sub-menu .sub-menu, .nav-archive .sub-menu .sub-menu,
      .nav-media .sub-menu .sub-menu, .nav-secondary .sub-menu .sub-menu {
        margin: -54px 0 0 199px; } }

/* Secondary
--------------------------------------------- */
.nav-secondary {
  float: none; }
  .nav-secondary .menu-item {
    float: none; }
  .nav-secondary .menu li {
    display: inline-block; }
  @media (min-width: 981px) {
    .nav-secondary .menu {
      text-align: right; }
      .nav-secondary .menu > .menu-item > a {
        margin-top: 0; } }
/* Archive
--------------------------------------------- */
.nav-archive,
.nav-media {
  background: transparent;
  border-top: 0;
  float: none;
  margin-bottom: 30px;
  display: block;
  width: 100%; }
  .nav-archive .menu > .menu-item,
  .nav-media .menu > .menu-item {
    border-top: 0;
    display: inline-block; }
    .nav-archive .menu > .menu-item:first-child > a,
    .nav-media .menu > .menu-item:first-child > a {
      margin-left: 0; }
    .nav-archive .menu > .menu-item a,
    .nav-media .menu > .menu-item a {
      background: transparent;
      padding: 0; }
  .entry-content .nav-archive ul, .entry-content .nav-media ul {
    margin-left: 0; }

/* Mobile
--------------------------------------------- */
.nav-mobile {
  float: right;
  width: auto; }
  @media (min-width: 981px) {
    .nav-mobile {
      display: none; } }
.mobile-menu-toggle {
  border: none;
  border-radius: 0;
  display: block;
  padding: 20px;
  width: 100%; }
  .mobile-menu-toggle:focus, .mobile-menu-expanded .mobile-menu-toggle {
    background: #9C342D;
    color: #fff;
    outline: none; }
    .mobile-menu-toggle:focus svg, .mobile-menu-expanded .mobile-menu-toggle svg {
      fill: #fff; }
  .mobile-menu-toggle svg {
    fill: #fff;
    vertical-align: middle; }
  .mobile-menu-toggle .menu-close {
    display: none; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-close {
    display: inline; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-open {
    display: none; }

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 32px; }
  @media (min-width: 960px) {
    .entry {
      margin-bottom: 48px; } }
.entry-content ol,
.entry-content ul {
  margin-bottom: 32px;
  margin-left: 48px; }

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

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

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

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

.entry-content svg {
  vertical-align: middle; }

.entry-content .caption {
  font-size: 14px;
  font-weight: 500;
  margin-top: -20px;
  text-align: center; }

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

/* Entry Meta
--------------------------------------------- */
p.entry-meta, .archive .content .entry-meta.entry-content {
  font-size: 14px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    p.entry-meta, .archive .content .entry-meta.entry-content {
      font-size: 15px; } }
  @media (min-width: 960px) {
    p.entry-meta, .archive .content .entry-meta.entry-content {
      font-size: 16px; } }
  @media (min-width: 1120px) {
    p.entry-meta, .archive .content .entry-meta.entry-content {
      font-size: 16px; } }
.entry-header .entry-meta {
  margin-bottom: 16px; }

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

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

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

/* Entry Content
--------------------------------------------- */
@media (min-width: 981px) {
  .single-post .entry-content > p:first-of-type, .single-post .archive .content .entry-content > .entry-content:first-of-type, .archive .content .single-post .entry-content > .entry-content:first-of-type,
  .page .entry-content > p:first-of-type,
  .page .archive .content .entry-content > .entry-content:first-of-type,
  .archive .content .page .entry-content > .entry-content:first-of-type,
  .archive-description > p:first-of-type,
  .archive .content .archive-description > .entry-content:first-of-type {
    color: #13151A;
    font-size: 24px;
    line-height: 1.37; }
  .entry-content img {
    margin: 48px 0; }
  .archive .entry img {
    margin: 0; } }

/* Author Box
--------------------------------------------- */
.author-box {
  margin-bottom: 32px; }
  .author-box p:last-child, .author-box .archive .content .entry-content:last-child, .archive .content .author-box .entry-content:last-child {
    margin: 0; }
  @media (min-width: 960px) {
    .author-box {
      background-color: #f5f5f5;
      margin-bottom: 48px;
      padding: 32px; } }
  .author-box .avatar {
    margin-right: 20px; }

/* After Entry CTA
--------------------------------------------- */
.after-entry {
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 36px 16px;
  text-align: center; }
  @media (min-width: 981px) {
    .after-entry {
      margin-bottom: 140px;
      padding: 48px;
      text-align: left; }
      .after-entry .wrap {
        max-width: 800px; } }
.after-entry__title {
  margin-bottom: 4px; }
  @media (min-width: 981px) {
    .after-entry__title {
      margin-bottom: 0; } }
/* WordPress
--------------------------------------------- */
.aligncenter {
  text-align: center; }

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

.alignnone {
  display: inline-block; }

.alignleft,
.alignright {
  display: block;
  margin: 0 auto 16px;
  width: 100%; }

@media (min-width: 600px) {
  .alignright {
    float: right;
    margin: 0 0 32px 16px;
    text-align: right;
    width: auto; }
  .alignleft {
    float: left;
    margin: 0 32px 16px 0;
    text-align: left;
    width: auto; } }

.alignfull {
  margin-left: -32px;
  margin-right: -32px;
  width: calc( 100% + 32px * 2);
  max-width: calc( 100% + 32px * 2);
  display: block; }
  @media (min-width: 768px) {
    .alignfull {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: 64px;
      margin-bottom: 64px;
      width: 100vw;
      max-width: 1000%;
      display: block; } }
.alignwide:not(.wp-block-media-text) {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull,
.alignwide {
  margin-top: 32px;
  margin-bottom: 32px; }

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

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

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

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

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

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

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

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

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 16px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 18px; } }
  @media (min-width: 960px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 20px; } }
  @media (min-width: 1120px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 20px; } }
  @media (min-width: 960px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      margin-bottom: 60px; } }
.comment-list li {
  padding: 40px 0 0 30px; }

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

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

.comment-content {
  clear: both; }

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

.comment-respond input[type="email"], .comment-respond body .gform_wrapper input[type="email"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .comment-respond input[type="email"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.comment-respond input[type="text"],
.comment-respond body .gform_wrapper input[type="text"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .comment-respond input[type="text"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.comment-respond input[type="url"],
.comment-respond body .gform_wrapper input[type="url"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .comment-respond input[type="url"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%; }
  @media (min-width: 960px) {
    .comment-respond input[type="email"], .comment-respond body .gform_wrapper input[type="email"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .comment-respond input[type="email"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .comment-respond input[type="text"],
    .comment-respond body .gform_wrapper input[type="text"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .comment-respond input[type="text"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .comment-respond input[type="url"],
    .comment-respond body .gform_wrapper input[type="url"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .comment-respond input[type="url"]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      width: 50%; } }
.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p, .comment-header .archive .content .entry-content, .archive .content .comment-header .entry-content {
  margin-bottom: 0; }

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

.comment-form-cookies-consent input, .comment-form-cookies-consent body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .comment-form-cookies-consent input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  float: left;
  display: block;
  margin-top: 6px; }

.comment-form-cookies-consent label {
  margin-left: 20px; }

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

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #f5f5f5;
  font-size: 12px;
  line-height: 1.5;
  padding: 48px 0;
  text-align: center; }
  .site-footer img {
    margin: 0 auto 8px;
    width: 200px; }
  .site-footer .right {
    display: none; }
    @media (min-width: 1029px) {
      .site-footer .right {
        display: block; } }
  @media (min-width: 1029px) {
    .site-footer {
      padding: 48px;
      width: 100%; }
      .site-footer img {
        margin-left: 0; }
      .site-footer > .wrap {
        display: flex;
        justify-content: space-between;
        margin: 0 auto; }
      .site-footer .left,
      .site-footer .right {
        width: 100%; }
      .site-footer .left {
        text-align: left;
        max-width: 200px; }
        .site-footer .left img {
          margin-bottom: 16px;
          width: 100%; } }
.site-footer p, .site-footer .archive .content .entry-content, .archive .content .site-footer .entry-content {
  margin-bottom: 0; }

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #D1D3D8;
  background-color: #fff;
  clear: both;
  font-size: 15px;
  padding: 120px 0 32px; }
  @media (min-width: 768px) {
    .footer-widgets {
      font-size: 16px; } }
  @media (min-width: 960px) {
    .footer-widgets {
      font-size: 16px; } }
  @media (min-width: 1120px) {
    .footer-widgets {
      font-size: 16px; } }
.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 960px) {
    .footer-widgets .wrap {
      max-width: 1110px; } }
.footer-widget-area {
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px; }
  @media (min-width: 768px) {
    .footer-widget-area {
      float: left;
      margin-bottom: 32px;
      width: 50%;
      /* fallback for older browsers */
      width: calc(100% / 2); } }
  @media (min-width: 960px) {
    .footer-widget-area {
      float: left;
      width: 25%;
      /* fallback for older browsers */
      width: calc(100% / 4); } }
.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Front Page
---------------------------------------------------------------------------------------------------- */
/* Page Templates
---------------------------------------------------------------------------------------------------- */
/* Landing Page
	--------------------------------------------- */
@media (min-width: 960px) {
  .landing-page .site-inner {
    margin-top: 32px;
    padding: 32px 0 120px 0; } }

.landing-page .lander-back-link {
  color: #6A6D73;
  display: block;
  font-size: 16px;
  margin-bottom: 32px;
  text-decoration: none; }

.builder-page .site-inner {
  padding-top: 40px;
  margin-top: 0; }
  @media (min-width: 961px) {
    .builder-page .site-inner {
      padding-top: 80px; } }
.builder-page.has-hero-block .site-inner {
  padding-top: 0; }

.builder-page .content {
  max-width: 1200px; }

/* Speaking Page
	--------------------------------------------- */
.speaking-page .entry-content img {
  margin-top: 0; }

@media (max-width: 960px) {
  .speaking-page .alignright {
    float: none;
    margin: 0 0 32px 0; } }

@media (min-width: 961px) {
  .home .entry-content .wp-block-media-text.adjust .wp-block-media-text__media {
    margin-top: -54px; } }

.contact-page .site-inner {
  max-width: 920px; }

.contact-page form {
  padding: 60px 80px; }

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #484848 !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, .archive .content .entry-content,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  select,
  textarea,
  body .gform_wrapper 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-archive,
  .nav-media,
  .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;
    top: -100px; }
  .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; } }
