/* Dependencies from rutgers_main */
/*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
/*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
.cc--basic-branding-header a img {
  width: 11.4375rem;
  height: auto;
  transition: all 1s ease; }
  @media screen and (min-width: 500px) {
    .cc--basic-branding-header a img {
      width: 16.25rem; } }
  @media screen and (min-width: 768px) {
    .cc--basic-branding-header a img {
      width: 21.25rem; } }
  @media screen and (min-width: 1024px) {
    .cc--basic-branding-header a img {
      width: 21.25rem; } }
  @media screen and (min-width: 1200px) {
    .cc--basic-branding-header a img {
      width: 29.375rem; } }
  @media screen and (min-width: 1024px) {
    .main-nav-container .cc--basic-branding-header a img {
      width: 21.25rem; } }

.cc--basic-footer .c--basic-footer .cc--basic-branding-footer a img {
  width: 14.375rem;
  height: auto; }

.person-view {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 8%;
  padding-bottom: 3.125rem;
  padding-left: 8%; }
  @media screen and (min-width: 768px) {
    .person-view {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px; } }
  @media screen and (min-width: 1024px) {
    .person-view {
      padding-right: 4%;
      padding-left: 4%; } }
  @media screen and (min-width: 1200px) {
    .person-view {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 80px; } }

.cc--person--board-card {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8; }
  .cc--person--board-card__left {
    width: 116px;
    flex-shrink: 0; }
  .cc--person--board-card__left--socials {
    margin-top: 10px;
    display: flex;
    gap: 0.5rem; }
  .cc--person--board-card__info {
    padding-left: 4rem; }
    .cc--person--board-card__info--content {
      margin-top: 1.31rem;
      font-size: 1rem;
      line-height: 1.375rem; }
      .cc--person--board-card__info--content a {
        color: inherit; }
  .cc--person--board-card__icon {
    width: 20px;
    height: 20px; }

@media screen and (min-width: 768px) {
  .cc--description-image-cards .c--description-image-cards .title-cta-inner {
    top: 196px; } }

@media screen and (min-width: 768px) {
  .toolbar-horizontal .cc--description-image-cards .c--description-image-cards .title-cta-inner {
    top: 235px; } }

@media screen and (min-width: 768px) {
  .toolbar-horizontal.toolbar-tray-open .cc--description-image-cards .c--description-image-cards .title-cta-inner {
    top: 275px; } }

.event-sidebar .cc--event-sidebar .f--field {
  font-size: 14px;
  color: #666; }
  .event-sidebar .cc--event-sidebar .f--field a:not(.button) {
    color: #666; }

.event-sidebar .cc--event-sidebar-field {
  margin-bottom: 1.25rem; }
  .event-sidebar .cc--event-sidebar-field--label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.4rem; }
  .event-sidebar .cc--event-sidebar-field .field__items {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }
  .event-sidebar .cc--event-sidebar-field .field__item {
    font-size: 14px;
    color: #666; }
    .event-sidebar .cc--event-sidebar-field .field__item:not(:last-child):after {
      content: ','; }

.lc--layout-container {
  font-size: 1rem;
  line-height: 1.75; }
  @media screen and (min-width: 768px) {
    .lc--layout-container {
      font-size: 1.125rem;
      line-height: 1.7778; } }
  .lc--layout-container p {
    font-size: inherit;
    line-height: inherit; }

div[data-drupal-messages] {
  max-width: 1440px;
  margin: 0 auto; }

.pager {
  margin-top: 30px; }
  .pager__items {
    display: flex;
    justify-content: center;
    position: relative; }
  .pager__item {
    font-size: 1rem;
    font-weight: 700; }
    .pager__item.is-active a {
      color: #C03; }
    .pager__item a {
      color: #000;
      text-decoration: none;
      padding: 10px; }
    .pager__item.pager__item--previous, .pager__item.pager__item--next {
      display: none; }
    .pager__item--first {
      position: absolute;
      left: 0;
      display: inline-flex;
      align-items: center; }
      .pager__item--first a {
        padding: 0; }
      .pager__item--first:before {
        display: block;
        width: 6px;
        height: 10px;
        margin-right: 15px;
        content: '';
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"><path d="M6.80469 0.875L5.92969 0L0.929688 5L5.92969 10L6.80469 9.125L2.67969 5L6.80469 0.875Z" fill="%23CC0033"/></svg>') 0 0 no-repeat; }
    .pager__item--last {
      position: absolute;
      right: 0;
      display: inline-flex;
      align-items: center; }
      .pager__item--last a {
        padding: 0; }
      .pager__item--last:after {
        display: block;
        width: 6px;
        height: 10px;
        margin-left: 15px;
        content: '';
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"><path d="M0.484375 0.875L1.35937 0L6.35938 5L1.35937 10L0.484375 9.125L4.60937 5L0.484375 0.875Z" fill="%23CC0033"/></svg>') 0 0 no-repeat; }

.cc--event-card__wrapper {
  border-bottom: 1px solid #444;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .cc--event-card__wrapper .c--event-card .text-container {
    padding-bottom: 0; }
  .cc--event-card__wrapper .c--event-card .left-col {
    width: 100px;
    margin-right: 10px; }
  .cc--event-card__wrapper .c--event-card .f--category {
    font-size: 14px; }
  .cc--event-card__wrapper .c--event-card .f--sub-title h3 span {
    font-weight: 700; }
  .cc--event-card__wrapper .c--event-card .f--sub-title h3 small {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Source Sans Pro'; }
  @media screen and (min-width: 768px) {
    .cc--event-card__wrapper .c--event-card .f--sub-title h3 {
      font-size: 1.5rem !important; } }
  .cc--event-card__wrapper .button {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .cc--event-card__wrapper .button {
        margin-left: 100px; } }

.cc--job-card__wrapper {
  border: 1px solid #D8D8D8;
  padding: 20px; }
  .cc--job-card__wrapper .c--job-card .text-container {
    padding-bottom: 0; }
  .cc--job-card__wrapper .c--job-card .left-col {
    display: none; }
  .cc--job-card__wrapper .c--job-card .f--eyebrow {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000000; }
  .cc--job-card__wrapper .c--job-card .f--section-title h2 {
    font-size: 24px;
    margin-bottom: 20px; }
  .cc--job-card__wrapper .c--job-card .button {
    margin-top: 30px; }
  .cc--job-card__wrapper .c--job-card .f--section-description + .button {
    margin-top: 32px; }

.cc--partner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .cc--partner {
      flex-direction: row; } }
  .cc--partner__info--title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem; }
  .cc--partner__info--website {
    margin-top: 0.8rem; }
    .cc--partner__info--website a {
      position: relative;
      display: inline-flex;
      gap: 15px;
      align-items: center;
      color: #000000;
      text-decoration: none;
      font-weight: 700; }
      .cc--partner__info--website a:after {
        content: '';
        width: 6px;
        height: 6px;
        display: block;
        transform: rotate(45deg);
        border-right: 1px solid #c03;
        border-top: 1px solid #c03;
        transition: all 0.3s ease; }
  .cc--partner__logo {
    width: 150px;
    flex-shrink: 0; }

.cc--2--column-grid {
  display: grid;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .cc--2--column-grid {
      grid-template-columns: 1fr 1fr;
      justify-items: stretch;
      align-items: stretch; }
      .cc--2--column-grid-35_65 {
        grid-template-columns: 35% 65%;
        gap: 0px; }
        .cc--2--column-grid-35_65 .paragraph--type--rich-text {
          margin: 0; }
      .cc--2--column-grid-50_50 {
        grid-template-columns: 50% 50%; }
        .cc--2--column-grid-50_50 section {
          width: 100%;
          padding: 0 20px;
          margin-right: -20px;
          margin-left: -20px;
          margin-bottom: 0 !important; } }
  .cc--2--column-grid table {
    min-width: 0; }
    .cc--2--column-grid table td {
      border: 0; }
  .cc--2--column-grid .cc--rich-text {
    margin-top: 0; }
  .cc--2--column-grid .c--rich-text {
    padding-left: 0;
    padding-right: 0; }
    .cc--2--column-grid .c--rich-text .table-social td {
      min-height: 0;
      padding: 0 5px; }
      .cc--2--column-grid .c--rich-text .table-social td p {
        margin-bottom: 0; }
      .cc--2--column-grid .c--rich-text .table-social td img {
        width: 38px; }
    .cc--2--column-grid .c--rich-text .table-wrapper {
      overflow: hidden; }
    .cc--2--column-grid .c--rich-text iframe {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .cc--2--column-grid .c--rich-text iframe {
          padding-left: 2.125rem; } }
    .cc--2--column-grid .c--rich-text a:not(.button) {
      color: #c03; }
    .cc--2--column-grid .c--rich-text .button {
      gap: 15px;
      text-decoration: none; }
      .cc--2--column-grid .c--rich-text .button:hover svg path {
        fill: #fff; }

.cc--filter-form {
  position: relative; }
  .cc--filter-form .form-submit {
    display: none; }
  .cc--filter-form .cc--form--loader {
    display: inline-flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px; }
  .cc--filter-form .select2-container--default .selection::after {
    transform: none;
    top: 0; }
  .cc--filter-form .select2-container--default .select2-selection--single {
    height: auto;
    padding-right: 30px;
    line-height: 1.3; }
    .cc--filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
      white-space: normal; }

.cc--in-the-news {
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .cc--in-the-news .f--section-title {
      text-align: center !important; }
      .cc--in-the-news .f--section-title h2 {
        margin-bottom: 4rem; } }
  .cc--in-the-news .f--image {
    width: 40px; }
  .cc--in-the-news .f--link {
    margin-top: 4rem; }

.c--media-mention-card .f--cta-title h3 {
  font-size: 1.5rem; }

.paragraph--type--job-opportunities-listing {
  padding-bottom: 6rem; }
  .paragraph--type--job-opportunities-listing .wrapper {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto; }
  .paragraph--type--job-opportunities-listing .inner-wrapper {
    padding-right: 8%;
    padding-left: 8%; }
    @media screen and (min-width: 1024px) {
      .paragraph--type--job-opportunities-listing .inner-wrapper {
        padding-right: 4%;
        padding-left: 4%; } }
  .paragraph--type--job-opportunities-listing .field__items {
    display: flex;
    flex-direction: column;
    gap: 48px; }
  .paragraph--type--job-opportunities-listing--item {
    border: 1px solid #D8D8D8;
    padding: 20px;
    font-size: 18px; }
  .paragraph--type--job-opportunities-listing .f--section-toptext {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000000; }
  .paragraph--type--job-opportunities-listing .f--section-title h2 {
    font-size: 24px;
    margin-bottom: 20px; }
  .paragraph--type--job-opportunities-listing .f--section-description + .button {
    margin-top: 32px; }

.cc-chapter--custom-padding {
  margin: 1.875rem 0;
  padding: 1.25rem;
  background: #efefef; }
  @media screen and (min-width: 768px) {
    .cc-chapter--custom-padding {
      padding: 3.5rem; } }

.cc--secondary-header .secondary-mobile-nav .secondary-mobile-nav-menu-container .cc--secondary-menu ul > li > a.is-active::after {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 1rem;
  height: 50%;
  background-color: #EBB600; }

.cc--stay-in-touch {
  background-color: #EFEFEF; }
  .cc--stay-in-touch .wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
  .cc--stay-in-touch .inner-wrapper {
    padding-top: 3.125rem;
    padding-right: 8%;
    padding-bottom: 3.125rem;
    padding-left: 8%; }
    @media screen and (min-width: 1024px) {
      .cc--stay-in-touch .inner-wrapper {
        padding-right: 4%;
        padding-left: 4%;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
  .cc--stay-in-touch h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem; }
  .cc--stay-in-touch p {
    text-align: center; }
  .cc--stay-in-touch .fi--form-item:not(:last-child) {
    margin-bottom: 1.875rem; }
  .cc--stay-in-touch .fi--submit {
    text-align: center; }
  .cc--stay-in-touch .webform-submission-form {
    margin-top: 3.125rem; }
    .cc--stay-in-touch .webform-submission-form .webform-flexbox {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      @media screen and (min-width: 768px) {
        .cc--stay-in-touch .webform-submission-form .webform-flexbox {
          flex-direction: row; } }
    .cc--stay-in-touch .webform-submission-form .webform-flex--container {
      margin: 0; }
    .cc--stay-in-touch .webform-submission-form label {
      color: #CC0033; }
    .cc--stay-in-touch .webform-submission-form input[type="text"],
    .cc--stay-in-touch .webform-submission-form input[type="email"],
    .cc--stay-in-touch .webform-submission-form textarea,
    .cc--stay-in-touch .webform-submission-form .select-wrap {
      border-bottom-color: #CC0033; }
    .cc--stay-in-touch .webform-submission-form textarea {
      height: 3.125rem; }
    .cc--stay-in-touch .webform-submission-form .select-wrap select {
      color: #CC0033; }
    .cc--stay-in-touch .webform-submission-form .form-actions {
      margin-top: 3.125rem; }
      .cc--stay-in-touch .webform-submission-form .form-actions .button {
        background-color: transparent;
        display: inline-flex;
        gap: 15px; }
        .cc--stay-in-touch .webform-submission-form .form-actions .button:hover {
          color: #000;
          background-color: #fff; }

.cc--webform-reference {
  background-color: #EFEFEF; }
  .cc--webform-reference.cc--webform-reference--rich-text-chapter .fi--submit {
    text-align: left; }
  .cc--webform-reference .wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
  .cc--webform-reference .inner-wrapper {
    padding-top: 3.125rem;
    padding-right: 8%;
    padding-bottom: 3.125rem;
    padding-left: 8%; }
    @media screen and (min-width: 1024px) {
      .cc--webform-reference .inner-wrapper {
        padding-right: 4%;
        padding-left: 4%;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
  .cc--webform-reference h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem; }
  .cc--webform-reference p {
    text-align: center; }
  .cc--webform-reference .fi--form-item:not(:last-child) {
    margin-bottom: 1.875rem; }
  .cc--webform-reference .fi--submit {
    text-align: center; }
  .cc--webform-reference .webform-submission-form {
    margin-top: 3.125rem; }
    .cc--webform-reference .webform-submission-form .webform-flexbox {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      @media screen and (min-width: 768px) {
        .cc--webform-reference .webform-submission-form .webform-flexbox {
          flex-direction: row; } }
    .cc--webform-reference .webform-submission-form .webform-flex--container {
      margin: 0; }
    .cc--webform-reference .webform-submission-form label {
      color: #CC0033; }
    .cc--webform-reference .webform-submission-form input[type="text"],
    .cc--webform-reference .webform-submission-form input[type="email"],
    .cc--webform-reference .webform-submission-form textarea,
    .cc--webform-reference .webform-submission-form .select-wrap {
      border-bottom-color: #CC0033; }
    .cc--webform-reference .webform-submission-form textarea {
      height: 3.125rem; }
    .cc--webform-reference .webform-submission-form .select-wrap select {
      color: #CC0033; }
    .cc--webform-reference .webform-submission-form .form-actions {
      margin-top: 3.125rem; }
      .cc--webform-reference .webform-submission-form .form-actions .button {
        background-color: transparent;
        display: inline-flex;
        gap: 15px; }
        .cc--webform-reference .webform-submission-form .form-actions .button:hover {
          color: #000;
          background-color: #fff; }

.tc--search .gsc-control-cse {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none; }
  .tc--search .gsc-control-cse .gsc-control-wrapper-cse {
    padding: 3.125rem 8% 3.75rem 8%; }
    @media screen and (min-width: 768px) {
      .tc--search .gsc-control-cse .gsc-control-wrapper-cse {
        padding: 3.75rem 20% 5rem 20%; } }
    @media screen and (min-width: 1024px) {
      .tc--search .gsc-control-cse .gsc-control-wrapper-cse {
        padding-bottom: 6.25rem; } }
  .tc--search .gsc-control-cse .gsc-above-wrapper-area {
    padding: 0;
    border: 0; }
    .tc--search .gsc-control-cse .gsc-above-wrapper-area table {
      margin: 0;
      padding: 0; }
      .tc--search .gsc-control-cse .gsc-above-wrapper-area table td,
      .tc--search .gsc-control-cse .gsc-above-wrapper-area table tr {
        padding: 0;
        border: 0; }
    .tc--search .gsc-control-cse .gsc-above-wrapper-area .gsc-result-info {
      padding: 0;
      font-size: 1rem;
      line-height: 1.5;
      color: #000; }
  @media screen and (min-width: 768px) {
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-results {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .tc--search .gsc-control-cse .gsc-wrapper .gsc-expansionArea {
    margin-bottom: 1.25rem;
    padding-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-expansionArea {
        margin-bottom: 1.875rem;
        padding-bottom: 1.875rem;
        width: 100%; } }
  .tc--search .gsc-control-cse .gsc-wrapper .gsc-result {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border: 0;
    border-top: 0.0625rem solid #D8D8D8; }
    @media screen and (min-width: 768px) {
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-result {
        margin-top: 1.875rem;
        padding-top: 1.875rem; } }
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion {
      width: 100%;
      border: 0;
      background-color: #CCC !important; }
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion:hover {
        background-color: #FCE5CD !important; }
      @media screen and (min-width: 768px) {
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion {
          width: 30.43478%; } }
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion .gs-title,
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion .gs-snippet {
        font-size: 1.5rem;
        line-height: 1.3334; }
        @media screen and (min-width: 768px) {
          .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion .gs-title,
          .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion .gs-snippet {
            font-size: 1rem;
            line-height: 1.5; } }
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-result.gsc-promotion .gs-visibleUrl {
        display: none; }
  .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-thumbnail {
    display: none; }
  .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title {
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title {
        margin-bottom: 1.25rem; } }
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title, .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title a, .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title b, .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title * {
      color: #000;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title, .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title a, .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title b, .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gs-title * {
          font-size: 1.5rem;
          line-height: 1.3334; } }
  .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top {
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top {
        margin-bottom: 1.25rem; } }
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top .gs-bidi-start-align,
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top .gs-bidi-start-align b,
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top .gs-bidi-start-align * {
      font-size: 0.75rem;
      line-height: 1.6667;
      color: #666; }
      @media screen and (min-width: 768px) {
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top .gs-bidi-start-align,
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top .gs-bidi-start-align b,
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-url-top .gs-bidi-start-align * {
          font-size: 0.875rem;
          line-height: 1.4286; } }
  .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result {
    padding: 0; }
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gsc-thumbnail {
      display: none; }
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gsc-table-cell-snippet-close {
      padding: 0; }
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gs-snippet,
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gs-snippet b,
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gs-snippet * {
      font-size: 0.875rem;
      line-height: 1.7143; }
      @media screen and (min-width: 768px) {
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gs-snippet,
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gs-snippet b,
        .tc--search .gsc-control-cse .gsc-wrapper .gsc-result .gsc-table-result .gs-snippet * {
          font-size: 1rem;
          line-height: 1.5; } }
  .tc--search .gsc-control-cse .gsc-wrapper .gsc-cursor-box {
    margin: 0;
    text-align: center; }
    .tc--search .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page {
      font-size: 1rem;
      line-height: 1.25;
      color: #000; }
      .tc--search .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        color: #C03; }
  .tc--search .gsc-control-cse .gsc-wrapper .gcsc-more-maybe-branding-root {
    display: none; }

.tc--search .content-top {
  max-width: 1440px;
  margin: 0 auto; }
  .tc--search .content-top form {
    padding: 1.875rem 8% 3.125rem 8%;
    max-width: none; }
    @media screen and (min-width: 768px) {
      .tc--search .content-top form {
        padding: 5rem 10% 5rem 10%; } }
    @media screen and (min-width: 1024px) {
      .tc--search .content-top form {
        padding: 6.25rem 16% 6.25rem 16%; } }
    .tc--search .content-top form .fi--search label {
      display: none; }
    .tc--search .content-top form .fi--form-item {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 1.875rem; }
      .tc--search .content-top form .fi--form-item input {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        font-size: 2rem;
        line-height: 1.25;
        border-bottom: 0 none; }
      .tc--search .content-top form .fi--form-item .radio-wrapper label {
        font-size: 1rem;
        line-height: 1.375;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 2.5rem;
        display: block;
        position: relative;
        color: #000;
        cursor: pointer; }
      .tc--search .content-top form .fi--form-item:nth-child(1) {
        margin-left: 0; }
    .tc--search .content-top form .fieldset-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tc--search .content-top form .icon-search {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 2rem;
      background-color: #FFF; }
      .tc--search .content-top form .icon-search svg {
        width: 2rem;
        height: 2rem;
        fill: #C03; }
    .tc--search .content-top form .search-form-inner {
      margin-bottom: 1.875rem;
      position: relative;
      border-bottom: 0.0625rem solid #D8D8D8; }

.tc--search .cc--featured-results .inner-wrapper {
  padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .tc--search .cc--featured-results .inner-wrapper {
      padding-bottom: 3.75rem; } }
  .tc--search .cc--featured-results .inner-wrapper .title-cta .f--section-title h2 {
    font-size: 1.75rem;
    line-height: 1.1429; }
    @media screen and (min-width: 768px) {
      .tc--search .cc--featured-results .inner-wrapper .title-cta .f--section-title h2 {
        font-size: 2.5rem;
        line-height: 1.2; } }
  .tc--search .cc--featured-results .inner-wrapper .news-list .cc--news-card .f--image {
    margin-bottom: 1.25rem; }
  .tc--search .cc--featured-results .inner-wrapper .news-list .cc--news-card.c--news-card {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .tc--search .cc--featured-results .inner-wrapper .news-list .cc--news-card > .text-container {
    margin-top: auto; }

.toolbar-horizontal #l--main-header-basic {
  top: 39px; }

.toolbar-horizontal.toolbar-tray-open #l--main-header-basic {
  top: 79px; }

.toolbar-vertical #l--main-header-basic {
  top: 39px; }

.toolbar-vertical.toolbar-tray-open #l--main-header-basic {
  left: 240px;
  width: calc(100% - 240px); }

.f--rich-text .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (height/width) */
  height: 0;
  margin-bottom: 2rem; }

.f--rich-text .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.f--rich-text .f--video-embed {
  position: relative;
  padding-top: unset; }

.views-element-container .wrapper {
  max-width: 1440px;
  margin: 0 auto; }
  .views-element-container .wrapper .inner-wrapper {
    padding: 2rem 4rem; }

/* Overrides for rutgers components */
body {
  color: #000000; }

.cc--basic-branding-header .c--basic-branding-header {
  padding-right: 0; }
  .cc--basic-branding-header .c--basic-branding-header .f--text {
    padding-bottom: 0; }

.heading-description-left .cc--heading-description .inner-wrapper {
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .heading-description-left .cc--heading-description .inner-wrapper {
      margin-left: 32%;
      padding-left: 4%; } }

.cc--heading-description .f--section-title,
.cc--heading-description .cta-container {
  text-align: left; }

.cc--heading-description .inner-wrapper {
  padding-top: 3.125rem;
  padding-right: 8%;
  padding-bottom: 3.125rem;
  padding-left: 8%; }
  @media screen and (min-width: 1024px) {
    .cc--heading-description .inner-wrapper {
      padding-right: 4%;
      padding-left: 4%; } }

.cc--chapter .f--section-title h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.2; }

.page-node-type-insights-commentary .cc--breadcrumbs,
.page-node-type-job .cc--breadcrumbs,
.page-node-type-event .cc--breadcrumbs {
  border-top: 0;
  background-color: #EFEFEF; }

.cc--breadcrumbs ul li:first-child {
  display: none !important; }

.button.button--svg svg {
  width: 10px;
  margin-left: 15px;
  fill: #c03; }

.button.button--svg:hover svg {
  fill: #fff; }

.form-select,
.form-item__select {
  border: 1px solid #f2f2f2;
  border: 1px solid var(--c-muted);
  height: 41px;
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: .6em .8em .5em;
  width: 100%; }

.form-select:focus,
.form-item__select:focus {
  outline: none;
  color: #1e1e1e;
  color: var(--c-accent); }

.select2-container.select2-container--open .selection:after {
  transform: translateY(-50%) rotate(180deg); }

.select2-container .selection:after {
  width: 1.3125rem;
  height: 1.3125rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-select-white.svg") 50% 50% no-repeat;
  content: "";
  pointer-events: none; }

.select2-container.select2-container--open {
  height: 50px !important; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  margin-top: 0;
  padding: 0 5px;
  overflow: hidden;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #474747;
  height: 24px;
  border-radius: 4px;
  text-overflow: ellipsis;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: inline-block;
  padding: 0 0 0 5px;
  color: #474747; }

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.select2 .select2-selection {
  display: block; }

.ru-dms-connector-dms-project-search .form-item-fulltext .form-text,
.ru-dms-connector-dms-publication-search .form-item-fulltext .form-text {
  background: url("../images/icon-search-white.svg") 98% 50% no-repeat; }

.select2 .select2-search .select2-search__field {
  height: 3.125rem;
  width: 100% !important;
  font-size: 14px !important;
  margin: 0;
  padding-left: 0.625rem;
  border: 0px; }

.select2 .select2-search .select2-search__field:focus {
  box-shadow: none; }

.select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 !important; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  overflow-x: auto; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  flex-shrink: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 6px;
  background: transparent;
  color: #fff; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important; }

.select2-container--default .select2-selection--multiple .select2-search {
  width: auto; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-left: 5px;
  color: #fff; }

.select2-container--default .select2-selection--single {
  display: flex;
  flex-wrap: wrap;
  height: 3.125rem;
  align-items: center; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline-flex;
    flex-direction: row-reverse;
    padding: 0 6px;
    color: #fff; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-left: 5px;
    color: #fff; }

.select2 .select2-selection__arrow {
  display: none; }

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: default; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e3e3e3;
  color: inherit; }

.fi--form-item .select-wrap svg {
  display: none; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff; }

.c--main-menu .mc--menu .is-active {
  position: relative;
  color: #c03; }
  .c--main-menu .mc--menu .is-active:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 4.375rem;
    height: 0.3125rem;
    background-color: #C03;
    bottom: -0.875rem; }
