/* Default Sizes, weights, line heights */
/*
  Theme Name:   Child Theme - International Child
  Theme URI:    https://international.missouri.edu/
  Author:       Joseph Quinn, Mizzou Digital Service, University of Missouri
  Author URI:   https://digitalservice.missouri.edu/
  Description:  This Child Theme extends the Mizzou WP Theme
  Version:      1.8.7
  Template:     mizzou-wp-base
  Text Domain:  theme-child
*/
/** Dropdown Styles */
.intl-dropdown__button {
  font-size: 1.25em;
}

.intl-dropdown__button-icon {
  position: relative;
  top: 5px;
}

.intl-dropdown__content {
  border: 1px solid #111111;
  background-color: #FFFFFF;
}

.intl-dropdown-item {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1.25em;
  font-family: "Graphik Cond Web";
}

.intl-dropdown-item:hover {
  background-color: #CCCCCC;
}

.intl-dropdown-item a {
  text-decoration: none;
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .intl-dropdown__content {
    margin-top: -0.5em;
  }
}
.intl-sub-nav__list-item .intl-dropdown__button-icon {
  float: right;
}

.intl-dropdown__button.miz-button--brand:focus {
  outline: none !important;
}

/** End */
/** Archives Filter Styles */
.intl-archive-filter__title {
  grid-column: main/span 2;
  align-self: center;
  font-size: 1.953em;
}

.intl-archive-filter__title p {
  margin-top: 0;
  margin-bottom: 0;
}

/** End */
/** Directory Styles */
.intl_directory_flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

.intl-directory_alpha-sort-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.intl-directory_alpha-sort-link {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  text-transform: uppercase;
}

.intl-directory_alpha-sort-link:hover {
  background-color: #F1B82D;
}

.intl-directory_alpha-sort-item {
  padding: 0.5em;
  font-size: 1.25em;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: 600;
  list-style-type: none;
}

@media (max-width: 767.98px) {
  .intl-archive-filter {
    flex: 0 1 100%;
    padding-bottom: 0.5em;
  }
  .intl-directory_alpha-sort-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .intl-directory_alpha-sort-list {
    flex-wrap: wrap;
  }
}
/** End */
/* BUTTON STYLES */
.button {
  margin-bottom: 0.5em;
  display: inline-block;
  text-align: center;
  padding: 0.5em 1em 0.4em;
  line-height: 1.25;
  text-decoration: none;
  border: solid 1px #f1b82d;
  color: #222;
  font-size: 1em;
  font-weight: 400;
  border-radius: 3px;
  background-color: #f7d583;
}

.global-button {
  box-shadow: 0 0.125rem #000000;
}

/* CALENDAR STYLES */
.event_item {
  margin: 10px 0;
  border: 1px solid #ddd;
  background: #f0f0f0;
  overflow: hidden;
}

.event_content {
  padding: 10px 20px;
  overflow: hidden;
  vertical-align: text-top;
}

.event_item_title {
  color: #444;
  font-weight: bold;
  line-height: 40px;
}

.event_item_description {
  font-size: 12px;
}

.event_meta {
  width: 50%;
  float: left;
  overflow: hidden;
}

.event_item_location {
  margin-top: 10px;
}

.event_item_location,
.event_item_time,
.event_item_date {
  font-size: 12px;
  text-transform: uppercase;
}

.action_button {
  margin: 10px;
  float: right;
}

.international-miz-card__link h2:hover {
  text-decoration: underline;
  color: #f1b82d;
}

.international-miz-card__title--mark {
  font-size: 2.2em !important;
}

.custom-miz-card {
  display: flex;
  flex: 0 1 30%;
  margin: 0.5em;
}

.custom-miz-card--title {
  font-size: 2em !important;
}

@media only screen and (max-width: 479px) {
  .custom-miz-card {
    display: flex;
    flex: 0 1 100%;
    margin: 0.5em;
  }
}
/* ------------*/
/* IMAGE STYLES */
/* ------------*/
.aac-hero {
  background: linear-gradient(rgba(241, 184, 45, 0.75), rgba(241, 184, 45, 0.5)), url("images/backgrounds/cta-korea-masks.jpg") #ffffff;
  background-position: center;
  background-size: cover;
}

.aac-split-card {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/backgrounds/sc-bg-korea.jpg") #000000;
  background-position: center;
  background-size: cover;
}

.cell-hero {
  background: linear-gradient(rgba(241, 184, 45, 0.75), rgba(241, 184, 45, 0.5)), url("images/backgrounds/cta-memorial2.jpg") #ffffff;
  background-position: center bottom;
}

.cell-split-card {
  background: url("images/backgrounds/sc-bg-trees.jpg");
  background-position: center;
  background-size: cover;
}

.sa-hero {
  background: linear-gradient(rgba(241, 184, 45, 0.75), rgba(241, 184, 45, 0.5)), url("images/backgrounds/cta-florence.jpg") #ffffff;
  background-position: center bottom;
}

.sa-split-card {
  background: url("images/backgrounds/sc-bg-iceland.jpg");
  background-position: center top;
  background-size: cover;
}

.isss-hero {
  background: linear-gradient(rgba(241, 184, 45, 0.75), rgba(241, 184, 45, 0.5)), url("images/backgrounds/cta-memorial.jpg") #ffffff;
  background-position: center bottom;
  background-size: cover;
}

.isss-split-card {
  background: url("images/backgrounds/sc-bg-trees.jpg");
  background-position: center;
  background-size: cover;
}

.int-hero {
  background: linear-gradient(rgba(241, 184, 45, 0.75), rgba(241, 184, 45, 0.5)), url("images/backgrounds/gold-paint.png") #ffffff;
  background-position: center bottom;
}

.int-quote-background {
  background-image: url("images/backgrounds/quote-flags.jpg");
  background-position: center;
  background-size: cover;
}

/* -----------------------*/
/* NEWS/BLOG CARD STYLES  */
/* -----------------------*/
.ip-news-card {
  margin-bottom: 2rem;
}

.ip-news-card .miz-news-card {
  flex-direction: row;
}

.ip-news-card .miz-news-card .card-image-div .card-image {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.ip-news-card .miz-news-card .ip-news-card__body {
  padding: 0rem 1rem;
}

.ip-news-card .miz-news-card .ip-blog-card__body {
  padding: 2rem 0rem;
}

.ip-news-card .miz-news-card .miz-card__body .ip-news-card__title {
  font-size: 1.563em;
}

.ip-news-card .miz-news-card .miz-card__body .ip-blog-card__title {
  font-size: 2.441em;
}

@media (max-width: 767.98px) {
  .ip-news-card .miz-news-card {
    flex-direction: column;
  }
  .ip-news-card .miz-news-card .ip-news-card__body {
    padding: 0rem 0rem;
  }
  .ip-news-card .miz-news-card .card-image-div .card-image {
    width: 100%;
  }
}
@media screen and (min-width: 940px) {
  .flexbox .news-items-home {
    display: flex;
  }
  .flexbox .news-items-home .news-item {
    float: none;
    flex: 1;
    display: flex;
  }
  .flexbox .news-items-home .news-item a {
    flex: 1;
  }
}
/* Pagination Styles */
.pagination-wrapper {
  clear: both;
  border-top: solid 1px #f1b82d;
  padding-top: 1.5em;
}

.pagination {
  list-style: none;
  padding: 0;
}

.pagination li {
  display: inline;
  margin-bottom: 2em;
  margin-left: 1rem;
  line-height: 2.5em;
}

.pagination .current {
  text-align: center;
  padding: 0.5em 1em 0.4em;
  line-height: 1.1;
  text-decoration: none;
  border: solid 1px #f1b82d;
  color: #222 !important;
  font-size: 0.9em;
  font-weight: 400;
  text-shadow: 0 1px 1px #fcf1d4;
  -moz-border-radius: 2px;
  -webkitborder-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f1b82d;
  background: linear-gradient(top, #fbe8bc 3%, #f6d075 16%, #f1b82d 75%);
}

.pagination li a {
  text-align: center;
  padding: 0.5em 1em 0.4em;
  line-height: 1.1;
  text-decoration: none;
  border: solid 1px #f1b82d;
  color: #222 !important;
  font-size: 0.9em;
  font-weight: 400;
  text-shadow: 0 1px 1px #fcf1d4;
  -moz-border-radius: 2px;
  -webkitborder-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f1b82d;
  background: linear-gradient(top, #fbe8bc 3%, #f6d075 16%, #f1b82d 75%);
}

/* Hide Google's inline search box */
.gsc-search-box.gsc-search-box-tools {
  display: none;
}

/* Accordion Styles */
.international-accordion__button {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 2.7rem;
  text-align: left;
  font-weight: 700;
}

.international-accordion__button > .miz-icon {
  position: absolute;
  margin-top: -0.7rem;
  top: 50%;
  right: 0.7rem;
}

.international-accordion-section {
  position: relative;
  margin: 0 0 1rem 0;
  margin-right: auto;
  margin-left: auto;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}

@media (min-width: 576px) {
  .international-accordion-section {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .international-accordion-section {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .international-accordion-section {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .international-accordion-section {
    max-width: 1140px;
  }
}
@supports (display: grid) {
  .international-accordion-section {
    grid-column: main/span 12;
    margin-right: 0;
    margin-left: 0;
  }
}
.international-accordion-section__title {
  font-size: 1.563em;
}

.international-accordion-section__question {
  margin-bottom: 0;
}

.international-accordion-section__answer {
  padding: 1rem;
  min-width: 0;
}

.international-accordion-section__answer > * {
  margin-bottom: 0;
}

.international-accordion-section__answer > * + * {
  margin-top: 1rem;
}

/* Card Deck Layer Styles */
@supports (display: grid) {
  .international-card-deck-grid {
    display: grid;
    grid-template-columns: [deck-start] repeat(12, 1fr) [deck-end];
    gap: 2rem 2rem;
    grid-auto-flow: row;
    justify-items: stretch;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .international-card-deck-grid > * {
    grid-column: deck;
  }
  .international-card-deck-grid--2-up > .international-card {
    margin-top: 1rem;
  }
  @media (min-width: 768px) {
    .international-card-deck-grid--2-up > .international-card {
      grid-column: span 6;
    }
  }
  .international-card-deck-grid--3-up > .international-card {
    margin-top: 1rem;
  }
  @media (min-width: 992px) {
    .international-card-deck-grid--3-up > .international-card {
      grid-column: span 4;
      margin-top: 0;
    }
  }
  .international-card-deck-grid--4-up > .international-card {
    margin-top: 1rem;
  }
  @media (min-width: 768px) {
    .international-card-deck-grid--4-up > .international-card {
      grid-column: span 6;
      margin-top: 0;
    }
  }
  @media (min-width: 1200px) {
    .international-card-deck-grid--4-up > .international-card {
      grid-column: span 3;
    }
  }
}
/* Person Styles */
.person-card {
  float: right;
  margin: 1em;
}

.person-image img {
  max-width: 230px;
  border: 3px solid #f1b82d;
  border-radius: 5%;
  box-shadow: 2px 2px 4px #000000;
}

.person-contact {
  padding-top: 1em;
}

.person-contact div {
  padding-top: 0.5em;
}

.staff-deck {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* --------------------------*/
/* BOOTSTRAP OVERRIDE STYLES */
/* --------------------------*/
.dropdown-toggle {
  white-space: normal;
}

/* ----------------------------------*/
/* SHORTCODES ULTIMATE CUSTOM STYLES */
/* ----------------------------------*/
.su-spoiler-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #900;
}

/* ----------------*/
/* MASTHEAD STYLES */
/* ----------------*/
.home-int-masthead a {
  text-decoration: none;
}

.miz-masthead span {
  font-family: "Graphik Cond Web";
}

/* ------------*/
/* FONT STYLES */
/* ------------*/
.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #111;
  margin: 0;
  margin-bottom: 27px;
  margin-bottom: 0.5em;
}

.like-h3,
h3 {
  font-size: 25.2px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.like-h4,
h4 {
  font-size: 23.4px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #900;
}

.like-h5,
h5 {
  font-size: 21.6px;
  font-size: 1.2rem;
  font-weight: 400;
}

.like-h6,
h6 {
  font-size: 21.6px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
}

.like-h6 a,
h6 a {
  color: #999;
}

.miz-main-grid__article h2 {
  font-size: 1.953em;
}

.miz-decoration__tear--bottom::after {
  content: "";
  position: absolute;
  background-image: url("images/brand/paper-tear.svg");
  width: 100%;
  height: 25px;
  padding-top: 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -1px;
  z-index: -1;
}

.miz-button--brand:focus {
  outline: 4px dashed blue !important;
}

.footer-link-list-link {
  line-height: 1 !important;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
}

.footer-link-list-link:hover {
  background-color: #111111;
  color: #f1b82d;
}

/* ----------------------*/
/* FEATURED STORY STYLES */
/* ----------------------*/
.miz-decoration__tear--left::before {
  content: "";
  position: absolute;
  background-image: url("images/brand/yellow-left-paper-tear.svg");
  width: 150px;
  height: 100%;
  padding-top: 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  left: -1px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* ---------------------------*/
/* FRONT PAGE INSIGHTS STYLES */
/* ---------------------------*/
.gold-hr {
  background: #f1b82d;
  border: 2px solid #f1b82d;
}

.more-insights-span {
  float: right;
}

.content-block,
.footer,
.nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 0 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media only screen and (max-width: 1200px) {
  .miz-decoration__tear--left::before {
    background-image: none;
  }
}
@media only screen and (max-width: 479px) {
  .miz-decoration__tear--left::before {
    background-image: none;
  }
  .aside {
    width: 100%;
  }
  .event_meta {
    width: 100%;
  }
  .action_button {
    width: 100%;
  }
  .miz-calendar-button {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .more-insights-span {
    float: none;
  }
  .news-list .news-item {
    margin-bottom: 0em;
    height: 100%;
  }
  .news-list a {
    padding-bottom: 1em;
  }
  .news-list .news-item img {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .news-list .news-item .news-link .headline {
    margin-top: 0.5em;
    margin-left: 0em;
    line-height: 1.5;
  }
  .news-list .news-item .date {
    margin-bottom: 0.5em;
    margin-left: 0em;
  }
  .news-list .news-item .teaser {
    margin-bottom: 0.5em;
    margin-left: 0em;
  }
}
@media print {
  header nav, footer {
    display: none;
  }
  .miz-main-grid__sidebar, .miz-hero, .miz-header {
    display: none;
  }
  @page {
    margin-top: 10%;
  }
  .miz-main-grid__article {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
}
/* ---------------*/
/* PROGRAM STYLES */
/* ---------------*/
.program-items a {
  text-decoration: none;
  background: none;
}

.program-items h3 {
  margin: 1.5em 0 1em 0;
}

.program-items h4,
.news-items h3 {
  color: inherit;
  text-decoration: underline;
}

.program-items div {
  margin-bottom: 1.5em;
  overflow: auto;
}

.program-items img {
  float: left;
  margin-right: 1.5em;
}

.program-items p,
.news-items p {
  color: #000;
}

.miti-button {
  padding: auto;
  margin: 0.5rem;
  float: left;
}

caption {
  display: none;
}

figcaption {
  font-style: italic;
}

/* ---------------*/
/* GALLERY STYLES */
/* ---------------*/
.gallery {
  white-space: nowrap;
  overflow-x: auto;
}

.gallery figure {
  display: inline-block;
  margin: 0 20px 10px 0;
}

/* -------------*/
/* INSET STYLES */
/* -------------*/
.inset {
  float: right;
  background: #d7d7d7;
  padding: 20px;
  margin: 0 0 0 10px;
  width: 30%;
}

/* -------------*/
/* TABLE STYLES */
/* -------------*/
td,
th {
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  padding: 4.5px;
  padding: 0.25rem;
  padding-left: 9px;
  padding-left: 0.5rem;
  padding-right: 9px;
  padding-right: 0.5rem;
}

th {
  background-color: #fbd986;
}

th[scope=col] {
  border-bottom-width: 2px;
}

th[scope=row] {
  border-right-width: 2px;
}

tfoot td,
tfoot th {
  font-size: 15.75px;
  font-size: 0.875rem;
  border: 0;
}

table {
  margin-bottom: 1em;
}

/* -------------*/
/* ALIGN STYLES */
/* -------------*/
.alignright {
  float: right;
  max-width: 50%;
  margin-top: 0.35em;
  margin-left: 1em;
  margin-bottom: 1.5em;
}

.alignleft {
  float: left;
  max-width: 50%;
  margin-top: 0.35em;
  margin-right: 1em;
  margin-bottom: 1.5em;
}

img.alignleft,
img.alignright {
  margin-bottom: 0.5em;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.aside,
.content {
  margin-bottom: 1.5em;
}

.aside {
  float: right;
  width: 23.40425532%;
}

.content {
  float: left;
  width: 100%;
  zoom: 1;
}

.box {
  padding: 1em;
  background-color: #fcf1d4;
  font-size: 0.9em;
  margin-bottom: 1.5em;
}