html,
  body {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-size: 16px;
    margin: 0px;
    line-height: 1.5rem;
    color: #4b4b4b;
    overflow-x: hidden;
  }

  a {
    color: inherit;
    text-decoration: none;
  }
  
  a:hover {
    color: inherit;
    text-decoration: none;
  }
  
  div.layout-container {
    position: relative;
  }

  .visually-hidden {
    display: none;
    visibility: hidden;
  }

  /*** FONT STYLES ***/
  
  .info {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    line-height: 1.07em;
    letter-spacing: 0em;
  }
  
  .bold {
    font-weight: 700;
  }

  h3 {
    font-size: 1.88rem;
    line-height: 1em;
    font-weight: normal;
    font-family: "adobe-garamond-pro", serif;
    font-style: italic;
  }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('fonts/MaterialIcons-Regular.woff2') format('woff2'),
       url('fonts/MaterialIcons-Regular.woff') format('woff'),
       url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

  /*** ADMIN BAR OVERRIDE ***/

  /*body.toolbar-fixed .toolbar-oriented, 
  .toolbar-oriented .toolbar-bar, 
  .toolbar-oriented .toolbar-tray {
    top: 60px;
  }*/

  /*** NAVIGATION ***/
  /* Styles for all levels */
  
  .branding-nav a:hover {
    text-decoration: none;
  }
  
  .branding-nav ul {
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    cursor: default;
  }
  
  .branding-nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 3rem;
    white-space: nowrap;
  }
  
  .branding-nav ul li ul li {
    margin-right: 0rem;
  }
  
 /* Hiding the first main menu item first-child tertiary items. This is done to hide people in the tertiary menu on the Art History site while maintaining the section sepcific color scheme */
  .branding-nav ul li:first-child ul li:first-child ul li {
  	display: none;
  }
  
  .branding-nav ul li ul li a:hover,
  .branding-nav ul li ul li:hover > a {
    font-weight: bold;
  }
  
  .branding-nav ul li ul {
    position: absolute;
    visibility: hidden;
  }
  
  .branding-nav ul li:hover > ul {
    visibility: visible;
  }
  
  .branding-nav li ul > li,
  .branding-nav li ul > li a {
    display: block;
    width: 100%;
    position: static;
    float: left;
  }
  
  .branding-nav ul li ul li ul {
    position: absolute;
    /* positions the 3rd level menu */
    width: 100%;
    visibility: hidden;
    /* hides the menu until required */
    top: 0;
    height: 100%;
    z-index: 500;
    left: 50;
  }
  
  .branding-nav ul li ul li:hover > ul {
    visibility: visible;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    /* aligning after borders */
    border-left: 1px solid transparent;
    /* just add a gap */
  }
  
  .branding-nav ul li ul li > ul {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    /* aligning after borders */
    border-left: 1px solid transparent;
    /* just add a gap */
    z-index: 999;
  }
  
  .branding-nav ul li ul li > ul {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    /* aligning after borders */
    border-left: 1px solid transparent;
    /* just add a gap */
  }
  
  .branding-nav li ul li ul > li,
  .branding-nav li ul li ul > li > a {
    display: block;
    width: 100%;
    margin-left: 25px;
  }

  /*** MOBILE NAVIGATION ***/
  
  .slicknav_menu {
    display: none !important;
  }
  
  .slicknav_icon:before {
    content: "\E5D2";
    font-family: 'Material Icons';
    font-size: 2.2em;
  }
  
  .slicknav_menutxt {
    display: none;
  }
  
  .slicknav_arrow {
    display: none;
  }

  .slicknav_nav > ul li > ul > li span.slicknav_arrow {
    display: inline;
  }
  
  /* Styles for first level */
  
  .branding-nav > ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
  }
  
  .branding-nav ul ul {
    padding-top: 30px;
  }
  
  .branding-nav ul li ul > li:last-child {
    padding-bottom: 20px;
  }

  .branding-nav a.is-active {
    font-weight: bold;
  }

  /*** ADMIN NAV FIX ***/
  .user-logged-in .branding-nav {
    position: absolute !important;
    top: 0px !important;
  }

  /*** SEARCH ***/

  .icon-search:before {
    content:"\E8B6" !important;
    font-family: "Material Icons";
    font-size: 1.5em;
  }
  
  .search-block-form {
    /*margin-top: 30px;
    position: absolute !important;
    left: 75% !important;
    width: 100%;
    top: 30px;*/
  }

  .search-block-form {
    float: right;
    margin-right: -180px !important;
    margin-top: -70px !important;
    width: auto !important;
    padding: 0px !important;
    background: rgb(242, 242, 242);
    border-radius: 20px;
    padding: 20px !important;
  }
  
  .search-block-form .form-submit {
    border: none;
    background: transparent;
    color: #999999;
    font-size: 1em;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B" !important;
    float: left;
    padding: 0px;
    margin-top: 10px;
  }
  
  header .search-block-form,
  header .search-block-form h2 {
    display: none;
  }
  
  .search-block-form .form-wrapper {
    /*left: 70px;
    position: absolute;
    top: 39px;*/
  }
  
  .search-block-form .js-form-item {
    /*position: absolute;
    right: 90%;*/
  }
  
  .search-block-form .js-form-item .form-search {
    /*background: transparent;*/
    background: #999;
    /* Turn off default search box styling on webkit so we can re-skin */
    -webkit-appearance: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 0px 5px 5px;
    /*color: #4d4d4d;*/
   /* position: absolute;
    top: 40px;
    left: -10px;*/
    float: left;
    font-size: 1em;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B" !important;
  }
  
  .form-search:after {
    content: "";
    border-left: 1px solid black;
    height: 2px;
    display: block;
    position: relative;
  }
  
  .search-block-form .js-form-item .form-search:focus {
    outline: none;
  }
  
  .search-block-form h2 {
    color: #4d4d4d !important;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B" !important;
    font-size: 1em !important;
    font-style: normal !important;
    position: absolute;
    top: 40px;
    left: 70px;
    display: none;
  }

  /*** SEARCH RESULTS PAGE ***/
  
  .context-search h2 {
    padding: 1em 0em 1em .7em;
    font-size: 2em;
  }
  
  .context-search .search-form {
    padding-left: 1.6em;
  }
  
  .context-search .block-body {
    padding-left: 3em;
    padding-right: 3em;
  }

  /*** HEADER ***/
  
  header {
    color: #4d4d4d;
    width: 100%;
    position: relative;
  }
  
  header .branding-nav {
    width: 100%;
    height: 60px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 9999;
  }
  
  .feature .branding-nav:hover .site-title,
  .feature .branding-nav:hover .site-sub-title,
  .feature .branding-nav:hover .search-button,
  .no-feature .branding-nav .site-title,
  .no-feature .branding-nav .site-sub-title,
  .no-feature .branding-nav .search-button {
    color: #333;
  }
  
  .branding-nav:hover {
    background-color: white;
    height: 280px !important;
  }
  
  .feature .branding-nav .site-title,
  .feature .branding-nav .site-sub-title,
  .feature .branding-nav .search-button {
    text-align: center;
  }
  
  header .search-button {
    display: none;
  }
  
  .title-image {
    position: relative;
  }
  
  .title-image > img {
    width: 100%;
    height: auto;
    /* if available prefer viewport relative units that encode the title image
     * height explicitly. This prevents slow loading images from affecting the
     * layout.
     */
    width: 100vw;
    height: 50vw;
  }
  
  .title-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    width: 100%;
    height: 60%;
  }
  
  .site-title,
  .site-sub-title {
    margin-top: 0;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-size: 1.91rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
  
  header h1 a,
  header h1 a:hover {
    color: inherit;
  }

  /*** FEATURE PAGES ***/
  
  /*** NO-FEATURE PAGES ***/
  
  .no-feature header {
    z-index: 100;
    text-align: center;
  }
  
  .no-feature main {
    padding-top: 160px;
  }
  
  .no-feature #block-mainpagecontent > h2 {
    display: none;
  }
  
  .no-feature .layout-content {
    margin-top: 0vw;
  }

  /*** NAVIGATION / SECTION SPECIFIC COLORS ***/
  
  .branding-nav:hover {
    background-color: #f2f2f2;
    height: 250px;
  }
  
  .branding-nav:hover ul li {
    color: #333333;
  }
  
  .no-feature .branding-nav ul {
    text-align: left;
  }

  /*** FEATURE PAGE NAV COLOR OVERRIDE ***/
  
  .branding-nav ul li:first-child.menu-item--active-trail,
  .branding-nav ul li:nth-child(2).menu-item--active-trail,
  .branding-nav ul li:nth-child(3).menu-item--active-trail,
  .branding-nav ul li:nth-child(4).menu-item--active-trail,
  .branding-nav ul li:nth-child(5).menu-item--active-trail {
    font-weight: bold !important;
  }
  
  .slicknav_menu ul > li.menu-item--active-trail,
  .slicknav_menu ul > li.menu-item--active-trail ul li.menu-item--active-trail,
  .slicknav_menu ul > li.menu-item--active-trail ul li a.is-active {
    font-weight: bold;
  }
  
  .slicknav_menu ul > li.menu-item--active-trail ul li {
    font-weight: normal;
  }

  /****** SECTIONS 
  ******/

  /*** FACULTY SECTION ***/
  
  .branding-nav ul li:first-child:hover,
  .branding-nav:hover ul li:first-child.menu-item--active-trail,
  .feature .branding-nav:hover ul li:first-child.menu-item--active-trail,
  .person-name,  
  .context-faculty .view-grouping-header,
  .context-faculty h2,
  .context-faculty h3,
  .pop-list li {
    color: #157fb0;
    font-weight: normal;
  }
  
  .context-faculty .layout-content a,
  .context-faculty article a {
    color: #157fb0;
  }

  .context-faculty article a:hover {
    text-decoration: none;
    color: #116084;
  }
  
  .context-faculty article .related a:hover {
    font-weight: bold;
  }

  .context-faculty .person-staff-address,
  .context-faculty .person-staff-email,
  .context-faculty .person-staff-phone {
      display: none;
  }
  
  .person-email {
    word-wrap: break-word;
  } 

  span.person-onleave {
    display: block;
    margin-top: 20px;
  }

  .context-faculty .person-image img {
    background-color: #157fb0 !important;
  }

  .context-faculty ul.pager__items {
    color: #157fb0;
    padding: 0px;
  }

  .context-faculty #block-views-block-publications-block-2 .pager {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .node-208 #block-mainpagecontent.block--title h2 {
    display: none;
  }
  /*.node-219 #block-views-block-publications-block-2,
  .node-9854 #block-views-block-publications-block-2,
  .node-9497 #block-views-block-publications-block-2 {
    display: none;
  } */
  
  /*** GRADUATE SECTION ***/
  
  .branding-nav ul li:nth-child(2):hover,
  .branding-nav:hover ul li:nth-child(2).menu-item--active-trail,
  .feature .branding-nav:hover ul li:nth-child(2).menu-item--active-trail,
  .context-graduate .view-grouping-header,
  .context-graduate h2,
  .context-graduate h3,
  .context-graduate .form-item label {
    color: #7d004b;
    font-weight: normal;
  }
  
  .context-graduate article .person-name,
  .context-graduate article a {
    color: #7d004b;
  }
  
  .context-graduate article a:hover {
    text-decoration: none;
    color: #5a0036;
  }
  
  .context-graduate article .related a:hover {
    font-weight: bold;
  }

  .context-graduate .person-staff-address {
    display: none;
  }

  .context-graduate .person-image img {
    background-color: #7d004b;
  }

  /*** UNDERGRADUATE SECTION ***/
  
  .branding-nav ul li:nth-child(3):hover,
  .branding-nav:hover ul li:nth-child(3).menu-item--active-trail,
  .feature .branding-nav:hover ul li:nth-child(3).menu-item--active-trail,
  .context-undergraduate .view-grouping-header,
  .context-undergraduate h2,
  .context-undergraduate h3,
  .context-undergraduate .form-item label {
    color: #607900;
    font-weight: normal;
  }
  
  .context-undergraduate article a {
    color: #607900;
  }
  
  .context-undergraduate article a:hover {
    text-decoration: none;
    color: #3e4e00;
  }
  
  .context-undergraduate article .related a:hover {
    font-weight: bold;
  }

  .context-undergraduate .person-image img {
    background-color: #607900;
  }

  .context-undergraduate .view-photo-tile img {
    background-color: #607900;
    border-radius: 50%;
  }

  .context-undergraduate .ugrad-alumni-entry .featured {
    display: none;
  }

  .context-undergraduate .view-photo-tile .view-content > div.grad-year {
    margin-bottom: 3.9vw;
    margin-left: 0px;
  }

  /*Undergrad Accordian 
  .context-undergraduate .ui-accordion-content-active { height: inherit !important; }
  .context-undergraduate .ui-accordion .ui-accordion-header {
    padding: 0px;
    margin:0px;
    font-family: "adobe-garamond-pro", serif;
    font-size: 24px;
    font-weight: bold;
    background: none;
    border: none;
    position: inherit;
    margin-bottom: 19.92px;
  }

  .context-undergraduate .ui-accordion .ui-accordion-content  .field-content {
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .context-undergraduate .ui-accordion .ui-accordion-header a {
    color: #607900;
  }

  .context-undergraduate .ui-accordion .ui-accordion-header a:hover {
    color: #3e4e00;
  }

  .context-undergraduate .ui-accordion .ui-accordion-content {
    padding: 0px;
    border: none;
  }
  .context-undergraduate .ui-accordion .ui-accordion-content img {
    margin-bottom: 2vw;
  }

  .context-undergraduate .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
  }*/

  /*** ABOUT SECTION ***/
  
  .branding-nav ul li:nth-child(4):hover,
  .branding-nav:hover ul li:nth-child(4).menu-item--active-trail,
  .feature .branding-nav:hover ul li:nth-child(4).menu-item--active-trail,
  .context-about .views-field-field-people-staff-title,
  .context-about .views-field-field-people-staff-email,
  .context-about .view-grouping-header,
  .context-about .faculty-history-entry.active h1,
  .context-about h2,
  .context-about h3 {
    color: #968700;
    font-weight: normal;
  }
  
  .context-about article .person-name,
  .context-about article a,
  .context-about article.featured span {
    color: #968700;
    cursor: pointer;
  }
  
  .context-about article a:hover {
    text-decoration: none;
    color: #685e00;
  }
  
  .context-about article .related a:hover {
    font-weight: bold;
  }

  .context-about .person-image img {
    background-color: #968700;
  }


  /*** HAPPENINGS SECTION ***/
  
  .branding-nav ul li:nth-child(5):hover,
  .branding-nav:hover ul li:nth-child(5).menu-item--active-trail,
  .feature .branding-nav:hover ul li:nth-child(5).menu-item--active-trail,
  .context-happenings .view-grouping-header,
  .context-happenings h2,
  .context-happenings h3 {
    color: #b90064;
    font-weight: normal;
  }

  .branding-nav ul li:nth-child(5) ul ul li {
    display: none;
  }
  
  .context-happenings article a,
  .path-frontpage article a {
    color: #b90064;
  }
  
  .context-happenings article a:hover,
  .path-frontpage article a:hover {
    text-decoration: none;
    color: #820046;
  }
  
  .context-happenings article .related a:hover {
    font-weight: bold;
  }
  
  .context-happenings ul.pager__items {
    color: #b90064;
    padding: 0px;
  }

  ul li.pager__item--next {
    margin-left: 2em;
  }

  ul li.pager__item--previous {
    margin-right: 2em;
  }

  /*** RESOURCES SECTION ***/
  
  .branding-nav ul li:nth-child(6):hover,
  .branding-nav:hover ul li:nth-child(6).menu-item--active-trail,
  .feature .branding-nav:hover ul li:nth-child(6).menu-item--active-trail,
  .context-resources .view-grouping-header,
  .context-resources h2,
  .context-resources h3 {
    color: #377d64;
    font-weight: normal;
  }
  
  .context-resources article a {
    color: #377d64;
  }
  
  .context-resources article a:hover {
    text-decoration: none;
    color: #295a49;
  }
  
  .context-resources article .related a:hover {
    font-weight: bold;
  }

  .res_image {
    margin-bottom: 3.9vw;
  }

  /*span.resource-body {
    margin-top: 2rem;
    margin-bottom: 1rem;
    display: block; 
  }*/

  .context-resources .cs-block.node--view-mode-list-entry {
    margin-bottom: 3.8rem;
  }


  /** NAVIGATION COLORS **/
  
  .branding-nav ul li:first-child ul li,
  .branding-nav ul li:first-child ul li ul li {
    color: #157fb0 !important;
    font-weight: normal !important;
  }
  
  .branding-nav ul li:nth-child(2) ul li,
  .branding-nav ul li:nth-child(2) ul li ul li {
    color: #7d004b !important;
    font-weight: normal !important;
  }
  
  .branding-nav ul li:nth-child(3) ul li,
  .branding-nav ul li:nth-child(3) ul li ul li {
    color: #607900 !important;
    font-weight: normal !important;
  }
  
  .branding-nav ul li:nth-child(4) ul li,
  .branding-nav ul li:nth-child(4) ul li ul li {
    color: #968700 !important;
    font-weight: normal !important;
  }
  
  .branding-nav ul li:nth-child(5) ul li,
  .branding-nav ul li:nth-child(5) ul li ul li {
    color: #b90064 !important;
    font-weight: normal !important;
  }
  
  .branding-nav ul li:nth-child(6) ul li,
  .branding-nav ul li:nth-child(6) ul li ul li {
    color: #377d64 !important;
    font-weight: normal !important;
  }
  
  .branding-nav ul > li:nth-child(2) > ul > li:last-child {
    width: 8em;
    white-space: normal;
  }

  /*** MAIN CONTENT ***/
  
  .feature main #block-mainpagecontent > h2 {
    position: absolute;
    padding-left: 25px;
    top: 200px;
    font-family: "adobe-garamond-pro", serif;
    font-style: italic;
    font-size: 10vw;
    line-height: 10.5vw;
    font-weight: normal;
    color: white;
    margin: 0;
    z-index: 99;
  }
  
  .no-feature #block-mainpagecontent > h2 {
    font-size: 10vw;
    line-height: 10.5vw;
  }
  
  .context-about .feature main {
   /* overflow-y: auto;
    overflow-x: hidden;*/
  }

  .context-about .no-feature main {
    padding-top: 0px;
  }
  
  main .cs-paragraph,
  main .cs-paragraph_large {
    font-family: "adobe-garamond-pro", serif;
    color: #4d4d4d;
    margin-bottom: 3.9vw;
  }
  
  main .cs-paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  
  main .cs-paragraph_large {
    font-size: 1.88rem;
    letter-spacing: 0.01rem;
    line-height: 2.2rem;
    margin-bottom: 100px;
  }

  main .cs-paragraph table td {
    vertical-align: top;
    padding-right: 30px;
  }

  /****** PAGE SPECIFIC STYLES 
  ******/

  /*** JOB PLACEMENT PAGE ***/
  
  .view-job-placement {
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  
  .view-job-placement h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .view-job-placement td ul {
    margin: 0px;
  }

  .view-job-placement td ul li {
    list-style: none;
  }

  .view-job-placement .views-field-field-employer-position- {
    width: 66%;
  }

  .view-job-placement .paragraph.paragraph--type--employer-position {
    display: flex;
  }

  .view-job-placement .paragraph.paragraph--type--employer-position div:first-child {
    width: 45%;
    margin-right: 5%;
  }

  .view-job-placement .paragraph.paragraph--type--employer-position div {
    width: 50%;
  }

  /*.view-job-placement .view-content .columns {
    margin-top: 2em;
  }*/
  
  .view-job-placement .views-field-title {
    color: black;
    font-weight: bold;
    font-style: normal;
    color: #4d4d4d;
  }
  
  .view-content table td {
    width: 33%;
    padding-right: 5%;
    vertical-align: top;
    padding-top: 1em;
  }
  
  .pager li {
    list-style: none;
    display: inline-block;
  }

  /* Hardcoded table / list image styles */

  .node-472 .jp-img1,
  .node-472 .jp-img2,
  .node-6 .award-img1,
  .node-6 .award-img2,
  .node-6 .award-img3,
  .node-6 .award-img4,
  .node-6 .award-img5,
  .node-1253 .ualum-img1,
  .node-1253 .ualum-img2,
  .node-1253 .ualum-img3 {
    width: 44%;
    margin-left: 28%;
    margin-right: 28%;
    margin-bottom: 3.9vw;
    display: none;
  }

  .jp-img1 img,
  .jp-img2 img,
  .node-6 .award-img1 img,
  .node-6 .award-img2 img,
  .node-6 .award-img3 img,
  .node-6 .award-img4 img,
  .node-6 .award-img5 img {
    width: auto;
    max-width: 100%;
  }

  .ualum-img1 img,
  .ualum-img2 img,
  .ualum-img3 img {
  width: auto;
  max-width: 100%;
  background: none !important;
  border-radius: 0px !important;
  }

  .node-472 span:nth-of-type(5),
  .node-472 span:nth-of-type(28),
  .node-6 .view-grouping:nth-child(3) span:nth-of-type(1),
  .node-6 .view-grouping:nth-child(5) span:nth-of-type(2),
  .node-6 .view-grouping:nth-child(7) span:nth-of-type(3),
  .node-6 .view-grouping:nth-child(9) span:nth-of-type(4),
  .node-6 .view-grouping:nth-child(14) span:nth-of-type(5) {
    display: block;
  }

  .node-1253 .view-content .ualum-img1,
  .node-1253 .view-content .ualum-img2,
  .node-1253 .view-content .ualum-img3 {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .node-1253 .view-content > span:nth-of-type(7),
  .node-1253 .view-content > span:nth-of-type(26),
  .node-1253 .view-content > span:nth-of-type(60) {
    display: block;
  }


  /*** FACULTY HISTORY PAGE ***/
  
  .faculty-history-entry h1,
  .ugrad-alumni-entry h1 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    margin-top: 0px;
  }
  
  .faculty-history-entry.featured h1,
  .ugrad-alumni-entry.featured h1 {
    font-weight: bold !important;
    margin-top: 0;
    color: #607900;
    cursor: pointer;
  }
  
  .faculty-history-entry .metadata,
  .ugrad-alumni-entry .metadata {
    display: flex;
    justify-content: space-between;
  }
  
  .faculty-history-entry .metadata-name,
  .ugrad-alumni-entry .metadata-name {
    margin-right: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  
  .faculty-history-entry .metadata-image img,
  .ugrad-alumni-entry .metadata-image img {
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
  }
  
  .faculty-history-entry .body,
  .ugrad-alumni-entry .bio {
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  /** CONTACT PAGE ***/
  
  #block-views-block-administrative-contact-list-block-1 .views-row {
    margin-bottom: 2vw;
  }

  #block-views-block-administrative-contact-list-block-1 .views-field-field-people-admin-title {
    font-size: 1.25em;
    color: #968700;
    font-weight: bold;
  }
  
  #block-views-block-administrative-contact-list-block-1 .views-field-field-people-staff-title,
  #block-views-block-administrative-contact-list-block-1 .views-field-title {
    font-weight: bold;
  }
  
  #block-googlemap {
    display: block;
  }

  /*#block-googlemap iframe{
    pointer-events: none;
}*/
  /* Staff title is hidden by default from this tile unless we are in a view
   * that is explicitly drawing staff titles. In which case the faculty field
   * is hidden instead. */
  
  .person-staff-title {
    display: none;
  }
  
  .view-staff .person-staff-title {
    display: inline;
  }
  
  .view-staff .person-field {
    display: none;
  }

  /*** STAFF PAGE ***/
  .view-staff img {
    border-radius: 50%;
    margin-bottom: 1vw;
    background-color: #968700;
  }

  .view-staff .views-field-title {
    color: #968700;
    font-size: 1.25rem;
    font-weight: bold;
  }

  .view-staff .views-field-field-people-staff-title {
    color: #4b4b4b;
  }

  .view-staff .views-field-field-people-email-address {
    color: #968700;
  }


  /*** RELATED CONTENT SECTION ***/
  
  aside.related {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-size: 1rem;
    line-height: 1.5em;
  }
  
  aside.related h1 {
    margin-top: 0;
    margin-bottom: 1em;
  }

  aside.related br {
    line-height: 2em;
  }
  aside.related p a {
    display: inline-block;
    margin-bottom: 15px;
  }

  /*** PUBLICATIONS PAGE ***/
  
  .view-publications img {
    /*height: 200px;*/
    width: auto;
    /*max-width: 130px;*/
    max-height: 200px;
    max-width: 100%;
  }
  
  .page-node-type-publication h2 {
    margin: 0px;
    font-weight: bold;
  }
  
  .page-node-type-publication h3 {
    font-style: italic;
  }

  .publication-author {
    padding-left: 0px;
  }
  
  .publisher-info div {
    display: inline;
  }
  
  .page-node-type-publication h2 .field--name-title {
    display: none;
  }
  
  .view-content table {
    width: 100%;
    padding-bottom: 3.9vw;
  }

  span.publication-image div {
    /*height: 200px;*/
  }

  /* formatting for non-featured publications */

  #block-views-block-publications-block-3 .publication-title p {
    /* display: inline;*/
    margin: 0px;
  }

  #block-views-block-publications-block-3 {
    margin-top: -30px;
  }
  
  /*.view-content div article.node--view-mode-list-entry > div {
    width: 100%;
  }*/

  .context-faculty .view-content div article.node--view-mode-list-entry .publisher-info div {
    display: none;
  }

  .context-faculty .view-content div article.node--view-mode-list-entry div .publisher-info {
    /*display: inline-block !important;*/
  } 

  #block-views-block-publications-block-1 {
    margin-top: 100px;
  }

  .view-publications.view-display-id-block_2 .view-content > div:nth-last-child(-n+2) {
    margin-bottom: 130px;
  }

  /** EXHIBITION BLOCK **/
  .view-exhibition {
    width: 68%;
    float: left;
  }

  .view-exhibition .views-row {
    margin-bottom: 1em;
  }
  
  .view-exhibition .field-content p {
    display: inline;
    margin: 0px;
  }

  /** COURSES PAGES **/

  #views-exposed-form-courses-block-1,
  #views-exposed-form-courses-block-2 {
    display: flex;
    flex-wrap: wrap;
  }

  .view-courses {
    width: 43.8vw;
  }

  #views-exposed-form-courses-block-1 .form-item,
  #views-exposed-form-courses-block-2 .form-item,
  .view-courses .form-wrapper  {
    float: left;
    margin-right: 20px;
    flex: 1;
  }

  .form-item-search-api-fulltext {
    flex: 1 100% !important;
  }

  #block-views-block-courses-block-1,
  #block-views-block-courses-block-2 {
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .form-item-field-course-academic-year label,
  .form-item-field-course-quarter label,
  .form-item-field-course-level label,
  .form-item-search-api-fulltext label {
    width: 100%;
    float: left;
  }

  .form-item-field-course-academic-year .form-select,
  .form-item-field-course-quarter .form-select,
  .form-item-field-course-level .form-select {
    background: url(../img/material-down-arrow.svg) #ededed 95% 40%;
    background-repeat: no-repeat;
    height: 30px;
    width: 11.5vw;
    float: left;
    background-size: 16px 20px;
    padding: 0px 10px;
    border-radius: 0px;
  }

  .form-item-field-course-academic-year select,
  .form-item-field-course-quarter select,
  .form-item-field-course-level select {
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
     width: 248px;
     height: 30px;
     background: transparent;
     border: none;
     float: left;
     font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
     font-size: 1em;
     color: #4b4b4b;
  }

  .form-item-search-api-fulltext input {
    padding: 5px;
    border: 2px solid #a1a1a1;
    color: #4b4b4b;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-size: 1em;
    width: 15vw;
  }

  .view-courses .view-filters {
    width: 100%;
    margin-top: -80px;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    padding: 30px 0px;
    margin-bottom: 3.9vw
  }

  .view-courses .form-wrapper input[type=submit] {
    appearance: none;
    padding: 7px;
    border-radius: 5px;
    color: #4b4b4b;
    background-color: #ededed;
    border: none;
    width: 100px;
    font-family: "Gotham Narrow SSm A";
    font-size: 1em;
    margin-top: 25px;
  }

  .crosslistings {
    display: inline;
  }

  #block-views-block-courses-block-1 h2,
  #block-views-block-courses-block-2 h2 {
    visibility: hidden;
  }

  .instructors,
  .field-course-academic-field {
    margin-top: 5px;
  }

  .field-course-academic-field,
  .field-course-quarter {
    display: inline-block;
  }

  .field-course-quarter {
    padding-bottom: 25px;
  }

  .inline-course {
    display: inline-block;
    border-bottom: 1px solid #4b4b4b;
    width: 100%;
  }

  .view-content .views-row:last-of-type .inline-course {
    border: none;
  }

  .context-undergraduate article.course h1 {
    color: #607900;
  }
  .context-graduate article.course h1 {
    color: #7d004b;
  }

  /*** FACULTY AWARDS PAGE ***/
  .view-awards .view-grouping-header {
    font-size: 1.88rem;
    font-style: italic;
    line-height: 1em;
  }
  .view-awards .view-grouping {
    margin-bottom: 3.9rem;
  }
  .view-grouping {
    display: flex;
    flex-flow: row wrap;
    font-family: "adobe-garamond-pro", serif;
    margin-bottom: 50px;
  }
  .view-grouping-header {
    margin-left: 2.5%;
    width: 20%;
    padding: 0;
    font-size: 1.38rem;
  }
  .view-grouping-content {
    width: 70%;
    margin-left: 5%;
    font-size: 1.5rem;
  }
  .view-grouping-content h3 {
    margin-top: 0;
  }
  .view-awards .view-grouping-content > h3 {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #4d4d4d;
    font-style: normal;
  }
  .view-awards .view-grouping-content > h3:first-of-type {
    margin-top: 0;
  }
  .view-awards .view-grouping-content > div {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .view-awards .view-grouping-content p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .view-awards .view-grouping-content a {
    color: #157fb0;
    text-decoration: none;
  }
  .view-awards .view-grouping-content a:hover {
    color: #116084;
  }

  /*** PHOTO ESSAY PAGE ***/
  .context-about .no-feature #block-mainpagecontent > h2 {
    display: block;
    font-size: 5rem;
    line-height: 5.5rem;
    margin-top: 145px;
    width: auto;
    position: absolute;
  }

  /*** FOOTER ***/
  
  footer {
    background-color: #f3f3f3;
    padding-top: 2.5rem;
  }
  
  footer img {
    width: 120%;
  }
  
  footer nav {
    column-count: 3;
    -webkit-column-count: 3;
  }
  
  footer #block-addresscontactinfo p:first-child {
    margin-top: 0;
  }
  
  footer #block-mainnavigation-2 {
    display: block;
    margin-bottom: 0px;
  }
  
  footer ul {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 20px;
  }

  footer a {
    font-weight: bold;
  }
  
  footer ul li.menu-item--expanded {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    page-break-after: always;
  }
  
  footer nav > ul {
    margin-top: 0;
  }
  
  footer > div > nav > ul > li:nth-child(even) {
    break-after: always;
    -webkit-column-break-after: always;
    -moz-column-break-after: column;
  }
  
  footer > div > nav > ul > li:last-child {
    break-after: auto;
    -webkit-column-break-after: auto;
    -moz-column-break-after: auto;
  }
  
  footer ul ul {
    font-weight: normal;
  }
  
  footer a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #000;
  }
  
  /** CAPTION **/

  .caption,
  #caption, 
  .cs-block .caption {
    font-size: .8rem;
    line-height: 1.5rem;
    /*padding-top: 10px;*/
    /*float:right;*/
    text-align: right;
    width: 99%;
    margin-bottom: 100px;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    min-height: 24px;
  }
  .cs-block .caption {
    margin-bottom: 0px;
  }
  .caption p {
    margin: 0;
  }

  /* News Image Caption */
  .context-news .image-caption {
    font-size: .8rem;
    line-height: 1.5rem;
    text-align: right;
    width: 99%;
    margin-right: 20px;
  }

  /*** SLIDESHOW ***/

  .js #flash {display: none;}


  .cycle-next {
    /*height: 22px;
    width: 22px;*/
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    right: 20%;
    z-index: 101;  
  }
  
  .cycle-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 10em;
    color: #685e00;
  }
  
  .cycle-next:hover:before,
  .cycle-prev:hover:before {
    color: #968700;
  }
  
  .cycle-prev {
    /*height: 22px;
    width: 22px;*/
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    left: 20%;
    z-index: 101;
  }
  
  .cycle-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 10em;
    color: #685e00;
  }
  
  .cycle-slideshow .cycle-pager {
    display: none;
  }

  .cycle-slide {
    /*max-height: 500px;*/
    width: 100%;
    text-align: center;
  }

  .cycle-slide #caption {
    /*text-align: center;*/
    max-width: 750px;
    margin: 0 auto;
  }
  
  .cycle-slideshow img {
    z-index: 0 !important;
    /*max-height: inherit;*/
    /*max-width: 100% !important;*/ 
    /*width: auto! important;*/
  }
  
  .cs-block .cycle-slideshow {
    /*position: inherit !important;*/
    position: relative !important;
    overflow: visible !important;
    /*margin-top: 18vw;*/
    z-index: 99;
    width:100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .cycle-slideshow .cs-image_column {
    width: auto;
  }
  
  .cycle-slideshow .cycle-slide {
    display: none;
  }

  .cs-block.cs-image_slideshow {
    margin-top: 300px;
    margin-bottom: 100px;
  }

  .cycle-slideshow .cycle-slide:first-child {
    display: block;
  }

  /****** VIEW SPECIFIC STYLING 
  ******/

  /*** VIEWS ***/
  
  .view-content h2 {
    font-size: 30.08px;
    padding-left: 0px;
    font-style: italic;
    font-weight: normal;
  }
  
  .path-frontpage .views-field-field-tags,
  .path-events .views-field-field-tags {
    font-weight: bold;
  }
  
  .path-frontpage .views-field-title,
  .path-events .views-field-title {
    font-style: italic;
  }

  /*** NEWS VIEW ***/
  .view-news a {
    color: #b90064
  }

  .path-frontpage .view-news h3 a,
  .context-happenings .view-news h3 a {
    font-weight: normal;
    font-family: "adobe-garamond-pro", serif;
    font-size: .8em;
    line-height: 1em;
  }

  .view-news h3 {
    margin: 0px;
  }

  .context-news #block-views-block-news-block-2,
  .context-events #block-views-block-events-block-2 {
    margin-top: 100px;
  }


  /*** PEOPLE VIEW ***/
  /* the buttom margin for the last item will be provided by
   * the enclosing block. */
  
  .context-faculty .cs-block:last-child {
    margin-bottom: 0;
  }
  
  .cs-block h3 {
    font-size: 1.88rem;
    line-height: 1em;
    font-style: italic;
    font-weight: normal;
  }
  
  .cs-block.cs-image_column,
  .cs-block.cs-image_full_bleed {
    margin-bottom: 3.9vw;
  }
  
  .cs-share {
    margin-bottom: 35px;
  }
  
  .cs-share aside {
    font-weight: bold;
  }
  
  .cs-share .person-name,
  .view-photo-tile .person-name,
  #block-views-block-faculty-profile-block-block-1 .person-name {
    font-weight: bold;
    font-size: 1.25rem;
  }

  #block-views-block-faculty-profile-block-block-1 {
    clear: both;
  }
  
  .cs-share .person-image img,
  .view-faculty-profile-block .person-image img {
    border-radius: 50%;
    width: 100%;
    max-width: 300px;
    /*height: 300px;*/
    height: auto;
  }
  
  .view-faculty-profile-block .person-image div {
    margin-bottom: 1vw;
  }
  
  .cs-share .metadata {
    display: flex;
    justify-content: space-between;
  }
  
  .cs-share .metadata-name {
    width: 73%;
    margin-right:2%;
  }
  
  .cs-share .metadata-image {}
  
  .cs-paragraph,
  .cs-paragraph_large {}
  
  .cs-image_full_bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .cs-image_column {}
  
  .cs-image_full_bleed img,
  .cs-image_column img {
    width: auto; 
    max-width: 100%;
  }

  .cs-image_slideshow img {
    max-height: 275px;
  }

  /*** FACULTY VIEW FILTERING ***/
  /**
   * Hide <select> and submit-button
   */
  
  #views-exposed-form-faculty-profile-block-block-1 label {
    float: left;
    margin-right: 2em;
    color: #157fb0;
  }
  
  #views-exposed-form-faculty-profile-block-block-1 .form-select {
    /*display: none;*/
  }
  
  #views-exposed-form-faculty-profile-block-block-1 .form-submit {
    /*display: none;*/
  }
  input[type=radio]:checked + label {
    font-weight: bold;
  }

  input[type="radio" i] {
    display: none;
  }

  .view-faculty-profile-block .view-filters {
    margin-bottom: 3em;
  }
  
  /* Hiding the custom filter module */
  .pop-list {
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  
  .pop-list li {
    float: none;
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 3em;
  }
  
  .pop-list li a.active {
    font-weight: bold;
  }

  /* Hide first "All" option*/
  .pop-list li:first-child {
    display: none;
  }

  /*** BLOCKS ***/
  
  .block {
    margin: 0 25px 100px 25px;
  }
  /* The main page content block is a bit different. No left/right
   * padding here, otherwise we can't do full bleed images */
  
  #block-mainpagecontent {
    margin-left: 0;
    margin-right: 0;
    /*margin-top:-5vw;*/
    margin-bottom: 0px;
  }
  
  #block-mainpagecontent h2 {
    /*height: 0px;*/
  }

  .context-faculty #block-mainpagecontent {
    margin-bottom: 100px;
  }
  
  .block > h2 {
    font-size: 1.88rem;
    font-family: "adobe-garamond-pro", serif;
    font-style: italic;
    font-weight: normal;
    line-height: 1em;
  }

  .cs-block:last-child {
    margin-bottom: 100px;
  }

  /*** EVENT PHOTO TILE ***/
  
  .view-photo-tile img {
    width: 100%;
    height: auto;
  }
  
  .node-type--event .event-category {
    font-weight: bold;
  }
  
  .node-type--event .event-title,
  .node-type--news-entry .news-title {
    font-style: italic;
  }
  
  .node-type--event .event-date,
  .node-type--news-entry .news-date {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
  }
  
  .node-type--event.node--view-mode-full .event-host {
    font-family: "adobe-garamond-pro", serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .node-type--event.node--view-mode-full .event-title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 3rem;
    font-style: italic;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .node-type--news-entry.node--view-mode-full .event-title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 3rem;
    font-style: italic;
    padding: 0;
    width: 100%;
  }
  
  .node-type--event .event-host,
  .node-type--event .event-title,
  .node-type--news-entry .news-title {
    font-family: "adobe-garamond-pro", serif;
    color: #b90064;
    font-size: 1.5em;
  }

  .node-type--event .addtocalendar {
    display: inline;
  }
  
  .path-node-21 .block--title h2 span.field--name-title {
    display: none;
  }
  
  .path-node-21 #block-mainpagecontent > h2 {
    margin-bottom: 0px !important;
  }

  /*** PAST EVENTS VIEW ***/
  
  .view-events.view-list .node--view-mode-list-entry {
    margin-bottom: 1rem;
  }
  
  .view-events.view-list article > div > span {
    display: inline-block;
    margin-left: -4px;
  }

  .view-events.view-list article > div > span > div,
  .view-events.view-list article > div > span > a {
    margin-right: 4px;
  }
  
  .view-events.view-list .event-date {
    margin-top: 0px;
  }
  
  .view-publications.view-list {
    /*columns: 2;
    -webkit-columns: 2; */
    width: 68%;
    float: left;
    /*margin-bottom: 5vw;*/
  }
  
  .view-publications.view-list .publication-title {
    position: relative;
    display: block;
  }
  
  .view-publications.view-list .publisher-info {
    position: relative;
    display: block;
    margin-bottom: 1em;
  }

  /*** FACULTY VIEW ***/
  
  .view-faculty-directory a {
    color: #0081b5;
  }
  
  .page-node-type-people #block-views-block-publications-block-2 h2 {
    visibility: visible;
  }

  #block-views-block-publications-block-2 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  /*** LIST ENTRY VIEW ***/
  /* Normally lists of cs-blocks don't have a margin on the final element.
   * In the case of list entries, because these are usually views, they
   * end up in a list of articles that contain a single cs-block each. 
   * As such, we re-add a smaller amount of list specific bottom margin */
  
  .cs-block.node--view-mode-list-entry {
    margin-bottom: 2rem;
  }
  
  .node--view-mode-list-entry img {
    width: 100%;
    /*margin-bottom: 1rem;*/
  }
  /* Faculty image border radius, might change to drupal crop */
  
  #block-views-block-faculty-profile-block-block-1 img {
    border-radius: 50%;
  }

  /* Hide Alumni Info if crosslisted */
  .context-faculty .person-alumni-year,
  .context-faculty .person-alumni-employer,
  .context-faculty .person-alumni-position {
    display: none;
  }


  /*** ADMIN ELEMENTS - Visible only when logged in ***/
  
  div[role=contentinfo] {
    margin-bottom: 20px;
    background-color: #c0ccc0;
    padding: 10px;
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    box-shadow: -8px 0 0 #77b259;
    background-image: url(../../../../misc/icons/73b355/check.svg);
  }

  /* Publications - Photo Tile view mode */
  
  article.node--view-mode-photo-tile .publication-author {
    font-weight: bold;
  }

  article.node--view-mode-photo-tile .publication-author div > div:first-child a {
    margin-top: 1em;
    display: block;
  }

  article.node--view-mode-photo-tile .publication-title p {
    margin-top: 0em;
    margin-bottom: 0em;
    font-style: italic;
  }
  
  article.node--view-mode-photo-tile .publisher-info {
    display: block;
  }

  /*** META CONNECTIONS ***/

  .context-faculty article .metadata-connections a {
    color: #fff;
    display: inline-block;
  }

  .context-faculty article .metadata-connections a:hover {
    color: #4d4d4d;
  }

  .metadata-connections img {
    min-width: 200px;
    min-height: 200px;
  }

  .metadata-connections span {
    position: absolute;
    top: 0;
    left: 0;
    width: 16vw;
    max-width: 300px;
    min-width: 200px;
    height: 16vw;
    max-height: 300px;
    min-height: 200px;
    background-color: #157fb0;
    z-index: 6;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    cursor: move;
}

  .metadata-connections span:hover {
    opacity: 1.0;
   }
   
/* Login screen styles */
  form.user-login-form {
    margin: 200px auto 100px auto;
    text-align: center;
    max-width: 540px;
  }
  form.user-login-form .description {
    font-size: 80%;
    text-align: right;
  }
  form.user-login-form label {
      padding-right: 10px;
  }
  form.user-login-form input{
      float: right;
  }
  form.user-login-form input.form-submit{
      margin-top: 5px;
  }

  /* Back to top button */
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #333; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px 9px; /* Some padding */
    border-radius: 100px; /* Rounded corners */
  }

  #myBtn:before {
    font-family: "Material Icons";
    content: "\E316";
    font-size: 4em;
  }

  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  /******
  MOBILE ONLY 
  ******/

  /** MAX-WIDTH 700PX **/
  
  @media (max-width: 700px) {
    .no-feature main {
      padding-top: 64px;
    }
    .branding-nav {
      position: relative;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      margin: 0px;
      height: auto !important;
    }
    .block {
      margin: 0;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      margin-bottom: 100px;
    }
    .slicknav_icon {
      position: absolute;
      margin-top: -75px;
      z-index: 9999;
      left: 10px;
    }
    .site-title,
    .site-sub-title {
      font-size: 1.1rem;
      line-height: 2rem;
    }
    .site-title {
      padding-top: 1rem;
    }
    .site-sub-title {
      padding-bottom: 1rem;
    }
    .caption {
      font-size: .72em;
      margin-bottom: 50px;
    }
    .pop-list {
      margin-left: 30px;
    }
    .pop-list li {
      margin-right: .4em;
    }
    .title-image .overlay {
      background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0));
      height: 200px;
    }
    .branding-nav:hover {
      background: transparent;
      height: auto !important;
    }
    .branding-nav h1.site-title,
    .branding-nav .site-sub-title {
      color: #4d4d4d;
    }
    header {
      margin-bottom: 1vw;
    }
    main {
      margin: 0 5vw;
    }
    /* Mobile paragraph / block margins */
    main .cs-paragraph_large,
    .cs-block:last-child {
      margin-bottom: 50px;
    }
    .block {
      margin-bottom: 50px;
    }
    .view-publications img,
    #block-views-block-faculty-profile-block-block-1 .person-image img,
    .view-faculty-profile-block .person-image img {
      max-width: 100% !important;
    }
    .slicknav_menu {
      display: block !important;
      text-align: center;
      /*margin: 10px 0px;*/
    }
    .slicknav_menu ul {
      list-style: none;
      text-align: left;
      padding-left: 1em !important;
    }
    footer {
      padding: 5vw;
    }
    footer #block-mainnavigation-2 {
      font-size: .94em;
      display: none;
    }
    .view-courses {
      width: 100%;
    }
    #views-exposed-form-courses-block-1 .form-item,
    #views-exposed-form-courses-block-2 .form-item,
    .view-courses .form-wrapper {
      float: left;
    }
    #views-exposed-form-courses-block-1 .form-item,
    #views-exposed-form-courses-block-2 .form-item {
      height: 70px;
    }
    #views-exposed-form-courses-block-1 .form-item,
    #views-exposed-form-courses-block-2 .form-item,
    .view-courses .form-wrapper {
      flex: 1 100%;
    }
    .view-courses .view-filters {
      position: relative;
      float: left;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .node-type--news-entry,
    .node-type--event {
      margin-bottom: 10vw;
    }
    .form-item-field-course-academic-year label,
    .form-item-field-course-quarter label,
    .form-item-field-course-level label,
    .form-item-search-api-fulltext label {
      position: relative;
      top: 0px;
      display: block;
    }
    .form-item-field-course-academic-year .form-select, 
    .form-item-field-course-quarter .form-select,
    .form-item-field-course-level .form-select {
      width: 42vw;
    }
    .form-item-search-api-fulltext input {
      width: 40vw;
    }
    #block-views-block-courses-block-1 h2, 
    #block-views-block-courses-block-2 h2 {
      display: none;
    }
    #block-views-block-courses-block-1, 
    #block-views-block-courses-block-2 {
      margin-top: 0px;
    }
    .block > h2 {
      /*width: 100%;*/
      padding-right: 25px;
    }
    footer p img {
      width: 100%;
      margin-top: 50px;
    }
    #block-views-block-administrative-contact-list-block-1 .views-col {
      width: 100% !important;
    }
    .context-about .feature main #block-mainpagecontent > h2,
    .context-about .no-feature main #block-mainpagecontent > h2 {
      /*position: relative;*/
      display: block;
      margin-bottom: 0px;
      margin-top:5vw;
    }
    .context-about .no-feature main #block-mainpagecontent > h2 {
      /*top: 0vw;*/
      font-size: 10vw;
      top: 20vw;
    }
    form.user-login-form{
      max-width: 100%;
      margin-top: 100px;
    }
    form.user-login-form .description {
      text-align: center;
    }
    form.user-login-form input {
      max-width: 100%;
      float: none;
    }
    form.user-login-form label {
      padding-right: 0;
    }
  
    .context-faculty article .metadata-connections {
      visibility: hidden;
    } 
    div.views-row {
      margin-bottom: 5vw;
    }
    .view-publications.view-list {
      width: 100%;
    }
    .view-photo-tile .view-content,
    .view-photo-tile-small .view-content {
      display: flex;
      flex-wrap: wrap;
    }
    /*.view-photo-tile .view-content .views-row {
      width: 44%;
      margin-left: 5%;
    }*/
    .view-photo-tile .view-content > div {
      flex-basis: calc(50% - 30px);
      margin-left: 30px;
      /*margin-right: 30px;*/
    }
    .view-photo-tile,
    .view-photo-tile-small {
      margin-left: -30px;
    }
    .view-photo-tile-small .view-content > div {
      flex-basis: calc(50% - 30px);  
      margin-left: 30px;
    }
    .view-photo-tile .view-content .grad-year {
      flex-basis: 100%;
    }
    .context-faculty .pager {
      margin-left: 30px;
      margin-top: 0px !important;
    }
    .cs-block.cs-image_slideshow {
      margin-top: 220px;
    }
    .view-awards .view-grouping-header,
    .view-awards .view-grouping-content {
      margin: 0px;
      width: 100%;
      line-height: 2rem;
    }
    .view-awards .view-grouping-header {
      margin-bottom: 2rem;
    }
    .view-publications.view-display-id-block_2 .view-content > div:nth-last-child(-n+2) {
      margin-bottom: 80px;
    }
    .context-faculty #block-mainpagecontent {
      margin-bottom: 50px;
    }
    aside.related {
      margin-top: 50px;
    }
    .page-node-type-people #block-views-block-publications-block-2 h2 {
      width: 100%;
    }
    span.publication-image div {
      height: auto;
    }
    #block-views-block-faculty-profile-block-block-4 {
      margin-top: -100px;
    }
    .view-staff .views-field-field-people-email-address {
      max-width: 33vw;
    }
    .view-events.view-list article > div {
      margin-left: 4px;
    }
    .cycle-slide #caption {
       max-width:412px;
    }
    .view-job-placement tr {
      display: table;
      width: 100%;
    }
    .view-job-placement td {
      display: table-row;
    }
    .node-472 .jp-img1,
    .node-472 .jp-img2,
    .node-6 .award-img1,
    .node-6 .award-img2,
    .node-6 .award-img3,
    .node-6 .award-img4,
    .node-6 .award-img5 {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
   }
}

  /*** MIN-WIDTH 700PX ***/
  
  @media (min-width: 700px) {
    /* On feature pages this block title for the main content (i.e. the page title)
     * gets pushed up to overlay over the feature image */
    .feature main #block-mainpagecontent > h2 {
      top: 125px;
      width: auto;
      margin-left: 27.5%;
      padding-left: 0;
    }
    /* On non-feature pages the main content block title is positioned in the main
     * column above the content */
    .no-feature #block-mainpagecontent > h2 {
      margin-left: 27.5%;
      width: 70%;
      margin-bottom: 100px;
    }
    main h2 {
      padding-left: 28%;
    }
    header .branding-nav {
      display: flex;
    }
    header .search-icon {
      display: inline;
    }
    /* Column layout */
    .columns,
    .cs-paragraph,
    .cs-paragraph_large {
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
    }
    .columns > *,
    .cs-paragraph > *,
    .cs-paragraph_large > * {
      width: 20%;
      margin: 0;
      /*margin-left: 5%;*/
    }
    .columns.joinmiddle >:nth-child(2),
    .cs-paragraph >:nth-child(2),
    .cs-paragraph_large >:nth-child(2) {
      width: 50%;
    }
    .columns.joinright >:nth-child(2) {
      width: 70%;
    }
    .columns .joinmiddle .cs-share {
      margin-top: 10vw;
    }
    .cs-block {
      margin-right: 0;
      margin-left: 0;
    }
    .cs-paragraph ul {
      padding-left: 0px;
      margin: 0px;
      list-style: none;
    }
    .cs-paragraph ol {
      padding-left: 20px;
    }
    .cs-paragraph ol li {
      padding-left: 5px;
    }
    .cs-paragraph ul li {
      margin-bottom: 5px;
      text-indent: -1.5em;
      margin-left: 1.5em;
    }
    .cs-paragraph ul li::before {
      /*content: "– ";*/
    }
    .cs-image_slideshow .cs-image_column {
    }
    .cs-image_slideshow .cs-image_column img {
      max-height: 500px;
      max-width: 100%;
    }
    .cs-block div p:first-child {
      margin-top: 0;
    }
    .cs-block div p:last-child {
      margin-bottom: 0;
    }
    .no-feature .view-header h2 {
      padding-left: 0;
      margin-bottom: 100px;
      margin-top: 0;
      font-style: italic;
      font-size: 5rem;
      line-height: 5.5rem;
    }
    .block {
      margin: 0;
      display: flex;
      flex-flow: row wrap;
      margin-bottom: 100px;
    }
    .block > h2 {
      margin: 0 4% 0 4%;
      width: 20%;
      padding: 0;
    }
    /* Adjust to 75% width on blocks with titles to account for the  block h2 
     * which exists outside of the elements inside the block body. Because the h2
     * and the body elements are in different containers we can't use
     * per cent based widths directly. */
    .block.block--title .block-body {
      width: 68%;
    }
    /* Exception to the above as these blocks have no h2*/
    #block-mainpagecontent .block-body,
    .block.block--notitle .block-body {
      width: 100%;
      margin-right: 0;
    }
    /* Grouped Views
     *
     * The header column gets pulled into the first/title column
     */
    .view-grouping {
      display: flex;
      flex-flow: row wrap;
      font-family: "adobe-garamond-pro", serif;
      margin-bottom: 50px;
    }
    .view-grouping-header {
      margin-left: 2.5%;
      width: 20%;
      padding: 0;
      font-size: 1.38rem;
    }
    .view-grouping-content {
      width: 70%;
      margin-left: 5%;
      font-size: 1.5rem;
    }
    .view-grouping-content h3 {
      margin-top: 0;
    }
    .view-awards .view-grouping-content > h3 {
      color: black;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 5px;
      margin-top: 20px;
      color: #4d4d4d;
    }
    .view-awards .view-grouping-content > h3:first-of-type {
      margin-top: 0;
    }
    .view-awards .view-grouping-content p {
      margin: 0;
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .view-awards .view-grouping-content a {
      color: #157fb0;
      text-decoration: none;
    }
    .view-awards .view-grouping-content a:hover {
      color: #116084;
    }
    /* Regular photo tile page with 3 columns of 20% each with 4% gutters*/
    .view-photo-tile .view-content {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .view-photo-tile .view-content > div {
      width: 18vw;
      margin-right: 3.9vw;
      margin-bottom: 50px;
      display: inline-block;
      vertical-align: top;
      word-wrap: break-word;
    }
    .view-photo-tile .view-content > div:last-child {
      margin-right: 0px;
    }
    .view-photo-tile .view-content > .views-row:nth-last-child(-n+3),
    .view-photo-tile .view-content > div:nth-last-child(-n+3) {
      margin-bottom: 0px;
    }
    /* Compact photo tile page with 4 columns of 14% each with 4% gutters*/
    .view-photo-tile-small .view-content {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
    }
    .view-photo-tile-small .view-content > div {
      width: 14vw;
      margin-right: 5vw;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 5vw;
    }
    .view-photo-tile-small .view-content > div:nth-child(4n) {
      /*margin-right: 0;*/ 
    }
    div[role=contentinfo] {
      padding-left: 27.5%;
    }
    .metadata {
      margin-left: 0px;
    }
  }

  /** MAX-WIDTH 1219PX **/
  
  @media (max-width:1023px) { 
    /* #block-navigation is the original menu */
    #block-mainnavigation {
      display: none;
    }
    .slicknav_menu {
      display: block !important;
      text-align: center;
      position: absolute;
      z-index: 999;
      width: 100%;
    }
    .slicknav_menu ul {
      list-style: none;
      text-align: left;
      margin-top: 0px;
      margin-bottom: 0px;
      background: rgb(242, 242, 242);
      padding-left: 4em;
      padding-bottom: 1em;
    }
    .slicknav_menu ul li ul {
      padding-left: 1em;
      padding-top: 1em;
    }
    .slicknav_menu ul li:first-child ul li ul li {
      display: none;
    }
    header .branding-nav {
      position: relative !important;
      background: rgb(242, 242, 242) !important;
      z-index: 999;
      margin-bottom: -1px;
    }
    header .branding-nav:hover {
      background: rgb(242, 242, 242) !important;
    }
    .feature .branding-nav a,
    .feature .branding-nav span,
    .feature .branding-nav .site-sub-title {
      color: #4d4d4d;
    }
    .feature main #block-mainpagecontent > h2,
    .no-feature main #block-mainpagecontent > h2 {
      position: absolute;
      top: 30vw;
    }
    header h1 {
      color: #000;
    }
    .view-courses .form-wrapper input[type=submit] {
      margin-top: 0px;
    }
    
    /* tablet and mobile navigation */
    nav>ul>li:nth-child(1).menu-item.menu-item--expanded.slicknav_parent.slicknav_open,
	nav>ul>li:nth-child(1).menu-item.menu-item--expanded.slicknav_collapsed.slicknav_parent{
        color: #157fb0;
    }
    
    nav>ul>li:nth-child(2).menu-item.menu-item--expanded.slicknav_parent.slicknav_open,
	nav>ul>li:nth-child(2).menu-item.menu-item--expanded.slicknav_collapsed.slicknav_parent{
        color: #7d004b;
    }
    
    nav>ul>li:nth-child(3).menu-item.menu-item--expanded.slicknav_parent.slicknav_open,
	nav>ul>li:nth-child(3).menu-item.menu-item--expanded.slicknav_collapsed.slicknav_parent{
        color: #607900;
    }
    
    nav>ul>li:nth-child(4).menu-item.menu-item--expanded.slicknav_parent.slicknav_open,
	nav>ul>li:nth-child(4).menu-item.menu-item--expanded.slicknav_collapsed.slicknav_parent{
        color: #968700;
    }
    
    nav>ul>li:nth-child(5).menu-item.menu-item--expanded.slicknav_parent.slicknav_open,
	nav>ul>li:nth-child(5).menu-item.menu-item--expanded.slicknav_collapsed.slicknav_parent{
        color: #b90064;
    }
    
    nav>ul>li:nth-child(6).menu-item.menu-item--expanded.slicknav_parent.slicknav_open,
	nav>ul>li:nth-child(6).menu-item.menu-item--expanded.slicknav_collapsed.slicknav_parent{
        color: #377d64;
    }
  }

   @media (max-width: 1023px) {
    .cs-block .cycle-slideshow {
      width: 100%;
      margin-left: 0px;
      z-index: 99;
    }
    .cycle-prev {
      left: 0%;
    }
    .cycle-next {
      right: 0%;
    }
  }

  /*** MIN-WIDTH 700PX, MAX-WIDTH 1023PX ***/
  
  @media (min-width: 700px) and (max-width: 1023px) {
    .no-feature main {
      padding-top: 96px;
    }
    .site-title,
    .site-sub-title {
      font-size: 1rem;
      line-height: 1rem;
      white-space: nowrap;
    }
    header .branding-nav > * {
      display: inline-block;
    }
    header img {
      width: 100%;
    }
    header .branding-nav {
      height: auto;
      padding: 1.5rem 4rem;
      justify-content: space-between;
      position: relative;
    }
    header h1 {}
    .feature main #block-mainpagecontent > h2,
    .no-feature main #block-mainpagecontent > h2 {
      margin-bottom: -50vw;
      top: 20vw;
    }
    .search-block-form .js-form-item .form-search {
      left: -120px;
      top: 41px;
      color: #ffffff;
    }
    .search-block-form {
      position: absolute;
      right: 300px;
      top: 120px;
    }
    .search-block-form .form-wrapper {
      left: -100px;
      top: 40px;
    }
    .search-block-form .form-submit {
      padding: 1px;
      color: #999999;
    }
    aside.related {
      width:17%;
      margin-left: 4%;
    }
    .columns >:first-child,
    .cs-paragraph >:first-child,
    .cs-paragraph_large >:first-child,
    .view-content table caption {
      /*margin-left: 2.5%;*/
      margin: 0 4% 0 4%;
      width: 20%;
    }
    .cs-paragraph >:nth-child(3),
    .cs-paragraph_large >:nth-child(3) {
      /*margin-left: 27.5%;*/
    }
    .branding-nav:hover {
      background: transparent;
      height: auto !important;
    }
    .slicknav_menu {
      display: block !important;
      text-align: center;
      position: absolute;
      width: 100%;
      z-index: 999;
    }
    .slicknav_menu ul {
      list-style: none;
      text-align: left;
      padding-left: 4em;
      padding-bottom: 1em;
      margin-top: 0px;
      margin-bottom: 0px;
      background: rgb(242, 242, 242);
    }
    .slicknav_menu ul li ul {
      padding-left: 1em;
      padding-top: 1em;
    }
    .slicknav_icon {
      position: absolute;
      z-index: 9999;
      left: 20px;
      margin-top: -50px;
    }
    .search-button {
      flex-grow: 2;
    }
    .icon-search {
      float: right;
      margin-right: 30px;
    }
    #views-exposed-form-courses-block-1 .form-item,
    #views-exposed-form-courses-block-2 .form-item,
    .view-courses .form-wrapper {
      /*float: left;*/
      height: 70px;
      /*width: 100%;*/
      flex: 1 100%;
    }
    .form-item-field-course-academic-year .form-select, 
    .form-item-field-course-quarter .form-select,
    .form-item-field-course-level .form-select {
      width: 25vw;
    }
    .form-item-search-api-fulltext input {
      width: 30vw;
    }
    footer p img {
      width: 200%;
    }
    .context-about .feature main #block-mainpagecontent > h2,
    .context-about .no-feature main #block-mainpagecontent > h2 {
      /*position: relative;*/
      /*top: 0vw;*/
      margin-bottom: 0px;
  }
  .context-about .no-feature main #block-mainpagecontent > h2  {
    top: 0px;
  }
  .cs-block .cycle-slideshow {
      width: 100%;
      margin-left: 0px;
      z-index: 99;
  }
}

  /*** MIN-WIDTH 1024PX ***/
  
  @media (min-width: 1024px) {
    header .branding-nav {
      background: transparent;
      padding-left: 0;
    }
    .feature header .branding-nav {
      position: absolute;
      top: 0;
      z-index: 999;
      color: white;
    }
    .no-feature header .branding-nav {
      color: black;
      background-color: #f2f2f2;
    }
    /*header .branding-nav div:first-of-type,*/
    header .search-button {
      display: block;
    }
    header .site-title,
    header .site-sub-title {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .branding-nav > h1,
    .branding-nav .site-sub-title {
      margin-left: 4%;
      width: 20%;
    }
    .branding-nav >:nth-child(2) {
      margin-left: 6%;
      width: 56%;
    }
    .feature main #block-mainpagecontent > h2 {
      font-size: 5rem;
      line-height: 5.5rem;
      top: 145px;
    }
    /* On non-feature pages the main content block title is positioned in the main
     * column above the content */
    .no-feature #block-mainpagecontent > h2 {
      margin-left: 28%;
    }
    .columns > *,
    .cs-paragraph > *,
    .cs-paragraph_large > *,
    .view-awards .view-grouping-content,
    .view-grouping-header {
      margin-left: 4%;
    }
    .columns.joinmiddle >:nth-child(2),
    .cs-paragraph >:nth-child(2),
    .cs-paragraph_large >:nth-child(2),
    .view-awards .view-grouping-content {
      width: 44%;
    }
    .columns.joinright >:nth-child(2) {
      width: 68%;
    }
    .cs-image_column {
      width: 44%;
      margin-left: 28%;
      margin-right: 28%;
    }
    .cs-image_slideshow .cs-image_column img {
    }
    .view-publications.view-display-id-block_1 .view-content > div,
    .view-publications.view-display-id-block_2 .view-content > div {
      /*margin-bottom: 50px;*/
    }
    div[role=contentinfo] {
      padding-left: 28%;
    }
    footer p img {
    padding-top: 10px;
  }
    .cs-block .cs-slideshow {
    width:50%;
  }
    .form-item-search-api-fulltext {
      margin-bottom: 20px;
  }
}

  /** MIN-WIDTH 1024PX MAX-WIDTH 1620PX **/
  
  @media (min-width: 1024px) and (max-width: 1620px) {
    .branding-nav > h1,
    .branding-nav .site-sub-title {
      margin-left: 2%;
      width: 18%;
    }
    .branding-nav ul li {
      margin-right: 2em;
      /*font-size: 94%;*/
    }
    .branding-nav ul li:last-child {
      margin-right: 0em;
    }
    .branding-nav >:nth-child(2) {
      margin-left: 7%;
      width: 56%;
    }
  }

  @media (min-width: 1024px) and (max-width: 1220px) {
    .branding-nav .site-title,
    .branding-nav .site-sub-title,
    .branding-nav .search-button,
     header .branding-nav {
        font-size: .80rem;
    }

  }

/* Safari flexbox homepage fix */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) and (max-width: 700px)
{ @media {
    /*.block { 
        display: block;
    }*/
}
{
    .context-undergraduate .block,
    .context-graduate .block { 
        display: flex;
    }
}}

