  /* This is the SASS file for the 2022 Gutenberg work */
/* Palette exported via hook */
/* ALL CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN WHEN PALETTE OPTIONS ARE SAVED */
/* line 4, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body {
  background-color: #fff;
  /* the site has a pale blue background color */
}

/* line 7, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.has-pinned-cta .footer-content {
  padding-bottom: 140px;
  /* give footer extra space so you can see the bottom of it when cta pins */
}

/* line 13, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/wp-content/themes/wccc/img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* line 32, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.row {
  margin-left: 0px;
}

/* line 36, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.icon.large {
  font-size: 50px;
}

/* line 40, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
#main-content {
  font-size: 18px !important;
  line-height: 1.6em;
}

/* line 45, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 56, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.alignwide {
  width: 100vw;
  max-width: 1440px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* override some default block styles */
/* line 69, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-columns {
  margin-bottom: 0;
}

/* line 72, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-columns .wp-block-column {
  margin-bottom: 30px;
}

/* line 76, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}

/* line 81, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-dynamic-separator.is-style-fullwidth:before, .wp-block-coblocks-dynamic-separator.is-style-line:before {
  content: none;
}

/* line 85, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-image {
  margin-bottom: 0;
}

/* line 90, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button a {
  box-sizing: border-box;
  margin: 0px;
  white-space: nowrap;
  padding: 12px 30px;
  display: inline-block;
  margin: 0px auto;
  /* text-align: center; */
  border-radius: 0px;
  border: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  line-height: 26px;
  filter: brightness(100%);
  transition: all .2s ease-in-out;
}

/* line 107, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button a:hover {
  text-decoration: none;
  filter: brightness(80%);
}

/* line 111, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button a:after {
  padding-left: 8px;
  content: '\f054';
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

/* line 119, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button a strong {
  font-weight: normal;
}

/* line 125, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button.is-style-allow-wrapping a {
  white-space: normal;
}

/* line 130, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button.is-style-orange-text-arrow a {
  background: transparent;
  padding: 0;
  color: #d8862e !important;
  font-size: 1em;
  line-height: normal;
  border: 0;
  text-transform: none;
}

/* line 144, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button.is-style-span-mobile {
  min-width: 100%;
}

/* line 146, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button.is-style-span-mobile a {
  display: block;
}

/* line 152, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-button__link {
  background-color: #0077D8;
}

/* line 156, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.page-template-page-gutenberg .readall-wrapper {
  position: relative;
  width: 100%;
}

/* line 159, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.page-template-page-gutenberg .readall-wrapper .readall-button {
  position: relative;
  box-sizing: border-box;
  margin: 0px;
  white-space: nowrap;
  padding: 12px 30px;
  display: inline-block;
  margin: 0px auto;
  /* text-align: center; */
  border-radius: 0px;
  border: 0;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  line-height: 26px;
  filter: brightness(100%);
  transition: all .2s ease-in-out;
  background-color: #aa4c59;
  color: #fff;
  vertical-align: middle;
  height: auto;
}

/* line 182, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.page-template-page-gutenberg .readall-wrapper .readall-button:after {
  padding-left: 8px;
  content: '\f0d7';
  display: inline-block;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
}

/* line 194, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.page-template-page-gutenberg .readall-wrapper .readall-button.less:after {
  content: '\f0d8';
}

/* line 201, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.page-template-page-gutenberg .readall-wrapper:before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  border-top: 3px dashed #ccc;
}

/* line 213, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group h1, .wp-block-group h2, .wp-block-group h3, .wp-block-group h4, .wp-block-group h5 {
  margin-top: 0;
  margin-bottom: 0;
}

/* CoBlocks FAQ accordions */
/* line 222, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq__title {
  padding-bottom: 10px;
}

/* line 225, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq:first-child {
  border: 0;
}

/* line 229, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item {
  border: 0;
  border-top: 1px solid #cadcec;
  padding: 15px 0px;
}

/* line 233, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item:last-child {
  border-bottom: 1px solid #cadcec;
}

/* line 238, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item__question__icon {
  display: none;
}

/* line 241, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item__question__content {
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  font-size: 20px;
  line-height: 24px;
}

/* line 247, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item__question__content:before {
  content: '\f067';
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
}

/* line 260, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item__answer,
.wp-block-coblocks-faq .wp-block-coblocks-faq .wp-block-coblocks-faq-item__answer p {
  font-size: 16px;
  line-height: 26px;
}

/* line 266, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item__answer {
  padding-top: 1em;
  padding-left: 30px;
}

/* line 271, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-coblocks-faq .wp-block-coblocks-faq-item[open] .wp-block-coblocks-faq-item__question__content:before {
  content: '\f068';
}

/* override some sitewide styles just for the gutenberg pages */
/* line 280, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg .wrap {
  max-width: 1170px;
}

/* line 284, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg blockquote {
  border-left: 0;
  margin-left: 0;
}

/* line 287, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg blockquote p {
  font-size: 25px;
  line-height: 35px;
}

/* line 291, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg blockquote cite {
  font-style: normal;
}

/* line 296, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg .aligncenter {
  text-align: center;
  margin: 0 !important;
}

/* line 301, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg .alignright {
  text-align: right;
  margin: 0 !important;
  display: block;
}

/* line 307, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg .alignleft {
  text-align: left;
  margin: 0 !important;
  display: block;
}

/* line 314, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content .page-content {
  overflow: visible;
  max-height: none;
}

/* line 319, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content section {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 324, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content footer {
  margin: 0;
}

/* line 328, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg h1, body.page-template-page-gutenberg h2, body.page-template-page-gutenberg h3, body.page-template-page-gutenberg h4, body.page-template-page-gutenberg h5, body.page-template-page-gutenberg h5 {
  line-height: 1.3em;
  font-family: 'oswaldregular',Arial,Verdana,sans-serif;
}

/* line 348, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg footer {
  margin-top: 0px;
}

/* list styles */
/* line 358, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content .page-content ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
}

/* line 364, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content .page-content ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
  margin-left: 0px;
  line-height: 1.2em;
  margin-bottom: 12px;
}

/* line 375, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content .page-content ul li:before {
  float: left;
  margin-left: -3em;
  font-size: 6px;
  content: '\f111';
  display: table-cell;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  color: #313237;
  padding-right: 4px;
}

/* line 392, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content .page-content ul.is-style-one-columns-desktop-orange li:before, body.page-template-page-gutenberg #main-content .page-content ul.is-style-two-columns-desktop-orange li:before, body.page-template-page-gutenberg #main-content .page-content ul.is-style-three-columns-desktop-orange li:before, body.page-template-page-gutenberg #main-content .page-content ul.is-style-four-columns-desktop-orange li:before {
  color: #d8862e;
}

/* line 402, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
body.page-template-page-gutenberg #main-content .page-content ul.is-style-one-columns-desktop-arrow li:before, body.page-template-page-gutenberg #main-content .page-content ul.is-style-two-columns-desktop-arrow li:before, body.page-template-page-gutenberg #main-content .page-content ul.is-style-three-columns-desktop-arrow li:before, body.page-template-page-gutenberg #main-content .page-content ul.is-style-four-columns-desktop-arrow li:before {
  margin: 0;
  padding: 0;
  float: none;
  content: '\f054';
  display: inline-block;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: relative;
  top: 0px;
  color: #fff;
  width: 1em;
  margin-left: -1em;
}

/* Now for some block styles */
/* line 423, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-content-width-1300 {
  max-width: 1300px;
  margin: 0px auto;
}

/* line 428, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-content-width-1200 {
  max-width: 1170px;
  margin: 0px auto;
}

/* line 433, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-content-width-1024 {
  max-width: 1024px;
  margin: 0px auto;
}

/* line 438, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-content-width-800 {
  max-width: 800px;
  margin: 0px auto;
}

/* Some heading and paragraph relative sizing through block styles */
/* line 445, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
h1.is-style-heading-xx-large, h1.is-style-heading-xx-large-condensed, h2.is-style-heading-xx-large, h2.is-style-heading-xx-large-condensed, h3.is-style-heading-xx-large, h3.is-style-heading-xx-large-condensed, h4.is-style-heading-xx-large, h4.is-style-heading-xx-large-condensed, h5.is-style-heading-xx-large, h5.is-style-heading-xx-large-condensed, h6.is-style-heading-xx-large, h6.is-style-heading-xx-large-condensed {
  font-size: 2.8em;
}

/* line 449, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
h1.is-style-heading-x-large, h1.is-style-heading-x-large-condensed, h2.is-style-heading-x-large, h2.is-style-heading-x-large-condensed, h3.is-style-heading-x-large, h3.is-style-heading-x-large-condensed, h4.is-style-heading-x-large, h4.is-style-heading-x-large-condensed, h5.is-style-heading-x-large, h5.is-style-heading-x-large-condensed, h6.is-style-heading-x-large, h6.is-style-heading-x-large-condensed {
  font-size: 2.2em;
}

/* line 453, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
h1.is-style-heading-large, h1.is-style-heading-large-condensed, h2.is-style-heading-large, h2.is-style-heading-large-condensed, h3.is-style-heading-large, h3.is-style-heading-large-condensed, h4.is-style-heading-large, h4.is-style-heading-large-condensed, h5.is-style-heading-large, h5.is-style-heading-large-condensed, h6.is-style-heading-large, h6.is-style-heading-large-condensed {
  font-size: 1.65em;
}

/* line 456, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
h1.is-style-heading-large strong, h1.is-style-heading-large-condensed strong, h2.is-style-heading-large strong, h2.is-style-heading-large-condensed strong, h3.is-style-heading-large strong, h3.is-style-heading-large-condensed strong, h4.is-style-heading-large strong, h4.is-style-heading-large-condensed strong, h5.is-style-heading-large strong, h5.is-style-heading-large-condensed strong, h6.is-style-heading-large strong, h6.is-style-heading-large-condensed strong {
  font-size: 1.8em;
  line-height: 1.3em;
}

/* line 461, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
h1.is-style-heading-small, h1.is-style-heading-small-condensed, h2.is-style-heading-small, h2.is-style-heading-small-condensed, h3.is-style-heading-small, h3.is-style-heading-small-condensed, h4.is-style-heading-small, h4.is-style-heading-small-condensed, h5.is-style-heading-small, h5.is-style-heading-small-condensed, h6.is-style-heading-small, h6.is-style-heading-small-condensed {
  font-size: 1.55em;
}

/* line 465, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
h1.is-style-heading-x-small, h1.is-style-heading-x-small-condensed, h2.is-style-heading-x-small, h2.is-style-heading-x-small-condensed, h3.is-style-heading-x-small, h3.is-style-heading-x-small-condensed, h4.is-style-heading-x-small, h4.is-style-heading-x-small-condensed, h5.is-style-heading-x-small, h5.is-style-heading-x-small-condensed, h6.is-style-heading-x-small, h6.is-style-heading-x-small-condensed {
  font-size: 1em;
}

/* line 472, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
p.is-style-paragraph-x-large {
  font-size: 1.4em;
}

/* line 475, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
p.is-style-paragraph-x-large {
  font-size: 1.4em;
}

/* line 478, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
p.is-style-paragraph-large {
  font-size: 1.2em;
}

/* line 481, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
p.is-style-paragraph-small {
  font-size: .9em;
}

/* line 484, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
p.is-style-paragraph-x-small {
  font-size: .7em;
}

/* line 489, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.yoast-breadcrumbs,
.yoast-breadcrumbs a {
  font-size: 14px;
}

/* line 494, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.yoast-breadcrumbs .breadcrumb-separator {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 501, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-add-readall:after {
  display: none;
}

/* line 504, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-add-readall .readall-button {
  border: none;
}

/* line 511, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-cover {
  padding: 0;
}

/* line 515, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-image {
  display: block;
}

/* line 518, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-cover {
  min-height: unset !important;
}

/* line 520, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-cover img.wp-block-cover__image-background {
  display: none;
}

/* line 524, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-cover .wp-block-cover__inner-container .is-style-content-width-1200 {
  padding: 0;
}

/* line 527, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-cover .wp-block-cover__inner-container .wp-block-spacer {
  display: none;
}

/* line 533, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-buttons .wp-block-button {
  display: block;
  width: 100%;
}

/* line 536, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-buttons .wp-block-button a {
  width: 100%;
  margin: 0px auto;
  display: block;
}

/* line 543, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-red-background,
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-medium-blue-background,
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-dark-blue-background,
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-black-background {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px 10px;
  padding: 20px 30px;
}

/* line 552, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-red-background .wp-block-spacer,
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-medium-blue-background .wp-block-spacer,
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-dark-blue-background .wp-block-spacer,
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-black-background .wp-block-spacer {
  display: block;
}

/* line 557, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-red-background {
  border-bottom: 8px solid #043566;
  background: #ad5d5c;
}

/* line 562, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-dark-blue-background {
  background: #003468;
  border-bottom: 8px solid #4e8abe;
}

/* line 567, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-black-background {
  background: black;
  border-bottom: 0px;
}

/* line 572, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-medium-blue-background {
  background: #4e8abe;
  border-bottom: 8px solid #043566;
}

/* line 577, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-group.is-style-header-overlay-right h2 {
  margin-bottom: 0;
}

/* line 589, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-columns.is-style-pipe-separator .wp-block-column {
  padding: 20px;
  display: flex;
  /* nested flex container */
  flex-direction: column;
  /* vertical alignment of flex items */
  justify-content: center;
  /* center flex items vertically */
  align-items: center;
}

/* line 598, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 40px;
  padding-right: 0px;
}

/* line 603, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-left: 40px;
  padding-right: 0px;
}

/* line 608, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0px;
  padding-right: 40px;
}

/* line 613, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.wp-block-media-text.is-style-image-bottom-border-dark-orange .wp-block-media-text__media {
  border-bottom: 10px solid #cb6f0d;
}

/* custom blocks */
/* line 619, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-icon-grid {
  clear: both;
}

/* line 621, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-icon-grid .grid-listing {
  width: 100%;
}

/* line 623, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-icon-grid .grid-listing .grid-item {
  width: 100%;
  margin: 0px auto 10px auto;
  display: table;
}

/* line 627, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-icon-grid .grid-listing .grid-item .icon-wrapper {
  display: table-cell;
  width: 16%;
  vertical-align: top;
}

/* line 632, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-icon-grid .grid-listing .grid-item .copy-wrapper {
  display: table-cell;
  padding-left: 20px;
  width: auto;
  vertical-align: top;
}

/* line 637, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-icon-grid .grid-listing .grid-item .copy-wrapper h3 {
  font-size: 1.4em;
}

/* line 646, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.articulations .articulation {
  border-bottom: 4px solid #4e8abe;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* line 650, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.articulations .articulation:last-child {
  border-bottom: 0;
}

/* line 653, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.articulations .articulation .left-side {
  width: 50%;
  margin-left: 1em;
}

/* line 658, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.articulations .articulation .left-side .title:before {
  margin: 0;
  padding: 0;
  float: none;
  content: '\f054';
  display: inline-block;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: relative;
  top: 0px;
  color: #d8862e;
  width: 1em;
  margin-left: -1em;
}

/* line 674, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.articulations .articulation .left-side .institution {
  text-transform: uppercase;
}

/* line 678, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.articulations .articulation .right-side {
  margin-top: 20px;
  margin-right: 10px;
}

/* line 682, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.articulations .articulation .right-side .wp-block-button a {
  font-size: 20px;
}

/* line 692, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-viewport {
  height: 100%;
}

/* line 695, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .gallery-item {
  width: 100%;
  height: auto;
}

/* line 700, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 707, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-prev-next-button {
  display: block;
  width: 40px;
  height: 84px;
  background: none;
  color: inherit;
}

/* line 715, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
}

/* line 720, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-prev-next-button.previous {
  left: 2%;
}

/* line 722, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-prev-next-button.previous .flickity-button-icon {
  left: 0;
}

/* line 727, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-prev-next-button.next {
  right: 2%;
}

/* line 729, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-prev-next-button.next .flickity-button-icon {
  right: 0;
}

/* line 734, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .flickity-page-dots {
  bottom: 0px;
}

/* line 738, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow li.dot {
  background-color: transparent;
  border: 1px solid #4e8abe;
  width: 8px;
  height: 8px;
  transition: all .2s ease-in-out;
  border: 1px solid #fff;
}

/* line 745, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow li.dot.is-selected {
  background-color: #4e8abe;
  transform: scale(2);
}

/* line 750, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow.show-pager {
  padding-bottom: 30px;
}

/* line 753, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.swipe-slideshow .bottom-border {
  height: 10px;
}

/* line 759, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item {
  margin-bottom: 10px;
  width: 94%;
  margin-left: 10px;
  margin-right: 10px;
  display: table;
  height: 320px;
  padding: 50px 100px 0px 100px;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}

/* line 772, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .quote-wrapper .image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

/* line 775, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .quote-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}

/* line 782, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .quote-wrapper .quote-inner .quote-copy {
  width: 100%;
  font-size: 25px;
  line-height: 35px;
  font-size: 20px;
  line-height: 28px;
}

/* line 789, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .quote-wrapper .quote-inner .quote-source {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

/* line 795, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .quote-wrapper .quote-inner .quote-source-title {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

/* line 802, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .button-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* line 805, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .button-wrapper a {
  border-width: 0;
  box-sizing: border-box;
  margin: 0px;
  white-space: nowrap;
  padding: 12px 30px;
  display: inline-block;
  margin: 0px auto;
  /* text-align: center; */
  border-radius: 0px;
  border: 0;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  line-height: 26px;
  filter: brightness(100%);
  transition: all .2s ease-in-out;
}

/* line 823, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .button-wrapper a:after {
  padding-left: 8px;
  content: '\f054';
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

/* line 830, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .gallery-item .button-wrapper a:hover {
  text-decoration: none;
  filter: brightness(80%);
}

/* line 838, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .flickity-prev-next-button {
  display: block;
  width: 40px;
  height: 84px;
  background: none;
  color: inherit;
}

/* line 846, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
}

/* line 851, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .flickity-prev-next-button.previous {
  left: 2%;
}

/* line 855, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .flickity-prev-next-button.next {
  right: 2%;
}

/* line 859, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel .flickity-page-dots {
  bottom: 0px;
}

/* line 863, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel li.dot {
  background-color: transparent;
  border: 1px solid #4e8abe;
  width: 8px;
  height: 8px;
  transition: all .2s ease-in-out;
  border: 1px solid #fff;
}

/* line 870, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel li.dot.is-selected {
  background-color: #4e8abe;
  transform: scale(2);
}

/* line 875, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.quote-carousel.show-pager {
  padding-bottom: 30px;
}

/* line 880, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid {
  clear: both;
}

/* line 882, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing {
  width: 100%;
}

/* line 884, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item {
  width: 100%;
  margin: 0px auto 10px auto;
  position: relative;
}

/* line 888, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item > a {
  display: block;
  z-index: 5;
}

/* line 892, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image {
  position: relative;
}

/* line 894, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .flexy {
  display: flex;
  flex-wrap: nowrap;
}

/* line 898, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .button-overlay {
  display: none;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}

/* line 907, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .button-overlay .arrow {
  color: #fff;
}

/* line 910, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .button-overlay:after {
  padding-left: 2px;
  content: '\f054';
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

/* line 917, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .button-overlay.mobile {
  background-color: transparent;
}

/* line 921, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  height: 200px;
  width: 100%;
}

/* line 928, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper img {
  width: 100%;
  height: auto;
}

/* line 932, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper:before {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease-out;
  opacity: 0;
  content: '';
}

/* line 942, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .overlay {
  color: #fff;
  padding:30px 20px 20px 20px;
  width: 100%;
  position: absolute;
  /* border-top: 10px solid #FFA12D; */
}

/* line 949, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .overlay .title {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

/* line 957, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .overlay .blurb {
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
  display: none;
}

/* line 963, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-image .overlay .button-overlay {
  position: absolute;
  padding: 10px 30px;
  bottom: 0;
  right: 0;
  display: block;
}

/* line 972, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-cta {
  height: 100%;
  background-color: #2062af;
  border-top: 10px solid #313237;
  color: #fff;
}

/* line 977, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-cta a {
  text-decoration: none;
}

/* line 980, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-cta .overlay {
  display: flex;
  align-content: center;
}

/* line 983, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-cta .overlay .title {
  font-size: 50px;
  padding: 20px;
  padding-bottom: 80px;
  line-height: 1.2em;
  text-transform: uppercase;
  height: auto !important;
  color: #fff;
}

/* line 993, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-cta .button-overlay {
  position: absolute;
  padding: 10px 30px;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #107d3f;
  color: #000;
}

/* line 1005, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.three-grid .grid-listing .grid-item.type-cta .button-overlay:after {
  padding-left: 2px;
  content: '\f054';
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

/* line 1018, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.container {
  background: #fff;
  padding-bottom: 0px;
}

/* line 1023, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.pinned-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  padding: 10px 20px;
  z-index: 10;
  transition: all .2s ease-in;
  bottom: -200px;
}

/* line 1034, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.pinned-cta .pinned-cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1038, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.pinned-cta .pinned-cta-wrapper .copy {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

/* line 1044, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.pinned-cta .pinned-cta-wrapper a.button {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 20px;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #fff;
  border: 0;
  border-radius: 0;
  white-space: normal;
}

/* line 1058, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.pinned-cta.two-buttons a.button {
  width: 50%;
}

/* line 1060, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.pinned-cta.two-buttons a.button:last-child {
  border-left: 1px solid #fff;
}

/* line 1065, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.pinned-cta.show {
  opacity: 1;
  bottom: 0;
}

/* line 1072, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.sub-menu .copy-outer-wrapper {
  padding: 20px;
}

/* line 1074, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.sub-menu .copy-outer-wrapper .copy {
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 28px;
  padding-bottom: 10px;
}

/* line 1083, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.sub-menu .copy-outer-wrapper .links .link {
  display: block;
}

/* line 1085, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.sub-menu .copy-outer-wrapper .links .link a {
  padding: 10px 0px;
  font-size: 20px;
  color: #2062AF;
}

/* line 1100, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.vont-block.anchor a {
  height: 0;
}

/* line 1105, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
.flickity-button-icon {
  fill: #007053 !important;
}

.page-template-page-gutenberg .container-inner {
    padding-bottom: 0px;
}

/* Lots of breakpoints */
/* Pad the content for mobile */
@media only screen and (max-width: 1300px) {
  /* line 1115, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-content-width-1300 {
    padding-left: 30px;
    padding-right: 30px;
    /* remove double padding for nested groups */
  }
  /* line 1119, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-content-width-1300 .wp-block-group.is-style-content-width-1200 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 1127, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-content-width-1200 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 1134, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-content-width-1024 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 640px) and (max-width: 1170px) {
  /* line 1141, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  body.page-template-page-gutenberg .ab-block-layout-column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  /* line 1148, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }
  /* line 1150, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    display: block;
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  /* line 1159, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-image {
    display: none;
  }
  /* line 1164, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-cover .wp-block-cover__inner-container .wp-block-spacer {
    display: block;
  }
  /* line 1168, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-cover img.wp-block-cover__image-background {
    display: block;
  }
  /* line 1172, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-red-background,
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-medium-blue-background,
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-dark-blue-background,
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-black-background {
    min-width: 300px;
    max-width: 400px;
    margin-left: auto;
    margin-right: 0;
    padding: 40px 40px 40px 40px;
  }
  /* line 1182, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-red-background {
    border-top: 8px solid #043566;
    border-bottom: 0;
    background: rgba(173, 93, 92, 0.7);
  }
  /* line 1188, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-dark-blue-background {
    background: rgba(0, 52, 104, 0.9);
    border-top: 8px solid #4e8abe;
    border-bottom: 0;
  }
  /* line 1194, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-black-background {
    /* background: rgba(0, 0, 0, 0.5); */
    background: #000;
    border-top: 0px;
    border-bottom: 0px;
  }
  /* line 1200, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-transparent-medium-blue-background {
    background: rgba(78, 138, 190, 0.9);
    border-top: 8px solid #043566;
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  /* line 1209, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1215, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 799px) {
  /* line 1223, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns.is-style-pipe-separator > .wp-block-column:not(:last-child) {
    border-bottom: 4px solid #cadcec;
  }
  /* line 1226, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns.is-style-pipe-separator-blue > .wp-block-column:not(:last-child) {
    border-bottom: 4px solid #8ba7cf;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  /* line 1231, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns.is-style-center-mobile {
    flex-direction: column;
  }
  /* line 1234, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns.is-style-center-mobile .wp-block-column {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 1239, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns.is-style-center-mobile .wp-block-column h1, .wp-block-columns.is-style-center-mobile .wp-block-column h2, .wp-block-columns.is-style-center-mobile .wp-block-column h3, .wp-block-columns.is-style-center-mobile .wp-block-column h4, .wp-block-columns.is-style-center-mobile .wp-block-column h5, .wp-block-columns.is-style-center-mobile .wp-block-column h6 {
    margin: 0;
  }
  /* line 1243, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-group.is-style-content-width-800 {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 1247, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-buttons.is-style-force-stack-mobile {
    flex-wrap: wrap;
  }
  /* line 1249, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-buttons.is-style-force-stack-mobile .wp-block-button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1253, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-buttons.is-style-force-stack-mobile .wp-block-button a {
    white-space: normal;
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  /* line 1262, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns.is-style-pipe-separator > .wp-block-column:not(:last-child) {
    border-right: 4px solid #cadcec;
    padding-right: var(--wp--style--block-gap, 3em);
  }
  /* line 1266, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns.is-style-pipe-separator-blue > .wp-block-column:not(:last-child) {
    border-right: 4px solid #8ba7cf;
    padding-right: var(--wp--style--block-gap, 3em);
  }
  /* line 1271, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 3em);
  }
}

/* Make sure media & text blocks always stack image, then text */
@media screen and (max-width: 600px) {
  /* line 1278, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .has-media-on-the-right {
    display: flex;
    flex-direction: column;
  }
}

/* handle breakpoints around ipad landscape */
@media (min-width: 1024px) and (max-width: 1190px) {
  /* line 1287, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  body.page-template-page-gutenberg .entry-content ul {
    margin-left: 0px;
    margin-top: 1em;
  }
  /* line 1294, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  body.page-template-page-gutenberg .vont-block p, body.page-template-page-gutenberg .vont-block h1, body.page-template-page-gutenberg .vont-block h2, body.page-template-page-gutenberg .vont-block h3, body.page-template-page-gutenberg .vont-block h4, body.page-template-page-gutenberg .vont-block h5, body.page-template-page-gutenberg .vont-block ul {
    padding-left: 0px;
  }
  /* line 1298, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  body.page-template-page-gutenberg .vont-block.carousel {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  /* line 1305, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-cta .overlay {
    height: auto;
  }
  /* line 1308, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-cta .image-wrapper {
    line-height: 250px;
  }
  /* line 1311, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns .wp-block-column {
    margin-bottom: 10px;
  }
  /* line 1314, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image:hover .blurb {
    display: none;
  }
  /* line 1317, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .is-style-header-overlay-black-background .wp-block-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 1321, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  h1.is-style-heading-xx-large, h1.is-style-heading-xx-large-condensed, h2.is-style-heading-xx-large, h2.is-style-heading-xx-large-condensed, h3.is-style-heading-xx-large, h3.is-style-heading-xx-large-condensed, h4.is-style-heading-xx-large, h4.is-style-heading-xx-large-condensed, h5.is-style-heading-xx-large, h5.is-style-heading-xx-large-condensed, h6.is-style-heading-xx-large, h6.is-style-heading-xx-large-condensed {
    font-size: 2.2em;
  }
  /* line 1325, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  h1.is-style-heading-x-large, h1.is-style-heading-x-large-condensed, h2.is-style-heading-x-large, h2.is-style-heading-x-large-condensed, h3.is-style-heading-x-large, h3.is-style-heading-x-large-condensed, h4.is-style-heading-x-large, h4.is-style-heading-x-large-condensed, h5.is-style-heading-x-large, h5.is-style-heading-x-large-condensed, h6.is-style-heading-x-large, h6.is-style-heading-x-large-condensed {
    font-size: 1.8em;
  }
  /* line 1330, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.quote-carousel .gallery-item {
    padding: 0px 20px 0px 20px;
  }
  /* line 1334, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.quote-carousel .flickity-prev-next-button.previous {
    left: -20px;
  }
  /* line 1337, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.quote-carousel .flickity-prev-next-button.next {
    right: -20px;
  }
}

@media (min-width: 768px) {
  /* line 1345, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-icon-grid .grid-listing {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* line 1350, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-icon-grid .grid-listing .grid-item {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  /* line 1359, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* line 1364, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  /* line 1369, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item:hover {
    cursor: pointer;
  }
  /* line 1372, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item:hover .button-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block !important;
  }
  /* line 1379, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item:hover .overlay .button-overlay {
    display: none !important;
  }
  /* line 1382, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item:hover .overlay .blurb {
    display: block;
  }
  /* line 1387, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item:hover .image-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 1;
  }
  /* line 1398, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image {
    position: relative;
  }
  /* line 1400, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .flexy {
    display: block;
  }
  /* line 1403, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px;
    height: 280px;
  }
  /* line 1409, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    z-index: 2;
  }
  /* line 1416, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .overlay .button-overlay {
    display: none;
  }
  /* line 1419, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .overlay .title {
    height: 40px;
  }
  /* line 1423, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .button-overlay {
    position: absolute;
    padding: 10px 30px;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: none;
  }
  /* line 1439, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-cta .overlay {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 1449, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1300px) {
  /* line 1456, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 1463, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1500px) {
  /* line 1470, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1600px) {
  /* line 1477, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  /* line 1485, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns {
    margin-bottom: 0;
  }
  /* line 1488, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns .wp-block-column {
    margin-bottom: 0px;
  }
  /* line 1490, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .wp-block-columns .wp-block-column h1,
  .wp-block-columns .wp-block-column h2,
  .wp-block-columns .wp-block-column h3,
  .wp-block-columns .wp-block-column h4,
  .wp-block-columns .wp-block-column h5,
  .wp-block-columns .wp-block-column h6 {
    margin-bottom: 0;
  }
  /* line 1500, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  ul.is-style-two-columns-desktop,
  ul.is-style-two-columns-desktop-arrow,
  ul.is-style-two-columns-desktop-orange {
    column-count: 2;
  }
  /* line 1505, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  ul.is-style-three-columns-desktop,
  ul.is-style-three-columns-desktop-arrow,
  ul.is-style-three-columns-desktop-orange {
    column-count: 3;
  }
  /* line 1510, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  ul.is-style-four-columns-desktop,
  ul.is-style-four-columns-desktop-arrow,
  ul.is-style-four-columns-desktop-orange {
    column-count: 4;
  }
  /* line 1517, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper {
    display: flex;
    align-items: center;
  }
  /* line 1520, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper .image-wrapper {
    width: 30%;
    margin-right: 60px;
    text-align: left;
    margin-bottom: 0;
  }
  /* line 1526, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper .quote-inner {
    width: 70%;
  }
  /* line 1528, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper .quote-inner .quote-copy {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  /* line 1540, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.articulations .articulation {
    display: flex;
    justify-content: space-between;
  }
  /* line 1543, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.articulations .articulation .right-side {
    margin-top: 0;
  }
  /* line 1549, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.pinned-cta {
    z-index: 10;
  }
  /* line 1551, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.pinned-cta .pinned-cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 1557, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.pinned-cta .pinned-cta-wrapper .copy {
    padding-right: 20px;
    font-size: 30px;
  }
  /* line 1561, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.pinned-cta .pinned-cta-wrapper a.button {
    padding: 0px 20px;
    font-size: 32px;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap;
  }
  /* line 1567, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.pinned-cta .pinned-cta-wrapper a.button:hover {
    text-decoration: none;
    cursor: pointer;
  }
  /* line 1575, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.sub-menu {
    display: flex;
    justify-content: center;
  }
  /* line 1578, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.sub-menu .copy-outer-wrapper {
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  /* line 1583, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.sub-menu .copy-outer-wrapper .copy {
    padding-bottom: 0px;
  }
  /* line 1587, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.sub-menu .copy-outer-wrapper .links .link {
    display: inline-block;
  }
  /* line 1589, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.sub-menu .copy-outer-wrapper .links .link a {
    padding: 0px 16px;
    border-right: 2px solid #2062AF;
  }
  /* line 1597, ../../../../../Users/dbertlesman/Documents/www/emcc/wp-content/themes/emcc/scss/gutenberg-style.scss */
  .vont-block.sub-menu .copy-outer-wrapper .links .link:last-child a {
    border-right: 0px;
    padding-right: 0px;
  }
}

/*
body.page-template-page-gutenberg {
    .fonts-condensed {
        font-family:'Futura BT W01 Medium';
    }
    .adobe {
        h1,h2,h3,h4,h5,h6 {
            font-family: futura-pt, sans-serif;
            font-weight: 700;
            font-style: normal;
            &.condensed {
                font-family: futura-pt-condensed, sans-serif;
            }
        }
        p {
            font-family: futura-pt, sans-serif;
            font-weight: 400;
            font-style: normal;
        }
        a.button,
        .wp-block-button a {
            font-family: futura-pt-condensed, sans-serif;
            font-weight: 400;
            font-style: normal;
        }
    }
}
*/

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