section.search--hero {
  background-image: url(../img/jpg/mills-learningcommons.jpg);
  padding-top: 0rem;
  padding-bottom: 0rem;
}

section.search--hero input[type="text"] {
  line-height: 2.8rem;
}

section.search--hero .btn.btn-search::after, section.search--hero .btn-search::after {
  width: 28px;
  height: 28px;
}

section.search--hero:before {
  background: none;
}

div.edit-block {
  border: 1px #666 dashed;
}

ul.icon-menu.service-group, ul.icon-menu.research-group {
  padding-left: 0;
  padding-top: 20px;
}

ul.icon-menu.service-group li, ul.icon-menu.research-group li {
  border: 0px;
  margin-bottom:0;
  font-size:16px;
  line-height:24px;
}
ul.icon-menu.service-group li .fa, ul.icon-menu.research-group li .fa {
  margin-left:-17px;
}

.img-thumbnail.pull-left {
  margin: 0 15px 15px 0;
}

.img-thumbnail.pull-right {
  margin: 0 0 15px 15px;
}


.ajax-progress-throbber {
  display: none;
}

content section {
  overflow-x: inherit;
}


#helpModal .accordion .card-header {
  padding: .8rem 1.25rem;
  background-color: rgba(0,0,0,.03);
}

#helpModal .accordion .card {
  border: none;
  margin-bottom: 0px;
}

#helpModal .accordion a:not(.collapsed)::before {
  background: none;
}

.modal .modal-header {
  border-bottom: 1px solid #e5e5e5;
}

.modal .modal-footer {
  justify-content: flex-end;
}

.modal h5.modal-title {
  font-size: 25px;
  margin-top: 0px !important;
}

a.btn.btn-admin, button.btn.btn-admin {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #666;
  border-radius: 4px;
}

/* Style below needed for Ask floater button - do not change */
.libraryh3lp a {
  color: #fff !important;
  background:#7a003c !important;
  border-color:#7a003c !important;
  padding:18px 24px !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  text-transform: uppercase;
  font-size:14px !important;
  letter-spacing:2px;
  font-family: 'Roboto Condensed', sans-serif !important;
  right:24px !important;
  transition: padding 0.3s ease-out;
}
a.btn.btn-admin, button.btn.btn-admin {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #666;
  border-radius: 4px;
}

.btn-admin {
  background-color: #222;
  border-color: #222 !important;
  color: #fff;
  padding: 6px 9px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  border-radius: 3px !important;
  position: relative;
}
.btn-admin:hover {
  color:#fff;
  background:#7a003c;
  border-color:#7a003c !important;
}
.btn-admin.dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  top: 14px;
  left: 3px;
}

/* =Accordion
================================================== */
.accordion {
  margin-bottom: 24px;

}
.accordion .card-body {
  color:#42474D;
  font-weight:400;
}
.accordion .card-body .container {
  padding-left:24px;
  padding-right:24px;
}
.accordion .card {
  box-shadow: none;
  margin-bottom: 0;
  border: none;
}
.accordion .card-header {
  padding: 0;
  border-bottom: 0;
}
.accordion .card-header .card-title {
  font-weight: 300;
  letter-spacing: 2px;
/*  text-transform: uppercase;*/
  margin-bottom: 0;
  background: #fff;
  color: #222;
  padding: 0;
  font-size: 24px;
}
.accordion .card-header a {
  background: #fff;
  display: block;
  color: #222;
  transition: all 0.3s ease-out;
  padding: 36px 0;
  position: relative;
}

.accordion .card-link {
  font-size: inherit;
  text-transform: none;
}

.accordion .card-header .card-title a .container {
  line-height: 1;
/*  text-transform: uppercase;*/
  letter-spacing: 1px;
  position: relative;
}
.accordion .card-header .card-title a .container:after {
  display: block;
  content: '';
  position: relative;
  bottom: -36px;
  width: calc(100% + 108px);
  left: -108px;
  border-bottom: 2px solid #efefef;
  transition: all 0.2s ease-out;
  /*  margin-left: -80px;*/
}
.accordion .card-header .card-title a:hover .container:after,
.accordion .card-header .card-title a[aria-expanded="true"] .container:after {
  border-color: transparent;
}
.accordion .card-header:hover a.collapsed {
  background-color: #222;
  color: #fff;
  text-decoration: none;
}
.accordion .card-header a[aria-expanded="true"] {
  background-color: #7a003c;
  color: #fff !important;
  text-decoration: none;
}

.accordion .card-header a[aria-expanded="true"] .move-title {
  color: #fff !important;
}
.accordion .card-body {
  background-color: #ececec;
  padding: 36px 15px;
  box-shadow: inset 0 24px 30px -24px rgba(94, 106, 113, 1);

}
.accordion .card-body p:last-of-type {
  margin-bottom: 0;
}
/* Accordion Plus Minus Icon */
.accordion .card-header span {
  box-sizing: border-box;
  border: 2px solid #fdbf57;
  display: inline-block;
  transition: transform 0.3s;
  padding: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.accordion .card-header a[aria-expanded="true"] span,
.accordion .card-header a:hover span {
  transform: rotate(0deg);
  background-color: #fdbf57;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.3);
}
.accordion .card-header span::before {
  content: '';
  display: block;
  width: 24px;
  height: 0px;
  border-bottom: solid 2px #222;
  position: absolute;
  bottom: 27px;
  transform: rotate(-90deg);
  transition: width 0.3s;
}
.accordion .card-header a[aria-expanded="true"] span::before,
.accordion .card-header a:hover span::before {
  width: 0px;
  height: 0px;
  border-bottom: solid 2px transparent;
  position: absolute;
  bottom: 12px;
  transform: rotate(-90deg);
}
.accordion .card-header span::after {
  content: '';
  display: block;
  width: 24px;
  height: 0px;
  border-bottom: solid 2px #222;
  position: absolute;
  bottom: 27px;
}
.accordion .move-title {
  padding-left: 80px;
}
.accordion .card-header a[aria-expanded="true"] span::after,
.accordion .card-header a:hover span::after {
  border-bottom-color: #222;
}
@media (max-width: 575.98px) {
  .accordion .card-header .card-title a .container {
    padding-left: calc(60px + 12px + 1rem);
  }

  .accordion .card-header span {
    margin-left: 0;
    left: 12px;
  }
}

.accordion a:not(.collapsed):before {
    position: absolute;
    height: 0;
    background: none;
    width: auto;
    top: 0;
    left: 0;
}

.accordion .card h3 {
  margin-top: 0;
}

.accordion .card-body a {
  background: transparent !important;
  text-decoration: underline;
}

.tab-content {
  background: transparent;
  margin-bottom:60px;
}

#nav-tabContent .tab-pane.active {
  margin-left: -15px;
  margin-right: -15px;
}

#tabMenu {
  margin-left: -15px;
}

body.front .tab-content .tab-pane.active {
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.4);
    background: #fff;
}

.view-library-search .tab-pane {
  background: #fff;
}

.nav-tabs:first-child a {
  border-left: 1px solid #ebebeb !important;
}

.nav-tabs .nav-item:last-of-type>a {
  border-right: 1px solid #ebebeb !important;
}

.nav-tabs .nav-item .nav-link {
  border-color: #ebebeb !important;
}

.cards-row {
  padding-top:24px;
}

@media (min-width: 768px){
  .nav-tabs .nav-item .nav-link {
    padding: 24px 18px 18px 18px;
  }
}
.h1, h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.page-databases h1, .page-contact h1, .page-data-statistics-collection h1 {
  margin-top: 3rem;
}

.card ul.social--links {
  padding-left: inherit;
  padding-top: 0;
  display: inline;
}

#site-footer ul.social--links {
  max-width: 200px;
}

.btn-group-vertical a:hover,
.btn-group-vertical>.btn:hover {
  background-color: #ebebeb;
}

.card a h3 {
  color:#222 !important;
  text-decoration:none !important;
}
.card a div {
  color:#666 !important;
  text-decoration:none !important;
}
.card a:hover h3 {
  color:#ac1455 !important;
  text-decoration:none !important;
}
.card a:hover div {
  color:#666 !important;
  text-decoration:none !important;
}
.tab-pane {
  min-height:300px;
}
/*
.logged-in .section-content:hover {
  border:2px solid pink;
}
*/

body.sidebar-first content section {
  display: inline-block;
  width: 75%;
}

body.sidebar-first content .sidebar-right {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  float: right;
  padding: 40px 10px;
}

.sidebar .btn-group-vertical > a i {
  position: absolute;
  right: 5px;
}

@media (max-width: 768px){
  body.sidebar-first content section {
    display: block;
    width: 100%;
  }

  body.sidebar-first content .sidebar-right {
    display: block;
    width: 100%;
  }
}

.edit-links {
  position: relative;
  z-index: 10;
}

.edit-links a {
  margin: 0 5px;
}


/* Homepage Styles */
section.welcome .view-header, section.welcome .view-footer {
  width: 100%;
}

section.welcome .view-homepage-icons, section.welcome .view-content {
  display: flex;
  width: 100%;
}

section.welcome {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

section.welcome .view-header h2 {
  margin-bottom: 10px;
}

.link-cover {
  display: none;
}

.banner-no-title .link-cover {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .brand-carousel {
    height: 528px;
  }
  .brand-carousel-cell {
    height: 528px;
  }
}
.brand-carousel {
  border-bottom: none;
}

.brand-carousel .container-fluid {
  margin-left: 0px;
  margin-right: 0px;
}

.brand-carousel-cell {
  width: 100%;
  max-height: 500px; 
  border-bottom: 6px solid #fdbf57;
  background: black;
  position: relative;
  overflow: hidden;
  margin-right: 0px;
}

@media only screen and (min-width: 1200px) {

  .brand-carousel-cell {
    max-height: 528px;
    height: 528px;
  }

}


.banner-no-title .brand-carousel__text__left, .banner-no-title-have-overview .brand-carousel__text__left {
  background: none;
}

.banner-no-title .brand-carousel__image {
  width: 100%;
}

.page-node-21624 .brand-carousel__image {
  top: 300px;
}

.banner-no-title .brand-carousel__title,
.banner-no-title .brand-carousel__text__left:after,
.banner-no-title .brand-carousel__btn,
.banner-no-title .banner-title {
  display: none;
}

.homepage .view-footer .bw-button--solid {
  background: #7a003c;
}


.form-control {
  padding: 11px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dbdbdd;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(94, 106, 113, 0.1);
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
}

select.form-control {
  padding-right: 72px;
  border-radius: 24px;
  height: 48px !important;
  min-width: 156px;
  background-repeat: no-repeat;
  background-size: 55px 46px;
  background-position: right center;
  background-image: url('data:image/svg+xml;charset=utf8,<svg data-name="DropdownArrow" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 84 60"><rect y="-12" style="fill:%23fdbf57;" width="84" height="84"/><polyline style="fill:none;stroke:%23222222;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" points="49,25.3 40,34.3 31,25.3 "/></svg>');
}

.filter-group .form-control.custom-select,
.filter-group div.form-item {
  width: 100%;
}


section.search .btn.btn-secondary, #views-exposed-form-databases-page .btn-secondary {
  color: #222;
  background-color: #fdbf57;
  border-color: #fdbf57;
  padding: 5px 30px;
}

section.search input[type=text] {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 3px !important;
  width: 99%;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #1a1c1d;
  line-height: 1.6rem;
  height: 48px !important;
}

section.search .input-group-append {
  position: absolute;
  right: 16px;
  top: 11px;
}

section.search .btn.btn-search, .btn-search, .page-databases .btn.btn-search {
  color: #222;
  background-color: #fdbf57;
  border-radius: 0 50px 50px 0;
  border: 0;
  padding: 1.4rem 3rem 1.4rem 3rem;
}

section.search .btn.btn-search::after, .btn-search::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 9px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="-1 -1 30 30"> <circle style="fill:none;stroke:%23222222;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" cx="10.8" cy="10.8" r="10"/><line style="fill:none;stroke:%23222222;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" x1="17.8" y1="17.8" x2="24.8" y2="24.8"/></svg>');
  background-color: transparent;
}

.view-clone-of-services section.search, #views-exposed-form-areas-page section.search, #views-exposed-form-data-statistics-collection-page section.search, #views-exposed-form-staff-pages-page section.search {
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

#views-exposed-form-databases-page .btn-search::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="-1 -1 30 30"> <circle style="fill:none;stroke:%23FFFFFF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" cx="10.8" cy="10.8" r="10"/><line style="fill:none;stroke:%23FFFFFF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" x1="17.8" y1="17.8" x2="24.8" y2="24.8"/></svg>');
}

.see-all {
  background: #fdbf57;
  font-weight: 800;
  text-transform:uppercase;
  position:relative;
  font-size:14px;

}
.see-all:hover {
  background:#dbdbdd !important;
}
.see-all:after {
  transition: background-color .15s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,<svg data-name="ButtonArrow" xmlns="http://www.w3.org/2000/svg" width="13" height="6.7" viewBox="0 0 13 6.7"><line style="fill:none;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;" x1="0.5" y1="3.3" x2="12.2" y2="3.3"/><polyline style="fill:none;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;" points="9.4,0.5 12.2,3.3 9.4,6.2 "/></svg>');
  background-color: transparent;
}
.see-all.active:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg data-name="ButtonArrow" xmlns="http://www.w3.org/2000/svg" width="13" height="6.7" viewBox="0 0 13 6.7"><line style="fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;" x1="0.5" y1="3.3" x2="12.2" y2="3.3"/><polyline style="fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;" points="9.4,0.5 12.2,3.3 9.4,6.2 "/></svg>');

}
.field-name-field-call-to-action-text {
  margin: 10px 0;
}

#site-footer {
  clear: both;
}

#site-footer h3 a, .view-databases .views-field-title, .view-databases .views-field-field-url2, .view-databases .views-field-field-url3 {
  font-weight: bold;
}

.view-databases .dbazlist {
  padding: 20px 0px;
  margin-left: -20px;
}

li.alphabetical-list-element.empty {
  font-weight: 100;
}

.view-databases .view-header {
  font-size: large;
}

.view-databases .view-header .reset {
  background-color: #7a003c;
  color: #fff;
  padding: 3px;
}

#views-exposed-form-databases-page section.search, #views-exposed-form-geospatial-data-page-1 section.search {
  background-color: #fff;
  padding-bottom: inherit;
  padding-top: inherit;
}

#views-exposed-form-databases-page section.search .filter-group {
  margin-bottom: inherit !important;
}

#views-exposed-form-databases-page .db-search-step1, #views-exposed-form-databases-page .db-search-step2 {
  margin-top: inherit;
}

#views-exposed-form-databases-page section.search .filter-group {
  margin-bottom: 1.4rem;
}

#views-exposed-form-databases-page .db-search-step2 {
  margin-bottom: 1.4rem;
}

.view-databases .db-or {
  text-align: center;
}

.view-databases .views-exposed-form .views-exposed-widget {
  float: none;
  padding: .5em 1em 0 0;
  display: inline-block;
}

.view-databases .views-submit-button button {
  display: none;
}

.view-databases .views-field-title, .view-databases .views-field-created, .view-databases .views-field-field-trial {
  display: inline-block;
}

#views-exposed-form-databases-page .btn-secondary {
  height: calc(1.6rem + 3.2rem);
}

#views-exposed-form-databases-page .input-group-append .btn-secondary {
  background-color: #7a003c;
  border-color: #7a003c;
  color: #fff;
}

.view-databases #edit-keys, .view-geospatial-data #edit-keys {
  height: 48px;
}

.view-databases .views-field-title {
  margin-top: 10px;
}

.view-databases .views-field-title, .view-databases .views-field-field-url2, .view-databases .views-field-field-url3 {
  font-size: 1.8rem;
}

.view-databases .label-default {
  background-color: #5e6a71;
}

.view-databases .views-field-field-trial .label-default {
  background-color: #fdbf57;
  color: #000;
}

.view-databases .label {
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.view-databases .views-field-created a:hover {
  text-decoration: none;
}

.view-databases .views-row {
  border-bottom: 1px solid #5e6a71;
  clear: both;
  padding-top: 10px;
}

.view-databases .views-field-field-description .field-content p {
  margin-bottom: 1rem;
}

.view-databases .views-field-field-num-simusers {
  margin-top: -1rem;
}

.view.view-databases.view-id-databases.view-display-id-block_2 {
  margin-bottom: 30px;
}

.view-id-databases.view-display-id-block_2 .views-row, .view-id-databases.view-display-id-block_1 .views-row {
  border-bottom: 0px;
}

.view.view-databases.view-id-databases.view-display-id-block_2 .view-header p, .view.view-databases.view-id-databases.view-display-id-block_1 .view-header p {
  margin-bottom: 1rem !important;
}

.view-databases .field-content, .node-type-databases .title h1,  .node-type-databases .title h2 {
  display: inline-block;
}

.view-databases-best-bets .views-field-field-description .field-content {
  display: block;
}

.view-databases-best-bets h2 {
  margin-top: 0px;
}

.view-databases-best-bets .views-row {
  border: none;
  padding-top: 0px;
}

.view-databases-best-bets .card {
  margin-bottom: 3rem;
}

.node-type-databases .title h1 {
  vertical-align: middle;
  margin-bottom: 2rem;
}

.view-databases ul.pager {
  margin-top: 1em;
}

.view-databases ul.views-summary li {
  float: left;
  list-style: none;
}

.view-databases ul.azlist li, .view-databases-test ul.azlist li, .view-classroom-directory ul.azlist li, .view-databases-test ul.azlist li {
  float:left;
  list-style: none;
  padding-right: 10px;
  font-size: 1.2em;
}

.view-classroom-directory ul.azlist {
  padding-bottom: 30px;
}

.node-type-classroom-directory .section__header .col-md-12, .node-type-classroom-directory .technology hr, .page-node-17055 .technology hr, .node-type-staff-page .section__header h1, .node-type-staff-page .technology hr {
  display: none;
}

.node-type-classroom-directory .section__header, .page-node-17055 .section__header {
  padding-bottom: 0px;
}

.view.view-databases-best-bets {
  border: 1px solid #000;
  padding: 30px;
  width: 75%;
  margin: 20px auto;
  background-color: #ececec;
}

.view.view-databases-best-bets .views-row {
  border-top:0px;
}

.node-type-databases .content-sidebar--no-tabs .sidebar {
  overflow: hidden;
  padding-left: 80px;
}

.node-type-databases .comment {
  margin-bottom: 20px;
}

.node-type-databases .publicnote, .node-type-databases .description {
  padding-top: 10px;
}

.databases-whitebg {
  background-color: #fff;
  padding: 10px;
}

.databases-whitebg:hover {
  box-shadow: 0 0 36px rgba(94, 106, 113, 0.6);
  border-color: #ccc;
  z-index: 1;
}

.databases-whitebg {
  box-shadow: 0 0 36px rgba(94, 106, 113, 0.2);
  border: 1px solid #dbdbdd;
  border-radius: 0;
  margin-bottom: 24px;
  transition: all 0.5s ease;
}

.node-type-databases .breadcrumb {
  padding: 2.3rem 1rem;
}

.node-type-databases .content-sidebar--no-tabs .content, .node-type-databases .content-sidebar--no-tabs .sidebar, .node-type-geospatial-data .content-sidebar--no-tabs .content, .node-type-geospatial-data .content-sidebar--no-tabs .sidebar {
  padding-top: 2.4rem;
}

.node-type-geospatial-data .field {
  margin-top: 10px;
}

body.node-type-databases {
  background-color: #f5f5f5;
}

.view-data-statistics-collection #edit-search-api-views-fulltext {
  height: 45px;
}

.view-data-statistics-collection .view-filters {
  margin-bottom: 30px;
}

#views-exposed-form-data-statistics-collection-page section.search {
    background-color: #fff;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.view-classroom-directory table, .view-geospatial-data table, .page-archives-anglican table {
  width: 100%;
}

.view-classroom-directory #edit-field-cavs-capacity-value-1-value {
  height: 48px;
}

.node-classroom-directory .field-label-above .field-label, .node-type-data-statistics .field {
  padding-top: 10px;
}

.round-icon {
  border: 3px solid #fdbf57;
  background-color: #fff;
}
.services-row .col-md-4 {
  margin-top:10px;
  margin-bottom:0px;
}

.show-more-services i {
  margin-top: 1.5rem;
}

.services-row .col-md-4 .card__interior {
  height:100%;
  padding-bottom:48px;
  margin-bottom:0;
  position:relative;
}
.services-row .col-md-4 .card__interior .btn-floater {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  text-align:center;
}
nav.navbar.navbar-dark .navbar-nav .nav-item.open>a {
  color: #1a1c1d;
  background-color: #fff;
  border-top: 4px solid #ffbc3d;
  position: relative;
  box-shadow: 0 5px 16px 0 rgba(0,0,0,.2);
/*    z-index: 1010; */
}
nav.navbar.navbar-dark .navbar-nav .nav-item.open>a>svg .search{
  fill:#222;stroke:none;stroke-miterlimit:10;
}


.node-highlight-boxes-content .card h3, .view-homepage-icons .col-five h3 {
  font-weight:500;
  font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
  text-transform: none;
  letter-spacing:0;
}
.homepage .view-header h2 {
  font-size:36px;
  margin-bottom:60px;
  margin-top:0;
}
.node-highlight-boxes-content {
  padding-top: 0px;;
  padding-bottom: 0px;
}

.node-highlight-boxes-content .card .field-items, .view-staff-pages .card .field-content {
  letter-spacing: .01em;
  font-weight: 100;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #1a1c1d;
}

.node-highlight-boxes-content .card .field-items {
  margin-bottom: 2.4rem;
}

.node-highlight-boxes-content .card .rounded-circle, .view-homepage-icons .col-five img, .view-staff-pages img, .view-staff-pages .nostaffphoto, .node-staff-page .staffphoto, .node-staff-page .nostaffphoto {
  border: 3px solid #fdbf57;
  background-color: #fff;
  width: 120px;
  height: auto;
  border-radius: 50%;
  display:inline-block;
  margin-bottom:0;
  margin-top:24px;
}

.nostaffphoto {
  font-size: 100px;
  height: 120px !important;
  color: #dbdbdd;
  padding-top: 3px;
}

.nostaffphoto:hover {
  color: #5e6a71;
}

.view-staff-pages img {
  width: auto;
}

.view-staff-pages .card:hover {
  box-shadow: 0 2px 30px #e2e5e6;
}

.node-highlight-boxes-content .card .rounded-circle {
  margin-top: 0px;
}

.node-highlight-boxes-content .card__thumbnail-wrapper>i, .node-highlight-boxes-content .card__thumbnail-wrapper > a > i {
  border: 3px solid #fdbf57;
  background-color: #fff;
  width: 112px;
  height:112px;
  font-size:60px;
  padding:0;
  line-height:105px;
  color:#5e6a71;
}

.card__thumbnail-wrapper > a > i {
  width: 12rem;
  height: 12rem;
  line-height: 12rem;
  font-size: 8rem;
  border-radius: 50%;
  color: #fff;
  background-color: #5e6a71;
}

.icon-circle {
  border: 3px solid #fdbf57;
  background-color: #fff;
  width: 112px;
  height:112px;
  font-size:60px;
  padding:0;
  line-height:105px;
  color:#5e6a71;
  border-radius: 50%;
  display:block;
  margin:auto;
}

ul.icon-menu li {
  padding-left:24px;

}
ul.icon-menu li .fa {
  margin-left:-24px;

}
.libraryh3lp {
  padding:18px 24px !important;
  background-color: #7a003c !important;
  border:none !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  text-transform: uppercase;
  font-size:14px !important;
  letter-spacing:2px;
  font-family: 'Roboto Condensed', sans-serif !important;
  right:24px !important;
  transition: padding 0.3s ease-out;
}
.libraryh3lp a:hover {
  padding-bottom:30px !important;
}
.libraryh3lp a:hover {
  text-decoration: none;
}

.libraryh3lp-offline, a.libraryh3lp-offline {
  background: rgba(94, 106, 113, 1) !important;
}

.libraryh3lp a.libraryh3lp-offline {
  border-color: #5e6a71 !important;
}

.libraryh3lp .fa {
  margin-right:6px;
  font-size:18px;
}

.page-node-22231 .libraryh3lp, .page-node-22231 .libraryh3lp a {
  background-color: #fff !important;
  color: #000;
  box-shadow: none;
}

/* Survey Button */
#surveybutton {
  position: fixed;
  left: 24px;
  bottom: 0;
  line-height: 24px;
  background-color: #fdbf57;
  color: #000;
  text-transform: uppercase;
  z-index: 1001;
}

#surveybutton a {
  padding: 18px 24px !important;
  border-radius: .5em .5em 0 0;
  -moz-border-radius: .5em .5em 0 0;
  -webkit-border-radius: .5em .5em 0 0;
  color: #000 !important;
  line-height: 1em;
  border: 1px solid #000 !important;
  background: #fdbf57;
  position: fixed;
  text-align: center;
  bottom: 0;
  letter-spacing: 2px;
  font-size: 14px !important;
  font-family: 'Roboto Condensed',sans-serif !important;
  font-weight: 400;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

#surveybutton a:hover {
  text-decoration: none;
  padding-bottom: 30px !important;
}

#surveybutton a sup {
  top: -.3rem;
}

@media only screen and (max-width: 767px) {
  #surveybutton, #surveybutton a {
    bottom: 70px;
  }
}

.ticker-carousel .carousel-cell {
    width: 100%;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.ticker-carousel.gold {
  background-color: #fdbf57;
}

.ticker-carousel.blue {
  background-color: #007096;
}

.ticker-carousel.blue .page-intro, .ticker-carousel.blue .page-intro a {
  color: #fff;
  padding-right: inherit;
}

.ticker-carousel.blue .page-intro i {
  padding-right: 10px;
}

.ticker-carousel.blue .page-intro a {
  text-decoration: underline;
}

.ticker-carousel.blue .carousel-cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ticker-carousel .page-intro {
  padding-right: 160px;
  padding-left:0;
  margin:0;
  position:relative;
}

.ticker-carousel.blue .flickity-prev-next-button {
  background: #fff;
  width: 20px;
  height: 20px;
  top: 30%;
}

.ticker-carousel .col-10 {
  margin:0 auto !important;
}
.ticker-carousel .btn.btn-primary, .research-banner .btn.btn-primary {
  position: absolute;
  right: 0;
  padding: 12px 24px;
  top: 50%;
  margin:0;
  margin-top:-24px;
  border-color:#222;
}

.ticker-carousel .btn.btn-primary:hover, .research-banner .btn.btn-primary:hover {
  background-color:#222;
  border-color: #222;
  color:#fff;
}
.ticker-carousel .flickity-prev-next-button {
  top:40%;
  box-shadow:none;
}

@media (max-width: 576px) {
  .ticker-carousel .btn.btn-primary {
  position: relative;
  right: auto;
  top: auto;
  margin:12px 0;
}
  .ticker-carousel .page-intro {
  padding-right: 0;
  padding-left:0;
}

}
/* FIX SVG */

.btn.btn-arrow-right::after {
  background: url('data:image/svg+xml;charset=utf8,<svg id="6b25c3cc-c3db-4dd5-b4d4-8acfd800e7d9" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39" height="39" viewBox="0 0 39 39"><defs><style>.a3dd6ee77-e3e7-404a-af29-f371ec9507f6{fill:none;}.a342c6e83-3ae3-48cf-9efd-f25b70b42bbb{clip-path:url(%23e2a9b638-782f-4be5-8491-a5ad60b466fd);}.e23f815b-88d8-4906-b95f-60b9fb75f76a{fill:%237a003c;}.a255baad9-5c09-4a2d-a797-5eb447cf5706{fill:%23fff;}</style><clipPath id="e2a9b638-782f-4be5-8491-a5ad60b466fd"><rect class="a3dd6ee77-e3e7-404a-af29-f371ec9507f6" width="39" height="39"/></clipPath></defs><title>Untitled-2</title><g class="a342c6e83-3ae3-48cf-9efd-f25b70b42bbb"><path class="e23f815b-88d8-4906-b95f-60b9fb75f76a" d="M19.5,0A19.5,19.5,0,1,0,39,19.5,19.5,19.5,0,0,0,19.5,0"/></g><rect class="a255baad9-5c09-4a2d-a797-5eb447cf5706" x="13.01" y="18.5" width="11.6" height="2"/><polygon class="a255baad9-5c09-4a2d-a797-5eb447cf5706" points="20.66 25.16 19.2 23.79 23.24 19.5 19.2 15.21 20.66 13.84 25.99 19.5 20.66 25.16"/></svg>') no-repeat right center;
}

.bw-button--solid::after {
  background: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="22" height="11.31" viewBox="0 0 22 11.31"><defs><style>.eca0ef40-5b12-444f-ab3f-c13296cc72a2{fill:%23fff;}</style></defs><title>arrow--white</title><rect class="eca0ef40-5b12-444f-ab3f-c13296cc72a2" y="4.66" width="20" height="2"/><polygon class="eca0ef40-5b12-444f-ab3f-c13296cc72a2" points="16.34 11.31 14.93 9.9 19.17 5.66 14.93 1.41 16.34 0 22 5.66 16.34 11.31"/></svg>') no-repeat right center;
}

nav.navbar .dropdown-item.see-all {
  padding-right: 60px;
}

section.research .research-row {
  border-bottom:2px solid #5e6a71;
}
section.research .research-row:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 72px solid transparent;
  border-right: 72px solid transparent;
  border-top: 72px solid #5e6a71;
  position: absolute;
  bottom: -72px;
  right: 10%;
  z-index:10;
}

section.research .research-row:last-child:after {
  display: none;
}


.bkgd-cover {
  min-height:300px;
  background-position:bottom;
}


/* Hide Using the Library 101 section title  */
.page-node-18885 .content-sidebar--no-tabs h2:first-child {
  display: none;
}

ul.icon-menu li.top-level:nth-child(n+7):not(.more) {
  display: none;
}

/* Search bar stuff */

.frontpage_search .bottom_text, .catalogue_search .bottom_text {
  text-align:center;
}
.frontpage_search .bottom_text a, .catalogue_search .bottom_text a {
  margin-left:12px;
  margin-right:12px;
}

.frontpage_search.hidden, .catalogue_search.hidden {
  display: none;
}

.frontpage_search.show, .catalogue_search.show {
  display: block;
}

.formElement.encoreplus {
  position: relative;
  max-width:800px;
  margin: 24px auto;
}

.formElement.encoreplus input[type=text] {
  border-radius: 50px;
  margin-bottom: 0;
  width: 96%;
  font-size:30px;
  padding-right:90px;
}

input:focus {
  outline: none;
}

btn.focus, .btn.focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none !important;
}

@media (max-width: 768px){
  .formElement.encoreplus input[type=text] {
    font-size:18px;
  }
}

.formElement.encoreplus .input-group-append {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-left:15px;
}

.formElement.encoreplus .input-group-append button {
  border-radius: 0 50px 50px 0;
  margin: 0;
 /* width: 84px; */
  backgrounD:#7a003c;
}
.formElement.encoreplus .input-group-append button:after {
  top:16px;
  right:18px;
  background-image:url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="-1 -1 30 30"> <circle style="fill:none;stroke:%23FFFFFF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" cx="10.8" cy="10.8" r="10"/><line style="fill:none;stroke:%23FFFFFF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" x1="17.8" y1="17.8" x2="24.8" y2="24.8"/></svg>');
  background-size: 72%;
}
.search--hero {
  transition:all 0.3s ease-out;
}
.search--hero .tab-pane {
  min-height:360px;
}

.search--hero .btn-group-vertical {
  box-shadow:none;
}

.search--hero .formElement.encoreplus select {
  border-radius: 50px;
  border: 2px solid #c2cacf;
  color: #1a1c1d;
  font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.search--hero .btn-group-vertical a i {
  flex-grow: 0;
  flex-shrink:0;
}

.search--hero .nav-tabs .nav-item:first-child a {
    border: none !important;
}

.view-resources .item-list .icon-menu li {
  font-size:18px;
  line-height:24px;
}
.view-resources .item-list .icon-circle {
  margin-top:24px;
}
.view-resources .item-list li .fa {
  margin-left: -21px;
}

.section__header {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.node-type-staff-page .section__header {
  padding-bottom: 1.5rem;
}

.section__header h1 {
  margin-bottom:24px;
}

.section__header .lead p {
  line-height:27px;
}
ul.icon-menu li {
  font-size:18px;
  line-height:24px;
  padding-top:12px; padding-bottom:12px;
  margin-bottom:0;
}
ul.icon-menu li .fa {
  margin-left: -18px;
}
ul.icon-menu li ul.icon-menu li {
  padding-left: 0;
  padding-top:6px; padding-bottom:6px;
  margin-bottom:0;
}

.newitem {
  margin-bottom: 10px;
}

#itemsnav .btn.btn-secondary {
  margin: 20px;
 /* padding: 12px 24px; */
}


#libSearchTabContent .button-container  {
  text-align:center;
}
#libSearchTabContent .btn-group .btn {
  padding-left:18px;
  padding-right:18px;
}
#libSearchTabContent .btn-group .btn.active,
.totally-active {
  background:#7a003c;
  color:#fff;
  border-color:#7a003c
}

#libSearchTabContent .active {
  display: flex !important;
}

#libSearchTabContent #quicktabs-tabpage-frontpage_search_tabs-0, #libSearchTabContent .frontpage_search {
  width: 100%;
}

#libSearchTabContent .tab-pane>div {
    margin-bottom: 0px !important;
}

.page-node-17254 .fieldset-wrapper {
    margin-left: 20px;
}

iframe {
  max-width: 100%;
}

progress {
  background: red;
  height: 2em;
}

progress::-moz-progress-bar { background: green; }

progress::-webkit-progress-bar { background: red; }

progress::-ms-fill {background-color: green; }

#groupdesc {
  font-weight: 300px;
}

#grouplabel {
  font-weight: bold;
}

.node-type-area .card span {
  vertical-align: text-top;
}

.section__header .sidebar .card i.fa.fa-clock-o {
  margin-right: .7rem;
}

.status-text {
  text-transform: capitalize;
}

.status-open .fa,
.status-open .status-text {
  color: #007b4b;
}

.closing-soon, .status-closed .fa, .status-closed .status-text {
  color: #d10000 !important;
}

#site-footer .closing-soon,
#site-footer .status-closed, #site-footer .status-closed .fa, #site-footer .status-closed .status-text {
  color: white !important;
}


.node-type-area .sidebar .closing-soon {
  padding-left: 32px;
}

#site-footer .status-open, #site-footer .status-closed, #site-footer .closing-soon, #site-footer .status-open .fa, #site-footer .status-open .status-text, #site-footer .fa {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 20px;
  font-size: 14px;
}

#site-footer .status-open, #site-footer .status-closed, #site-footer .closing-soon, #site-footer .status-open .status-text {
  font-family: 'Roboto Condensed',LightCon,Arial,sans-serif;
}

.helpblockhours .status-open, .helpblockhours .status-closed, .helpblockhours .closing-soon {
  display: inline-block;
  margin-bottom: 10px;
}

.helpblockhours {
  margin-bottom: 10px;
}

.s-lc-w-today-view-all {
  display: none;
}

.section-content strong {
  line-height: inherit;
}

#hours th span, .page-node-21854 th span {
  display: block;
}

.view-clone-of-services ul.service-group li div:last-child {
  display: none;
}

body.html.front {
  overflow-x: hidden;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
}

.front .flickity-prev-next-button {
  /* top: auto; */
}

.front .flickity-prev-next-button.previous {
    left: -40px;
}

.front .flickity-prev-next-button.next {
    right: -40px;
}

.front banner .flickity-prev-next-button.previous {
  left: 6%;
}

.front banner .flickity-prev-next-button.next {
  right: 6%;
}

.front banner .flickity-prev-next-button {
  background: #fff;
}

section.carousel--news .text-right button {
/*  margin-top: 5rem; */
}

.research-banner {
  background-size: cover;
  padding: 36px 0;
}

.research-banner .btn.btn-primary {
  color: #222;
  background-color: #fdbf57;
  border-color: #fdbf57;
  float:right;
}

@media (min-width: 0px) and (max-width: 767px) {
  .smallbanner { margin-top: 5px !important; }
  .research-banner { padding-bottom: 60px !important; }
  section.search--hero {
    background-image: url(../img/jpg/mills-learningcommons-mobile.jpg);
  }
}

.banner-title-lg {
    font-size: 36px;
    margin-bottom: 18px;
    line-height: 42px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0;
    background-color: #fff;
}

.banner-title {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
}

.research-banner .banner-title {
  font-size: 30px;
  line-height:36px;
  color: #fff;
}

.banner-description {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  padding-left: 24px;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 1);
  margin: 0;
}

#search18439 select.form-control {
  height: 60px !important;
  background-size: 70px 76px;
}

.btn-link.btn-arrow::after {
  transition: all 0.2s ease;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><circle cx="9" cy="9" r="9" fill="%237a003c"/><path fill="none" stroke="%23ffffff" stroke-miterlimit="10" d="M11.7 7.7L9 10.4 6.3 7.7"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px;
  transform: rotate(-90deg);
}

.btn-link.btn-arrow {
  padding-right: 36px !important;
  font-size: 14px;
}

.btn-link:hover, a.btn-link:hover {
  color: #5e6a71;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.btn-arrow:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97â€¦ke="%23ffffff" stroke-miterlimit="10" d="M11.7 7.7L9 10.4 6.3 7.7"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px;
  transform: rotate(-90deg);
}

.sr-only, #skiptocontent,  #skiptocontent a {
  background-color: #fff !important;
  color: #000 !important;
}

#mac-footer {
  color: #fff;
}

.node-type-news #main-content, .node-type-event #main-content {
  overflow-x: hidden;
}

body.node-type-news .section-content img, body.node-type-news .section-content figure {
  margin-bottom: 30px;
  width: 100%;
}

body.node-type-news .section-content figcaption.newsimage {
  margin-top: -30px;
  margin-bottom: 30px;
  color: #5e6a71;
}

body.node-type-news .field-name-field-caption {
  margin-top: -30px;
  margin-bottom: -60px;
  color: #5e6a71;
}

.node-type-news .sidebar.background--gradient {
  background: #f5f5f5;
}

.tab-pane .sidebar.background--gradient {
  background: transparent;
}

.tab-pane .sidebar.background--gradient:after {
  content: none;
}

.tab-pane .sidebar .btn-group-vertical {
  box-shadow: none;
}

.tab-pane .sidebar .dyk-card {
  box-shadow: none;
}

.tab-pane .col-md-4.sidebar {
  background: #f0f0f0;
  margin-top: 20px;
}

@media (max-width: 767.8px){
  nav.navbar .dropdown-item {
    color:  #212529;
  }
  nav.navbar .dropdown-item:hover {
    background: #ebebeb;
  }
  nav.navbar .see-all {
    background: #fdbf57;
  }
  
  .field-name-field-call-to-action-button .bw-button--solid-maroon {
    margin-bottom: 1.6rem;
  }  

}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  nav.navbar.navbar-dark .navbar-nav li .nav-link {
      padding: 1.6rem 1.6rem;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
  }
}

.card.event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card.event:hover .card-link {
  color: #fff;
}

.card.event:hover {
  background: #7a003c;
  color: #fff;
  text-decoration: none;
}

.card.event .card-img-mask {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: block;
  border: none;
}

.media.event-date-location img {
  width: 60px;
  height: 60px;
  margin-left: -16px;
  margin-bottom: 12px;
}

.card.event .card-link {
  font-family: 'Roboto Condensed', sans-serif;
  transition: all 0.5s ease;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
  letter-spacing: 1px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
}

.card.event .card-link::after {
  transition: all 0.2s ease;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 24px;
  margin-bottom: -2px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97…ke="%23ffffff" stroke-miterlimit="10" d="M11.7 7.7L9 10.4 6.3 7.7"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px;
  transform: rotate(-90deg);
}

.section-intro {
  border-bottom: 6px solid #dbdbdd;
}

blockquote {
  line-height: 1.6 !important;
  color: #5e6a71 !important;
  margin: 0 0 1rem !important;
  padding: .5625rem 1.25rem 0 1.1875rem !important;
  border-left: 1px solid #cacaca !important;
  font-style: italic !important;
}

.page-node-372 :target {
  padding-top: 60px;
  margin-top: -60px;
  display: inline-block;
}

.front .events h2 {
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 3.2rem;
  letter-spacing: .06em;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.node-type-maps-collection-with-indexes img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.btn-secondary.gold {
  background: #fdbf57;
  border-color: #fdbf57;
  padding: 5px 30px;
}

.btn-secondary.gold:hover {
  color: #222;
  background-color: #dbdbdd;
  border-color: #CDCDD0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.bw-button--solid-gold::after {
  background: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="22" height="11.31" viewBox="0 0 22 11.31"><defs><style>.eca0ef40-5b12-444f-ab3f-c13296cc72a2{fill:%23000;}</style></defs><title>arrow--white</title><rect class="eca0ef40-5b12-444f-ab3f-c13296cc72a2" y="4.66" width="20" height="2"/><polygon class="eca0ef40-5b12-444f-ab3f-c13296cc72a2" points="16.34 11.31 14.93 9.9 19.17 5.66 14.93 1.41 16.34 0 22 5.66 16.34 11.31"/></svg>') no-repeat right center;
}

.bw-button--solid-gold:hover::after {
  background: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="22" height="11.31" viewBox="0 0 22 11.31"><defs><style>.eca0ef40-5b12-444f-ab3f-c13296cc72a2{fill:%23fff;}</style></defs><title>arrow--white</title><rect class="eca0ef40-5b12-444f-ab3f-c13296cc72a2" y="4.66" width="20" height="2"/><polygon class="eca0ef40-5b12-444f-ab3f-c13296cc72a2" points="16.34 11.31 14.93 9.9 19.17 5.66 14.93 1.41 16.34 0 22 5.66 16.34 11.31"/></svg>') no-repeat right center;
}

.row-eq-height .card {
  height: 100%;
  margin-bottom: 0;
}

.card-shadow {
  box-shadow: 0 0 36px rgba(94, 106, 113, 0.2);
  border: 1px solid #dbdbdd;
}

.card.card-shadow:hover {
  box-shadow: 0 0 36px rgba(94, 106, 113, 0.6);
  border-color: #ccc;
}

h3.card-subtitle {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #5e6a71;
  /* transition: all 0.3s ease-out; */
}

.view-page-banners .flickity-viewport {
  margin-right: -0.9%;
}

.flickity-page-dots .dot {
  width: 10px;
  height: 10px;
}

.flickity-page-dots .dot.is-selected {
  background: #7a003c !important;
  border-color: #fff !important;
  width: 18px !important;
  height: 18px !important;
  margin: 3px;
}
 
.flickity-page-dots .dot {
  float: none;
}

.flickity-page-dots .dot:only-child {
  display: none;
}

.brand-carousel__text__left {
  background-image: none;
  background: none;
} 

.brand-carousel__image {
  width: 100%;
  right: inherit;
}

img.carousel-bg {
  margin-bottom: 0;
}

.view-page-banners .flickity-prev-next-button {
  background: hsla(0,0%,100%,.75);
  color: #333;
  width: 44px;
  height: 44px;
}

.view-page-banners .flickity-prev-next-button:hover {
  background: #fff;
}

.view-page-banners .flickity-prev-next-button.previous {
  left: 10px;
}

.view-page-banners  .flickity-prev-next-button.next {
  right: 10px;
}

.brand-carousel__subtitle {
  color: #222;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.brand-carousel__title {
  font-size: 36px;
}

.brand-carousel__text__left::after {
  background: none;
}

.circle-mask::before {
  display: block;
  content: '';
  width: 100vw;
  height: 100vw;
  background: #ffd100;
  position: absolute;
  top: 20%;
  opacity: 1;
  border-radius: 50%;
  transition: all 1s ease-out;
}
 
.circle-mask-left::before {
  right: 60%;
}

.is-selected .circle-mask-left::before {
  top: 0%;
  right: 55%;
  opacity: 1;
}

.circle-mask::after {
  display: block;
  content: '';
  width: 100vw;
  height: 100vw;
  background: white;
  position: absolute;
  opacity: 1;
  bottom: -25%;
  border-radius: 50%;
  transition: all 0.75s ease-out;
}
  
.brand-carousel .is-selected .carousel-text {
  opacity: 1;
}
  
.circle-mask-left::after {
  right: 60%;
}
 
.is-selected .circle-mask-left::after {
  right: 48%;
  opacity: 1;
}

.brand-carousel__image {
  display: block;
  position: absolute;
  margin: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  width: 100%;
  height: auto;
  transition: width 2s;
}

.page-node-21624 .brand-carousel__image {
  top: -9999px;
}

@media (max-width: 991.98px) {
  .brand-carousel .brand-carousel-cell.drop {
    max-height: none;
    background: white;
  }
  .brand-carousel .brand-carousel-cell.drop .cell-container {
    display: none;
  }
  .brand-carousel .brand-carousel-cell.drop  .brand-carousel__image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  
  .brand-carousel .brand-carousel-cell.drop .banner-title-line {
    margin-bottom:18px;
  }
  .brand-carousel .brand-carousel-cell.drop .banner-title-line::after  {
    display:none;
  }
  .hero-carousel .brand-carousel-cell .brand-carousel__image {
    width: 100%;
  }
  .brand-carousel .brand-carousel-cell.drop .brand-carousel__image {
    opacity: 1;
  }
  .brand-carousel .brand-carousel-cell.drop .container-fluid {
    position: relative;
    transform: none;
  }
}

/* UPDATED TABS */


/* Tab and Jump Menus  */

.search--hero .navigation-menu {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}

.search--hero .tab-content {
  z-index: 0;
  margin-bottom: 30px;
}

.navigation-menu .nav.nav-pills .dropdown-toggle {
    height:100%;
  padding-right:48px;
}
.navigation-menu .nav-link {
  height:100%;
}

.navigation-menu .nav.nav-pills .dropdown-toggle::after {
    position: absolute;
    right: 24px;
    top: auto;
    background-image: url('data:image/svg+xml;charset=utf8,<svg data-name="DropdownArrow" xmlns="http://www.w3.org/2000/svg" width="26" height="14.4" viewBox="0 0 26 14.4"><polyline style="fill:none;stroke:%23222222;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;" points="25,1 13,13 1,1 "/></svg>');
}
.navigation-menu .nav.nav-pills .dropdown-toggle:hover::after {
    position: absolute;
    right: 24px;
    top: auto;
    background-image: url('data:image/svg+xml;charset=utf8,<svg data-name="DropdownArrow" xmlns="http://www.w3.org/2000/svg" width="26" height="14.4" viewBox="0 0 26 14.4"><polyline style="fill:none;stroke:%23FFFFFF;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;" points="25,1 13,13 1,1 "/></svg>');
}


.navbar-toggler.tab-toggler,
.navbar-toggler.jump-toggler,
.navbar-toggler.site-toggler {
  border-color: #7a003c;
  border-left: none;
  border-right: none !important;
  width: 100%;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #757575;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 24px 48px;
  border-right: 1px solid #dbdbdd;
  position: relative;
  min-height: 84px;
  transition: all 0.3s ease-out;
  background-color: #7a003c;
  color: #fff;
  width: 100%;
}
.navbar-toggler.tab-toggler::after,
.navbar-toggler.jump-toggler::after,
.navbar-toggler.site-toggler::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 18px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg id="b7ff402d-2e47-497f-ba2c-3db55e7b97ef" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><circle cx="9" cy="9" r="9" fill="none"/><path fill="none" stroke="%23ffffff" stroke-miterlimit="10" d="M11.7 7.7L9 10.4 6.3 7.7"/></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  width: 48px;
  height: 48px;
  transform: none;
  transform: rotate(-180deg);
}
.navbar-toggler.site-toggler::after {
  top: 6px;
}
.navbar-toggler.tab-toggler.collapsed::after,
.navbar-toggler.jump-toggler.collapsed::after,
.navbar-toggler.site-toggler.collapsed::after {
  transform: none;
}
.navbar-collapse {
  padding: 0;
  border-top: 1px solid #efefef;
  border-top: none;
}
.nav .dropdown-menu {
  min-width: 100%;
}
.navigation-menu {
  border-top: 6px solid #fdbf57 !important;
  box-shadow: 0 12px 24px rgba(94, 106, 113, 0.2);
  background-color: #fff;
  padding: 0 !important;
  z-index: 1;
  margin-top: -6px;
}
.nav.nav-pills {
  flex-wrap: wrap;
  width: 100%;
}


.nav.nav-pills .nav-link, .nav.nav-pills .dropdown-toggle,
.nav.nav-pills > span {
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #222222;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;

  border-radius: 0;
  padding: 12px 24px;
  border-right: 1px solid #dbdbdd;
  position: relative;
  min-height: 84px;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nav.nav-pills .jump-title {
  text-transform: none;
  color: #ac1455;
  font-weight: 700;
  text-align: left;
  padding-left: 0;
  flex-grow: 0;
}
.nav.nav-pills .nav-item:last-child .nav-link {
  border-right-width: 0;
}
.nav.nav-pills .nav-link:hover, .nav.nav-pills .dropdown-toggle:hover  {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.nav.nav-pills a.nav-item.active {
  background-color: #7a003c;
  border-color: #7a003c;
  z-index: 1;
  color:#fff;
}

/* Media Queries */

@media (max-width: 1199px) {
  .nav.nav-pills .jump-title {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    text-align: center;
    width: 100%;
    display: inline-block;
    min-height: 0;
    border-right: none;
    border-bottom: 1px solid #dbdbdd;
  }
  .navigation-menu .container {
    margin: 0;
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .nav.nav-pills a,
  .nav.nav-pills span:not(.span-wrap) {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 767px) {

  .nav.nav-pills a.nav-item.active::after {
    display: block;
    content: '';
    position: absolute;
    right: -14px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 84px solid rgba(94, 106, 113, 0.3);
    border-right: 14px solid transparent;
    filter: blur(3px);
  }
  .nav.nav-pills a.nav-item.active:last-child::after {
    left: -14px;
    border-left: 14px solid transparent;
    border-right: none;
  }

  .nav.nav-pills a.nav-item::before {
    display: block;
    content: '';
    position: absolute;
    top: 84px;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 0 solid transparent;
    z-index: -1;
    transition: all 0.3s ease-out;
  }
  .nav.nav-pills a.nav-item.active::before {
    top: 84px;
    border-top: 18px solid #7a003c;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .navigation-menu .nav-item {
    border-top: 1px solid #dbdbdd;
  }
  .navbar-toggler.tab-toggler::before,
  .navbar-toggler.jump-toggler::before {
    display: block;
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #7a003c;
    z-index: -1;
    transition: all 0.3s ease-out;
  }
  .navbar-toggler.tab-toggler:hover::before,
  .navbar-toggler.jump-toggler:hover::before {
    border-top: 18px solid #5e6a71;
  }
  .navigation-menu {
    padding: 12px 0;
  }
  .navigation-menu .container {
    margin: 0;
    max-width: none;
    padding: 0;
  }
  .nav.nav-pills a,
  .nav.nav-pills span:not(.span-wrap) {
    min-height: 48px;
  }
  .nav.nav-pills a.nav-item::before {
    display: none;
  }
  .nav.nav-pills .jump-title {
    padding-left: 12px;
    text-align: center;
    border-bottom: none;
  }
}

/* Carousel Fixes */

.hero-carousel .carousel-cell {
  width: 100%;
  max-height: 500px;
  border-bottom: 6px solid #fdbf57;
  position: relative;
  overflow: hidden;
}

.hero-carousel .edit-links {
  position: absolute;
}

.hero-carousel .container-fluid {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* Flickity Media Queries */

@media (min-width: 1200px) {
  .hero-carousel {
    height: 500px;
  }
}

@media (min-width: 1300px) {
  .carousel-bg-left {
    width: 90% !important;
    right: auto;
    left: 0;
  }
  .carousel-bg-right {
    width: 90% !important;
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .carousel-bg-left,
  .carousel-bg-right {
    width: 85% !important;
  }
}

@media (min-width: 1500px) {
  .carousel-bg-left,
  .carousel-bg-right {
    width: 80% !important;
  }
}

@media (min-width: 1600px) {
  .carousel-bg-left,
  .carousel-bg-right {
    width: 75% !important;
  }
}

@media (min-width: 1670px) {
  .carousel-bg-left,
  .carousel-bg-right {
    width: 69% !important;
  }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .carousel-bg-left {
    height: 100%;
    width: auto !important;
    right: auto;
    left: 0;
    transform: translateX(-12%);
  }
  .carousel-bg-right {
    height: 100%;
    width: auto !important;
    right: 0;
    left: auto;
    transform: translateX(12%);
  }
}

@media (max-width: 991.98px) {
  .hero-carousel .carousel-cell.drop {
    max-height: none;
    background: white;
  }
  .hero-carousel .carousel-cell.drop .cell-container {
    display: none;
  }
  .hero-carousel .carousel-cell.drop .carousel-bg {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .hero-carousel .carousel-cell.drop .tv {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
  .hero-carousel .carousel-cell.drop .tv:before {
    padding-top: 42.85%;
    display: block;
    content: '';
  }
  .hero-carousel .carousel-cell.drop .banner-title-line {
    margin-bottom: 18px;
  }
  .hero-carousel .carousel-cell.drop .banner-title-line::after {
    display: none;
  }
  .hero-carousel .carousel-cell .carousel-bg {
    width: 100%;
  }
  .hero-carousel .carousel-cell.drop .carousel-bg-faded {
    opacity: 1;
  }
  .carousel-text.text-lg-center h1,
  .carousel-text.text-lg-center p {
    color: #212529;
    text-shadow: none;
    box-shadow: none;
  }
  .hero-carousel .carousel-cell.drop .container-fluid {
    position: relative;
    transform: none;
  }
  .flickity-prev-next-button {
    background: #fdbf57;
    width: 36px;
    height: 36px;
  }
  .flickity-prev-next-button.previous {
    left: 5px;
  }
  .flickity-prev-next-button.next {
    right: 5px;
  }
  .multi-carousel .flickity-prev-next-button.previous {
    left: -36px;
  }
  .multi-carousel .flickity-prev-next-button.next {
    right: -36px;
  }
}

#edit-submitted-eohss-approval-pdf-upload {
  margin-right: 10px;
}

/* printer friendly and PDF links */
.printpdf {
  margin-top: 15px;
}

.print_pdf {
    margin-left: 1em;
}

/* new banner styling #3 from branding site */
.hero-carousel .is-selected .carousel-text {
  opacity: 1;
}

.carousel-limiter {
  max-width: 820px;
}

.view-page-banners .btn, .view-page-banners a.btn {
  position: relative;
  white-space: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 5px 30px;
  border-radius: 24px;
  height: 48px;
  /* min-width: 156px; */
  color: #fff;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
  overflow: hidden;
  text-decoration: none !important;
}

.view-page-banners .btn-secondary, .view-page-banners a.btn-secondary {
  color: #222;
  background-color: #fdbf57;
  border-color: #fdbf57;
}

.view-page-banners .btn-lg, .view-page-banners a.btn-lg {
  font-size: 17px;
  line-height: 17px;
  padding: 2px 36px;
  height: 60px;
  border-radius: 30px;
}

.banner-text {
  color: #222;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #fff;
}

.carousel-text .btn-lg {
  background-color: #fff;
}

.carousel-text .btn-lg:hover {
  background-color: #000;
}


.banner-text-rev, .banner-text-rev a {
  color: #fff;
  text-shadow: 0px 2px 18px rgba(0, 0, 0, 1);
}

.banner-title-lg {
  font-size: 36px;
  margin-bottom: 18px;
  line-height: 42px;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
}

.banner-title-line {
  margin-bottom: 48px;
}

.banner-text-rev, .banner-text-rev a {
  color: #fff;
  text-shadow: 0px 2px 18px rgba(0, 0, 0, 1);
}

.banner-title-line::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 6px;
  background-color: #fdbf57;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 1);
}

.carousel-bg-faded {
  opacity: 0.65;
}

.carousel-bg {
  width: 100%;
}

.hero-carousel .carousel-bg-faded {
  transition: opacity 2s ease-out;
}

.view-page-banners a.btn {
  flex-direction: column;
}

.view-page-banners .btn-secondary:hover, .view-page-banners a.btn-secondary:hover {
  color: #222;
  background-color: #dbdbdd;
  border-color: #CDCDD0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.hero-carousel .carousel-cell {
  width: 100%;
  max-height: 500px;
  border-bottom: 6px solid #fdbf57;
  background: black;
  position: relative;
  overflow: hidden;
}

.flickity-page-dots {
  padding-left: inherit;
}


/* Remove footer ask widget form ask-librarian service page */
.page-node-22231 div.libraryh3lp {
  display:none;
}

.page-node-22231 .section-content div.libraryh3lp  {
  display:block;
}

.node-type-webform .form-text {
  max-width: 100%;
}

.node-type-webform .webform-container-inline .form-text {
  display: inline-block;
}

.node-type-webform .webform-previous {
  margin-right: 20px;
}
#mcmaster-search.nav-item {
  display: none;
}

