.block-areas-of-study-block {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
@media print,screen and (min-width:40em) {
  .pane-areas-of-study {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.aos-filter-form {
  top: 0;
  z-index: 10;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 40em) {
  .block-areas-of-study-block .aos-thead {
    background-color: #ac2b37;
    color: #fff;
    position: sticky;
    z-index: 9;
  }
}
.block-areas-of-study-block .aos-thead::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.block-areas-of-study-block .aos-thead th {
  padding: 0.5rem;
}

.block-areas-of-study-block .aos-filter-by-text {
  display: none;
  float: right;
}

.block-areas-of-study-block .aos-thead.is-stuck .aos-filter-by-text {
  display: inline;
}

/* Filter container with gray background */
.block-areas-of-study-block .aos-filter-container {
  background-color: #f5f5f5;
  padding: 20px;
  padding-bottom: 0;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Filter section layout */
.block-areas-of-study-block .aos-filter-section {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
}

/* Filter labels */
.block-areas-of-study-block .aos-filter-label {
  min-width: 140px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: right;
}

/* Filter buttons container */
.block-areas-of-study-block .aos-filter-buttons {
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  flex: 1;
  flex-direction: row;
}

.aos-filter-name .aos-filter-buttons {
  flex-wrap: wrap;
}

@media screen and (max-width: 39.9375em) {
  .block-areas-of-study-block .aos-filter-buttons {
    width: 100%;
    justify-content: center;
  }
}

/* Icon key content container */
.block-areas-of-study-block .aos-icon-key-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  flex: 1;
  padding: 10px 20px;
  background-color: #fff;
}

@media screen and (min-width: 40em) {
  .block-areas-of-study-block .aos-icon-key-content {
    gap: 20px;
  }
}

/* Icon key individual items */
.block-areas-of-study-block .aos-icon-key-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Sticky Icon Key section */
@media screen and (min-width: 40em) {
  .block-areas-of-study-block .aos-filter-section.aos-filter-icon-key {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f5f5f5;
    padding: 20px;
  }
}

/* Table wrapper for horizontal scrolling */
.block-areas-of-study-block .aos-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 39.9375em) {
  .block-areas-of-study-block .aos-table-wrapper {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .block-areas-of-study-block .aos-filter-section {
    flex-direction: column;
  }

  .block-areas-of-study-block .aos-filter-label {
    margin-bottom: 10px;
    display: none;
  }
}
.block-areas-of-study-block table {
  margin: 0 auto;
}
.block-areas-of-study-block label {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: #1f2327;
}
.block-areas-of-study-block label.filter-label {
  padding: .25em .75em;
  color: #606365;
  position: relative;
  transition: all .15s ease-out 0s;
  font-weight: 700;
}

.block-areas-of-study-block label.filter-label.filter-all {
  border-right: 5px solid #f5f5f5;
}

@media screen and (max-width: 39.9375em) {
  .block-areas-of-study-block label.filter-label {
    display: none;
  }
}

.block-areas-of-study-block label.filter-label-letter {
  padding: .25em .75em;
  color: #606365;
  position: relative;
  transition: all .15s ease-out 0s;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}
.block-areas-of-study-block label.filter-label.active,
.block-areas-of-study-block label.filter-label:hover,
.block-areas-of-study-block label.filter-label-letter.active,
.block-areas-of-study-block label.filter-label-letter:hover {
  background: #ac2b37;
  color: #fff;
}
.block-areas-of-study-block label.filter-label input {
  display: none;
}
.block-areas-of-study-block label.filter-label.disabled,
.block-areas-of-study-block label.filter-label-letter.disabled {
  color: #606365;
  cursor: default;
}
.block-areas-of-study-block label.filter-label.disabled:hover {
  background: #fff;
}
.block-areas-of-study-block label.filter-label.disabled:after {
  content: none;
}

.block-areas-of-study-block .course-online {
  cursor: pointer;
}
.block-areas-of-study-block .icon-laptop {
  color: #fff;
  background-color: #34383b;
  border-radius: 50%;
  font-size: 10px;
  padding: 4px;
  border: none;
}
.block-areas-of-study-block .icon-laptop:focus,
.block-areas-of-study-block .icon-laptop:hover {
  background-color: #ac2b37;
}
.block-areas-of-study-block .online-message-text {
  /* padding: 10px; */
}
.full-user-profile .region-contact .pane-profile2-field-fax .block-areas-of-study-block .online-message-text .field-label,
.full-user-profile .region-contact .pane-profile2-field-phone .block-areas-of-study-block .online-message-text .field-label,
.block-areas-of-study-block .online-message-text .full-user-profile .region-contact .pane-profile2-field-fax .field-label,
.block-areas-of-study-block .online-message-text .full-user-profile .region-contact .pane-profile2-field-phone .field-label,
.block-areas-of-study-block .online-message-text p {
  display: inline;
}
.block-areas-of-study-block .online-message-text a {
  display: inline-block;
}
.block-areas-of-study-block .online-message-text a:first-letter {
  text-transform: capitalize;
}
.block-areas-of-study-block .starts-with-filter {
  margin-right: auto;
  margin-left: auto;
  clear: both;
  padding-bottom: 2em;
  text-transform: uppercase;
}
.block-areas-of-study-block .starts-with-filter:after,
.block-areas-of-study-block .starts-with-filter:before {
  content: "";
  display: table;
}
.block-areas-of-study-block .starts-with-filter:after {
  clear: both;
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .starts-with-filter {
    padding-top: 0;
  }
}
.block-areas-of-study-block .starts-with-filter .filter-label {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: .25em;
  color: #34383b;
  font-size: .8em;
  cursor: pointer;
}
.block-areas-of-study-block .aos-search {
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 150px;
}
.block-areas-of-study-block .aos-search.hide {
  display: none;
}
.block-areas-of-study-block .education-level-filter {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8em;
}

.block-areas-of-study-block .education-level-filter .filter-label {
  cursor: pointer;
}

.block-areas-of-study-block .education-level-filter.show-for-small-only {
  width: 100%;
}


.block-areas-of-study-block .education-level-filter.show-for-small-only .select-wrap {
  /* margin-right: 30px; */
  position: relative;
}

select.education-level-filter-select {
  background-color: #dfe0e0;
  color: #34383b;
  text-decoration: none;
  z-index: 1;
  font-weight: 700;
  display: block;
  padding: 5px 10px;
  position: relative;
  width: 100%;
  border: 0px;
  text-transform: uppercase;
  font-size: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  line-height: inherit;
  background-image: url("../img/burger.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 12px;
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .education-level-filter {
    position: relative;
    text-align: left;
    margin: 0 0 2em;
  }
}
@media print,screen and (min-width:40em) {
  .block-areas-of-study-block .education-level-filter {
    /* max-width: 500px; */
  }
}
@media print,screen and (min-width:64em) {
  .block-areas-of-study-block .education-level-filter {
    /* max-width: 667px; */
  }
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .education-level-filter .aos-dropdown {
    background-color: #dfe0e0;
    color: #34383b;
    text-decoration: none;
    z-index: 1;
    /* margin-right: 30px; */
    font-weight: 700;
    display: block;
    padding: 5px 0;
    position: relative;
  }
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .education-level-filter .aos-dropdown:after {
    font-family: fontello;
    content: "";
    position: absolute;
    right: 10px;
  }
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .education-level-filter .filter-label {
    width: 100%;
  }
}
@media print,screen and (min-width:40em) {
  .block-areas-of-study-block .education-level-filter .filter-label {
  }
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .education-level-filter .search-toggle-wrapper {
    position: absolute;
    top: 2px;
    right: 0;
  }
}
@media print,screen and (min-width:40em) {
  .block-areas-of-study-block .education-level-filter {
    background-color: #e3e4e4;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 0;
  }
}
.block-areas-of-study-block .education-level-filter label.filter-label,
.block-areas-of-study-block .education-level-filter label.filter-label-letter {
  display: inline-block;
}
.block-areas-of-study-block #aos-drop {
  background-color: #e3e4e4;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 30px;
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .aos-search {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
  .block-areas-of-study-block .aos-search:after,
  .block-areas-of-study-block .aos-search:before {
    content: "";
    display: table;
  }
  .block-areas-of-study-block .aos-search:after {
    clear: both;
  }
}

.block-areas-of-study-block .aos-search .aos-search-cancel,
.block-areas-of-study-block .aos-search .icon-search {
  display: inline-block;
  cursor: pointer;
}
.block-areas-of-study-block .aos-search .icon-search {
  text-align: right;
  font-size: 18px;
  position: absolute;
  right: 5px;
}
.block-areas-of-study-block .aos-search .icon-search:before {
  vertical-align: sub;
}
.block-areas-of-study-block .aos-search #aos-search {
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #34383b;
  font-size: 1rem;
  font-weight: 400;
  color: #1f2327;
}
.block-areas-of-study-block .aos-search .aos-search-cancel {
  font-size: 12px;
  text-transform: uppercase;
  color: #606365;
  font-weight: 700;
}
.block-areas-of-study-block .aos-search .aos-search-cancel input {
  display: none;
}
.block-areas-of-study-block input[type=text] {
  margin: 0 auto;
  display: inline-block;
}
.block-areas-of-study-block .search-toggle-wrapper .icon-search {
  cursor: pointer;
}
@media screen and (max-width:39.9375em) {
  .block-areas-of-study-block .search-toggle-wrapper {
    display: inline-block;
    right: 0;
  }
}
@media print,screen and (min-width:40em) {
  .block-areas-of-study-block .search-toggle-wrapper {
    position: absolute;
    right: -28px;
    top: 0;
  }
}
.block-areas-of-study-block .search-toggle-wrapper label {
  color: #34383b;
  font-size: 18px;
}
@media print,screen and (min-width:64em) {
  .block-areas-of-study-block .search-toggle-wrapper label:before {
    vertical-align: middle;
  }
}
.block-areas-of-study-block .search-toggle-wrapper label input {
  display: none;
}
.block-areas-of-study-block .close-online-info {
  cursor: pointer;
  position: absolute;
  right: 10px;
  border: 1px solid #34383b;
  padding: 4px 1px 2px;
  background-color: transparent;
}
.block-areas-of-study-block .pane-title {
  background: #34383b;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  line-height: 26px;
}
@media print,screen and (min-width:40em) {
  .block-areas-of-study-block .pane-title {
    font-size: 18px;
    padding: 7px 0;
  }
}
@media print,screen and (min-width:64em) {
  .block-areas-of-study-block .pane-title {
    font-size: 23px;
    padding: 11px 0;
  }
}
.block-areas-of-study-block .aos-filter-all.active~.active {
  background-color: transparent;
}
.block-areas-of-study-block .aos-filter-all.active~.active:after {
  content: none;
}
table.areas-of-study {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 39.9375em) {
  table.areas-of-study {
    display: block;
  }

  table.areas-of-study thead {
    display: none;
  }

  table.areas-of-study tbody {
    display: block;
  }

  table.areas-of-study tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  table.areas-of-study td {
    display: inline-block;
    text-align: left;
    padding: 5px;
  }

  table.areas-of-study td:first-child {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
  }
}
table.areas-of-study thead {
  border: none;
}
table.areas-of-study tbody {
  border: none;
}
table.areas-of-study tr {
  border-top: none;
}
table.areas-of-study tr.subrows {
  height: 80px
}
@media print,screen and (min-width:40em) {
  table.areas-of-study tr {
    height: 43px;
  }
}
@media print,screen and (min-width:64em) {
  table.areas-of-study tr {
    height: 47px;
  }
}
table.areas-of-study td:not(:first-child) {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
table.areas-of-study td.online-program {
  position: relative;
}
.node-career .field-name-field-career-research-url table.areas-of-study td.online-program a,
.node-career .pane-degrees-degrees-by-career-aos .views-row table.areas-of-study td.online-program a,
.view-id-latest_news .more-link table.areas-of-study td.online-program a,
table.areas-of-study td.online-program .button,
table.areas-of-study td.online-program .node-career .field-name-field-career-research-url a,
table.areas-of-study td.online-program .node-career .pane-degrees-degrees-by-career-aos .views-row a,
table.areas-of-study td.online-program .view-id-latest_news .more-link a {
  display: inline-block;
}
@media print,screen and (min-width:40em) {
  table.areas-of-study th {
    border-bottom: none;
  }
  table.areas-of-study th:not(.aos-department) {
    /* background-color: #fff; */
    text-align: center;
  }
  table.areas-of-study th:not(.aos-department):first-child {
    text-align: left;
    padding-left: 12px;
  }
  table.areas-of-study td {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  table.areas-of-study td:first-child {
    padding-left: 12px;
  }
  table.areas-of-study td:last-child {
    padding-right: .5em;
  }
}
table.areas-of-study .aos-department {
  max-width: 300px;
  font-size: 13px;
  font-weight: 400;
  border-bottom: none;
  text-align: left;
  padding-left: 12px;
}
@media print,screen and (min-width:40em) {
  table.areas-of-study .aos-department {
    text-align: left;
  }
}
@media print,screen and (min-width:64em) {
  table.areas-of-study .aos-department {
    font-size: 15px;
  }
}
table.areas-of-study .aos-department:before {
  content: none;
}
table.areas-of-study .filter-header {
  cursor: pointer;
}
table.areas-of-study .filter-header .icon-filter {
  color: #fff;
}
table.areas-of-study .filter-header.active,
table.areas-of-study .filter-header:hover {
  background-color: #8f2934;
}

@media screen and (max-width:39.9375em) {
  .hide-for-small-only {
    display: none!important;
  }
}
@media screen and (max-width:0em),screen and (min-width:40em) {
  .show-for-small-only {
    display: none!important;
  }
}
@media print,screen and (min-width:40em) {
  .hidden-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-up {
    display: none!important;
  }
}
@media screen and (max-width:39.9375em) {
  .show-for-medium,
  .show-for-medium-up {
    display: none!important;
  }
}
@media screen and (min-width:40em) and (max-width:63.9375em) {
  .hide-for-medium-only {
    display: none!important;
  }
}
@media screen and (max-width:39.9375em),screen and (min-width:64em) {
  .show-for-medium-only {
    display: none!important;
  }
}
@media print,screen and (min-width:64em) {
  .hidden-for-large-up,
  .hide-for-large,
  .hide-for-large-up {
    display: none!important;
  }
}
@media screen and (max-width:63.9375em) {
  .show-for-large,
  .show-for-large-up {
    display: none!important;
  }
}
@media screen and (min-width:64em) and (max-width:74.9375em) {
  .hide-for-large-only {
    display: none!important;
  }
}
@media screen and (max-width:63.9375em),screen and (min-width:75em) {
  .show-for-large-only {
    display: none!important;
  }
}
@media print,screen and (min-width:64em) {
  .pane-areas-of-study .search-toggle-wrapper label:before {
    vertical-align: middle;
  }
}

.icon-search:before {
  content: "";
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
}

.icon-laptop:before {
  content: "";
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
}

.icon-filter:before {
  content: "";
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
}

.icon-cancel:before {
  content: "";
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
}

.m-b-15 {
  margin-bottom: 15px!important;
}
.text-center {
  text-align: center;
}

.widget-padding-bottom {
  margin-bottom: 36px;
}

tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr.even {
  border-bottom: 0;
  background-color: #ffffff;
}

tbody tr.odd {
  border-bottom: 0;
  background-color: #f2f2f2;
}

/* Subrows should inherit parent row stripe color */
table.areas-of-study tr.subrows.even {
  background-color: #ffffff;
}

table.areas-of-study tr.subrows.odd {
  background-color: #f2f2f2;
}

table.areas-of-study .button {
  color: #f5f5f5;
  font-weight: 400;
  background-color: #34383b;
  font-size: 11px;
  border-radius: 5px;
  border: none;
  margin-bottom: 0;
  padding: 5px 10px 4px;
  line-height: .9;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  display: inline-block;
}

table.areas-of-study .button:hover {
  background-color: #ac2b37;
}

table.areas-of-study .show-info {
  cursor: pointer;
  &.info-active {
    background-color: #fff;
    color: #34383b;
    border: 1px solid #34383b;
  }
}

table.areas-of-study tr.hide {
  display: none;
}

table.areas-of-study tr.visible {
  display: table-row;
}

@font-face {
  font-family: 'fontello';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fontello/fontello.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/fontello/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff2') format('woff2'), url('../fonts/fontello/fontello.woff') format('woff'), url('../fonts/fontello/fontello.ttf') format('truetype'), url('../fonts/fontello/fontello.svg#Raleway') format('svg');
}
