/*
Denver University - Sturm College of Law
Authored by: SiteWired Web Solutions
*/

/* ===== HIGHLIGHTS ===== */
::selection {
	background: #31288B;
	color: #FFF;
}

::-moz-selection {
    background: #31288B;
	color: #FFF;
}

::-webkit-selection {
	background: #31288B;
	color: #FFF;
}

::-ms-selection {
	background: #31288B;
	color: #FFF;
}


/* ===== TYPOGRAPHY ===== */
body,
input,
textarea,
select,
fieldset legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	word-wrap: break-word;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

h1 {
	font-size: 1.625em;
}

h2 {
	font-size: 1.500em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.250em;
}

h5 {
	font-size: 1.125em;
}

.not-front .block-title {
	display: block;
	min-height: 35px;
	margin-bottom: 10px;
	border-bottom: solid 1px #AAA;
	line-height: 35px;
	font-size: 1.375em;
	color: #8B2332;
}

.front .block-title,
.node-type-audience-page .block-title,
.node-type-audience-page .section-title {
	margin-bottom: 10px;
	padding: 0 20px 10px;
	border-bottom: none;
	font-size: 30px;
	text-align: center;
	color: #8B2332;
	position: relative;
}

.front .block-title:after,
.node-type-audience-page .block-title:after,
.node-type-audience-page .section-title:after {
	content: '';
	display: block;
	max-width: 400px;
	height: 1px;
	margin: auto;
	background: #AAA;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


/* ===== GENERAL ===== */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: #8B2332;
}

table {
	border: 0;
	border-spacing: 0;
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed; /*Added by Mo on 2-22-2018 to stop tables from expanding past the content */
}

table td, table th {
	padding:0.5em;
	border: 1px solid #E0DFCF;
}

img, img.scale-with-grid {
	outline: 0;
	max-width: 100%;
	height: auto;
	margin-bottom: -6px;
}

del {
	text-decoration: line-through;
}

pre, code {
	white-space: pre;
	background-color: #ededed;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	display: block;
	margin: 5px 0;
	padding: 5px;
	line-height: 125%;
	overflow: hidden;
	font: 12px/24px Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

a,
input {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.not-logged-in .tabs {
	display: none;
}


/* ===== BUTTONS ===== */
.btn01,
.more-link a {
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 25px;
	margin-top: 20px;
	padding: 0 10px;
	background: #8B2332;
	line-height: 25px;
	font-size: 0.825em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
}

.btn01:after,
.more-link a:after {
	content: '';
	display: block;
	width: 9px;
	height: 10px;
	background: url(../images/icons03-dulaw.png) no-repeat 0px 0px;
	position: absolute;
	top: 7px;
	right: 10px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.btn01:hover:after,
.more-link a:hover:after {
	right: 5px;
}

.btn01:hover,
.more-link a:hover {
	background: #58060E;
}

.btn01:active,
.more-link a:active {
	background: #A8996E;
}

.button-container, .flex-container { /* flex box button container */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

/* Specialty Bios */

#main .specialty-bios .content .view .view-content .views-row {
	clear: both;
}
#main .specialty-bios .content .view .view-content .views-row-odd .views-field-field-full-body-photo .field-content img {
	float: left;
	padding: 0 1em 0.5em 0;
}

#main .specialty-bios .content .view .view-content .views-row-even .views-field-field-full-body-photo .field-content img {
	float: right;
	padding: 0 0em 0.5em 1em;
}

#main .specialty-bios .content .view .view-content .views-row .views-field-field-academic-title .field-content {
	border-bottom: 1px solid #e5e4df;
	margin-bottom: 1em;
}
/* Staff Contact */

#main .staff-contact-list .content .view .view-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

#main .staff-contact-list .content .view .view-content .views-row {
	width: 210px;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	text-align: center;
	float: left;
	padding: 1em;
}



.flex-item {
	max-width: 300px;
	align-items: center;
    align-self: stretch;
    justify-content: center;
    text-align: center;
    float: left;
    margin: 1em;
}

.flex-button {
    display: flex !important;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    text-align: center;
    float: left;
}

.red-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	padding: 1em;
	margin: 0.5em;
    background: #830b25;
	color: #FFFFFF !important;
	width: 220px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.red-button:hover {
	text-decoration: none;
}
.red-button:active {
	position: relative;
	top: 1px;
}

.tgglbtn {
    width: 250px;
    opacity: .90;
    color: white !important;
    text-align: center;
    padding: 20px;
    background: #8b2332;
    margin: 0 auto;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.tgglbtn:hover, .tgglbtn:active {

    opacity: 1;

}

.ctaBtn {
	display: block;
	box-sizing: border-box;
	padding: 10px 40px 10px 20px;
	background: #8B2332;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	position: relative;
}

.ctaBtn .long-arrow-icon {
	max-width: 25px;
	max-height: 25px;
	margin: auto;
	fill: #FFF;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.ctaBtn:hover {
	background: #58060E;
}

.ctaBtn:hover .long-arrow-icon {
	right: 10px;
}

.outlineBtn {
	display: inline-block;
	padding: 10px 50px;
	background: none;
	border: solid 1px #8B2332;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #8B2332 !important;
}

.outlineBtn:hover {
	background: #8B2332;
	color: #FFF !important;
}

.resourceBtn {
   display: block;
   padding: 15px 10px 15px 70px;
   background: none;
   border: solid 1px #8B2332;
   text-transform: uppercase;
   text-decoration: none;
   color: #8B2332;
   position: relative;
}

.resourceBtn svg,
.resourceBtn img {
    max-width: 45px;
    max-height: 45px;
    margin: auto;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
}

.resourceBtn svg {
    fill: #8B2332;
}

.resourceBtn:hover {
    background: #EEE;
}

/* ===== LOGIN ===== */
.page-user-login {
	background: #EEE;
}

#auth_box {
	width: inherit;
	max-width: 320px;
	padding: 8% 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#auth_box #middle_part {
	box-sizing: border-box;
	padding: 20px;
	border-radius: 0px;
	background: #FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
	overflow: hidden;
}

#auth_box h2.title {
	display: none;
}

#auth_box input[type="text"],
#auth_box input[type="password"] {
	width: inherit;
	border: solid 1px #CCC;
	border-radius: 0px;
	padding: 0px 8px;
	font-size: inherit;
}

#auth_box #bottom_part a {
    font-size: 1em;
	text-decoration: none;
	color: #8B2332;
}

#auth_box #bottom_part a:hover {
	color: #58060E;
}


/* ===== MOBILE ===== */
#mobile {
	display: none;
}


/* ===== HEADER ===== */
header {
	box-sizing: border-box;
	width: 100%;
	height: 120px; /* Mo changed this height from 100px to 120px to accomodate a larger logo size */
	padding: 10px 0;
	background: #FFF;
	position: relative;
	z-index: 999; /* Changed from 301 - 2019-01-09 */
}

#header-left {
	float: left;
}

#header-right {
	float: right;
}

#header-right #block-system-user-menu ul.menu {
	text-align: right;
}

#header-right #block-system-user-menu ul.menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-right #block-system-user-menu ul.menu li a {
	display: block;
	padding: 5px 8px;
	font-size: 0.825em;
	text-decoration: none;
	color: #797676;
}

#header-right #block-system-user-menu ul.menu li:last-child a {
	padding-right: 0px;
}

#header-right #block-system-user-menu ul.menu li a:hover {
	color: #8B2332;
}

#header-right #block-system-user-menu ul.menu li a:active {
	color: #58060E;
}

#header-right #search-block-form input {
	width: 300px;
	height: 30px;
	background: url(../images/searchIcon-dulaw.png) no-repeat 97% 7px #FBFBFB;
	line-height: 30px;
}
#header-right #cludo-inline-form input {
	width: 300px;
	height: 30px;
	background: url(../images/searchIcon-dulaw.png) no-repeat 97% 7px #FBFBFB;
	line-height: 30px;	
}

#header-right #cludo-inline-form .form-submit {
	display: none;
}

#header-right #search-block-form .form-submit {
	display: none;
}

#block-block-8 {
	display: none;
}


/* ===== NAVIGATION ===== */
nav {
	height: 40px;
	background: #8B2332;
	position: relative;
	z-index: 301;
}

nav ul.menu {
	margin: 0;
	padding: 0;
}

nav ul.menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

nav ul.menu li a {
	display: block;
	height: 100%;
	margin-right: -4px;
	padding: 0px 15px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

nav ul.menu li a:hover,
nav ul.menu li a:focus,
nav ul.menu li a:active,
nav ul.menu li a.active {
	background: #FFF;
	color: #333;
}

nav ul.menu ul {
	display: none;
	box-sizing: border-box;
	width: 300px;
	background: #FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
	position: absolute;
	left: 0;
	z-index: 300;
}

nav ul.menu ul li {
	display: block;
}

nav ul.menu ul li a {
	height: inherit;
	margin-right: 0;
	padding: 5px 20px;
	line-height: inherit;
	text-transform: none;
	color: #333;
}

nav ul.menu ul li a:hover {
	color: #8B2332;
}

#cludo-mobile-form {
	display: none;
}


/* ===== AFTER HEADER =====*/
#after-header {
	min-height: 100px;
	position: relative;
	z-index: 10;
}

.front #after-header {
	height: 900px; /* Mo change 11/30/2017, was calc(100vh - 160px); */
	overflow: hidden;
}

#block-md-slider-du-mobile-slideshow {
	display: none;
}

#front-slideshow
#front-slideshow ul.slides,
#front-slideshow ul.slides li {
	width: 100%;
	height: 900px; /* Mo change 11/30/2017, was calc(100vh - 160px); */
	position: relative;
}

#front-slideshow .slide-image img {
	min-width: 100%;
	min-height: 900px; /* Mo change 11/30/2017, was calc(100vh - 160px); */
	max-width: inherit;
	width: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: -200%;
	right: -200%;
}

#front-slideshow .slide-info {
	max-width: 1170px;
	width: 100%; /* Added to make IE11 center properly */
	margin: auto;
	color: #FFF;
	position: absolute;
	bottom: 220px; /* use pixels instead of percent for a more static approach to positioning */
	left: 0;
	right: 0;
	z-index: 290;
}

#front-slideshow .slide-info .slide-title {
	display: block;
	padding-bottom: 10px; /* Due to line height adjustment, need to move title away from dividing line */
	border-bottom: solid 1px #FFF;
	line-height: 1; /* adjust line height spacing so that when title goes to second line, it's not spaced so far */
	font-size: 75px;
	font-weight: bold;
	text-transform: uppercase;
}

#front-slideshow .slide-info .slide-subtitle {
	font-size: 40px;
	font-weight: bold;
}

#front-slideshow .slide-overlay {
	display: block;
	width: 100%;
	height: 67%;
	background: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.75));
	background: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.75));
	background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.75));
	position: absolute;
	bottom: 0;
	z-index: 200;
}

.audience-buttons-block {
	max-width: 1170px;
	width: 100%; /* Added to make IE11 center properly */
	margin: auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 290;
}

.audience-buttons-block .ctaBtn {
	float: left;
	width: 32.26%;
	margin: 0 1.6% 20px 0;
}

.audience-buttons-block .ctaBtn:nth-child(3n) {
	margin: 0 0 20px 0;
}

.simple-page-banner-block .page-banner {
	position: relative;
}

.simple-page-banner-block .page-banner .banner-link {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}

.simple-page-banner-block .page-banner img {
	width: 100%;
	height: 156px;
}

.simple-page-banner-block .page-banner .banner-image {
	width:100%%;
	height: 157px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.simple-page-banner-block .page-banner .views-field-title {
	max-width: 1130px; /* previously 1130px */
	width: 100%;
	margin: auto;
	position: absolute;
	top: 52px; /* previously was 25% */
	right: 20px; /* previously was 0 (same wiht left) */
	bottom: 0;
	left: 20px;
	z-index: 290;
}

.simple-page-banner-block .page-banner .book-title {
	display: inline;
	box-sizing: border-box;
	padding: 5px 20px;
	margin-left: -30px;
	background: rgba(141, 34, 48, 0.8);
	font-size: 2.188em;
	font-weight: bold;
	color: #FFF;
}

.expanded-page-banner-block,
.expanded-page-banner-block .page-banner,
.expanded-page-banner-block .page-banner .banner-image {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.expanded-page-banner-block .page-banner .banner-image img {
    width: auto;
    min-width: 100%;
    max-width: inherit;
    min-height: 500px;
    margin: auto;
    position: absolute;
    top: 0;
    right: -200%;
    left: -200%;
}

.expanded-page-banner-block .page-banner .banner-info {
    width: 45%; /* was 65% */
    padding: 10px 0;
    background: rgba(139,35,50,0.75);
    position: absolute;
    bottom: 0;
    left: 0;
}

.expanded-page-banner-block .page-banner .banner-info .inner {
    float: right;
    max-width: 780px;
    padding-right: 20px;
}

.expanded-page-banner-block .page-banner .banner-info .inner .banner-title {
    font-size: 48px;
    color: #FFF;
}

.expanded-page-banner-block .page-banner .banner-info .inner .banner-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}


/* ===== BEFORE CONTENT =====*/
.secondary-user-menu ul.menu {
	text-align: right;
}

.secondary-user-menu ul.menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.secondary-user-menu ul.menu li a {
	display: block;
	margin-left: 10px;
	padding: 8px 20px 8px 10px;
	font-size: 0.825em;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	position: relative;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.secondary-user-menu ul.menu li a:after {
	content: '';
	display: block;
	width: 9px;
	height: 10px;
	background: url(../images/icons03-dulaw.png) no-repeat 0px 0px;
	position: absolute;
	top: 13px;
	right: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.secondary-user-menu ul.menu li a:hover {
	text-decoration: underline;
}

.secondary-user-menu ul.menu li a:hover:after {
	right: -5px;
}


.front #before-content {
	padding: 30px 0;
	background: #FFF;
}

.front #main-content {
	/*padding: 30px 0;*/
	background: #FFF;
}

.front #before-content .block {
	background: #FFF;
}

#main-content .whiteBg-block {
	float: left;
	width: 49.2%;
	min-width:300px;
}

#main-content .full-block {
	width: 100%;
	clear: both;
	min-width:300px;
}

#main-content:after {
	content: "";
  	display: table;
  	clear: both;
}

#main-content .whiteBg-block:nth-child(2) {
	margin-right: 1.6%;
}

.whiteBg-block {
	text-align: center;
}

.whiteBg-block .block-image {
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.whiteBg-block .block-image a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 290;
}

.whiteBg-block .block-image img {
	min-width: 100%;
	min-height: 250px;
	max-width: inherit;
	margin: auto;
	position: absolute;
	top: 0;
	left: -200%;
	right: -200%;
}

.whiteBg-block p {
	margin-bottom: 20px;
	padding: 0 20px;
}

.whiteBg-block h3 {
	margin-bottom: 10px;
	padding: 0 20px 10px;
	font-size: 30px;
	color: #8B2332;
	position: relative;
}

.whiteBg-block h3:after {
	content: '';
	display: block;
	max-width: 400px;
	height: 1px;
	margin: auto;
	background: #AAA;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.whiteBg-block .outlineBtn {
	margin: 20px 0;
}


/* ===== SIDEBAR LEFT =====*/
#sidebar-left .block-menu-block .content .menu-block-wrapper > ul.menu {
	margin-bottom: 1em;
}
#sidebar-left ul.menu li a {
	font-size: 0.825em;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-weight:bold;
}

#sidebar-left ul.menu li a:hover,
#sidebar-left ul.menu li a.active {
	color: #8B2332;
}

#sidebar-left ul.menu ul li a {
	text-transform: none;
}


/* ===== BREADCRUMBS =====*/
#breadcrumb {
	display: block;
	/*height: 35px;*/
	min-height: 35px;
	margin-bottom: 10px;
	border-bottom: solid 1px #AAA;
	line-height: 25px;
	font-size: 0.825em;
	color: #797676;
}

#breadcrumb a {
	color: #797676 !important;
}

#breadcrumb a:hover {
	color: #8B2332 !important;
}


/* ===== CONTENT =====*/
#main-section {
	width: 100%;
	padding: 30px 0;
	background: #FFF;
}


#main a {
	color: #8B2332;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover {
	color: #58060E;
}

#main a:active {
	color: #A8996E;
}

#main p {
	margin-bottom: 20px;
}
/* Hack to provide a minimum width for paragraphs
Stolen from: https://css-tricks.com/minimum-paragraph-widths/
*/
p:before {
  content: "";
  width: 10em;
  display: block;
  overflow: hidden;
}

/* The hack above breaks paragraphs used in lists. This overrides that behavior. */

li p:before {
  display: none;
}

/* Default image style */
#main img {
	padding: 0.5em;
}
/* Cancel that style for headshots and directory portraits */
#main .fs-headshot img, #main .fs-fullshot img {
	padding: 0;

}

#main .content ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	list-style: outside disc;
	overflow: hidden;
}
#main .content ul li + li, #main .content ul li ul li:first-child {
	margin: 1em 0 0 0;
}

#main .content ol {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	list-style: outside decimal;
}

#main .content ol li + li, #main .content ol li ol li:first-child {
	margin: 1em 0 0 0;
}

/* This block of code removed hte space between any paragraph followed by a list. Removed by Mo 10/6/2017
#main .content p + ul,
#main .content p + ol {
	margin-top: -20px;
}*/

#main .content ul ul,
#main .content ul ol,
#main .content ol ul,
#main .content ol ol {
	margin-bottom: 0px !important;
}

#main hr {
	width: 100%;
	border: none;
	border-bottom: solid 1px #EFB217;
	clear: both;
	margin-bottom: 1em;
}

.resources-buttons-block {
    margin-bottom: 40px;
}

.resources-buttons-block .resourceBtn {
    box-sizing: border-box;
    display: inline-block;
    width: 18.72%;
    margin-right: calc(1.6% - 5px);
}

.resources-buttons-block .resourceBtn:last-child {
    margin-right: 0;
}


/* ===== AUDIENCE PAGES =====*/
.node-type-audience-page .page-title {
    display: none;
}

.quick-links {
    margin-bottom: 40px;
}

.quick-links h2,
.quick-links h3,
.quick-links h4 {
    color: #8B2332;
}

.quick-links ul li {
    list-style: none;
    margin: 0 0 4px 0 !important;
}

.quick-links ul li a {
    color: #000 !important;
}

.quick-links ul li a:hover {
    color: #8B2332 !important;
}

.content-briefs {
    margin-bottom: 40px;
    text-align: center;
}

.content-briefs .field-item {
    display: inline-block;
    width: 32.26%;
    margin-right: 1.6%;
    position: relative;
}

.content-briefs .field-item:nth-child(3n) {
    margin-right: 0;
}

.content-briefs .content-brief .brief-link {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 290;
}

.content-briefs .content-brief .brief-image img {
    padding: 0 !important;
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.content-briefs .content-brief:hover .brief-image img {
    opacity: 0.75;
}

.content-briefs .content-brief .brief-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #8B2332;
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.content-briefs .content-brief:hover .brief-title {
    opacity: 0.75;
}

/* ===== NEWS =====*/

.news-archive .news-post {
	border-bottom: 2px black solid;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.news-archive .news-post img {
	padding: 0 0 0.5em !important;
}
.news-archive .news-post:last-child {
	border:none;
	margin: 0;
	padding:; 0;
}
.recent-news .news-post {
	float: left;
	margin-right: 1.6%;
	text-align: center;
	position: relative;
}

.recent-news .news-post:last-child {
	margin-right: 0;
}

.recent-news .news-post .np-link {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 290;
}

.recent-news .news-post .np-thumb {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.recent-news .news-post .np-thumb img {
	/*margin-bottom: -7px; Removed by Mo 11-9-2018, it was cutting off the bottom of images before*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.recent-news .static-clear { /* This is to add some space between the static section and the regular recent news */
	margin-bottom: 1em;
	clear: both;
}

.recent-news .news-post:hover .np-thumb img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(.051);
	transform: scale(1.05);
}

.recent-news .news-post .np-date, .news-archive .news-post .np-date {
	font-size: 14px;
	color: #AAA;
}

.recent-news .news-post .np-title {
	font-size: 20px;
	color: #8B2332;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.recent-news .news-post:hover .np-title {
	color: #AAA;
}

.recent-news .view-footer {
	text-align: center;
}

.recent-news .outlineBtn {
	margin-top: 25px;
}

#main .news-post .np-teaser {
	margin-bottom: 50px;
}

#main .news-post:last-child .np-teaser {
	margin-bottom: 0;
}


/* ===== CALENDAR/EVENTS =====*/
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
    padding: 5px 10px !important;
}

.view .date-nav-wrapper .date-prev {
	right: 80px;
}

.page-calendar-day .event-post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #AAA;
}

.page-calendar-day .event-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.page-calendar-day .event-post .event-title {
	margin-bottom: 10px;
}

.page-calendar-day .event-post .event-date
.page-calendar-day .event-post .event-location {
	margin: 0 !important;
}

.page-calendar-day .event-post .event-body {
	margin-top: 10px;
}

#block-views-events-block-1 .events-post {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	left: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

#block-views-events-block-1 .events-post:last-child {
	margin-bottom: 0;
}

#block-views-events-block-1 .events-post:before {
	content: '';
	display: block;
	width: 8px;
	height: 20px;
	background: url(../images/icons03-dulaw.png) no-repeat -9px 0px;
	position: absolute;
	top: 3px;
	left: 0;
}

#block-views-events-block-1 .events-post:hover {
	left: 10px;
}

#block-views-events-block-1 .events-post .event-date {
	font-size: 0.825em;
	color: #AAA;
}

#block-views-events-block-1 .events-post .event-title {
	font-size: 1em;
}

#block-views-events-block-1 .events-post .event-title a {
	text-decoration: none;
	color: #000;
}

#block-views-events-block-1 .events-post:hover .event-title a {
	color: #8B2332;
}


/* ===== FACULTY/STAFF =====*/

/* Kiosk */

.directory-kiosk a.btn01 {
	display: none; /* Hide View profile links for kiosk display */
}

.directory-kiosk .alpha-pagination ul > li {
	font-size: 2.2em; /* Larger font size for alpha pagination for touch screen */
}

.directory-kiosk .pager {
	font-size: 1.5em;
}

/* Alpha links */
.alpha-pagination ul > li:first-child {
	border-left: 1px solid #8B2332;
}
.alpha-pagination ul > li:last-child {
	border-right: 1px solid #8B2332;
}
.alpha-pagination ul > li {
	margin: 0 -4px 0 0 !important;
	border-bottom: 1px solid #8B2332;
	border-top: 1px solid #8B2332;
	font-size: 10pt;
}
.alpha-pagination ul > li.active {
	font-weight: bold;
}
.alpha-pagination ul > li.inactive {
	color: #ccc;
}
ul.alpha-pagination-list {
	padding:0.5em 0 0 0 !important;
	overflow: initial !important;
}

/* Pager for directory */

#main .content ul.pager {
	margin: 0;
	padding: 0;
}

.item-list ul.pager li {
	margin: 0 0 0.25em 1em;
}

.item-list ul.pager li.pager-first {
	margin: 0 0 0.25em 0;
}


.fs-name > div,
.fs-email > div,
.fs-phone > div,
.fs-office > div {
	display: inline-block;
}

.fs-teaser .label,
.fs-full .label {
	font-weight: 700;
}

.fs-title {
	margin: -4px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #333;
}

.fs-job-title,
.fs-academic-title {
	font-style: italic;
}

.fs-program-roles {
	font-style: italic;
	margin-top: 0.5em;
}

.fs-specialties {
	color: #999;
}

.fs-teaser {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #EEE;
}

.fs-teaser .fs-headshot,
.fs-teaser .fs-teaserInfo {
	float: left;
}

.fs-teaser .fs-headshot {
	width: 20%;
}

.fs-teaser .fs-headshot img {
	box-sizing: border-box;
	border: solid 2px #8B2332;
}

.fs-teaser .fs-teaserInfo {
	width: 80%;
}

.fs-teaser .fs-name {
	font-weight: bold;
	color: #8B2332;
}

.fs-teaser .fs-job-title,
.fs-teaser .fs-academic-title {
	font-size: 0.825em;
}

.fs-teaser .fs-specialties {
	font-size: 0.825em;
}

.fs-teaser .btn01 {
	margin: 0 0 10px 0;
}

.fs-teaser .fs-email,
.fs-teaser .fs-phone,
.fs-teaser .fs-office {
	font-size: 0.825em;
}

.node-type-faculty-staff .page-title {
	display: none;
}

.fs-full .fs-fullshot img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: solid 5px #8B2332;
}

.fs-full .fs-email,
.fs-full .fs-phone,
.fs-full .fs-classes,
.fs-full .fs-office,
.fs-full .fs-cv,
.fs-full .fs-materials {
	margin-bottom: 20px;
}

.fs-full .fs-cv .label,
.fs-full .fs-classes .label,
.fs-full .fs-ssrn .label,
.fs-full .fs-lawfirm .label,
.fs-full .fs-materials .label,
.fs-full .fs-additional .label {
	display: block;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #EEE;
}

.fs-full .fs-additional {
	margin-top: 10px;
}

.fs-full .fs-name {
	font-size: 1.5em;
	font-weight: 700;
	color: #8B2332;
}

.fs-full .fs-education {
	margin: 20px 0;
}

.fs-full .fs-bio {
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}

.fs-full .fs-publications {
	margin-top: 20px;
}

.fs-full .fs-publications p {
	margin: 0 !important;
}

.fs-full .fs-publications .field-item.even {
	background: #EEE;
}

.fs-full .pub-ts {
	box-sizing: border-box;
	padding: 5px 10px;
}

.fs-full .pub-ts:nth-child(odd) {
	background: #EEE;
}

.fs-full .pub-ts p {
	margin: 0 !important;
}


/* ===== PUBLICATIONS ===== */
.pub-ts .field-name-field-additional-html {
	margin-left: 1em;
	margin-top: 0.5em;
}


/* ===== AFTER CONTENT ===== */
/*
.not-front #after-content {
	padding: 30px 0;
	background: #EEE;
}
*/

.other-links-block {
	padding: 30px;
	background: #EEE;
	text-align: center;
}

.other-links-block .outlineBtn {
	box-sizing: border-box;
	margin-right: 1.6%;
	margin-left: -5px;
}

.other-links-block .outlineBtn:last-child {
	margin-right: -5px;
}

.contact-social-block {
	padding: 30px 0;
	background: #A49464; /* was #A69563 */
	color: #FFF;
	font-size: 14pt;
}

.contact-social-block address {
	font-size: 18pt;
}
.contact-social-block .outlineBtn {
	font-size: 14pt;
	font-weight: bold;
}


/* ===== FOOTER ===== */
footer {
	padding: 30px 0;
	background: #8B2332;
	font-size: 75%;
	color: #FFF;
}

footer a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

footer a:hover {
	color: #A8996E;
}

footer a:active {
	color: #333;
}


/* ===== SOCIAL MEDIA LINKS ===== */
ul.social-media {
	text-align: right;
}

ul.social-media li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.social-media li a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

ul.social-media li a svg {
	fill: #FFF;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

ul.social-media li a:hover svg {
	fill: #8B2332;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

#header-right ul.social-media {
	margin-top: 10px;
}

#header-right ul.social-media li a {
	width: 30px;
	height: 30px;
}

#header-right ul.social-media li a svg {
	fill: #8B2332;
}

#header-right ul.social-media li a:hover svg {
	fill: #A8996E;
}


/* ===== FORMS ===== */
.form-item {
	margin: 0 0 20px 0;
}

input,
select {
	box-sizing: border-box;
	max-width: 100%;
	height: 40px;
	padding: 0px 8px;
	background: #FBFBFB;
	border: solid 1px #CCC;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
	outline: none;
}

input[type="checkbox"], input[type="radio"] {
	height: auto;
	max-height: 40px;
	border: none;
}

textarea {
	box-sizing: border-box;
	max-width: 100%;
	padding: 8px;
	background: #FBFBFB;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
	border: solid 1px #CCC;
	outline: none;
}

input:focus,
textarea:focus,
select:focus {
	box-shadow: inset 0 1px 2px rgba(139, 35, 50, .07);
	border: solid 1px #8B2332;
	outline: none;
}

.form-submit {
	height: 30px;
	padding: 0px 50px;
	border: none;
	background: #8D2230;
	line-height: 30px;
	font-size: 0.825em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
}

.form-submit:hover {
	background: #58060E;
	border: none;
}

.form-submit:active {
	background: #A8996E;
	border: none;
}

#views-exposed-form-faculty-staff-page .views-exposed-widget,
#views-exposed-form-faculty-staff-page select,
#views-exposed-form-faculty-staff-page .form-text {
	width: 100%;
}

#views-exposed-form-faculty-staff-page .views-submit-button,
#views-exposed-form-faculty-staff-page .views-reset-button {
	width: inherit !important;
}

/* ===== FLEXSLIDER ===== */
.flexslider {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
}


/* ===== ADMIN ===== */
#admin-menu input {
	width: 158px;
	height: inherit;
	padding: 2px 22px 2px 4px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: inherit;
}


/* ===== HELP ===== */
.region-help {
	border: 1px solid #d3d7d9;
	padding: 20px;
	margin: 20px 0;
}


/* ===== MESSAGES ===== */
#messages {
	padding: 20px 0 5px;
	margin: 0 auto;
}

div.messages {
	margin: 10px 0;
}

#someName { display: none; } /* Hide zip captcha form */

/* Alumni Events */
.view-alumni-events .views-row {
	border-bottom: 2px solid black;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

/* Interior content block (admissions) */
.interior-right-block {
	float: right;
	max-width: 225px;
	margin: 0 0 1em 1em;
	padding: 0.5em 1em 0 1em;
	border: 1px solid #aaa;
	background-color: #eee;
	font-size: 0.8em;
}

.interior-right-block-unshaded {
	float: right;
	max-width: 225px;
	margin: 0 0 1em 1em;
	padding: 0.5em 1em 0 1em;
	font-size: 0.8em;
}

/* Event listing */

.field-name-field-event-location {
	margin-bottom: 1em;
}

/* Student Orgs custom menus, hiding siblings to a student org */

/*.studentorgs-menu .first.expanded ~ .leaf, .studentorgs-menu .first.expanded ~ .collapsed {
	display: none;
}*/
.studentorgs-menu .first.last > .menu > li:not(.active-trail) {
    display: none;
}
.studentorgs-view .view-content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.studentorgs-view .view-content .views-row .field-content a {
	width: 200px;
	display: flex !important;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	text-align: center;
	float: left;
	border: solid 1px #8B2332;
	margin: 0.5em;
	padding: 0.5em;
}

/* Calendar CSS for part time JD program */

.part-time-calendar {
	width: auto;
	font-size: 0.8em;
	margin: 0.5em 1em;
}
.part-time-calendar caption {
	font-weight: bold;
}
.part-time-calendar td {
	text-align: center;
	padding:0.25em;
}
.part-time-calendar .orientation, .part-time-legend.orientation {
	background-color: #0BB3E4;
}

.part-time-calendar .class, .part-time-legend.class {
	background-color: #af945f;
}

.part-time-calendar .class-tentative, .part-time-legend.class-tentative {
	background-color: #EAD4AA;
}

.part-time-calendar .exams, .part-time-legend.exams {
	background-color: #7E0032;
	color: white;
}
.part-time-legend {
	width: 1em;
	height: 1em;
	border: 1px solid black;
	display: inline-block;
}

.part-time-calendar-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: left;
}

.part-time-calendar th { border: rgb(224, 223, 207) 1px solid; }


/**** CDO Staff ****/

.cdo-staff .views-field-field-headshot-photo img {
	float: right;
}
.cdo-staff .views-field-field-job-title .field-content {
	font-style: italic;
	padding-bottom: 1em;
}

.cdo-staff .views-field-title .field-content {
	font-size: 1.375em;
	
}
.cdo-staff .views-field-field-dir-email .field-content {
	display: inline;
}
.cdo-staff .views-field-field-phone .field-content {
	display: inline;
}
.cdo-staff .views-field-field-dir-bio .field-content {
	margin-top: 1em;
}

/* Logo */

#logo img {
	margin-top: 0.75em;
}
.cdo-staff .views-label-field-education {
	font-weight: bold;
}


/* Statistics Block */

.statistics-region {
	background: #EEE;
	text-align: center;

}

.statistics-block {
	background: #eee;
	    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;

padding-bottom:2em;
}
.statistics-block .statistic {
	/*display: flex !important;
    align-items: center;*/
    align-self: stretch;
    justify-content: center;
    text-align: center;
    float: left;
    margin: 1em 2em;
    max-width: 335px;
}
.statistics-block .statistic .heading {
	font-size: 5em;
}

.statistics-block .statistic .caption {
	font-size: 1.5em;
}
.statistics-region .statistics-block .statistic {
	margin: 0;
	max-width: initial;
}

/* Ranking Block */


.rankings-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.rankings-block .ranking {
    align-self: stretch;
    justify-content: center;
    text-align: center;
    float: left;
    margin: 1em;
    width: 230px;
}
.rankings-block .ranking .heading {
	font-size: 1.9em;
}

.rankings-block .ranking .caption {
	font-size: 1.1em;
}
.ranking-category {
	overflow: hidden;
	padding-bottom: 1em;
}
.ranking-category .ranking-title {
	font-size: 2em;
}
.ranking-category .ranking-footer {
	text-align: right;
}

/* Remove triangles and circles from book menus  Added 11-12-2018 */

ul li.leaf, ul li.collapsed, ul li.expanded {
	list-style-image: none !important;
	list-style-type: none !important;

}
/* Increase indent for sub menus */
ul.menu li ul.menu > * {
    margin-left: 1em;
}