<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* placeholder page layout fix, will replace these later */
#right-col { display: none; }
.right-col-outer-content { display: none; }
#main-content-wrap { width: 100%; }
body.sitetype- #main-content-wrap { padding-top: 2.5rem; }
#main-content { background: none; border: none !important; padding: 0; }
/*#page-title { display: none; }*/
h1#major-title { display: none; }
#main-content-wrap, #left-col, #right-col { background: none; }
#left-col { border: none; }
#back-to-top { display: none; }
#more-in-section { display: none; }

.separator { background-color: #f4f4f4; height: 9px; margin: 70px auto; }
@media screen and (max-width: 700px) { #main-content-wrap { padding: 0; margin: 0; } }

body {
    background: linear-gradient(180deg, #F4F4F4 239px, #FFFFFF 789px) no-repeat;
}

#main-content .section-top.no-divider::after,
#main-content section:not(.cta) .section-top::after {
    display: none;
}

#main-content .caption {
    border-bottom: 4px solid #f4f4f4;
    line-height: 24px;
    padding: 10px 10px 15px;
    color: #342f2e;
    font-size: 15px;
}

#main-content .wysiwyg .caption {
    background: none;
    font-size: .95rem;
    height: auto;
    padding: 20px 0 15px;
    display: block;
    position: relative;
    right: 0;
    margin: 0 auto;
}

#main-content .caption span {
    font-family: "Akkurat Pro Bold", Arial Black, sans-serif;
    display: inline-block;
    margin-right: 5px;
}

/* common */

#main-content section.wysiwyg,
#main-content section.feature-cols,
#main-content section.career-paths,
#main-content section.accordion-list {
    padding: 20px 30px;
    /*margin: 70px 0;*/
}

#main-content section.cta .cta-content &gt; .header .section-top:after {
    width: 50px;
    /* height: 60px; */
    content: url(../images/structure/divider-dashed.png);
    margin: 0 auto 5px;
    display: block;
    line-height: 25px;
}

#main-content section.cta .cta-content &gt; .header,
#main-content section.wysiwyg &gt; .header,
#main-content section.feature-cols &gt; .header,
#main-content section.feature-cols &gt; .body,
#main-content section.career-paths &gt; .header,
#main-content section.career-paths &gt; .body,
#main-content section.accordion-list &gt; .header,
#main-content section.accordion-list &gt; .body,
#main-content section.request-guide .header {
    margin-bottom: 1.25rem;
}

#main-content section.cta .cta-content &gt; .header *,
#main-content section.wysiwyg &gt; .header *,
#main-content section.feature-cols &gt; .header *,
#main-content section.career-paths &gt; .header *,
#main-content section.accordion-list &gt; .header *,
#main-content section.request-guide .header * {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#main-content section.cta .cta-content &gt; .header *,
#main-content section.wysiwyg.columns &gt; .header *,
#main-content section.feature-cols &gt; .header *,
#main-content section.feature-cols &gt; .body *,
#main-content section.career-paths &gt; .header *,
#main-content section.career-paths &gt; .body *,
#main-content section.accordion-list &gt; .header *,
#main-content section.accordion-list &gt; .body *,
#main-content section.request-guide .header *,
#main-content section.request-guide .body * {
    text-align: center;
}

#main-content section.cta .cta-content .header h2.title,
#main-content section.cta .cta-content .header h2.section-top,
#main-content section.cta .cta-content .header p.subhead,
#main-content section.cta .cta-content .header p.cta-headline,
#main-content section.cta .cta-content .header p.cta-photo-headline,
#main-content section.wysiwyg .header h2.title,
#main-content section.feature-cols .header h2.title,
#main-content section.career-paths .header h2.title,
#main-content section.accordion-list .header h2.title,
#main-content section.request-guide .header h2.title {
    color: #4E2A84;
    font-family: 'Poppins Bold', "Arial Black", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3em;
}

#main-content section.wysiwyg.columns .column .header h3,
#main-content section.feature-cols .feature-copy h3,
#main-content section.accordion-list .accordion h3.header,
#main-content h3.alternate,
#main-content h3.alternate a {
    color: #4E2A84;
    font-family: 'Poppins Bold', "Arial Black", sans-serif;
    /*font-family: "Poppins Bold", "Arial Black", sans-serif;*/
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
}

#main-content h3.alternate a {
    font-size: inherit;
}

#main-content section.header h1.title,
#main-content section.minor-header h1.title,
#main-content section.cta:not(.photo) .cta-content .header p.subhead,
#main-content section.cta:not(.photo) .cta-content .header p.cta-headline,
#main-content section.wysiwyg .header p.subhead,
#main-content section.feature-cols .header p.subhead,
#main-content section.career-paths .header p.subhead,
#main-content section.accordion-list .header p.subhead,
#main-content section.request-guide .header p.subhead {
    color: #4E2A84;
    font-family: "Poppins Extra Light", "Arial", sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: normal;
}

#main-content section.header h1.title,
#main-content section.minor-header h1.title {
    font-size: 42px;
    line-height: 54px;
}

@media screen and (min-width:481px) {
    
    #main-content section.header h1.title,
    #main-content section.minor-header h1.title {
        font-size: 48px;
        line-height: 62px; /* 129.167% */
    }
    
    #main-content section.cta .cta-content .header h2.title,
    #main-content section.cta .cta-content .header h2.section-top,
    #main-content section.wysiwyg .header h2.title,
    #main-content section.feature-cols .header h2.title,
    #main-content section.career-paths .header h2.title,
    #main-content section.accordion-list .header h2.title,
    #main-content section.request-guide .header h2.title {
        font-size: 2rem;
    }
    
    #main-content section.wysiwyg.columns .column .header h3,
    #main-content section.feature-cols .feature-copy h3,
    #main-content section.accordion-list .accordion h3.header {
        font-size: 1.6rem;
    }
    
    #main-content h3.alternate/*,
    #main-content h3.alternate a*/ {
        font-size: 1.5rem;
    }
    
    #main-content section.cta .cta-content .header p.subhead,
    #main-content section.cta .cta-content .header p.cta-headline,
    #main-content section.wysiwyg .header p.subhead,
    #main-content section.feature-cols .header p.subhead,
    #main-content section.career-paths .header p.subhead,
    #main-content section.accordion-list .header p.subhead,
    #main-content section.request-guide .header p.subhead {
        font-size: 2rem;
    }
    
}

#main-content section.wysiwyg .bttn-group,
#main-content section.request-guide .bttn-group {
    margin-top: 1.75rem;
    margin-bottom: 0;
}

#main-content section.cta .bttn-group {
    margin-top: 2.5rem;
    margin-bottom: 0;
}

#main-content section.cta .cta-content .bttn-group &gt; :last-child,
#main-content section.feature-cols .footer .bttn-group &gt; :last-child,
#main-content section.career-paths .bttn-group &gt; :last-child,
#main-content section.accordion-list .bttn-group &gt; :last-child,
#main-content section.request-guide .bttn-group &gt; :last-child {
    margin-right: 0;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* header */

#main-content section.header img {
    width: 100%;
    display: block;
}

#main-content section.header .title-wrapper {
    position: relative;
}

#main-content section.header .title-wrapper::before {
    display: none;
}
/*
#main-content section.header .title-wrapper.upward {
    height: 68px;
}
*/
#main-content section.header .title {
    background-color: #4e2a84;
    max-width: min(720px, calc(100% - 20px));
    padding: 38px 30px;
    position: relative;
    left: 10px;
    display: block;
    -webkit-clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
    clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
}

#main-content section.header .title-wrapper.downward .title {
    position: relative;
    top: -75px;
    margin-bottom: -75px;
}

#main-content section.header .title-wrapper.upward .title {
    /*position: absolute;
    bottom: 0;*/
    position: relative;
    margin-top: -12vw;
}

@media screen and (min-width:701px) and (max-width:980px) {
    #main-content section.header .title-wrapper.upward .title {
        margin-top: calc(-12vw + 26px);
    }
}

#main-content section.header h1.title {
    color: #FFF;
    margin: 0;
}

@media screen and (min-width:481px) {
    #main-content section.header h1.title {
        padding: 38px 40px;
    }
}

@media screen and (min-width:981px) {
    
    #main-content section.header .title-wrapper::before {
        content: "";
        width: calc(100% - 30px);
        height: 30px;
        margin-left: 30px;
        display: block;
        position: absolute;
        /*background: repeating-linear-gradient(-45deg, rgba(78, 42, 132, 1) 0 1.36px, rgba(0, 0, 0, 0) 1.428px 6.9px);*/
        background: url("../images/structure/purple-stripes-tile.png");
        background-repeat: repeat;
        background-position: 3px 3px;
        -webkit-clip-path: polygon(0 0, 100.1% 0, 100.1% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 100.1% 0, 100.1% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
    }
    
    #main-content section.header .title-wrapper.downward::before {
        height: calc(100% - 113px);
    }
    
    #main-content section.header .title-wrapper.upward {
        height: 68px;
    }
    
    #main-content section.header .title-wrapper.upward .title {
        position: absolute;
        bottom: 0;
    }
    
    #main-content section.header .title {
        max-width: min(720px, calc(100% - 60px));
        left: 30px;
    }
    
}

/* minor header */

#main-content section.minor-header {
}

#main-content section.minor-header hr.no-image-divider {
    height: 2px;
    margin: 5px 0 0 0;
    background-color: #cccccc;
}

#main-content section.minor-header img {
    width: 100%;
    margin-top: 20px;
    display: block;
    -webkit-clip-path: polygon(0 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 0);
}

#main-content section.minor-header h1.title {
    margin: 20px 30px;
}

#main-content h1#page-title {
    padding: 0;
    margin: 2px 30px 0px 30px;
}

#main-content h1#page-title &gt; div {
    padding: 0;
}

#main-content h1#page-title section.minor-header {
    margin-bottom: 30px;
}

#main-content h1#page-title section.minor-header img {
    margin-top: 0;
}

#main-content h1#page-title &gt; div + section.minor-header img {
    margin-top: 5px;
}

/* WYSIWYG */

#main-content section.wysiwyg img.banner {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin: 0 -30px 15px;
    -webkit-clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
    clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
}

#main-content section.wysiwyg .header * {
    text-align: left;
}

#main-content section.wysiwyg.text-media .media {
    width: 685px;
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
}

#main-content section.wysiwyg.text-media .media img {
    width: 100%;
}

#main-content section.wysiwyg.columns .column-container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding: 40px 0 20px 0;
}

#main-content section.wysiwyg.columns .column {
    padding: 30px 0;
    border: none;
    border-bottom: 2px solid #ccc4df;
}

#main-content section.wysiwyg.columns .column:first-child {
    padding-top: 0px;
}

#main-content section.wysiwyg.columns .column:last-child {
    padding-bottom: 0px;
    border: none;
}

#main-content section.wysiwyg.columns .column .header h3 {
    margin-top: 0;
}

#main-content section.wysiwyg.columns .column .body &gt; *:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:981px) {
    
    #main-content section.wysiwyg img.banner {
        margin: 0 -30px 40px;
    }
    
    #main-content section.wysiwyg.horizontal .header,
    #main-content section.wysiwyg.horizontal .body,
    #main-content section.wysiwyg.banner .header,
    #main-content section.wysiwyg.banner .body {
        display: inline-block;
        vertical-align: top;
    }
    
    #main-content section.wysiwyg.horizontal .header h2,
    #main-content section.wysiwyg.banner .header h2 {
        /*margin-top: 0;*/
    }
    
    #main-content section.wysiwyg.horizontal .header,
    #main-content section.wysiwyg.banner .header {
        width: calc(40% - 40px);
    }
    
    #main-content section.wysiwyg.horizontal .body,
    #main-content section.wysiwyg.banner .body {
        width: 60%;
        margin-left: 40px;
    }
    
    #main-content section.wysiwyg.text-media .body-wrapper {
        display: flex;
        flex-direction: row-reverse;
        gap: 40px;
    }
    
    #main-content section.wysiwyg.text-media .body {
        width: 450px;
        min-width: 450px;
    }
    
    #main-content section.wysiwyg.text-media .media {
        width: calc(100% - 490px);
        min-width: calc(100% - 490px);
    }
    
    #main-content section.wysiwyg.columns &gt; .header,
    #main-content section.feature-cols &gt; .header,
    #main-content section.feature-cols &gt; .body,
    #main-content section.cta .header {
        margin-left: 150px;
        margin-right: 150px;
    }
    
    #main-content section.cta .body {
        margin-left: 90px;
        margin-right: 90px;
    }
    
    #main-content section.wysiwyg.columns .column-container {
        flex-direction: row;
        margin-left: -30px;
        margin-right: -30px;
    }
    
    #main-content section.wysiwyg.columns .column {
        display: inline-block;
        vertical-align: top;
        /*width: 33.3%;*/
        flex-basis: 33.3%;
        padding: 0 30px;
        border: none;
        border-right: 1px solid #d8d6d6;
    }
    
    #main-content section.wysiwyg.columns .column:first-child {
        /*padding-left: 0;*/
    }
    
    #main-content section.wysiwyg.columns .column:last-child {
        /*padding-right: 0;*/
        border: none;
    }
    
}

@media screen and (min-width:1181px) {
    
    #main-content section.wysiwyg.horizontal .header,
    #main-content section.wysiwyg.banner .header {
        width: calc(100% - 540px);
    }
    
    #main-content section.wysiwyg.horizontal .body,
    #main-content section.wysiwyg.banner .body {
        width: 500px;
        margin-left: 40px;
    }
    
}

/* callout */

 .leading-media{
	 padding:0px!important 
}
 .leading-media.cta h2{
	 font-family:"Poppins Bold", "Arial Black", sans-serif;
	 font-size:66px;
	 line-height:1;
	 /* text-transform:uppercase */
}
 .leading-media.cta p{
	 font-size:1.375rem;
	 line-height:1.5 
}
 .leading-media.cta p:last-of-type,
#main-content section.cta .cta-content &gt; p:last-of-type {
	 margin-bottom: auto;
}
 @media screen and (max-width:768px){
	 .leading-media.cta p{
		 font-size:1.125rem 
	}
}
 @media screen and (max-width:600px){
	 .leading-media.cta h2{
		 font-size:50px 
	}
}
 .leading-media.cta .header{
	 margin-bottom:10px 
}

.cta .feature-folded-corner .feature-box .feature-copy {
    padding-top: 35px;
}

#main-content h3.alternate,
#main-content h3.alternate a {
    padding: 0;
    margin: 0;
}

#main-content .content .folded-corner-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-bottom: none;
    padding: 0 20px 10px;
    margin: 0 -20px -10px;
}

/*
@media screen and (min-width:481px) {
    #main-content .content .folded-corner-link {
        padding: 0 20px 35px;
        margin: 0 -20px -35px;
    }
}
*/

#main-content .feature-folded-corner .feature-box .link-arrow {
    margin-top: auto;
    margin-bottom: -10px;
    border-bottom: none;
    z-index: 1;
    text-transform: uppercase;
    color: #4E2A84 !important;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    font-size: 1rem !important;
}

.cta.video{
	 text-shadow:2px 2px 1px rgba(0,0,0,.8) 
}
 .cta.video .cta-content{
	 position:absolute;
	 left:0;
	 right:0;
	 z-index:1;
	 top:50%;
	 transform:translateY(-50%) 
}
 .cta.video .cta-content .link-bttn{
	 text-shadow:none 
}
 .cta .background{
	 overflow-x:hidden 
}
 .cta .background::after{
	 content:"";
	 width:100%;
	 height:100%;
	 position:absolute;
	 bottom:0;
	 left:0;
	 background-image:linear-gradient(to bottom,transparent 0%,transparent 10%,rgba(0,0,0,.1) 20%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.7) 100%) 
}
 .cta .background img,.cta .background video{
	 min-width:100%;
	 max-width:none;
	 vertical-align:top 
}
 .cta .background.left{
	 text-align:left 
}
 .cta .background.right{
	 text-align:right 
}
 .cta .background.right img,.cta .background.right video{
	 margin-left:100%;
	 transform:translateX(-100%) 
}
 .cta .background.center{
	 text-align:center 
}
 .cta .background.center img,.cta .background.center video{
	 margin-left:50%;
	 transform:translateX(-50%) 
}
 @media screen and (max-width:980px){
	 .cta .background img,.cta .background video{
		 max-height:420px 
	}
}
 .cta video.stopped+.video-controls .start-button{
	 display:block 
}
 .cta video.started+.video-controls .end-button{
	 display:block 
}
 .cta .video-controls .control-button{
	 font-size:0;
	 line-height:0 
}
 .cta .video-controls{
	 text-align:center;
	 position:absolute;
	 left:auto;
	 right:14px;
	 bottom:18px;
	 z-index:4 
}
 .cta .video-controls .control-button{
	 background-position:50%;
	 background-repeat:no-repeat;
	 background-size:25px;
	 width:25px;
	 height:25px;
	 -webkit-filter:drop-shadow(0 0 2px black);
	 filter:drop-shadow(0 0 2px black);
	 opacity:.8;
	 display:none 
}
 .cta .video-controls .control-button:hover{
	 opacity:1 
}
 .cta .video-controls .control-button.start-button{
	 background-image:url(https://design.northwestern.edu/images/structure/icons/button-play-no-outer.svg) 
}
 .cta .video-controls .control-button.end-button{
	 background-image:url(https://design.northwestern.edu/images/structure/icons/button-pause-no-outer.svg) 
}
 .cta .header {
    /*max-width: 835px;*/
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}
 .header h2{
	 text-align:center 
}
/*
@media screen and (min-width:481px) {
    #main-content section.cta .header,
    #main-content section.cta .body {
        margin-left: 20px;
        margin-right: 20px;
    }
}
*/
 .cta-banner{
	 background-position:center;
	 background-size:cover;
	 text-align:center;
	 line-height:128px;
	 width:100%;
	 margin-bottom:50px 
}
 .cta-banner::before,.cta-banner::after{
	 content:"";
	 width:calc(100% + 150px);
	 line-height:0;
	 height:0;
	 border:0 solid #ccc;
	 border-image-source:radial-gradient(circle at center,#cccccc,#ffffff);
	 border-image-slice:1;
	 margin:0 -75px;
	 display:block;
	 position:relative 
}
 .cta-banner::before{
	 border-top-width:2px 
}
 .cta-banner::after{
	 border-bottom-width:2px 
}
 @media screen and (max-width:980px){
	 .cta-banner::before,.cta-banner::after{
		 width:100%;
		 margin:0 
	}
	 .cta-banner::before{
		 border-top-width:1px 
	}
	 .cta-banner::after{
		 border-bottom-width:1px 
	}
}
 .cta-banner .link-bttn{
	 margin:0 
}
 .cta-discover{
	 margin-top:50px!important;
	 overflow-x:hidden 
}
 @media screen and (max-width:807px){
	 .cta-discover{
		 margin-top:20px!important 
	}
}
 .cta.video{
	 text-shadow:2px 2px 1px rgba(0,0,0,.8) 
}
 .cta.video .cta-content{
	 position:absolute;
	 left:0;
	 right:0;
	 z-index:1;
	 top:50%;
	 transform:translateY(-50%) 
}
 .cta.video .cta-content .link-bttn{
	 text-shadow:none 
}
 .cta .background{
	 overflow-x:hidden 
}
 .cta .background::after{
	 content:"";
	 width:100%;
	 height:100%;
	 position:absolute;
	 bottom:0;
	 left:0;
	 background-image:linear-gradient(to bottom,transparent 0%,transparent 10%,rgba(0,0,0,.1) 20%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.7) 100%) 
}
 .cta .background img,.cta .background video{
	 min-width:100%;
	 max-width:none;
	 vertical-align:top 
}
 .cta .background.left{
	 text-align:left 
}
 .cta .background.right{
	 text-align:right 
}
 .cta .background.right img,.cta .background.right video{
	 margin-left:100%;
	 transform:translateX(-100%) 
}
 .cta .background.center{
	 text-align:center 
}
 .cta .background.center img,.cta .background.center video{
	 margin-left:50%;
	 transform:translateX(-50%) 
}
 @media screen and (max-width:980px){
	 .cta .background img,.cta .background video{
		 max-height:420px 
	}
}
 .cta video.stopped+.video-controls .start-button{
	 display:block 
}
 .cta video.started+.video-controls .end-button{
	 display:block 
}
 .cta .video-controls .control-button{
	 font-size:0;
	 line-height:0 
}
 .cta .video-controls{
	 text-align:center;
	 position:absolute;
	 left:auto;
	 right:14px;
	 bottom:18px;
	 z-index:4 
}
 .cta .video-controls .control-button{
	 background-position:50%;
	 background-repeat:no-repeat;
	 background-size:25px;
	 width:25px;
	 height:25px;
	 -webkit-filter:drop-shadow(0 0 2px black);
	 filter:drop-shadow(0 0 2px black);
	 opacity:.8;
	 display:none 
}
 .cta .video-controls .control-button:hover{
	 opacity:1 
}
 .cta .video-controls .control-button.start-button{
	 background-image:url(https://design.northwestern.edu/images/structure/icons/button-play-no-outer.svg) 
}
 .cta .video-controls .control-button.end-button{
	 background-image:url(https://design.northwestern.edu/images/structure/icons/button-pause-no-outer.svg) 
}
 .cta{
	 text-align:center;
	 position:relative;
	 overflow:auto 
}

section.cta &gt; .container {
	 padding: 60px 30px;
}

 .cta h6{
	 color:#fff;
	 margin-bottom:25px 
}
 .cta p{
	 margin-top:1rem;
	 font-size:1rem 
}
 .cta h2,.cta p{
	 color:#fff 
}

#main-content section.cta.photo h2,
#main-content section.cta.photo p,
#main-content section.cta.photo p:not(.bttn-group) &gt; a,
#main-content section.cta.purple-slashes h2,
#main-content section.cta.purple-slashes p,
#main-content section.cta.purple-slashes p:not(.bttn-group) &gt; a {
	 color: #ffffff !important;
}

 .cta.purple-slashes p:not(.bttn-group)&gt;a,
 .cta.photo p:not(.bttn-group)&gt;a{
	 border-bottom:dotted .5px #fff 
}
 .cta.purple-slashes p:not(.bttn-group)&gt;a:hover,
 .cta.photo p:not(.bttn-group)&gt;a:hover{
	 border-bottom:solid .5px #fff 
}
 .cta.light-purple{
	 background:#e4e0ee 
}
 .cta.light-purple&gt;.container{
	 /*margin:60px 0 68px 0*/
	 margin-top: 15px;
}
 .cta.light-purple::before{
	 content:"";
	 width:100%;
	 display:inline-block;
	 height:15px;
	 position:absolute;
	 top:0;
	 left:0;
	 background-repeat:repeat-x;
	 background-image:url(../images/structure/sprites/white-stitch.png) 
}
 .cta.light-purple .cta-content h2,.cta.light-purple p.cta-headline{
	 color:#4e2a84 
}
 .cta.light-purple .cta-content p{
	 color:#342f2e 
}

 .cta.white .feature-folded-corner .feature-box,
 .cta.white .feature-folded-corner .feature-box:after {
    border: 2px solid #4e2a84;
}
 .cta .feature-folded-corner .feature-box {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0% 0%);
}
 .cta.white .header * {
    color: #4e2a84;
}
 .cta.white .body * {
    color: #342f2e;
}
 .cta.purple .feature-folded-corner .feature-box .feature-copy:before {
    background: #eeebf7;
}
 .cta.purple .header *, .cta.purple .body * {
    color: #fff;
}
 .cta.purple {
    background-color: #4e2a84;
}

 .cta.photo{
	 background-color:#f4f4f4;
	 background-repeat:no-repeat;
	 background-position:center;
	 text-shadow:2px 2px 1px rgba(0,0,0,.8);
	 position:relative;
	 background-size:cover 
}
 .cta.photo .link-bttn,.cta.photo .link-bttn-orange,.cta.photo .link-bttn-blue,.cta.photo .link-bttn-lt-purple{
	 text-shadow:none 
}
 .cta.photo:before{
	 content:" ";
	 width:100%;
	 height:100%;
	 position:absolute;
	 bottom:0;
	 left:0;
	 background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.35) 45%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.65) 100%) 
}
 .cta.photo .cta-content{
	 position:relative;
	 z-index:2 
}

.cta .cta-content p {
	font-size: 1.075rem 
}

.cta .link-bttn,
.cta .link-bttn-orange,
.cta .link-bttn-blue,
.cta .link-bttn-lt-purple {
	 padding-right: 25px;
	 padding-left: 25px;
}

 .cta.purple-slashes{
	 background-image:url(//common.northwestern.edu/v8/css/images/slashes-purple-bg.gif);
	 background-repeat:no-repeat;
	 background-position:center;
	 background-size:cover 
}
 .cta.solid-gray.gray-slashes{
	 background-image:url(//common.northwestern.edu/v8/css/images/slashes-grey-bg.gif);
	 background-repeat:no-repeat;
	 background-position:center;
	 background-size:cover 
}
#main-content .cta.purple-slashes h2{
	 color: #fff 
}
 .cta.purple-slashes .link-bttn{
	 background-color: #ffffff;
	 color: #4e2a84;
	 border: 2px solid #4e2a84 !important;
	 padding: calc(.8em - 2px) calc(1em - 2px) calc(.7em - 2px) calc(1em - 2px) 
}
 .cta.solid-gray{
	 background:#f4f4f4 
}
 p.section-top-headline,.cta.solid-gray h2,.cta.solid-gray p.cta-headline,.cta.light-purple p.cta-headline{
	 color:#4e2a84;
	 line-height:1.2 
}
 .cta.solid-gray p,.cta.solid-gray h6{
	 color:#342f2e 
}
 .cta.map{
	 background-image:url(../images/structure/world-map-bg.jpg);
	 background-repeat:no-repeat;
	 background-position:center;
	 background-size:cover 
}
 @media screen and (max-width:450px){
	 .cta-content h2{
		 font-size:36px 
	}
}
 @media screen and (max-width:320px){
	 p.section-top-headline,.cta.solid-gray h2,.cta.solid-gray p.cta-headline,.cta.light-purple p.cta-headline{
		 font-size:2rem 
	}
}
 @media screen and (max-width:768px){
	 .cta-purple .cta-content p{
		 padding-top:25px 
	}
	 .cta&gt;.container{
		 margin:60px 0 
	}
	 .cta-photo h3{
		 font-size:2.875rem 
	}
	 .cta-purple h2{
		 font-size:2.8rem 
	}
}
 @media screen and (max-width:480px){
	 .cta-content{
		 padding:0 20px;
		 max-width:none 
	}
	 .cta-photo h3{
		 font-size:1.875rem 
	}
	 .cta-purple h2{
		 line-height:1.13 
	}
	.feature-folded-corner {
        display: inline-block;
    }
    .feature-folded-corner .feature-box {
        max-width: 400px;
        min-height: auto;
        padding-bottom: 10px;
        margin-top: 30px;
    }
    .feature-folded-corner .feature-box .feature-copy {
        padding-bottom: 13px;
        margin: 0;
    }
	/*.feature-folded-corner .feature-box {
        flex-basis: calc(100% - 60px);
        max-width: 400px;
        min-height: 0;
        padding-bottom: 7px;
    }*/
    #main-content .feature-folded-corner .feature-box .link-arrow,
    .feature-folded-corner .feature-box .link-arrow {
        display: none;
    }
}
 @media screen and (max-width:320px){
	 .cta-purple{
		 min-height:388px 
	}
}

#main-content section.feature-cols {
    padding: 30px;
}

#main-content section.feature-cols .feature-copy h3 {
    margin-bottom: 20px;
}

#main-content section.feature-cols .feature-copy &gt; *:last-child {
    margin-bottom: 0;
}

 .feature-cols&gt;div{
	 margin:0 auto 
}
 .feature-cols h2{
	 text-align:center 
}
 .feature-cols-image-wrapper .circle-fact span{
	 font-size:60px;
	 font-family:"Poppins Bold", "Arial Black", sans-serif;
	 color:#4e2a84;
	 display:block 
}
 .feature-cols-image-wrapper .circle-fact{
	 height:143px;
	 width:143px;
	 background:#f0f0f0;
	 border-radius:50%;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 margin-bottom:20px 
}
 .feature-cols-image-wrapper .fact{
	 display:flex;
	 justify-content:center;
	 align-items:center 
}
 .feature-cols-image-wrapper .fact span{
	 font:105px "PFDinStencil-Light",Arial,sans-serif;
	 line-height:1;
	 color:#4e2a84 
}

section.feature-cols .feature-col {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.feature-cols.Columns.left-text-only .feature-col,
section.feature-cols.Columns.center-text-only .feature-col {
    padding-top: 40px;
}

section.feature-cols .feature-col {
    grid-gap: 20px 100%;
}

section.feature-cols.Columns.left-text-only .feature-col,
section.feature-cols.Columns.icon-fact .feature-col,
section.feature-cols.Columns.circle-fact .feature-col {
    grid-gap: 40px 100%;
}

section.feature-cols.Columns.center-text-only .feature-col {
    grid-gap: 0 100%;
}

section.feature-cols.Columns.center-text-only .feature-box {
    padding: 30px 0;
    border-bottom: 2px solid #ccc4df;
}

section.feature-cols.Columns.center-text-only .feature-box:first-child {
    padding-top: 0px;
}
    
section.feature-cols.Columns.center-text-only .feature-box:last-child {
    padding-bottom: 0px;
    border: none;
}

section.feature-cols.Columns.center-text-only h3.alternate::after {
    content: "";
    background-color: #4e2a84;
    width: 50px;
    height: 6px;
    margin: 20px auto;
    display: block;
    -webkit-clip-path: polygon(0 1.5px, 3px 0, calc(100% - 3px) 0, 100% 1.5px, calc(100% - 4.5px) 100%, 4.5px 100%, 0 1.5px);
    clip-path: polygon(0 1.5px, 3px 0, calc(100% - 3px) 0, 100% 1.5px, calc(100% - 4.5px) 100%, 4.5px 100%, 0 1.5px);
}

section.feature-cols .feature-box {
    max-width: 420px;
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
}

section.feature-cols .feature-box img {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

section.feature-cols .feature-cols-image-wrapper {
    flex-basis: 100%;
    position: relative;
}

section.feature-cols.Boxes .feature-box {
    background: #f4f4f4;
}

section.feature-cols.Columns .feature-box {
    text-align: center;
    justify-content: center;
}

section.feature-cols.Columns.left-text-only .feature-box {
    text-align: left;
    justify-content: start;
    max-width: none;
}

section.feature-cols .no-fact .feature-copy h3:after {
    content: "";
    background-color: #4e2a84;
    width: 50px;
    height: 6px;
    margin: 20px auto;
    display: block;
    -webkit-clip-path: polygon(0 1.5px, 3px 0, calc(100% - 3px) 0, 100% 1.5px, calc(100% - 4.5px) 100%, 4.5px 100%, 0 1.5px);
    clip-path: polygon(0 1.5px, 3px 0, calc(100% - 3px) 0, 100% 1.5px, calc(100% - 4.5px) 100%, 4.5px 100%, 0 1.5px);
}

section.feature-cols.background-purple .no-fact .feature-copy h3:after {
    background-color: #ffffff;
}

section.feature-cols.Columns.left-text-only.background-purple,
section.feature-cols.Columns.center-text-only.background-purple,
section.feature-cols.Columns.icon-fact.background-purple {
    background-color: #4e2a84;
}

section.feature-cols.Columns.left-text-only.background-purple &gt; div:not(.footer) *,
section.feature-cols.Columns.center-text-only.background-purple &gt; div:not(.footer) *,
section.feature-cols.Columns.icon-fact.background-purple &gt; div:not(.footer) * {
    color: #ffffff !important;
}

section.feature-cols.Columns.left-text-only .feature-box,
section.feature-cols.Columns.center-text-only .feature-box,
section.feature-cols.Columns.icon-fact .feature-box {
    border-right: none;
}

section.feature-cols.Columns.left-text-only.background-purple .feature-box a:hover,
section.feature-cols.Columns.center-text-only.background-purple .feature-box a:hover,
section.feature-cols.Columns.icon-fact.background-purple .feature-box a:hover {
    border-bottom: 1px solid #ffffff !important;
}

section.feature-cols .feature-box:last-child {
    margin-bottom: 0;
}

section.feature-cols .feature-copy {
    padding: 0 !important;
    width: 100%;
}

section.feature-cols.Boxes .feature-copy {
    padding: 20px !important;
    margin-bottom: 40px;
}

section.feature-cols.Columns.circle-fact .feature-copy {
    padding: 20px 10px 0 10px !important;
}

section.feature-cols.Columns.circle-fact .feature-cols-image-wrapper {
    flex-basis: 143px;
    height: 143px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

section.feature-cols.Columns.circle-fact .feature-cols-image-wrapper.fact {
    overflow: visible;
}

section.feature-cols.Columns.center-text-only .feature-cols-image-wrapper,
section.feature-cols.Columns.icon-fact .feature-cols-image-wrapper {
    min-height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.feature-cols.Columns.icon-fact img {
    width: auto;
    height: 94px;
    margin-bottom: 10px;
}

section.feature-cols.Columns.icon-fact img[rel='icon'] {
    max-height: 150px;
    max-width: 150px;
}

section.feature-cols .video-controls .control-button.start-button {
    background-image: url(https://design.northwestern.edu/images/structure/icons/button-play-no-outer.svg);
}

section.feature-cols .video-controls .control-button.end-button {
    background-image: url(https://design.northwestern.edu/images/structure/icons/button-pause-no-outer.svg);
    display: none;
}

section.feature-cols .video-controls .control-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    -webkit-filter: drop-shadow(0 0 2px black);
    filter: drop-shadow(0 0 2px black);
    opacity: .8;
}

.no-touch section.feature-cols .video-controls .control-button:hover {
    opacity: 1;
}

section.feature-cols .feature-box .feature-copy+.link-bttn {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

section.feature-cols .footer {
    text-align: center;
    margin-top: 40px;
}

section.feature-cols .footer &gt; :last-child {
    margin-bottom: 0 !important;
}

@media screen and (min-width:981px) {
    /*
    section.feature-cols .feature-col {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    */
    section.feature-cols.Boxes .feature-col {
        width: calc(100% + 60px);
        margin: 0 -30px;
        grid-gap: 20px;
    }
    
    section.feature-cols.Columns.circle-fact .feature-col {
        grid-gap: 40px 30px;
    }
    
    section.feature-cols.Columns.left-text-only .feature-col,
    section.feature-cols.Columns.center-text-only .feature-col,
    section.feature-cols.Columns.icon-fact .feature-col {
        grid-gap: 40px 60px;
    }
    
    section.feature-cols.Columns.center-text-only .feature-box {
        padding: 0;
        border: none;
    }
    
    section.feature-cols.Boxes .feature-box {
        max-width: 300px;
        max-width: calc((100% - 40px) / 3);
        margin-bottom: 0;
        flex: 1 1 calc((100% - 40px) / 3);
    }
    
    section.feature-cols.Columns.circle-fact .feature-box {
        max-width: 280px;
        max-width: calc((100% - 60px) / 3);
        margin-bottom: 0;
        flex: 1 1 calc((100% - 60px) / 3);
    }
    
    section.feature-cols.Columns.left-text-only .feature-box,
    section.feature-cols.Columns.center-text-only .feature-box,
    section.feature-cols.Columns.icon-fact .feature-box {
        max-width: 260px;
        max-width: calc((100% - 30px) / 3);
        padding-right: 29px;
        border-right: 1px solid #d8d6d6;
        margin-right: -30px;
        flex: 1 1 calc((100% - 30px) / 3);
    }
    
    section.feature-cols.Columns.left-text-only.background-purple .feature-box,
    section.feature-cols.Columns.center-text-only.background-purple .feature-box,
    section.feature-cols.Columns.icon-fact.background-purple .feature-box {
        border-right: 1px solid #d8d6d6;
    }
    
    section.feature-cols.Columns.left-text-only .feature-box:last-child,
    section.feature-cols.Columns.left-text-only .feature-box:nth-child(3n),
    section.feature-cols.Columns.center-text-only .feature-box:last-child,
    section.feature-cols.Columns.center-text-only .feature-box:nth-child(3n),
    section.feature-cols.Columns.icon-fact .feature-box:last-child,
    section.feature-cols.Columns.icon-fact .feature-box:nth-child(3n) {
        max-width: calc((100% - 120px) / 3);
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
        flex: 1 1 calc((100% - 120px) / 3);
    }
    
}

/*
 @media screen and (max-width:768px){
	 .feature-cols-unit2 .feature-box:after,
	 .feature-cols-unit4 .feature-box:after,
	 .feature-cols-unit5 .feature-box:after{
		 display:block;
		 width:45%;
		 border-bottom:2px solid #f4f4f4;
		 content:'';
		 margin:25px auto 0 
	}
	 .feature-cols&gt;div:last-of-type .feature-box:last-child:after{
		 border-bottom:none 
	}
}
 @media screen and (max-width:600px){
	 .feature-four-col .feature-box:after{
		 display:block 
	}
}
*/

/* career paths */

section.career-paths .companies {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: space-between;
    grid-gap: 20px 50px;*/
    justify-content: center;
    grid-gap: 20px 5%;
}

section.career-paths .company {
    text-align: center;
    max-width: 185px;
    /*max-width: calc((100% - 100px) / 3);
    flex: 1 1 calc((100% - 100px) / 3);*/
}

section.career-paths .company,
section.career-paths .company .image-wrapper {
    /*max-height: 80px;*/
}

section.career-paths .company .image-wrapper {
    border-bottom: none !important;
}

section.career-paths .company .image-wrapper,
section.career-paths .company .image-wrapper img {
    /*height: 100%;*/
    display: inline-block;
}

@media screen and (min-width:981px) {
    
    section.career-paths .company {
        /*max-width: calc((100% - 150px) / 4);
        flex: 1 1 calc((100% - 150px) / 4);*/
    }
    
}

@media screen and (min-width:481px) {
    
    section.career-paths .company {
        max-width: 185px;
    }
    
    section.career-paths .company .image-wrapper {
        /*max-height: 125px;*/
    }
    
}

/* accordion list */

section.accordion-list .accordions {
    margin-top: 40px;
}

section.accordion-list .accordion + .accordion {
    margin-top: 5px;
}

section.accordion-list .accordion.collapsed .header::after,
section.accordion-list .accordion.expanded .header::after {
    content: url(../images/research-and-faculty/plus-icon.svg);
    width: 24px;
    height: 24px;
    padding: 10px;
    margin: 0 8px;
}

section.accordion-list .accordion.expanded .header::after {
    content: url(../images/research-and-faculty/minus-icon.svg);
    width: 24px;
    height: 24px;
    padding: 10px;
    margin: 0 8px;
}

#main-content section.accordion-list .accordion .header {
    background-color: #f4f4f4;
    text-align: left;
    width: 100%;
    max-width: none !important;
    padding: .625em 3.5em .625em 1.5rem;
    margin: 0;
    border-right: 2.5em solid #4e2a84;
    cursor: pointer;
    position: relative;
}

#main-content section.accordion-list .accordion .header:hover,
#main-content section.accordion-list .accordion .header:active,
#main-content section.accordion-list .accordion.expanded .header {
	background-color: #e4e0ee;
}

section.accordion-list .accordion .header::after {
    color: #f4f4f4;
    font-size: 2em;
    text-align: center;
    line-height: 0;
    width: 1.25em;
    padding: .5em 0;
    position: absolute;
    right: -1.25em;
    top: 50%;
    transform: translateY(-50%);
}

section.accordion-list .accordion .header:hover::after,
section.accordion-list .accordion .header:active::after,
section.accordion-list .accordion.expanded .header::after {
    color: #e4e0ee;
}

@media screen and (max-width:980px) {
    
	#main-content section.accordion-list .accordion .header {
		border-right-color: transparent;
	}
	
	section.accordion-list .accordion .header::after {
        background-color: #4e2a84;
        border-radius: 50%;
        width: 1em;
        margin: 0 0.25em !important;
	}
	
	section.accordion-list .accordion.collapsed .header::after,
    section.accordion-list .accordion.expanded .header::after {
        content: url(../images/research-and-faculty/plus-icon-purple.svg);
        width: 24px;
        height: 24px;
        padding: 10px;
        margin: 0 8px;
        background-color: transparent !important;
	}
	
    section.accordion-list .accordion.expanded .header::after {
        content: url(../images/research-and-faculty/minus-icon-purple.svg);
	}
	
}

section.accordion-list .accordion .body {
    background-color: #f4f4f4;
    padding: 1.5rem;
}

section.accordion-list .accordion.collapsed .body {
    max-height: 0;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

section.accordion-list .accordion .body p {
    margin-bottom: 1.25em;
}

/* research areas */

section.research-areas .feature-folded-corner {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;*/
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
}

section.research-areas .feature-folded-corner .feature-box {
    min-width: auto;
    min-height: auto;
    padding-bottom: 10px;
    /*flex-basis: calc(100%);*/
    background: #f4f4f4;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0% 0%);
}

section.research-areas .feature-folded-corner .feature-box::after {
    display: none;
}

section.research-areas .feature-folded-corner h3.alternate {
    width: 100%;
}

section.research-areas .feature-folded-corner a.folded-corner-link h3.alternate::after {
    content: "&gt;";
    display: inline;
    margin-left: 0.6rem;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

@media screen and (min-width:481px) {
    /*
    section.research-areas .feature-folded-corner .feature-box {
        flex-basis: calc(50% - 20px);
    }
    */
}

@media screen and (min-width:781px) {
    
    section.research-areas .feature-folded-corner {
        grid-template-columns: 1fr 1fr;
    }
    
}

@media screen and (min-width:981px) {
    
    section.research-areas .feature-folded-corner {
        grid-template-columns: 1fr 1fr 1fr;
    }
    /*
    section.research-areas .feature-folded-corner .feature-box {
        min-width: auto;
        flex-basis: calc(33.3% - 20px);
    }
    */
}

/* testimonials */

#main-content section.testimonials-wrapper {
    background: none !important;
}

#main-content section.testimonials-wrapper::before,
#main-content section.testimonials-wrapper::after {
    display: none;
    top: 0;
    bottom: 0;
}

#main-content section.testimonials-wrapper .testimonials .swiper-container {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-track {
    align-items: stretch;
}
/*
#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-prev:before,
#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-next:before {
    background: none;
}

#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-prev:before,
#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-next:before {
    background-image: url(../images/structure/sprites/arrows-nav-docs.svg);
}
*/
#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-dots {
    font-size: initial;
    line-height: normal;
    height: auto;
    margin: 0;
    position: relative;
    bottom: auto;
}

#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-dots li,
#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0px !important;
    margin: 0;
    display: inline-block;
}

#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-dots li button:before {
    background-color: #4e2a84;
    width: 50px;
    height: 6px;
    margin: 20px 15px;
    display: inline-block;
    -webkit-clip-path: polygon(0 1.5px, 3px 0, calc(100% - 3px) 0, 100% 1.5px, calc(100% - 4.5px) 100%, 4.5px 100%, 0 1.5px);
    clip-path: polygon(0 1.5px, 3px 0, calc(100% - 3px) 0, 100% 1.5px, calc(100% - 4.5px) 100%, 4.5px 100%, 0 1.5px);
    opacity: 0.25;
}

#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-dots li:hover button:before,
#main-content section.testimonials-wrapper .testimonials .swiper-container .slick-dots li.slick-active button:before {
    opacity: 1;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper {
    background-color: #4e2a84;
    padding: 0;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper {
    -webkit-clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
    clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper {
    width: 100%;
    height: 500px;
    padding-right: 0;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    border: none !important;
    border-radius: 0;
    margin: 0;
    object-fit: cover;
    -webkit-clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% 100.1%, 0 100.1%, 0 38px);
    clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% 100.1%, 0 100.1%, 0 38px);
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .contents {
    width: 100%;
    padding: 30px 45px;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial {
    display: block;
    padding: 0;
    margin: 0;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial &gt; * {
    text-align: left;
    display: block;
    vertical-align: top;
}

@media screen and (min-width:981px) {
    
    #main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial {
        display: table;
    }
    
    #main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial &gt; * {
        display: table-cell;
        vertical-align: top;
    }
    
    #main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper {
        width: 300px;
        height: 310px;
    }
    
    #main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper img {
        -webkit-clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
        clip-path: polygon(0 38px, 38px 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
    }
    
    #main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .contents {
        width: calc(100% - 300px);
    }
    
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents,
#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents * {
    text-align: left;
    color: #ffffff !important;
}

#main-content section.testimonials-wrapper.quotes .testimonials .testimonial-wrapper .testimonial .contents:before {
    display: none;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle,
#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .title {
    padding: 0;
    margin: 0;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle + .title {
    padding-top: 5px;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle + p,
#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .title + p {
    padding-top: 20px;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle {
    font-family: "Poppins Light", "Arial", sans-serif;
    font-size: 1.45rem;
    font-weight: normal;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .title {
    font-family: "Poppins Bold", "Arial Black", sans-serif;
    font-size: 1.45rem;
    font-weight: normal;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle .relationship,
#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents p {
    font-family: "Akkurat Pro Regular", Arial, sans-serif;
    font-size: 16px;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle .relationship {
    color: #b6acd1 !important;
    margin-left: 8px;
    display: inline-block;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents p {
    padding: 0;
    display: block;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .link-arrow {
    display: inline;
}

#main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .link-arrow:hover {
    border-bottom: 1px solid #ffffff !important;
}

@media screen and (min-width:481px) {
    
    #main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle .relationship {
        margin-left: 0;
    }
    
    #main-content section.testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle .relationship::before {
        content: "/";
        margin: 0 15px;
        color: #b6acd1;
    }
    
}

/* request guide */

section.request-guide {
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
}

section.request-guide::after {
    content: "";
    /*background: repeating-linear-gradient(-45deg, rgba(78, 42, 132, 1) 0 1.36px, rgba(0, 0, 0, 0) 1.428px 6.9px);*/
    background: url("../images/structure/purple-stripes-tile.png");
    background-repeat: repeat;
    background-position: 3px 3px;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    display: block;
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: -1;
}

section.request-guide .content-wrapper {
    background-color: #4e2a84;
    padding: 20px 30px;
}

section.request-guide .content-wrapper,
section.request-guide::after {
    -webkit-clip-path: polygon(0 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100.1% 0, 100.1% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 0);
}

section.request-guide .text-wrapper {
    padding-top: 30px;
}

#main-content section.request-guide .text-wrapper * {
    text-align: center;
}

section.request-guide .text-wrapper h2,
section.request-guide .text-wrapper p {
    color: #ffffff !important;
}

@media screen and (min-width:481px) {
    
    section.request-guide .content-wrapper {
        padding: 40px 70px;
    }
    
}

@media screen and (min-width:981px) {
    
    section.request-guide .content-wrapper {
        padding: 43px 30px;
    }
    
    section.request-guide .content-wrapper &gt; * {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    
    section.request-guide .text-wrapper {
        padding: 50px 0px 50px 40px;
    }
    
    #main-content section.request-guide .text-wrapper * {
        text-align: left;
    }
    
}

/* Overrides */

#main-content p.emphasized-text,
#main-content span.emphasized-text {
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif !important;
    font-size: 1.125rem !important;
}

#main-content .subhead-light,
#main-content .subhead-bold {
    color: #4E2A84;
    font-family: "Poppins Bold", "Arial Black", sans-serif;
    /*font-family: "Poppins Bold", "Arial Black", sans-serif;*/
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
}

#main-content .subhead-light {
    font-family: "Poppins Extra Light", "Arial", sans-serif;
    font-weight: 300;
}

@media screen and (min-width: 481px) {
    #main-content .subhead-light,
    #main-content .subhead-bold {
        font-size: 2rem;
    }
}

</pre></body></html>