/* ============================ CSS BELOW WILL OVERRIDE styles.css RULES (AS LONG AS SELECTORS ARE EXACTLY THE SAME) * ============================*/

/* == Colors == */

.toggleBtn span {
  color: #575757;
}

.utility .toolsmenu span.title {
  color: #575757;
}

label[for="searchtoggle"] span {
  color: #575757;
}

.gray {
  color: #575757;
}

/* === Typography === */

.intro.wysiwygContent p {
  font-family: "Roboto Slab", serif !important;
  font-size: 1.125em !important;
  margin: 12px 0 24px 0;
}

/*h1 {
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 2rem;
  color: #aa1010;
  line-height: 1.3;
}

h2 {
  font-size: 1.725rem;
  line-height: 1.25;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  font-weight: 400;
  color: #3a3a3a;
}

h3 {
  line-height: 1.5em;
  color: #aa1010;
  font-weight: 500;
}

h4 {
  line-height: 1.35;
}

h5 {
  line-height: 1.45;
}*/

.thin {
  font-size: 0.9rem;
}

.columns a {
  text-decoration: underline;
}

.columns .content h5 {
  font-size: 1rem;
}

.special-title {
  color: #aa1010;
  font-weight: 300;
  font-size: 1.85rem;
}

.accordion h2 {
  margin-bottom: 25px;
}

.home-acc-title {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  padding-bottom: 5px;
  padding-top: 5px;
}

.wysiwygContent blockquote {
  font-weight: 100;
  font-size: 1.25em;
  line-height: 1.6;
}

.wysiwygContent p {
  margin: 12px 0 16px 0;
}

.wysiwygContent h3 {
  margin-bottom: 0.5rem;
}

.widget .wysiwygContent ul {
  list-style: disc;
}

.columns .content h3 {
  font-size: 1.15em;
  margin-bottom: 0.35em;
  margin-top: 0.5em;
  font-weight: 600;
}

.special-header {
  font-size: 1.3rem;
  line-height: 2rem;
}

.special-p {
  font-size: 0.9rem;
}

.left-align figcaption {
  font-size: 0.75rem;
}

/* === class additions for Featured Events on Home Page === */

.h2-featured-event {
  line-height: 2.25rem !important;
  margin-top: 0 !important;
  font-size: 1.65rem !important;
  color: #aa1010 !important;
}

.h3-featured-event {
  font-size: 1.3rem !important;
  margin-top: 5px !important;
}

.date-featured-event {
  font-size: 0.85rem !important;
  margin: 3px 0 3px 0 !important;
}

.my-uiw .slick-initialized .slick-slide {
  height: 380px;
  background-position-y: 10% !important;
}

/* ============================ LAYOUT * ============================*/

.center {
  text-align: center !important;
}

.hidden {
  display: none;
}

/* ============================ ELEMENTS * ============================*/

/* === Figures and Captions === */

figure {
  background: #fff;
  border-bottom: solid 3px #cdcdcd;
  margin-bottom: 25px;
}

figcaption {
  padding: 1.25% 2% 2% 2%;
  font-size: 0.8rem;
  line-height: 1.5;
}

.mfp-title,
.mfp-counter {
  padding: 0 15px 0 15px;
  color: #222222;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #222222;
  right: -3px;
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-iframe-holder .mfp-bottom-bar {
  margin-top: 0;
  background: #fff;
  font-size: small;
  padding: 5px 0;
}

/* === Columns === */

.content .columns img {
  margin-bottom: 5px;
}

.columns .popupYoutube img {
  width: 80%;
  margin: auto;
}

/* === Numbers Info for Interio Pages === */

.info-title {
  font-size: 3.5rem;
  font-weight: 400;
  font-family: Roboto Slab;
  padding: 10px;
  color: #aa1010;
}

.info-content {
  margin-top: 5px;
  border-top: 2px solid #cdcdcd;
  font-weight: 300;
  font-size: 1.25rem;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top40 {
  margin-top: 40px;
}

.top60 {
  margin-top: 60px;
}

.top80 {
  margin-top: 80px;
}

/* === Widgets === */

.widget .wysiwygContent p {
  font-family: "Nunito Sans", sans-serif;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* ============================ Alert * ============================*/

/* Alert Message Button and Icons */

#alertButton.orangeBg:focus {
  border: 1px solid #222;
}

.toggleAlertBtn.orangeBg:before {
  padding: 11px 18px;
  color: #222;
}

.orangeBg .alertIcon:before {
  color: #222;
}

.alert.orangeBg .alertIcon:before {
  padding: 15px 31px;
}

.toggleAlertBtn.redBg:before,
.alert.redBg .alertIcon:before {
  content: "\f071";
}

.toggleAlertBtn.orangeBg:before,
.alert.orangeBg .alertIcon:before {
  content: "\f129";
}

.orangeBg .alertMessage {
  color: #222;
}

.orangeBg .alertMessage a {
  color: #222;
}

.orangeBg .alertMessage a.btn {
  color: #fff;
}

/* Alert Message Colors */

.toggleAlertBtn.orangeBg,
.alert.orangeBg {
  background-color: #ff8e52;
  color: #222;
}

/* === Other === */

.newsDetailSubtitle {
  font-size: 1em;
  margin-top: 15px;
}

.divider {
  margin: 1em 0 2em 0;
}

a.cta-button,
.cta-button,
a.btn,
button.btn {
  font-size: 0.925rem;
}

hr {
  border-top: 3px solid #ececec;
  border-left: #ffffff;
  border-right: #ffffff;
  border-bottom: #ffffff;
  background-color: #ffffff;
  clear: both;
  margin: 40px 0px 40px 0px;
  width: 103%;
  margin-left: -1.5%;
}

@media screen and (max-width: 960px) {
  .carousel .gradientOverlay {
    background: linear-gradient(
      rgba(0, 0, 0, 0) 7%,
      rgb(0, 0, 0) 35%
    ) !important;
  }
  .home .carousel .gradientOverlay {
    background: linear-gradient(
      rgba(0, 0, 0, 0) 7%,
      rgb(0, 0, 0) 40%
    ) !important;
  }
}

.color-border {
  border: 1px solid #cdcdcd;
  padding: 5px;
  margin: 10px !important;
  text-align: center;
}

.color-block {
  height: 70px;
  width: 70px;
  margin: auto;
}

.blurb a:not(.btn) {
  color: #f4f4f4 !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.blurb a:not(.btn):hover {
  color: #f9f9f9 !important;
}

/* Dots */

ul.slick-dots > li {
  margin: 0 5px;
}

ul.slick-dots li button:hover,
ul.slick-dots li button:focus {
  border: 2px solid #aa1010;
  border-radius: 20px;
  padding: 0px;
}

ul.slick-dots li.slick-active button:before {
  color: #aa1010;
  padding: 0px;
}

/* ============================ Autocomplete for Search * ============================*/

.twitter-typeahead {
  flex-grow: 2;
  width: 95%;
}

.tt-menu {
  left: 0 !important;
  width: 75% !important;
}

/* ===== Home Programs Search ===== */

.program-search-input {
  width: 65%;
  padding: 1rem 1.5rem;
  border: none;
  color: #222222;
  margin-right: -4px;
  outline: 2px solid #cdcdcd;
  outline-offset: -1px;
}

.program-search-btn {
  color: #ffffff !important;
  width: 30%;
  font-weight: 600 !important;
  height: 56px;
  border: 3px solid #aa1010 !important;
  font-size: 0.825rem !important;
  padding: 1rem 1.5rem !important;
}

.explore-programs-right {
  border-left: solid 2px #e3e3e3;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .sidebar aside.widgetWrapper.desktop {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .explore-programs-right {
    border-left: none;
    padding-left: 0px;
  }
  .program-search-btn {
    width: 100%;
  }
  .program-search-input {
    width: 100%;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .explore-programs-right {
    border-left: none;
    padding-left: 0px;
  }
  .program-search-btn {
    width: 40%;
  }
  .program-search-input {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .program-search-btn {
    width: 35%;
  }
  .program-search-input {
    width: 50%;
  }
}

/* ===== Academics Programs Search ===== */

.academics-program-search {
  font-size: 0.825rem;
  margin: 20px 0px;
}

.academics-program-search-label {
  margin-top: 20px;
  width: 20%;
}

.academics-program-search-btn {
  background: #222222;
  padding: 14px 40px;
  text-align: center;
  color: #ffffff;
  float: left;
  font-weight: 600;
  border: 3px solid #222222;
}

.academics-program-field {
  font-size: 1.25rem;
  line-height: 1.75;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0.01em;
  padding: 0.5rem 1rem;
  width: 40%;
  font-weight: 400;
  color: #3a3a3a;
  border: 2px #cdcdcd solid;
}

/* ============================ Formstack Form Overrides * ============================*/

.fsBody .fsLabel,
.fsBody label {
  color: #222222 !important;
  background: none !important;
}

.fsBody {
    height: auto;
    overflow: auto;
}

.col6 .fsPage {
    min-width: auto;
}

.fsPage .fsRow {
  margin: 10px 0 20px;
}

label.fsOptionLabel {
  background: none !important;
  color: #222222 !important;
}

/*@media screen and (min-width: 768px) {*/
/*  .fsPage .fsSubFieldGroup {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    grid-gap: 2rem;*/
/*  }*/
/*}*/

.fsPage .fsCell {
  display: grid;
}

.fsPage .fsSubField input,
.fsPage .fsCell input,
.fsPage .fsCell textarea,
.fsPage .fsCell select{
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 15px 0 0;
  padding: 8px;
}

.fsPage .fsCell input.fsFileUploadButton {
    width: 100px;
    cursor: pointer;
    background: #333;
    color: #fff;
    padding: 10px;
}

.fsSubmit input.fsSubmitButton {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  background-color: #aa1010;
  color: #fff;
  margin-top: 0.85rem;
  padding: 1em 2.75em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.fsForm select:not([multiple="multiple"]) {
  background-image: none;
  border: 1px solid #e6e6e6;
}

.fsForm div[fs-field-type=datetime] .fieldset-content {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-gap: 20px;
}

.fsPage label.fsOptionLabel input.fsField {
  display: inline-block;
  width: auto;
}

.fsPage label.fsOptionLabel input.fsField[type=checkbox] {
  position: relative;
  opacity: 1;
  appearance: auto;
  height: auto;
}

.fsPage label.fsOptionLabel.vertical {
  display: block;
}

/* ============================ Office of the President * ============================*/

.hero-text-box {
  position: relative;
  min-height: 50vh;
  display: flex !important;
}

.hero-text-box-right:before {
  content: "";
  position: absolute;
  top: 1.75em;
  bottom: 0;
  left: -1920px;
  width: 1000%;
  height: 95%;
  background-image: linear-gradient(120deg, #dee2e6, #f2f2f2);
}

.hero-text-box > * {
  z-index: 100;
}

.featured-image-label {
  position: relative;
  font-size: 1.15rem;
  bottom: 6rem;
  left: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #aa1010;
  color: white;
  padding-left: 20px;
  width: 40%;
  min-height: 50px;
  padding-right: 20px;
  font-weight: 600;
}

.featured-image {
  position: relative;
  float: right;
}

.featured-quote {
  position: absolute;
  top: 11rem;
  color: #222222;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 600;
  z-index: 1;
  max-width: 50%;
  left: 10%;
  background: #cdcdcd70;
  padding: 2%;
}

.featured-quote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -5px;
  position: relative;
  top: 30px;
  color: #575757;
  font-size: 3em;
}

.featured-quote:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 0px;
  position: relative;
  top: 35px;
  color: #575757;
  font-size: 3em;
}

@media screen and (max-width: 776px) and (min-width: 547px) {
  .featured-quote {
    position: relative;
    top: 32rem;
    color: #222222;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    z-index: 1;
    max-width: 80%;
    padding-bottom: 25px;
    left: 20%;
    padding: 2%;
  }
  .featured-image {
    position: relative;
    top: -6rem;
    float: right;
  }
}

@media screen and (max-width: 546px) and (min-width: 376px) {
  .featured-quote {
    position: relative;
    top: 22rem;
    color: #222222;
    font-size: 1.35rem;
    line-height: 1.8rem;
    font-weight: 600;
    z-index: 1;
    max-width: 90%;
    padding-bottom: 5px;
    left: 5%;
    padding: 5%;
    border-bottom: 3px solid #cdcdcd;
  }
  .featured-image {
    position: relative;
    top: -7rem;
    float: right;
  }
  .featured-image-label {
    font-size: 1rem;
    width: 52%;
    bottom: 5rem;
  }
}

@media screen and (max-width: 375px) {
  .featured-quote {
    position: relative;
    top: 21rem;
    color: #222222;
    font-size: 1.35rem;
    line-height: 1.8rem;
    font-weight: 600;
    z-index: 1;
    max-width: 90%;
    padding-bottom: 0px;
    left: 5%;
    padding: 5%;
    border-bottom: 3px solid #cdcdcd;
  }
  .featured-image {
    position: relative;
    top: -7rem;
    float: right;
  }
  .featured-image-label {
    font-size: 1rem;
    width: 60%;
    bottom: 5rem;
  }
}

/* ===== Marketing Page ===== */

.home.marketingPage .headlineListing {
  width: 100%;
}

.home.marketingPage .CTAButtons {
  border: none;
}

/* Call to Action Buttons */

.CTAButton-Alt {
  margin: 5px;
  border: 5px solid #000000;
  font-family: "Roboto Slab";
  font-weight: bold;
}

.CTAButton-Alt-Link {
  color: #ffffff !important;
  padding: 10px;
  margin: 5px !important;
  background: #aa1010;
  text-align: center;
}

.CTAButton-Alt a {
  text-decoration: none !important;
  color: #ffffff !important;
  display: table;
  width: 100%;
}

.CTAButton-Alt-Link:hover {
  background: #000000;
}

.fa-arrow-circle-right-alt {
  color: #ffffff;
  font-size: 1.75em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 10px;
}

.fa-arrow-circle-right-alt:before {
  content: "\f0a9";
}

/* Fullwidth Version */

.CTAButton-fw-alt {
  margin: 5px;
  border: 5px solid #000000;
  font-family: "Roboto Slab";
  font-weight: bold;
}

.CTAButton-fw-alt-link {
  background: #aa1010;
  margin: 5px !important;
  padding: 10px;
  text-align: center;
}

.CTAButton-fw-alt a {
  text-decoration: none !important;
  color: #ffffff !important;
  display: block;
}

.CTAButton-fw-alt a:hover {
  background: #000000;
}

.fa-arrow-circle-right-fw-alt {
  color: #ffffff;
  font-size: 1.75em;
  vertical-align: middle;
  text-align: center;
  padding-left: 10px;
}

.fa-arrow-circle-right-fw-alt:before {
  content: "\f0a9";
}

.home.marketingPage .sideBlurb p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.color-tag {
  padding: 8px;
  background: #ffffff;
  font-size: 0.875rem;
}

/* ===== Timeline ===== */

.history-tl-container {
  font-family: "Roboto Slab", sans-serif;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.history-tl-container ul.tl {
  margin: 20px;
  padding: 0;
  display: block;
}

.history-tl-container ul.tl li {
  list-style: none;
  float: left;
  width: 25%;
  margin: 20px auto 30px auto;
  min-height: 180px;
  background: rgba(244, 244, 244, 0.45);
  border-top: 1px dashed #cdcdcd;
  padding: 40px 30px 40px 30px;
  position: relative;
}

.history-tl-container ul.tl li:last-child {
  border-left: 0;
}

.history-tl-container ul.tl li::before {
  position: absolute;
  left: 50px;
  top: -17px;
  content: " ";
  margin-left: 0;
  border: 8px solid rgba(255, 255, 255, 0.6);
  border-radius: 500%;
  background: #aa1010;
  height: 20px;
  padding: 0;
  width: 20px;
  transition: all 500ms ease-in-out;
}

.history-tl-container ul.tl li:hover::before {
  border-color: #222222;
  transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {
  font-weight: 700;
}

ul.tl li .item-detail {
  color: #575757;
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
}

ul.tl li .timestamp {
  color: #575757;
  position: relative;
  width: 100px;
  text-align: left;
  font-size: 12px;
}

@media screen and (max-width: 575px) {
  .history-tl-container {
    font-family: "Roboto Slab", sans-serif;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
  }
  .history-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
  }
  .history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    float: none;
    width: 50%;
    margin-left: 160px;
    min-height: 50px;
    border-top: none;
    background: none;
    border-left: 1px dashed #cdcdcd;
    padding: 0 0px 75px 30px;
    position: relative;
  }
  .history-tl-container ul.tl li:last-child {
    border-left: 0;
  }
  .history-tl-container ul.tl li::before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.6);
    border-radius: 500%;
    background: #aa1010;
    height: 20px;
    width: 20px;
    padding: 0;
    margin-left: 0;
    transition: all 500ms ease-in-out;
  }
  .history-tl-container ul.tl li:hover::before {
    border-color: #222222;
    transition: all 1000ms ease-in-out;
  }
  ul.tl li .item-title {
    font-weight: 700;
  }
  ul.tl li .item-detail {
    color: #575757;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
  }
  ul.tl li .timestamp {
    color: #575757;
    position: absolute;
    width: 100px;
    left: -88%;
    top: 4px;
    text-align: right;
    font-size: 12px;
  }
}

/* START ----------------------------------- ACCESSIBILITY STYLES */

.screenreader {
  position: absolute;
  left: 0;
}

.skip {
  position: absolute;
  top: -1000px;
  left: 15px;
  width: auto;
  height: auto;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.skip:active,
.skip:focus,
.skip:hover {
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  overflow: visible;
  background: #000000;
  padding: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 0 10px 0 #000;
  z-index: 10001;
  text-decoration: none !important;
}

/* END ------------------------------------- ACCESSIBILITY STYLES */

/*****HOMEPAGE myUIW Callouts********/

.my-uiw header.header {
  height: 140px;
}

.my-uiw .logo {
  position: relative;
  max-width: 100%;
  margin: 10px auto 0 60px;
  text-align: inherit;
}

.my-uiw .headerTop {
  background: #aa1010;
}

.my-uiw .headerTop ul.no-list {
  list-style-type: none;
  margin-left: 60px;
}

.my-uiw .links-left ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: small;
  font-weight: 600;
}

.my-uiw .links-left ul li a {
  color: #fff;
  text-decoration: none;
}

.my-uiw #callouts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.my-uiw #callouts ul li {
  position: relative;
  background: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  padding: 35px 25px;
  margin: 0 0 30px 0;
}

.my-uiw #callouts ul li:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #aa1010;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

.my-uiw #callouts ul li .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.my-uiw a.scrollTo {
  display: none;
}

@media screen and (min-width: 1024px) {
  .my-uiw #callouts ul li .table .left {
    padding-left: 20px;
    width: 130px;
  }
  .my-uiw #callouts ul li .table h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (min-width: 900px) {
  .my-uiw #callouts ul li .table h3 {
    margin-bottom: 30px;
  }
  .my-uiw #callouts ul li {
    padding: 45px 25px;
  }
  .my-uiw #callouts {
    display: table-cell;
    vertical-align: top;
  }
}

@media screen and (min-width: 600px) {
  .my-uiw #callouts ul li .table .left {
    text-align: center;
    width: 120px;
    padding-right: 20px;
  }
  .my-uiw #callouts ul li .table .left,
  .my-uiw #callouts ul li .table .right {
    display: table-cell;
    vertical-align: top;
  }
}

/***SEARCH.UIW.EDU OVERRIDES***/
#search-results-content .best-bet {
  margin: 0;
  max-width: 100%;
  background: #fff;
  padding: 0;
}

#search-results-content .best-bet h4,
#search-results-content .best-bet p,
#search-results-content .best-bet cite {
 padding: .75rem 1.25rem;
 line-height: 1.5;
}


#search-results-content .best-bet h4 {
  background: #e9ecef;
}


.home.marketingPage .header.college:not(.customMarketing) .wrapper {
  height: 107px;
}

@media screen and (max-width: 991px) {
  .home.marketingPage .header.college:not(.customMarketing) .wrapper {
    height: 69px;
  }
}

.map-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}