  /* 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 */
/* DGB added these because 6.1.1 isn't reliably generating the styles */
/*
body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
body .is-layout-flex{
    display: flex;
}
body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
body .is-layout-flex > * {
    margin: 0;
}
:where(.wp-block-columns.is-layout-flex){
    gap: 2em;
}
*/
body {
  background-color: #fff;
  /* the site has a pale blue background color */
}

#main-content {
  font-size: 18px !important;
  line-height: 1.6em;
}

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

.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 */
.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 30px;
}

.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}

.wp-block-coblocks-dynamic-separator.is-style-fullwidth:before, .wp-block-coblocks-dynamic-separator.is-style-line:before {
  content: none;
}

.wp-block-image {
  margin-bottom: 0;
}

.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: 10px;
  border: 0;
  font-family: 'futura-pt-condensed';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  line-height: 26px;
  filter: brightness(100%);
  transition: all .2s ease-in-out;
}

.wp-block-button a:hover {
  text-decoration: none;
  filter: brightness(80%);
}

.wp-block-button a:after {
  padding-left: 8px;
  content: '\f054';
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

.wp-block-button a strong {
  font-family: 'futura-pt-condensed';
  font-weight: 700;
}

.wp-block-button.is-style-allow-wrapping a {
  white-space: normal;
}

.wp-block-button.is-style-orange-text-arrow a {
  background: transparent;
  padding: 0;
  color: #ab5800 !important;
  font-size: 1em;
  line-height: normal;
  border: 0;
  font-family: 'futura-pt';
  font-weight: 500;
  text-transform: none;
}

.page-template-page-gutenberg .readall-wrapper {
  position: relative;
  width: 100%;
}

.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: 10px;
  border: 0;
  font-family: 'futura-pt-condensed';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  line-height: 26px;
  filter: brightness(100%);
  transition: all .2s ease-in-out;
  background-color: #c35248;
  color: #fff;
  vertical-align: middle;
  height: auto;
}

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

.page-template-page-gutenberg .readall-wrapper .readall-button.less:after {
  content: '\f0d8';
}

.page-template-page-gutenberg .readall-wrapper:before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  border-top: 3px dashed #ccc;
}

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

/* CoBlocks FAQ accordions */
.wp-block-coblocks-faq .wp-block-coblocks-faq__title {
  padding-bottom: 10px;
}

.wp-block-coblocks-faq:first-child {
  border: 0;
}

.wp-block-coblocks-faq .wp-block-coblocks-faq-item {
  border: 0;
  border-top: 1px solid #cadcec;
  padding: 15px 0px;
}

.wp-block-coblocks-faq .wp-block-coblocks-faq-item:last-child {
  border-bottom: 1px solid #cadcec;
}

.wp-block-coblocks-faq .wp-block-coblocks-faq-item__question__icon {
  display: none;
}

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

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

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

.wp-block-coblocks-faq .wp-block-coblocks-faq-item__answer {
  padding-top: 1em;
  padding-left: 30px;
}

.wp-block-coblocks-faq .wp-block-coblocks-faq-item[open] .wp-block-coblocks-faq-item__question__content:before {
  content: '\f068';
}

/* CoBlocks accordions */
.wp-block-coblocks-accordion:first-child {
  border: 0;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item {
  border: 0;
  border-top: 1px solid #cadcec;
  padding: 15px 0px;
  margin-bottom: 0;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item:last-child {
  border-bottom: 1px solid #cadcec;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__title {
  background: none !important;
  padding-left: 30px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-size: 20px;
  line-height: 24px;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__title:before {
  content: '\f067';
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__title:hover {
  cursor: pointer;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__title:hover:after {
  background: none !important;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__title:focus {
  outline: none;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__content,
.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__content p {
  font-size: 16px;
  line-height: 26px;
  border: 0;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__content {
  padding-top: 1em;
  padding-left: 30px;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item[open] .wp-block-coblocks-accordion-item__title:before {
  content: '\f068';
}

/* override some sitewide styles just for the gutenberg pages */
body.page-template-page-gutenberg .wrap {
  max-width: 1170px;
}

body.page-template-page-gutenberg blockquote {
  border-left: 0;
  margin-left: 0;
}

body.page-template-page-gutenberg blockquote p {
  font-size: 25px;
  line-height: 35px;
}

body.page-template-page-gutenberg blockquote cite {
  font-style: normal;
}

body.page-template-page-gutenberg .aligncenter {
  text-align: center;
  margin: 0 !important;
}

body.page-template-page-gutenberg .alignright {
  text-align: right;
  margin: 0 !important;
  display: block;
}

body.page-template-page-gutenberg .alignleft {
  text-align: left;
  margin: 0 !important;
  display: block;
}

body.page-template-page-gutenberg #main-content .page-content {
  overflow: visible;
  max-height: none;
}

body.page-template-page-gutenberg #main-content section {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-template-page-gutenberg #main-content footer {
  margin: 0;
}

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 {
  font-family: 'futura-pt';
  font-weight: 700;
  line-height: 1.3em;
}

body.page-template-page-gutenberg h1 strong, body.page-template-page-gutenberg h1 b, body.page-template-page-gutenberg h2 strong, body.page-template-page-gutenberg h2 b, body.page-template-page-gutenberg h3 strong, body.page-template-page-gutenberg h3 b, body.page-template-page-gutenberg h4 strong, body.page-template-page-gutenberg h4 b, body.page-template-page-gutenberg h5 strong, body.page-template-page-gutenberg h5 b, body.page-template-page-gutenberg h5 strong, body.page-template-page-gutenberg h5 b {
  font-family: 'futura-pt';
  font-weight: 700;
}

body.page-template-page-gutenberg h1.is-style-heading-xx-large-condensed, body.page-template-page-gutenberg h1.is-style-heading-x-large-condensed, body.page-template-page-gutenberg h1.is-style-heading-large-condensed, body.page-template-page-gutenberg h1.is-style-heading-medium-condensed, body.page-template-page-gutenberg h1.is-style-heading-small-large-condensed, body.page-template-page-gutenberg h1.is-style-heading-x-small-condensed, body.page-template-page-gutenberg h2.is-style-heading-xx-large-condensed, body.page-template-page-gutenberg h2.is-style-heading-x-large-condensed, body.page-template-page-gutenberg h2.is-style-heading-large-condensed, body.page-template-page-gutenberg h2.is-style-heading-medium-condensed, body.page-template-page-gutenberg h2.is-style-heading-small-large-condensed, body.page-template-page-gutenberg h2.is-style-heading-x-small-condensed, body.page-template-page-gutenberg h3.is-style-heading-xx-large-condensed, body.page-template-page-gutenberg h3.is-style-heading-x-large-condensed, body.page-template-page-gutenberg h3.is-style-heading-large-condensed, body.page-template-page-gutenberg h3.is-style-heading-medium-condensed, body.page-template-page-gutenberg h3.is-style-heading-small-large-condensed, body.page-template-page-gutenberg h3.is-style-heading-x-small-condensed, body.page-template-page-gutenberg h4.is-style-heading-xx-large-condensed, body.page-template-page-gutenberg h4.is-style-heading-x-large-condensed, body.page-template-page-gutenberg h4.is-style-heading-large-condensed, body.page-template-page-gutenberg h4.is-style-heading-medium-condensed, body.page-template-page-gutenberg h4.is-style-heading-small-large-condensed, body.page-template-page-gutenberg h4.is-style-heading-x-small-condensed, body.page-template-page-gutenberg h5.is-style-heading-xx-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-x-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-medium-condensed, body.page-template-page-gutenberg h5.is-style-heading-small-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-x-small-condensed, body.page-template-page-gutenberg h5.is-style-heading-xx-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-x-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-medium-condensed, body.page-template-page-gutenberg h5.is-style-heading-small-large-condensed, body.page-template-page-gutenberg h5.is-style-heading-x-small-condensed {
  font-family: 'futura-pt-condensed';
  font-weight: 500;
}

/* list styles */
body.page-template-page-gutenberg #main-content .page-content ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
}

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: 1.5em;
  line-height: 1.2em;
  margin-bottom: 12px;
}

body.page-template-page-gutenberg #main-content .page-content ul li:before {
  float: left;
  margin-left: -2em;
  font-size: 8px;
  content: '\f111';
  display: table-cell;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  color: #313237;
  padding-right: 4px;
}

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: #ab5800;
}

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: #c35248;
  width: 1em;
  margin-left: -1em;
}

body.page-template-page-gutenberg #main-content .page-content ul.has-white-color a {
  color: #fff;
}

/* Now for some block styles */
.wp-block-group.is-style-content-width-1300 {
  max-width: 1300px;
  margin: 0px auto;
}

.wp-block-group.is-style-content-width-1200 {
  max-width: 1170px;
  margin: 0px auto;
}

.wp-block-group.is-style-content-width-1024 {
  max-width: 1024px;
  margin: 0px auto;
}

.wp-block-group.is-style-content-width-800 {
  max-width: 800px;
  margin: 0px auto;
}

.wp-block-group.is-style-padded {
  padding: 30px;
}

/* Some heading and paragraph relative sizing through block styles */
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: 4em;
}

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: 3em;
}

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: 2em;
}

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

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

p.is-style-paragraph-x-large {
  font-size: 1.4em;
}

p.is-style-paragraph-x-large {
  font-size: 1.4em;
}

p.is-style-paragraph-large {
  font-size: 1.2em;
}

p.is-style-paragraph-small {
  font-size: .9em;
}

p.is-style-paragraph-x-small {
  font-size: .7em;
}

.yoast-breadcrumbs,
.yoast-breadcrumbs a {
  font-size: 14px;
  color: #002D5A;
}

.yoast-breadcrumbs .breadcrumb-separator {
  padding-left: 4px;
  padding-right: 4px;
}

.wp-block-group.is-style-add-readall:after {
  display: none;
}

.wp-block-group.is-style-add-readall .readall-button {
  border: none;
}

.wp-block-group.is-style-header-overlay-right .wp-block-cover {
  padding: 0;
}

.wp-block-group.is-style-header-overlay-right .wp-block-image {
  display: block;
}

.wp-block-group.is-style-header-overlay-right .wp-block-cover {
  min-height: unset !important;
}

.wp-block-group.is-style-header-overlay-right .wp-block-cover img.wp-block-cover__image-background {
  display: none;
}

.wp-block-group.is-style-header-overlay-right .wp-block-cover .wp-block-cover__inner-container .is-style-content-width-1200 {
  padding: 0;
}

.wp-block-group.is-style-header-overlay-right .wp-block-cover .wp-block-cover__inner-container .wp-block-spacer {
  display: none;
}

.wp-block-group.is-style-header-overlay-right .wp-block-buttons .wp-block-button {
  display: block;
  width: 100%;
}

.wp-block-group.is-style-header-overlay-right .wp-block-buttons .wp-block-button a {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.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 {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px 10px;
  padding: 20px 30px;
}

.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 {
  display: block;
}

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

.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 #407bae;
}

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

.wp-block-group.is-style-header-overlay-right h2 {
  margin-bottom: 0;
  font-family: 'futura-pt-condensed';
  font-weight: 500;
}

.wp-block-group.is-style-header-overlay-right h2 strong, .wp-block-group.is-style-header-overlay-right h2 bold {
  font-family: 'futura-pt';
  font-weight: 700;
}

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

.wp-block-media-text .wp-block-media-text__content {
  padding-left: 40px;
  padding-right: 0px;
}

.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-left: 40px;
  padding-right: 0px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0px;
  padding-right: 40px;
}

.wp-block-media-text.is-style-image-bottom-border-dark-orange .wp-block-media-text__media {
  border-bottom: 10px solid #cb6f0d;
}

/* custom blocks */
.vont-block.three-icon-grid {
  clear: both;
}

.vont-block.three-icon-grid .grid-listing {
  width: 100%;
}

.vont-block.three-icon-grid .grid-listing .grid-item {
  width: 100%;
  margin: 0px auto 10px auto;
  display: table;
}

.vont-block.three-icon-grid .grid-listing .grid-item .icon-wrapper {
  display: table-cell;
  width: 16%;
  vertical-align: top;
}

.vont-block.three-icon-grid .grid-listing .grid-item .copy-wrapper {
  display: table-cell;
  padding-left: 20px;
  width: auto;
  vertical-align: top;
}

.vont-block.articulations .articulation {
  border-bottom: 4px solid #407bae;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.vont-block.articulations .articulation:last-child {
  border-bottom: 0;
}

.vont-block.articulations .articulation .left-side {
  width: 50%;
  margin-left: 1em;
}

.vont-block.articulations .articulation .left-side .title {
  font-family: 'futura-pt';
  font-weight: 700;
}

.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: #c35248;
  width: 1em;
  margin-left: -1em;
}

.vont-block.articulations .articulation .left-side .institution {
  text-transform: uppercase;
}

.vont-block.articulations .articulation .right-side {
  margin-top: 20px;
  margin-right: 10px;
}

.vont-block.articulations .articulation .right-side .wp-block-button a {
  font-size: 20px;
}

.vont-block.swipe-slideshow .flickity-viewport {
  height: 100%;
}

.vont-block.swipe-slideshow .gallery-item {
  width: 100%;
  height: auto;
}

.vont-block.swipe-slideshow .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.vont-block.swipe-slideshow .flickity-prev-next-button {
  display: block;
  width: 40px;
  height: 84px;
  background: none;
  color: inherit;
}

.vont-block.swipe-slideshow .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
}

.vont-block.swipe-slideshow .flickity-prev-next-button.previous {
  left: 2%;
}

.vont-block.swipe-slideshow .flickity-prev-next-button.previous .flickity-button-icon {
  left: 0;
}

.vont-block.swipe-slideshow .flickity-prev-next-button.next {
  right: 2%;
}

.vont-block.swipe-slideshow .flickity-prev-next-button.next .flickity-button-icon {
  right: 0;
}

.vont-block.swipe-slideshow .flickity-page-dots {
  bottom: 0px;
}

.vont-block.swipe-slideshow li.dot {
  background-color: transparent;
  border: 1px solid #407BAE;
  width: 8px;
  height: 8px;
  transition: all .2s ease-in-out;
  border: 1px solid #fff;
}

.vont-block.swipe-slideshow li.dot.is-selected {
  background-color: #407bae;
  transform: scale(2);
}

.vont-block.swipe-slideshow.show-pager {
  padding-bottom: 30px;
}

.vont-block.swipe-slideshow .bottom-border {
  height: 10px;
}

.vont-block.quote-carousel .gallery-item {
  margin-bottom: 10px;
  width: 94%;
  margin-left: 10px;
  margin-right: 10px;
  /*
        display:table;
        height:100%;
*/
  padding: 0px 50px 0px 50px;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}

.vont-block.quote-carousel .gallery-item .quote-wrapper .image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.vont-block.quote-carousel .gallery-item .quote-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}

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

.vont-block.quote-carousel .gallery-item .quote-wrapper .quote-inner .quote-source {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.vont-block.quote-carousel .gallery-item .quote-wrapper .quote-inner .quote-source-title {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.vont-block.quote-carousel .gallery-item .button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.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: 10px;
  border: 0;
  font-family: 'futura-pt-condensed';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  line-height: 26px;
  filter: brightness(100%);
  transition: all .2s ease-in-out;
}

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

.vont-block.quote-carousel .gallery-item .button-wrapper a:hover {
  text-decoration: none;
  filter: brightness(80%);
}

.vont-block.quote-carousel .gallery-item.video .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vont-block.quote-carousel .gallery-item.video .image-wrapper img {
  width: 100%;
  height: auto;
}

.vont-block.quote-carousel .gallery-item.video .image-wrapper:before {
  position: absolute;
  font: var(--fa-font-regular);
  content: '\f144';
  font-size: 80px;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}

.vont-block.quote-carousel .flickity-prev-next-button {
  display: block;
  width: 40px;
  height: 84px;
  background: none;
  color: inherit;
}

.vont-block.quote-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
}

.vont-block.quote-carousel .flickity-prev-next-button.previous {
  left: 2%;
}

.vont-block.quote-carousel .flickity-prev-next-button.next {
  right: 2%;
}

.vont-block.quote-carousel .flickity-page-dots {
  bottom: 0px;
}

.vont-block.quote-carousel li.dot {
  background-color: transparent;
  border: 1px solid #407BAE;
  width: 8px;
  height: 8px;
  transition: all .2s ease-in-out;
  border: 1px solid #fff;
}

.vont-block.quote-carousel li.dot.is-selected {
  background-color: #407bae;
  transform: scale(2);
}

.vont-block.quote-carousel.show-pager {
  padding-bottom: 30px;
}

.vont-block.three-grid {
  clear: both;
}

.vont-block.three-grid .grid-listing {
  width: 100%;
}

.vont-block.three-grid .grid-listing .grid-item {
  width: 100%;
  margin: 0px auto 10px auto;
  position: relative;
}

.vont-block.three-grid .grid-listing .grid-item > a {
  display: block;
  z-index: 5;
}

.vont-block.three-grid .grid-listing .grid-item.type-image {
  position: relative;
}

.vont-block.three-grid .grid-listing .grid-item.type-image .flexy {
  display: flex;
  flex-wrap: nowrap;
}

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

.vont-block.three-grid .grid-listing .grid-item.type-image .button-overlay .arrow {
  color: #fff;
}

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

.vont-block.three-grid .grid-listing .grid-item.type-image .button-overlay.mobile {
  background-color: transparent;
}

.vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
  overflow: hidden;
  position: relative;
  width: 40%;
}

.vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper img {
  width: 100%;
  height: auto;
}

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

.vont-block.three-grid .grid-listing .grid-item.type-image .overlay {
  color: #fff;
  padding: 20px;
  width: 60%;
  position: relative;
}

.vont-block.three-grid .grid-listing .grid-item.type-image .overlay .title {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}

.vont-block.three-grid .grid-listing .grid-item.type-image .overlay .button-overlay {
  position: absolute;
  padding: 10px 30px;
  bottom: 0;
  right: 0;
  display: block;
}

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

.vont-block.pinned-cta .pinned-cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vont-block.pinned-cta .pinned-cta-wrapper .copy {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

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

.vont-block.pinned-cta.two-buttons a.button {
  width: 50%;
}

.vont-block.pinned-cta.two-buttons a.button:last-child {
  border-left: 1px solid #fff;
}

.vont-block.pinned-cta.show {
  opacity: 1;
  bottom: 0;
}

.vont-block.sub-menu .copy-outer-wrapper {
  padding: 20px;
}

.vont-block.sub-menu .copy-outer-wrapper .copy {
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: 'futura-pt';
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}

.vont-block.sub-menu .copy-outer-wrapper .links .link {
  display: block;
}

.vont-block.sub-menu .copy-outer-wrapper .links .link a {
  padding: 10px 0px;
  font-size: 20px;
  font-family: 'futura-pt';
  font-weight: 700;
}

.vont-block.anchor a {
  height: 0;
}

body.page-template-page-gutenberg #main-content .page-content .gform_wrapper ul li:before {
  content: none;
}

body.page-template-page-gutenberg #main-content .page-content .gform_wrapper ul li .ginput_container {
  margin-top: 0;
}

body.page-template-page-gutenberg #main-content .page-content .gform_wrapper.red-submit-button_wrapper .gform_footer input[type=submit] {
  background-color: #c35248;
}

body.page-template-page-gutenberg #main-content .page-content .wp-block-group.is-style-header-overlay-right .gform_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-template-page-gutenberg #main-content .page-content .wp-block-group.is-style-header-overlay-right .gform_wrapper ul li {
  margin-bottom: 0;
}

body.page-template-page-gutenberg #main-content .page-content .wp-block-group.is-style-header-overlay-right .gform_wrapper ul li .gfield_label {
  margin-bottom: 0;
}

body.page-template-page-gutenberg #main-content .page-content .wp-block-group.is-style-header-overlay-right p:last-of-type {
  margin-bottom: 0;
}

body.page-template-page-gutenberg #main-content .page-content .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #666;
}

body.page-template-page-gutenberg #main-content .page-content .wp-block-group.is-style-header-overlay-transparent-dark-blue-background .gfield_required {
  color: #fff;
}

/* Lots of breakpoints */
/* Pad the content for mobile */
@media only screen and (max-width: 1300px) {
  .wp-block-group.is-style-content-width-1300 {
    padding-left: 30px;
    padding-right: 30px;
    /* remove double padding for nested groups */
  }
  .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) {
  .wp-block-group.is-style-content-width-1200 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .wp-block-columns.is-style-no-gap-mobile {
    row-gap: unset;
  }
  .wp-block-columns.is-style-no-gap-mobile .wp-block-column {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .wp-block-group.is-style-content-width-1024 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 640px) and (max-width: 1170px) {
  body.page-template-page-gutenberg .ab-block-layout-column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    display: block;
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  .wp-block-group.is-style-header-overlay-right .wp-block-image {
    display: none;
  }
  .wp-block-group.is-style-header-overlay-right .wp-block-cover .wp-block-cover__inner-container .wp-block-spacer {
    display: block;
  }
  .wp-block-group.is-style-header-overlay-right .wp-block-cover img.wp-block-cover__image-background {
    display: block;
  }
  .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 {
    min-width: 300px;
    max-width: 400px;
    margin-left: auto;
    margin-right: 0;
    padding: 40px 40px 40px 40px;
  }
  .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);
  }
  .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 #407bae;
    border-bottom: 0;
  }
  .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) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .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) {
  .wp-block-columns.is-style-pipe-separator > .wp-block-column:not(:last-child) {
    border-bottom: 4px solid #cadcec;
  }
  .wp-block-columns.is-style-pipe-separator-blue > .wp-block-column:not(:last-child) {
    border-bottom: 4px solid #5C88BA;
  }
  .wp-block-columns.is-style-center-mobile {
    flex-direction: column;
  }
  .wp-block-columns.is-style-center-mobile .wp-block-column {
    text-align: center;
    margin-bottom: 0;
  }
  .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;
  }
  .wp-block-group.is-style-content-width-800 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wp-block-buttons.is-style-force-stack-mobile {
    flex-wrap: wrap;
  }
  .wp-block-buttons.is-style-force-stack-mobile .wp-block-button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-buttons.is-style-force-stack-mobile .wp-block-button a {
    white-space: normal;
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  .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);
  }
  .wp-block-columns.is-style-pipe-separator-blue > .wp-block-column:not(:last-child) {
    border-right: 4px solid #5C88BA;
    padding-right: var(--wp--style--block-gap, 3em);
  }
  .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) {
  .has-media-on-the-right {
    display: flex;
    flex-direction: column;
  }
}

/* handle breakpoints around ipad landscape */
@media (min-width: 1024px) and (max-width: 1190px) {
  body.page-template-page-gutenberg .entry-content ul {
    margin-left: 2em;
    margin-top: 1em;
  }
  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;
  }
  body.page-template-page-gutenberg .vont-block.carousel {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .vont-block.three-icon-grid .grid-listing {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .vont-block.three-icon-grid .grid-listing .grid-item {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  .vont-block.three-grid .grid-listing {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .vont-block.three-grid .grid-listing .grid-item {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  .vont-block.three-grid .grid-listing .grid-item:hover {
    cursor: pointer;
  }
  .vont-block.three-grid .grid-listing .grid-item:hover .button-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block !important;
  }
  .vont-block.three-grid .grid-listing .grid-item:hover .overlay .button-overlay {
    display: none !important;
  }
  .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.2);
    z-index: 1;
    opacity: 1;
  }
  .vont-block.three-grid .grid-listing .grid-item.type-image {
    position: relative;
  }
  .vont-block.three-grid .grid-listing .grid-item.type-image .flexy {
    display: block;
  }
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    width: 100%;
  }
  .vont-block.three-grid .grid-listing .grid-item.type-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 2;
  }
  .vont-block.three-grid .grid-listing .grid-item.type-image .overlay .button-overlay {
    display: none;
  }
  .vont-block.three-grid .grid-listing .grid-item.type-image .overlay .title {
    font-size: 16px;
    line-height: 20px;
  }
  .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;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
  .wp-block-columns .wp-block-column {
    margin-bottom: 0px;
  }
  .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;
  }
  ul.is-style-two-columns-desktop,
  ul.is-style-two-columns-desktop-arrow,
  ul.is-style-two-columns-desktop-orange {
    column-count: 2;
  }
  ul.is-style-three-columns-desktop,
  ul.is-style-three-columns-desktop-arrow,
  ul.is-style-three-columns-desktop-orange {
    column-count: 3;
  }
  ul.is-style-four-columns-desktop,
  ul.is-style-four-columns-desktop-arrow,
  ul.is-style-four-columns-desktop-orange {
    column-count: 4;
  }
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper {
    /*
                display: flex;
                align-items: center;
*/
  }
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper .image-wrapper {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
    float: left;
  }
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper .quote-inner {
    width: calc(70% - 60px);
    float: right;
  }
  .vont-block.quote-carousel .gallery-item.image .quote-wrapper .quote-inner .quote-copy {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .vont-block.quote-carousel .gallery-item.video .quote-wrapper .image-wrapper {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vont-block.quote-carousel .gallery-item.video .quote-wrapper .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .vont-block.quote-carousel .gallery-item.video .quote-wrapper .image-wrapper:before {
    position: absolute;
    font: var(--fa-font-regular);
    content: '\f144';
    font-size: 80px;
    color: #fff;
    z-index: 1;
    pointer-events: none;
  }
  .vont-block.quote-carousel .gallery-item.video .quote-wrapper .quote-inner {
    width: calc(70% - 60px);
    float: right;
  }
  .vont-block.quote-carousel .gallery-item.video .quote-wrapper .quote-inner .quote-copy {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .vont-block.articulations .articulation {
    display: flex;
    justify-content: space-between;
  }
  .vont-block.articulations .articulation .right-side {
    margin-top: 0;
  }
  .vont-block.pinned-cta {
    z-index: 10;
  }
  .vont-block.pinned-cta .pinned-cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .vont-block.pinned-cta .pinned-cta-wrapper .copy {
    padding-right: 20px;
    font-size: 30px;
  }
  .vont-block.pinned-cta .pinned-cta-wrapper a.button {
    padding: 0px 20px;
    font-size: 32px;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap;
  }
  .vont-block.pinned-cta .pinned-cta-wrapper a.button:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .vont-block.sub-menu {
    display: flex;
    justify-content: center;
  }
  .vont-block.sub-menu .copy-outer-wrapper {
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .vont-block.sub-menu .copy-outer-wrapper .copy {
    padding-bottom: 0px;
  }
  .vont-block.sub-menu .copy-outer-wrapper .links .link {
    display: inline-block;
  }
  .vont-block.sub-menu .copy-outer-wrapper .links .link a {
    padding: 0px 16px;
    border-right: 2px solid #DAE1E7;
  }
  .vont-block.sub-menu .copy-outer-wrapper .links .link:last-child a {
    border-right: 0px;
    padding-right: 0px;
  }
}
