<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#home-slides a.button {
  margin: 20px 0 0 0;
  background: none;
  text-align: inherit;
  text-shadow: none;
  padding: 0;
}


#home-slides a.button {
  font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #fff;
  background: #4e2a84;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 .5em .5em 0;
  padding: .8em 1em .7em 1em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  min-width: 165px;
  border: none;
}

#home-slides a.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b6acd1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#home-slides a.button:hover, #home-slides a.button:focus, #home-slides a.button:active, #page a.button:hover, #page a.button:focus, #page a.button:active, #top-nav ul li a.button:hover, #top-nav ul li a.button:focus, #top-nav ul li a.button:active {
  color: #fff;
  text-decoration: none;
}

#home-slides a.button:hover:before, #home-slides a.button:focus:before, #home-slides a.button:active:before, #page a.button:hover:before, #page a.button:focus:before, #page a.button:active:before, #top-nav ul li a.button:hover:before, #top-nav ul li a.button:focus:before, #top-nav ul li a.button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#home-slides a.button:before, #page a.button:before, #top-nav ul li a.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b6acd1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* SLIDER BEGIN*/
.slick-slider {
  margin: 2rem 0;
}

.slick-slider img {
  display: block;
}

.slick-slider .caption {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  left: 0;
  right: 0;
  font: 15px/1.5 "Akkurat Pro Regular", Arial, sans-serif;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}

.slick-slider .caption .header {
  text-transform: uppercase;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

.slick-slider .slick-slide {
  position: relative;
}

button.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 45%;
  width: 30px;
  height: 30px;
  font-size: 0;
}

button.slick-prev.slick-arrow {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg") no-repeat;
  transform: rotate(180deg);
  left: 10px;
  right: auto;
}

button.slick-next.slick-arrow {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg") no-repeat;
  right: 10px;
  left: auto;
}

/* SLIDER END*/

/* ANNOUNCEMENT BEGIN */
#announcement {
	text-align: center;
}

#announcement h2 {
    margin-bottom: 2rem;
}

/* ANNOUNCEMENT END */

@media screen and (max-width: 480px) {
  .slider .caption {
    position: relative;
    background: #f0f0f0;
    color: #342f2e;
    display: block;
  }
  button.slick-arrow {
    top: 30%;
  }
}

h2 {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  /*font: 46px/1.2em "Poppins Extra Light", "Courier New", sans-serif;
  */
  line-height: 1.1;
  font-size: 36px;
  color: #4e2a84;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}


/* Scss Document */
#home-content {
  font-size: 16px;
  line-height: 1.7em;
  outline: none !important;
}

#home-slides:not(.slick-initialized) {
  height: 0;
  overflow: hidden;
}

#home-slides {
  margin-top: 0;
  margin-bottom: 0;
}

#home-slides .slick-track {
  background-color: #000;
}

#home-slides .slick-slide {
  background-color: transparent;
  vertical-align: top;
  opacity: 1;
}

#home-slides .slick-slide:not(.slick-center) img {
  opacity: 0.2;
  -webkit-transition: opacity 0.75s linear;
  transition: opacity 0.75s linear;
}

#home-slides a {
  text-decoration: none;
}

#home-slides .home-slide-gradient {
  position: absolute;
  z-index: 1;
}

#home-slides .home-slide-Left .home-slide-gradient {
  left: 0;
}

#home-slides .home-slide-Right .home-slide-gradient {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  right: 0;
}

#home-slides .home-slide-content-Left,
#home-slides .home-slide-content-Right {
  color: #ffffff !important;
  font-size: 1rem;
  width: 45%;
  position: absolute;
  bottom: 50px;
  z-index: 1;
}

#home-slides .home-slide-content-Left {
  margin-left: 50px;
}

#home-slides .home-slide-content-Right {
  text-align: right;
  right: 50px;
}

#home-slides h2 {
  color: #ffffff;
  font-size: 40px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
  margin-bottom: 24px;
  line-height: 1.2em;
}

#home-slides p {
  margin: 0;
  line-height: 1.5;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
}

#home-slides a.button {
  margin: 30px 0 0 0;
}

#home-slides .slide-content-desc {
  color: #ffffff;
}

#home-slides .slick-dots {
  list-style: none;
  width: 100%;
  padding: 0;
  background: #401f68;
  position: absolute;
  margin: 0;
  text-align: center;
  top: calc(44vw - 8px);
}

#home-slides .slick-dots li {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0px;
  cursor: pointer;
}

#home-slides .slick-dots li button {
  border: 0;
  background-color: transparent;
  display: block;
  height: 2rem;
  width: 20px;
  outline: none !important;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

#home-slides .slick-dots li button:before {
  content: "\2022";
  width: 20px;
  height: 2rem;
  font-size: 2.5rem;
  line-height: 2rem;
  text-align: center;
  color: #ffffff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#home-slides .slick-dots li.slick-active button:before {
  opacity: 0.75;
}

#home-slides button.slick-prev.slick-arrow {
  background: url("https://common.northwestern.edu/v8/css/images/icons/right-hero-arrow.svg") no-repeat;
}

#home-slides button.slick-next.slick-arrow {
  background: url("https://common.northwestern.edu/v8/css/images/icons/right-hero-arrow.svg") no-repeat;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (min-width: 1120px) {
  #home-slides .slick-list {
    overflow: visible;
    width: 1120px;
    margin: auto;
  }
}

@media screen and (min-width: 700px) {
  #home-slides .slick-slide:not(.slick-center) .home-slide-content-Left,
  #home-slides .slick-slide:not(.slick-center) .home-slide-content-Right {
    display: none;
  }
}


@media screen and (max-width: 900px) {
  #home-slides h2 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  #home-slides a.button {
    margin: 20px 0 0 0;
    background: none;
    text-align: inherit;
    padding: 0;
  }
  #home-slides a.button:before {
    background: none;
  }
  #home-slides a.button:after {
    background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg") no-repeat 50%/6px 10px;
    padding-right: 2rem;
    content: " ";
  }
}


@media screen and (max-width: 700px) {
  button.slick-prev.slick-arrow {
    left: 0;
    top: calc(21vw - 10px);
  }
  button.slick-next.slick-arrow {
    right: 0;
    top: calc(21vw - 10px);
  }
  #home-slides .slick-slide .home-slide-gradient {
    display: none;
  }
  #home-slides h2 {
    text-shadow: none;
  }
  #home-slides a.button {
    padding: 0 0 0 15px;
    text-shadow: none;
  }
  #home-slides .home-slide-content-Left, #home-slides .home-slide-content-Right {
    background-color: #4e2a84;
    text-align: center;
    width: 100%;
    padding: 2rem;
    padding-top: 3rem;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  #home-slides .home-slide-content-Left p, #home-slides .home-slide-content-Right p {
    text-shadow: none;
  }
  #twitter-feed .twitter-text p {
    font-size: 14px;
  }
}

/******HOME SLIDER ENDS******/

img.school-logo2 {
  float: right;
}

@media screen and (max-width:900px) {
  img.school-logo2 {
      float: none;
  }
  img.school-logo1, img.school-logo2 {
      display: block;
      margin: 0 auto 4rem;
  }
}

/**** SOCIAL SECTION ***/
#social {
  background: #f0f0f0;
  margin: 0 -9000px 5rem;
  padding: 60px 9000px;
  color: #524c4b;
  overflow: hidden;
}

#social #follow {
  padding: 0 2rem 30px;
  width: 25%;
  float: left;
  box-sizing: border-box;
  margin-top: 1rem;
}

#social #follow .facebook {
  background-image: url("../../images/structure/nu-template/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#social #follow .facebook:hover {
  background-position: 0px -39px;
}

#social #follow .twitter {
  background-image: url("../../images/structure/nu-template/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -39px 0px;
}

#social #follow .twitter:hover {
  background-position: -39px -39px;
}

#social #follow .linkedin {
  background-image: url("../../images/structure/nu-template/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -351px 0px;
}

#social #follow .linkedin:hover {
  background-position: -351px -39px;
}

#social #follow .instagram {
  background-image: url("../../images/structure/nu-template/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -79px 0px;
}

#social #follow .instagram:hover {
  background-position: -79px -39px;
}

#social #follow .follow-link {
  padding-left: 0;
}

#social #follow .follow-link li {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1rem;
}

#social #follow .follow-link li:before {
  display: none;
}

.social-slide {
    display: inline-block;
    height: 39px;
    width: 39px;
    transition: all 0.3s ease 0s;
    border: 1px solid #fff;
    margin: 0 .6rem .2rem 0;
}

#follow h3 {
    font-size: 28px;
    text-align: left;
    font-family: "Poppins Bold", "Arial Black", sans-serif;
}

#follow h3:before, #follow h3:after {
    display:none;
}

#social li {   
  background: none;
  padding: 0;
}

#twitter-feed {
  width: 75%;
  box-sizing: border-box;
  border-left: 2px solid #ccc;
  float: left;
  padding-left: 50px;
  position: relative;
}

#twitter-feed .tweets-container {
  margin-top: 1rem;
}

#twitter-feed .twitter-text {
  padding: 25px;
  background: white;
  margin-right: 50px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  height: 380px;
  overflow: hidden;
}

#twitter-feed .twitter-text:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  border-width: 20px 20px 0px 0px;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

#twitter-feed .twitter-text p {
  font-size: 14px;
  margin: 0;
}

#twitter-feed .twitter-text p span {
  color: #888;
}

#twitter-feed .twitter-text .thumb {
  width: 75px;
  margin: .8rem 0;
}

#twitter-feed .twitter-pic {
  margin-top: 30px;
  margin-right: 10px;
  float: left;
  background: #fff;
  width: 75px;
  height: 75px;
}

#twitter-feed .twitter-pic + div {
  display: block;
  margin-top: 30px;
  float: left;
}

#twitter-feed .twitter-pic + div span {
  max-width: 95px;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

#twitter-feed .twitter-pic + div a {
  font-size: 14px;
  display: block;
  max-width: 120px;
  word-wrap: break-word;
  line-height: 1.5;
}

#twitter-feed .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

#twitter-feed .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#twitter-feed .slick-dots li:before {
  display: none;
}

#twitter-feed .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#twitter-feed .slick-dots li button:hover,
#twitter-feed .slick-dots li button:focus {
  outline: none;
}

#twitter-feed .slick-dots li button:hover:before,
#twitter-feed .slick-dots li button:focus:before {
  opacity: 1;
}

#twitter-feed .slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #4e2a84;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#twitter-feed .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #4e2a84;
}

@media screen and (max-width: 1100px) {
  #twitter-feed .twitter-text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
#social {
    padding-bottom: 0;
  }
    #social #follow {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 0;
    }
    #follow h3 {
        font-size: 28px;
        text-align: center;
        font-family: "Poppins Bold", "Arial Black", sans-serif;
    }
  #social #follow .follow-link li {
    display: inline-block;
    margin-right: 30px;
  }
  #twitter-feed {
    width: 100%;
    background: #e2e2e2;
    border-left: none;
    margin: 0 -20px;
    box-sizing: content-box;
    padding: 2rem;
  }
}

@media screen and (max-width: 700px) {
    #twitter-feed .twitter-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  #twitter-feed .twitter-text {
    margin-right: 30px;
    overflow: hidden;
  }
}

#news-events {
    margin: 0 -9000px; 
    padding: 0 9000px 80px;
}

#news-events .events {
  width: 30%;
  margin-left: 3%;
}


@media screen and (max-width: 550px) {
    #news-events .events {
    width: 100%;
    margin-left: 0;
    }
}

.homepage #page {
    display: block !important;
}

.homepage #main-content .news-gray {
    background:#f0f0f0; padding-top:60px;
}

.homepage #main-content &gt; section.photo-ft:last-of-type,
.homepage #main-content &gt; section.background-select:last-of-type,
.homepage #main-content &gt; section.news-gray:last-of-type,
.homepage #main-content &gt; section.large-feature:last-of-type,
.homepage #main-content &gt; section.hero:last-of-type,
.homepage #main-content &gt; section#social:last-of-type {
    margin-bottom: 0px;
}

.homepage .content .subsection {
    margin-bottom: 2rem;
    text-align: center;
    padding: 0 1rem;
}

.homepage .content .column-group + .sponsors-wrapper,
.homepage .content .project-group + .sponsors-wrapper {
    padding-top: 3.5rem;
    border-top: 1px solid #999999;
    margin-top: -1rem;
    margin-bottom: 7.5rem;
}

.homepage .content .sponsors-wrapper {
	/*width: 100%;*/
}

.homepage .content .sponsors-wrapper .header .title {
	color: #4e2a84;
	line-height: 1.2em;
}

.homepage .content .sponsors-wrapper .header p a {
	font-size: 18px;
}

.homepage .content .sponsors-wrapper .header.has-get-involved .title,
.homepage .content .sponsors-wrapper .header.has-get-involved p {
	margin: 0;
	display: inline-block;
	vertical-align: baseline;
}

.homepage .content .sponsors-wrapper .header.has-get-involved .title {
	text-align: left;
	width: 60%;
}

.homepage .content .sponsors-wrapper .header.has-get-involved p {
	text-align: right;
	width: 40%;
}

.homepage .content .sponsors-wrapper .description h5 {
    font-weight: bold;
}

.homepage .content .sponsors-wrapper .button {
    margin: 0 0.5em 0.5em 0.5em;
}

.homepage .content .sponsors-wrapper .sponsors {
	font-size: 0;
	margin-top: 1rem;
	position: relative;
}

.homepage .content .sponsors-wrapper .sponsors .swiper-wrapper {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.homepage .content .sponsors-wrapper .sponsors .swiper-wrapper .swiper-slide {
	text-align: center;
}

.homepage .content .sponsors-wrapper .sponsors .sponsor {
	text-align: center;
	width: 100px;
	width: 85px;
	display: inline-block;
	vertical-align: middle;
}

.homepage .content .sponsors-wrapper .sponsors .sponsor a,
.homepage .content .sponsors-wrapper .sponsors .sponsor img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

/*
.homepage .content .sponsors-wrapper .sponsors .sponsor img {
	opacity: 0.8;
} */

/*
@media screen and (min-width: 1201px) {
	.homepage .content .sponsors-wrapper .sponsors {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.homepage .content .sponsors-wrapper .sponsors .swiper-wrapper {
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
	.homepage .content .sponsors-wrapper .sponsors .swiper-slide-duplicate {
		display: none;
	}
	.homepage .content .sponsors-wrapper .sponsors .swiper-button-prev,
	.homepage .content .sponsors-wrapper .sponsors .swiper-button-next {
		display: none !important;
	}
	.homepage .content .sponsors-wrapper .sponsors .swiper-slide {
		width: 100px !important;
	}
}
*/

.homepage .content .sponsors .swiper-container {
	overflow-x: hidden;
}

.homepage .content .sponsors .swiper-button-prev,
.homepage .content .sponsors .swiper-button-next {
	background-color: transparent;
	background-size: 16px;
	width: 16px;
	height: 26px;
	padding: 15px;
	margin-top: -28px;
	box-sizing: content-box;
	background-image: url("../../images/structure/nu-template/icons/arrow-right-dkpurple.svg");
    background-position: center;
}

.homepage .content .sponsors .swiper-button-disabled {
	background-image: url("../../images/structure/nu-template/icons/arrow-right-gray.svg");
}

@media screen and (min-width: 481px) {
	.homepage .content .sponsors .swiper-button-prev,
	.homepage .content .sponsors .swiper-button-next {
		background-color: transparent;
		background-size: 25px;
		width: 25px;
		height: 40px;
		padding: 15px;
		margin-top: -35px;
		box-sizing: content-box;
	}
}

.homepage .content .sponsors {
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
}

.homepage .content .sponsors .swiper-container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.homepage .content .sponsors .swiper-button-prev {
	left: -15px;
}

.homepage .content .sponsors .swiper-button-next {
	right: -15px;
}

@media screen and (max-width: 1140px) {
	.homepage .content .sponsors {
		/*margin: 0 1rem;*/
	}
}

@media screen and (min-width: 481px) {
	.homepage .content .sponsors .swiper-container {
		width: calc( 80% + 0.8rem + 20px);
	}
	.homepage .content .sponsors .swiper-button-prev {
		left: -15px;
	}
	.homepage .content .sponsors .swiper-button-next {
		right: -15px;
	}

}

@media screen and (min-width: 876px) {
	.homepage .content .sponsors .swiper-container {
		width: auto;
	}
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

.homepage .feature-two-col .feature-box .feature-copy {
  padding: 1.4rem 1.5rem 4rem; 
}

img#logo-left {
  margin-right: 4rem;   
}
img#logo-right {
  margin-left: 4rem;   
}</pre></body></html>