<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** transition.css **/
/***************/

/***************/
/** placements **/
.reveal-header{
  padding-right: 2.1875rem;
}
.section--white .placements__logo{
  background-color: #f4f4f4;
}
.trans-reveal .close-button span{
  height: 1.875rem;
  width: 1.875rem;
}
.trans-link {
  padding: 1.5rem 0 1.5rem 0;
  font-weight: bold;
  text-decoration: underline;
  color: #575757;
}
.trans-reveal {
  top: 0;
  left:0;
  height: 100%;
  display: none;
  z-index: 1006;
  padding: 75px 30px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  overflow-y: auto;
  margin: 0;
  margin-left: -720px;
  -webkit-transition: margin-left 0.6s ease-in;
  transition: margin-left 0.6s ease-in;
}
.trans-reveal[aria-hidden="false"]{
  margin-left: 0;
}
.trans-reveal-image{
  padding: 1rem;
}
@media screen and (min-width: 40em) {
  .trans-reveal {
    min-height: 0;
  }
}
.trans-reveal .column, .reveal .columns,
.trans-reveal .columns {
  min-width: 0;
}
.trans-reveal &gt; :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .trans-reveal {
    width: 720px;
    max-width: 75rem;
  }
}
/***************/

.view-all-news {
  float: right;
  margin-bottom: 1rem;
  margin-right: .75rem;
}
.flexible-banner{
  font-weight: 300;
  position: relative;
  background-color: #466273;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  clear: left;
  font-size: 1.25rem;
  height: 40rem;
  overflow: hidden;

  &amp;:before {
    background-image: linear-gradient(to bottom, rgba(26, 26, 26, .2) 0%, rgba(26, 26, 26, .3) 82%, rgba(26, 26, 26, .4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#1a1a1a', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }  
}

.flexible-banner h2{
  font-weight: 300;
  line-height: 1.15em;
  text-transform: uppercase;
  letter-spacing: .30em;
}

.flexible-banner-info {
  color: #fff;
  padding-bottom: 3.125rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.flexible-banner-header {
  color: #ffffff;
  margin-bottom: 0;
  &amp;:after {
    background-color: #ffffff;
  }
}
.flexible-banner-subheader {
  color: #ffffff;
  width: 90%; max-width: 22rem;
}

.trans-section #NewsFeed {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#NewsFeed .block {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width : 20rem) { /* and (max-width : 48rem) { */
  .jad-banner-header {
    padding-left: 0.625rem;
  }
  .flexible-banner-info {
    padding-left: 0.625rem;
  }
  .trans-section {
    padding: 3.125rem 0;
  }
  .section-column-split {
    column-count: 1;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  /*.header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }*/
  .two-column {
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .jad-banner-header {
    font-size: 2.5rem;
  }
  .trans-feature{
    padding-left: 0.625rem;
    padding-right: 0.625rem;    
  }
  .content-grid-menu li {
    width: 100%;
  }
  .icon-grid-menu li {
    width: 80%;
  }
  .breadcrumbs {
    padding-left: 0.625rem;
  }.row &gt; p &gt; span.subheader {
    padding-left: 0.625rem;
    display: inline-block;
  }
}
@media only screen and (min-width : 48rem) and (max-width : 60rem) {

  .content-grid-menu li {
    width: 49%;
  }
  .icon-grid-menu li {
    width: 50%;
  }
  .breadcrumbs {
    padding-left: 0.625rem;
  }
  .row &gt; p &gt; span.subheader {
    padding-left: 0.625rem;
    display: inline-block;
  }
}
@media only screen and (min-width: 60rem) {
  
  .icon-grid-menu li {
    width: 33%;
  }
  .trans-section {
    padding: 4.375rem 0;
  }
  .section-column-split {
    column-count: 2;
    column-gap: 2rem;
  }
  .two-column {
    width: 50%;
    padding: 0;
    margin: 0;
    float:left;
  }
  .two-column p {
    padding-right: 1rem;
  }
  .jad-banner-header {
    font-size: 4rem;
  }
  .content-grid-menu li {
    width: 24.7%;
  }
  .content-grid-menu {
    padding-top: 1rem;
  }  
  .row {
    padding-left: 0.625rem;
    padding-right: 0.625rem;	
  }
}
.trans-section {
  display: block;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

.trans-section:nth-of-type(even) {
  background: #ffffff;
}
.trans-section:nth-of-type(odd) {
  background: #f4f4f4;
}
.icon-grid-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.icon-grid-menu li {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.icon-grid-menu a {
  background: url(../images/icons/chevron-right.svg) no-repeat right 5px;
  background-size: 8px;
  border-bottom: none;
  color: #e20613;
  font-weight: 700;
  padding-right: 22px;
}
.icon-grid-menu img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  height: 4.375rem;
}
.icon-grid-menu p {
  line-height: 1.75rem;
  font-size: 1.25em;
}
.content-grid-menu {
  list-style: none;
  margin: 0;
}
.content-grid-menu li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100px;
  margin-bottom: 1rem;
}
.content-grid-menu img {
  width:95%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-grid-menu a{
  color: red;
}
.content-grid-menu h2 {
  position: absolute;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  width: 9rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  line-height: 1.25rem
}
.jad-banner {
  position: relative;
  background-color: #466273;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clear: left;
  font-size: 1.25rem;
  height: 40rem;
  overflow: hidden;
  text-align: center;
  padding-top: 2rem;

  &amp;:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.jad-banner-header {
  font-weight: 300;
  letter-spacing: .30em;
  color: #ffffff;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  &amp;:after {
    background-color: #ffffff;
  }
}
.jad-banner-subheader {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 3.75rem;
  color: #ffffff;
}




.jad-banner-button {
  display: inline-block;
  padding: .8rem 1rem;
  text-decoration: none;
  color: #FFFFFF;
  border: solid .125rem;
  border-radius: .1875rem;
  background-color: transparent;
  font-size: 1rem;
  
  background-repeat: no-repeat;
  font-weight: 300;
  transition: all .4s ease-in-out;
  background-image: url("/site-elements/images/icons/right-arrow-circle.svg");
  background-position: center right 1rem;
  padding-right: 4rem;
}
a.jad-banner-button:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: rgba(0,0,0,.2);
} a.jad-banner-button:active {
  background-color: rgba(0,0,0,.1);
} 

/* fix for placement option issue */
.subject__stat__title-placement {
  display: block;
  font-family: "Bliss-Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 13px;
}

/** FIX FORM MOBILE OPEN DAYS PAGE STICKY **/
#main &gt; .banner { margin-bottom: 0; } 
html &gt; body.fix.is-active .nav--fixed {
  position: static;
} /** screen-width:640/16px **/
  @media only screen and (min-width: 40em) {
  html &gt; body.fix .nav--fixed h2 + h3 { margin-bottom: 0; }
  .nav--fixed &gt; .row &gt; div:last-of-type { text-align: right; }
} @media only screen and (min-width: 768px) {
  html &gt; body.fix.is-active #main &gt; .banner { margin-bottom: 9rem; }
  html &gt; body.fix.is-active .nav--fixed { position: fixed; }
}

/** AWARDS **/
#main &gt; .banner &gt; .awards {
  position: absolute; bottom: 0; left: 0;
  margin: .625rem;
} /* screen-width:640/16px */
@media only screen and (min-width: 40em) {
  #main &gt; .banner &gt; .awards { margin: 0.9375rem; }
} /* screen-width:768/16px */
@media only screen and (min-width: 1200px) {
  #main &gt; .banner &gt; .awards {
    top: 0; right: 0; bottom: unset; left: unset;
    margin: 1.35em;
  }
}

#main &gt; .banner &gt; .awards &gt; a &gt; img,
#main &gt; .banner &gt; .awards &gt; img {
  width: 100px; height: 63px;
  display: none;
  margin-right: 10px;
} #main &gt; .banner &gt; .awards &gt; a:first-child &gt; img,
  #main &gt; .banner &gt; .awards &gt; img:first-child {
  display: inline-block;
} /* screen-width:640/16px */
@media only screen and (min-width: 40em) {
  #main &gt; .banner &gt; .awards &gt; img {
    display: inline-block;
  }
} /* screen-width:768/16px */
@media only screen and (min-width: 1200px) {
  #main &gt; .banner &gt; .awards &gt; a &gt; img,
  #main &gt; .banner &gt; .awards &gt; img {
    display: block;
    margin-right: 0; margin-bottom: 1em;
    width: 144px; height: 91px;
  }  
}

img[src*=".svg"] + h2 {
    text-transform: none;
    letter-spacing: normal;
}

.banner h1:not(.banner__header) &gt; abbr {
  text-transform: initial;
  letter-spacing: initial;
  color: inherit;
  border-bottom: none 0;
}

nav.course-year {
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 0 .625rem;
  font-size: 1rem;
}

nav.course-year &gt; ul {
  margin: 0 auto;
  text-align: left;
  height: 4rem;
}

nav.course-year &gt; ul &gt; li {
  display: inline-block;
  padding: 0 .5rem 0 0;
  vertical-align: top;
}

nav.course-year &gt; ul &gt; li &gt; a {
  display: block;
    padding: 0 .5rem .25rem;
  border-radius: 0;
  font-weight: 700;
  background-image: url(/assets/style/icons/arrow-down.svg);
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: rgba(255,255,255,.5);
  color: #666666;

  transition: padding-top .1s ease;
} nav.course-year &gt; ul &gt; li.selected &gt; a {
    padding: 2rem .5rem .25rem;
  color: rgb(255,255,255);
  background-image: none;
  background-color: rgb(146,192,40);
} nav.course-year &gt; ul &gt; li &gt; a:hover,
  nav.course-year &gt; ul:hover li.selected &gt; a:hover {
    padding-top: 2rem;
}
</pre></body></html>