/* Traits */

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pc-ta-center {
  text-align: center;
}
.pc-ta-left {
  text-align: left;
}
.pc-ta-right {
  text-align: right;
}

.pc-small-caps {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* Index page --------------------------------------------------------------- */

.intro--home .intro__landing-description {
  padding-bottom: 20px;
}
  .landing-boxes {
    margin-top: 0;
  }
    .landing-left-box,
    .landing-right-box {
      width: 459px;
    }
      .landing__left-box__description,
      .landing__right-box__description {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
      }
      .landing__right-box__description {
        padding-bottom: 39px;
        width: 75%;
      }
      .landing__left-box__icon {
        background-image: url('../images/icon-home-degree-builder.png');
        background-size: 46px 50px;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 46px;
        height: 50px;
      }
      .landing__right-box__icon {
        background-image: url('../images/icon-home-search.png');
        background-size: 75px 39px;
        background-position: 0 0;
        background-repeat: no-repeat;
        margin-top: 16px;
        width: 75px;
        height: 39px;
      }

/* Catalogue search --------------------------------------------------------- */

.catalogue-search-box__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.intro__catalogue-search-description {
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px !important;
  width: 750px;
}
.catalogue-search-buttons {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 540px;
}
.catalogue-search-button {
    box-sizing: border-box;
    background-color: #F5EDDE;
    border: 1px solid #be830e;
    box-shadow: inset 0 0 3px 2px rgba(100,100,100,0.1);
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Public Sans', sans-serif;
    margin-left: -1px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-shadow: 1px 1px 0 #fff;
    transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out, box-shadow 100ms ease-in-out, text-shadow 100ms ease-in-out;
    height: 70px;
    width: 180px;
}
  .catalogue-search-button--programs {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .catalogue-search-button--majors-minors {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
.catalogue-search-button:hover,
.catalogue-search-button:focus {
   /* background-color: #dbf2f7;*/
    border: 1px solid #be830e;
    box-shadow: inset 0 0 4px 3px rgba(100,100,100,0.1);
}
.catalogue-search-button--active,
.catalogue-search-button--active:hover,
.catalogue-search-button--active:focus {
    background-color: #000;
    border: 1px solid #be830e;
    color: #be830e;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 4px 3px rgba(100,100,100,0.6);
    z-index: 2;
}

.catalogue-search-filters {
    font-family: 'Public Sans', sans-serif;
    display: none;
}
.catalogue-search-filters--active {
  animation: reveal 450ms ease-in-out 1;
  display: block;
}
@keyframes reveal {
  0% { opacity: 0; transform: translate3d(0,3rem,0); }
  100% { opacity: 1; transform: translate3d(0,0,0); }
}
  .catalogue-search-note-wrapper {
    text-align: center;
    padding-bottom: 30px;
  }
.catalogue-search-note {
    background-image: url(../images/icon-mortar-board.png);
    background-size: 3.8rem 2rem;
    background-position: 10px 20px;
    background-repeat: no-repeat;
    border: 1px solid #F5EDDE;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 3px;
    line-height: 1.2;
    padding: 22px 16px 20px 55px;
}
.catalogue-search-filters--heading {
    color: #bE830e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
    .catalogue-search-filters--heading:before,
    .catalogue-search-filters--heading:after {
        content: "";
        background-color: #F5EDDE;
        height: 30px;
        width: 1px;
        position: absolute;
        top: -30px;
        left: 50%;
    }
  .catalogue-search-filters--heading:after {
    top: auto;
    bottom: -30px;
  }
  .catalogue-search-filter-columns {
    padding-top: 60px;
    padding-bottom: 20px;
  }
    .catalogue-search-filter-column {
      float: left;
      width: 25%;
    }
      .catalogue-search-filter-column__heading {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px !important;
        font-size: 1.3rem !important;
        letter-spacing: 0.1em;
        padding-bottom: 15px;
      }
      .catalogue-search-filter-column__heading:nth-of-type(2) {
        padding-top: 30px;
      }
      

    .catalogue-search-results__sidebar .affix {
       -webkit-transition: all 2s ease-in;
        transition: all 1s ease-in;
    }
      .catalogue-search-filter-column select,
      .catalogue-search-results__sidebar select {
        background-color: #fff !important;
        border-radius: 3px;
        box-shadow: 1px 1px 3px 3px rgba(204, 204, 204, 0.1);
        -webkit-padding-end: 30px;
        -webkit-appearance: none   ;
        -webkit-padding-end: 0;
        -webkit-user-select: none;
        -moz-appearance: none;
        -moz-padding-end: 7px;
        -moz-user-select: none;
        border: 1px solid #000;
        color: #000;
        cursor: pointer;
        font-weight: 600;
        padding: 10px 5px 10px 8px;
        
       
      }
      #program-commencement-year,
      #course-year,
      #major-minor-commencement-year {
        width: 100px;
      }
      #program-college,
      #catalogue-major-minor-college,
      #course-college,
      #major-minor-college {
        width: 100%;
      }

      .catalogue-search-results__sidebar-filter #program-mode-of-delivery,
      .catalogue-search-results__sidebar-filter #course-mode-of-delivery {
        width: 100%;
      }
      .catalogue-search-filter-column input[type="checkbox"],
      .catalogue-search-results__sidebar input[type="checkbox"] {
        clear: left;
        float: left;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 20px;
        height: 20px;
      }
      .catalogue-search-filter-column label,
      .catalogue-search-results__sidebar label {
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        padding-left: 6px;
        padding-top: 3px;
        padding-bottom: 2px;
        float: left;
        max-width: 80%;
      }
.catalogue-search-results {
  padding-top: 10px;
  padding-bottom: 20px;
}
.catalogue-search-results__table {
    font-family: 'Public Sans', sans-serif !important;
    font-size: 1.3rem;
    float: left;
    width: 74%;
    table-layout: fixed;
}
    .catalogue-search-results__table .sortasc-header:after,
    .catalogue-search-results__table .sortdesc-header:after {
      color: #000;
      padding-left: 5px;
      font-size: 11px;
    }
    .catalogue-search-results__table tr {
      border-top: none;
    }
    .catalogue-search-results__table tr:nth-child(even) {
      /*background-color: #F5EDDE;*/
    }

    .catalogue-search-results__table tbody tr:first-child {
        border-top: 2px solid #888 !important;
        padding-top: 10px;
    }
    .catalogue-search-results__table tr th {
        padding: 5px 5px;
        vertical-align: middle;
    }
    .catalogue-search-results__table tr td {
      padding: 10px 5px;
      vertical-align: middle;
    }
    .catalogue-search-results__table tr th {
        color: #000;
        font-family: 'Public Sans', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px !important;
        font-size: 1.2rem !important;
        letter-spacing: 0.08em;
    }
      .catalogue-search-results__table tr th.sortable:hover {
        text-decoration: none;
      }
        .catalogue-search-results__table tr th.sortable:hover span,
        .catalogue-search-results__table tr th.sortable:hover span:after {
          color: #000;
        }
    .catalogue-search-results__code {
      font-size: 12px;
      font-size: 1.2rem;
    }
      .catalogue-search-results__code a {
        color: #666;
      }
    /* Program table */
    .catalogue-search-results__table--program td:nth-child(1) { width: 10%; }
    .catalogue-search-results__table--program td:nth-child(2) { width: 32%; }
    .catalogue-search-results__table--program td:nth-child(3) { width: 18%; }
    .catalogue-search-results__table--program td:nth-child(4) { width: 16%; }
    .catalogue-search-results__table--program td:nth-child(5) { width: 12%; }
    .catalogue-search-results__table--program td:nth-child(6) { width: 12%; }
    /* Course table */
    .catalogue-search-results__table--course td:nth-child(1) { width: 10%; }
    .catalogue-search-results__table--course td:nth-child(2) { width: 32%; }
    .catalogue-search-results__table--course td:nth-child(3) { width: 15%; }
    .catalogue-search-results__table--course td:nth-child(4) { width: 14%; }
    .catalogue-search-results__table--course td:nth-child(5) { width: 13%; }
    .catalogue-search-results__table--course td:nth-child(6) { width: 16%; }
    /* Major/minor table */
    .catalogue-search-results__table--major-minor td:nth-child(1) { width: 15%; }
    .catalogue-search-results__table--major-minor td:nth-child(2) { width: 38%; }
    .catalogue-search-results__table--major-minor td:nth-child(3) { width: 18%; }
    .catalogue-search-results__table--major-minor td:nth-child(4) { width: 16%; }
    .catalogue-search-results__table--major-minor td:nth-child(5) { width: 13%; }
      .catalogue-search-results__table td a {
        display: block;
      }
.catalogue-search-results__sidebar {
    font-family: 'Public Sans', sans-serif;
    float: right;
    padding-left: 20px;
    width: 26%;
    width: calc(26% - 20px);
    display: none;
}
    .catalogue-search-results__sidebar-heading {
      color: #000;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px !important;
      font-size: 1.2rem !important;
      letter-spacing: 0.1em;
      padding-top: 8px;
      padding-bottom: 15px;
    }
.catalogue-search-results__sidebar-inner {
    background-color: #F5EDDE;
    border-radius: 3px;
    padding: 20px;
}
      .catalogue-search-results__sidebar-filter {
        padding-bottom: 25px;
      }
      .catalogue-search-results__sidebar-filter:last-child {
        padding-bottom: 0;
      }

/* Program page ------------------------------------------------------------- */

/* Intro tabs */

.intro-tabs {
    clear: left;
    color: #945f00;
    float: left;
    margin-bottom: -26px; /* Match the height of `.intro__shadow` */
    margin-left: 20px; /* 20px - 20px - 1px */
    margin-top: 15px;
}
  .intro-tabs__tab {
    display: block;
    float: left;
  }
    .intro-tabs__tab a,
    .intro-tabs__tab span {
        background-color: #000;
        color: #FFF;
        border: 1px solid #F5EDDE;
        border-radius: 4px;
        display: block;
        margin-left: -1px;
        margin-top: 3px;
        padding: 12px 18px 12px;
        font-size: 14px;
    }
        .intro-tabs__tab a:hover{
            background-color: #fff;
            color: #945f00;
            text-decoration: underline;
            color: #000;
        }

.intro-tabs__tab--active a,
.intro-tabs__tab--active span {
    border-bottom-color: transparent;
    background-color: #fff;
    border: 1px solid #FFF;
    background-image: url("../images/bg-texture.gif");
    font-weight: bold;
    margin-top: 0;
    padding-top: 18px;
    color: #000;
}


/* Tabbed callout box (e.g. for fees) */

.callout-box {}
  .callout-box--right {
    float: right;
    margin-left: 25px;
  }

.callout-box--left {
    float: left;
    margin-right: 25px;
}
    .callout-box--left,
    .callout-box--right {
      margin-bottom: 25px;
      width:50%;
    }

  .callout-box__header {}
    .callout-box__title {
      float: left;
    }
    /* Undo .copy styles */
      .copy .callout-box__title {
        margin: 0;
        padding: 0;
        padding-top: 4px;
      }

    .callout-box__tabs {
      float: right;
      margin-bottom: -1px;
    }
      .callout-box__tab {
        float: left;
        padding: 6px 12px 8px;
        border: 1px solid transparent;
      }
      .callout-box__tab--active {
        border-color: #a1cbd9;
        border-bottom-color: #fff;
        background-color: #fff;
        position: relative;
      }
      .callout-box__tab:hover,
      .callout-box__tab:focus {
        color: #333;
        text-decoration: underline;
      }

  .callout-box__content {
    border-radius: 3px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f5edde;
    padding: 10px 20px 12px;
  }

    /* Reversed version */
.callout-box--reverse .callout-box__content {
    background-color: #F5EDDE;
    border: none;
    box-shadow: none;
    color: #000;
}
      /* Specific uses */
      .callout-box--reverse.callout-box--career .callout-box__content {
        /*background-image: url('../images/bg-career.png');*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }
      /* Adjust reversed type */
      .callout-box--reverse * {
        color: #000;
      }
      .callout-box--reverse h1,
      .callout-box--reverse h2,
      .callout-box--reverse h3,
      .callout-box--reverse h4,
      .callout-box--reverse h5,
      .callout-box--reverse h6 {
        color: #000;
      }
      .callout-box--reverse .callout-box__content a {
        color: #fff;
        text-decoration: underline;
      }
      .callout-box--reverse .callout-box__content a:hover,
      .callout-box--reverse .callout-box__content a:focus {
        color: #a1e8ff;
      }

    /* Tab content visibility */
    .callout-box__tab-content {
      display: none;
    }
    .callout-box__tab-content--active {
      display: block;
    }

  .callout-box__highlight {
    background-color: #f0fbff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 12px 20px;
    margin-bottom: 8px;
  }
/* Content highlight */

.content-highlight,
.copy .content-highlight {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  color: #207792;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 25px;
}
  .content-highlight p:last-of-type {
    padding-bottom: 0;
  }

.numbered-list,
.copy ol.numbered-list {
  counter-reset: numbered-list;
  padding-left: 0;
}
  .numbered-list li,
  .copy ol.numbered-list li {
    list-style: none;
    padding-left: 3.5em;
    position: relative;
    margin-bottom: 14px;
  }
  .numbered-list li:before {
    border-radius: 50%;
    background-color: #3567be;
    color: #fff;
    counter-increment: numbered-list;
    content: counter(numbered-list);
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    left: 0;
    top: -3px;
    padding: 3px 5px 7px;
    height: 18px;
    width: 18px;
  }

.bullet-list,
.copy ul.bullet-list {
  padding-bottom: 15px;
  padding-left: 0;
  padding-top: 15px;
}
  .bullet-list li,
  .copy ul.bullet-list li {
    list-style: none;
    padding-left: 2em;
    position: relative;
    margin-bottom: 10px;
  }
    .bullet-list li:before {
      border-radius: 50%;
      background-color: #666666;
      content: "";
      font-weight: bold;
      position: absolute;
      text-align: center;
      left: 0;
      top: 8px;
      height: 8px;
      width: 8px;
    }
    .bullet-list--college-cass li:before { background: rgba(0, 57, 166, 0.75); }
    .bullet-list--college-cap li:before { background: rgba(227, 114, 34, 0.75); }
    .bullet-list--college-cbe li:before { background: rgba(240, 171, 0, 0.75); }
    .bullet-list--college-cecs li:before { background: rgba(167, 25, 48, 0.75); }
    .bullet-list--college-col li:before { background: rgba(98, 37, 103, 0.75); }
    .bullet-list--college-cmbe li:before { background: rgba(0, 124, 146, 0.75); }
    .bullet-list--college-cpms li:before { background: rgba(0, 105, 60, 0.75); }
    .bullet-list--college-nsc li:before { background: rgba(162, 173, 0, 0.75); }

/* More info */

.more-info {
  background-image: -webkit-radial-gradient(left center, ellipse farthest-corner, rgba(174, 174, 174, 0.1) 0%, rgba(174, 174, 174, 0) 100%);
  background-image: radial-gradient(ellipse farthest-corner at left center, rgba(174, 174, 174, 0.1) 0%, rgba(174, 174, 174, 0) 100%);
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
  width: 25%;
}
  .more-info:before {
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(174, 174, 174, 0), rgba(174, 174, 174, 1), rgba(174, 174, 174, 0));
    background-image: linear-gradient(to bottom, rgba(174, 174, 174, 0), rgba(174, 174, 174, 1), rgba(174, 174, 174, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
  }

  .more-info__apply-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #3e85bd;
    color: #fff;
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 9px 26px 10px 10px;
    text-align: center;
    position: relative;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  }
    .more-info__apply-button:hover {
      background-color: #1f5a89;
      color: #fff;
    }
    .more-info__apply-button i {
      color: #fbeb00;
      margin-top: -2px;
    }
    .more-info .social-icons {
      margin-bottom: 0;
      margin-top: 15px;
    }

/* Responsive embeds */

.responsive-embed {
  position: relative;
  margin-bottom: 25px;
}
  .responsive-embed:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .responsive-embed > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

.responsive-embed + .highlight-grid-container {
  margin-top: -26px;
}

/* Highlight grid */

.highlight-grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.highlight-grid {
  background-color: #5a5a5a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 8px 20px 8px;
  width: 50%;
  width: calc(50% - 40px);
  float: left;
}
  .highlight-grid--grey {
    background-color: #5a5a5a;
    background-image: url('../images/bg-highlight-grid--grey.png');
  }
  .highlight-grid--blue {
    background-color: #328fae;
    background-image: url('../images/bg-highlight-grid--blue.png');
  }
  .highlight-grid--green {
    background-color: #0f4f31;
    background-image: url('../images/bg-highlight-grid--green.png');
  }
  .highlight-grid--red {
    background-color: #5a000b;
    background-image: url('../images/bg-highlight-grid--red.png');
  }
  .highlight-grid:nth-child(2n+1) {
    clear: both;
  }

  /* Adjust reversed type */
  .highlight-grid * {
    color: #fff;
  }
  .highlight-grid h1,
  .highlight-grid h2,
  .highlight-grid h3,
  .highlight-grid h4,
  .highlight-grid h5,
  .highlight-grid h6 {
    color: #fff;
    color: rgba(255,255,255,0.9);
  }
  .highlight-grid a {
    color: #fff;
    text-decoration: underline;
  }
  .highlight-grid a:hover,
  .highlight-grid a:focus {
    color: #fff;
    color: rgba(255,255,255,0.9);
  }

/* Inline search ------------------------------------------------------------ */

.breadcrumbs__inner {
  position: relative;
}
.inline-search {
    font-family: 'Public Sans', sans-serif;
    position: absolute;
    right: 20px;
    top: 1px;
    width: 340px;
    z-index: 10;
    max-width: 100%;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    will-change: width;
}
  .inline-search--active {
    width: 600px;
  }

.inline-search__inner {
  position: relative;
  z-index: 3;
}

.inline-search__inner:before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  right: 100%;
  background-image: -webkit-linear-gradient(right, rgba(220, 239, 245, 1), rgba(220, 239, 245, 0));
  background-image: linear-gradient(to left, rgba(220, 239, 245, 1), rgba(220, 239, 245, 0));
}

.rubric-table {
  overflow-x: visible;
  overflow-y: hidden;
}

.inline-search__query {
    -webkit-appearance: none !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    border: 1px solid #f5edde;
    color: #4c6e78;
    font-family: 'Public Sans', sans-serif;
    margin: 0;
    padding: 0 10px;
    float: left;
    height: 33px;
    width: 100%;
    width: calc(100% - 32px - 20px);
}
.inline-search__query:focus,
.inline-search--active .inline-search__query {
  background-color: #444;
  color: #fff;
}

.inline-search__submit {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.2rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: #208dac;
  color: #fff;
  border: none;
  height: 35px;
  width: 31px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  margin-left: -1px;
  float: left;
}
  .inline-search__submit:focus,
  .inline-search__submit:hover {
    background: #0c5e75;
  }

.inline-search__panel {
  background: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #f5edde;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 16px 2px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transform: translate(0, -32px);
      -ms-transform: translate(0, -32px);
          transform: translate(0, -32px);
  will-change: opacity, transform;
  z-index: 2;
}
  .inline-search--active .inline-search__panel {
    pointer-events: all;
    opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 85ms;
          transition-delay: 85ms;
  }

.inline-search__results {
  float: left;
  border-right: 1px solid #f5edde;
  width: 66.66%;
  width: calc(66.66% - 1px);
}
  .inline-search__results--loading {
    background-image: url('../vendor/images/ajax-loader-sml.gif');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .inline-search__results table {
    margin-bottom: 1px;
  }

.inline-search__options {
  border-left: 1px solid #f5edde;
  float: right;
  margin-left: -10px;
  width: 33.33%;
}
  .inline-search__options fieldset {
    padding: 15px 20px 3px;
  }
  .inline-search__options .even {
    background-color: #eff7f9;
    border-top: 1px solid #f5edde;
    border-bottom: 1px solid #f5edde;
  }
    .inline-search__option {
      color: #257990;
      font-weight: bold;
      padding-bottom: 12px;
    }
    /* Grey out incompatible combinations */
    .inline-search__option--disabled {
      pointer-events: none;
      opacity: 0.4;
    }
      .inline-search__option label {
        font-size: 14px;
        font-size: 1.4rem;
        cursor: pointer;
        padding-left: 5px;
      }

.inline-search-result {
  border: none;
  cursor: pointer;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
  .inline-search-result:nth-child(2n) {
    background-color: #f7fcfc;
  }
  .inline-search-result:hover {
    background-color: #208dac;
    border-color: #208dac;
  }
  .inline-search-result:hover td {
    color: #fff;
  }

.inline-search-result td {
  padding-bottom: 10px;
  vertical-align: middle;
}
.inline-search-result:first-child td {
  padding-top: 10px;
}
  .inline-search-result__code {
    border-left: 4px solid #ddd;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    width: 20%;
  }
  .inline-search-result__label {
    color: #257990;
    font-weight: bold;
    width: 65%;
  }
  .inline-search-result__type {
    color: #999;
    width: 15%;
  }

.inline-search__view-all {
  background-color: #208dac;
  border-bottom-left-radius: 2px;
  color: #fff;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding: 10px 25px 12px;
  margin: 0 -1px -1px;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
  .inline-search__view-all:hover,
  .inline-search__view-all:focus {
    color: #fff;
    background-color: #0c5e75;
  }

/* Mobile styles ------------------------------------------------------------ */

@media only screen and (max-width: 960px) {
  .masthead__inner,
  .breadcrumbs__inner,
  .intro__inner,
  .main-inner,
  .page-contact__inner {
    width: 100%;
  }
  .page-contact__inner {
    width: calc(100% - 40px);
  }
  .main,
  .intro,
  .masthead,
  .header,
  .footer,
  .page-contact,
  .breadcrumbs {
    min-width: 0;
  }
  .narrow {
    width: 20%;
    width: calc(20% - 40px);
  }

  .doublenarrow {
    width: 50%;
    width: calc(50% - 40px);
  }

  .doublewide {
    width: 70%;
    width: calc(70% - 40px);
  }

  .w-narrow {
    width: 20%;
  }

  .w-doublenarrow {
    width: 50%;
  }

  .w-wide {
    width: 33.3333%;
  }

  .w-doublewide {
    width: 70%;
  }

  .w-full {
    width: 100%;
  }

  .w-one-third {
    width: 33.3333%;
  }

  .w-two-third {
    width: 66.6666%;
  }
  .accessibility span {
    max-width: 100%;
  }
  .page-contact__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .breadcrumbs__list,
  .footer__inner,
  .header__inner {
    width: auto;
  }
  .header__dropdown-explore-anu,
  .header__dropdown-az-index {
    width: 50%;
  }
  .degree-finder-divider,
  .catalogue-search-divider {
    width: 50%;
  }
  .copy .alert {
    width: 100%;
  }
  .degree-summary {
    width: 50% !important;
    margin-left: 20px;
    padding-top: 10px;
  }
    .degree-summary__requirements-length {
      width: 100%;
      padding-right: 0;
    }
    .degree-summary__requirements-units {
      padding-top: 10px;
      width: 100%;
    }
    .degree-summary__admission-note a {
      clear: both;
      display: block;
      text-align: left;
      padding-top: 20px;
      width: 125px;
    }

  .intro__apply-to-study {
    text-align: left;
    margin-left: -24px;
  }
  .intro__apply-to-study__current-academic-year,
  a.apply-to-study-button,
  a.enquire-now-button {
    display: inline-block;
    margin-left: 0;
    float: none;
  }
  a.apply-to-study-button {
    margin-right: 10px;
  }
    .intro__apply-to-study .dropdown {
      position: absolute;
      top: 0;
      right: 0;
    }
    .intro__apply-to-study .dropdown > span {
      display: none;
    }
  .molecule-container {
    display: none;
  }
  .intro__degree-description__text {
    float: none;
    width: auto;
  }
  .breadcrumbs__list {
    white-space: normal;
  }
  .breadcrumb__list-item {
    display: inline-block;
    padding-right: 5px;
  }
  a.breadcrumb__list-anchor:after {
    padding-left: 5px;
  }
  .intro--home .intro__landing-title,
  .intro--home .intro__landing-description,
  .intro--catalogue-search .intro__landing-title,
  .intro--catalogue-search .intro__catalogue-search-description {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - 4rem);
  }
  .catalogue-search-box--home {
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    width: calc(100% - 4rem);
  }
  .catalogue-search-box--home .catalogue-search-box__input {
    box-sizing: border-box;
    font-size: 1.4rem !important;
    height: 46px;
    width: 85%;
  }
  .catalogue-search-box--home .catalogue-search-box__button {
    box-sizing: border-box;
    height: 46px;
    width: 15%;
  }
  .landing-left-box,
  .landing-right-box {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem);
  }
  .catalogue-search-filter-columns {
    border-radius: 3px;
    background-color: #F5EDDE;
    margin-top: 30px;
    padding: 25px 15px 0;
  }
  .catalogue-search-filter-column {
    display: block;
    padding-bottom: 25px;
    width: 100%;
  }
  .catalogue-search-results {
    display: flex;
    flex-flow: row wrap;
  }
  .catalogue-search-results .table-container {
    order: 2;
    width: 100%;
  }
    .catalogue-search-results .table-container table {
      width: 100%;
    }
    .catalogue-search-results__sidebar .affix {
        position: static;
    }
  .catalogue-search-results__sidebar {
    padding-left: 0;
    margin-top: -20px;
    margin-bottom: 30px;
    order: 1;
    width: 100%;
  }
      .degree-finder__results-footer a {
        float: left;
        padding-left: 10%;
    }

    .catalogue-search-results__sidebar-heading {
      background-color: #be830e;
      border-radius: 3px;
      position: relative;
      cursor: pointer;
      text-align: center;
      display: block;
      width: 100%:;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .catalogue-search-results__sidebar-heading:after {
      content: "\f0da";
      font-family: "FontAwesome";
      padding-left: 5px;
      display: inline-block;
      width: 15px;
    }
    .catalogue-search-results__sidebar-heading--toggled:after {
      content: "\f0d7";
    }
      .catalogue-search-results__sidebar-heading span {
        display: none;
      }
    .catalogue-search-results__sidebar-inner {
      display: none;
      padding: 25px 15px;
    }
    .catalogue-search-results__sidebar-inner--visible {
      display: block;
    }
}

@media only screen and (min-width: 767px) {
  .show-mobile {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__list {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  .breadcrumbs__list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
  }
  .inline-search {
    position: static;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    width: calc(100% - 40px);
  }
    .inline-search__panel {
      left: 20px;
      right: 20px;
    }
      .inline-search__results {
        float: none;
        width: 100%;
      }
      .inline-search__options {
        display: none;
      }
  .intro__degree-title {
    font-size: 2.6rem !important;
  }
  .intro__degree-description__text {
    font-size: 1.4rem !important;
  }
  .intro__apply-to-study {
    position: static;
    margin-left: 0;
  }
    .intro__apply-to-study .dropdown {
      position: absolute;
      top: 20px;
      right: 20px;
    }
  .degree-summary {
    float: none;
    margin-left: 0;
    margin-top: auto !important;
    width: 100% !important;
  }
    .degree-summary__codes-column {
      display: block;
      float: none;
      width: 100%;
    }
    .degree-summary__codes-column--hidden {
       display: none;
    }
    .degree-summary__codes-toggle {
      cursor: pointer;
      background: none;
      border: none;
      display: block;
      font-size: 11px !important;
      font-size: 1.1rem !important;
      color: #4c6e78;
      font-weight: bold;
      letter-spacing: .2em;
      text-transform: uppercase;
      padding-left: 15px;
      padding-bottom: 10px;
      width: 100%;
      text-align: left;
    }
    .degree-summary__codes-toggle--down {
      padding-bottom: 20px;
    }
      .degree-summary__codes-toggle i {
        font-size: 1.3rem !important;
      }
      .degree-summary__codes-toggle--down i:before {
        content: "\f0d7";
      }
      .degree-summary__actions-link i {
        margin-right: 0;
      }
      .degree-summary__actions-link span {
        display: block;
        padding-top: 5px;
      }
  .more-info {
    width: 45%;
  }
  .google-wrapper {
    padding-top: 0;
    padding-left: 20px;
  }
  .table-container,
  #tabs-container {
    width: 100%;
    max-width: 100%;
    overflow: scroll;
  }
    .table-container table,
    .table-container .table-program {
      width: 500px;
    }
    .table-container .table-terms {
      width: 600px;
    }
  .callout-box--left,
  .callout-box--right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .intro__degree-description__text {
    float: none;
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 25px;
  }
  .narrow,
  .doublenarrow,
  .doublewide {
    width: 100%;
    width: calc(100% - 40px);
  }
  .intro-tabs {
    width: 100%;
  }
  .page-contact__inner,
  .w-narrow,
  .w-doublenarrow,
  .w-wide,
  .w-doublewide,
  .w-full,
  .w-one-third,
  .w-two-third {
    float: none;
    width: auto;
  }
  .secondary-navigation-wrapper {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .intro--home .intro__landing-title,
  .intro--catalogue-search .intro__landing-title {
    font-size: 2.4rem !important;
  }
  .intro--home .intro__landing-description,
  .intro--catalogue-search .intro__catalogue-search-description {
    font-size: 1.4rem !important;
  }
  .landing-left-box,
  .landing-right-box {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
  }
  .landing-left-box {
    margin-bottom: 3rem;
  }
    .landing__left-box__description,
    .landing__right-box__description {
      width: calc(100% - 40px);
    }
  .catalogue-search-buttons {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
    .catalogue-search-button {
      width: 100%;
    }
    .catalogue-search-note {
      background-position: center 12px;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 40px 10px 10px;
    }
    .catalogue-search-filters--heading span {
      display: none;
    }
    .catalogue-search-results .table-container table {
      width: 700px;
    }
}

@media only screen and (max-width: 400px) {
  .more-info {
    background: none;
    width: 100%;
    display: block;
    float: none;
    padding: 0 0 20px;
    margin: 0;
  }
  .more-info:before,
  .more-info:after {
    display: none;
  }
  .highlight-grid {
    float: none;
    width: 100%;
  }
}
