/* LAW CSS ADJUSTMENTS - Nathan Martel */
/* styles-law-custom-nm.css */
/* includes accordion and nested-accordion styling */

/* FACULTY PROFILE */

#faculty-box {
	background-color: #eee;
	display: inline-block;
	width: 100%;
}

#faculty-box div:first-of-type {
	float:left;
	width: 40%;
	padding:20px 0px 30px 30px;
}

#faculty-box img { margin: 0; }

#faculty-box div.info {
	float:left;
	width: 60%;
	padding: 30px;
}

#faculty-box div.info #title {
	font-size: 1.5em;
	font-family: 'Arnhem Blond', Georgia, serif;
	line-height: 1.2em;
	margin: 0 0 25px 0;
	padding-bottom: 0;
	border-bottom: none;
}

#faculty-box div.info #title strong { display: none; }

#faculty-box div.info p {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#faculty-box div.info p:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#faculty-box div.info p strong {
	font-family: 'Antenna Bold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 80%;
	margin-right: 10px;
}

#about h2,
#degree h2,
#programareas h2,
#research h2,
#researchinterest h2,
#affiliations h2,
#awards h2,
#coursestaught h2,
#publications h2 {
	font-family: 'Antenna Bold', Arial, sans-serif !important;
	font-size: 1.4em;
	letter-spacing: 0.015em;
	text-transform: uppercase;
  padding-top: 35px;
  margin-top: 35px;
  margin-bottom: 25px;
  border-top: 1px solid #e1e1e1;
}

#about { margin-top: 35px; }

#about h2 {
	display: none;
}

#about p {
	font-family: 'Arnhem Blond', Georgia, serif;
	font-size: 1.15em;
}


#degree p,
#programareas p,
#research p,
#affiliations p,
#awards p,
#coursestaught p,
#publications p {
/*
	display: list-item;
	list-style: square;
*/
	margin: 0 0 15px 30px;
}

#publications p strong {
	display: inline-block;
	font-family: 'Antenna Bold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.0em;
	margin: 20px 0 0 -30px;
}

#publications h2 + p strong { margin-top: 10px; }

@media screen and (max-width: 992px) {
#faculty-box div:first-of-type {
	width: 100%;
	padding:20px 30px 0px 30px;
}

#faculty-box div.info {
	width: 100%;
	padding: 30px;
}

}


/* FACULTY DIRECTORY */

#searchform {
	margin-top: 15px;
    padding: 25px 45px;
    width: 100%;
    background-color: #EEE;
}

@media screen and (max-width: 400px) {
	#searchform { padding: 15px 25px; }
}

#searchform form {
	margin-bottom: 0;
	width: 100%;
}

/*
#search #searchform input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

input[type="text"] {
    height: 16px;
    font-size: 12px;
    line-height: 16px;
}

*/

#searchform input.input-large {
	padding: 4px 6px;
	color: #373a3c;
	height:36px;
	width: calc(100% - 85px);
	position: relative;
	vertical-align: middle;
/*    float: left;
    height: 18px;
    border-radius: 3px 0 0 3px; */
}

#searchform .btn {
	color: #fff;
    border-color: #6d1637;
    background-color: #6d1637;
    transition: background .2s;
    margin-right: 0;
    margin-left: -5px;
    border: 0;
    border-radius: 0 4px 4px 0;
    height: 36px;
    width: 85px;
	position: relative;
	vertical-align: middle;
}

#searchform .btn:hover, #searchform .btn:active {
/*    color: #c8c8c8;
    border-color: #430d22;
    background-color: #430d22; */
    background-color: #ad2357
}

#tabs.circle > li a {
    top: 1px;
    display: inline;
    font-family: Antenna Bold,Arial,sans-serif;
    font-size: .75em;
    font-weight: 700;
    font-style: normal;
    color: #6d1637;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
    background-color: #fff!important;
    background: #fff!important;
    background: none!important;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
/*    border-bottom: 1px solid #08bcc1!important; */
    outline: #fff;
    text-decoration: none;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    cursor: pointer;
    margin-right: 10px;
}

#directory-alpha #content-tabs {
	margin-bottom: 10px;
}

#directory-specialty .nav-tabs>li>a,
#directory-alpha .nav-tabs>li>a {
	border-radius: 6px;
	background: #e1e1e1;
}

#directory-specialty .nav-tabs>li>a.active,
#directory-alpha .nav-tabs>li>a.active {
	color: #fff;
	background: #981e4d;
}


@media screen and (max-width: 992px) {
#directory-alpha #content-tabs {	width: 100%; }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
#directory-alpha #content-tabs {	width: 74%; }
}

@media screen and (min-width: 1200px) {
#directory-alpha #content-tabs {	width: 85%;	}
}


#content-tabs .nav-tabs {
	border-bottom: none;
	margin-top: 20px !important;
}

#content-tabs .nav-tabs > li {
	min-height:25px;
	margin: 0 3px 10px 0;
}

#directory-alpha #content-tabs .nav-tabs > li > a {
	min-width: 4em;
}


#tabs > li a:hover {
	background: #959595;
	color: #e1e1e1;
}

.directory-letter {
	position: absolute;
	left: 15px;
	font-size: 0.9em;
	color: white;
	font-weight: bold;
	background-color: #333;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

ul.directory-list {
	margin-left: 50px;
	width: auto;
}

ul.directory-list li {
	margin: 0;
	padding: 15px 0 15px 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

ul.directory-list p {
	margin: 0;
}

p.directory-name {
	font-family: 'Antenna Bold', Arial, sans-serif;
	font-weight: normal;
}

p.directory-title {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: .975em;
}

ul.directory-list p a {
	background-image: none;
}

/* ACCORDION PANEL */

#story-accordion { padding-top: 0;}
#story-accordion.container { margin-bottom: 0;}
#accordion { padding: 0 !important; }
h4.accordion { font-family: "Antenna", sans-serif !important; }

/* Align accordion to body content */
#story-accordion > div.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

/* Add missing top border to first accordion panel and bottom border to last accordion panel */
#story-accordion div #accordion:first-of-type { border-top: solid 1px #e1e1e1; }
#story-accordion div #accordion-nested:first-of-type { border-top: solid 1px #e1e1e1; }
.panel-nested:last-child { border-bottom: solid 1px #e1e1e1 !important; }
#story-accordion div #accordion-nested:last-of-type { margin-bottom: 0px; }

/* Nested accordion styles */
#accordion-nested {
	background-color: #f1f1f1;
	padding: 0;
	margin-top: 0 !important;
	width: 100%;
}
#story-accordion div #accordion-nested:first-of-type { border-top: solid 1px #fff; }
#story-accordion div #accordion-nested { border-bottom: solid 1px #fff; }
.panel-nested { border-bottom: solid 1px #fff; padding: 0 20px; }
.panel-nested:last-child { border-bottom: #f1f1f1 !important; }
#accordion-nested .accordion-nested:after { color: #666;}
.panel-nested p, .panel-nested li { color: #575757; }
h4.accordion-nested { color: #666; padding: 0 10px 0 20px; }
h4.accordion, h4.accordion-nested { margin: 12px 0 10px !important; line-height: 2.5em; }

/* Active state adjustments */
h4.accordion.active { color: #000; transition: ease-in-out .2s; }
#accordion .active:after { color: #000; transition: ease-in-out .2s; }
h4.accordion-nested.active { color: #2c2c2c; transition: ease-in-out .2s; }
#accordion-nested .active:after { color: #2c2c2c; transition: ease-in-out .2s; }

/* Align nested accordion to body content */
#accordion > div > .container-fluid { padding-left: 0; padding-right: 0; }
#accordion > div > .container-fluid > .container { padding-left: 0; padding-right: 0; }

#accordion .panel, #accordion-nested .panel { padding-right: 0px; margin-bottom: 0; }

#accordion .panel .boxed {
	padding: 30px;
	margin-top: 10px;
}

#accordion .panel .boxed h6 + p {
	line-height: 1.4em;
}

#accordion .panel p { font-size: .975em; }

/* Adjust +/- position slightly */
/* #accordion .accordion:after { position: relative; bottom: 4px; }
#accordion-nested .accordion-nested:after { position: relative; bottom: 3px; } */
#accordion .active:after, #accordion-nested .active:after { position: relative; right: 3px; }


#story-accordion.alternate h4.accordion {
	text-transform: none;
	font-size: .925em;
}

/* Serif-ify "conversational" accordion panel? */
/*
#story-accordion.alternate .panel p,
#story-accordion.alternate .panel li {
	font-family: 'Arnhem Blond', Georgia, serif;
}
*/


/* Mission accordion panels */
h5.sans-header {
/* Or maybe not sans...? */
	font-family: 'Arnhem Bold', Georgia, serif;
	text-transform: none;
    font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-bottom: 35px;
	margin-top: 5px;
}
.panel h4:first-of-type { margin-top: 5px; }
.panel h4 + .boxed { margin-top: 25px; }
.two-column h6:first-of-type { margin-top:0px; }
.two-column .column-group { display: inline-block; }
/* .two-column .column-group h6.category.bold { color: #825E01; } */
.two-column .column-group ul li { margin: 2px 0; }
@media screen and (min-width: 768px) {
.two-column {
	column-count: 2;
    column-rule: 2px solid #fff;
    column-gap: 60px;
}
}



/* CARDS */

.card {
	margin: 0;
    border-radius: 4px;
    background: #f1f1f1;
    box-shadow: none;
    width: 100%;
}

.card p:last-child {margin-bottom: 0;}

.card-image {
    margin: 0px;
}

.card-block {
    padding: 25px;
}

.card-block p:last-of-type {
	margin-bottom: 0;
}

h5.card-label {
	font-family: 'Antenna', Arial, sans-serif;
	font-size: 90%;
	margin-bottom: 10px;
	line-height: 1.5em;
}

h4.card-title {
	margin-bottom: 10px;
}

.card-title h4 {
	margin: 0px 0 12px 0;
    line-height: 1.1;
}

.card-text {
	font-size: 95%;
}

div.card-text > div.boxed {
	margin-top: 0;
	background-color: #e1e1e1;
}

div.card-block > h5 {
	margin-top: 0px
}


.card-block h5 + div.card-text {
	margin-top: 10px
}

.card button.btn {
	margin-bottom: 5px;
}


/* IMAGE CAROUSEL */

.carousel {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.carousel-caption {
	background-color: transparent;
}

.carousel-caption h4 {
	margin-top: 0;
	color: #272727;
}

.carousel-caption .container-fluid {
	margin: 0;
	padding: 0;
}

.carousel-control.left, .carousel-control.right {
    height: 85%;
}

@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -35px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -35px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	font-size: 40px;
	width: 40px;
	height: 40px;
}
}

p.body.caption {
	font-style: italic;
	font-size: 1em;
	line-height: 1.5em;
/*	color: #959595; */
}

p.body.caption .lead-in {
	font-style: normal;
}


/* LISTS */

ul.link-list li {
	list-style: none;
}

/* Replace bullet with lighter square */
ul.link-list li::before {
  color: #959595;
  content: "\25AA";
  font-size: .95em;
  padding-right: .6em;
  position: relative;
  top: -.1em;
}

ul.link-list li a {
	font-weight: bold;
	font-size: 1.15em;
}

ul.link-list li a.serif {
	font-family: 'Arnhem Blond', Georgia, serif;
	font-size: 1.5em;
}

ul.link-list li p {
	margin-left: 1em;
	font-size: .95em;
	margin-bottom: 10px;
}


ul.recruitment-links {
	margin-left: 10px;
}

ul.recruitment-links li {
	margin: 0;
	padding: 16px 0 13px 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

ul.recruitment-links li:first-of-type {
	border-top: none;
}


/* LISTS - BUTTONS */

div.button-list {
	margin-top: 30px;
}

ul.button-list {
	margin: 30px 0 0 0;
}

p.body + ul.button-list {
	margin: 0;
}

ul.button-list li {
	list-style: none;
	display: inline-block;
}

div.button-list .btn { display: inline-block; }

/* LISTS - ORDERED CIRCLES */

ol.circle-list {
	position: relative;
	padding-left: 42px;
	list-style-type: none;
	margin: 30px 0 30px 10px;
	counter-reset: step-counter;
}
ol.circle-list li {
	counter-increment: step-counter;
	margin-bottom: 20px;
}
ol.circle-list li:last-child {
	margin-bottom: 0;
}
ol.circle-list li::before {
	content: counter(step-counter);
	position: absolute;
	left: 0;
	font-size: 0.9em;
	color: white;
	font-weight: bold;
	background-color: #333;
	border-radius: 28px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-top: -4px;
}
ol.circle-list h6 {
	font-size: 1em;
	margin-bottom: 10px;
}

ol.circle-list li p {
	margin-bottom: 0;
}

ol.circle-list li ul {
	margin-top: 5px;
	margin-left: 20px;
}

ol.circle-list li ul li {
	counter-increment: none;
	margin-bottom: 10px;
}

ol.circle-list li ul li::before {
	content: none;
}

ol.circle-list li ul li ul li {
	margin-bottom: 0px;
	margin-top: 0px;
	list-style: disc;
}


/* STACKABLE TABLE */

/* Hide unnecessary table head and key for very simple tables (like two-column tables of deadlines) */
table.hide-st-key th.st-head-row-main,
table.hide-st-key td.st-key {
    display: none;
}
table.table tbody > tr:nth-child(odd) {
    transition: background .2s;
    background: #ffffff;
}
table.table tbody > tr:nth-child(odd):hover {
    background: #f9f9f9;
}


/* SEARCH */

/*
.results_index dt a, .results_kw, .results_people dt a, .results_kw dt a{
	display: block;
	margin: 30px 0 2px;
	font-family: 'Arnhem Bold', serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
}
*/

/* MISC */

.section-top {
    padding-top: 35px;
    margin-top: 35px;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1;
}

h2.section-top {
	font-family: 'Antenna Bold', sans-serif !important;
	font-size: 1.25em;
}

h3.section-top {
	font-family: 'Antenna Bold', sans-serif !important;
	font-size: 1.35em;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}

h5.section-top { margin-bottom: 5px; }


h5.section-label {
	font-size: 1.3em;
	border-top: 1px solid #ccc;
	padding-top: 40px;
	margin: 40px 0 30px 0;
}

/* Needs more top margin when used as section subheads; hopefully doesn't screw up other uses? */
h5 { margin-top: 30px; }

#accordion h5 { margin-bottom: 15px; }

#admission .panel-body { background-color: #f1f1f1; width: 100%; }
#admission .panel-body ul { margin-bottom: 5px; padding-right: 30px; }

.no-border {
	border: none !important;
}

.inline-block {
	display: inline-block !important;
}

.boxed-group .body-group p.body {
	line-height: 1.6em;
	font-size: 1em;
	padding: 0;
}

.boxed-group .body-group p.body .leadin {
	font-size: 1em;
}

#about-chicago-container { position: relative; top:170px; height:600px; }

.flex-equal-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

p.intro {
	font-family: 'Arnhem Blond', serif;
	font-size: 1.15em;
	line-height: 1.8em;
}

p.intro .leadin, p.alternate .leadin {
	font-family: 'Arnhem Bold', serif;
	font-size: 1.0em;
	letter-spacing: .015em;
}

.standard-lead-photo img { margin: 0; }

.caption-box {
    padding: 25px 30px 25px 30px;
    background-color: #e1e1e1;
    margin-bottom: 40px;
}

.caption-box p {
    padding: 0;
    margin: 0;
    font-size: .925em;
    line-height: 1.5;
    color: #2c2c2c;
}

/* Add shading to hero image */
#heroColumn {
	position: relative;
}
#heroTransition {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
}


/* FACULTY » PUBLICATIONS */

div.publication-story {
	border-top: 1px solid #ccc;
	padding-top:35px;
	margin-top: 35px;
}

.publication-story h5 {
	margin: 0 0 25px 0;
    font-size: 1.15em;
}

.publication-square-image {
	height: 130px;
	width: 130px;
	margin: 0px 30px 0 0;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.publication-square-image img {
	margin: 0 !important;
	height: 100%;
	max-height: 100%;
	width: auto;
}

.publication-group {
	width: 570px;
	display: inline-block;
}

.publication-group .boxed {
	padding: 20px;
	margin: 0 0 20px 0;
}

.publication-group .publication-citation p, .citation {
	font-family: Courier;
	font-size: 1.0em;
	line-height: 1.375em;
	margin: 0;
}

.publication-group .publication-body p {
	margin-bottom: 0;
}

h5.section-top + div.boxed { margin-top: -10px; }

.citation {
	font-size: 0.95em;
}

/* NUMBERS - fixes for code-only "multiple" set of three numbers across all programs */

#Numbers .col-md-12 .col-md-4 { padding-left: 40px; padding-right: 30px; }
#Numbers .col-md-12 .col-md-4:first-of-type { padding-left: 0px; }
#Numbers .col-md-12 .col-md-4:last-of-type { padding-right: 0px; }
#Numbers .col-md-12 .col-md-4 p { margin-bottom: 0; }


@media screen and (min-width: 768px) {
	#Numbers .col-md-12 {
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
	#Numbers .rule-left { border-left: 1px solid #d5d5d5; }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#centerColumn.col-md-9 #Numbers .col-md-4.rule-left { padding-left: 30px; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#Numbers .col-md-12 .col-md-4:first-of-type { padding-right: 25px; }
	#Numbers .col-md-12 .col-md-4:nth-of-type(2) { padding-left: 25px !important; padding-right: 25px; }
	#Numbers .col-md-12 .col-md-4:last-of-type { padding-left: 25px !important; }
}

@media screen and (max-width: 767px) {
	#Numbers .rule-left { border-left: none; }
	#centerColumn.col-md-9 #Numbers .col-md-4 { padding: 30px 0; border-bottom: 1px solid #d5d5d5; }
	#centerColumn.col-md-9 #Numbers .col-md-4:first-of-type { padding-top: 0; }
	#centerColumn.col-md-9 #Numbers .col-md-4:last-of-type { border-bottom: none; }
}



/* #OUTCOMES ADJUSTMENTS (in Program pages) */

/* Very hacky fix for Program pages profiles to solve inconsistencies in sm/md/lg grid breakpoints */
@media screen and (min-width: 768px) {
	#Outcomes .col-md-4 { float:left; }
}

/* Pull in quotes a bit */
	#Outcomes blockquote { font-family: 'Arnhem Bold' !important; font-size: 100% !important; padding-right: 25px !important; line-height: 1.6em; color: #525252; }
	#Outcomes p.name { font-size: 1.25em; line-height: 1.25em; margin-top: 15px !important }
	#Outcomes p.number { font-size: .8em !important; margin-bottom: 12px; }

/* Adjust mobile */
@media screen and (max-width: 767px) {
	#Outcomes .col-md-4 { padding-right: 0; margin-bottom: 30px; }
	#Outcomes .col-md-4:last-of-type { margin-bottom: 0px; }
	#Outcomes p.name { font-size: 1.6em; line-height: 1.4em; margin-top: 15px !important; }
	#Outcomes p.number { font-size: 0.9em !important; }
	#Outcomes blockquote { font-size: 1.15em !important; line-height: 1.65em; }
}


/* RESPONSIVE ADJUSTMENTS */

@media screen and (max-width: 991px) {
	#audience-directory-header { height: 10px; padding: 0; }
	#global-header { margin-top: 10px }
	#law-interior { margin: 50px auto 0px !important; }
	#story-wrapper-law { margin-top: 155px; }
	#topColumn .col-md-9 { max-width: 100%; }
	#centerColumn { margin-bottom: 50px; }

	/* Make Hero image a bit taller */
	#heroColumn { height: 250px; }
	#heroColumn img {
	    object-fit: cover;
	    width: auto;
	    max-width: 100%;
	    height: 100%;
	    flex-shrink: 0;
	}
	#rightColumn.col-md-3 {
    	padding: 35px 30px;
	    border-left: none;
		border-top: 1px solid #ccc;
		margin-top: 35px;
	}
	#rightColumn .aside-quote { font-size: 120%; }

	/* Prevent search bar from collapsing between 768px and 992px */
	#mobile-luc-search .form-inline .input-group .input-group-btn { width: 1%; }

}

/* Reset medium overrides of max-width for small (tablet) sizes */
@media screen and (min-width: 768px) and (max-width: 991px) {
	#centerColumn, #rightColumn { max-width: 100%; }
}


@media screen and (max-width: 767px) {
	h1.display { font-size: 3.75em; line-height: 1.0; }
	h2.label-chapter-secondary.black, h3.standalone, h3.standalone-alternate { font-size: 1.8em; }
	#topColumn { margin-bottom: 15px; }
	#heroColumn { height: 205px; }
}

@media screen and (max-width: 400px) {
	#law-interior.container { padding-left: 5px; padding-right: 5px; }
	#story-wrapper-law { margin-top: 150px; }
	#heroColumn { height: 160px; }
	h1.display { font-size: 3.4em; }
	h2 { font-size: 1.75em !important; }
	h2.label-chapter-secondary.black, h3.standalone, h3.standalone-alternate { font-size: 1.6em; }

	#rightColumn.col-md-3 {
		float: none;
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-bottom: 60px !important;
		min-width: initial !important;
		width: calc(100% - 30px) !important;
		padding: 35px;
		background-color: #f1f1f1;
		border-top: none;
	}
}




/* IE10 fixes */

.card-deck {
	display: -ms-flexbox;
	display: flex;
    ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card-deck .card {
	ms-flex: 1 0 0;
	flex: 1 0 0;
}

@media screen and (min-width: 768px) {
.col-md-12 {
	ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
}


/* FIXES */

ul li a, ol li a { font-weight: bold; }

h1 span.maroon, h2 span.maroon, h3 span.maroon, h4 span.maroon, h5 span.maroon, h6 span.maroon, p span.maroon { background-color: transparent; }

p a { background-image: none; line-height: inherit; }

p a.cta { white-space: nowrap; line-height: 2.2em; background-image: none; }

#law-interior ul,
#law-interior ol {
	float: none;
	list-style-position: outside;
	padding-right: 20px;
}

#cards .col-sm-12 { padding: 15px; }

#law-interior h2.label-chapter-secondary { margin-bottom: 20px; }

.card { background: #f1f1f1; }

.panel.show { max-height: none; }

#story-refer-panel.equal-box-container .equal-box, #story-refer-panel img.image-object-cover {
    height: auto;
}

/* Check this one? Should be stack*T*able? */
.stackable td { width: auto; }

/* Put some space between quotes and numbers */
#rightColumn div.aside-icon + div.aside-quote,
#rightColumn div.aside-quote + div.aside-icon,
#rightColumn div.aside-icon + div.aside-icon,
#rightColumn div.aside-quote + div.aside-quote {
	border-top: 1px solid #ccc;
	margin-top: 35px !important;
	padding-top: 35px !important;
}

/* Fix Safari column wrapping bug */
.row:before, .row:after{
   display: none;
}

/* Add line between 'Links' dropdown and nav menu in mobile/tablet navigation */
#luc-footer ul#accordion.luc-cta {
border-bottom: 1px solid rgba(0,0,0,.35);
}
