/*
Theme Name:   UW Theme Child Office of Admissions New
Theme URI:    https://uwtheme.wordpress.wisc.edu/
Author:       UW-Madison (University Marketing & Division of Information Technology)
Author URI:   https://git.doit.wisc.edu/groups/uw-madison-digital-strategy
Description:  This starter theme is the result of a joint effort between University Marketing and the Division of Information Technolgy. It is a child theme, which will allow you to customize the UW Theme while still benefiting from updates to the UW Theme.
Template:     uw-theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain:  uw-theme-child-officeadmissions
*/

/* Your custom styles go below here */
.uw-theme-2 h1, .uw-theme-2 h2 {
  text-transform:none;
}
.uw-slideshow .uw-carousel-arrow {
  box-shadow:0 0 0 0;
  width:35px;
  height:35px;
  top:calc(((100vw - 2rem) * 0.67) / 2);
  background-color:transparent;
}
.uw-slideshow .uw-carousel-arrow svg {
  width:35px;
  height:35px;
  position:static;
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));

}
.uw-slideshow .uw-carousel-arrow .show-for-sr {
  color:black;
}
.uw-slideshow .uw-carousel-arrow:focus svg, .uw-slideshow .uw-carousel-arrow:hover svg, .uw-slideshow .uw-carousel-arrow:active svg {
  -webkit-filter: drop-shadow( 5px 5px 3px rgba(0, 0, 0, .8));
  filter: drop-shadow( 5px 5px 3px rgba(0, 0, 0, .8));
}
.uw-slideshow .uw-carousel-arrow.slick-prev {
  left:-5px;
}
.uw-slideshow .uw-carousel-arrow.slick-next {
  right:-5px;
}
.uw-slideshow figcaption {
  padding-top:10px;
  font-size:1rem;

}


.uw-slideshow-row .equal-column .uw-pe-embed_content + .uw-pe-text_block p {
  font-family:"Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  font-size:1rem;
}
.uw-slideshow-row .equal-column .uw-pe-embed_content {
  background-color:black;
  margin-bottom:10px !important;
}
.uw-slideshow-row .responsive-embed {
  margin-bottom:0;
}


@media (min-width:40em) {
  .uw-slideshow .uw-carousel-arrow {
    width:35px;
    height:35px;
    top:calc((((50vw - 3rem) * 0.66)) / 2);
  }
  .uw-slideshow .uw-carousel-arrow svg {
    width:35px;
    height:35px;

  }
  .uw-slideshow-row .equal-column .uw-pe-embed_content {
    padding-top:calc((((50vw - 3rem) * 0.67) - ((50vw - 3rem) * 0.5625)) / 2);
    padding-bottom:calc((((50vw - 3rem) * 0.67) - ((50vw - 3rem) * 0.5625)) / 2);
  }

}
@media (min-width:75em) {
  .uw-slideshow .uw-carousel-arrow {
    width:55px;
    height:55px;
    top:185px;
  }
  .uw-slideshow .uw-carousel-arrow svg {
    width:55px;
    height:55px;

  }
  .uw-slideshow-row .equal-column .uw-pe-embed_content {
    height:368px;
    background:black;
    padding-top:30px;
    margin-bottom:10px !important;
  }
}
@media print {
  .uw-slideshow {
    display:none;
  }
  .uw-slideshow-row .uw-pe-embed_content {
    display:none;
  }
  .uw-slideshow-row .uw-pe-embed_content + .uw-pe-text_block {
    display:none;
  }
}
