:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #13477d;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	Variables from BRAND campaign:
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	2022 Redesign Variables
*/
:root {
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #0672b9;
}
.hide-for-mobile {
  display: none;
}
.hide-for-desktop {
  display: block;
}
section.section-spotlight {
  padding: 0;
  /*
	.row.gutter-10 {
		margin-left: -5px;
		margin-right: -5px;
		[class*="col-"] {
			padding-left: 5px;
			padding-right: 5px;
		}
	}
*/
  /*
	&.duo {

		.panel-title img {

			&.spot-desktop {
				display: none;
			}
		}
	}
*/
  /*
	&.spotlight-fullwidth {

		.panel {

			height: 452px;
			background-size: cover;


			.full-photo-overlay {
				height:100%;
				width: 100%;
				max-width: @spotlight-width/2;
				background: fade(@black, 50%);
				position: absolute;
				top: 6px;
				left: 0;
				right: 0;
				bottom: 0;
				text-align: center;
			}
		
			.panel-collapse {
				background: transparent !important;
				padding: 25px 35px;

				.panel-body {
					p,
					.byline,
					.byline-sub,
					.byline-sub-b,
					.story-text {
						color: @white !important;
					}
				}
			}

			.panel-heading {

				.panel-title img {
					display: none;
				}
			}
		}
	}
*/
}
section.section-spotlight.spotlight-solo {
  display: none;
}
section.section-spotlight.spotlight-solo.spotlighted {
  display: block;
}
section.section-spotlight.bottom-margin {
  margin-bottom: 25px !important;
}
section.section-spotlight img {
  margin: 0;
}
section.section-spotlight header h1 {
  color: #1a1c21;
}
section.section-spotlight .spotlight-ombre-bar {
  background: linear-gradient(120deg, #e0263c 0%, #e0263c 11%, #3c208c 89%, #3c208c 100%);
  height: 6px;
  width: 100%;
}
section.section-spotlight .panel-group,
section.section-spotlight .panel,
section.section-spotlight .panel-default,
section.section-spotlight .panel-heading,
section.section-spotlight .panel-body {
  border: none !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
section.section-spotlight .panel-group .panel + .panel {
  margin-top: 0;
}
section.section-spotlight .panel-group,
section.section-spotlight .spotlight-container,
section.section-spotlight .panel-collapse {
  background: #fff;
}
section.section-spotlight .spotlight-container .button-container {
  margin-bottom: 40px;
}
section.section-spotlight .spotlight-container .button-container .left-button {
  width: 49%;
  height: 60px;
  background-color: #3c208c;
  color: #fff;
  text-align: center;
  margin-right: 1px;
}
section.section-spotlight .spotlight-container .button-container .left-button .swap-arrow {
  top: 20px;
  position: absolute;
}
section.section-spotlight .spotlight-container .button-container .left-button:hover,
section.section-spotlight .spotlight-container .button-container .left-button:focus {
  background-color: #4918cd;
}
section.section-spotlight .spotlight-container .button-container .right-button {
  width: 49%;
  height: 60px;
  background-color: #3c208c;
  color: #fff;
  text-align: center;
}
section.section-spotlight .spotlight-container .button-container .right-button .swap-arrow {
  top: 20px;
  position: absolute;
}
section.section-spotlight .spotlight-container .button-container .right-button:hover,
section.section-spotlight .spotlight-container .button-container .right-button:focus {
  background-color: #4918cd;
}
section.section-spotlight button.close {
  margin-top: -20px;
  margin-right: -4px;
  font-size: 1.5rem;
}
section.section-spotlight article,
section.section-spotlight div.panel.panel-default {
  margin: 0;
  padding: 0;
  background: #fff;
}
section.section-spotlight article header,
section.section-spotlight div.panel.panel-default header {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #0f2846 !important;
}
section.section-spotlight article header img,
section.section-spotlight div.panel.panel-default header img {
  width: 100%;
}
section.section-spotlight article header .photo-overlay,
section.section-spotlight div.panel.panel-default header .photo-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
section.section-spotlight article header .photo-overlay .vertical-align,
section.section-spotlight div.panel.panel-default header .photo-overlay .vertical-align {
  margin-top: 50%;
  display: block;
}
section.section-spotlight article header .photo-overlay .vertical-align .btn,
section.section-spotlight div.panel.panel-default header .photo-overlay .vertical-align .btn {
  font-size: 2rem;
}
section.section-spotlight article header h1,
section.section-spotlight div.panel.panel-default header h1 {
  font-family: "GT Walsheim", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.1vw, 3.2rem);
  line-height: clamp(2.4rem, 2.1vw, 3.2rem);
  color: #fff;
  padding: 0 10%;
}
section.section-spotlight article header h1:after,
section.section-spotlight div.panel.panel-default header h1:after {
  content: '' !important;
  display: none !important;
}
section.section-spotlight article header button,
section.section-spotlight div.panel.panel-default header button {
  font-weight: 700;
  margin-top: 0;
}
section.section-spotlight article header a:focus .photo-overlay,
section.section-spotlight div.panel.panel-default header a:focus .photo-overlay {
  background: rgba(0, 0, 0, 0.6);
}
section.section-spotlight article header a:focus .btn.btn-outline,
section.section-spotlight div.panel.panel-default header a:focus .btn.btn-outline {
  color: #343434 !important;
  background: #fff !important;
  text-decoration: none;
}
section.section-spotlight article .panel-body .byline,
section.section-spotlight div.panel.panel-default .panel-body .byline {
  margin: 0 0 0.5rem;
  font-family: "GT Walsheim", Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #1a1c21;
}
section.section-spotlight article .panel-body .byline-sub,
section.section-spotlight div.panel.panel-default .panel-body .byline-sub {
  margin: 0;
  margin-top: 25px/2;
  font-family: "GT Walsheim", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #1a1c21;
}
section.section-spotlight article .panel-body .byline-sub-b,
section.section-spotlight div.panel.panel-default .panel-body .byline-sub-b {
  margin: 0 0 2rem;
  margin-top: 25px/2;
  font-family: "GT Walsheim", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: #1a1c21;
}
section.section-spotlight article .panel-body blockquote,
section.section-spotlight div.panel.panel-default .panel-body blockquote {
  margin: 25px 0;
  font-family: "GT Walsheim", Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #1a1c21;
  border: none;
  background: none;
  padding: 0;
}
section.section-spotlight article .panel-body blockquote:before,
section.section-spotlight div.panel.panel-default .panel-body blockquote:before {
  font-size: 1em;
  line-height: 2.2rem;
  font-weight: normal;
  color: #1a1c21;
  vertical-align: 0em;
}
section.section-spotlight article .panel-body blockquote:after,
section.section-spotlight div.panel.panel-default .panel-body blockquote:after {
  font-size: 1em;
  line-height: 2.2rem;
  font-weight: normal;
  color: #1a1c21;
  vertical-align: 0em;
}
section.section-spotlight article .panel-body .story-text,
section.section-spotlight div.panel.panel-default .panel-body .story-text {
  margin-top: 15px;
}
section.section-spotlight article .panel-body .story-text p:last-child,
section.section-spotlight div.panel.panel-default .panel-body .story-text p:last-child {
  margin-bottom: 0;
}
section.section-spotlight .collapse.in {
  width: 100vw;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  overflow: auto;
}
section.section-spotlight.spotlight-solo header h1 {
  padding: 25px 15px 0;
}
section.section-spotlight.spotlight-solo .panel-heading {
  padding: 0;
  margin: 0;
}
section.section-spotlight.spotlight-solo .panel-title,
section.section-spotlight.spotlight-solo .panel-title img {
  max-width: 100vw;
}
section.section-spotlight.spotlight-solo .panel-title img {
  width: 100%;
  height: auto;
  /*
			&.spot-desktop {
				display: none;
			}
*/
}
section.section-spotlight.spotlight-solo .panel-collapse {
  padding: 25px 0 0;
}
@media (min-width: 768px) {
  .hide-for-mobile {
    display: block;
  }
  .hide-for-desktop {
    display: none;
  }
  section.section-spotlight {
    padding: 50px 0;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  section.section-spotlight .row-center {
    overflow: visible;
    max-width: 1300px;
  }
  section.section-spotlight .spotlight-container {
    position: relative;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  }
  section.section-spotlight .spotlight-container .button-container {
    margin-bottom: 0;
  }
  section.section-spotlight .spotlight-container .button-container .left-button {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #3c208c;
    color: #fff;
    bottom: -20px;
    right: 90px;
  }
  section.section-spotlight .spotlight-container .button-container .left-button .swap-arrow {
    top: 20px;
    position: absolute;
    left: 10px;
  }
  section.section-spotlight .spotlight-container .button-container .right-button {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #3c208c;
    color: #fff;
    bottom: -20px;
    right: 24px;
  }
  section.section-spotlight .spotlight-container .button-container .right-button .swap-arrow {
    top: 20px;
    position: absolute;
    left: 10px;
  }
  section.section-spotlight .spotlight-container.xparent {
    box-shadow: none;
  }
  section.section-spotlight .panel-group,
  section.section-spotlight .panel,
  section.section-spotlight .panel-default,
  section.section-spotlight .panel-heading,
  section.section-spotlight .panel-body {
    border: none !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  section.section-spotlight .panel-group .panel + .panel {
    margin-top: 0;
  }
  section.section-spotlight.duo {
    overflow: initial;
    margin-left: 15px;
    margin-right: 15px;
  }
  section.section-spotlight .panel-group.duo .panel-heading,
  section.section-spotlight .panel-group.duo .collapse,
  section.section-spotlight .panel-group.duo .collapse.in,
  section.section-spotlight .panel-group.duo article header h1 {
    max-width: 47.5vw;
  }
  section.section-spotlight .panel-group.duo [id^="heading-left"] {
    margin-right: 8px;
  }
  section.section-spotlight .panel-collapse {
    background: #fff;
  }
  section.section-spotlight button.close {
    margin-top: -20px;
    margin-right: -20px;
  }
  section.section-spotlight article,
  section.section-spotlight div.panel.panel-default {
    margin: 0;
    padding: 0;
  }
  section.section-spotlight article.shift-left,
  section.section-spotlight div.panel.panel-default.shift-left {
    position: absolute;
    left: -1300px/2;
  }
  section.section-spotlight article.shift-left header,
  section.section-spotlight div.panel.panel-default.shift-left header {
    width: 50vw;
  }
  section.section-spotlight article.shift-right,
  section.section-spotlight div.panel.panel-default.shift-right {
    position: absolute;
    right: -1300px/2;
  }
  section.section-spotlight article.shift-right header,
  section.section-spotlight div.panel.panel-default.shift-right header {
    width: 50vw;
  }
  section.section-spotlight article header,
  section.section-spotlight div.panel.panel-default header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    max-width: 1300px/2;
    max-height: 563px;
    overflow: hidden;
    float: left;
  }
  section.section-spotlight article header img,
  section.section-spotlight div.panel.panel-default header img {
    width: 100%;
  }
  section.section-spotlight article header .photo-overlay,
  section.section-spotlight div.panel.panel-default header .photo-overlay {
    height: 100%;
    width: 100%;
    max-width: 1300px/2;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  section.section-spotlight article header .photo-overlay .vertical-align,
  section.section-spotlight div.panel.panel-default header .photo-overlay .vertical-align {
    margin-top: 42.5%;
    display: block;
  }
  section.section-spotlight article header .photo-overlay .vertical-align h1,
  section.section-spotlight div.panel.panel-default header .photo-overlay .vertical-align h1 {
    font-size: clamp(1.9rem, 2.1vw, 3.2rem);
    line-height: clamp(1.9rem, 2.1vw, 3.2rem);
  }
  section.section-spotlight article header .photo-overlay .vertical-align .btn,
  section.section-spotlight div.panel.panel-default header .photo-overlay .vertical-align .btn {
    margin-top: 0;
  }
  section.section-spotlight article header button,
  section.section-spotlight div.panel.panel-default header button {
    margin-top: 25px;
  }
  section.section-spotlight article header h1,
  section.section-spotlight div.panel.panel-default header h1 {
    color: #fff;
    padding: 0 5%;
    width: 50vw;
  }
  section.section-spotlight article .panel-body .byline,
  section.section-spotlight div.panel.panel-default .panel-body .byline {
    color: #1a1c21;
  }
  section.section-spotlight article .panel-body .byline-sub,
  section.section-spotlight div.panel.panel-default .panel-body .byline-sub {
    margin: 0;
    margin-top: 25px/2;
    color: #1a1c21;
  }
  section.section-spotlight article .panel-body .byline-sub + .story-text,
  section.section-spotlight div.panel.panel-default .panel-body .byline-sub + .story-text {
    margin-top: 25px;
  }
  section.section-spotlight article .panel-body blockquote,
  section.section-spotlight div.panel.panel-default .panel-body blockquote {
    margin: 25px 0;
    border: none;
    background: none;
    padding: 0;
  }
  section.section-spotlight article .panel-body blockquote:before,
  section.section-spotlight div.panel.panel-default .panel-body blockquote:before {
    content: '\201C';
  }
  section.section-spotlight article .panel-body blockquote:after,
  section.section-spotlight div.panel.panel-default .panel-body blockquote:after {
    content: '\201D';
  }
  section.section-spotlight article .panel-body .story-text,
  section.section-spotlight div.panel.panel-default .panel-body .story-text {
    margin: 0;
  }
  section.section-spotlight article .panel-body .story-text p,
  section.section-spotlight div.panel.panel-default .panel-body .story-text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.section-spotlight .collapse.in {
    width: 49vw;
    max-width: 1300px/2;
    opacity: 1;
    float: left;
    overflow: auto;
  }
  section.section-spotlight .collapsing.width {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    opacity: 0;
    width: auto !important;
    max-width: 45vw !important;
    float: left;
  }
  section.section-spotlight .collapse.width {
    height: 100%;
    transition-property: width, height, opacity;
    transition-duration: 0.35s;
    transition-timing-function: ease;
  }
  section.section-spotlight {
    /*
		&.duo {

			.panel-title img {
	
				&.spot-mobile {
					display: none;
				}

				&.spot-desktop {
					display: block;
				}
			}
		}
*/
  }
  section.section-spotlight.spotlight-solo {
    padding-top: 25px;
    /*
			.panel-title img {

				&.spot-mobile {
					display: none;
				}

				&.spot-desktop {
					display: block;
				}
			}
*/
  }
  section.section-spotlight.spotlight-solo .spotlight-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.section-spotlight.spotlight-solo header {
    padding-left: 30px;
  }
  section.section-spotlight.spotlight-solo header h1 {
    padding: 0;
  }
  section.section-spotlight.spotlight-solo .panel-heading,
  section.section-spotlight.spotlight-solo .panel-collapse {
    float: left;
    max-height: 43vw;
  }
  section.section-spotlight.spotlight-solo .panel-group {
    overflow: visible;
    margin: 0;
  }
  section.section-spotlight.spotlight-solo .panel-heading {
    padding: 0;
    overflow: hidden;
  }
  section.section-spotlight.spotlight-solo .panel-title,
  section.section-spotlight.spotlight-solo .panel-title img {
    max-width: 50vw;
  }
  section.section-spotlight.spotlight-solo .panel-collapse {
    max-width: 49vw;
    padding: 10px 0 0 25px;
    overflow-y: auto;
  }
  section.section-spotlight.spotlight-solo.image-right .panel-heading {
    float: right !important;
  }
  section.section-spotlight.spotlight-solo.one-third .panel-title,
  section.section-spotlight.spotlight-solo.one-third .panel-title img {
    max-width: 25vw !important;
  }
  section.section-spotlight.spotlight-solo.one-third .panel-collapse {
    max-width: 72vw !important;
  }
  section.section-spotlight.spotlight-fullwidth .panel {
    height: 452px;
    background-size: cover;
  }
  section.section-spotlight.spotlight-fullwidth .panel .spotlight-container {
    padding-left: 0;
    padding-right: 0;
  }
  section.section-spotlight.spotlight-fullwidth .panel .full-photo-overlay {
    height: 100%;
    width: 100%;
    max-width: 1300px/2;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse {
    background: transparent !important;
    padding: 25px 35px;
  }
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body p,
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body .byline,
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body .byline-sub,
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body .byline-sub-b,
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body .story-text,
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body blockquote,
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body blockquote:before,
  section.section-spotlight.spotlight-fullwidth .panel .panel-collapse .panel-body blockquote:after {
    color: #fff !important;
  }
  section.section-spotlight.spotlight-fullwidth .panel .panel-heading .panel-title img {
    display: none;
  }
}
@media (min-width: 992px) {
  section.section-spotlight .spotlight-container .button-container .left-button {
    right: 66px;
  }
  section.section-spotlight .spotlight-container .button-container .right-button {
    right: 0;
  }
  section.section-spotlight article header .photo-overlay .btn {
    margin-top: 25px !important;
  }
  section.section-spotlight.spotlight-solo .spotlight-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 3px;
  }
  section.section-spotlight.duo {
    overflow: hidden !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  section.section-spotlight.spotlight-solo.one-third .panel-title,
  section.section-spotlight.spotlight-solo.one-third .panel-title img {
    max-width: 25vw !important;
  }
  section.section-spotlight.spotlight-solo.one-third .panel-collapse {
    max-width: 49vw !important;
  }
  section.section-spotlight.spotlight-fullwidth .spotlight-container {
    margin-left: 0;
  }
  section.section-spotlight .panel-group.duo .panel-heading,
  section.section-spotlight .panel-group.duo .collapse,
  section.section-spotlight .panel-group.duo .collapse.in,
  section.section-spotlight .panel-group.duo article header h1 {
    max-width: 39.5vw;
  }
}
@media (min-width: 1199px) {
  section.section-spotlight article .panel-body blockquote,
  section.section-spotlight div.panel.panel-default .panel-body blockquote {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  section.section-spotlight article .panel-body .story-text p,
  section.section-spotlight div.panel.panel-default .panel-body .story-text p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  section.section-spotlight article.shift-left,
  section.section-spotlight div.panel.panel-default.shift-left {
    position: absolute;
    left: -1300px/2;
  }
  section.section-spotlight article.shift-left header,
  section.section-spotlight div.panel.panel-default.shift-left header {
    width: 50vw;
  }
  section.section-spotlight article.shift-right,
  section.section-spotlight div.panel.panel-default.shift-right {
    position: absolute;
    right: -1300px/2;
  }
  section.section-spotlight article.shift-right header,
  section.section-spotlight div.panel.panel-default.shift-right header {
    width: 50vw;
  }
  section.section-spotlight article header h1,
  section.section-spotlight div.panel.panel-default header h1 {
    padding: 0 20%;
    width: 50vw;
  }
  section.section-spotlight article header button,
  section.section-spotlight div.panel.panel-default header button {
    margin-top: 2.5rem;
  }
  section.section-spotlight article header .photo-overlay .vertical-align,
  section.section-spotlight div.panel.panel-default header .photo-overlay .vertical-align {
    margin-top: 43%;
  }
  section.section-spotlight .collapse.in {
    padding: 50px 50px 50px 25px;
  }
  .section-main section.section-spotlight .panel-heading,
  .section-main section.section-spotlight .collapse,
  .section-main section.section-spotlight .collapse.in,
  .section-main section.section-spotlight article header h1 {
    max-width: 526px;
    vertical-align: top;
    overflow: hidden;
  }
  .section-main section.section-spotlight .panel-group.duo .panel-heading,
  .section-main section.section-spotlight .panel-group.duo .collapse,
  .section-main section.section-spotlight .panel-group.duo .collapse.in,
  .section-main section.section-spotlight .panel-group.duo article header h1 {
    max-width: 40vw;
  }
  .section-main section.section-spotlight .panel-group.duo [id^="heading-left"] {
    margin-right: 8px;
  }
  .section-main section.section-spotlight article header h1 {
    padding: 0 4%;
  }
  .section-main section.section-spotlight .collapse.in {
    padding: 25px;
    overflow: hidden;
    max-width: 526px;
  }
  .section-main section.section-spotlight .panel-body {
    padding: 0;
  }
  .section-main section.section-spotlight .panel-body button.close {
    margin-top: -17px;
    margin-right: -17px;
  }
  .section-main section.section-spotlight .panel-body .story-text {
    overflow: hidden;
  }
  .section-main section.section-spotlight article.shift-left {
    left: -526px;
  }
  .section-main section.section-spotlight article.shift-right {
    right: -526px;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-heading,
  .section-main section.section-spotlight.spotlight-solo .panel-collapse {
    float: left;
    max-height: 452px;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-group {
    overflow: visible;
    margin: 0;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-heading {
    padding: 0;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-title,
  .section-main section.section-spotlight.spotlight-solo .panel-title img {
    max-width: 526px;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-collapse {
    max-width: 526px;
    padding: 25px !important;
    overflow: hidden;
  }
  .section-main section.section-spotlight.spotlight-solo.image-right .panel-heading {
    float: right !important;
  }
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-title,
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-title img {
    max-width: 325px !important;
  }
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-collapse {
    max-width: 325px;
    padding: 25px !important;
    overflow: hidden;
  }
  .section-main section.section-spotlight.spotlight-solo.spotlight-fullwidth .panel-collapse {
    padding: 25px 35px !important;
  }
}
@media (min-width: 1240px) {
  #site-wrapper.is-marketing-landing section.section-spotlight.spotlight-solo .panel-collapse {
    max-width: 650px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .section-main section.section-spotlight article .panel-body blockquote,
  .section-main section.section-spotlight div.panel.panel-default .panel-body blockquote {
    font-size: 2.4rem !important;
    line-height: 2.6rem !important;
  }
  .section-main section.section-spotlight article .panel-body .story-text p,
  .section-main section.section-spotlight div.panel.panel-default .panel-body .story-text p {
    font-size: 1.6rem !important;
    line-height: 2.3rem !important;
  }
  .section-main section.section-spotlight .collapse.in {
    max-width: 39vw !important;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-title,
  .section-main section.section-spotlight.spotlight-solo .panel-title img {
    max-width: 39vw !important;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-collapse {
    max-width: 39vw !important;
  }
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-title,
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-title img {
    max-width: 25vw !important;
  }
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-collapse {
    max-width: 52vw !important;
  }
}
@media (min-width: 1330px) {
  section.section-spotlight.spotlight-solo header {
    padding-left: 0;
  }
  section.section-spotlight.spotlight-solo .panel-heading,
  section.section-spotlight.spotlight-solo .panel-collapse {
    max-height: 563px;
  }
  section.section-spotlight.spotlight-solo .panel-title,
  section.section-spotlight.spotlight-solo .panel-title img {
    max-width: calc(1300px/2);
  }
  section.section-spotlight.spotlight-solo .panel-collapse {
    max-width: calc(1300px/2);
    padding: 25px 50px;
  }
  .section-main section.section-spotlight .panel-group.duo .panel-heading,
  .section-main section.section-spotlight .panel-group.duo .collapse,
  .section-main section.section-spotlight .panel-group.duo .collapse.in,
  .section-main section.section-spotlight .panel-group.duo article header h1 {
    max-width: 529px;
  }
  .section-main section.section-spotlight article .panel-body blockquote,
  .section-main section.section-spotlight div.panel.panel-default .panel-body blockquote {
    font-size: 2.4rem !important;
    line-height: 2.6rem !important;
  }
  .section-main section.section-spotlight article .panel-body .story-text p,
  .section-main section.section-spotlight div.panel.panel-default .panel-body .story-text p {
    font-size: 1.6rem !important;
    line-height: 2.3rem !important;
  }
  .section-main section.section-spotlight .collapse.in {
    max-width: 526px !important;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-title,
  .section-main section.section-spotlight.spotlight-solo .panel-title img {
    max-width: 526px !important;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-collapse {
    max-width: 526px !important;
  }
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-collapse {
    max-width: 710px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  section.section-spotlight {
    margin-right: -30px;
  }
  section.section-spotlight article header .photo-overlay .vertical-align,
  section.section-spotlight div.panel.panel-default header .photo-overlay .vertical-align {
    margin-top: 41%;
  }
  section.section-spotlight article .panel-body blockquote,
  section.section-spotlight div.panel.panel-default .panel-body blockquote {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  section.section-spotlight article .panel-body .story-text p,
  section.section-spotlight div.panel.panel-default .panel-body .story-text p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  section.section-spotlight article .collapse.in,
  section.section-spotlight div.panel.panel-default .collapse.in {
    padding: 25px 25px 25px 15px;
  }
  .section-main section.section-spotlight {
    margin-right: -30px;
  }
  .section-main section.section-spotlight article header h1,
  .section-main section.section-spotlight div.panel.panel-default header h1 {
    width: 41vw;
  }
  .section-main section.section-spotlight article .panel-body,
  .section-main section.section-spotlight div.panel.panel-default .panel-body {
    transform: none;
  }
  .section-main section.section-spotlight article .panel-body blockquote,
  .section-main section.section-spotlight div.panel.panel-default .panel-body blockquote {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .section-main section.section-spotlight article .panel-body .story-text p,
  .section-main section.section-spotlight div.panel.panel-default .panel-body .story-text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section-main section.section-spotlight article .collapse.in,
  .section-main section.section-spotlight div.panel.panel-default .collapse.in {
    width: 40vw;
    max-width: 1300px/2;
  }
  .section-main section.section-spotlight .collapsing.width {
    max-width: 39vw !important;
  }
  .section-main section.section-spotlight.spotlight-solo {
    padding: 25px 4px;
  }
  .section-main section.section-spotlight.spotlight-solo header {
    padding: 0;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-heading,
  .section-main section.section-spotlight.spotlight-solo .panel-collapse {
    float: left;
    max-height: 452px;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-group {
    overflow: visible;
    margin: 0;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-heading,
  .section-main section.section-spotlight.spotlight-solo .panel-title,
  .section-main section.section-spotlight.spotlight-solo .panel-title img {
    padding: 0;
    max-width: 39vw;
  }
  .section-main section.section-spotlight.spotlight-solo .panel-collapse {
    max-width: 39vw;
    padding: 10px 0 0 0;
    overflow-y: auto;
  }
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-heading,
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-title,
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-title img {
    padding: 0;
    max-width: 25vw;
  }
  .section-main section.section-spotlight.spotlight-solo.one-third .panel-collapse {
    max-width: 54vw;
    padding: 10px 0 0 0;
    overflow-y: auto;
  }
  .section-main section.section-spotlight.spotlight-solo.spotlight-fullwidth .panel-collapse {
    padding: 25px 35px;
  }
}
@media (min-width: 1200px) {
  section.section-spotlight article header h1 {
    padding: 0 20%;
    width: 1300px/2;
  }
}
@media print {
  section.section-spotlight.spotlight-solo {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  section.section-spotlight.spotlight-solo h1 {
    font-size: 2.4rem !important;
  }
  section.section-spotlight.spotlight-solo .panel-heading {
    width: 25% !important;
    float: left !important;
  }
  section.section-spotlight.spotlight-solo .panel-heading img {
    width: 100% !important;
    max-width: 100% !important;
  }
  section.section-spotlight.spotlight-solo .panel-default .panel-collapse {
    padding: 0 0 0 2.5% !important;
    width: 70% !important;
    max-width: 70% !important;
  }
  section.section-spotlight.spotlight-solo .panel-default .panel-collapse .panel-body blockquote {
    margin: 15px 0 !important;
  }
}
