/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/media-with-content/_media-with-content.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/veq0jrt.css);
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/media-with-content/_media-with-content.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Add font scale with media query as per configuration on $body-text
 * Ex: @include body-text( h1 );
 * This will add font-size and line-height with different breakpoints.
 */
/*----------------
		Font
------------------*/
/*---------------------------------
		Font Weights
-----------------------------------*/
/*---------------------------------
		RWest Theme Colors Variables
-----------------------------------*/
/**
 * Object Fit
 */
.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.object-fit-fill {
  object-fit: fill;
  height: 100%;
  width: 100%;
}

.object-fit-contain {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.site-main {
  position: relative;
}

.block {
  position: relative;
}

.entry-title {
  display: none;
}

/**
 * Classes added to text fields in the UI that need a breakpoint
 */
.breakpoint {
  display: initial;
}

.space {
  display: none;
}

@media only screen and (min-width: 768px) {
  .breakpoint {
    display: none;
  }
  .space {
    display: initial;
  }
}
.accent-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 50%;
  height: 21px;
}

.overflow-bar {
  position: relative;
  height: 24px;
  margin-bottom: 32px;
}
.overflow-bar .overflow-bar-left, .overflow-bar .overflow-bar-right {
  width: 127%;
  height: 100%;
  position: absolute;
  top: 0;
}
.overflow-bar .overflow-bar-left {
  left: 0;
}
.overflow-bar .overflow-bar-right {
  right: 0;
}

.color-option-red {
  background-color: #9f3323;
}
.color-option-red .accent-bar {
  background-color: #a62f2c;
}

.color-option-dark-red {
  background-color: #a62f2c;
}
.color-option-dark-red .accent-bar {
  background-color: #9f3323;
}

.color-option-yellow {
  background-color: #ebcb8f;
}
.color-option-yellow .accent-bar {
  background-color: #d0ae6f;
}

.color-option-dark-yellow {
  background-color: #d0ae6f;
}
.color-option-dark-yellow .accent-bar {
  background-color: #ebcb8f;
}

.color-option-blue {
  background-color: #88b4d8;
}
.color-option-blue .accent-bar {
  background-color: #1f4c7b;
}

.color-option-light-blue {
  background-color: #88b4d8;
}
.color-option-light-blue .accent-bar {
  background-color: #1f4c7b;
}

.color-option-dark-blue {
  background-color: #1f4c7b;
}
.color-option-dark-blue .accent-bar {
  background-color: #88b4d8;
}

.color-option-gray {
  background-color: #434343;
}
.color-option-gray .accent-bar {
  background-color: #f5f5f5;
}

.color-option-light-gray {
  background-color: #f5f5f5;
}
.color-option-light-gray .accent-bar {
  background-color: #434343;
}

.color-option-tan {
  background-color: #E6D6B8;
}
.color-option-tan .accent-bar {
  background-color: #d0ae6f;
}

.color-option-white {
  background-color: #fff;
}

.curve-right-large {
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .curve-right-large {
    border-top-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .curve-right-large {
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
}

.curve-left-large {
  border-bottom-right-radius: 75px;
  border-top-left-radius: 75px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .curve-left-large {
    border-bottom-right-radius: 42px;
    border-top-left-radius: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .curve-left-large {
    border-bottom-right-radius: 21px;
    border-top-left-radius: 21px;
  }
}

.curve-right-medium {
  border-top-right-radius: 42px;
  border-bottom-left-radius: 42px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .curve-right-medium {
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
}

.curve-left-medium {
  border-bottom-right-radius: 42px;
  border-top-left-radius: 42px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .curve-left-medium {
    border-bottom-right-radius: 21px;
    border-top-left-radius: 21px;
  }
}

.curve-right-small, .media-with-content .medium-order-2 img {
  border-top-right-radius: 21px;
  border-bottom-left-radius: 21px;
  overflow: hidden;
}

.curve-left-small, .media-with-content .medium-order-1 img {
  border-bottom-right-radius: 21px;
  border-top-left-radius: 21px;
  overflow: hidden;
}

article.page > p,
article.page > h1,
article.page > h2,
article.page > h3,
article.page > h4,
article.page > h5,
article.page > h6,
article.page > ul,
article.page > ol,
article.page > li,
article.page > a,
article.page > img,
article.page > figure,
article.page > .wp-block-post-date,
article.page > .wp-block-image,
article.page > .wp-block-video,
section.communities-content > p,
section.communities-content > h1,
section.communities-content > h2,
section.communities-content > h3,
section.communities-content > h4,
section.communities-content > h5,
section.communities-content > h6,
section.communities-content > ul,
section.communities-content > ol,
section.communities-content > li,
section.communities-content > a,
section.communities-content > img,
section.communities-content > figure,
section.communities-content > .wp-block-post-date,
section.communities-content > .wp-block-image,
section.communities-content > .wp-block-video {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
article.page > ul,
article.page > ol,
section.communities-content > ul,
section.communities-content > ol {
  padding-left: 32px;
}
article.page > img,
section.communities-content > img {
  display: block;
}
article.page > figure,
section.communities-content > figure {
  padding: 16px 0;
}
article.page p + h1,
article.page p + h2,
article.page p + h3,
article.page p + h4,
article.page p + h5,
article.page p + h6,
article.page p + .wp-block-post-date,
article.page p + .wp-block-image,
article.page p + .wp-block-video,
article.page ul + h1,
article.page ul + h2,
article.page ul + h3,
article.page ul + h4,
article.page ul + h5,
article.page ul + h6,
article.page ul + .wp-block-post-date,
article.page ul + .wp-block-image,
article.page ul + .wp-block-video,
article.page ol + h1,
article.page ol + h2,
article.page ol + h3,
article.page ol + h4,
article.page ol + h5,
article.page ol + h6,
article.page ol + .wp-block-post-date,
article.page ol + .wp-block-image,
article.page ol + .wp-block-video,
article.page img + h1,
article.page img + h2,
article.page img + h3,
article.page img + h4,
article.page img + h5,
article.page img + h6,
article.page img + .wp-block-post-date,
article.page img + .wp-block-image,
article.page img + .wp-block-video,
section.communities-content p + h1,
section.communities-content p + h2,
section.communities-content p + h3,
section.communities-content p + h4,
section.communities-content p + h5,
section.communities-content p + h6,
section.communities-content p + .wp-block-post-date,
section.communities-content p + .wp-block-image,
section.communities-content p + .wp-block-video,
section.communities-content ul + h1,
section.communities-content ul + h2,
section.communities-content ul + h3,
section.communities-content ul + h4,
section.communities-content ul + h5,
section.communities-content ul + h6,
section.communities-content ul + .wp-block-post-date,
section.communities-content ul + .wp-block-image,
section.communities-content ul + .wp-block-video,
section.communities-content ol + h1,
section.communities-content ol + h2,
section.communities-content ol + h3,
section.communities-content ol + h4,
section.communities-content ol + h5,
section.communities-content ol + h6,
section.communities-content ol + .wp-block-post-date,
section.communities-content ol + .wp-block-image,
section.communities-content ol + .wp-block-video,
section.communities-content img + h1,
section.communities-content img + h2,
section.communities-content img + h3,
section.communities-content img + h4,
section.communities-content img + h5,
section.communities-content img + h6,
section.communities-content img + .wp-block-post-date,
section.communities-content img + .wp-block-image,
section.communities-content img + .wp-block-video {
  margin-top: 16px;
}

.media-with-content .columns {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.media-with-content .columns.flush {
  padding: 0 !important;
}
.media-with-content .columns.flush picture,
.media-with-content .columns.flush img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 415px;
}
@media only screen and (max-width: 767px) {
  .media-with-content .columns.flush picture,
  .media-with-content .columns.flush img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .media-with-content .columns.flush picture:not(:first-child) {
    display: none;
  }
}
.media-with-content .columns.contained img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .media-with-content .columns.contained {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .media-with-content .columns.contained {
    padding-left: 0.9375rem;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .media-with-content .columns.contained {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.media-with-content.aligncenter .content {
  text-align: center;
}
.media-with-content.alignright .content {
  text-align: right;
}

.media-with-content.generations {
  overflow: hidden;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .media-with-content.generations {
    margin-top: 16px;
  }
}
.media-with-content.generations .content {
  width: 100%;
  padding: 40px 82px;
}
.media-with-content.generations .content h3 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .media-with-content.generations .content h3 {
    margin-bottom: 8px;
  }
}
.media-with-content.generations .content .button-wrap {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .media-with-content.generations .content .button-wrap {
    text-align: left;
  }
  .media-with-content.generations .content .button-wrap a.button {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .media-with-content.generations .content {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .media-with-content.generations .content {
    padding: 0 24px 40px 24px;
  }
  .media-with-content.generations .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .media-with-content.generations .overflow-bar {
    top: -12px;
    margin-bottom: 16px;
  }
}

/*# sourceMappingURL=media-with-content.css.map*/