/*
 Theme Name:   UW Integrated Service Center
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  UW Integrated Service Center Child Theme (uw-2014)
 Author:       UW-IT AXDD
 Author URI:   http://github.com/uw-it-aca
 Template:     uw-2014
 Version:      0.1
 License:      Apache License, Version 2.0
 License URI:  https://www.apache.org/licenses/LICENSE-2.0
 Tags:         uw
 Text Domain:  uw-isc-child
*/

/* Change chevron character for accordion menus */
.isc-expander a[role=button].expanded::after{
    content: "\f13a" !important;
}

.isc-expander a[role=button].collapsed:after {
    content: "\f138" !important;
}

.isc-expander a[role=button]:after {
    content: "\f138" !important;
}
/* Override style for ol's on Event pages */
.isc-events ol {
	list-style: decimal !important;
	padding-left: 25px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* Add more padding under pages' Last Modified date */
.isc-updated-date {
	margin-bottom: 12px !important;
}

/* Additional blockquote styles */
blockquote {
  font-family: "Encode Sans Compressed", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal;
  padding: 0 0 0 16px !important;
  margin: 0 0 29px;
  line-height: 1.55
  }
   
blockquote ul {
  	line-height: 1.35
  }

blockquote ol {
  	line-height: 1.35
  }

blockquote.gold {
    color: black;
    background-color: #ECE9E3;
    border: 0;
    padding: 3px 10px 3px 10px !important;
  }

blockquote.white {
    color: black;
    background-color: white;
    border: 0;
    padding: 3px 10px 3px 10px !important;
  }
  
blockquote.outline {
    border: 3px solid #e9e6f0;
    padding: 3px 10px 3px 10px !important;
  }

.isc-admin-block ul {
	list-style: circle !important;
	padding-left: 20px !important;
}

/* For a TOC div that spans the container width */
@media (min-width: 992px) {
  .isc-toc-wide {
    width: auto;
    padding: 20px;
    }
}

/* Add whitespace to bottom of accordion menu divs */
.isc-expander {
    margin-bottom: 10px;
  }

/* Reduce tile padding */
.box-outer .box .tile {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.box-outer .box {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.box-outer .box.four .tile {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}