/* 
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 {
	margin-bottom: 10px;
	padding: 0 20px 10px;
	font-size: 30px;
	text-align: center;
	color: #8B2332;
	position: relative;
}

.front .block-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 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;   
}

.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;
}

.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;
}


/* ===== 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: 301;
}

#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: #AAA;
}

#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 #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;
}

#block-multiblock-2 {
	display: none;
}


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

.front #after-header {
	height: 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: calc(100vh - 160px);
	position: relative;
}

#front-slideshow .slide-image img {
	min-width: 100%;
	min-height: 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;
	margin: auto;
	color: #FFF;
	position: absolute;
	bottom: 25%;
	left: 0;
	right: 0;
	z-index: 290;
}

#front-slideshow .slide-info .slide-title {
	display: block;
	border-bottom: solid 1px #FFF;
	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;
	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;
}

#after-header .page-banner {
	position: relative;
}

#after-header .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;
}

#after-header .page-banner img {
	width: 100%;
	height: 156px;
}

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

#after-header .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;
}

#after-header .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;
}


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

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

#block-menu-menu-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;
}

#block-menu-menu-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;
}

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

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

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

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

#before-content .whiteBg-block {
	float: left;
	width: 49.2%;
}

#before-content .whiteBg-block:first-child {
	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: #AAA;
}

#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;
	margin-bottom: 10px;
	border-bottom: solid 1px #AAA;
	line-height: 35px;
	font-size: 0.825em;
	color: #AAA;
}

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

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


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


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

#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 20px 0;
	padding: 0 0 0 20px;
	list-style: outside disc;
	overflow: hidden;
}
#main .content ul li {
	margin: 0 0 20px 0;
}

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

/* 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;
}


/* ===== NEWS =====*/
.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;
	-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 .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 {
	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: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #EEE;
}

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


/* ===== 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: #A69563;
	color: #FFF;
}


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

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

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;
}


/* ===== 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;
}

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;
}