@charset "UTF-8";
:root {
  --block-title-background-color: #074ab3;
  --gallery-gradient-start: #074ab3;
  --gallery-gradient-end: #2a6fdc;
  --video-gradient-start: #002f56;
  --video-gradient-end: #0d3b80;
}
:root .ujszo-sunday {
  --block-title-background-color: #39ab0c;
  --gallery-gradient-start: #2a9500;
  --gallery-gradient-end: #39ab0c;
}

.c-block-latest-galleries-block,
.c-section--layout-layout-gallery,
.c-section--layout-layout-video {
  position: relative;
  padding-bottom: 10rem;
  overflow: hidden;
}
.c-block-latest-galleries-block .c-field--name-field-lead-image,
.c-section--layout-layout-gallery .c-field--name-field-lead-image,
.c-section--layout-layout-video .c-field--name-field-lead-image {
  overflow: hidden;
}
.c-block-latest-galleries-block .c-media,
.c-section--layout-layout-gallery .c-media,
.c-section--layout-layout-video .c-media {
  transition-duration: 3.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform, color;
}
.c-block-latest-galleries-block .c-node__title,
.c-block-latest-galleries-block .c-node__title a,
.c-section--layout-layout-gallery .c-node__title,
.c-section--layout-layout-gallery .c-node__title a,
.c-section--layout-layout-video .c-node__title,
.c-section--layout-layout-video .c-node__title a {
  transition-duration: 3.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform, color;
}
.c-block-latest-galleries-block .c-node:hover .c-media, .c-block-latest-galleries-block .c-node:active .c-media,
.c-section--layout-layout-gallery .c-node:hover .c-media,
.c-section--layout-layout-gallery .c-node:active .c-media,
.c-section--layout-layout-video .c-node:hover .c-media,
.c-section--layout-layout-video .c-node:active .c-media {
  transform: scale(1.03);
}
.c-block-latest-galleries-block .c-node:hover .c-node__title,
.c-block-latest-galleries-block .c-node:hover .c-node__title a, .c-block-latest-galleries-block .c-node:active .c-node__title,
.c-block-latest-galleries-block .c-node:active .c-node__title a,
.c-section--layout-layout-gallery .c-node:hover .c-node__title,
.c-section--layout-layout-gallery .c-node:hover .c-node__title a,
.c-section--layout-layout-gallery .c-node:active .c-node__title,
.c-section--layout-layout-gallery .c-node:active .c-node__title a,
.c-section--layout-layout-video .c-node:hover .c-node__title,
.c-section--layout-layout-video .c-node:hover .c-node__title a,
.c-section--layout-layout-video .c-node:active .c-node__title,
.c-section--layout-layout-video .c-node:active .c-node__title a {
  color: #000;
}
@media screen and (min-width: 32.5em) {
  .c-block-latest-galleries-block,
.c-section--layout-layout-gallery,
.c-section--layout-layout-video {
    text-align: center;
  }
}
.c-block-latest-galleries-block .o-container--xlarge,
.c-section--layout-layout-gallery .o-container--xlarge,
.c-section--layout-layout-video .o-container--xlarge {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-block-latest-galleries-block .c-block__inner-container,
.c-section--layout-layout-gallery .c-block__inner-container,
.c-section--layout-layout-video .c-block__inner-container {
  position: relative;
  overflow: hidden;
}
.c-block-latest-galleries-block .c-block__title,
.c-section--layout-layout-gallery .c-block__title,
.c-section--layout-layout-video .c-block__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-top: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .c-block-latest-galleries-block .c-block__title,
.c-section--layout-layout-gallery .c-block__title,
.c-section--layout-layout-video .c-block__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 32.5em) {
  .c-block-latest-galleries-block .c-block__title,
.c-section--layout-layout-gallery .c-block__title,
.c-section--layout-layout-video .c-block__title {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .c-block-latest-galleries-block .c-block__title,
.c-section--layout-layout-gallery .c-block__title,
.c-section--layout-layout-video .c-block__title {
    padding-bottom: 0;
  }
}
.c-block-latest-galleries-block .c-block__title__container,
.c-section--layout-layout-gallery .c-block__title__container,
.c-section--layout-layout-video .c-block__title__container {
  position: relative;
  display: inline-block;
}
.c-block-latest-galleries-block .c-block__content,
.c-section--layout-layout-gallery .c-block__content,
.c-section--layout-layout-video .c-block__content {
  position: relative;
  z-index: 2;
  text-align: left;
}
.c-block-latest-galleries-block .o-grid--xlarge-resp__item,
.c-section--layout-layout-gallery .o-grid--xlarge-resp__item,
.c-section--layout-layout-video .o-grid--xlarge-resp__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 1.5rem;
}
@media screen and (min-width: 32.5em) {
  .c-block-latest-galleries-block .o-grid--xlarge-resp__item,
.c-section--layout-layout-gallery .o-grid--xlarge-resp__item,
.c-section--layout-layout-video .o-grid--xlarge-resp__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 75em) {
  .c-block-latest-galleries-block .o-grid--xlarge-resp__item,
.c-section--layout-layout-gallery .o-grid--xlarge-resp__item,
.c-section--layout-layout-video .o-grid--xlarge-resp__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 3rem;
  }
}
.c-block-latest-galleries-block .c-block__more,
.c-section--layout-layout-gallery .c-block__more,
.c-section--layout-layout-video .c-block__more {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.c-block-latest-galleries-block .c-block__more .c-button,
.c-section--layout-layout-gallery .c-block__more .c-button,
.c-section--layout-layout-video .c-block__more .c-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-block-latest-galleries-block .c-block__more .c-button__icon,
.c-section--layout-layout-gallery .c-block__more .c-button__icon,
.c-section--layout-layout-video .c-block__more .c-button__icon {
  margin-left: 0.5rem;
}
.c-block-latest-galleries-block .c-block__more .c-button__icon path,
.c-section--layout-layout-gallery .c-block__more .c-button__icon path,
.c-section--layout-layout-video .c-block__more .c-button__icon path {
  fill: #fa4b35;
}
@media screen and (min-width: 27.5em) {
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-video .c-block__more .c-button__icon path {
    fill: #91be03;
  }
}
@media screen and (min-width: 32.5em) {
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-video .c-block__more .c-button__icon path {
    fill: #fa4b35;
  }
}
@media screen and (min-width: 41.25em) {
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-video .c-block__more .c-button__icon path {
    fill: #91be03;
  }
}
.c-block-latest-galleries-block .c-block__more .c-button:focus .c-button__icon path, .c-block-latest-galleries-block .c-block__more .c-button:hover .c-button__icon path, .c-block-latest-galleries-block .c-block__more .c-button:active .c-button__icon path,
.c-section--layout-layout-gallery .c-block__more .c-button:focus .c-button__icon path,
.c-section--layout-layout-gallery .c-block__more .c-button:hover .c-button__icon path,
.c-section--layout-layout-gallery .c-block__more .c-button:active .c-button__icon path,
.c-section--layout-layout-video .c-block__more .c-button:focus .c-button__icon path,
.c-section--layout-layout-video .c-block__more .c-button:hover .c-button__icon path,
.c-section--layout-layout-video .c-block__more .c-button:active .c-button__icon path {
  fill: #dd1e05;
}
.ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:focus .c-button__icon path, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:hover .c-button__icon path, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:active .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:focus .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:hover .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:active .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-video .c-block__more .c-button:focus .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-video .c-block__more .c-button:hover .c-button__icon path,
.ujszo-sunday .c-section--layout-layout-video .c-block__more .c-button:active .c-button__icon path {
  fill: #587302;
}
.c-block-latest-galleries-block .c-node--type-article .c-node__content,
.c-section--layout-layout-gallery .c-node--type-article .c-node__content,
.c-section--layout-layout-video .c-node--type-article .c-node__content {
  position: relative;
}
.c-block-latest-galleries-block .c-node--type-article .c-node__overlay,
.c-section--layout-layout-gallery .c-node--type-article .c-node__overlay,
.c-section--layout-layout-video .c-node--type-article .c-node__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.c-block-latest-galleries-block .c-node--type-article .c-node__header,
.c-section--layout-layout-gallery .c-node--type-article .c-node__header,
.c-section--layout-layout-video .c-node--type-article .c-node__header {
  background: linear-gradient(0deg, rgba(0, 29, 44, 0.7) 0%, rgba(0, 45, 68, 0.35) 70%, rgba(0, 52, 78, 0) 100%);
  padding: 0 2rem 2rem;
}
.c-block-latest-galleries-block .c-node--type-article .c-node__header a,
.c-section--layout-layout-gallery .c-node--type-article .c-node__header a,
.c-section--layout-layout-video .c-node--type-article .c-node__header a {
  pointer-events: auto;
}
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-head,
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-subhead,
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-sunday-head,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-head,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-subhead,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-sunday-head,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-head,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-subhead,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-sunday-head {
  display: inline-block;
}
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-head .c-field__item a,
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-subhead .c-field__item a,
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-sunday-head .c-field__item a,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-head .c-field__item a,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-subhead .c-field__item a,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-sunday-head .c-field__item a,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-head .c-field__item a,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-subhead .c-field__item a,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-sunday-head .c-field__item a {
  position: relative;
  border-left-width: 3rem;
}
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-head .c-field__item a::before,
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-subhead .c-field__item a::before,
.c-block-latest-galleries-block .c-node--type-article .c-field--name-field-sunday-head .c-field__item a::before,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-head .c-field__item a::before,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-subhead .c-field__item a::before,
.c-section--layout-layout-gallery .c-node--type-article .c-field--name-field-sunday-head .c-field__item a::before,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-head .c-field__item a::before,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-subhead .c-field__item a::before,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-sunday-head .c-field__item a::before {
  position: absolute;
  top: 0.1rem;
  left: -3rem;
  display: block;
  width: 3rem;
  height: 100%;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M15.193,1.77 L12.057,1.77 C12.0565428,1.76334117 12.0565428,1.75665883 12.057,1.75 L11.607,0.43 C11.4698449,0.17834757 11.2121741,0.0156479696 10.926,0 L4.889,0 C4.60312869,0.0157961538 4.34582509,0.178502839 4.209,0.43 L3.759,1.75 L3.753,1.77 L0.47,1.77 C0.34534825,1.77 0.225801911,1.81951771 0.137659813,1.90765981 C0.049517715,1.99580191 0,2.11534825 0,2.24 L0,11.17 C0,11.4295738 0.210426168,11.64 0.47,11.64 L15.198,11.64 C15.4577361,11.64 15.6684485,11.4297355 15.669,11.17 L15.669,2.24 C15.6687404,2.11438532 15.618314,1.99407859 15.5289293,1.90582055 C15.4395445,1.8175625 15.3186079,1.76866624 15.193,1.77 Z M7.838,10.2800012 C5.80046062,10.2783435 4.14989641,8.62554138 4.15099999,6.58800163 C4.15210468,4.55046187 5.80445921,2.89944962 7.84199919,2.90000122 C9.87953917,2.90055308 11.531,4.55245995 11.531,6.59 C11.531,7.56916885 11.1418218,8.50818972 10.4491636,9.20028526 C9.75650536,9.89238079 8.81716853,10.2807961 7.838,10.2800012 L7.838,10.2800012 Z M7.838,4.20999243 C6.87308543,4.21081127 6.00372764,4.792953 5.63550022,5.68484388 C5.2672728,6.57673477 5.47273477,7.6026282 6.15603381,8.28392344 C6.83933286,8.96521868 7.86582528,9.16766686 8.75663089,8.79682168 C9.6474365,8.4259765 10.2270225,7.55491279 10.2250053,6.59 C10.2247364,5.9576519 9.97294114,5.35138133 9.52514736,4.90490073 C9.07735358,4.45842013 8.47034615,4.20840646 7.838,4.20999243 L7.838,4.20999243 Z' transform='translate(.015)'/%3E%3C/svg%3E") no-repeat center;
}
.c-block-latest-galleries-block .c-node--type-article .c-node__title,
.c-section--layout-layout-gallery .c-node--type-article .c-node__title,
.c-section--layout-layout-video .c-node--type-article .c-node__title {
  font-size: 1.9rem;
  line-height: 1.15;
  margin-top: 0.6rem;
}
.c-block-latest-galleries-block .c-node--type-article .c-node__title a,
.c-section--layout-layout-gallery .c-node--type-article .c-node__title a,
.c-section--layout-layout-video .c-node--type-article .c-node__title a {
  color: #fff;
}
.c-block-latest-galleries-block .c-node--type-article:hover .c-node__title,
.c-block-latest-galleries-block .c-node--type-article:hover .c-node__title a, .c-block-latest-galleries-block .c-node--type-article:active .c-node__title,
.c-block-latest-galleries-block .c-node--type-article:active .c-node__title a,
.c-section--layout-layout-gallery .c-node--type-article:hover .c-node__title,
.c-section--layout-layout-gallery .c-node--type-article:hover .c-node__title a,
.c-section--layout-layout-gallery .c-node--type-article:active .c-node__title,
.c-section--layout-layout-gallery .c-node--type-article:active .c-node__title a,
.c-section--layout-layout-video .c-node--type-article:hover .c-node__title,
.c-section--layout-layout-video .c-node--type-article:hover .c-node__title a,
.c-section--layout-layout-video .c-node--type-article:active .c-node__title,
.c-section--layout-layout-video .c-node--type-article:active .c-node__title a {
  color: #e2e2e2 !important;
}

.c-block-latest-galleries-block .o-container--xlarge::after,
.c-section--layout-layout-gallery .o-container--xlarge::after {
  position: absolute;
  z-index: 0;
  top: 1.5rem;
  right: -100vw;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #e5ebf5;
}
@media screen and (min-width: 32.5em) {
  .c-block-latest-galleries-block .o-container--xlarge::after,
.c-section--layout-layout-gallery .o-container--xlarge::after {
    top: 3rem;
  }
}
.c-block-latest-galleries-block .c-block__title__container::before,
.c-section--layout-layout-gallery .c-block__title__container::before {
  background: var(--gallery-gradient-start);   
  background: linear-gradient(to right, var(--gallery-gradient-start) 0%, var(--gallery-gradient-end) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2, GradientType=1 ); 
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  bottom: -1000rem;
  left: -1.5rem;
  min-width: 20.5rem;
  content: "";
}
@media screen and (min-width: 32.5em) {
  .c-block-latest-galleries-block .c-block__title__container::before,
.c-section--layout-layout-gallery .c-block__title__container::before {
    top: -3rem;
    left: -100vw;
    right: -3rem;
  }
}
@media screen and (min-width: 48em) {
  .c-block-latest-galleries-block .c-block__title__container::before,
.c-section--layout-layout-gallery .c-block__title__container::before {
    right: -6rem;
  }
}
@media screen and (min-width: 64em) {
  .c-block-latest-galleries-block .c-block__title__container::before,
.c-section--layout-layout-gallery .c-block__title__container::before {
    right: -10rem;
  }
}
@media screen and (min-width: 27.5em) {
  .c-block-latest-galleries-block .c-block__more,
.c-section--layout-layout-gallery .c-block__more {
    text-align: right;
  }
}
@media screen and (min-width: 32.5em) {
  .c-block-latest-galleries-block .c-block__more,
.c-section--layout-layout-gallery .c-block__more {
    text-align: left;
  }
}
@media screen and (min-width: 41.25em) {
  .c-block-latest-galleries-block .c-block__more,
.c-section--layout-layout-gallery .c-block__more {
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .c-block-latest-galleries-block .c-block__more,
.c-section--layout-layout-gallery .c-block__more {
    padding-right: 4rem;
  }
}
.c-block-latest-galleries-block .c-block__more .c-button,
.c-section--layout-layout-gallery .c-block__more .c-button {
  color: #fff;
}
.c-block-latest-galleries-block .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:focus {
  outline: #fff;
}
.c-block-latest-galleries-block .c-block__more .c-button:focus, .c-block-latest-galleries-block .c-block__more .c-button:hover, .c-block-latest-galleries-block .c-block__more .c-button:active,
.c-section--layout-layout-gallery .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:hover,
.c-section--layout-layout-gallery .c-block__more .c-button:active {
  color: #d9d9d9;
}
@media screen and (min-width: 27.5em) {
  .c-block-latest-galleries-block .c-block__more .c-button,
.c-section--layout-layout-gallery .c-block__more .c-button {
    color: #5ba4ff;
  }
  .c-block-latest-galleries-block .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:focus {
    outline: #5ba4ff;
  }
  .c-block-latest-galleries-block .c-block__more .c-button:focus, .c-block-latest-galleries-block .c-block__more .c-button:hover, .c-block-latest-galleries-block .c-block__more .c-button:active,
.c-section--layout-layout-gallery .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:hover,
.c-section--layout-layout-gallery .c-block__more .c-button:active {
    color: #0f7aff;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button {
    color: #fa4b35;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:focus,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:focus {
    outline: #fa4b35;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:focus, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:hover, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:active,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:focus,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:hover,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:active {
    color: #dd1e05;
  }
}
@media screen and (min-width: 32.5em) {
  .c-block-latest-galleries-block .c-block__more .c-button,
.c-section--layout-layout-gallery .c-block__more .c-button {
    color: #fff;
  }
  .c-block-latest-galleries-block .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:focus {
    outline: #fff;
  }
  .c-block-latest-galleries-block .c-block__more .c-button:focus, .c-block-latest-galleries-block .c-block__more .c-button:hover, .c-block-latest-galleries-block .c-block__more .c-button:active,
.c-section--layout-layout-gallery .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:hover,
.c-section--layout-layout-gallery .c-block__more .c-button:active {
    color: #d9d9d9;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button {
    color: #fff;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:focus,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:focus {
    outline: #fff;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:focus, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:hover, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:active,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:focus,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:hover,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:active {
    color: #d9d9d9;
  }
}
@media screen and (min-width: 41.25em) {
  .c-block-latest-galleries-block .c-block__more .c-button,
.c-section--layout-layout-gallery .c-block__more .c-button {
    color: #5ba4ff;
  }
  .c-block-latest-galleries-block .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:focus {
    outline: #5ba4ff;
  }
  .c-block-latest-galleries-block .c-block__more .c-button:focus, .c-block-latest-galleries-block .c-block__more .c-button:hover, .c-block-latest-galleries-block .c-block__more .c-button:active,
.c-section--layout-layout-gallery .c-block__more .c-button:focus,
.c-section--layout-layout-gallery .c-block__more .c-button:hover,
.c-section--layout-layout-gallery .c-block__more .c-button:active {
    color: #0f7aff;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button {
    color: #fa4b35;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:focus,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:focus {
    outline: #fa4b35;
  }
  .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:focus, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:hover, .ujszo-sunday .c-block-latest-galleries-block .c-block__more .c-button:active,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:focus,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:hover,
.ujszo-sunday .c-section--layout-layout-gallery .c-block__more .c-button:active {
    color: #dd1e05;
  }
}

@media screen and (max-width: 32.4375em) {
  .c-section--layout-layout-video {
    text-align: right;
  }
}
.c-section--layout-layout-video .o-container--xlarge::after {
  position: absolute;
  z-index: 0;
  top: 1.5rem;
  left: -100vw;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #e5ebf5;
}
@media screen and (min-width: 32.5em) {
  .c-section--layout-layout-video .o-container--xlarge::after {
    top: 3rem;
  }
}
.c-section--layout-layout-video .c-block__title__container::before {
  background: var(--video-gradient-start);   
  background: linear-gradient(to right, var(--video-gradient-start) 0%, var(--video-gradient-end) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2, GradientType=1 ); 
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  bottom: -1000rem;
  right: -1.5rem;
  min-width: 20.5rem;
  content: "";
}
@media screen and (min-width: 32.5em) {
  .c-section--layout-layout-video .c-block__title__container::before {
    top: -3rem;
    right: -100vw;
    left: -3rem;
  }
}
@media screen and (min-width: 48em) {
  .c-section--layout-layout-video .c-block__title__container::before {
    left: -6rem;
  }
}
@media screen and (min-width: 64em) {
  .c-section--layout-layout-video .c-block__title__container::before {
    left: -10rem;
  }
}
.c-section--layout-layout-video .c-field--name-field-lead-image {
  position: relative;
}
.c-section--layout-layout-video .c-field--name-field-lead-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  content: "";
  box-shadow: 0.3rem 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 3.6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='36' cy='36' r='36' fill='%232A6FDC' fill-rule='nonzero'/%3E%3Cpath fill='%23FFF' d='M48.5,36.9 L30.45,49.52 C30.0870584,49.7732988 29.6130824,49.8028176 29.2215168,49.5965089 C28.8299513,49.3902002 28.5862981,48.9825756 28.5899584,48.54 L28.5899584,23.31 C28.5862981,22.8674244 28.8299513,22.4597998 29.2215168,22.2534911 C29.6130824,22.0471824 30.0870584,22.0767012 30.45,22.33 L48.5,34.95 C48.8194612,35.1718244 49.0099889,35.5360765 49.0099889,35.925 C49.0099889,36.3139235 48.8194612,36.6781756 48.5,36.9 L48.5,36.9 Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  z-index: 3;
}
.c-section--layout-layout-video .c-block__more {
  text-align: right;
}
@media screen and (min-width: 64em) {
  .c-section--layout-layout-video .c-block__more {
    padding-right: 4rem;
  }
}
.c-section--layout-layout-video .c-block__more .c-button {
  color: #fff;
}
.c-section--layout-layout-video .c-block__more .c-button:focus {
  outline: #fff;
}
.c-section--layout-layout-video .c-block__more .c-button:focus, .c-section--layout-layout-video .c-block__more .c-button:hover, .c-section--layout-layout-video .c-block__more .c-button:active {
  color: #d9d9d9;
}
@media screen and (min-width: 27.5em) {
  .c-section--layout-layout-video .c-block__more .c-button {
    color: #90c3ff;
  }
  .c-section--layout-layout-video .c-block__more .c-button:focus {
    outline: #90c3ff;
  }
  .c-section--layout-layout-video .c-block__more .c-button:focus, .c-section--layout-layout-video .c-block__more .c-button:hover, .c-section--layout-layout-video .c-block__more .c-button:active {
    color: #449aff;
  }
}
@media screen and (min-width: 32.5em) {
  .c-section--layout-layout-video .c-block__more .c-button {
    color: #fff;
  }
  .c-section--layout-layout-video .c-block__more .c-button:focus {
    outline: #fff;
  }
  .c-section--layout-layout-video .c-block__more .c-button:focus, .c-section--layout-layout-video .c-block__more .c-button:hover, .c-section--layout-layout-video .c-block__more .c-button:active {
    color: #d9d9d9;
  }
}
@media screen and (min-width: 41.25em) {
  .c-section--layout-layout-video .c-block__more .c-button {
    color: #90c3ff;
  }
  .c-section--layout-layout-video .c-block__more .c-button:focus {
    outline: #90c3ff;
  }
  .c-section--layout-layout-video .c-block__more .c-button:focus, .c-section--layout-layout-video .c-block__more .c-button:hover, .c-section--layout-layout-video .c-block__more .c-button:active {
    color: #449aff;
  }
}

.c-section--layout-layout-video .c-node--type-article .c-field--name-field-head,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-subhead,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-sunday-head {
  display: inline-block;
}
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-head .c-field__item a,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-subhead .c-field__item a,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-sunday-head .c-field__item a {
  position: relative;
  border-left-width: 0.6rem;
}
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-head .c-field__item a::before,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-subhead .c-field__item a::before,
.c-section--layout-layout-video .c-node--type-article .c-field--name-field-sunday-head .c-field__item a::before {
  content: "";
  background: none;
}