<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* Sub categoreis*/
.refine-search span {
  padding: 0 20px 0 0;
  font:14px/20px 'Aptifer Sans LT W01', sans-serif;
  white-space: nowrap;
}

/* Fix header */
#main {
  margin: -205px auto 0 auto;
  min-height: 1200px; 
  }

#content {
    padding: 10px 0 0;
  }

/* Fix search box */
.filterbox .search-form .btn-submit {
  height: 34px !important; 
}

.filterbox .search-form .input {
  width: 170px !important; 
}

.filterbox .search-form {
  position: absolute;
  right: 10px;
  top: 50px;
}

/* sub categories */
#content .refine-search {
  clear: both;
}
/* Page fix */
#content .page {
  clear: both;
  padding-top: 30px; 
}

#content .filters {
  padding-left: 30px; 
}

/* Filter box new */

#content .story-filter {
  display: table;
}

#content .story-filter span {
display: table-cell;
vertical-align: middle;
}

#content .filterbox {
  font-size: 14px;
  /* padding: 40px 0 0 0; */
}

#content .filterbox h2 {
  font-family:priori-sans-bold;
  font-size: 26px;
  text-transform: none;
}

#content .filterbox ul li {
    float: left;
}

#content .filters ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}

#content .filters ul li {
  padding: 0 15px 0 65px;
  border-right: 1px solid #afafaf;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  min-height: 40px; 
  background: none !important;
}

#content .filters ul li:before {
  width: 70px;
  height: 35px;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
}
#content .filters ul li.one-line {
  line-height: 40px;
}

#content .filters ul li::last-child {
  border-right: none;
}

#content .filters ul li.active {
  border-bottom: 2px solid #6697b8;
  padding-right: 50px;
}

#content .filters ul li .cancel-filter {
  display: none;
}

#content .filters ul li.active .cancel-filter {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #6697b8;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#content .filters ul li.faculty:before {
    background: url('/site/custom_scripts/mcnews/img/faculty-staff.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li.students:before {
    background: url('/site/custom_scripts/mcnews/img/student-alumni.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li.event:before {
    background: url('/site/custom_scripts/mcnews/img/event-news.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li.profiles:before {
    background: url('/site/custom_scripts/mcnews/img/profiles.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li.campus:before {
  background: url('/site/custom_scripts/mcnews/img/campus.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li.academics:before {
    background: url('/site/custom_scripts/mcnews/img/academics.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li.topical:before {
    background: url('/site/custom_scripts/mcnews/img/topical.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li.athletics:before {
    background: url('/site/custom_scripts/mcnews/img/athletics.svg') 20px 0 no-repeat scroll;
}

#content .filters ul li:hover {
  color: #6697b8;
}

#content .filters ul li:hover:before {
    background-position-y: -40px;
}

.refine-search input[type="checkbox"] {
    display:none;
}

.refine-search input[type="checkbox"] + label {
    display:inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    vertical-align: middle;
    background: url('/site/custom_scripts/images/radio-button.png') 0 0 no-repeat;
    cursor: pointer;
}

.refine-search input[type="checkbox"]:checked + label {
    background:url('/site/custom_scripts/images/radio-button.png') 0 -20px no-repeat;
}

.sub-container .filters form span,
.refine-search form span {
  display: inline-block;
  font-family: raleway-light;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.sub-container .search-form {
  float: right;
  width: 40%;
  padding-top: 35px;
}

.sub-container .filterbox ul:after,
.sub-container .filterbox:after,
.sub-container .search-form:after {
  content: "";
  display: block;
  clear: both;
}

.sub-container .filterbox .search-form .input {
  background: #fff;
  border: 2px solid #dfdfdf;
  border-right-width: 0;
}

.sub-container .filterbox .search-form a,
.sub-container .filterbox .search-form .input .txt {
  color: #364862 !important;
}

.sub-container .filterbox .search-form .btn-submit {
  background-color: #fff;
  background-image: url('/site/custom_scripts/images/ico-search.png') !important;
  border: 2px solid #dfdfdf;
  border-left-width: 0;
  height: 36px;
}


/* STANDARD CSS EDITS */

.one-column, .two-columns {
    color: #2a3e5e;
}

.search-form .input {
    padding: 1px 7px;
}

.heading {
  background: url(/site/custom_scripts/mcnews/hero-news.jpg) 50% 50% no-repeat scroll;
  background-size: cover;
  border-bottom: 7px solid #6697b8;
  /* padding-bottom: 236px; */
  height: 400px; 
}

.heading h1.page-title {
  text-align: center;
  margin-bottom: 100px !important;
  margin-top: 40px !important;
}

.heading h1.page-title span {
  background: rgba(39,61,94,0.8);
  color: #fff;
  font-family: priori-sans-bold;
  font-size: 36px;
  font-weight: 700;
  margin: auto;
  padding: 5px 15px !important;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}

.main-holder {
  padding:16px;
}

.one-column {
  border-top:none;
}

@font-face {
  font-family: 'raleway-light';
  src: url('/site/fonts/raleway-light-webfont.eot');
  src: url('/site/fonts/raleway-light-webfont.eot') format('embedded-opentype'),
    url('/site/fonts/raleway-light-webfont.woff') format('woff'),
    url('/site/fonts/raleway-light-webfont.ttf') format('truetype')/*,
    url('/sitefiles/fonts/raleway-light-webfont.svg') format('svg')*/;
  font-weight: normal;
  font-style: normal;
}

/* TABS AND FILTERS*/

.sub-container {
  font-family:priori-sans-bold;
  position: relative;
  top: 7px;
  width: 1189px;
  margin: auto;
}

#main .tabs {
  text-align: right;
}

/*@media (max-width:  768px) {
#main .tabs {
    display: none;
}
}
*/
#main .tabs ul {
  margin: 0;
  padding: 0;
}

#main .tabs a {
  color: #fff; 
  text-decoration: none;
}

.visuallyHidden {
    left: -999999px;
    position: absolute;
    top: -99999px;
}

#main .tabs ul li {
  display: inline-block;
  background: rgba(39, 61, 94, 0.8);
  border: 1px solid #fff;
  color: #fff;
  font: 15px/20px 'Aptifer Sans LT W01', sans-serif;
  padding: 10px;
  width: 130px;
  text-align: center;
  /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); */
  text-transform: uppercase;
}

#main .tabs .active  {
  background: rgba(255,255,255,0.9);
}

#main .tabs .active a {
    color: #273d5e!important;
    font-weight: bold;
}

/*#main .filterbox {
  background: #fff;
  font: 15px/22px 'mendoza-book', serif;
  padding: 40px 32px 0;
}*/

#main .filterbox h2 {
  font-family:priori-sans-bold;
  font-size: 32px;
  text-transform: none;
}

#main .filterbox ul li {
    /* display: inline-block; */
}

/*.sub-container .filters {
  float: left;
  width: 80%;
}

.sub-container .filters form span,
.refine-search form span {
  display: inline-block;
  font: 14px/20px 'Aptifer Sans LT W01';
  line-height: 2em;
  width: 24%;
  white-space: nowrap;
}
*/
.sub-container .search-form {
  float: right;
  width: 40%;
  padding-top: 35px;
}

.sub-container .filterbox:after {
  content: "";
  display: block;
  clear: both;
}

.sub-container .filterbox .search-form .input {
  background: #fff;
  border: 2px solid #dfdfdf;
  border-right-width: 0;
}

.sub-container .filterbox .search-form a,
.sub-container .filterbox .search-form .input .txt {
  color: #364862 !important;
}

.sub-container .filterbox .search-form .btn-submit {
  background-color: #fff;
  background-image: url('/site/custom_scripts/mcnews/ico-search.png') !important;
  border: 2px solid #dfdfdf;
  border-left-width: 0;
  height: 37px;
}

.refine-search {
  /* margin: 0 16px; */
  padding: 20px;
  background: #f0f0f0;
  /* border-radius: 12px; */
}

.refine-search h4 {
  margin: 0;
  font-size: 14px;
  font-family: raleway-light;
  color: #273d5e;
}

.refine-search form span {
  margin-right: 20px;
  width: auto;
}

@media (max-width: 1209px) {
  .sub-container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .sub-container .search-form,
  .sub-container .filters {
    width: 100%;
    float: none;
  }
  .sub-container .search-form {
    padding-top: 0;
    margin: 0;
  }
  .sub-container .search-form .input {
    width: calc(100% - 50px);
    margin: 0 0 25px 0;
  }
}

/*
@media (max-width: 1100px) {
  .sub-container .filters form span {
    width: auto;
    margin-right: 20px;
  }
}
*/
@media only screen and (max-width: 766px) {
  .sub-container .filters,
  .sub-container .search-form {
    width: 100%;
    float: none;
  }

  .sub-container .filters {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
  }

  .sub-container .search-form {
    display: block;
  }

  .sub-container .search-form {
    display:block;
    border:none;
    background:transparent;
    padding:0;
  }

  .sub-container .search-form .input {
    float:none;
    overflow:hidden;
    width:auto;
    background:none;
    margin:0 0 25px 0;
    -webkit-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
    padding:0 7px;
  }

  .sub-container .search-form .input .txt {
    font-size:13px;
    line-height:17px;
    height:17px;
    padding:8px 0 7px;
    color:#364862;
  }

  .sub-container .search-form a { display:none; }
  .sub-container .search-form .btn-submit {
    width:32px;
    text-indent:-9999px;
    background: rgba(117,173,207,0.7 ) url('/site/custom_scripts/images/ico-search.png') no-repeat 10px 11px;
    border-radius: 0 5px 5px 0;
    margin:0;
  }

}

@media (max-width: 520px) {
  #main .tabs ul li {
    width: 100%;
  }
  .heading h1.page-title span {
    line-height: 47px; 
  }
  #main .filterbox ul li {
    width: 70%;
    border-bottom: 1px solid #ddd; 
    border-left: 1px solid #ddd; 
    padding: 10px 50px;
  }
  #content .filters ul {
    width: 100%;
  }

  #content .filter-list {
    width: 90%;
  }
  #content .filters ul li::before {
    top: 10px;
    left: 17%;
}
  #content .refine-search {
    display: none;
  }
  #content .filters {
    padding: 10px 30px 0 30px;
    border-bottom: solid 1px #273d5e;
    border-top: solid 1px #273d5e;
}
}

/*-----*/

#storycard-container *, #storycard-container *:after, #storycard-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#story-nav *, #story-nav *:after, #story-nav *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#storycard-container {
    width: 100%;
    margin-bottom: 300px
}

#storycard-container:after {
  content: "";
  display: table;
  clear: both;
}

#storycard-container .storycard {
   width:353px; height:314px; /* 400x306 */
   position:relative;
   background-color:#f0f0f0;
   border:1px solid #cbcbcb; border-radius:2px;
   float:left; margin:16px;
   padding:0;
   cursor:pointer;
}

#storycard-container .storycard .text-section {
   padding:16px 16px 10px 20px;
   height:156px;
   border-bottom:1px solid #cbcbcb;
}


#content #storycard-container .storycard h2 {
 font-family: priori-sans-bold;
 font-size: 24px;
 line-height: 1em;
 color: #273d5e;
 margin-bottom: 4px;
 text-shadow: none;
 text-align: left;
 overflow: hidden;
 text-overflow: ellipsis;
 /* width: 300px; */
 height: 50px;
}



#storycard-container .storycard .storycard-caption {
 font: 14px/20px 'Aptifer Sans LT W01', sans-serif;
 line-height: 1em;
 color: #666666;
 margin-bottom: 4px;
 margin-top: 4px;
}

#storycard-container .storycard .storycard-cat {
 font: 12px/20px 'Aptifer Sans LT W01', sans-serif;
 color:#273d5e;
 margin:0;
}

#storycard-container .storycard.has-photo .storycard-cat:before {
  content: '';
  display:block;
  float:right;
  background: url(/site/custom_scripts/new_img/photo-icon.png) no-repeat;
  width:23px; height:23px;
  margin-left:4px;
}


#storycard-container .storycard.has-video .storycard-cat:after {
  content: '';
  display:block;
  float:right;
  background: url(/site/custom_scripts/new_img/video-icon.png) no-repeat;
  width:23px; height:23px;
}




#storycard-container .storycard .storycard-img-container {
  border: 1px solid #dfdfdf;
  height: 166px;
  /* width: 351px; */
  overflow: hidden;
  position: relative;
}

#storycard-container .storycard img {
  max-width:100%;
}

#storycard-container .storycard .storycard-read {
  position:absolute;
  width:140px; height:36px;
  font-family: priori-sans-bold;
  font-size:24px;
  line-height:1em;
  /*background-color:#273d5e;*/
  color:white;
  right:0;
  bottom:0;
  padding:6px 8px;
  background: #273d5e url(/site/custom_scripts/mcnews/img/read-more.svg) no-repeat 124px -250px;
  transition: all 0.4s ease;
}

/* Apply card hover only on desktop */ 
@media only screen and (min-width:767px) { /* TODO get exact values */ 
  #storycard-container .storycard:hover .storycard-read {
      opacity: 0.9;
      width: 100%;
      height: 100%;
      padding: 80px 112px;
      background: #273d5e url(/site/custom_scripts/mcnews/img/read-more.svg) no-repeat 50% 35px;
}
}


/* Desktop base slider */

@media only screen and (min-width:767px) {

  #content .alt_gallery {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    position:relative;
    padding:0;
    min-height:0; 
  }
  
  #content .alt_gallery ul.slides {
    padding:0;
    margin:0;  
  }
  
  
  #content .alt_gallery ul.slides li {
    display:block; float:left; /*width:100%; height:300px;*/
    min-height:0;
    margin:0;
    padding:0;
    position:relative;
  }
  
  #content .alt_gallery ul.slides li img {
    display:block;
    /*max-width:none;*/
  }
  
  #content .alt_gallery ul.slides li .overlay {
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    /*z-index:4;*/
    top:0;
    /*max-width:none;*/
    color:white;
    
  }
  
  #content .alt_gallery .overlay div {
    width:65%;
  }
  
  #content .alt_gallery ul.slides li .overlay.slide-alignleft {
    background: linear-gradient(to right, rgba(40, 52, 94, 0.5), rgba(40, 52, 94, 0) 80%)
  }
  
  #content .alt_gallery ul.slides li .overlay.slide-aligncenter {
    background: linear-gradient(to right, rgba(40, 52, 94, 0) 10%, rgba(40, 52, 94, 0.5) 50%, rgba(40, 52, 94, 0) 90%)
  }
  
  #content .alt_gallery ul.slides li .overlay.slide-alignright {
    background: linear-gradient(to left, rgba(40, 52, 94, 0.5), rgba(40, 52, 94, 0) 80%)
  }
  
  
  #content .alt_gallery .overlay.slide-alignleft div {
    margin:10% 8%;
    text-align:left;
  }
  
  #content .alt_gallery .overlay.slide-aligncenter div {
    margin:10% auto;
    text-align:center;
  }
  
  #content .alt_gallery .overlay.slide-alignright div {
    margin:10% 8% auto auto;
    text-align:right;
  }
  
  
  #main #content .alt_gallery .overlay h2 {
    font-family: priori-sans-bold;
    font-size:46px;
    color:white;
    text-shadow:0 0 12px black, 2px 2px 4px rgba(0,0,0,0.5)
  }
  
  #content .alt_gallery .overlay p {
    font-family: mendoza-book;
    font-size:22px;
    text-shadow:0 0 12px black, 2px 2px 4px rgba(0,0,0,0.5);
    line-height:1.1em;
  }
  
  #content .alt_gallery .overlay a {
    color:#293e5d;
    background-color:#75adcf;
    text-transform:uppercase;
    padding:8px 12px;
    border-radius:5px;
    text-decoration:none;
    display:inline-block;
    font-size:10px;
    line-height:1em;
  }
  
  
  #content .alt_gallery .flex-direction-nav a {
      background: rgba(0, 0, 0, 0) url("../new_img/arrows-32.png") no-repeat scroll 0 0;
      height: 32px;
      left: 3%;
      opacity: 1;
      overflow: hidden;
      position: absolute;
      text-indent: -9999px;
      top: 45%;
      /*transition: opacity 0.3s ease 0s;*/
      width: 32px;
  }
  
  #content .alt_gallery .flex-direction-nav a:hover {
    background-position: 0 -32px;
  }
  
  
  #content .alt_gallery .flex-direction-nav .flex-next {
      background-position: -32px 0;
      left: auto;
      right: 3%;
  }
  
  #content .alt_gallery .flex-direction-nav .flex-next:hover {
    background-position: -32px -32px;
  }

  
  
}
  
/* Smaller desktop slider */
@media only screen and (max-width:999px) and (min-width:740px), (max-width:660px) and (min-width:500px) { /* check actual width to use */

  #main .filterbox .search-form {
    top: 0px; 
  } 
  #main #content .alt_gallery .overlay div {
    /*width:65%;*/
    margin-top:4%;
    padding:0 10px;
    /*border:1px solid red;*/
  }
  
  #main #content .alt_gallery .overlay h2 {
    font-size:36px;
    margin-bottom:6px;
  }
  
  #content .alt_gallery .overlay p {
    font-size:16px;
    line-height:1.1em;
  }
  
  #content .alt_gallery .overlay a {
    padding:6px 10px;
    font-size:8px;
    line-height:1em;
  }
  
}


/* Smaller desktop slider, alternative (tablet?) */
@media only screen and (max-width:660px) and (min-width:500px) { /* check actual width to use */

  #main #content .alt_gallery .overlay div {
    /*width:65%;*/
    margin-top:8%;
    padding:0 10px;
    /*border:1px solid blue;*/
  }
  
  #main #content .alt_gallery .overlay h2 {
    font-size:36px;
    margin-bottom:6px;
  }
  
  #content .alt_gallery .overlay p {
    font-size:16px;
    line-height:1.1em;
  }
  
  #content .alt_gallery .overlay a {
    padding:6px 10px;
    font-size:8px;
    line-height:1em;
  }
}

/** Desktop card menu/filter **/
@media only screen and (min-width: 767px) {
  #story-nav {
     /*display:table;*/
  /*position:relative;*/
     width:100%;
     margin:35px 0;
     
  }
  
  #story-nav #mobile-filter {
    display:none;
  }
  
  #story-nav ul.story-nav {
   display:table; /*-row;*/
   width:100%;
   margin:0;
   padding:0;
  }
  #story-nav ul.story-nav li {
   display:table-cell;
   background:none; padding:0;
   width:33%;
   text-align:center;
   color:#344968;
   font-size:13px;
   padding:0;
   border-bottom: 3px solid #ccc;
   /*transition: all 0.5s ease;*/
  }
  
  #story-nav ul.story-nav li a {
    text-decoration:none;
    padding: 14px 0 0 45px;
    cursor: pointer;
    /*transition: all 0.5s ease;*/
  }
    
  #story-nav ul.story-nav li.stories-viewall a {
    background: url(/site/custom_scripts/new_img/view-all.png) no-repeat 0 10px;
  }
  
  #story-nav ul.story-nav li.stories-alumni a {
    background: url(/site/custom_scripts/new_img/our-alumni.png) no-repeat 13px 0;
  }
  
  #story-nav ul.story-nav li.stories-campus a {
    background: url(/site/custom_scripts/new_img/our-campus.png) no-repeat 5px 8px;
  }
  
  
  #story-nav ul.story-nav li:hover, #story-nav ul.story-nav li.active-nav {
    border-bottom: 3px solid #344968;
  }            
  
  #story-nav ul.story-nav li.stories-viewall:hover a, #story-nav ul.story-nav li.stories-viewall.active-nav a {
    background-position: 0 -35px;
  }
  
  #story-nav ul.story-nav li.stories-alumni:hover a, #story-nav ul.story-nav li.stories-alumni.active-nav a {
    background-position: 13px -35px;
  }
  
  #story-nav ul.story-nav li.stories-campus:hover a, #story-nav ul.story-nav li.stories-campus.active-nav a {
    background-position: 5px -35px;
  }
              
  
  #story-nav ul.story-subnav {
   display:table; /*-row;*/
   width:55%;
   margin:10px auto;
   padding:0;
  }
  
  #story-nav ul#subnav-campus.story-subnav {
    float:right;
  }

  
  
  #story-nav ul.story-subnav li {
   display:table-cell;
   background:none; padding:0;
   width:33%;
   text-align:center;
   color:#344968;
   font-size:13px;
   padding:0;
  }
  
  #story-nav ul.story-subnav li a {
    text-decoration:none;
    /*padding: 14px 0 0 45px;*/
  }
}  

/** Shrink cards to prevent stacking */

@media only screen and (min-width: 1000px) and (max-width: 1204px) {

  #storycard-container {
    width: 100%;
}
  
  #storycard-container .storycard {
     overflow:hidden;
     width:307px; height:auto;
     float:left; margin:0 16px 16px 0;
  }
  
  #storycard-container .storycard .text-section {
     padding:12px 12px 8px 16px;
  }
  
  #content #storycard-container .storycard h2 {
   font-size:21px;
  }
  
  #storycard-container .storycard .storycard-caption {
   font-size:14px;
  }
  
  #storycard-container .storycard .storycard-img-container {
    border:1px solid #dfdfdf;
    height:155px;
    width:100%;
    overflow:hidden;
    position:relative;
  }
  
  #storycard-container .storycard img {
    max-width:100%;
  }
  
  #storycard-container .storycard .storycard-read {
    position: absolute;
    width: 140px;
    height: 36px;
    font-family: priori-sans-bold;
    font-size: 24px;
    line-height: 1em;
    /* text-align: center; */
    color: white;
    right: 0;
    bottom: 0;
    padding: 6px 8px;
    background: #273d5e url(/site/custom_scripts/mcnews/img/read-more.svg) no-repeat 124px -250px;
    transition: all 0.4s ease;
}

  
  #storycard-container .storycard:hover .storycard-read {
      opacity: 0.9;
      width: 100%;
      height: 100%;
      padding: 77px 103px;
      background: #273d5e url(/site/custom_scripts/mcnews/img/read-more.svg) no-repeat 50% 32px;
      text-align: center;
}
  
} 



/** Rows of 2 below 1000 pixels wide */
  @media only screen and (max-width:999px) and (min-width:767px){
  #content .filters ul li {
  padding: 40px 20px 0 20px; 
  background-position-x: 50%!important;
  }
  #storycard-container {
    width:100%;
  }
  #storycard-container .storycard {
    float: left;
  width: 315px;
    /* clear: both; */
    /* margin: 26px auto 0 auto; */
    }
    .storycard .storycard-img-container {
      width: 100%;
    }
    #storycard-container .storycard:hover .storycard-read {
      text-align: center;
    }
    
}

/**** Mobile /

@media only screen and (max-width:766px) { /* check actual width to use */

/** Cards */

/* 288    285x134 */
  #storycard-container .storycard {
    width:288px; /*height:306px;*/
    height:auto;
  }
  
  #storycard-container .storycard .text-section {
     padding:10px 10px 5px 14px;
     height:auto; 
  }
  
  #storycard-container .storycard .storycard-caption, #storycard-container .storycard .storycard-cat {
    display:none;
  }
  
  #storycard-container .storycard .storycard-img-container {
    height:136px;
    width:287px;
  }
  
  #storycard-container .storycard img {
    width:285px;
  }
  #storycard-container .storycard .storycard-read {
    position:absolute;
    width:140px; height:36px;
    font-family: priori-sans-bold;
    font-size:24px;
    line-height:1em;
    color:white;
    right:0;
    bottom:0;
    padding:6px 8px;
    background: #273d5e url(/site/custom_scripts/mcnews/img/read-more.svg) no-repeat 124px -250px;
    transition: none;
    opacity:0.9;
  }

  #storycard-container .storycard:hover .storycard-read {
    position:absolute;
    width:140px; height:36px;
    font-family: priori-sans-bold;
    font-size:24px;
    line-height:1em;
    color:white;
    right:0;
    bottom:0;
    padding:6px 8px;
    background: #273d5e url(/site/custom_scripts/mcnews/img/read-more.svg) no-repeat 124px -250px;
    transition: none;
    opacity:0.9;
  }


  /** Mobile card menu/filter */
  #story-nav {
     /*display:table;*/
  /*position:relative;*/
     width:100%;
     margin:35px 0;
     
  }
  
  #story-nav #mobile-filter {
    display:block;
    background: #75adcf url(../new_img/mobile-menu.png) no-repeat 97% center;
    height:46px;
    font-family: sans-serif;
    font-size:17px;
    color:white;
    padding:12px;
  }
  
  #story-nav #mobile-filter.active-nav {
    color: #283d5d;
    background: #75adcf url(../new_img/mobile-x.png) no-repeat 97% center;
  }


  #story-nav ul.story-nav {
   display:none;
  }


  #story-nav ul.story-nav.visible {
   display:block;
   width:100%;
   margin:0;
   padding:0;
   border-bottom: 3px solid #c3c3c3;
  }
  
  #story-nav ul.story-nav.visible li[class^=stories] {
   display:block;
   background:none; padding:0;
   width:100%;
   height:46px;
   text-align:center;
   color:#344968;
   font-size:13px;
   padding:0;
   border-bottom: 2px solid #ddd;
   /*transition: all 0.5s ease;*/
   position:relative;
   
  }
  
  #story-nav ul.story-nav.visible li.stories-campus {
    border:none;
  }
  
  #story-nav ul.story-nav.visible li[class^=stories]:after {
    content:'';
    display:block;
    position:relative;
    border-left:2px solid #ccc;
    height:30px;
    width:36px;
    float:right;
    top:5px;
    right:10px;
    background: url(/site/custom_scripts/new_img/menu-arrows.png) no-repeat 6px -30px;
  }

  #story-nav ul.story-nav.visible li.active-nav:after {
    background: url(/site/custom_scripts/new_img/menu-arrows.png) no-repeat 6px -0px;
  }

  
  #story-nav ul.story-nav.visible li[class^=stories] a {
    display:inline-block;
    margin:auto;
    position:relative;
    left:-30px;
    text-decoration:none;
    padding: 14px 0 0 45px;
    cursor: pointer;
    /*transition: all 0.5s ease;*/
  }
    
  #story-nav ul.story-nav.visible li.stories-viewall {
    display:none;
  }
  
  #story-nav ul.story-nav.visible li.stories-alumni a {
    background: url(/site/custom_scripts/new_img/our-alumni.png) no-repeat 13px 5px;
  }
  
  #story-nav ul.story-nav.visible li.stories-campus a {
    background: url(/site/custom_scripts/new_img/our-campus.png) no-repeat 5px 11px;
  }
  
  #story-nav ul.story-subnav {
   display:table; /*-row;*/
   width:50%;
   margin:10px auto;
   padding:0;
  }
  
  /* #story-nav ul#subnav-campus.story-subnav {
    float:right;
  }*/
  
  #story-nav ul.story-subnav li {
   display:block;
   background:none; padding:0;
   width:100%;
   text-align:center;
   color:#344968;
   font-size:18px;
   line-height:1.8em;
   padding:0;
  }
  
  #story-nav ul.story-subnav li a {
    text-decoration:none;
    /*padding: 14px 0 0 45px;*/
  }
  
  
}

/** Rows of 2 below 1000 pixels wide */
  @media only screen and (max-width:1204px) and (min-width:767px){
  #content .filters ul li {
  padding: 40px 20px 0 20px; 
  background-position-x: 50%!important;
  }
  }

/* Mobile slider */
@media only screen and (max-width:766px /* min-width:5000px*/) {

  #content .alt_gallery {
    padding:0;
    min-height:0; 
    /*width:100%;*/
  }
  
  #content .alt_gallery ul.slides {
    padding:0;
    margin:0;  
  }  
  
  #content .alt_gallery ul.slides li {
    display:block; width:247px;/* height:460px;*/
    max-width:247px;
    min-height:0;
    margin:0 16px;
    padding:0;
    position:relative;
    border:1px solid gray;
    border-radius:2px;
    vertical-align:top;
    /*float:left;
    clear:both;*/
  }
  
  #content .alt_gallery ul.slides li img {
    display:block;
    border:1px solid gray;
    width:245px;
    /*max-width:none;*/
  }
  
  #content .alt_gallery ul.slides li .overlay {
    display:block;
    position:relative;
    width:100%;
    height:auto;
    /*z-index:4;
    /*max-width:none;*/
    color:white;
    
  }
  
  #content .alt_gallery .overlay div {
    text-align:center;
    background-color:#f0f0f0;
    padding:10px;
    height:96px;
  }
  
  #main #content .alt_gallery .overlay h2 {
    font-family: priori-sans-bold;
    font-size:28px;
  /*  text-shadow:0 0 12px black, 2px 2px 4px rgba(0,0,0,0.5)*/
  }
  
  #content .alt_gallery .overlay p {
    display:none;
  }
  
  #content .alt_gallery .overlay a {
    color:#293e5d;
    background-color:#75adcf;
    text-transform:uppercase;
    padding:8px 12px;
    border-radius:5px;
    text-decoration:none;
    display:inline-block;
    font-size:10px;
    line-height:1em;
  }

}

.clear {
  clear: both;
}

/*----- Mobile Filters -----*/

.filters &gt; label.switch {
  display: none;
  cursor: pointer;
  font-size: 2em;
}

.filters &gt; .switchbox {
  display: none;
}

@media screen and (max-width: 1024px) {

  .filters form  {
    width:  100%;
    margin-top: 1em;
  }

.filters &gt; p,
.filters &gt; .filter-list {
display: none;
}
    
  .filters form &gt; span  {
    display: none !important;
    position: relative;
    width: 100% !important;
    line-height: 3em;
  }

  .filters h2 {
    float: left;
  }

  .filters &gt; label.switch {
    float: right;
  }
    
  .filters &gt; label.switch,
.filters :checked.switchbox ~ form span,
.filters :checked.switchbox ~ p,
.filters .switchbox:checked ~ .filter-list {
    display: block !important;
    box-sizing: border-box;
}

  .filters p {
    margin-bottom: 0;
  }

  .refine-search form span {
    display: block;
  }
}

/*===== ICONS =====*/

@font-face {
  font-family: 'icomoon';
  src: url("/site/custom_scripts/mcnews/fonts/icomoon.eot?u5l6ur");
  src: url("/site/custom_scripts/mcnews/fonts/icomoon.eot?u5l6ur") format("embedded-opentype"), url("/site/custom_scripts/mcnews/fonts/icomoon.ttf?u5l6ur") format("truetype"), url("/site/custom_scripts/mcnews/fonts/icomoon.woff?u5l6ur") format("woff"), url("/site/custom_scripts/mcnews/fonts/icomoon.svg?u5l6ur") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.marker[class^="icon-"], .marker[class*=" icon-"] {
width: 30px;
height: 30px;
border-radius: 15px;
font-size: 30px;
color: white;
margin-right: 10px;
}

.marker[class^="icon-"].toggleIcon, .marker[class*=" icon-"].toggleIcon {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 22px;
  padding: 1px 0;
  text-align: center;
  color: white;
  background-color: #283d5c;
}

.icon-chevron:before {
  content: "\e904";
}

.filters .switchbox:checked ~ .icon-chevron:before {
  content: "\e907";
}

.filters .switchbox:checked ~ .marker[class^="icon-"].toggleIcon,
.filters .switchbox:checked ~ .marker[class*=" icon-"].toggleIcon {
  background-color: #6798B8;
}</pre></body></html>