  /* 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 */
.container {
  border-bottom: 0;
  padding-bottom: 0; }

body {
  background-color: #fff;
  /* the site has a pale blue background color */ }
  body.has-pinned-cta .footer-content {
    padding-bottom: 140px;
    /* give footer extra space so you can see the bottom of it when cta pins */ }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[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/kvcc/img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat; }

.row {
  margin-left: 0px; }

.icon.large {
  font-size: 50px; }

#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 {
  background-color: #f8be4d;
  border: 1px solid #f8be4d;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: .7px; }
  .wp-block-button a:after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    font-size: 15px;
    padding-left: 5px;
    color: #000 !important;
    display: inline-block; }
  .wp-block-button a:hover {
    text-decoration: none;
    background-color: #FFCF72; }

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

.wp-block-button.is-style-span-mobile {
  min-width: 100%; }
  .wp-block-button.is-style-span-mobile a {
    display: block; }

.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 */
.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 #000;
  padding: 15px 0px; }
  .wp-block-coblocks-faq .wp-block-coblocks-faq-item:last-child {
    border-bottom: 1px solid #000; }

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

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

body.page-template-page-gutenberg .main-nav {
  max-width: none; }

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 {
  line-height: 1.3em; }

body.page-template-page-gutenberg footer {
  margin-top: 0px; }

/* list styles */
body.page-template-page-gutenberg #main-content ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none; }
  body.page-template-page-gutenberg #main-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; }
    body.page-template-page-gutenberg #main-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: #000;
      padding-right: 4px; }
  body.page-template-page-gutenberg #main-content ul.is-style-one-column-desktop-arrow li:before, body.page-template-page-gutenberg #main-content ul.is-style-two-columns-desktop-arrow li:before, body.page-template-page-gutenberg #main-content ul.is-style-three-columns-desktop-arrow li:before, body.page-template-page-gutenberg #main-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 */
.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; }

/* 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: 2.8em; }

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

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

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

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

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

.wp-block-group.is-style-header-overlay-right .wp-block-group.is-style-header-overlay-black-background {
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 0px; }

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

/* 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.three-icon-grid .grid-listing .grid-item .copy-wrapper h3 {
          font-size: 1.4em; }
      .vont-block.three-icon-grid .grid-listing .grid-item .fa-regular, .vont-block.three-icon-grid .grid-listing .grid-item .far {
        font-weight: 200; }

.vont-block.articulations .articulation {
  border-bottom: 4px solid #000;
  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: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: #000;
      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 #4e8abe;
  width: 8px;
  height: 8px;
  transition: all .2s ease-in-out;
  border: 1px solid #fff; }
  .vont-block.swipe-slideshow li.dot.is-selected {
    background-color: #000;
    transform: scale(2); }

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

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

.vont-block.quote-carousel {
  background-color: #f5f5f5; }
  .vont-block.quote-carousel .gallery-item {
    margin-bottom: 10px;
    width: 94%;
    margin-left: 10px;
    margin-right: 10px;
    display: table;
    height: 100%;
    padding: 0px 100px 0px 100px;
    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;
      color: #000;
      text-align: left;
      margin: 0;
      max-width: none;
      font-weight: 200; }
    .vont-block.quote-carousel .gallery-item .quote-wrapper .quote-inner .quote-source {
      width: 100%;
      margin-top: 20px;
      font-size: 20px;
      line-height: 30px;
      color: #000;
      text-align: left;
      max-width: none;
      margin-left: 0;
      margin-right: 0; }
    .vont-block.quote-carousel .gallery-item .quote-wrapper .quote-inner .quote-source-title {
      /*
                    width:100%;
                    font-size:16px;
                    line-height:24px;
                    color:#000;
                    text-align: left;
*/
      display: inline; }
    .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: 0px;
        border: 0;
        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 .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 #4e8abe;
    width: 8px;
    height: 8px;
    transition: all .2s ease-in-out;
    border: 1px solid #fff; }
    .vont-block.quote-carousel li.dot.is-selected {
      background-color: #000;
      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: 22px;
          text-align: center;
          text-transform: uppercase;
          white-space: nowrap;
          background-color: #f8be4d;
          color: #000;
          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: 100%;
          margin-top: 60px;
          height: 200px; }
          .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: #000;
          padding: 20px;
          width: 100%;
          position: absolute; }
          .vont-block.three-grid .grid-listing .grid-item.type-image .overlay .title {
            margin: 0px;
            padding: 0px;
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase; }
          .vont-block.three-grid .grid-listing .grid-item.type-image .overlay .blurb {
            margin-top: 40px;
            font-size: 18px;
            color: #fff;
            display: none; }
      .vont-block.three-grid .grid-listing .grid-item.type-cta {
        height: 100%;
        border-top: 10px solid #b5cce8;
        color: #fff; }
        .vont-block.three-grid .grid-listing .grid-item.type-cta a {
          text-decoration: none; }
        .vont-block.three-grid .grid-listing .grid-item.type-cta .overlay {
          display: flex;
          align-content: center; }
          .vont-block.three-grid .grid-listing .grid-item.type-cta .overlay .title {
            font-size: 48px;
            line-height: 1.2em;
            text-align: left;
            height: auto !important;
            text-transform: uppercase;
            font-size: 50px;
            padding: 20px;
            padding-bottom: 80px; }
        .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: #f8be4d;
          color: #000; }
          .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"; }

.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;
  box-sizing: border-box;
  background-color: #f8be4d; }
  .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: #000;
      border: 0;
      border-radius: 0;
      white-space: normal; }
      .vont-block.pinned-cta .pinned-cta-wrapper a.button:hover {
        background-color: #f8be4d; }
  .vont-block.pinned-cta.two-buttons a.button {
    width: 50%; }
    .vont-block.pinned-cta.two-buttons a.button:last-child {
      border-left: 1px solid #000; }
  .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;
    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;
      color: #004668;
      text-decoration: none; }

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

.flickity-button-icon {
  fill: #5c88ba !important; }

/* 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: 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-black-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-black-background {
    background: black;
    border-top: 0px;
    border-bottom: 0px; } }

@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-cyan > .wp-block-column:not(:last-child) {
    border-bottom: 4px solid #004668;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .wp-block-columns.is-style-pipe-separator-pale-blue > .wp-block-column:not(:last-child) {
    border-bottom: 4px solid #b5cce8;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .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 #004668;
    padding-right: var(--wp--style--block-gap, 3em); }
  .wp-block-columns.is-style-pipe-separator-cyan > .wp-block-column:not(:last-child) {
    border-right: 4px solid #004668;
    padding-right: var(--wp--style--block-gap, 3em); }
  .wp-block-columns.is-style-pipe-separator-pale-blue > .wp-block-column:not(:last-child) {
    border-right: 4px solid #b5cce8;
    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: 0px;
    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 (max-width: 768px) {
  .vont-block.three-grid .grid-listing .grid-item.type-image.is-style-CTA .overlay {
    height: auto; }
  .vont-block.three-grid .grid-listing .grid-item.type-image.is-style-CTA .image-wrapper {
    line-height: 250px; }
  .wp-block-columns .wp-block-column {
    margin-bottom: 10px; }
  .vont-block.three-grid .grid-listing .grid-item.type-image:hover .blurb {
    display: none; }
  .is-style-header-overlay-black-background .wp-block-buttons {
    margin-top: 20px;
    margin-bottom: 20px; }
  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; }
  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; }
  .vont-block.quote-carousel .gallery-item {
    padding: 0px 20px 0px 20px; }
  .vont-block.quote-carousel .flickity-prev-next-button.previous {
    left: -20px; }
  .vont-block.quote-carousel .flickity-prev-next-button.next {
    right: -20px; } }

@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 {
          width: 100%; }
          .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; }
      .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%;
          margin-top: 80px;
          height: 280px; }
        .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 .title {
            height: 40px; }
          .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 .button-overlay {
          position: absolute;
          padding: 10px 30px;
          bottom: 0;
          right: 0;
          font-size: 22px;
          text-align: center;
          text-transform: uppercase;
          white-space: nowrap;
          display: none; }
        .vont-block.three-grid .grid-listing .grid-item.type-image:hover .overlay .blurb {
          display: block; }
      .vont-block.three-grid .grid-listing .grid-item.type-cta .overlay {
        padding-top: 80px; } }

@media only screen and (min-width: 1200px) {
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px; } }

@media only screen and (min-width: 1300px) {
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px; } }

@media only screen and (min-width: 1400px) {
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px; } }

@media only screen and (min-width: 1500px) {
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px; } }

@media only screen and (min-width: 1600px) {
  .vont-block.three-grid .grid-listing .grid-item.type-image .image-wrapper {
    position: relative;
    margin-top: 80px; } }

@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 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .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%;
      margin-right: 60px;
      text-align: left;
      margin-bottom: 0; }
    .vont-block.quote-carousel .gallery-item.image .quote-wrapper .quote-inner {
      width: 70%; }
      .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 .flickity-prev-next-button.previous {
    left: -50px; }
  .vont-block.quote-carousel .flickity-prev-next-button.next {
    right: -50px; }
  .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.pinned-cta .pinned-cta-wrapper a.button:after {
          font-size: 32px;
          line-height: 36px; }
  .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 #f5f5f5; }
        .vont-block.sub-menu .copy-outer-wrapper .links .link:last-child a {
          border-right: 0px;
          padding-right: 0px; } }

@media (min-width: 1024px) and (max-width: 1300px) {
  .vont-block.quote-carousel .gallery-item {
    width: 94%; }
  .vont-block.quote-carousel .flickity-prev-next-button.previous {
    left: 0; }
  .vont-block.quote-carousel .flickity-prev-next-button.next {
    right: 0; } }

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