@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	p {
		font-size: 1.4em;

		//	Tablet
	    .minWidth(768px, {
	    	font-size: 1.6em;
	    });

	    //	Desktop
	    .minWidth(1280px, {
	    	font-size: 1.8em;
	    });
	}
*/
.EditorWidget .c-video-gallery:after {
  content: 'Video Gallery';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-article__sidebar__tag-list.c-video-filter {
  padding-bottom: 2rem;
  border-bottom: 0.3rem solid #EDE9E4;
}
@media all and (max-width: 767px) {
  .c-article__sidebar__tag-list.c-video-filter:not(.c-video-filter--mobile-only) {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .c-article__sidebar__tag-list.c-video-filter {
    padding-bottom: 3rem;
  }
  .c-article__sidebar__tag-list.c-video-filter.c-video-filter--mobile-only {
    display: none !important;
  }
  .c-article__sidebar__tag-list.c-video-filter .c-find-by-tag__list__item {
    display: block !important;
  }
}
.c-video-filter__title {
  font-size: 2.2rem;
}
@media all and (min-width: 768px) {
  .c-video-filter__title {
    font-size: 3rem;
  }
}
.c-video-filter__cta {
  margin-top: 1.2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-video-filter__cta:hover .e-icon,
.c-video-filter__cta:focus .e-icon {
  margin-left: 0.5rem;
}
@media all and (min-width: 768px) {
  .c-video-filter .c-video-filter__cta {
    display: none;
  }
}
.c-video-gallery {
  margin-bottom: 3rem;
}
.c-video-gallery:last-child {
  margin-bottom: 0;
}
.c-video-gallery__category-title {
  font-size: 2.2rem;
}
@media all and (min-width: 768px) {
  .c-video-gallery__category-title {
    font-size: 3rem;
  }
}
@media all and (min-width: 768px) {
  .c-video-gallery__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-video-gallery__header__see-all {
  display: inline-flex;
  align-items: center;
  color: #1667D5;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-video-gallery__header__see-all:first-child {
    margin-left: auto;
    margin-bottom: 1.2rem;
  }
}
.c-video-gallery__header__see-all:hover,
.c-video-gallery__header__see-all:focus {
  color: #1B7AFB;
}
.c-video-gallery__header__see-all .i-arrow-right {
  font-size: 1.9rem;
  margin-left: 0.6rem;
}
@media all and (max-width: 767px) {
  .c-video-gallery__header__see-all {
    margin-bottom: 1.5rem;
  }
}
.c-video-gallery__items {
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 3rem;
  border-radius: .8rem;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .c-video-gallery--2-items .c-video-gallery__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-video-gallery--3-items .c-video-gallery__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (min-width: 991px) {
  .c-video-gallery__items {
    gap: 3rem;
  }
}
@media all and (max-width: 767px) {
  .c-video-gallery__item__inner {
    height: auto !important;
  }
}
@media all and (min-width: 1280px) {
  .c-video-gallery__item--alt .c-video-gallery__item__inner {
    display: flex;
  }
}
.c-video-gallery__item--alt .c-video-gallery__item__thumbnail-wrapper {
  display: flex;
  flex: 0 1 66.6666%;
  margin-bottom: 0;
  background-color: #EDE9E4;
}
.c-video-gallery__item__thumbnail-inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .c-video-gallery__item--alt .c-video-gallery__item__thumbnail-inner {
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-video-gallery__item__thumbnail-button {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: .8rem;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.4s ease,
								visibility 0.4s ease;
}
@media all and (max-width: 767px) {
  .c-video-gallery--1-items .c-video-gallery__item__thumbnail-button {
    border-radius: .8rem .8rem 0 0;
  }
}
.c-video-gallery__item__thumbnail-button .i-videoplay {
  margin-top: -0.5em;
  margin-left: -0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 5.6rem;
  opacity: 0.5;
  transition: opacity 0.3s;
}
[data-js-play-in-place="playing"] .c-video-gallery__item__thumbnail-button {
  opacity: 0;
  visibility: hidden;
}
.c-video-gallery__item__thumbnail-button:hover .i-videoplay,
.c-video-gallery__item__thumbnail-button:focus .i-videoplay {
  opacity: 1;
}
.c-video-gallery__item__image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: contain;
}
.c-video-gallery__item__content {
  padding: 1.6rem .8rem 0;
  transition: background-color 0.2s ease;
}
.c-video-gallery__item--alt .c-video-gallery__item__content {
  padding: 2rem 3rem;
  background-color: #EDE9E4;
}
@media all and (max-width: 767px) {
  .c-video-gallery__item--expanded .c-video-gallery__item__content {
    background-color: #EDE9E4;
  }
}
@media all and (min-width: 1280px) {
  .c-video-gallery__item--alt .c-video-gallery__item__content {
    flex: 0 1 33.3333%;
    padding: 5.8rem 4rem 2rem;
  }
}
.c-video-gallery__item__title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
}
.c-video-gallery__item--alt .c-video-gallery__item__title {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .c-video-gallery__item__title {
    font-size: 2.8rem;
  }
  .c-video-gallery--auto-width .c-video-gallery__item__title {
    font-size: 2.8rem;
  }
}
.c-video-gallery__item__description {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 300;
}
.c-video-gallery__item__external-link {
  margin-top: 1rem;
  font-size: 0;
}
.c-video-gallery__item__external-link .i-external-link {
  color: #E94B3F;
  font-size: 2.4rem;
}
.c-video-gallery__external-player-wrapper {
  display: none;
}
@media all and (min-width: 768px) {
  .c-video-gallery__external-player-wrapper {
    position: relative;
  }
  .c-video-gallery--3-items .c-video-gallery__external-player-wrapper {
    width: 300%;
  }
  .c-video-gallery--3-items .c-video-gallery__item:nth-child(3n + 2) .c-video-gallery__external-player-wrapper {
    left: -100%;
  }
  .c-video-gallery--3-items .c-video-gallery__item:nth-child(3n + 3) .c-video-gallery__external-player-wrapper {
    left: -200%;
  }
  .c-video-gallery--2-items .c-video-gallery__item .c-video-gallery__external-player-wrapper {
    width: 200%;
  }
  .c-video-gallery--2-items .c-video-gallery__item:nth-child(2n + 2) .c-video-gallery__external-player-wrapper {
    left: -100%;
  }
}
.c-video-gallery__external-player {
  max-width: 140rem;
  margin: 1.6rem auto 1.5rem;
  padding: 3rem 3rem 2rem;
  background-color: #EDE9E4;
  position: relative;
}
.c-video-gallery__external-player::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: -0.8rem;
  position: absolute;
  bottom: 100%;
  border-style: solid;
  border-width: 0 1.6rem 1.6rem 1.6rem;
  border-color: transparent transparent #EDE9E4 transparent;
}
.e-widget-wrapper--eggshell .c-video-gallery__external-player {
  background-color: #E0DAD1;
}
.e-widget-wrapper--eggshell .c-video-gallery__external-player::before {
  border-color: transparent transparent #E0DAD1 transparent;
}
.c-video-gallery--3-items .c-video-gallery__item:nth-child(3n + 1) .c-video-gallery__external-player::before {
  left: 16.6667%;
}
.c-video-gallery--3-items .c-video-gallery__item:nth-child(3n + 2) .c-video-gallery__external-player::before {
  left: 50%;
}
.c-video-gallery--3-items .c-video-gallery__item:nth-child(3n + 3) .c-video-gallery__external-player::before {
  left: 83.3333%;
}
.c-video-gallery--2-items .c-video-gallery__item:nth-child(2n + 1) .c-video-gallery__external-player::before {
  left: 25%;
}
.c-video-gallery--2-items .c-video-gallery__item:nth-child(2n + 2) .c-video-gallery__external-player::before {
  left: 75%;
}
.c-video-gallery__external-player__inner {
  max-width: 89rem;
  margin: 0 auto;
  position: relative;
}
.c-video-gallery__external-player__close {
  padding: 0;
  position: absolute;
  bottom: 100%;
  left: 100%;
  font-size: 0;
  border: 0;
  background: none;
  width: 3rem;
  height: 3rem;
}
.c-video-gallery__external-player__close .i-close {
  color: #9B9B9B;
  font-size: 1.0rem;
}
.c-video-gallery__external-player__video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.c-video-gallery__external-player__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-video-gallery__external-player__header {
  margin-top: 1.5rem;
}
.c-video-gallery__external-player__title {
  margin: 0;
}
.c-video-gallery__external-player__link {
  margin-top: 0.6rem;
  margin-left: 2rem;
  float: right;
  font-size: 0;
}
.c-video-gallery__external-player__link .i-external-link {
  color: #E94B3F;
  font-size: 2.4rem;
}
.c-video-gallery__external-player__description {
  margin-top: 1rem;
}
.c-video-gallery__external-player__related {
  margin-top: 2rem;
}
.c-video-gallery__external-player__related-articles .c-related-articles__inner:after {
  content: '';
  display: table;
  clear: both;
}
@media all and (min-width: 768px) {
  .c-video-gallery__external-player__related-articles .c-related-articles__inner {
    margin: 0 -1.5rem;
  }
}
@media all and (min-width: 768px) {
  .c-video-gallery__external-player__related-articles .c-related-article {
    margin-top: 0;
    width: 33.3333%;
    padding: 0 1.5rem;
    float: left;
  }
}
.c-video-gallery__external-player__related-articles .c-related-article__item {
  display: block;
}
.c-video-gallery__external-player__related-articles .c-related-article__item__image-wrapper {
  max-width: none;
}
.c-video-gallery__external-player__related-articles .c-related-article__item__contents {
  margin-top: 1rem;
  padding-left: 0;
}
.c-video-gallery__load-more-wrapper {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media all and (min-width: 768px) {
  .c-video-gallery__load-more-wrapper {
    margin-top: 6rem;
  }
}
.c-video-gallery__load-more-wrapper:last-child {
  margin-bottom: 0;
}
