/* Begin sitewide CSS */

body {
  padding-top: 130px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #4a4a4a;
}

body .region-content a {
  border-bottom: 1px dotted #8c1d40;
  text-decoration: none;
  color: #8c1d40;
  transition: all 0.25s ease-in-out 0s;
}

body .region-content a:hover {
  text-decoration: none;
  opacity: 0.7;
}

section#block-resourceslinkfront div p {
  text-align: center;
}

body a.resources-link {
  display: inline-block;
}

body div.facility-summary a,
button,
[class*="-btn"] a {
  border-bottom: none !important;
  border-radius: 4px !important;
}

.page-btn a {
  color: #fff !important;
}

.core .col-md-8 .body a {
  border-bottom: none;
}

article {
  padding: 20px 20px 0px;
}

.container {
  width: 100%;
  padding: 0;
}

aside,
section {
  padding: 0 !important;
}

.region-content {
  padding-left: 70px;
  transition: padding 0.5s;
}

body.page-node-type-core .region-content,
body.page-node-type-article .region-content {
  padding: 0;
}

p {
  margin: 0 0 20px;
}

img {
  height: auto;
}

article img {
  height: auto;
  margin-right: 50px;
}

iframe {
  width: 100%;
  border: none;
  outline: none;
  padding: 0px;
  background: #f8f8f8;
}

hr {
  max-width: 790px;
}

.clear {
  clear: both;
  height: 1px;
}

ul#ui-id-1 {
  max-height: 400px;
  overflow: scroll;
}

.ui-menu-item-wrapper::first-letter {
  text-transform: uppercase;
}

/* Row elements */

.row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

.front .row {
  max-width: 1355px;
}

body.page-node-type-facilities-page .row,
body.page-node-type-equipment .row {
  max-width: 1170px;
}

body.page-node-type-core .row,
body.page-node-type-article .row {
  max-width: none;
}

.main-container > .row {
  margin-top: 23px;
}

body.page-node-type-core .main-container > .row,
body.page-node-type-article .main-container > .row {
  margin-top: 0;
}

.col-sm-9 article {
  padding: 0;
}

/* Top Nav elements */

.navbar-btn,
.navbar {
  display: none;
}

#asu_hdr {
  max-width: 1200px;
  margin: 0 auto;
}

.navbar-brand {
  float: none;
  display: block;
  width: 100%;
  max-width: 1208px;
  margin: 3px auto 11px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  color: #353535;
  padding: 0px 0px 0px 15px;
  height: auto;
}

#block-rtdoked-main-menu {
  display: block;
  width: 100%;
  background-color: #353535;
}

ul.navbar-nav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  float: none;
}

ul.navbar-nav li a {
  color: #ededed;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 15px;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a.is-active,
ul.navbar-nav li a:focus,
ul.navbar-nav li.active a,
.path-frontpage ul.navbar-nav li a.is-active:hover {
  background-color: #000;
  color: #ffb310;
}

.path-frontpage ul.navbar-nav li a.is-active {
  background-color: #353535;
  color: #fff;
}

.path-frontpage ul.navbar-nav li:first-of-type a.is-active {
  background-color: #000;
  color: #ffb310;
}

/* Sidebar elements */

.col-sm-9 {
  border-left: 1px solid #ccc;
}

.region-sidebar-first nav > h2 {
  width: 100%;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  background-color: #4a4a4a;
  padding: 12px 15px;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  margin-bottom: 27px;
  margin-top: 0;
}

.region-sidebar-first nav .menu.nav li a {
  color: #780f31;
  font-size: 20px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 14px;
}

.region-sidebar-first nav .menu.nav li a span.caret {
  display: none;
}

.region-sidebar-first nav .menu.nav li a.is-active {
  color: #780f31;
  font-weight: 500;
}

.region-sidebar-first nav .menu.nav li a:hover,
.region-sidebar-first nav .menu.nav li a:focus,
body.page-node-type-equipment
  .facility-menu
  nav#block-magneticresonanceresearchcenter
  ul
  li:nth-child(3)
  a {
  background: none;
  color: #780f31;
  font-weight: 500;
}

.region-sidebar-first nav .menu.nav li.dropdown.active > a {
  border-bottom: none;
  padding-bottom: 18px;
}

.region-sidebar-first nav .menu.nav li.open > a {
  border-bottom: none;
  padding-bottom: 18px;
}

.region-sidebar-first nav .menu.nav li.active ul.dropdown-menu,
.region-sidebar-first nav .menu.nav li.open ul.dropdown-menu {
  display: block;
  float: none;
  position: relative;
  margin: 0;
  padding: 0px 0px 20px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #dddddd;
}

.region-sidebar-first nav .menu.nav li.active ul.dropdown-menu li a,
.region-sidebar-first nav .menu.nav li.open ul.dropdown-menu li a {
  background-color: transparent;
  padding: 3px 15px 3px 45px;
  border: none;
  border-right: 1px solid #dddddd;
  font-weight: 300;
}

/* Header elements */

h1.page-header {
  display: block;
  padding-bottom: 0;
  border-bottom: none;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 20px 0px;
}

.field--name-body h2 {
  margin-top: 0;
}

h3 {
  font-size: 24px;
  line-height: 25px;
  color: #4a4a4a;
  font-weight: 500;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 20px;
}

div:not("#footer-columns") h5 {
  font-size: 20px;
  line-height: 24px;
  color: #39393a;
  font-weight: 500;
  margin: 0;
}

/* Button elements */

article a,
section a,
form.webform-submission-form a {
  color: #780f31;
  text-decoration: none;
  font-weight: 400;
}

article a:hover,
section a:hover,
form.webform-submission-form a:hover {
  color: #d23153;
  text-decoration: none;
  opacity: 0.7;
}

body .region-content a.yellow {
  display: inline-block;
  background-color: #ffc627;
  color: #4a4a4a !important;
  font-weight: 500;
  width: 100%;
  max-width: 260px;
  text-align: center;
  padding: 14px 15px 15px;
  border-radius: 4px;
  border-bottom: none;
}

button.yellow {
  display: inline-block;
  background-color: #ffc627;
  color: #4a4a4a !important;
  font-weight: 500;
  width: 100%;
  max-width: 120px;
  text-align: center;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 21px;
  border: none;
  border-radius: 4px;
}

a.yellow:hover,
button.yellow:hover,
button.yellow:focus,
button.yellow:visited,
button.yellow:active,
button.yellow:hover:active {
  background-color: rgba(255, 198, 39, 0.7);
  outline: none;
}

a.yellow:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* Table elements */

table {
  width: 100% !important;
  border: none;
}

table thead tr {
  border-bottom: 2px solid #d2d2d2;
}

table thead tr th {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  padding: 20px 10px 21px;
  background-color: #ededed;
  font-weight: 500;
}

table tbody tr td {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 10px 14px;
  background-color: #fff;
}

table tbody tr {
  border-bottom: 1px solid #d2d2d2;
}

table tbody tr:nth-child(2n - 1) td {
  background-color: #f7f7f7;
}

table tfoot tr td {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 10px 14px;
  background-color: #5c6670;
  font-weight: 500;
  color: #fff;
}

.col-sm-9 article table {
  display: block;
}

.col-sm-9 article table tbody tr td {
  text-align: left;
}

.edit-table tbody tr:first-of-type,
.edit-table tbody tr:first-of-type td:first-of-type {
  border-bottom: none;
}

.edit-table tbody tr:nth-child(2) td:first-of-type {
  background-color: #f7f7f7;
  border-top: none;
}

body.page-node-type-equipment
  .col-md-9
  article
  > div:not(.equipment-specs)
  > div
  > table,
#block-views-block-equipment-block-equipment table,
#block-views-block-equipment-block-rates table {
  padding: 0;
  max-width: none;
  width: 100%;
}

body.page-node-type-equipment table thead tr th,
#block-views-block-equipment-block-equipment table thead tr th,
#block-views-block-equipment-block-rates table thead tr th {
  background: #4a4a4a;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  height: 60px;
  font-weight: 400;
}

#block-views-block-equipment-block-equipment table thead tr {
  border-bottom: none;
}

#block-views-block-equipment-block-equipment table thead tr th {
  padding: 8px 20px;
  height: 50px;
  line-height: 28px;
  text-align: left;
  border-bottom: none;
}

body.page-node-type-equipment table tbody tr td,
#block-views-block-equipment-block-rates table tbody tr td {
  background: #fff;
  font-size: 14px;
  color: #4a4a4a;
  padding: 0px 15px 14px;
  height: 60px;
}

#block-views-block-equipment-block-equipment table tbody tr td {
  font-size: 14px;
  color: #000;
  height: 68px;
  padding: 11px 20px;
  text-align: left;
  white-space: normal;
}

#block-views-block-equipment-block-equipment table tbody tr td a {
  font-weight: 400;
}

body.page-node-type-equipment table tbody tr,
#block-views-block-equipment-block-rates table tbody tr {
  border-bottom: 1px solid #c6c6c6;
}

#block-views-block-equipment-block-equipment
  table
  tbody
  tr:nth-child(2n - 1)
  td {
  background: none;
}

#block-views-block-equipment-block-equipment table tbody tr:nth-child(odd) {
  background: none;
}

#block-views-block-equipment-block-equipment table tbody tr:nth-child(even) td {
  background: #ebebeb;
}

#block-views-block-equipment-block-equipment table thead tr th:first-of-type,
#block-views-block-equipment-block-equipment table tbody tr td:first-of-type {
  width: 62%;
  text-align: left;
  border-right: 1px solid #e0e0e0;
}

body.page-node-type-equipment table thead tr th:first-of-type,
body.page-node-type-equipment table tbody tr td:first-of-type {
  width: 37%;
  text-align: left;
  border-right: 1px solid #e0e0e0;
}

#block-views-block-equipment-block-rates table thead tr th:first-of-type,
#block-views-block-equipment-block-rates table tbody tr td:first-of-type {
  width: 34%;
  text-align: left;
  border-right: 1px solid #e0e0e0;
}

body.page-node-type-equipment table thead tr th:nth-child(2),
body.page-node-type-equipment table tbody tr td:nth-child(2),
#block-views-block-equipment-block-rates table thead tr th:nth-child(2),
#block-views-block-equipment-block-rates table tbody tr td:nth-child(2) {
  width: 18%;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

body.page-node-type-equipment table thead tr th:nth-child(3),
body.page-node-type-equipment table tbody tr td:nth-child(3) {
  width: 14%;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

#block-views-block-equipment-block-rates table thead tr th:nth-child(3),
#block-views-block-equipment-block-rates table tbody tr td:nth-child(3) {
  width: 16%;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

body.page-node-type-equipment table thead tr th:nth-child(4),
body.page-node-type-equipment table tbody tr td:nth-child(4),
#block-views-block-equipment-block-rates table thead tr th:nth-child(4),
#block-views-block-equipment-block-rates table tbody tr td:nth-child(4) {
  width: 32%;
  text-align: left;
}

/* List elements */

.col-sm-9 article ol {
  padding: 0px 15px 30px 40px;
}

.col-sm-9 article ol li {
  margin-bottom: 15px;
}

.col-sm-9 article #equipment-slideshow ol {
  padding: 0px;
}

.col-sm-9 article #equipment-slideshow ol li {
  margin-bottom: 0;
}

article ul {
  padding: 0px 0px 0px 40px;
  margin-bottom: 5px;
}

.equipment-specs .address {
  margin-bottom: 14px;
}

.equipment-specs ul {
  max-width: 650px;
}

#block-aboutcoresfront div.field ul {
  padding-left: 65px;
  margin-top: 26px;
}

article ul li,
article ul li strong {
  margin-bottom: 15px;
}

#block-aboutcoresfront div.field ul li {
  font-size: 20px;
  margin-top: 11px;
}

.page-node-type-core article ul li {
  padding-left: 8px;
  margin-bottom: 4px;
}

body.page-node-type-facilities-page article ul li {
  margin-bottom: 4px;
  font-size: 18px;
  padding-left: 7px;
}

.equipment-specs ul li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

body.page-node-type-facilities-page article ul li ul {
  margin: 4px 0px;
  padding-left: 29px;
}

body.page-node-type-facilities-page article ul li ul li {
  margin-bottom: 4px;
}

/* Frontpage elements */

#block-aboutcoresfront {
  background: linear-gradient(180deg, #fcfcfc 0%, #f8f8f8 100%);
}

#block-aboutcoresfront div.field {
  max-width: 1030px;
  margin: 0 auto;
  padding: 56px 15px 90px;
}

#block-aboutcoresfront div.field h2 {
  font-size: 40px;
  margin-bottom: 26px;
}

#block-aboutcoresfront div.field p {
  font-size: 20px;
}

form#rtd-search-form {
  margin-bottom: 66px;
  padding: 40px 15px 0px;
  letter-spacing: 0.2px;
}

#block-coresblock {
  width: 100%;
  padding: 0px 15px !important;
}

.core {
  position: relative;
  background-color: #eee;
  padding: 0px 0px 25px 43px;
  margin-bottom: 31px;
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  max-width: 1285px;
  margin-right: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.core .col-md-4 ul {
  padding-left: 0;
}

.core .col-md-4 ul li {
  display: inline-block;
  list-style: none;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  padding: 3px 8px;
}

.core .col-md-8 ul {
  margin-left: 30px;
}

.core .col-md-8 ul li {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 5px;
}

.core .col-md-8 ul li a {
  color: #febb1f;
}

.core .close {
  display: block;
  position: absolute;
  z-index: 9999;
  font-size: 38px;
  color: #fff;
  top: 15px;
  right: 15px;
  transform: rotate(45deg);
}

.core.instrument-design-fabrication {
  background-image: url("../images/idf-bg-banner.png");
}

.core.computing {
  background-image: url("../images/rc-bg-banner.png");
}
.core.iLab {
  background-image: url("../images/ilab_2.png");
}

.core.nanofab-cleanroom {
  background-image: url("../images/nanofab-bg-banner.png");
}

.core.biosciences {
  background-image: url("../images/biosciences-bg-banner.png");
}

.core.chemical-and-environmental-characterization {
  background-image: url("../images/cec-bg-banner.png");
}

.core.materials {
  background-image: url("../images/materials-bg-banner.png");
}

.core .col-md-4 {
  border-top: 20px solid #ffc627;
  padding-left: 0;
}

.core .col-md-8 .body a {
  color: #febb1f;
  font-weight: 400;
  border-bottom: 1px dotted #ffc626;
}

.core h3 {
  color: #fff;
  font-size: 40px;
  line-height: 43px;
  font-weight: 500;
  padding-right: 50px;
  margin-top: 50px;
}

.core .key-services {
  font-size: 20px;
  font-weight: 500;
  margin: 37px 0px 15px;
}

.core .body {
  margin: 75px auto 0;
  font-size: 20px;
  max-width: 645px;
  line-height: 28px;
}

.core .body strong {
  font-weight: 400;
}

.core-tab {
  position: relative;
  height: 332px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 48%;
  margin-right: 2%;
  background-color: #eee;
  padding: 40px 15px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.core-tab.instrument-design-fabrication {
  background-image: url("../images/idf-thumbnail.png");
}

.core-tab.computing {
  background-image: url("../images/rc-thumbnail.png");
}

.core-tab.iLab {
  background-image: url("../images/ilab_2.png");
}
.core-tab.nanofab-cleanroom {
  background-image: url("../images/nanofab-thumbnail.png");
}

.core-tab.biosciences {
  background-image: url("../images/biosciences-thumbnail.png");
}

.core-tab.chemical-and-environmental-characterization {
  background-image: url("../images/cec-thumbnail.png");
}

.core-tab.materials {
  background-image: url("../images/materials-thumbnail.png");
}

.core-tab.health {
  background-image: url("../images/health-greyscale.png");
}

.core-tab > span {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

.core-tab > span::after {
  font-family: Font awesome\5 Free;
  content: "\f055";
  font-size: 38px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 18px;
  font-weight: 900;
}

.core-tab svg {
  position: absolute;
  color: #ffc627;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 12%;
  line-height: 34px;
  height: 36px;
  width: 36px;
}

.core-tab > span::after {
  display: none;
}

article.core-page .col-md-4 {
  border-top: none;
}
.core-page-banner {
  position: relative;
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 400px;
  margin: 0 auto;
  border-bottom: 6px solid #000;
}
.article-page-banner {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 355px;
  margin: 0 auto;
  border-bottom: 6px solid #8c1d40;
}

.hide-terms {
  display: none;
}

i.fa-refresh {
  position: relative;
  display: inline-block;
  top: -8px;
  left: 10px;
}

/* Breadcrumbs */

ol.breadcrumb {
  background: none;
  border-bottom: 1px solid #ccc;
  max-width: 1170px;
  margin: 0 auto 35px;
  padding: 15px 0px;
}

ol.breadcrumb li,
ol.breadcrumb li a {
  color: #780f31;
  font-size: 14px;
}

ol.breadcrumb > .active {
  color: #ccc;
}

.breadcrumb > li + li:before {
  padding: 0 2px;
}

body.page-node-type-facilities-page ol.breadcrumb,
body.page-node-type-equipment ol.breadcrumb {
  max-width: 1170px;
  margin: 0 auto 39px;
  padding: 14px 0px 10px;
  transition: padding 0.5s;
}

/* Facility Banners */

.facility-page-banner {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 300px;
  margin: 0 auto;
  border-bottom: 6px solid #000;
}

.banner-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 48%;
  transition: top 0.5s;
}

.banner-inline-title {
  position: relative;
  line-height: 40px;
  margin: 0 auto;
}

.banner-inline-title .yellow-box {
  position: absolute;
  height: 30px;
  width: 30px;
  background: rgba(255, 198, 39, 1);
  left: -30px;
  top: -30px;
}

.banner-inline-title > span {
  display: block;
  max-width: 885px;
  background: #323232;
  font-size: 42px;
  font-weight: 500;
  text-transform: lowercase;
  color: #fff;
  padding: 10px 15px;
}

.banner-inline-title::first-letter {
  text-transform: uppercase;
}

.banner-inline-title .yellow-label {
  position: absolute;
  background: rgba(255, 198, 39, 1);
  left: 675px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 18px;
  transition: left 0.5s;
}

/* Carousel */

#carousel {
  border-bottom: 6px solid #ffc627;
}

.carousel .pointer-slide {
  cursor: pointer;
}

.carousel .pointer-slide .carousel-caption .caption p:hover {
  text-decoration: underline dotted #8C1D40;
}

.carousel .background_image {
  height: 445px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

.carousel-caption {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.carousel-caption .caption {
  width: 100%;
  max-width: 1100px;
  font-size: 27px;
  text-align: left;
  line-height: 34px;
  text-shadow: none;
  color: #fff;
  font-weight: 300;
  background-color: #353535;
  padding: 22px 40px 30px 38px;
}

.carousel-caption .caption strong {
  color: #ffc627;
  font-size: 35px;
}

/* Form elements */

form#rtd-search-form button#edit-submit {
  margin: -22px 0px 0px 20px;
  font-size: 20px;
  padding: 9px 10px;
  max-width: 135px;
}

form#rtd-search-form svg {
  display: none;
}

form#rtd-search-form button#edit-submit span {
  display: none;
}

form#rtd-search-form label.control-label {
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 24px;
}

form#rtd-search-form .input-group {
  width: 80%;
  max-width: 1000px;
  float: left;
}

form#rtd-search-form .input-group input {
  height: 36px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  box-shadow: inset 0 1px 3px 0 rgba(145, 145, 145, 0.5);
  border-radius: 3px;
}

form#rtd-search-form .input-group .input-group-addon {
  display: none;
}

form.webform-submission-form label {
  display: block;
  color: #4a535d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

#webform-submission-request-consultation-add-form
  form.webform-submission-form
  label::after {
  display: none;
}

form.webform-submission-form input,
form.webform-submission-form textarea {
  border-radius: 2px;
  background-color: #f7f7f7;
  border: 1px solid #e2e2e2;
  height: 40px;
}

form.webform-submission-form textarea {
  height: 140px;
}

form.webform-submission-form button.form-submit {
  border-radius: 2px;
  background-color: #8c1d40;
  border: none;
  padding: 14px 0px 15px;
  width: 100%;
  max-width: 96px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin: 20px 0px 40px;
}

/* Accordion Elements */

div:not("#footer-columns") h5 a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #39393a;
  padding: 29px 0px 31px;
  border-bottom: 1px solid #e2e2e2;
}

article .content h5:last-of-type a {
  border-bottom: none;
}

div:not("#footer-columns") h5 a::after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f055";
  font-weight: 900;
}

div:not("#footer-columns") h5 a svg {
  position: absolute;
  color: #fff;
  background: #ffc627;
  border: 2px solid #ffc627;
  transform: rotate(45deg);
  transition: 0.5s transform;
  right: 33px;
  top: 50%;
  margin-top: -18px;
  border-radius: 18px;
  line-height: 34px;
  height: 38px;
  width: 38px;
  font-size: 34px !important;
  text-align: center;
}

div:not("#footer-columns") h5 a::after {
  display: none;
}

div:not("#footer-columns") h5 a.collapsed svg {
  transform: rotate(0deg);
}

div:not("#footer-columns") h5 a:not(.collapsed) {
  border-bottom: none;
}

div:not("#footer-columns") h5 a:hover,
div:not("#footer-columns") h5 a:focus {
  text-decoration: none;
  color: #39393a;
}

.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > h5
  a {
  display: block;
  background: #f7f7f7;
  margin-top: 20px;
  padding: 23px 21px;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.region-sidebar-first nav .menu.nav .dropdown-menu > li > a {
  font-size: 18px;
}

.region-sidebar-first
  nav#block-computingmenu
  .menu.nav
  .dropdown-menu
  > li
  > a {
  color: #39393a;
}

.region-sidebar-first nav#block-computingmenu .menu.nav li.dropdown.active > a,
.region-sidebar-first
  nav#block-computingmenu
  .menu.nav
  .dropdown-menu
  > li
  > a:hover {
  color: #780f31;
  font-weight: 500;
}

.additional-information {
  padding: 50px 0px 45px;
  background: #ededed;
}

.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > h5
  a[aria-expanded="true"] {
  border-bottom: none;
  border-radius: 2px 2px 0px 0px;
}

.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > h5
  a::after {
  font-family: Font awesome\5 Free;
  font-weight: 900;
}

.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > h5
  a
  svg {
  position: absolute;
  right: 20px;
  color: #ffc627;
  font-size: 26px !important;
  background: none;
  border: none;
}

.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > h5
  a::after {
  display: none;
}

.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > h5
  a[aria-expanded="true"]
  svg {
  color: #ccc;
  transform: rotate(45deg);
}

.page-node-type-facilities-page article > div:not(.equipment-specs) > div > h5,
.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > .panel-collapse {
  max-width: none;
}

.page-node-type-facilities-page
  article
  > div:not(.equipment-specs)
  > div
  > .panel-collapse
  > div {
  background: #f7f7f7;
  padding-top: 15px;
}

.page-node-type-facilities-page article .panel-collapse ol {
  padding-left: 70px;
  padding-bottom: 0;
}

.page-node-type-facilities-page article .panel-collapse ol li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.page-node-type-facilities-page article .panel-collapse p {
  padding-left: 15px;
  padding-right: 15px;
}

.page-node-type-facilities-page
  article
  .panel-collapse[aria-expanded="true"]
  > div {
  padding-bottom: 20px;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0px 0px 2px 2px;
}

/* IDF specific */

.idf-testimonials {
  padding: 25px 0px 0px;
  border-top: 1px solid #ccc;
}

.idf-testimonials img {
  max-width: none;
}

.idf-testimonials .left-side img {
  margin-top: 20px;
}

.idf-testimonials .left-side:first-of-type img {
  margin-top: 125px;
}

.idf-testimonials .left-side {
  float: left;
  width: 45%;
}

.idf-testimonials .right-side {
  float: left;
  width: 55%;
}
.idf-testimonials .right-side hr {
  border-top: 8px solid #ffc627;
  margin-left: 35px;
}

.idf-testimonials .right-side h2,
.idf-testimonials .right-side p,
.idf-testimonials .right-side div {
  padding-left: 35px;
  padding-right: 15px;
}

.idf-testimonials .right-side p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 15px;
}

.idf-testimonials .right-side div.quote {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 16px;
}

.idf-testimonials .right-side div.name {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 15px;
}

.idf-testimonials .right-side div.title {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

/* RC Specific */

.additional-information {
  padding: 50px 15px 45px;
}

.additional-information img {
  width: 100%;
  max-width: 40px;
  margin-right: 10px;
  margin-left: -5px;
}

.user-testimonials {
  padding: 60px 0px 110px;
}

.user-testimonials hr {
  max-width: 750px;
  margin: 50px auto;
  color: #f7f7f7;
}

.user-testimonials h3 {
  margin-top: 0;
}

.user-testimonials iframe {
  max-width: 460px;
  min-height: unset;
  height: 260px;
  float: left;
  margin-right: 20px;
  padding: 0;
}

.computational-needs ul {
  display: inline-block;
}

.resources-link {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  padding: 0px 15px 0px;
}

.resources-link::after {
  position: absolute;
  font-family: Font awesome\5 Free;
  content: "\f35d";
  margin-left: 10px;
  font-size: 24px;
  font-weight: 900;
}

.resources-link svg {
  margin-left: 10px;
}

.resources-link::after {
  display: none;
}

/* Facility overview template */

article[data-history-node-id="1"].core,
article[data-history-node-id="5"].core,
article[data-history-node-id="11"].core,
article[data-history-node-id="12"].core,
article[data-history-node-id="13"].core,
article[data-history-node-id="726"].core,
article.article .ilab-inner-wrapper {
  display: block !important;
  min-height: inherit;
  color: #000;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 957px;
}
article.article {
  padding: 0;
}

.facility-thumbnail {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 489px;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.5s;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 998;
  transition: 0.5s all;
}

.page-node-type-core article {
  background-color: transparent;
  padding: 80px 15px !important;
}

.page-node-type-core article hr.thumb-separate {
  max-width: 450px;
  margin-top: 80px;
  margin-bottom: 0px;
}

.page-node-type-core .facilities.teaser {
  height: 489px;
  margin-bottom: 24px;
  overflow-y: hidden;
}

.page-node-type-core .facilities.teaser:hover .facility-thumbnail {
  opacity: 0;
  z-index: -1;
}

.page-node-type-core .row.facility-blocks {
  max-width: 1200px;
}

.page-node-type-core .row.facility-blocks .title span.facility-assoc {
  text-transform: capitalize;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

.page-node-type-core .row.facility-blocks .title {
  display: flex;
  position: relative;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  background: #ffc627;
  padding: 15px 60px 15px 40px;
  font-size: 22px;
  font-weight: 500;
  color: #4a4a4a;
  min-height: 110px;
}

.page-node-type-core .row.facility-blocks .title span {
  position: relative;
  display: block;
  max-width: 265px;
  margin: 0;
  transition: font-size 0.5s;
}

.page-node-type-core .row.facility-blocks .title span svg {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -11px;
  background: #fff;
  color: #ffc627;
  padding-top: 1px;
  height: 22px;
  width: 22px;
  border-radius: 15px;
  transform: rotate(-180deg);
  transition: 0.5s transform;
}

.page-node-type-core
  .row.facility-blocks
  .facilities.teaser:hover
  .title
  span
  svg {
  transform: rotate(0deg);
}

.page-node-type-core .row.facility-blocks .title::before,
.page-node-type-core .row.facility-blocks .title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  opacity: 1;
  transition: opacity 0.5s;
}

.page-node-type-core .row.facility-blocks .title::before {
  left: 1px;
  bottom: -10px;
  border-left: 19px solid transparent;
}

.page-node-type-core .row.facility-blocks .title::after {
  right: 1px;
  bottom: -10px;
  border-right: 19px solid transparent;
}

.page-node-type-core .row.facility-blocks a:hover {
  text-decoration: none;
}

.page-node-type-core .row.facility-blocks a:hover > .title span {
  font-size: 1.01em;
}

.page-node-type-core .row.facility-blocks a:hover > .title::before,
.page-node-type-core .row.facility-blocks a:hover > .title::after {
  opacity: 0.6;
}

.page-node-type-core .facilities.teaser:before {
  display: none;
}

.page-node-type-core .facilities.teaser .facility-summary {
  position: relative;
  z-index: 999;
  font-size: 15px;
  line-height: 26px;
  margin: 154px auto 0;
  transition: 0.5s all;
}

.page-node-type-core
  .facilities.teaser[data-history-node-id="30"]
  .facility-summary
  .title {
  font-size: 18px;
}

.page-node-type-core .facilities.teaser:hover .facility-summary {
  margin: 0 auto;
  z-index: 0;
}

.page-node-type-core .facilities.teaser .facility-summary .body-content {
  display: none;
  position: relative;
  box-shadow: 0px 0px 3px 0px #ccc;
  max-width: 330px;
  margin: 0 auto;
  height: 405px;
  padding: 20px 36px;
  line-height: 22px;
  font-size: 16px;
}

.page-node-type-core .facilities.teaser:hover .facility-summary .body-content {
  display: block;
}

.page-node-type-core
  .facilities.teaser
  .facility-summary
  .body-content
  .body-fixed {
  height: 287px;
  overflow-y: hidden;
  margin-bottom: 15px;
}

.page-node-type-core .row.facility-blocks .facility-summary a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #eee;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  border-radius: 15px;
  width: fit-content;
}

/* Facilities Page template */

body.page-node-type-facilities-page article[about$="education-outreach"] > div {
  max-width: none;
}

body.page-node-type-facilities-page
  article[about$="education-outreach"]
  > div
  ul {
  max-width: 570px;
}

/* Equipment template */
.equipment-specs .field-wrapper {
  margin-top: 20px;
}

.equipment-extra {
  margin-top: 30px;
}
.equipment-extra .field-wrapper {
  margin-bottom: 30px;
}

.equipment-extra .field--label {
  margin-bottom: 8px;
}

.equipment-specs {
  border: 1px solid #d8d8d8;
  padding: 0px 40px 22px 28px;
}

.equipment-specs h3 {
  margin-bottom: 6px;
}

.equipment-specs a {
  color: #8c1d40;
  font-size: 16px;
}

.equipment-specs p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}

.field--name-field-video .field--items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.field--name-field-video .field--item {
  margin-bottom: 20px;
}

.blue-alert {
  display: block;
  background: #00a3e0;
  color: #fff;
  padding: 8px 20px;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 15px;
}

.blue-alert i {
  font-size: 20px;
  margin-right: 15px;
}

.blue-alert a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

img.single-image {
  width: 100%;
  max-width: none;
  margin: 40px 0px 0px;
}

/* Rates View Elements */

#block-views-block-equipment-block-rates h2 {
  margin-bottom: 12px;
}

#block-views-block-equipment-block-rates .views-field-title a {
  display: block;
  font-size: 24px;
  color: #8c1d40;
  font-weight: 500;
  margin-bottom: 20px;
}

.view-display-id-block_rates .view-header {
  margin-top: 24px;
}

.view-display-id-block_rates h2 {
  font-size: 24px;
}

.view-display-id-block_rates h2 a {
  color: #8c1d40;
}

/* Sitewide Footer */

.footer {
  border-top: none;
  margin-top: 65px;
}

#mega-footer {
  padding: 50px 0 20px;
  font-weight: 300;
}

#mega-footer a svg {
  font-size: 40px;
  margin-right: 10px;
}

#mega-footer img {
  max-width: 350px;
}

#mega-footer .col-md-3 {
  float: right;
}
#mega-footer ul {
  padding-top: 20px;
  border-top: 1px solid grey;
}
#mega-footer ul li {
  margin-bottom: 13px;
}
#mega-footer ul.social-media {
  border-top: 0;
}

#mega-footer .col-md-3 .pdf-link {
  position: relative;
  display: block;
  max-width: 350px;
  padding-top: 20px;
  padding-left: 40px;
}

#mega-footer .col-md-3 .pdf-link a {
  font-weight: 200;
  line-height: 21px;
}

#mega-footer .col-md-3 .pdf-link i {
  position: absolute;
  left: 2px;
  font-size: 24px;
  color: #ffc627;
}

/* Media Queries */

@media (max-width: 1200px) {
  .region-content {
    padding-left: 45px;
    padding-right: 15px;
  }
  .banner-wrapper {
    padding: 0 15px;
  }
  .banner-inline-title .yellow-box {
    display: none;
  }
  .banner-inline-title .yellow-label {
    position: relative;
    left: 0;
    max-width: 885px;
  }
  ol.breadcrumb {
    padding: 15px;
  }
  body.page-node-type-facilities-page ol.breadcrumb,
  body.page-node-type-equipment ol.breadcrumb {
    padding: 14px 15px 10px;
  }
}

/* Styles for create an account webform */

.create-account-container {
  background: #f8f8f8;
  border-radius: 2px;
}

.create-account-container:after {
  display: block;
  content: "";
  clear: both;
}

.create-account-container input {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
}

div[data-drupal-selector="edit-user-information"],
div[data-drupal-selector="edit-account-information"] {
  width: 100%;
  float: left;
  padding: 0px 5px;
  border: none;
  background: #f8f8f8;
  box-shadow: none;
}

div[data-drupal-selector="edit-user-information"] .panel-heading,
div[data-drupal-selector="edit-account-information"] .panel-heading {
  background: none;
  margin-bottom: 10px;
}

div[data-drupal-selector="edit-user-information"] .panel-title,
div[data-drupal-selector="edit-account-information"] .panel-title {
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 28px 15px;
  border-bottom: 5px solid orange;
  font-size: 20px;
}

#webform_submission_create_an_account_add_form-ajax label,
#webform_submission_create_an_account_add_form-ajax span.fieldset-legend {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

#webform_submission_create_an_account_add_form-ajax label:after,
#webform_submission_create_an_account_add_form-ajax span.fieldset-legend:after {
  position: relative;
  display: inline-block;
  top: -4px;
}

.create-account-container #edit-phone-phone {
  width: 100%;
}

.create-account-container .webform-readonly.form-item-password input {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  color: #000;
  font-weight: bold;
}

.create-account-container span.selection > span {
  height: 40px;
}

.create-account-container span.selection > span > span {
  line-height: 40px !important;
  font-size: 14px;
}

.create-account-container .select-wrapper:after {
  margin-top: -6px;
}

.create-account-container legend {
  margin-bottom: 0;
}

.create-account-container .select2-selection__arrow {
  display: none;
}

.create-account-container .control-label.option input {
  height: auto;
  margin-top: 6px;
}

fieldset[data-drupal-selector="edit-usage-terms"] .description {
  height: 100px;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 5px;
}

#block-materialsrelatedlinks {
  background-color: #eee;
  padding: 24px 5% 46px !important;
  margin-top: 30px;
}

img[src*="p.dlx.addthis.com"] {
  display: none;
}

img.img-responsive {
  width: 100%;
}

body.path-search .region-content {
  padding: 0px 15px;
}

body.path-search nav.tabs ul.nav-tabs {
  display: none;
}

body.path-search form.search-form[action="/search/equipment"] + h3,
body.path-search form.search-form + h2 {
  display: none;
}

body.path-search form.search-form .search-advanced {
  display: none;
}

body.path-search form.search-form > a {
  display: none;
}

body.path-search .col-sm-9 {
  border-left: none;
}

body.path-search .region-sidebar-second {
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 25px;
}

body.path-search .region-content ol {
  padding-top: 10px;
  padding-left: 0;
}

body.path-search .region-content ol li {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

body.path-search .region-content ol li:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

body.path-search #block-views-block-related-equipment-block-1 .block-title {
  font-size: 24px;
  line-height: 30px;
}

body.path-search #block-views-block-related-equipment-block-1 .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

body.path-search
  #block-views-block-related-equipment-block-1
  .views-row:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

#block-equipmentsearchintro {
  margin: 38px 0px 55px;
  border-bottom: 1px solid #ccc;
}

#block-equipmentsearchintro h2 {
  margin-bottom: 10px;
}

#block-facilitysearchform {
  padding: 0 15px !important;
}

#block-facilitysearchform h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}

#block-facilitysearchform form.equipment-search button {
  padding: 4px 12px;
  margin-top: -3px;
}

#block-facilitysearchform form.equipment-search input {
  width: 100%;
  margin-bottom: 10px;
}

/* End styling create an account webform */

@media (max-width: 1080px) {
  ul.navbar-nav li a {
    font-size: 15px;
    padding: 18px 12px;
  }
  .user-testimonials iframe {
    float: none;
  }
}

@media (max-width: 990px) {
  #block-rtdoked-main-menu {
    display: none;
  }
  .carousel-caption .caption {
    padding: 22px 15px 30px;
  }
  .core {
    height: auto;
    padding: 0px 0px 25px;
    margin-right: 0;
    border-radius: 0;
  }
  .core .body {
    margin: 25px 0px 0px;
    max-width: none;
  }
  .core h3 {
    padding-right: 15px;
  }
  .core .col-md-4 {
    padding-left: 15px;
  }
  .core .close {
    top: 30px;
  }
  .equipment-specs {
    border: none;
    padding: 0px 15px 30px;
    margin-right: 0;
  }
  .col-md-9 article {
    padding-left: 0;
  }
  .col-md-9 article > div:not(.equipment-specs) > div > * {
    max-width: none;
  }
  .facility-thumbnail {
    max-width: 500px;
  }
  .page-node-type-core .row.facility-blocks .title {
    max-width: 500px;
    margin: -25px auto 0;
  }
  .page-node-type-core .row.facility-blocks .title span {
    max-width: none;
  }
  .page-node-type-core .row.facility-blocks .col-md-4:last-child {
    width: 100%;
  }
  .page-node-type-core .row.facility-blocks .facility-summary {
    max-width: 500px;
    padding: 20px 15px;
  }
  .page-node-type-core .row.facility-blocks .facility-summary > div {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  .core-tab {
    height: 225px;
  }
  .core-tab > span {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 805px) {
  form#rtd-search-form .input-group {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .region-content {
    padding-top: 25px;
    padding-left: 15px;
  }
  .region-sidebar-first nav > h2 {
    margin: 0;
  }
  .core-tab {
    margin: 0 0 15px;
    width: 100%;
    height: 175px;
  }
  .core-tab > span::after {
    display: none;
  }
  .banner-wrapper {
    top: 40%;
  }
  .equipment-specs {
    border: none;
    padding: 0;
  }
  .equipment-specs ul {
    max-width: none;
  }
}

@media (max-width: 690px) {
  .idf-testimonials img {
    display: block;
    max-width: 400px;
    margin: 0 auto !important;
    padding: 0 15px;
  }

  .idf-testimonials .left-side,
  .idf-testimonials .right-side {
    float: none;
    width: 100%;
  }

  .idf-testimonials .right-side hr {
    margin-left: 15px;
    margin-right: 15px;
  }

  .idf-testimonials .right-side h2,
  .idf-testimonials .right-side p,
  .idf-testimonials .right-side div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 650px) {
  form#rtd-search-form .input-group {
    width: 100%;
    float: none;
    max-width: none;
  }
  form#rtd-search-form button#edit-submit {
    margin: 0;
  }
}

@media (max-width: 580px) {
  .carousel-caption .caption {
    font-size: 18px;
    line-height: 28px;
  }
  .carousel-caption .caption strong {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  body.page-node-type-equipment table tbody tr td,
  .view-display-id-block_equipment table tbody tr td {
    width: 100% !important;
    text-align: left !important;
    padding-left: 45% !important;
    height: auto !important;
  }
  .field--name-field-rates table,
  .view-display-id-block_equipment table,
  .field--name-field-rates thead,
  .view-display-id-block_equipment thead,
  .field--name-field-rates tbody,
  .view-display-id-block_equipment tbody,
  .field--name-field-rates th,
  .view-display-id-block_equipment th,
  .field--name-field-rates td,
  .view-display-id-block_equipment td,
  .field--name-field-rates tr,
  .view-display-id-block_equipment tr {
    display: block;
  }
  .field--name-field-rates thead tr,
  .view-display-id-block_equipment thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .field--name-field-rates td:before,
  .view-display-id-block_equipment td:before {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    width: 40%;
    padding-right: 10px;
    left: 15px;
  }
  .view-display-id-block_equipment td:before {
    left: 30px;
  }
  .field--name-field-rates td:nth-of-type(1):before {
    content: "Service";
  }
  .field--name-field-rates td:nth-of-type(2):before {
    content: "ASU rate";
  }
  .field--name-field-rates td:nth-of-type(3):before {
    content: "Nonprofit/other academic rate";
  }
  .field--name-field-rates td:nth-of-type(4):before {
    content: "Notes";
  }
  .view-display-id-block_equipment td:nth-of-type(1):before {
    content: "Equipment";
  }
  .view-display-id-block_equipment td:nth-of-type(2):before {
    content: "Techniques";
  }
}

@media (max-width: 400px) {
  .banner-inline-title > span {
    font-size: 32px;
    line-height: 32px;
  }
  #mega-footer img {
    max-width: 250px;
    height: auto;
  }
}

table.governance-table {
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px dotted #eee;
}

table.governance-table thead th {
  padding: 12px;
}

table.governance-table strong {
  font-weight: 500;
}

table.governance-table th,
table td {
  border: 1px solid #d3d3d3;
  border-collapse: collapse;
}

table.governance-table tbody tr td {
  background-color: white;
  text-align: left;
}

table.governance-table thead tr:nth-child(2) th {
  text-align: left;
}
table.governance-table th {
  background: #f0f0f0;
  font-weight: normal;
}

table.governance-table th.last {
  border-right: none;
}

table.governance-table th p:nth-child(1) {
  font-size: 26px;
  margin-bottom: 5px;
  padding-top: 5px;
}

table.governance-table .gov-title {
  font-size: 26px;
  padding: 15px 0px;
}

table.governance-core {
  border-top: 5px solid #002060;
}

table.governance-bio {
  border-top: 5px solid #c00000;
}

table.governance-chem {
  border-top: 5px solid #70ad47;
}

table.governance-eyr {
  border-top: 5px solid #ffc000;
}

table.governance-inst {
  border-top: 5px solid #ed7d31;
}

table.governance-nano {
  border-top: 5px solid #4472c4;
}

table.governance-comp {
  border-top: 5px solid #7030a0;
}

body.node-404 .region-content {
  padding-left: 0px;
}

body.node-404 h1.page-header {
  text-align: center;
}

.ilab-inner-wrapper {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.ilab-section:nth-of-type(odd) {
}
.ilab-section:nth-of-type(even) {
  background-color: #ededed;
}

article.article .thumb-separate {
  display: none;
}
.page-node-type-article footer {
  margin-top: 0;
  padding-top: 0;
}
.ilab-section p,
.card-body p {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.ilab-section h1,
.ilab-section h2,
.ilab-section h3,
.ilab-section h4,
.ilab-section h5,
.ilab-section h6,
.ilab-section li,
.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6,
.card-body li {
  color: #4a4a4a;
  margin-top: 0;
}
.ilab-section h1:not(:first-of-type),
.ilab-section h2:not(:first-of-type),
.ilab-section h3:not(:first-of-type),
.ilab-section h4:not(:first-of-type),
.ilab-section h5:not(:first-of-type),
.ilab-section h6:not(:first-of-type),
.card-body h1:not(:first-of-type),
.card-body h2:not(:first-of-type),
.card-body h3:not(:first-of-type),
.card-body h4:not(:first-of-type),
.card-body h5:not(:first-of-type),
.card-body h6:not(:first-of-type) {
  padding-top: 40px;
}
.ilab-section ul,
.card-body ul {
  padding-left: 50px;
  list-style: none;
  margin-bottom: 30px;
}
.ilab-section ul li::before,
.card-body ul li::before {
  content: ".";
  position: absolute;
  margin-left: -30px;
  font-weight: 700;
  transform: translateY(-20%);
  font-size: larger;
}
.card-body ul li ul li::before {
  content: "-";
  transform: translateY(4%);
  font-size: 18px;
}
.ilab-section ul li,
.card-body ul li {
  margin-bottom: 5px;
}
.card-body li ol {
  list-style-type: lower-alpha;
}
.card-body li ol li::before {
  display: none;
}
.card-body li p {
  margin-bottom: 5px;
}
.card-body ul li ul {
  margin-bottom: 5px;
}
.card-body ol {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.maroon_button {
  background-color: #8c1d40;
  border-radius: 20px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 18px;
  margin-bottom: 40px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
.maroon_button::after {
  content: "\f0a9";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  display: none;
}
.maroon_button svg {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}
.maroon_button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.ilab-inner-wrapper .maroon_button:last-of-type {
  margin-bottom: 0;
}

button.card-title {
  display: block;
  background: #f7f7f7;
  width: 100%;
  text-align: left;
  border: 1px solid #e2e2e2;
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  padding: 20px;
  border-bottom: 0;
  outline: unset;
  position: relative;
}
.collapsed {
  border-bottom: 1px solid #e2e2e2 !important;
  margin-bottom: 30px;
}
button.card-title::after {
  content: "\f055";
  font-family: Font awesome\5 Free;
  font-weight: 900;
  display: none;
}
button.card-title svg {
  color: #cccccc;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
div:not("#footer-columns") .collapsed .collapsed svg {
  color: #ffc627 !important;
  transform: translateY(-50%) !important;
}
.card-body img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-body {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  padding: 20px 100px 45px 20px;
  margin-bottom: 30px;
  border-top: 0;
  transition: 0.3s;
}
.card-title:first-of-type {
  margin-top: 40px;
}

body.node-503 article.contextual-region {
  padding: 0 !important;
}

body.node-503 .main-container .row {
  max-width: none !important;
}

body.node-503 .main-container {
  max-width: none !important;
}

body.node-503 .main-container .row {
  margin-top: 0px !important;
}

body.node-503 .main-container .region-content {
  padding: 0 !important;
}

body.node-503 .footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.node-503 .page-header {
  display: none;
}

body.node-503 .main-container article {
  padding: 0 !important;
}

h2.news__title {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 24px;
  margin-top: 0px;
  line-height: 27px;
}
.news__meta {
  padding-left: 0px;
  display: -webkit-box;
  display: flex;
  margin-bottom: 0px;
  margin-bottom: 14px;
}
.news__meta li {
  list-style: none;
}
.news__meta li.news__source {
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
}
.news__meta li.news__source::after {
  content: " |";
  padding-right: 5px;
  margin-left: 10px;
}
p.news__body {
  margin-bottom: 40px !important;
  padding-bottom: 0px;
}
.news-wrapper {
  margin-bottom: 40px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

/* News search */
.news-search input.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #cccccc91;
}
.news-search .form-inline {
  position: relative;
}
.news-search input.form-text {
  width: 100%;
}
.news-search .form-item {
  width: 100%;
}
.news-search .form-group {
  margin-bottom: 0;
}
.news-search #edit-actions {
  position: absolute;
  right: 0;
  top: 36px;
  display: grid;
}
.news-search #edit-actions button {
  background: transparent;
  border: 0;
  /*font-size: 0;*/
  margin: 3px;
  outline: 0;
}
.news-search #edit-actions #edit-submit-news-and-events {
  font-size: 0;
}
.news-search #edit-actions #edit-reset {
  background: #780e31;
  color: #fff;
  margin-top: 20px;
}
.form-item-field-facility-term-target-id {
  margin-top: 20px;
}
.form-item-field-facility-term-target-id::before {
  /*content: 'Facilities';*/
  font-size: 25px;
  font-weight: 500;
}
.news-search #edit-actions button span.icon {
  color: #4a4a4a;
  font-size: 14px;
  margin: 0;
}
.news-search {
}

.node-509 .region-sidebar-second .block-title,
.news-search .control-label {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}

.view-news-and-events .view-filters {
  /*display: none;*/
}
#block-views-block-news-and-events-block-1 .view-filters {
  width: 30%;
  float: right;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

#block-views-block-news-and-events-block-1 .view-filters .form-item-title label,
#block-views-block-news-and-events-block-1 .view-filters fieldset legend span {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
#block-views-block-news-and-events-block-1 .view-filters .form-item-title {
  margin-bottom: 30px;
}
#block-views-block-news-and-events-block-1 .view-filters fieldset legend {
  border-bottom: 0;
  margin-bottom: 0;
}

#block-views-block-news-and-events-block-1 .view-filters fieldset.form-wrapper,
#block-views-block-news-and-events-block-1
  .view-filters
  .form-inline
  .form-control {
  width: 100%;
}
#block-views-block-news-and-events-block-1 .view-content {
  width: 70%;
  float: left;
  padding-right: 30px;
}
@media (max-width: 900px) {
  #block-views-block-news-and-events-block-1 .view-filters {
    width: 100%;
  }
  #block-views-block-news-and-events-block-1 .view-content {
    width: 100%;
  }
  #views-exposed-form-news-and-events-block-1
    fieldset.js-form-item
    .form-item-field-cores-value {
    display: inline-block !important;
    width: 49%;
    vertical-align: text-top;
    margin: 10px 0 0 0 !important;
  }
  .radio label,
  .checkbox label {
    padding-left: 10px;
  }
}
#block-views-block-news-and-events-block-1 .view-content .news-wrapper article {
  padding: 0;
}
#block-views-block-news-and-events-block-1
  .view-content
  .news-wrapper
  article
  h2 {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 24px;
  margin-top: 0px;
  line-height: 27px;
}
#block-views-block-news-and-events-block-1
  .view-content
  .news-wrapper
  article
  .content
  .field--name-body {
  margin-bottom: 40px !important;
  padding-bottom: 0px;
}
#block-views-block-news-and-events-block-1
  .view-content
  .news-wrapper
  article
  .content
  .field--name-body
  p {
  margin-bottom: 0px;
}
#block-views-block-news-and-events-block-1
  .view-content
  .news-wrapper
  article
  .content
  .news__meta
  li {
  margin-bottom: 0;
}
.view-id-news_and_events
  .views-exposed-form
  .form-item
  .control-label
  input.form-radio {
  display: none;
}
#views-exposed-form-news-and-events-block-1
  .views-exposed-form
  .form-item
  .control-label {
  /*color: #eaeaea;
  background: #780f31;
  padding: 15px;
  border-radius: 4px;*/
}
#views-exposed-form-news-and-events-block-1
  fieldset.js-form-item
  .form-item-field-content-type-value
  label {
  transition: 0.3s;
}

#views-exposed-form-news-and-events-block-1 .is-checked label {
  font-weight: 500;
  color: #780f31 !important;
  line-height: 1.5 !important;
  font-size: 18px !important;
  border-bottom: 1px dashed #8c1c40;
  transition: 0.3s;
}
#views-exposed-form-news-and-events-block-1
  fieldset.js-form-item
  .form-item-field-cores-value {
  color: #780f31;
  display: block;
  background: #eaeaea;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  transition: 0.3s;
  margin: 20px 0;
  transition: 0.3s;
}
#views-exposed-form-news-and-events-block-1
  fieldset.js-form-item
  .form-item-field-content-type-value {
  display: block;
  color: #780f31;
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 10px;
}
#views-exposed-form-news-and-events-block-1
  fieldset.js-form-item
  .form-item-field-content-type-value:not(:first-of-type) {
  margin-left: 10px;
}
#views-exposed-form-news-and-events-block-1
  fieldset:first-of-type
  .form-item-field-cores-value {
  /*background: green;*/
}
#views-exposed-form-news-and-events-block-1 fieldset:nth-of-type(2) .radio {
  /*background: yellow;*/
}

#views-exposed-form-news-and-events-block-1
  fieldset:first-of-type
  .radio
  label
  fieldset
  legend {
  display: none;
}

#edit-field-facility-term-target-id ul,
#edit-field-content-type-value ul {
  padding-left: 0;
}
#edit-field-facility-term-target-id li {
  display: block;
  transition: 0.3s;
  margin-bottom: 10px;
  margin-right: 10px;
}
#edit-field-facility-term-target-id li a {
  background: #eaeaea;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 4px 8px;

  display: inline-block;
  font-size: 16px;
  transition: 0.3s;
}
#edit-field-facility-term-target-id li a {
  color: #780f31;
  text-decoration: none;
  font-weight: 400;
}
#edit-field-facility-term-target-id li ul {
  display: grid;
  margin-left: 10px;
  margin-top: 10px;
}
#edit-field-facility-term-target-id li ul li:first-child {
  /*display: none;*/
}
#edit-field-content-type-value li {
  background: #ffc627;
  /*border: 1px solid #ffc627;*/
  border-radius: 4px;
  padding: 8px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 17px;
  transition: 0.3s;
}
#edit-field-content-type-value li a {
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 400;
}
#edit-field-facility-term-target-id .bef-link--selected,
#edit-field-content-type-value .bef-link--selected {
  color: #eaeaea;
  background: #780f31;
}
#edit-field-facility-term-target-id li a:hover,
#edit-field-content-type-value li a:hover {
  opacity: 0.7;
}
#edit-field-content-type-value {
  /*display: none;*/
}
.node-509 .region-content {
  padding-left: 0;
  /*  padding-right: 70px;*/
}

.node-509 .col-sm-9 {
  border-left: 0;
}
.node-509 .row {
  padding: 0 15px;
}

#asu_search_module form:last-of-type {
  display: none;
}

p span iframe {
  height: 340px;
}

.core-trigger .anchor {
  color: white;
  text-decoration: none;
  border-bottom: none;
}

body:not(.path-frontpage) #carousel {
  max-width: 400px;
  margin-top: 40px;
}

body:not(.path-frontpage) #carousel .background_image .carousel-caption .caption {
  display: none;
}

#back-to-top {
  display: none;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: background-color .3s;
  z-index: 1000;
  border: none;
}

#back-to-top.show-link {
  display: block;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top svg {
  font-size: 30px;
  color: white;
  position: absolute;
  top: -15px;
  margin-top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

body.node-4 .field--name-field-related-facilities {
  padding-top: 80px;
}

.block-views-blockcarousel-block-10 {
  margin-top: 40px;
}

.block-views-blockcarousel-block-10 ul.slider-sidebar {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 20px;
}

.block-views-blockcarousel-block-10 ul.slider-sidebar:first-of-type {
  margin-top: 20px
}

#primary-slider,
#secondary-slider {
  max-width: 500px;
}

#primary-slider {
  margin-bottom: 10px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.splide__slide img {
  width: 100%;
}

body.node-746 section#block-views-block-equipment-block-equipment {
  display: none;
}

@media(max-width: 1200px) {

  .block-views-blockcarousel-block-10 ul.slider-sidebar {
    float: left;
    width: 40%;
    margin-bottom: 40px;
  }
}

.css-kv0hcz {
  z-index: 1000 !important;
}

.css-kv0hcz nav.header-nav .navlist >li {
  margin-right: 0 !important;
}

#footlink-header-two {
  font-weight: 700;
}

@media(max-width: 991px) {

  body {
    padding-top: 105px;
  }
}
