  .text-component h1, .text-component h2, .text-component h3, .text-component h4 {
	 line-height: 1.2;
	 margin-bottom: 0.25em;
}
 .text-component h2, .text-component h3, .text-component h4 {
	 margin-top: 0;
}
 .text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
	 line-height: 1.4;
}
 .text-component ul, .text-component ol, .text-component p, .text-component blockquote, .text-component .text-component__block {
	 margin-bottom: 0.75em;
}
 .text-component ul, .text-component ol {
	 padding-left: 1em;
}
 .text-component ul {
	 list-style-type: disc;
}
 .text-component ol {
	 list-style-type: decimal;
}
 .text-component img {
	 display: block;
	 margin: 0 auto;
	 padding: 0 10px;
}
 .text-component img.float-left {
	 padding-left: 0;
}
 .text-component img.float-right {
	 padding-right: 0;
}
 .text-component figcaption {
	 text-align: center;
	 margin-top: 0.5em;
}
 .text-component em {
	 font-style: italic;
}
.text-component hr {
	 margin-top: .5em;
	 margin-bottom: .5em;
	 margin-left: auto;
	 margin-right: auto;
}
.text-component p + p {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
.text-component > *:first-child {
	 margin-top: 0;
}
 .text-component > *:last-child {
	 margin-bottom: 0;
}
 .text-component__block--full-width {
	 width: 100vw;
	 margin-left: calc(50% - 50vw);
}
 @media (min-width: 48rem) {
	 .text-component__block--left, .text-component__block--right {
		 width: 45%;
	}
	 .text-component__block--left img, .text-component__block--right img {
		 width: 100%;
	}
	 .text-component__block--left {
		 float: left;
		 margin-right: 0.75em;
	}
	 .text-component__block--right {
		 float: right;
		 margin-left: 0.75em;
	}
}
 @media (min-width: 90rem) {
	 .text-component__block--outset {
		 width: calc(100% + 10.5em);
	}
	 .text-component__block--outset img {
		 width: 100%;
	}
	 .text-component__block--outset:not(.text-component__block--right) {
		 margin-left: -5.25em;
	}
	 .text-component__block--left, .text-component__block--right {
		 width: 50%;
	}
	 .text-component__block--right.text-component__block--outset {
		 margin-right: -5.25em;
	}
}
 .text-component blockquote {
	 padding-left: 1em;
	 border-left: 4px solid #d3d3d4;
}
 .text-component figcaption {
	 font-size: 0.83333em;
	 color: #79797c;
}
 .cd-main-header {
	 height: 200px;
	 background: #303f4a;
	 color: #fff;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .cd-main-header h1 {
	 color: inherit;
}
 .cd-timeline {
	 overflow: hidden;
	 padding: 2em 0;
}
 .cd-timeline__container {
	 position: relative;
	 padding: 1.25em 0;
}
 .cd-timeline__container::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 18px;
	 height: 100%;
	 width: 4px;
     background: #d8e5ee;
}
 @media (min-width: 64rem) {
	 .cd-timeline__container::before {
		 left: 50%;
		 -webkit-transform: translateX(-50%);
		 -ms-transform: translateX(-50%);
		 transform: translateX(-50%);
	}
}
 .cd-timeline__block {
	 display: -ms-flexbox;
	 display: flex;
	 position: relative;
	 z-index: 1;
	 margin-bottom: 2em;
	 padding: 7px 0;
}
 .cd-timeline__block:last-child {
	 margin-bottom: 0;
}
 @media (min-width: 64rem) {
	 .cd-timeline__block:nth-child(even) {
		 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
	}
}
 .cd-timeline__img {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
     width: 60px;
	 height: 60px;
}
 @media (min-width: 64rem) {
	 .cd-timeline__img {
		 -ms-flex-order: 1;
		 order: 1;
		 margin-left: calc(5% - 30px);
		 will-change: transform;
	}
	 .cd-timeline__block:nth-child(even) .cd-timeline__img {
		 margin-right: calc(5% - 30px);
	}
}
 .cd-timeline__img--red {
	 background-color: #a32035;
}
 .cd-timeline__img--light-gray {
	 background-color: #76777a;
}
 .cd-timeline__img--dark-gray {
	 background-color: #53575a;
}
 .cd-timeline__img--teal {
	 background-color: #005d63;
}
 .cd-timeline__content {
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 position: relative;
	 margin-left: 1.25em;
	 background: #fff;
	 border-radius: 0.25em;
	 padding: 1.25em;
	 box-shadow: 0 3px 0 #d8e5ee;
}
 .cd-timeline__content::before {
	 content: '';
	 position: absolute;
	 top: 16px;
	 right: 100%;
	 width: 40px;
	 height: 40px;
	 border: 3px solid #fff;
     background-color: #a32035;
     border-radius: 50%;
}
 .cd-timeline__content.light-gray::before {
    background-color: #76777a;
}
 .cd-timeline__content.dark-gray::before {
    background-color: #53575a;
}
 .cd-timeline__content.teal::before {
    background-color: #005d63;
}
 .cd-timeline__content h2 {
	 color: #fff;
    background-color: #a32035;
    display: inline-block;
    padding: 5px 80px;
    font-size: 4rem;
     -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
}
 .cd-timeline__content.light-gray h2 {
    background-color: #76777a;
}
 .cd-timeline__content.dark-gray h2 {
    background-color: #53575a;
}
 .cd-timeline__content.teal h2 {
    background-color: #005d63;
}
 @media (min-width: 64rem) {
	 .cd-timeline__content {
		 width: 45%;
		 -ms-flex-positive: 0;
		 flex-grow: 0;
		 will-change: transform;
		 margin: 0;
         right: -20px;
	}
	 .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
		 right: auto;
		 left: 96%;
         background-image: url("https://www.sxu.edu/_resources/images/arrow-left.svg");
         background-repeat: no-repeat;
        background-size: 12px;
        background-position: 9px center;
	}
     .cd-timeline__block:nth-child(even) .cd-timeline__content {
		 left: -20px;
	}
     .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
         right: 97%;
         background-image: url("https://www.sxu.edu/_resources/images/arrow-right.svg");
         background-repeat: no-repeat;
        background-size: 12px;
        background-position: 12px center;
	}
}
 .cd-timeline__date {
	 color: rgba(129, 141, 152, .7);
	 color: rgba(0, 0, 0, 0.7);
}
 @media (min-width: 64rem) {
	 .cd-timeline__date {
		 position: absolute;
		 width: 100%;
		 left: 110%;
		 top: -25px;
	}
	 .cd-timeline__block:nth-child(even) .cd-timeline__date {
		 left: auto;
		 right: 110%;
		 text-align: right;
	}
}
 @media (min-width: 64rem) {
	 .cd-timeline__img--hidden, .cd-timeline__content--hidden {
		 visibility: hidden;
	}
	 .cd-timeline__img--bounce-in {
		 -webkit-animation: cd-bounce-1 0.6s;
		 animation: cd-bounce-1 0.6s;
	}
	 .cd-timeline__content--bounce-in {
		 -webkit-animation: cd-bounce-2 0.6s;
		 animation: cd-bounce-2 0.6s;
	}
	 .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
		 -webkit-animation-name: cd-bounce-2-inverse;
		 animation-name: cd-bounce-2-inverse;
	}
}
 @-webkit-keyframes cd-bounce-1 {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale(0.5);
		 transform: scale(0.5);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale(1.2);
		 transform: scale(1.2);
	}
	 100% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
}
 @keyframes cd-bounce-1 {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale(0.5);
		 transform: scale(0.5);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale(1.2);
		 transform: scale(1.2);
	}
	 100% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
}
 @-webkit-keyframes cd-bounce-2 {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(-100px);
		 transform: translateX(-100px);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translateX(20px);
		 transform: translateX(20px);
	}
	 100% {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
	}
}
 @keyframes cd-bounce-2 {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(-100px);
		 transform: translateX(-100px);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translateX(20px);
		 transform: translateX(20px);
	}
	 100% {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
	}
}
 @-webkit-keyframes cd-bounce-2-inverse {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(100px);
		 transform: translateX(100px);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translateX(-20px);
		 transform: translateX(-20px);
	}
	 100% {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
	}
}
 @keyframes cd-bounce-2-inverse {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(100px);
		 transform: translateX(100px);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translateX(-20px);
		 transform: translateX(-20px);
	}
	 100% {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cd-timeline__block {
    padding: 0 .5rem 0 1rem;
}
.cd-timeline__img {
    position: relative;
    left: -16px;
    width: 40px;
    height: 40px;
}
.cd-timeline__content {
    top: -20px;
    left: -5px;
    margin-left: 0;
}
.cd-timeline__content::before {
    top: 20px;
    right: 97%;
}
.cd-timeline__block .cd-timeline__content::before {
    right: 97%;
    background-image: url("https://www.sxu.edu/_resources/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 12px center;
}
}

@media (max-width: 767px) {
  .cd-timeline__block {
    padding: 0 .5rem 0 1rem;
}
.cd-timeline__img {
    position: relative;
    left: -16px;
    width: 40px;
    height: 40px;
}
.cd-timeline__content {
    top: -20px;
    left: -5px;
    margin-left: 0;
}
.cd-timeline__content::before {
    top: 20px;
    right: 97%;
}
.cd-timeline__block .cd-timeline__content::before {
    right: 97%;
    background-image: url("https://www.sxu.edu/_resources/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 12px center;
}
}