
/*
 Theme Name:       UW WordPress Theme - Child Theme
 Theme URI:        https://github.com/uweb/uw_wp_theme_child
 GitHub Theme URI: https://github.com/uweb/uw_wp_theme_child
 Author:           UW Web Team
 Author URI:       https://github.com/uweb
 Description:      A child theme based on the UW WordPress Theme
 Template:         uw_wp_theme
 Version:          1.1.02
 License:          GNU General Public License v2 or later
 License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 Tags:             two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:      uw_wp_theme_child
*/


body, p {
	line-height: 1.7222;
	font-size: 1.063rem;
}


h1,h2,h3,h4,h5,h6 {
    clear: none;
}

.uw-body-copy .h1 a, .uw-body-copy .h2 a, .uw-body-copy .h3 a, .uw-body-copy .h4 a, .uw-body-copy .h5 a, .uw-body-copy .h6 a, .uw-body-copy h1 a, .uw-body-copy h2 a, .uw-body-copy h3 a, .uw-body-copy h4 a, .uw-body-copy h5 a {
	color: #1a62c7;
	
}

.uw-body-copy .h1 a:hover, .uw-body-copy .h2 a:hover, .uw-body-copy .h3 a:hover, .uw-body-copy .h4 a:hover, .uw-body-copy .h5 a:hover, .uw-body-copy .h6 a:hover, .uw-body-copy h1 a:hover, .uw-body-copy h2 a:hover, .uw-body-copy h3 a:hover, .uw-body-copy h4 a:hover, .uw-body-copy h5 a:hover {
	color: #85754d;
	
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 29px;
  margin-bottom: 14.5px;
}

.uw-story-body .h1 .uw-story-body .h2, .uw-story-body h1, .uw-story-body h2 {
    margin-top: 0px;
}

.uw-story-body .h3, .uw-story-body h3 {
    margin-top: 10px;
}

  .h4, h4 {
  font-family: Encode Sans Compressed, sans-serif;
  font-weight: 700;
  color: inherit;
  font-size: 21px;
}

ol,ul {
    margin: 0 0 1em .5em;
}

hr {
    clear: both;
}

.wp-caption .wp-caption-text {
    line-height: 22.3px;
}


.figure-caption {
    position:inherit;
}


.alignleft {
 float:left;
 margin: 1.25rem 2rem 1rem 0rem;
}

.alignright {
 float:right;
 margin: 1.25rem 0rem 1rem 2rem;
}

.alignnone {
    margin: 20px 0px;
}

@media only screen and (max-width: 767px){
.alignright, .alignleft, .alignnone {
    float: none;
    margin: 20px 20px 20px 0px;
    width: 100% !important;
    height: auto;
}
}


.invisible {
  visibility: hidden;
}

footer.site-footer {
	border-top: 7px solid #b7a57a;
}


.page-template-no-title .uw-breadcrumbs {
		padding-bottom: 0px;}


.page-template-no-title .uw-breadcrumbs li:first-child a {
	padding: 4px 0 0;}


/*Header*/
.uw-hero-image .uw-site-title {
  text-transform: none !important;
}

.offscreen {
	position: absolute;
	font-size: 1px;
	left: -9999px;
}


header.site-header div.navbar .site-branding .uw-wordmark {
  text-indent: -9999px;
  color: #fff;
  width: 345px;
  height: 75px;
  position: absolute;
  left: 150px;
  background: url(/wp-content/themes/uw_wp_theme_child/assets/svg/sop.svg) no-repeat 0 0px transparent;
  top: 12px;
  transform: scale(1);
}

@media only screen and (min-width: 481px) and (max-width: 769px)
{header.site-header div.navbar .site-branding .uw-wordmark {
	height: 45px;
	left: 125px;
	background: url(/wp-content/themes/uw_wp_theme_child/assets/svg/sop.svg) no-repeat 0 30px transparent;
	top: -19px;
	transform: scale(1.2);
	}
}
	@media screen and (max-width: 480px) 
{header.site-header div.navbar .site-branding .uw-wordmark {
	height: 45px;
	left: 49px;
	background: url(/wp-content/themes/uw_wp_theme_child/assets/svg/sop.svg) no-repeat 0 30px transparent;
	top: -13px;
	transform: scale(.82);
	}
}

/*Homepage rounded quicklinks*/
.center-block {
	display: block; 
	margin: 0px auto;
	width: 100%;
}
.uw-links li a svg {
 width:5.89em
}
.uw-links {
 position:relative;
 background-color:#fff;
 overflow:hidden
}
.uw-links ul {
 padding:15px 0;
 list-style:none
}
.uw-links ul li a {
 font-family:"Encode Sans Compressed",sans-serif;
 color:#4b2e83;
 font-weight:800;
 text-align:center;
 display:block;
 width:16.6%;
 float:left;
 padding:0;
 margin:5px 0 10px 0;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 text-transform:uppercase;
 border-right:1px solid #EBEBEB;
 transition:all .1s ease-in-out;
 text-decoration: none;
}
.uw-links ul li a:hover svg,
.uw-links ul li a:focus svg {
 transform:scale(1.1);
 transition:all .1s ease;
 transform-origin:center center
}
.uw-links ul li a span {
 display:block;
 margin-top:10px
}
.uw-links ul li a:focus {
 text-decoration:none
}
.uw-links ul li:last-child a {
 border:none
}
.home #uw-container div#uw-container-inner {
 background-color:#fff
}
@media only screen and (max-width:767px) {
 .uw-links {
  padding:3% 0
 }
 .uw-links ul li {
  padding:0 5%
 }
 .uw-links ul li a {
  width:23%;
  padding:10px 0;
  margin:10px 5%;
  font-size:13px;
  line-height:14px;
  border-right:none
 }
 .uw-links ul li a span {
  padding-top:6px
 }
}

/*Homepage news*/
.on-campus {
 position:relative;
 padding: 10px 0 0;
 background:#fff;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover
}
.on-campus .uw-on-campus {
 text-align:center
}
.on-campus .uw-on-campus h2::before {
 left:-340px
}
.on-campus .uw-on-campus h2 {
 margin-bottom:-27px;
 margin-top:17px;
 padding:0 20px;
 padding-top:0;
 padding-right:20px;
 padding-bottom:0;
 padding-left:20px;
 display:inline-block;
 font-size:24px;
 color:#4B2E83;
 position:relative
}
.on-campus .uw-on-campus h2::after {
 right:-340px
}
.on-campus .tile {
 background-color:#F0F1F1 !important;
 overflow:hidden;
 vertical-align:top;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
border: none !important;
padding: 0 40px 20px !important;
}
.on-campus .tile .category {
 /* color:#85754D; */
 color:#000000;
 font-weight:700;
 font-size:14px;
 text-transform:uppercase
}
.on-campus .tile h3 {
 margin-top:5px
}
.on-campus .tile h3 a {
 color:#4B2E83;
 font-size:21px;
 margin-top:5px;
 font-weight:900;
 text-decoration: none;
}
.on-campus .tile h3 a:hover {
 color:#85754D
}
.on-campus .uw-on-campus h2::before,
.on-campus .uw-on-campus h2::after {
 position:absolute;
 content:"";
 height:1px;
 width:340px;
 background-color:rgba(255,255,255,.2);
 display:block;
 bottom:13px
}

/*Fast facts*/
.uw-charts {
 position:relative;
 padding:0 0 20px 0;
 background-color:#fff;
 text-align:center
}
.uw-charts h3 {
 font-size:21px;
 font-weight:900;
 color:#4B2E83;
 margin-top:14.5px
}
.uw-fast-facts {
 width:150px;
 margin:0 auto 30px auto;
 font-size:17px;
 font-family:"Open Sans",sans-serif;
 padding:10px 15px;
 background-color:#85754D;
 color:#fff;
 font-weight:500;
 text-transform:uppercase;
 letter-spacing:1px
}
.uw-fast-facts span {
 color:#fff;
 font-weight:500
}

/*PharmD landing page*/

.pharmd-buttons {
	margin: 15px 0 5px 0;
}

.btn.btn-lg.purple:hover span, .btn.btn-lg.white:hover span {

border-color: #85754D;
background-color: #85754D;
}

.uw-pharmd-facts {
 width:300px;
 margin:0 auto 30px auto;
 font-size:17px;
 font-family:"Open Sans",sans-serif;
 padding:10px 15px;
 background-color:#85754D;
 color:#fff;
 font-weight:500;
 text-transform:uppercase;
 letter-spacing:1px
}
.uw-pharmd-facts span {
 color:#fff;
 font-weight:500
}

.card.image-top.grey, .card.inset.grey, .card.no-image.grey {
    background-color: #F0F1F1;
    border: none;
    border-radius: 2px;
}

.card .card-body h2, .card .card-body h3, .card .card-body h4 {
    margin-top:0px;
}

.applications {
    margin: 0 auto;
    padding: 15px 0px;
    max-width: 625px;
}

.applications img {
    margin: 0px auto 0px auto;
    width: 150px;
    align-content: center;
    display: flex;
}

.applications ul {
	margin:0px;
}

.applications ul li {
    font-size: 20px;
    color: #4b2e83;
    font-weight: 600;
    line-height: 1.4em;
}

.applications ul li span {
    font-size: 20px;
    color: #4b2e83;
    font-weight: 100;
    line-height: 1.4em;
}

.purple {
 color:#4B2E83
}
.light-gold {
 color:#B7A57A
}


/*Tables*/
table {
border: 1px solid #ccc;
}

.table-sop td {
    padding: .5rem;
}

/*Legacy tiles*/
.box-outer {
  margin: -10px -20px 0 -20px;
}

.box-outer .box {
	margin: 0 0 10px;
}

@media only screen and (max-width:767px) {
 .box-outer .box {
  border-spacing:20px;
 }
}

.tile-text {
    padding: 0px 20px; 
    margin-top: 20px !important;
}


/*UW styled buttons*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1em;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
 font-size: 1rem;
 padding:.6em 1em;
}


a.uw-btn, button.uw-btn {
	margin-top: 10px;
}


a.more::after {
  background: url(assets/svg/uw-sprite.svg) no-repeat -206px -492px;
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0px;
  width: 14px;
  height: 21px;
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


/*Homepage slider*/

#metaslider-id-30781 .flexslider {
 max-height: 600px;
 -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, .5);
 box-shadow: 0 0 4px rgba(164, 164, 164, .5);   
}

.home-page-slider2 p, .home-page-slider3 p {
 color:#fff;
 text-shadow:1px 1px 1px rgba(0,0,0,.3);
 font-size:17px;
 line-height:1.5;
 margin:0 0 14.5px!important;
 word-wrap:normal;
}

.home-page-slider2 h2, .home-page-slider3 h2 {
 color:#fff;
 text-shadow:1px 1px 1px rgba(0,0,0,.3);
 font-weight:900;
 line-height:1.2;
 font-size:34px;
 word-wrap:normal;
 text-transform:uppercase;
 margin-top:10px;
}

.home-page-slider2 h2.purple {
 color: #4b2e83 !important;
 text-shadow: none;
}

.home-page-slider2 p.dark {
 color: #373a3c !important;
 text-shadow:none;
}

#metaslider-id-30781 .flex-control-nav {
 top:410px;
}

#metaslider-id-30781 div.caption-wrap {
 position:absolute;
 margin-left: 10vw;
 top: 18%;
 width: 40%;
 color:#fff;
 background-color: transparent;
 opacity: 1;
}

#metaslider-id-30781 div.caption-wrap div.caption {
 padding-left: 1rem;
}

@media (min-width:1100px) and (max-width:1399px){
 #metaslider-id-30781 div.caption-wrap {
  top:2%;
 }
}

@media (min-width:768px) and (max-width:1099px) {
 #metaslider-id-30781 div.caption-wrap {
 margin-left: 1vw;
 top: 0%;
 }
}

@media (min-width:768px) and (max-width:992px) {
 #metaslider-id-30781 div.caption-wrap {
 width:50%;
 }
div.caption h2{
 font-size:24px;
 font-weight:900;
 text-transform:uppercase;
    }
}

@media (max-width:767px) {
 #metaslider-id-30781 {
 display: none;
 }
}

@media (min-width:768px) {
 #metaslider-id-32275 {
 display: none;
 }
}

@media (max-width:767px) {
 #metaslider-id-32275 div.caption-wrap {
  position: relative;
  width:100%;
  margin-left: 0px;
  background-color:rgba(85,52,151);
  color:#fff;
  padding: 0px 5px 15px 5px;
  opacity: 1;
 }
}

@media  (max-width:767px) {
 #metaslider-id-32275 div.caption-wrap div.caption {
  padding: .1rem .5rem .5rem 1rem;
	  }
.home-page-slider3 h2{
  font-size:22px;
  font-weight:800;
  text-transform:uppercase;
	}
 }

@media only screen and (max-width:767px) {
 .home-page-slider3 div.caption-wrap div.caption p {
  line-height:25px;
  font-size:17px;
  font-weight:400;
  text-shadow:1px 1px 1px rgba(0,0,0,.3)
 }
}

#metaslider-id-30781 [aria-hidden="true"] a {
    display: contents;
}


/*Card styling - grey*/

.card.full-width.grey .card-body,
.card.large.grey .card-body {
 background-color:#F0F1F1;
}
div.card.text-left.large.grey.img-left {
 background-color:#F0F1F1;
}


/*Life in Seattle page*/

.life-in-seattle {
    height: 310px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-position-y: center;
}

.page-seattle h3 {
  font-size: 20px;
  padding: 7px 20px;
  background-color: #b7a57a;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  overflow: hidden;
}
.page-seattle ul {
  list-style-type: none;
}
.page-seattle ul li {
  margin-bottom: 10px;
}
.page-seattle ul li a {
  text-decoration: none;
}
.page-seattle ul li a:hover {
  text-decoration: underline;
}


/*Life in Seattle banner - homepage*/
.banner-wide {
 height:450px;
 background-repeat:no-repeat;
 background-position:left center;
 background-size:cover
}
.banner-wide .outer-overlay {
 color:#fff;
 position:relative;
 left:6rem;
 top:10rem
}
.banner-wide .inner-overlay {
 max-width:60%;
}
.banner-wide h2 {
 font-family:Encode Sans Compressed,sans-serif;
 font-weight:900;
 line-height:1.2;
 font-size:34px
}
.banner-wide h2,
.banner-wide p {
 color:#fff
}
.banner-wide p {
 font-weight:300
}


/*People directory*/
.hidden {
	display: none !important;
	visibility: hidden !important;
}


/*Quick links*/

@media (max-width:767px) {
 header.site-header div.navbar #search-quicklinks button.uw-quicklinks {
  display: none !important;
 }
}


#page #quicklinks {
	padding: 10px 0 0 60px;
}

#page #quicklinks ul#little-links li.facebook {
 margin-left:15px;
 padding-left:3px
}

#page #quicklinks ul#little-links li.facebook:before {
  background: url(assets/svg/uw-sprite.svg)  no-repeat 0 -159px;
  height: 20px;
  width: 20px;
  top: 5px;
  left: -28px;
  border-radius: 0;
  background-size: 700px;
}

#page #quicklinks ul#little-links li.twitter {
 margin-left:15px;
 padding-left:3px
}

#page #quicklinks ul#little-links li.twitter:before {
  background: url(assets/svg/uw-sprite.svg) no-repeat -37px -157px;
  height: 20px;
  width: 20px;
  top: 5px;
  left: -28px;
  border-radius: 0;
  background-size: 690px;
}

#page #quicklinks ul#little-links li.youtube {
 margin-left:15px;
 padding-left:3px
}

#page #quicklinks ul#little-links li.youtube:before {
    background: rgba(0, 0, 0, 0) url(assets/svg/uw-sprite.svg) no-repeat scroll -111px -157px;
 height: 20px;
width: 20px;
top: 5px;
left: -28px;
border-radius: 0;
background-size: 690px;
}

#page #quicklinks ul#little-links li.linkedin {
 margin-left:15px;
 padding-left:3px
}

#page #quicklinks ul#little-links li.linkedin:before {
    background: rgba(0, 0, 0, 0) url(assets/svg/uw-sprite.svg) no-repeat scroll -147px -157px;
 height: 20px;
width: 20px;
top: 5px;
left: -28px;
border-radius: 0;
background-size: 690px;
}

#page #quicklinks ul#little-links li.instagram {
 margin-left:15px;
 padding-left:3px
}

#page #quicklinks ul#little-links li.instagram:before {
    background: rgba(0, 0, 0, 0) url(assets/svg/uw-sprite.svg) no-repeat scroll -259px -157px;
 height: 20px;
width: 20px;
top: 5px;
left: -28px;
border-radius: 0;
background-size: 690px;
}

#page #quicklinks h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 17px;
}


/*Alumni legends*/

/* ---- isotope ---- */

.grid-alumni-legends {
  background: #85754d;
  max-width: 100%;
    margin-top: 60px;
}

/* clear fix */
/*.grid:after {
  content: '';
  display: block;
  clear: both;
}*/
            
/*Filters*/
            
.filters {
 padding:5px 0px 0px;
 margin-bottom:30px;
 width: auto;
 height: auto;
 left: auto; }
            
.filter-select {
    font-family: sans-serif;
    font-weight: 800;
    color: #444;
    border: 2px solid #b7a57a;
    width: 245px;
    margin: 5px 5px 5px 0px;
    padding: 10px 5px 10px 10px;
    line-height: 1.2;
    border-radius: 0;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23939598%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
            }      

.ui-group {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

h3.alumni-legends {
  display: inline-block;
  margin-right: 0.2em;
    font-family: "Encode Sans Compressed",sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #4b2e83;
    text-transform: uppercase;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}
            
a.button  {cursor: pointer;
 display: inline-block;
 margin-right: 20px;
 margin-left: 20px;
            }
            
svg.reset {overflow: visible}
            
/* item is invisible, but used for layout */
.grid-item, .grid-item.ms-degree , .grid-item.dept-pharmacy , .grid-item.dept-choice ,  .grid-item.dept-medchem ,
.grid-sizer {
 width: 360px;
    
}          
            
/* grid-item */       
.grid-item {float: left;
            }
            
.grid-item-content
{padding:0px 20px 20px 20px;
            }

.grid-item-content p
    {line-height: 1.5;
font-family: sans-serif;}

.grid-item-content h2
    {line-height: .5;}

.grid-item, .grid-item.ms-degree , .grid-item.dept-pharmacy , .grid-item.dept-choice ,  .grid-item.dept-medchem   {
  height: 575px;
  border: none;
  background-color: white;
margin-bottom: 25px;
}         


/* PAA Memberships */     

.option-box {
  position: relative;
  min-height: 1px;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 5px solid #d9d9d9;
  cursor: pointer;
  padding: 20px 0px;
}
.option-box:active,
.option-box:hover {
  border: 5px solid #4b2e83;
  text-decoration: none;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.option-box h2,
.option-box h3 {
  margin: 0;
  padding: 0 10px;
  color: #4b2e83;
}
.option-box h3 {
  font-size: 1.1em;
  letter-spacing: 1.5px;
}
.option-box a {
  text-decoration: none;
}

/* Testimonials widget */   

.testimonials-quote {
  font-style: italic;
  color: #3F3F3F;
}
.testimonials-cite {
  float: right;
  font-size: 0.8em;
  font-weight: bold;
  color: #3F3F3F;
}
.testimonial-slider ul li {
  list-style-type: none;
}
.testimonial-slider img {
  width: 65px !important;
  height: 65px !important;
  margin-bottom: 10px !important;
  margin-right: 15px !important;
  border-radius: 50% !important;
  float: left !important;
}
@media only screen and (max-width: 735px) {
  .testimonial-slider .caption-wrap {
    position: relative;
  }
}
@media only screen and (max-width: 550px) {
  .testimonial-slider .caption-wrap {
    position: relative;
  }
}


/* UW Storyteller Module */
.uw-story-body .h1, .uw-story-body h1, .uw-story-body .h2, .uw-story-body h2 {
  color: #4b2e83;
}

.uw-story-body .row {
    padding: 20px 40px;
}

ul.bullet-arrow
{
  list-style-image: url("https://sop.washington.edu/wp-content/uploads/bullet-arrow.png");
}

ul.bullet-ribbon li
{
	margin: 0;
	padding: 0px 0px 0px 75px;
	list-style: none;
	background-image: url("https://sop.washington.edu/wp-content/uploads/bullet-ribbon.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px;
}

.text-shadow-dark
{
	text-shadow: 0 0 3px rgba(37, 37, 37, 0.65);
}

.text-shadow-light
{
	text-shadow: 0 0 3px #ddd;
}

.text-purple
{
color: #4b2e83 !important;
}

.text-white
{
color: #fff !important;
}


.info-box {
  width: 310px;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: -150px;
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #b7a57a;
  position: relative;
  background: url('assets/images/stripes-dark-tile.svg') repeat-x 0 -88px transparent;
}

.info-box img {
  max-width: 100%;
  height: auto;
}

.info-box:after {
  top: auto;
  bottom: -40px;
}

.info-box p,
.info-box li,
.info-box a {
  font-size: 16px;
  line-height: 1.6;
}

.info-box h1,
.info-box h2,
.info-box h3,
.info-box h4,
.info-box h5 {
  margin-top: 0;
}

@media only screen and (max-width: 1600px) {
  .info-box {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 1600px) {
  .info-box {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .info-box {
    margin-left: 0;
    width: 100%;
	}
}

/* Display contact us link on mobile nav */
@media only screen and (min-width: 768px) {
  .mobile-main-nav {
    display: none;
  }
}

/* Accordions */

.accordion .card .card-header h3 button span.btn-text {
  padding: 5px 20px;
  text-align: left;
  font-weight: 600;
  font-size: .8em;
}

/* SU Spoilers */

.su-spoiler {
    margin-bottom: .5em !important;
}

.su-spoiler-icon {
    color: #4b2e83;
}
