/**
 * Place your custom styles here.
 */

.align-left.media {
  margin-right: 24px;
  margin-bottom: 24px;
}
.align-right.media {
  margin-left: 24px;
  margin-bottom: 24px;
}

#navbar {
  background-color: #353535;
}
.btn .ext {
  display: none;
}
.breadcrumb-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-node-type-page .page-title-block.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.field--name-field-media-video-embed-field {
  width: 100%;
  height: auto;
}
ul.tabs {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  #asu_hdr_parent_title span.asu-site-title,
  .header__sitename a {
    color: #2a2a2a !important;
  }
}

.page-node-type-page
  .field--name-field-cp-page-bottom
  > .field-item
  > .paragraph.container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .main-container {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: inherit;
  }
}

body.cke_editable {
  margin: 8px;
}
th {
  padding: 6px;
}
td {
  padding: 6px;
}
.unit-logo a {
  border: none !important;
}
.siteslogan,
.siteslogan a {
  color: #636363 !important;
}
.embedded-entity img {
  max-width: 100%;
  height: auto;
}
/* layout builder styles */
#layout-builder .field--item {
  overflow-wrap: break-word;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.layout-builder {
  border: 0;
}
.layout__region img {
  max-width: 100%;
  height: auto;
}
.layout__region {
  overflow-wrap: break-word;
}
.field--label {
  font-weight: 400;
  font-size: 1.2em;
  margin: 20px 0 0 0;
}
.layout__region .field--type-text-with-summary .field--item,
.layout__region .field--type-text-with-summary.field--item,
.layout__region .field--type-text-long .field--item,
.layout__region .field--type-text-long.field--item,
.layout__region .field--type-image .field--item,
.layout__region .field--type-image.field--item,
.layout__region .field--type-link .field--item,
.layout__region .field--type-link.field--item {
  margin-top: 10px;
}
.layout__region .field--type-file {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .layout {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .layout {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .layout {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .layout {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
.layout__region {
  padding-right: 15px;
  padding-left: 15px;
}

/* Layout builder page adjustments */

.js-layout-builder-category .panel-heading a {
  font-weight: bold !important;
}
.js-layout-builder-category .panel-body {
  padding-left: 4px !important;
}

/* WYSIWYG styles */
/* WYSIWYG inline text style options */
.gold-on-black {
  box-shadow: -0.15em 0 0 #191919, 0.15em 0 0 #191919;
  background: #191919;
  color: #ffc627;
}
.black-on-gold {
  box-shadow: -0.15em 0 0 #ffc627, 0.15em 0 0 #ffc627;
  background: #ffc627;
  color: #191919;
}
.white-on-black {
  box-shadow: -0.15em 0 0 #191919, 0.15em 0 0 #191919;
  background: #191919;
  color: #fafafa;
}
.black-on-white {
  box-shadow: -0.15em 0 0 #ffffff, 0.15em 0 0 #ffffff;
  background: #ffffff;
  color: #191919;
}
a:has(.gold-on-black),
a:has(.white-on-black) {
  text-decoration-color: #FFC627;
}
a > span.black-on-gold,
a > span.black-on-white {
  color: #8c1d40;
}
a > span.gold-on-black,
a > span.white-on-black {
  color: #FFC627;
}
/* WISIWYG and clas_paragraphs table WS2 style */
/* table styles */
.clas-table-wrap {
  display: inline-block;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
  max-width: 100%;
}
.clas-table-wrap-outer {
  display: inline-block;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
}

/* unwrap utility class */
.unwrap-table .clas-table-wrap-outer table {
  white-space: normal;
}

.clas-table-wrap-outer table {
  display: block;
  margin: 0 auto;
  white-space: normal;
  border: none;
  width: 100%;
}
.clas-table-wrap-outer table.views-table,
.clas-isearch-view .table {
  white-space: normal;
}
.clas-table-wrap-outer table thead tr {
  height: 48px;
  border-top: none;
}
table.layout-table {
  width: 100%;
  display: table;
  white-space: normal;
}
.clas-table-wrap-outer table > thead > tr:first-child th {
  background-color: #d0d0d0;
}

.clas-table-wrap-outer table thead tr th {
  border: none;
}
table.layout-table > thead > tr:first-child th {
  background-color: transparent;
}
.clas-table-wrap-outer table tbody tr th,
.clas-table-wrap-outer table tbody tr td {
  background-color: #fff;
}
table.layout-table tbody tr:nth-child(2n) th,
table.layout-table tbody tr:nth-child(2n) td {
  background-color: transparent;
}
.clas-table-wrap-outer table tbody tr:nth-child(2n) th,
.clas-table-wrap-outer table tbody tr:nth-child(2n) td {
  background-color: #fafafa;
}
.clas-table-wrap-outer table tr > :first-child {
  border: none;
}
.clas-table-wrap-outer table tr {
  height: 48px;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
}
.clas-table-wrap-outer table tr:last-child {
  border: none;
}
.clas-table-wrap-outer table tbody tr:hover th,
.clas-table-wrap-outer table tbody tr:hover td,
.clas-table-wrap-outer table tbody tr:focus th,
.clas-table-wrap-outer table tbody tr:focus td {
  background-color: #e8e8e8;
}
table.layout-table tr {
  height: auto;
  border: none;
}
.clas-table-wrap-outer table tr td {
  border: none;
}
table.layout-table tbody tr:hover th,
table.layout-table tbody tr:hover td,
table.layout-table tbody tr:focus th,
table.layout-table tbody tr:focus td,
table.layout-table tbody tr:hover th,
table.layout-table tbody tr:hover td,
table.layout-table tbody tr:focus th,
table.layout-table tbody tr:focus td {
  background-color: transparent;
}
/* mobile table styles */
@media screen and (max-width: 767px) {
  table {
    overflow-x: scroll;
    border: 1px solid #e5e5e5;
  }
  table.layout-table {
    overflow-x: visible;
    border: none;
  }
}
/* cke editor specific table styles */
.cke_editable table,
.cke_editable table tr,
.cke_editable table tr td,
.cke_editable table tr th {
  border: 1px solid #000;
  white-space: normal;
}
.cke_editable table tbody tr th,
.cke_editable table tbody tr td {
  background-color: #fff;
}
.cke_editable table tbody tr:nth-child(2n) th,
.cke_editable table tbody tr:nth-child(2n) td {
  background-color: #fafafa;
}
.cke_editable table tbody tr:hover th,
.cke_editable table tbody tr:hover td,
.cke_editable table tbody tr:focus th,
.cke_editable table tbody tr:focus td {
  background-color: #e8e8e8;
}
.cke_editable table > thead > tr:first-child th {
  background-color: #d0d0d0;
}
/*optional class for user to lock 1st table column for horizontal overflow */

.clas-table-wrap-outer table.table-locked tr > :first-child {
  left: 0;
  position: sticky;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  white-space: normal;
}
/*table nav controls */
.scroll-table-control-next {
  position: absolute;
  height: calc(100% - 7px);
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(25, 25, 25, 0)),
    to(rgba(25, 25, 25, 0.25))
  );
  background: -o-linear-gradient(
    left,
    rgba(25, 25, 25, 0) 0,
    rgba(25, 25, 25, 0.25) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(25, 25, 25, 0) 0,
    rgba(25, 25, 25, 0.25) 100%
  );
}
.scroll-table-control-next .show {
  opacity: 1 !important;
}
.scroll-table-control-prev {
  position: absolute;
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(25, 25, 25, 0)),
    to(rgba(25, 25, 25, 0.25))
  );
  background: -o-linear-gradient(
    right,
    rgba(25, 25, 25, 0) 0,
    rgba(25, 25, 25, 0.25) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(25, 25, 25, 0) 0,
    rgba(25, 25, 25, 0.25) 100%
  );
}
.scroll-table-control-prev .show {
  opacity: 1 !important;
}
.scroll-table-control-next .carousel-control-next-icon,
.scroll-table-control-prev .carousel-control-prev-icon {
  margin: 0 12px 0 42px;
  background-size: 60% 60%;
  display: block;
  opacity: 0;
  padding: 12px 12px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #f1f1f1;
  border: solid 1px #d0d0d0;
  border-radius: 200px;
  color: #000;
}
.scroll-table-control-prev .carousel-control-prev-icon {
  margin: 0 42px 0 12px;
}
.scroll-table-control-next:hover .carousel-control-next-icon,
.scroll-table-control-prev:hover .carousel-control-prev-icon {
  opacity: 1;
}

.tabs--primary {
  padding-top: 24px;
}
.asu-header-site-name-wrapper {
  background-color: #ffffff;
}
.header__sitename {
  color: #2a2a2a;
  font-family: Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: -0.5px;
  padding: 0 0 10px 0px;
  margin-top: 0;
  font-weight: bold;
}

#asu_mobile_hdr {
  padding: 0 !important;
}
.field--label {
  font-weight: bold;
}
.alert {
  margin-bottom: 0;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}
footer.container-fluid,
header.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.asu-header-site-name a,
.toolbar a {
  border-bottom: none;
}
#innovation-bar {
  text-align: left;
}
.footer #innovation-bar a span {
  color: #000;
}
.unit-logo a {
  border: 0;
  text-decoration: none;
}
.field--name-field-cp-text article.embedded-entity {
  margin-bottom: 1rem;
}
.page-node-type-landing-page h1.page-header {
  display: none;
}
.page-node-type-cp-landing-page .breadcrumb-container {
  display: none;
}

input:focus {
  outline: 2px solid #4d90fe;
  -webkit-box-shadow: 0px 0px 5px #4d90fe;
  box-shadow: 0px 0px 5px #4d90fe;
}

/* adjust spacing between header/hero and content */
article.page.full {
  margin-top: 16px;
}
.region-sidebar-first nav {
  margin-top: 16px;
}
.page-node-type-page .breadcrumb-container {
  padding-bottom: 0;
}
.page-node-type-page .region-content-top {
  min-height: 24px;
}

h1.page-header {
  margin-top: 24px;
  margin-bottom: 16px;
}

b,
strong {
  font-weight: bold !important;
}

iframe {
  border: none !important;
}

/* */
.no-node-bundle .main-content-wrapper {
  padding-top: 20px;
}

/* front facing admin styles */

.local-tasks-block-wrapper {
  background-color: #62d4ff;
}
.local-tasks-block-wrapper .nav-tabs {
  border-bottom: none;
}
.local-tasks-block-wrapper li a.is-active {
  color: #001928;
}
.local-tasks-block-wrapper li a {
  color: #003e65;
  font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode",
    "DejaVu Sans", "Lucida Sans", sans-serif;
  padding: 7px 24px 7px 24px;

  z-index: 15;
  border-color: #a6a6a6;
  border: none;
}

.local-tasks-block-wrapper li a:hover {
  color: #003e65;
  text-decoration: none;
}
.local-tasks-block-wrapper li {
  background-color: rgba(242, 242, 240, 0.7);
  color: #003e65;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.local-tasks-block-wrapper li {
  margin-left: -1px;
}
.tabs a.is-active {
  background-color: #fff;
}

.admin-text {
  padding: 4px;
  font-weight: bold;
  color: #000000;
  opacity: 0.6;
}

.node-preview-form-select {
  background-color: #62d4ff !important;
  padding-top: 20px;
}

/* special text format styles and wysiwyg entity embed styles */

.highlighted-number {
  color: #ffc627;
  font-size: 64px;
  margin-bottom: 0;
}
.lead-paragraph {
  font-family: inherit;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.4;
}
.embedded-entity.align-left,
figure.align-left {
  margin-right: 1rem;
}
.embedded-entity.align-right,
figure.align-right {
  margin-left: 1rem;
}
.embedded-entity.align-center,
figure.align-center {
  width: fit-content;
  width: -moz-fit-content;
}
figure figcaption {
  color: #747474;
  border: 1px solid #d0d0d0;
  border-top: none;
  opacity: 1;
  background: #fff 0% 0% no-repeat padding-box;
  padding: 0.75rem;
  font-size: 0.75rem;
}

/* form webform styles */
form.webform-submission-form label {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
form.webform-submission-form label.option {
  display: inline-block;
}
form.webform-submission-form textarea {
  color: #191919;
  border: 1px solid #747474;
}
form.webform-submission-form fieldset div.fieldset-wrapper div div {
  margin: 1rem 0;
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
form.webform-submission-form div.form-type-checkbox {
  margin: 0 0 2rem 0;
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
form.webform-submission-form div.form-type-checkbox label {
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 1rem;
  font-size: 1rem;
}
form.webform-submission-form select {
  padding-left: 1rem !important;
  color: #191919;
  border: 1px solid #747474;
}

form.webform-submission-form textarea:disabled {
  color: #bfbfbf;
  background: #e8e8e8;
  border: 1px solid #747474;
}
form.webform-submission-form input:focus,
form.webform-submission-form textarea:focus,
form.webform-submission-form select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #191919 !important;
  border-radius: none;
}
form.webform-submission-form input.error {
  border-style: solid;
  border: 1px solid #b72a2a;
  border-bottom-color: rgb(183, 42, 42);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 8px solid #b72a2a;
}

/* TEMP - move to proper file */
.clas-isearch-view table tbody tr:hover th,
.clas-isearch-view table tbody tr:hover td,
.clas-isearch-view table tbody tr:focus th,
.clas-isearch-view table tbody tr:focus td {
  background-color: transparent !important;
}
.clas-isearch-view table tbody tr:nth-child(2n) th,
.clas-isearch-view table tbody tr:nth-child(2n) td {
  background-color: transparent !important;
}
.clas-isearch-view th {
  background-color: transparent !important;
}

/* update bootstrap icons */

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* a11y styles */

input[type="radio"]:focus::before {
  box-shadow: 0 0 1px 2px #5b9dd9;
  outline: 2px solid #4d90fe;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
span:focus {
  outline: 2px solid #4d90fe !important;
  -webkit-box-shadow: 0px 0px 5px #4d90fe !important;
  box-shadow: 0px 0px 5px #4d90fe !important;
  z-index: 999;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #191919 !important;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #191919 !important;
}
.main-container:focus {
  outline: 0;
  box-shadow: none !important;
}

/* tabbed panels */
.uds-tabbed-panels .scroll-control-prev,
.uds-tabbed-panels .scroll-control-next {
  z-index: 999;
}
.uds-tabbed-panels .nav-tabs {
  overflow-x: visible;
}
/* hide controls on mobile, allow swiping */
@media (max-width: 992px) {
  .uds-tabbed-panels .nav-tabs {
    overflow-x: scroll;
  }
  .uds-tabbed-panels .scroll-control-prev,
  .uds-tabbed-panels .scroll-control-next {
    display: none;
  }
}
/* d9 video hero custom styles */
.cp-media-local-video-background.uds-hero-sm,
.cp-media-local-video-background.uds-hero-md,
.cp-media-local-video-background.uds-hero-lg {
  overflow: hidden;
}
.cp-media-background-vid-wrap {
  padding-top: 0;
  height: auto;
}
@media screen and (min-width: 992px) {
  .uds-hero-lg.cp-media-background-wrapper
    .cp-media-local-video-background.hero {
    top: 42%;
  }
  .uds-hero-md.cp-media-background-wrapper
    .cp-media-local-video-background.hero {
    top: 40%;
  }
  .uds-hero-sm.cp-media-background-wrapper
    .cp-media-local-video-background.hero {
    top: 30%;
  }
}
@media (max-width: 992px) {
  div[class^="uds-hero"] h1,
  div[class^="uds-hero"].has-btn-row .btn-row,
  div[class^="uds-hero"].has-btn-row .content {
    z-index: 999;
  }
}
/* hero btn color override */
.uds-hero-lg.hero-btn1-gold .btn.btn-maroon:nth-of-type(1),
.uds-hero-md.hero-btn1-gold .btn.btn-maroon:nth-of-type(1),
.uds-hero-sm.hero-btn1-gold .btn.btn-maroon:nth-of-type(1) {
  color: #212529;
  background-color: #ffc627;
  border-color: #ffc627;
}
.uds-hero-lg.hero-btn2-gold .btn.btn-maroon:nth-of-type(2),
.uds-hero-md.hero-btn2-gold .btn.btn-maroon:nth-of-type(2),
.uds-hero-sm.hero-btn2-gold .btn.btn-maroon:nth-of-type(2) {
  color: #212529;
  background-color: #ffc627;
  border-color: #ffc627;
}
.uds-hero-lg.hero-btn12-gold .btn.btn-maroon,
.uds-hero-md.hero-btn12-gold .btn.btn-maroon,
.uds-hero-sm.hero-btn12-gold .btn.btn-maroon {
  color: #212529;
  background-color: #ffc627;
  border-color: #ffc627;
}
/* iSearch component mobile styles */
@media (max-width: 992px) {
  /*CLAS admin custom list*/
  .custom-profile-collection .support-contact-row {
    text-align: center;
    margin-top: 32px;
  }
  .custom-profile-collection .profile-contact-row > div {
    margin-right: 0;
  }
  /*default list*/
  .isearch-default-list .profile-row {
    display: block;
    text-align: center;
  }
  .isearch-default-list .profile-photo-column {
    padding: 0 0 0 1.5rem;
    margin: 0;
  }
  .isearch-default-list .profile-name {
    text-align: center;
  }
  .isearch-default-list .profile-contact-row {
    display: block;
  }
  /*circle list*/
  .isearch-circle-list .container .row .col-6 {
    max-width: 100%;
  }
}
/*iSearch overrides*/
.isearch-table-list td {
  display: block;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 0.8 !important;
}

.degree-row {
  width: 100%;
  text-decoration: none;
  color: black;
}

.card-hover > button {
  color: inherit;
}
