/*
	ISBA main theme styles
	Branding red: #87212e
*/

/* --------------- Formatting --------------- */

html { /* Browser fixes; Prevent iOS text size adjust after orientation change */
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html {
	color: #424a52;
	font: 400 14px/1.5 "Open Sans",sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #424a52;
	font: 400 1rem/1.5 "Open Sans",sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
}
header, nav, main, footer, article, section, aside { /* HTML5 support */
	display: block;
}

p, address, ul, ol, li, dt, dd, td, th {
	line-height: 1.5;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
sup, sub {
	font-size: 0.786em;
}

/* Links */
a {
	text-decoration: none;
	font-weight: 600;
	transition: color .2s, background-color .2s;
}
a:link {
	color: #87212e;
}
a:visited {
	color: #b0384b;
}
a:hover, a:active {
	text-decoration: underline;
}

/* No color links (typically for redundant heading links) */
a.no-color,
a.no-color:link,
a.no-color:visited {
  color: #222a32;
}

/* Force breaks in long links */
/* From https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
main a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
}


/* Link button */
.button,
.button:link {
  display: inline-flex; /* Prevent wrapping under icon */
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0.8rem 2.2rem;
	cursor: pointer;
	border: none;
	border-radius: 2.14rem;
	background-image: none;
	background-color: #87212e;
	color: #fff;
	font-size: 0.928rem;
	font-weight: 700;
	font-family: "Open Sans",sans-serif;
	line-height: 1.1;
	text-decoration: none;
	letter-spacing: 0.023rem;
	text-shadow: none;
	text-transform: uppercase;
	text-align: center;
}
  .button:visited {
  	background-color: #87212e;
    color: #fff;
  }
	.button:hover, .button:active {
		background-color: #b80235;
		border: none;
		color: #fff;
		text-decoration: none;
	}
	.button.disabled, .button[disabled] {
		opacity: 0.4;
		cursor: default;
	}
	.button.disabled:hover, .button.disabled:active,
	.button[disabled]:hover, .button[disabled]:active {
		background-color: #b80235;
	}

/* Teal color */
.button-highlight, .button-highlight:link, .button-highlight:visited {
	background-color: #2b3d47;
}
	.button-highlight:hover, .button-highlight:active {
		background-color: #425d6a;
	}

/* Font Awesome icons */
.button > svg,
.button > i.fas {
  margin-right: 0.7em;
}

.button.small {
	font-size: 0.857rem;
}
.button.big {
	font-size: 1.14rem;
}

/* Inline read more links */
.links > .node-readmore .fa-chevron-right {
	margin-left: 0.5em;
	font-size: 0.785em;
	vertical-align: baseline;
}



/* Paragraphs and text */
p {
	margin: 0 0 1.6em;
}
address {
	font-style: normal;
	margin: 0 0 1.6em;
}

blockquote { /* Just indent */
	display: block;
	margin: 0 0 2rem 2.6rem;
	padding: 0;
}

.pullquote {
	position: relative;
	display: block;
	padding: 1.1rem 1rem 1.1rem 5.2rem;
	margin: 0 0 1.6em;
	border-left: 15px solid #87212e;
	font-size: 1.15rem;
}
	.pullquote::before {
		content: "\201C";
		position: absolute;
		top: 0;
		left: 1.4rem;
		display: block;
		color: #ccc;
		font: bold 6rem/1 Georgia, serif;
	}

blockquote p,
.pullquote p {
	margin-bottom: 0.8em;
}
blockquote > *:last-child,
.pullquote > *:last-child {
	margin-bottom: 0;
}
blockquote.rightbox { /* Within right box */
  padding: 3rem 1.4rem 1.4rem;
}

quote, code {
	margin: 0.6em 0;
}

small,
.small {
	font-size: 0.928em;
}
.intro {
  font-size: 1.357em;
}

big,
.big {
	font-size: 1.14em;
}

.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignjustify {
	text-align: justify;
}

/* More links (requires FontAwesome icons) */
.link-wrapper {
  margin: 2.4em 0 1.6em;
}
.more svg,
.more i.fas,
.link-wrapper svg
.link-wrapper i.fas { /* Bottom node links */
	margin-right: 0.5em;
	vertical-align: 0;
	font-size: 0.785em;
}

/* More links (includes arrow icons) */
a.more,
a.back {
  display: inline-block;
  padding-left: 0.9em;
}
a.more::before,
a.back::before {
  content: "";
  float: left;
  position: relative;
  top: 0.32em;
  height: 1em;
  width: 0.45em;
  margin-left: -0.9em;
  background: url("../images/bullet-chevron-right-solid.svg") no-repeat 0 50%;
  background-size: auto 80%;
}
a.back::before { /* Flip image */
  transform: scaleX(-1);
}


.highlight {
	font-weight: 600;
}
strong.highlight,
b.highlight,
.highlight strong,
.highlight b {
	font-weight: 700;
}
h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight {
	font-weight: 800;
}


/* CKEditor indentation */
.rteindent1, .indented {
	margin-left: 2rem;
}
.rteindent2 {
	margin-left: 4rem;
}
.rteindent3 {
	margin-left: 6rem;
}
.rteindent4 {
	margin-left: 8rem;
}

/* IBJ styles */
.scopenote {
	font-size: 128.5%;
	line-height: 1.3;
}
	p.scopenote {
		margin-bottom: 1.5em;
	}

.dropcap::first-letter {
  float: left;
  font-size: 2.5em;
  line-height: 0.4;
  padding-top: 0.3em;
  padding-right: 0.15em;
  padding-left: 0.1em;
}

.author {
	margin: 0 0 1.4em;
	padding-top: 1.4em;
	border-top: 3px solid #d3d8db;
	color: #424a52;
}
	.author p {
		margin: 0;
		color: #424a52;
	}

.footnotes {
	margin: 0 0 1.5em;
	padding-top: 1.4em;
	border-top: 3px solid #d3d8db;
	color: #424a52;
	font-size: 92.8%;
}
	.footnotes p {
		margin-bottom: .3em;
	  color: #424a52;
  }

/* *** Box check */
.box-large {
	margin: 0 0 1.8em;
	padding: 9px;
	border: 3px solid #d3d8db;
	background-color: #e8eaeb;
	font-size: 120%;
}
	.box-large > *:last-child {
		margin-bottom: 0;
}


/* Sponsored content bar */
.sponsored {
  margin: 0 0 1.4rem;
  padding: 0.5rem 1rem;
  background-color: #eee;
  text-align: center;
  font-size: 1.214em;
  font-weight: 600;
  font-family: "Raleway",sans-serif;
}


/* Membership visibility classes (mutually exclusive: anonymous or logged-in non-members or logged-in members) */
body:not(.is-member):not(.cke_editable) .members-only,
body.not-logged-in:not(.cke_editable) .members-only {
	display: none;
}
	body.cke_editable .members-only { /* CKEditor support */
		background-color: #ffddd8;
		outline: 2px dotted #cc9597;
	}

body.is-member:not(.cke_editable) .not-member,
body.not-logged-in:not(.cke_editable) .not-member {
	display: none;
}
	body.cke_editable .not-member {
		background-color: #d4edda;
		outline: 2px dotted #abce72;
	}

body.logged-in:not(.cke_editable) .anonymous {
	display: none;
}
	body.cke_editable .anonymous {
		background-color: #e2f9ff;
		outline: 2px dotted #a0cfdf;
	}


/* Images */

img {
  max-width: 100%;
  height: auto;
}
a img {
	border: none;
}

/* Floating images */
.floatleft {
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}
.floatright {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

/* Prevent floating on smaller columns; added by script */
.floatleft.no-float,
.floatright.no-float,
.photo.floatleft.no-float,
.photo.floatright.no-float {
  display: block;
  float: none;
  margin: 0 auto 1.5em;
}
.columns > *:last-child > .no-float:last-child,
.columns > * > *:last-child > .no-float:last-child {
  margin-bottom: 1.5em;
}

figure /* Limit caption width */ {
	display: table;
	margin-left: 0;
	margin-right: 0;
}
figure.image.cke_widget_element { /* CKEditor reset size */
	display: table;
}
body.cke_editable .cke_widget_wrapper.cke_widget_inline.cke_widget_image { /* CKEditor fix for image wrapper */
	display: inline;
}

	/* Allow for centering figures */
	.aligncenter figure,
	.aligncenter figure.image.cke_widget_element,
	figure.aligncenter,
	figure.aligncenter.image.cke_widget_element {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

figure.floatright.no-float,
figure.floatleft.no-float {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* Document icons */
a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px 0 5px;
	vertical-align: middle;
	background: url("../images/icon_pdf@2x.png") no-repeat;
	background-size: 14px auto;
}
a[href$=".doc"]::after,
a[href$=".docx"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px 0 5px;
	vertical-align: middle;
	background: url("../images/icon_doc@2x.png") no-repeat;
	background-size: 14px auto;
}
a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px 0 5px;
	vertical-align: middle;
	background: url("../images/icon_xls@2x.png") no-repeat;
	background-size: 14px auto;
}
a[href$=".ppt"]::after,
a[href$=".pptx"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px 0 5px;
	vertical-align: middle;
	background: url("../images/icon_ppt@2x.png") no-repeat;
	background-size: 14px auto;
}
a[href$=".wpd"]::after,
a[href$=".wp5"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px 0 5px;
	vertical-align: middle;
	background: url("../images/icon_wpd@2x.png") no-repeat;
	background-size: 14px auto;
}

a.no-icon::after { /* Manually remove document icon */
	content: none;
	margin: 0;
	background: none;
}
.field-icon-application-pdf { /* Delete filefield icons */
	display: none;
}


/* Documents list */
.node .content .field-name-field-documents {
	clear: both;
	display: inline-block;
	margin: 2em 0 1em;
	padding: 1.1em;
	background-color: #f5f5f5;
	border: none;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #ebebeb;
}
	.node .content .field-name-field-documents::after { /* Clear after floats */
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}

.node .content .field-name-field-documents .field-items > .field-item {
	margin: 0 0 1em;
	line-height: 1.3;
}
	.node .content .field-name-field-documents .field-items > .field-item:last-child {
		margin-bottom: 0;
	}

.node .content .field-name-field-documents .file .file-icon { /* Hide file list document icons */
	display: none;
}


/* *** Still needed? */
img.photo, .photo img /* Rounded corner photos */ {
	position: relative;
	padding: 0;
	border: 1px solid #9d9d9d;
	background-color: #9d9d9d;
	border-radius: 6px;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.38);
}
.photo img {
	display: block;
}
	.aligncenter .photo img {
	  margin-left: auto;
	  margin-right: auto;
	}

/* CKEditor fix for intro photo */
body.cke_editable .intro .cke_widget_image {
	display: block;
}

.photo.floatleft {
	margin: 0 1em .9em 0;
}
.photo.floatright {
	margin: 0 0 .8em .9em;
}


/* Dynamic image captions (uses alt text from img.captioned) */
.caption-wrap {
	display: block;
	margin-bottom: 1em;
}
	.aligncenter > .caption-wrap {
		margin: 0 auto;
		text-align: left;
	}

figcaption, .caption-wrap .caption-text {
	display: table-caption;
	caption-side: bottom;
	margin: 7px 4px;
	color: #555;
	font: normal 0.857rem/1.3 "Open Sans",sans-serif;
}

a .caption-wrap > .caption-text {
	text-decoration: none;
	cursor: pointer;
}
	a:link .caption-text {
		color: #255fb6;
}
	a:visited .caption-text {
		color: #043e95;
}
	a:hover .caption-text, a:active .caption-text {
		color: #424a52;
}

.caption-wrap > img {
	clear: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}


/* Badges */
.badge {
	display: inline-block;
	min-width: 10.9em;
	margin-bottom: 1.1em;
	padding: 8px 13px 8px 41px;
	border: 1px solid #eee;
	border-radius: 18px;
	background: #f5f5f5 none no-repeat 9px 50%;
	font-weight: 700;
}

.badge-probono {
	background-image: url("../images/badge_probono@2x.png");
	background-size: 24px auto;
	background-position: 9px 50%;
}
.badge-presidentsclub {
	background-image: url("../images/badge_presidentsclub@2x.png");
	background-size: 31px auto;
	background-position: 5px 50%;
}
.badge-founderscircle {
	background-image: url("../images/badge_founderscircle@2x.png");
	background-size: 26px auto;
	background-position: 8px 50%;
}

a.badge {
	transition: background-color .05s linear;
}
	a.badge:hover {
		border-color: #e7e7e7;
    background-color: #e8e8e8;
    text-decoration: none;
  }
.group .badge /* On gray background */ {
	border-color: #e8e8e8;
	background-color: #fefefe;
}
	.group a.badge:hover {
		border-color: #e0e0e0;
    background-color: #eaeaea;
  }



/* Separators */
hr {
	color: #eee;
	background-color: #eee;
	height: 3px;
	margin: 2.5rem 0;
	padding: 0;
	border-width: 0;
	overflow: hidden;
}

/* *** Still needed? */
hr.break /* Larger break */ {
	margin: 2.5em 0 2em;
}


/* ----- Headings ----- */

h1, h2, h3, h4, h5, h6, .subheading {
	margin: 0 0 0.6em;
	padding: 0;
	color: #22343e;
	font-weight: 600;
	line-height: 1.2;
	font-family: "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures; /* Prevent "ff" ligatures */
}

/* 50px */
h1 {
	margin-bottom: 0.5em;
	font-size: 3.4285rem;
	line-height: 1.1;
}
h2.big,
h2 big,
h2 .big {
	font-size: 3.4285rem;
	line-height: 1.1;
}

/* 32px */
h2,
h3.big,
.subheading { /* .subheading is for older IBJ articles */
	font-size: 228.57%;
}
h3 big,
h3 .big {
  font-size: 133.33%;
}

/* 24px */
h3,
h2.small,
h4.big {
	font-size: 171.43%;
}
h2 small,
h2 .small {
  font-size: 75%;
}
h4 big,
h4 .big {
  font-size: 133.33%;
}

/* 18px */
h4,
h3.small,
h5.big {
	font-size: 128.57%;
}
h3 small,
h3 .small {
  font-size: 75%;
}
h5 big,
h5 .big {
  font-size: 112.5%;
}

/* 16px */
h5,
h4.small,
h6.big {
	font-size: 114.28%;
}
h4 small,
h4 .small {
  font-size: 88.88%
}
h6 big,
h6 .big {
  font-size: 114.28%;
}

/* 14px */
h6,
h5.small {
	font-size: 100%;
	margin-bottom: 0.2em;
}
h5 small,
h5 .small {
	font-size: 87.5%;
}


/* Heading bar */
h2.bar {
	margin: 0 0 1.4rem;
	padding: 1em 1.4rem;
	background-color: #87212e;
	color: #fff;
	font-size: 150%;
}
h2.bar a {
  color: #fff;
  text-decoration: underline;
}
h2.bar a:hover {
  text-decoration: none;
}
h2.bar > svg,
h2.bar > i.fas { /* Font Awesome icons */
  margin-right: 0.7em;
  font-size: 0.85em;
  vertical-align: baseline;
}

/* Wrap long headings */
/* *** Move to mobile styles only on https://new.isbadev.org/leadership */
@media only screen and (max-width: 767px) {
  main h2,
  main h3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-break: normal;
  }
}


/* ----- Lists ----- */

ul, .item-list ul, ul.menu {
	margin: 0 0 2em;
	padding: 0;
	list-style-type: none;
	list-style-image: url("../images/bullet.svg");
}
	ul > li, .item-list ul > li, ul.menu > li {
		margin: 0 0 0.8em 1.1em;
		padding: 0;
		list-style-type: none;
	}

li > ol,
li > ul {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

ul.links > li /* Inline links */ {
	background-image: none;
	padding-left: 0;
	margin: 0 1em 0 0;
}
	ul.links > li:last-child {
		margin-right: 0;
}

ul.simple > li /* No bullets */ {
	list-style:none;
	margin-left: 0;
}

/* Drupal contextual links */
ul.contextual-links {
	list-style: none;
}
ul.contextual-links > li {
	margin: 0 !important;
	padding: 0;
}
ul.contextual-links > li > a {
	text-transform: none;
	font-weight: normal !important;
}

/* Block lists */
ul.link-list,
div.link-list ul:not(.contextual-links):not(.links) {
  margin: 0 0 1.8em;
  padding: 0;
  list-style: none;
}

ul.link-list > li,
div.link-list ul:not(.contextual-links):not(.links) > li {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

ul.link-list > li:not(:first-child),
div.link-list ul:not(.contextual-links):not(.links) > li:not(:first-child) { /* Overlap previous border, except for first child */
  border-top: 1px solid #ddd;
  margin-top: -1px;
}

  /* Entire list item is clickable through script; stretch edges upon hover */
  ul.link-list > li.hover,
  div.link-list ul:not(.contextual-links):not(.links) > li.hover {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f5f5f5;
    cursor: pointer;
  }

  @media only screen and (max-width: 414px) { /* Reduced edge padding on mobile */
    ul.link-list > li.hover,
    div.link-list ul:not(.contextual-links):not(.links) > li.hover {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* Alternate stretching size within rightbox */
  .rightbox ul.link-list > li.hover,
  .rightbox div.link-list ul:not(.contextual-links):not(.links) > li.hover {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

ul.link-list > li .link a,
ul.link-list > li a.link,
div.link-list ul > li .link a,
div.link-list ul > li a.link,
ul.link-list > li .link > span {
  display: block;
  margin: 0 0 .7em;
	font: 600 114.28%/1.2 "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures;
}
ul.link-list > li.hover .link a:hover,
ul.link-list > li.hover a.link:hover,
div.link-list ul > li.hover .link a:hover,
div.link-list ul > li.hover a.link:hover {
  text-decoration: none;
}

/* Remove extra bottom whitespace */
ul.link-list > li > *:last-child,
ul.link-list > li > *:last-child > *:last-child,
ul.link-list > li > *:last-child > *:last-child > *:last-child,
div.link-list ul:not(.contextual-links):not(.links) > li > *:last-child {
  margin-bottom: 0;
}

/* Separator */
.link-list .sep {
  font-size: 0.9285em;
  color: #666;
}

ul.link-list > li::after,
div.link-list ul:not(.contextual-links):not(.links) > li::after { /* Clear after floats */
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* Checkbox lists */
ul.checkmarks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 0 1.2em;
  justify-items: start;
  align-items: start;
  list-style-image: none;
  font-size: 1.14em;
}
ul.checkmarks > li {
  position: relative;
  min-height: 38px;
  margin-left: 0;
  padding-top: 14px;
  padding-left: 57px;
}
ul.checkmarks > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 52px;
  width: 52px;
  background-image: url("../images/bullet-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

ul.checkmarks > li.unchecked::before {
  background-image: url("../images/bullet-no-check.svg");
}


/* Icon lists */
ul.icons {
  margin: 0 0 2rem;
  padding: 0;
  list-style-image: none;
}

ul.icons > li {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0.4rem 0 0 75px;
}
  ul.icons > li::after { /* Clear after floats */
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

ul.icons > li img {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 1.5rem -75px;
  width: 60px;
  height: auto;
  max-height: 60px; /* Prevent tall icon blow-out */
}

ul.icons.large > li { /* Larger icons */
  padding-left: 115px;
}
ul.icons.large > li img {
  margin-left: -115px;
  width: 100px;
  max-height: 100px; /* Prevent tall icon blow-out */
}

ul.icons.lower > li { /* Push down text; closer to vertically centered icons */
  padding-top: 1.2rem;
}
ul.icons.lower > li img {
  margin-top: -1.2rem;
}

ul.icons.circles > li { /* Icons within circles */
  padding-top: 0.3rem;
}
ul.icons.circles > li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #eee;
  border-radius: 40px;
}
ul.icons.circles > li img {
  width: 40px;
  max-height: 40px; /* Prevent tall icon blow-out */
  margin-top: -0.3rem;
  padding: 10px;
}


/* Fallback flexbox for IE grid design */
ul.icons.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.icons.grid > * {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(50% - 1em - 75px); /* 2 columns */
}
.columns ul.icons.grid > * { /* Collapse flexbox with columns */
  min-width: 90px;
}

/* Grid support */
@supports (display: grid) {
  ul.icons.grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .columns ul.icons.grid > * { /* Undo flexbox */
    min-width: none;
  }
}

ul.icons.grid > li {
  padding-right: 1em;
  line-height: 1.4;
}

/* Collapse grid within columns */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .columns ul.icons.grid {
    grid-template-columns: repeat(1, 100%);
  }
}
@media only screen and (max-width: 550px) {
  .columns ul.icons.grid {
    grid-template-columns: repeat(1, 100%);
  }
}

ul.icons h2,
ul.icons h3,
ul.icons h4,
ul.icons h5 {
  margin-bottom: 0.4em;
}


/* Wrapping lists */
ul.columns-two,
div.columns-two {
	columns: 2 3rem;
}
ul.columns-three,
div.columns-three {
	columns: 3 3rem;
}
ul.columns-two > *,
div.columns-two > *,
ul.columns-three > *,
div.columns-three > * /* Prevent break within list item */ {
	-webkit-column-break-inside: avoid;
	-moz-break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
}

@media only screen and (max-width: 640px) {
  ul.columns-two,
  div.columns-two,
  ul.columns-three,
  div.columns-three {
    columns: auto;
  }
}


/* Ordered lists */
ol {
	margin: 0 0 2em 33px;
	padding-left: 0;
}
ol > li {
  margin-bottom: 0.8em;
	list-style-type: decimal;
	background-image: none;
}
ol > li ol > li, ol.upper-alpha {
	list-style-type: upper-alpha;
}
ol > li ol > li ol > li, ol.upper-roman {
	list-style-type: upper-roman;
}
ol > li ol > li ol > li ol > li {
	list-style-type: lower-alpha;
}
ol > li ol > li ol > li ol > li ol > li {
	list-style-type: lower-roman;
}


/* Definition lists */
dl {
	margin: 0 0 2em;
}
	dl > dt {
		display: block;
		margin: 1em 0 0;
		padding: 0;
		font-weight: 600;
	}
	dl > dd {
		margin: 0.1em 0 0;
		padding: 0;
	}



/* ----- Tab panels ----- */

div.tabs-links {
  margin: -1em 0 2.8em;
  padding: 1.5em 0 0;
  overflow-y: hidden;
}

div.tabs-links > ul {
  display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 0 1em;
}

.tabs-links.space-evenly > ul {
	justify-content: space-evenly;
}
.tabs-links.center > ul {
	justify-content: center;
}

.tabs-links ul > li {
  margin: 0 1em -1px;
  padding: 1em 2em;
  border: 1px solid transparent;
  list-style: none;
  text-align: center;
  cursor: pointer;
}

.tabs-links ul > li.hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}


.tabs-links ul > li.active {
  border-color: #ddd;
  border-bottom-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.tabs-links ul > li a:hover {
  text-decoration: none;
}

.tabs-links ul > li p {
  margin-bottom: 0.5em;
  text-align: center;
}
.tabs-links ul > li div {
  text-align: center;
}
.tabs-links ul > li > *:last-child,
.tabs-links ul > li > *:last-child > *:last-child {
  margin-bottom: 0;
}

/* Checkmark tabs */
.tabs-links ul.checkmarks > li {
  min-height: 0;
  padding: 1em 1.4em 1em 3.9em;
}
.tabs-links ul.checkmarks > li::before {
  top: 1px;
  left: 0.7em;
}
.tabs-links ul.checkmarks > li:not(.active)::before {
  background-image: url("../images/bullet-no-check.svg");
}



dl.tabs {
  margin: 0 0 2em;
  padding: 0 0 1em;
}

/* Links */
dl.tabs > dt {
  margin: 0 0 0.9em;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}
dl.tabs > dd + dt { /* Space between collapsed buttons */
  margin-top: 2em;
}

dl.tabs > dt button.toggle {
  margin: 0 0 0.6em;
  padding: 0;
	border: none;
	border-radius: 0;
	letter-spacing: inherit;
	text-shadow: inherit;
	background: none;
	color: #87212e;
	font-weight: 600;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	text-align: inherit;
	transition: color 0.2s;
}
dl.tabs > dt button.toggle h2,
dl.tabs > dt button.toggle h3,
dl.tabs > dt button.toggle h4,
dl.tabs > dt button.toggle h5,
dl.tabs > dt button.toggle h6 {
  position: relative;
  top: 0.2rem; /* Align with arrow */
  margin: 0;
	color: #87212e;
	transition: color 0.2s;
}
dl.tabs > dt button.toggle:hover,
dl.tabs > dt button.toggle:hover h2,
dl.tabs > dt button.toggle:hover h3,
dl.tabs > dt button.toggle:hover h4,
dl.tabs > dt button.toggle:hover h5,
dl.tabs > dt button.toggle:hover h6 {
	color: #b0384b;
}

dl.tabs > dt button.toggle * {
  display: inline-block;
}

/* Carrot icon */
dl.tabs > dt button.toggle i,
dl.tabs > dt button.toggle svg {
  position:relative;
  top: 0.2rem; /* Vertically center arrow */
  margin-right: 0.55rem;
  font-size: 1.6rem;
  will-change: transform;
  transition: transform 0.15s;
}
dl.tabs > dt.open button.toggle i,
dl.tabs > dt.open button.toggle svg {
  transform: rotate(90deg) translateX(1px) translateY(2px);
}
@media (prefers-reduced-motion: reduce) {
  dl.tabs > dt button.toggle i,
  dl.tabs > dt button.toggle svg {
    transition: none;
  }
}

/* Tab content panel */
dl.tabs > dd {
  margin: 0 0 2.6em 1.5rem;
}
@media only screen and (max-width: 767px) {
  dl.tabs > dd { /* Remove left padding on mobile */
    margin-left: 0;
  }
}

dl.tabs > dd::after { /* Clear after floats */
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
dl.tabs > dd > *:last-child { /* Reduce bottom padding */
  margin-bottom: 0;
}
dl.tabs > dd:last-child { /* Last item */
  padding-bottom: 0;
  border-bottom: 0;
}


/* Forms */
form {
	margin: 0;
	padding: 0;
}
form .processing-mark { /* Spinning FontAwesome icon */
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: .95rem;
  right: .95rem;
  color: #424a52;
  font-size:1.6rem;
	transition-property: opacity, visibility;
	transition-duration: .2s, 0s;
	transition-delay: 0s, .2s;
}
form.group-inline .processing-mark {
  top: 1.45rem;
}
  form.processing {
    position: relative;
  }
  form.processing .processing-mark {
		opacity: 1;
		visibility: visible;
		transition-delay: 0s, 0s;
	}

.form-item {
  margin-top: 1em;
  margin-bottom: 1.6em;
}

label.option { /* Checkbox/radio button labels */
	vertical-align: middle;
}
label:not(.option) {
  clear: both;
  display: block;
	margin-bottom: 0.25em;
	color: #22343e;
	font-size: 1.07em;
	font-weight: 600;
}

/* Other radio buttons */
input[type=checkbox] + label,
input[type=radio] + label {
  clear: none;
  display: inline-block;
}
.form-checkboxes input[type=checkbox] + label,
.form-checkboxes input[type=radio] + label { /* Fix wrapping for lists of multiple checkboxes */
  display: inline;
}

.description,
.form-item .description {
  clear: both;
	margin: 0.25em 0 0.75em;
	line-height: 1.4;
	color: #686868;
	font-size: 0.85em;
	font-weight: 400;
}
.form-item label + .description {
  margin-top: 0.4em;
  margin-bottom: 0.6em;
}

input, select, textarea {
	font: 1em/1.3 "Open Sans",sans-serif;
	color: #000;
	vertical-align: middle;
}
input.form-text,
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password] {
  width: auto;
  max-width: calc(100% - 2rem - 2px);
  margin-left: 0;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  /* Stretch full width on mobile */
  input.form-text,
  input[type=text],
  input[type=email],
  input[type=search],
  input[type=tel],
  input[type=password] {
    width: calc(100% - 2rem - 2px);
  }
  select {
    width: 100%;
  }

  /* Unless it has a prefix */
  .field-prefix + input.form-text,
  .field-prefix + input[type=text],
  .field-prefix + input[type=email],
  .field-prefix + input[type=search],
  .field-prefix + input[type=tel],
  .field-prefix + input[type=password] {
    width: auto;
  }
}

textarea {
  width: calc(100% - 2rem - 2px);
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input.form-text[readonly],
textarea[readonly],
select[readonly] {
	color: #888;
}
span.form-required {
	color: #ffae00;
}


/* Submit buttons */
input[type=submit], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.6em 0.9em;
	cursor: pointer;
	border: 1px solid #4c4c4c;
	border-radius: 2.14rem;
	color: #111;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	text-decoration: none;
	background-color: #cfcfcf;
	background-image: -webkit-linear-gradient(top, #fff 0%, #cfcfcf 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #cfcfcf 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #cfcfcf 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #cfcfcf 100%);
	background-image: linear-gradient(top, #fff 0%, #cfcfcf 100%);
}

.form-managed-file input[type=submit][value=Upload] /* File upload */ {
	margin-left: .5em;
	padding: .55em .9em;
	font-size: 85%;
}

input[type=submit]:hover, button:hover,
input[type=submit]:active, button:active {
	background: #cfcfcf none;
	border: 1px solid #4c4c4c;
	color: #111;
}

input[type=submit][disabled], button[disabled] {
	opacity: 0.4;
	cursor: default;
}
	input[type=submit][disabled]:hover, button[disabled]:hover {
		background-color: #cfcfcf;
		background-image: -webkit-linear-gradient(top, #fff 0%, #cfcfcf 100%);
		background-image: -moz-linear-gradient(top, #fff 0%, #cfcfcf 100%);
		background-image: -o-linear-gradient(top, #fff 0%, #cfcfcf 100%);
		background-image: -ms-linear-gradient(top, #fff 0%, #cfcfcf 100%);
		background-image: linear-gradient(top, #fff 0%, #cfcfcf 100%);
	}

input[type=submit].no-style, button.no-style { /* Remove styles for FontAwesome icons */
	padding: 0;
	border: none;
	border-radius: 0;
	letter-spacing: 0;
	text-shadow: none;
	background: transparent none;
	font-size: 100%;
}
	input[type=submit].no-style:hover, button.no-style:hover { /* Remove styles for FontAwesome icons */
		color: #87212e;
	}


/* Tables */
table {
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0;
	border: none;
}
thead, tbody, tr, th, td,
tr.even, tr.odd {
	border: none;
}
tr.even, tr.odd {
	padding: 0;
}

thead th {
	background-color: #2b3d47;
	vertical-align: top;
	color: #eee;
	font-weight: 600;
	text-align: left;
}
thead th a:link,
thead th a:visited {
	color: #fff;
}
td, th {
	padding: .5em .7em;
}

tr:nth-child(odd) {
	background-color: #eee;
}
tr:nth-child(even) {
	background-color: #fff;
}

/* *** Update colors */
tr:nth-child(odd) td.active {
	background-color: #cbcfd2;
}
tr:nth-child(even) td.active {
	background-color: #d2d5d8;
}


/* Data tables */
table.data {
	width: 100%;
	margin: 0 0 1.6em;
}
table caption {
	margin: 0 0 .5em;
	padding: 0;
	color: #22343e;
	text-align: left;
	font-weight: 600;
	font-size: 1.2em;
}

table.data tbody td {
	vertical-align: top;
}

/* Row gap */
table.data tr.break td {
	border-top: 2em solid #fff;
}

/* Table in a box */
.box table td,
.rightbox table td {
	background-color: #fdfdfd;
}
.box table tr:nth-child(even) td,
.rightbox table tr:nth-child(even) td {
	background-color: #f2f2f2;
}
.box table tr.break td,
.rightbox table tr.break td {
	border-top-color: #eee;
}



/* Video overlay */

#video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 75vw;
  min-width: 180px;
  max-width: 1000px;
  height: auto;
  max-height: 90vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #000;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.5);
}
html.open-modal-video .page-cover {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s;
}
html.open-modal-video #video-modal {
  display: block;
}

#video-modal .isba-fluid-width-video-wrapper { /* Assume 9/16 aspect ratio */
  padding-top: 56.25%;
}
#video-modal .close {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 0;
  right: -2.8rem;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  line-height: 1px;
  color: #fff;
  transition: background-color 0.2s;
}
  #video-modal .close:hover {
    background-color: #87212e;
  }

/* Video icons */
a > .fa-video {
  margin-top: -0.15em;
  margin-left: 0.5em;
  margin-right: 0.2em;
  font-size: 85%;
  vertical-align: middle;
}


/* Responsive video iframes */
.isba-fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}
.isba-fluid-width-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Blog posts: Clear floats for inline videos */
.node-blog-post .content .isba-fluid-width-video-wrapper {
  clear: both;
}


@media only screen and (max-width: 910px) {
	/* General mobile support */
	table {
		max-width: 100% !important;
		max-height: none;
	}
	iframe {
		max-width: 100% !important;
	}

	/* Admin menu */
	#admin-menu { /* Crop to screen */
		height: 2.24em;
		overflow-y: hidden;
		overflow-x: auto;
	}
	#admin-menu ul#admin-menu-account { /* Hide account links */
		display: none;
	}
	#admin-menu ul.dropdown > li > ul.dropdown { /* Hide nested menus */
		display: none !important;
	}
}


/* --------------- Layout --------------- */

/*
 * There are three possible content area layout containers:
 *   1. Node or callback output within .region-content
 *   2. Edge-to-edge section within .region-content
 *   3. Additional section field after content region container
 *
 * Layout styles must consider column splits (try to keep right columns aligned in all three scenerios)
 * Separate vertical and horizontal spacing and collapsing
 * Edge-to-edge designs have padding to always display photo or background color
 *
 * Color options:
 *  .light    = Light gray
 *  .dark     = Dark teal
 *  .gradient = Light gray -> white vertical gradient
 *  .photo    = Image background
 *  .clear    = Used in addition to other colors; removes white background and extra padding
 */

/* Main layout wrapper */
.container {
	position: relative;
	width: 1110px;
	margin: 0 auto;
	padding: 0 30px;  /* Keeps whitespace on edges under 1170 pixels */
}
.container::after { /* Clear after floats */
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

@media only screen and (max-width: 1170px) {
  /* Stretch to full browser width, keeping original 30px of edge padding */
	.container {
	  width: auto;
  	margin: 0;
	}
}
@media only screen and (max-width: 414px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container > *:last-child {
  margin-bottom: 0;
}


/* Edge-to-edge sections (within content body or additional sections) */
.edges {
  position: relative;
  padding: 90px 0;
  background-repeat: no-repeat; /* Optional background image */
  background-size: cover;
}
.edges > .container {
  /* Internal padding in section containers */
  padding: 45px;
}

/* Stretched edges within container; main has overflow-x to fix when scrollbars appear */
.container .edges {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}


/* Remove vertical padding for non-colored sections */
.edges:not(.light):not(.dark):not(.gradient):not(.photo),
.edges.clear {
  padding-top: 0;
  padding-bottom: 0;
}
.edges.clear > .container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1380px) {
  /* Stretch to full browser width with extra edge padding */
	.edges:not(.clear) > .container {
	  width: auto;
	  margin: 0 90px;
	}
}

@media only screen and (max-width: 1170px) {
  .edges {
    padding: 75px 0;
  }
	.edges:not(.clear) > .container {
	  margin: 0 75px;
	}
	.edges.clear > .container {
	  /* Default edge padding */
	  margin-left: 30px;
	  margin-right: 30px;
	}
}
@media only screen and (max-width: 910px) {
  .edges {
    padding: 60px 0;
  }
	.edges:not(.clear) > .container {
	  margin: 0 60px;
	}
}
@media only screen and (max-width: 640px) {
  .edges {
    padding: 45px 0;
  }
	.edges:not(.clear) > .container {
	  margin: 0 45px;
	}
}
@media only screen and (max-width: 480px) {
  .edges {
    padding: 30px 0;
  }
	.edges:not(.clear) > .container {
	  margin: 0 30px;
	}
}
@media only screen and (max-width: 414px) {
  .edges.clear > .container {
	  /* Default edge padding */
	  margin-left: 20px;
	  margin-right: 20px;
  }
}


/* Section and column colors */
.edges.light,
.columns > div.light {
  background-color: #eee;
}
.edges.dark,
.columns > div.dark {
  background-color: #2b3d47;
}

.columns > div.dark {
  color: #fff;
}
.columns > div.dark a {
  color: #eee;
}

.edges.gradient {
  background: linear-gradient(#eee 50%, #fff 70%);
  border-top: 1px solid #ddd;
}
.columns > div.gradient {
  background: linear-gradient(#eee 50%, #fff 70%);
}

.light > .container,
.dark > .container,
.gradient > .container,
.photo > .container {
  background-color: #fff;
}
.clear > .container { /* Remove white container */
  background-color: transparent !important;
}


/* ----- Column layouts ----- */
/* 1+1, 1+1+1, or 2+1 are most common uses */
.columns {
	clear: both;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 0 1.8rem;
}

/* Collapse spacing between column groups */
.columns + .columns {
	margin-top: -1.8rem;
}

.columns > * {
	flex: 1;
	margin: 0;
	padding: 0 45px;
	min-width: 1px; /* Prevent column blow-out */
}
	/* Remove left and right edge padding */
	.columns > *:not(.box):not(.group):not(.dark):not(.light):not(.gradient):first-child {
		padding-left: 0;
	}
	.columns > *:not(.box):not(.group):not(.dark):not(.light):not(.gradient):last-child {
		padding-right: 0;
	}

  /* Remove bottom margin */
  .columns > * > *:last-child,
  .columns > * > *:last-child > *:last-child,
  .node > .content > .field:last-child > .field-items > .field-item:last-child > *:last-child,
  .node > .content > .field:last-child > .field-items > .field-item:last-child > *:last-child > *:last-child {
  	margin-bottom: 0;
  }

/* Equals 2+1 columns */
.columns > .sidebar,
.columns > aside {
  flex: 1 0 auto;
  max-width: 310px;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1070px) {
  /* Reduce whitespace */
  .columns > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}


@media only screen and (max-width: 965px) {
  /* Collapse three columns */
  .columns {
    flex-flow: row wrap;
  }
  .columns > *:first-child:nth-last-child(3),
  .columns > *:first-child:nth-last-child(3) ~ * {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 60%;
  }

  /* TODO: Process .reverse class for three columns */
}


@media only screen and (max-width: 767px) {
  /* Collapse columns */
  .columns {
    flex-flow: column nowrap;
  }
  .columns > * {
    flex: 1 0 auto;
    margin: 0 0 2.5rem;
    padding: 0;
  }
  .columns > .sidebar,
  .columns > aside {
    flex: 1 0 auto;
    align-self: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Push last column to top on mobile (class on either wrapper or individual column) */
  .columns.reverse > *:last-child,
  .columns > .reverse {
    order: -1;
  }

  /* Reverse gaps */
  .columns.reverse > *:last-child,
  .columns > .reverse {
    margin-bottom: 2.5rem !important;
  }
  .columns.reverse > *:first-child {
    margin-bottom: 0;
  }
}



/* -------- Content sections -------- */
/* Use padding instead of margins to allow for background colors */

/* Remove bottom margin */
.edges > .container > *:last-child,
.field-name-field-content-sections-body > .field-items > .field-item > *:last-child {
  margin-bottom: 0;
}


/* Stretch columns to left+right edges */
.edges > .container > .columns,
.edges .field-name-field-content-sections-body > .field-items > .field-item > .columns {
  background-color: #fff;
}
.edges.light:not(.clear) > .container > .columns,
.edges.dark:not(.clear) > .container > .columns,
.edges.gradient:not(.clear) > .container > .columns,
.edges.photo:not(.clear) > .container > .columns,
.edges .field-name-field-content-sections-body > .field-items > .field-item > .columns {
  margin-left: -45px;
  margin-right: -45px;
}

/* Stretch columns vertically if at top or bottom of section */
.edges.light > .container > .columns:first-child,
.edges.dark > .container > .columns:first-child,
.edges.gradient > .container > .columns:first-child,
.edges.photo > .container > .columns:first-child,
.edges.light .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
.edges.dark .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
.edges.gradient .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
.edges.photo .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child {
  margin-top: -45px;
}
.edges.light > .container > .columns:last-child,
.edges.dark > .container > .columns:last-child,
.edges.gradient > .container > .columns:last-child,
.edges.photo > .container > .columns:last-child,
.edges.light .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
.edges.dark .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
.edges.gradient .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
.edges.photo .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child {
  margin-bottom: -45px;
}

/* Undo for clear sections */
.edges.clear > .container > .columns:first-child,
.edges.clear .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child {
  margin-top: 0;
}
.edges.clear > .container > .columns:last-child,
.edges.clear .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child {
  margin-bottom: 0;
}

/* Pad columns to allow for background colors; remove margins between columns */
.edges > .container > .columns > *,
.field-name-field-content-sections-body > .field-items > .field-item > .columns > *,
#main .field-name-field-content-sections-body > .field-items > .field-item > .columns > * /* Precedence fix */ {
  margin: 0;
  padding: 45px;
}

@media only screen and (min-width: 768px) {
  /* Reduce column vertical spacing if no background (before responsive collapsing) */
  .edges:not(.light):not(.dark):not(.gradient):not(.photo) > .container > .columns > *:not(.light):not(.dark):not(.gradient),
  .edges:not(.light):not(.dark):not(.gradient):not(.photo) .field-name-field-content-sections-body > .field-items > .field-item > .columns > *:not(.light):not(.dark):not(.gradient) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}


@media only screen and (max-width: 1070px) {
  .edges > .container {
    /* Internal padding in section containers */
    padding: 30px;
  }
  .edges.light:not(.clear) > .container > .columns,
  .edges.dark:not(.clear) > .container > .columns,
  .edges.gradient:not(.clear) > .container > .columns,
  .edges.photo:not(.clear) > .container > .columns,
  .edges .field-name-field-content-sections-body > .field-items > .field-item > .columns {
    margin-left: -30px;
    margin-right: -30px;
  }

  .edges.light > .container > .columns:first-child,
  .edges.dark > .container > .columns:first-child,
  .edges.gradient > .container > .columns:first-child,
  .edges.photo > .container > .columns:first-child,
  .edges.light .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
  .edges.dark .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
  .edges.gradient .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
  .edges.photo .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child {
    margin-top: -30px;
  }
  .edges.light > .container > .columns:last-child,
  .edges.dark > .container > .columns:last-child,
  .edges.gradient > .container > .columns:last-child,
  .edges.photo > .container > .columns:last-child,
  .edges.light .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
  .edges.dark .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
  .edges.gradient .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
  .edges.photo .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child {
    margin-bottom: -30px;
  }
  .edges > .container > .columns > *,
  .field-name-field-content-sections-body > .field-items > .field-item > .columns > * {
    padding: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .edges > .container {
    /* Internal padding in section containers */
    padding: 20px;
  }
  .edges.light:not(.clear) > .container > .columns,
  .edges.dark:not(.clear) > .container > .columns,
  .edges.gradient:not(.clear) > .container > .columns,
  .edges.photo:not(.clear) > .container > .columns,
  .edges .field-name-field-content-sections-body > .field-items > .field-item > .columns {
    margin-left: -20px;
    margin-right: -20px;
  }
  .edges.light > .container > .columns:first-child,
  .edges.dark > .container > .columns:first-child,
  .edges.gradient > .container > .columns:first-child,
  .edges.photo > .container > .columns:first-child,
  .edges.light .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
  .edges.dark .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
  .edges.gradient .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child,
  .edges.photo .field-name-field-content-sections-body > .field-items > .field-item > .columns:first-child {
    margin-top: -20px;
  }
  .edges.light > .container > .columns:last-child,
  .edges.dark > .container > .columns:last-child,
  .edges.gradient > .container > .columns:last-child,
  .edges.photo > .container > .columns:last-child,
  .edges.light .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
  .edges.dark .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
  .edges.gradient .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child,
  .edges.photo .field-name-field-content-sections-body > .field-items > .field-item > .columns:last-child {
    margin-bottom: -20px;
  }
  .edges > .container > .columns > *,
  .field-name-field-content-sections-body > .field-items > .field-item > .columns > * {
    padding: 20px;
  }
}


/* Lead-in triangles to next additional content section (tablet and desktop only) */
@media only screen and (min-width: 641px) {

  /* Triangle design */
  .field-name-field-content-sections > .field-items > .field-item:first-child .edges::before,
  .field-name-field-content-sections > .field-items > .field-item:not(:last-child) .edges::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    left: calc(50% - 3rem);
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 2.3rem solid #fff; /* White by default */
  }

  /* Top of first sections */
  .field-name-field-content-sections > .field-items > .field-item:first-child .edges::before {
    top: -1px;
  }

  /* Overlap bottom of other sections (except last) with alternate colors */
  .field-name-field-content-sections > .field-items > .field-item:not(:last-child) .edges::after {
    bottom: calc(-2.3rem + 1px);
  }
  .field-name-field-content-sections > .field-items > .field-item:not(:last-child) .edges.dark::after {
    border-top-color: #2b3d47;
  }
  .field-name-field-content-sections > .field-items > .field-item:not(:last-child) .edges.light::after {
    border-top-color: #eee;
  }
}


/* Indent content down */
.push-top {
  padding-top: 3.7rem;
}

/* Accessible hide */
.sr-only, .hide:not(.show), .hide:not(.show) * {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

/* Float clearing */
.clear {
	clear: both;
}
.clear-block::after /* Clear after floats */ {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}


/* ---------- Top alert region ---------- */

.region-top-alert .content > *:last-child,
.region-top-alert .content p {
  margin-bottom: 0;
}

/* Undo alert box spacing */
.region-top-alert .content > .alert-red,
.region-top-alert .content > .alert-yellow,
.region-top-alert .content > .alert-green,
.region-top-alert .content > .alert-blue,
.region-top-alert .content > .alert-gray,
.region-top-alert .content > .highlight-box,
.region-top-alert .content > .warning-box {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}


/* ---------- Header ---------- */

header .header-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

/* Logo */
.header-logo {
  flex: 0 1 358px;
  min-width: 250px;
	margin-right: 1.1rem;
}
.header-logo h1 {
	margin: 0;
}
.header-logo img {
	display: block;
}


/* Header navigation */
header .region-header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.header-links {
  flex: 0 1 auto; /* Default */
}
.header-links .content ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-links .content ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-links .content ul > li:first-child {
  text-align: right;
}

.header-links .content ul > li > a {
	display: inline-block;
	padding: 3px 0.85em;
	color: #333;
	white-space: nowrap;
}
	.header-links .content ul > li > a.active {
		color: #570000;
	}
	.header-links .content ul > li > a:hover,
	.header-links .content ul > li > a:active {
		color: #87212e;
		text-decoration: none;
	}

.header-links .content ul > li > .button {
  display: inline-flex;
	margin: 0 0.7em;
	padding: 0.7em 1.1em;
	text-transform: none;
	font-weight: 400;
	color: #fff;
	font-size: 100%;
  white-space: nowrap;
}
	.header-links .content ul > li > .button:hover,
	.header-links .content ul > li > .button:active {
		color: #fff;
	}

/* Paired pill buttons */
.header-links .content ul > li > .button-start {
	margin: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.header-links .content ul > li > .button-middle {
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
}
.header-links .content ul > li > .button-end {
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


/* Icons */
.header-links .content ul > li > .button > i.fa-lock { /* Lock icon placeholder before svg conversion */
	display: inline-block;
	width: 9px;
	height: 12px;
	margin-right: 0.6em;
	font-size: 0.7em;
}
.header-links .content ul > li > .button > svg.fa-lock {
	margin-right: 0.6em;
	font-size: 0.7em;
}

.header-links .content ul > li > .button > i.fa-chevron-down { /* Down chevron placeholder before svg conversion  */
	display: inline-block;
	margin: 0.2em 0 0 0.6em;
	width: 10px;
	height: 12px;
	font-size: 0.85em;
}
.header-links .content ul > li > .button > svg.fa-chevron-down {
	margin: 0.2em 0 0 0.6em;
	font-size: 0.85em;
	will-change: transform;
	transition: transform 0.25s;
}

/* At mobile breakpoint */
@media only screen and (max-width: 910px) {
  .header-links .content ul > li.open > .button > svg.fa-chevron-down { /* Up chevron */
    transform: rotate(180deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-links .content ul > li > .button > svg.fa-chevron-down {
    transition: none;
  }
}

/* Account submenu */
.header-links .content ul > li.header-account {
	position: relative;
}
	.header-links .content ul > li.header-account > .button {
		position: relative;
		z-index: 90;
		margin-left: 0;
		margin-right: 0;
	}

.header-links .content ul > li .item-list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 89;
	top: 50%;
	right: 0;
	min-width: calc(100% - 2px);
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	border: 1px solid #eee;
	transition-property: opacity, visibility;
	transition-duration: 0.3s, 0s;
	transition-delay: 0s, 0.3s;
}
	.header-links .content ul > li.open .item-list {
		opacity: 1;
		visibility: visible;
		transition-delay: 0s, 0s;
	}

.header-links .content ul > li .item-list ul {
	display: block;
	margin: 0;
	padding: 1.7em 0.2em 0.7em;
	font-size: 0.928rem
}
.header-links .content ul > li .item-list ul > li {
	display: block;
	margin: 0;
	padding: 0;
}
.header-links .content ul > li .item-list ul > li > a {
	display: block;
	margin: 0;
	padding: 0.4em 0.8em;
	text-align: right;
	font-weight: 400;
	line-height: 1.2;
	color: #555;
	white-space: normal;
}
	.header-links .content ul > li .item-list ul > li > a:hover,
	.header-links .content ul > li .item-list ul > li > a:active {
		color: #87212e;
		text-decoration: none;
	}


/* Mobile menu open toggle */
header .menu-toggle {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent none;
	color: #424a52;
	font-size: 2.6em;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: none;
}
	header .menu-toggle:hover {
		background: transparent none;
		color: #87212e;
	}
  header .menu-toggle:focus {
    outline: none;
    color: #87212e;
  }


/* ----- Main menu ----- */

.main-menu { /* Sticky menu */
	z-index: 80;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.97);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.main-menu.sticky {
  position: fixed;
  top: 0;
}

/* Scroll snap anchors below sticky header */
@media only screen and (min-width: 911px) {
  *:target {
  	scroll-margin-top: 6.57rem; /* Sticky header height */
  }
}

.main-menu > .container ul.menu,
.main-menu > .container ul.menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu > .container > ul.menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 0 0 -18px;
}

.main-menu > .container > ul.menu > li {
	flex-grow: 1;
}
.main-menu > .container > ul.menu > li:first-child {
	flex-grow: 0;
}

.main-menu > .container > ul.menu > li > a {
	position: relative;
	z-index: 41;
	display: block;
	padding: 24px 18px;
	min-height: calc(100% - 48px);
	text-align: center;
	font-weight: 600;
	font-size: 114.2%;
	color: #424a52;
}
	.main-menu > .container > ul.menu > li > a.active,
	.main-menu > .container > ul.menu > li > a.active-trail { /* Active nav */
		color: #87212e;
	}
	.main-menu > .container > ul.menu > li:hover > a {
		background-color: #fff;
		color: #87212e;
	}
	.main-menu > .container > ul.menu > li > a:hover {
		text-decoration: none;
	}

.main-menu > .container > ul.menu > li > a .last-word { /* Prevent arrow wrapping by itself */
  white-space: nowrap;
}
.main-menu > .container > ul.menu > li > a .last-word > i { /* Down chevron placeholder before svg conversion */
	display: inline-block;
	width: 10px;
	height: 11px;
	margin-left: 0.6em;
	font-size: 68%;
}
.main-menu > .container > ul.menu > li > a .last-word > svg.fa-chevron-down { /* Down chevron */
	position: relative;
	top: -0.2em;
	margin-left: 0.6em;
	font-size: 68%;
}

.main-menu a > .fa-external-link-alt { /* External links */
  margin-left: 0.6em;
  vertical-align: -0.02em;
}


/* Search Toggle button */
.main-menu > .container > ul.menu > li.search-toggle {
/* To give more padding
	flex-grow: 1;
*/
	align-self: center;
	margin-right: -10px;
	text-align: right;
}

.main-menu .search-toggle > button {
	display: inline-block;
	padding: 10px;
	border: none;
	border-radius: 0;
	background: transparent none;
	color: #424a52;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: none;
	border-radius: 30px;
}
	.main-menu .search-toggle > button:hover,
	.main-menu .search-toggle > button:active,
	.main-menu .search-toggle > button:focus {
		background: transparent none;
		color: #87212e;
	}

.main-menu .search-toggle > button > i { /* Search icon placeholder before svg conversion */
  display: inline-block;
	width: 18px;
	height: 18px;
}

/* Nested flyout menus */
.main-menu > .container > ul.menu > li > ul.menu {
	display: none;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-start;
	position: absolute;
	z-index: 40;
	top: 100%;
	left: 12px;
	width: calc(100% - 54px);
	padding: 15px;
	background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}
	.main-menu > .container > ul.menu > li.open > ul.menu /* Show upon hover/focus */ {
		display: flex;
	}


/* 2nd-level headings */
.main-menu > .container > ul.menu > li > ul.menu > li {
	width: 100%;
	margin: 0 15px 0 0;
}
	.main-menu > .container > ul.menu > li > ul.menu > li:last-child {
		margin-right: 0;
	}

.main-menu > .container > ul.menu > li > ul.menu > li > h5 { /* Tag converted in script */
	display: block;
	margin: 0 0 .7em;
	padding: 10px 15px;
	background-color: #eee;
	color: #666;
	font: 600 1em/1.2 "Open Sans",sans-serif;
}


/* 3rd-level menu */
.main-menu > .container > ul.menu > li > ul.menu > li > ul.menu {
  font-size: 92.85%;
}
.main-menu > .container > ul.menu > li > ul.menu li > a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	color: #424a52;
	text-decoration: none;
	line-height: 1.2;
}
	.main-menu > .container > ul.menu > li > ul.menu li > a.active,
	.main-menu > .container > ul.menu > li > ul.menu li > a.active-trail { /* Active nav */
			color: #87212e;
	}

	/* No border on 2nd-level orphan links or end of 3rd-level */
	.main-menu > .container > ul.menu > li > ul.menu > li > a,
	.main-menu > .container > ul.menu > li > ul.menu > li li:last-child > a {
		border-bottom: none;
	}
	.main-menu > .container > ul.menu > li > ul.menu li > a:hover {
		background-color: #87212e;
		color: #fff;
	}


/* Hide potential 4th-level menu */
.main-menu > .container > ul.menu > li > ul.menu > li > ul.menu > li > ul.menu {
	display: none;
}


/* Main menu ads */
.main-menu > .container > ul.menu > li > ul.menu .menu-ads a {
  display: block;
  padding: 0;
}
.main-menu > .container > ul.menu > li > ul.menu .menu-ads a img {
  display: block;
}
.main-menu > .container > ul.menu > li > ul.menu .menu-ads a > .fa-external-link-alt {
  display: none;
}


/* Public section main menu */
.section-public .main-menu {
  background-color: rgba(43, 57, 66, 0.97);
}
.section-public .main-menu > .container > ul.menu > li > a {
  color: #fff;
}
	.section-public .main-menu > .container > ul.menu > li > a.active,
	.section-public .main-menu > .container > ul.menu > li > a.active-trail { /* Active nav */
  		background-color: rgba(0, 0, 0, 0.2);
  		background-color: rgba(255, 255, 255, 0.06);
			color: #fff;
	}
	.section-public .main-menu > .container > ul.menu > li:hover > a {
		background-color: #425d6a;
		color: #fff;
	}

.section-public .main-menu .search-toggle > button {
  color: #fff;
}
	.section-public .main-menu .search-toggle > button:hover,
	.section-public .main-menu .search-toggle > button:active,
	.section-public .main-menu .search-toggle > button:focus {
		background-color: #425d6a;
		color: #fff;
	}

/* Prevent flyout menus */
.section-public .main-menu > .container > ul.menu > li > ul.menu {
  display: none;
}



/* ----- Site search ----- */

.site-search {
	display: none;
	position: absolute;
	z-index: 45;
	top: 0;
	left: 30px;
	width: calc(100% - 60px);
	height: 100%;
}
.search-toggle.open .site-search {
  display: block;
}

/* Hide menu links and toggle button when search is visible */
.main-menu > .container > ul.menu.open-search > li,
.main-menu .search-toggle.open > button {
  visibility: hidden;
}
.main-menu > .container > ul.menu.open-search > li.search-toggle {
	visibility: visible;
}

.site-search > form,
.site-search > div[role=form] /* RiSE scraper version */ {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.site-search input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	flex-grow: 1;
	margin: 0 0.8em 0 0;
	padding: 10px;
	border: none;
	border-radius: 10px;
	color: #425d6a;
	font: 600 1em/1.2 "Open Sans",sans-serif;
}

.site-search button.form-submit {
	display: inline-block;
	margin-right: -10px;
	padding: 10px;
	border: none;
	border-radius: 0;
	background: transparent none;
	color: #424a52;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: none;
}
	.site-search button.form-submit:hover,
	.site-search button.form-submit:active,
	.site-search button.form-submit:focus {
		background: transparent none;
		color: #87212e;
	}
	.site-search button.form-submit[disabled]:hover {
		color: #424a52;
	}


/* Public section site search (desktop) */
@media only screen and (min-width: 911px) {
  .section-public .site-search button.form-submit {
    color: #ccc;
  }
  .section-public .site-search button.form-submit:hover,
  .section-public .site-search button.form-submit:active,
  .section-public .site-search button.form-submit:focus {
    background: transparent none;
    color: #fff;
  }
  .section-public .site-search button.form-submit[disabled] {
    opacity: 0.2;
  }
  .section-public .site-search button.form-submit[disabled]:hover {
    color: #ccc;
  }
}

@media only screen and (max-width: 910px) {
	/* Toggle mobile menu */
/*
	header .header-links {
		display: none;
	}
	header #menu-toggle {
		display: block;
	}
	nav.main-menu {
		display: none;
	}
*/
}


/* ----- Mobile menu ----- */

/* Full page cover */
.page-cover {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(1px);
  -moz-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition-property: opacity, visibility;
  transition-duration: 0.4s, 0s;
  transition-delay: 0s, 0.4s;
}
html.open-menu .page-cover {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s;
}


/* Hide mobile header */
header > .header-mobile {
  display: none;
}

/* Mobile menu close toggle */
header > .header-full button.menu-toggle {
  display: none;
}

/* At mobile breakpoint */
@media only screen and (max-width: 910px) {

  /* Show separate mobile header */
	header > .header-mobile {
	  display: block;
	}
  header > .header-mobile .header-content {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
	}
  header > .header-mobile .header-logo {
    min-width: auto;
  }


  /* Mobile menu close toggle */
  header > .header-full button.menu-toggle {
    display: block;
  }

  /* Mobile header block */
  header .header-full {
    display: block;
    position: fixed;
    top: 0;
    left: -320px;
    height: 100vh;
    z-index: 999999;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.4s ease, box-shadow 0.4s ease;
  }

  /* Prevent shifting if scrollbar appears */
  header > .header-full > * {
    width: 320px;
  }

  /* Slide open */
  html.open-menu header .header-full {
    left: 0;
    box-shadow: 0.3rem 0 0.4rem rgba(0, 0, 0, 0.2);
  }

  /* Header links */
  header .header-full .container {
    width: auto;
    padding: 0;
  }
  header > .header-full > .container {
    width: 320px;
  }
  header .header-full .header-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 1.4rem 25px 0;
  }

  header .header-full .header-logo {
    flex: 1 88%;
    align-self: center;
    width: auto;
    min-width: 0;
    margin: 0 0 0 -8px;
  }
  header .header-full .menu-toggle {
    flex: 1 12%;
    text-align: right;
    margin: 0 -6px 0 0.9rem;
    font-size: 2.4em;
  }

  .header-links {
    flex: 1 100%;
    margin: 1.8rem 0 0;
  }
  .header-links .content ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .header-links .content ul > li {
    flex: 1 100%;
  }

  /* Make links match menu bar; reorder to end */
  .header-links .content > .item-list > ul > li:first-child {
    text-align: left;
    margin: 1.2rem -25px 0; /* Stretch to edges */
    order: 99;
  }
  .header-links .content > .item-list > ul > li:first-child > a {
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 0.7em 25px;
    font-size: 114.2%;
    color: #424a52;
  }
  .header-links .content > .item-list > ul > li:first-child > a:hover,
  .header-links .content > .item-list > ul > li:first-child > a:active {
    color: #87212e;
  }
  .header-links .content ul > li.header-account {
    flex: 0 1 auto; /* Keep flyout to same width as button */
  }

  /* Reset buttons */
  .header-links .content ul > li > .button {
    margin: 0 0 0.5rem;
    white-space: normal; /* Allow wrapping */
    text-align: left;
  }
  .header-links .content ul > li > .button-start,
  .header-links .content ul > li > .button-middle,
  .header-links .content ul > li > .button-end {
    border-left: none;
    border-radius: 2.14rem;
  }

  /* Mobile menu */
  .main-menu {
    position: static;
    z-index: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .main-menu.sticky {
    position: static;
    width: auto;
  }
  header .sticky-shim { /* Hide sticky menu shim; used to push content down */
    display: none;
  }

  .main-menu > .container > ul.menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin: 0;
  }
  .main-menu > .container > ul.menu > li {
    border-top: 1px solid #f0f0f0;
  }
  .main-menu > .container > ul.menu > li > a {
    position: relative;
    top: 0;
    padding: 0.7em 25px;
    min-height: auto;
    text-align: left;
    color: #424a52;
  }

  .main-menu > .container > ul.menu > li > a .last-word { /* Prevent arrow wrapping by itself */
    white-space: normal;
  }
  .main-menu > .container > ul.menu > li > a .last-word > i,
  .main-menu > .container > ul.menu > li > a .last-word > svg.fa-chevron-down { /* Down chevron */
    float: right;
    top: -0.4em;
    margin-right: -12px;
    padding: 0.7em 1.1em;
    border-radius: 20px;
    font-size: 90%;
    will-change: transform;
  	transition: transform 0.25s;
  }
	.main-menu > .container > ul.menu > li.open > a .last-word > svg.fa-chevron-down { /* Up chevron */
	  transform: rotate(180deg);
	}
  @media (prefers-reduced-motion: reduce) {
    .main-menu > .container > ul.menu > li > a .last-word > i,
    .main-menu > .container > ul.menu > li > a .last-word > svg.fa-chevron-down {
      transition: none;
    }
  }


  /* Nested flyout menus */
  .main-menu > .container > ul.menu > li > ul.menu {
    display: none;
    flex-flow: row wrap;
    position: static;
    top: 0;
    left: 0;
    width: auto;
    margin: 0.7rem 25px 1rem;
    padding: 0;
    box-shadow: none;
  }
    .main-menu > .container > ul.menu > li.open > ul.menu /* Show upon hover/focus */ {
      display: block;
    }

  /* 2nd-level headings */
  .main-menu > .container > ul.menu > li > ul.menu > li {
    margin-right: 0;
  }
  .main-menu > .container > ul.menu > li > ul.menu > li > h5 {
    margin: 0;
  }

  /* 3rd-level menu */
  .main-menu > .container > ul.menu > li > ul.menu > li > ul.menu {
    margin-bottom: 1rem;
  }
  /* Remove hover state */
  .main-menu > .container > ul.menu > li > ul.menu li > a:hover {
      background-color: transparent;
      color: inherit;
  }

  /* Search bar */
  .main-menu > .container > ul.menu > li.search-toggle {
    flex: 1 0 auto;
    width: auto;
  	align-self: flex-start;
  	margin: 0;
  	padding: 1.1rem 25px;
    background-color: rgba(238, 238, 238, 0.97);
	  text-align: left;
  }

  /* Hide toggle */
  .main-menu > .container > ul.menu > li.search-toggle > button {
    display: none;
  }

  /* Show search form */
  .site-search {
    display: block;
    position: static;
    left: 0;
    width: auto;
    height: auto;
  }
  .site-search form {
    height: auto;
  }

  .site-search input[type=search] {
    width: 100%;
    max-width: 232px;
    margin: 0 0.7em 0 0;
    padding: 8px;
  }
  .site-search input[type=search]::placeholder {
    font-size: 13px;
    line-height: 1.6
  }
}



/* ---------- Content layout ---------- */

main {
	min-height: 400px;
}
main > .container { /* Padding after title area */
	padding-top: 3rem;
}

.region-content {
  clear: both;
}

/* Padding at bottom of main content */
.region-content > .block-system > .content {
  margin-bottom: 6rem;
}
/* Remove main region padding if last element is an edge-to-edge section */
.region-content > .block-system > .content > .node > .content > .field-name-body > .field-items > .field-item > .edges:last-child,
.region-content > .block-system > .content > .edges:last-child {
  margin-bottom: -6rem;
}

@media only screen and (max-width: 767px) {
  .region-content > .block-system > .content {
    margin-bottom: 3rem;
  }
  .region-content > .block-system > .content > .node > .content > .field-name-body > .field-items > .field-item > .edges:last-child,
  .region-content > .block-system > .content > .edges:last-child {
    margin-bottom: -3rem;
  }
}




/* ----- Title banner ----- */

/* Title banner */
.title-banner {
  display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 2.8rem 0 0;
}
.title-banner.size-short { /* Short height */
  min-height: 102px;
  padding: 1.8rem 0;
}
.title-banner.size-tall { /* Tall height */
  min-height: 202px;
  padding: 1.8rem 0;
}

/* IE10 and IE11 flexbox min-height hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title-banner:after {
    content: "";
    display: block;
    min-height: inherit;
    font-size: 0;
  }
}

/* Title field */
.title-banner h1 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #22343e;
	font-size: 3.4285rem; /* 48px */
}

.title-banner.size-short h1,
.title-banner.size-tall h1 {
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}


/* Subheading above/below title */
.title-prefix,
.title-suffix {
  margin: 0 0 0.15rem;
  color: #22343e;
	font: 600 1.35rem/1.2 "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures;
}
.title-suffix {
  margin: 0.7rem 0 0;
}

.title-prefix a,
.title-suffix a {
  color: #22343e;
  text-decoration: none;
}
  .title-prefix a:hover,
  .title-prefix a:active,
  .title-suffix a:hover,
  .title-suffix a:active {
  	color: #87212e;
    text-decoration: none;
  }

.title-banner.size-short .title-prefix,
.title-banner.size-tall .title-prefix,
.title-banner.size-short .title-suffix,
.title-banner.size-tall .title-suffix {
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}

/* SVG images */
.title-banner.size-short .title-prefix img,
.title-banner.size-tall .title-prefix img,
.title-banner.size-short .title-suffix img,
.title-banner.size-tall .title-suffix img {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.7));
}

.title-banner.size-short .title-prefix a,
.title-banner.size-tall .title-prefix a,
.title-banner.size-short .title-suffix a,
.title-banner.size-tall .title-suffix a {
  color: #fff;
}
  .title-banner.size-short .title-prefix a:hover,
  .title-banner.size-short .title-prefix a:active,
  .title-banner.size-tall .title-prefix a:hover,
  .title-banner.size-tall .title-prefix a:active,
  .title-banner.size-short .title-suffix a:hover,
  .title-banner.size-short .title-suffix a:active,
  .title-banner.size-tall .title-suffix a:hover,
  .title-banner.size-tall .title-suffix a:active {
    color: rgba(255, 255, 255, 0.75);
  }


/* Homepage */
.front .title-banner h1 {
	text-align: center;
	font-size: 3.85rem;
}
.front .title-banner .container {
	margin:0 auto;
}
.title-banner .title-wrap { /* Wrap groupings of text */
  display: block;
}

@media only screen and (max-width: 910px) {
  .title-banner {
    border-top: 3px solid #eee;
    min-height: auto;
  }
  .title-banner.size-short {
    border-top: none;
    min-height: 52px;
  }
  .title-banner.size-tall {
    border-top: none;
    min-height: 119px;
  }

  .title-prefix {
    margin-bottom: .2em;
    font-size: 1rem;
  }
	.title-banner h1, .front .title-banner h1 {
		font-size: 2.5rem;
	}

  .title-banner .title-wrap { /* Don't wrap text block */
    display: inline;
  }

  .title-prefix,
  .title-suffix {
    font-size: 1.21rem;
  }
}
@media only screen and (max-width: 550px) {
	.title-banner h1, .front .title-banner h1 {
		font-size: 2rem;
	}

  .title-prefix,
  .title-suffix {
    font-size: 1rem;
  }
}


/* Section newsletter banner */
.title-banner.section-newsletter {
  background-color: #dee0e4;
  padding: 3rem 0;
  text-align: left;
}

/* IBJ banner */
.title-banner.ibj {
  background-color: #f9f9f9;
  padding: 2rem 0;
}
.title-banner.ibj > .container {
  margin: 0 auto;
}
.title-banner.ibj h1 {
  line-height: 1px; /* Prevent space blow-out from inline-block link */
  text-align: center;
}
.title-banner.ibj h1 > a {
  display: inline-block;
}
.title-banner.ibj h1 img {
  display: block;
  margin: 0 auto;
  width: 420px;
}
@media only screen and (max-width: 700px) {
  .title-banner.ibj h1 img {
    width: 360px;
  }
}
@media only screen and (max-width: 520px) {
  .title-banner.ibj h1 img {
    max-width: 90%;
    width: auto;
  }
}

/* IBJ homepage */
.page-node-41249 .title-banner.ibj h1 > a {
  cursor: default;
}
.page-node-41249 .title-banner.ibj h1 img {
  width: 620px;
}
@media only screen and (max-width: 700px) {
  .page-node-41249 .title-banner.ibj h1 img {
    width: 500px;
  }
}
@media only screen and (max-width: 520px) {
  .page-node-41249 .title-banner.ibj h1 img {
    max-width: 100%;
    width: auto;
  }
}

/* Bar News banner */
.title-banner.barnews {
  background-color: #ccc;
  padding: 2rem 0 0.4rem;
}
.title-banner.barnews > .container {
  margin: 0 auto;
}
.title-banner.barnews h1 {
  line-height: 1px; /* Prevent space blow-out from inline-block link */
  text-align: center;
}
.title-banner.barnews h1 > a {
  display: inline-block;
}
.title-banner.barnews h1 img {
  display: block;
  margin: 0 auto;
  width: 420px;
}
@media only screen and (max-width: 700px) {
  .title-banner.barnews h1 img {
    width: 360px;
  }
}
@media only screen and (max-width: 520px) {
  .title-banner.barnews h1 img {
    max-width: 90%;
    width: auto;
  }
}


/* Ads */

h6.ad, .block-ad > h2 /* Heading */ {
	margin: 0 0 0.2em;
	font: 400 9px/1.2 "Open Sans",sans-serif;
	color: #666;
}
h6.ad.hidden /* Invisible heading for column alignment */ {
	visibility: hidden;
}

/* Sticky advertisement */
.sidebar .block-ad.sticky {
  position: fixed;
  top: 110px;
  z-index: 50;
  width: 310px;
}
@media only screen and (max-width: 767px) {
  .sidebar .sticky-shim {
    display: none;
  }
  .sidebar .block-ad.sticky {
    position: static;
    top: 0;
    width: auto;
  }
}

.ad-link { /* Below ad link */
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.928em;
}

.image-advertisement a img {
	display: block;
}
.ad-image-counter {
	width: 0;
	height: 0;
	overflow: hidden;
}


/* ----- Boxes and alert colors ----- */

.highlight-box { /* Dark teal */
	margin-bottom: 1.8rem;
	padding: 1.4rem;
	background-color: #2b3d47;
	color: #ececec;
}
.highlight-box * {
	color: #ececec;
}
.highlight-box a:link,
.highlight-box a:visited,
.highlight-box a * {
	text-decoration: underline;
	color: #fff;
}
.highlight-box a:hover {
	text-decoration: none;
}

.warning-box { /* Dark red */
	margin-bottom: 1.8rem;
	padding: 1.4rem;
	background-color: #730e14;
	color: #ececec;
}
.warning-box * {
	color: #ececec;
}
.warning-box a:link,
.warning-box a:visited,
.warning-box a * {
	text-decoration: underline;
	color: #fff;
}
.warning-box a:hover {
	text-decoration: none;
}

.alert-red {
  position: relative;
	margin: 0 0 1.8rem;
	padding: 1.4rem;
  background-color: #f8d7da;
  color: #721c24;
}
.alert-red * {
	color: #721c24;
}
.alert-red a:link,
.alert-red a:visited,
.alert-red a * {
	text-decoration: underline;
	color: #520004;
}
.alert-red a:hover {
	text-decoration: none;
}

.alert-yellow {
	margin: 0 0 1.8rem;
	padding: 1.4rem;
  background-color: #fff3cd;
  color: #856404;
}
.alert-yellow * {
	color: #856404;
}
.alert-yellow a:link,
.alert-yellow a:visited,
.alert-yellow a * {
	text-decoration: underline;
	color: #654400;
}
.alert-yellow a:hover {
	text-decoration: none;
}

.alert-green {
	margin: 0 0 1.8rem;
	padding: 1.4rem;
  background-color: #d4edda;
  color: #155724;
}
.alert-green * {
	color: #155724;
}
.alert-green a:link,
.alert-green a:visited,
.alert-green a * {
	text-decoration: underline;
	color: #003704;
}
.alert-green a:hover {
	text-decoration: none;
}

.alert-blue {
	margin: 0 0 1.8rem;
	padding: 1.4rem;
  background-color: #cce5ff;
  color: #004085;
}
.alert-blue * {
  color: #004085;
}
.alert-blue a:link,
.alert-blue a:visited,
.alert-blue a * {
	text-decoration: underline;
	color: #002065;
}
.alert-blue a:hover {
	text-decoration: none;
}

.alert-gray {
	margin: 0 0 1.8rem;
	padding: 1.4rem;
  background-color: #eee;
  color: #383d41;
}
.alert-gray * {
  color: #383d41;
}
.alert-gray a:link,
.alert-gray a:visited,
.alert-gray a * {
	text-decoration: underline;
	color: #151a1e;
}
.alert-gray a:hover {
	text-decoration: none;
}

/* Reduce bottom spacing */
.highlight-box > *:last-child,
.highlight-box > *:last-child > *:last-child,
.warning-box > *:last-child,
.warning-box > *:last-child > *:last-child,
.alert-red > *:last-child,
.alert-red > *:last-child > *:last-child,
.alert-yellow > *:last-child,
.alert-yellow > *:last-child > *:last-child,
.alert-green > *:last-child,
.alert-green > *:last-child > *:last-child,
.alert-blue > *:last-child,
.alert-blue > *:last-child > *:last-child,
.alert-gray > *:last-child,
.alert-gray > *:last-child > *:last-child {
	margin-bottom: 0;
}

/* Inline version */
span.highlight-box,
 em.highlight-box,
 strong.highlight-box,
 a.highlight-box,
span.warning-box,
 em.warning-box,
 strong.warning-box,
 a.warning-box,
span.alert-red,
 em.alert-red,
 strong.alert-red,
 a.alert-red,
span.alert-yellow,
 em.alert-yellow,
 strong.alert-yellow,
 a.alert-yellow,
span.alert-green,
 em.alert-green,
 strong.alert-green,
 a.alert-green,
span.alert-blue,
 em.alert-blue,
 strong.alert-blue,
 a.alert-blue,
span.alert-gray,
 em.alert-gray,
 strong.alert-gray,
 a.alert-gray  {
  margin: 0;
	padding: 0.1em 0.31em;
}



/* *** Switch HTML to just single box class */

/* Fieldset grouping box */
.group,
.box {
	clear: both;
	position: relative;
	margin: 0 0 2em;
	padding: 1.4rem;
	background: #eee none;
	border: none;
	border-radius: 0;
}
.group.group-inline,
.box.box-inline {
	display: inline-block;
}

  /* Clear after floats */
	.group::after,
	.box::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/* Reduce bottom padding */
	.group > *:last-child,
	.group > *:last-child > *:last-child,
	.group > *:last-child > *:last-child > *:last-child,
	.box > *:last-child,
	.box > *:last-child > *:last-child,
	.box > *:last-child > *:last-child > *:last-child {
		margin-bottom: 0;
	}

/* Stretch full height box (within columns) */
.box.stretch,
.group.stretch {
  min-height: calc(100% - 2.8rem);
}


/* Heading bar */

/* Align with box if first element */
.group > h2.bar:first-child,
.box > h2.bar:first-child,
.sidebar .box > h2.bar:first-child, /* Include if in sidebar */
.group > .columns:first-child > div > h2.bar:first-child,
.box > .columns:first-child > div > h2.bar:first-child {
  margin: -1.4rem -1.4rem 1.4rem;
}


.group hr,
.box hr {
  margin: 1.6rem -1.6rem;
  background-color: #fff;
  color: #fff;
}
.group + .group,
.box + .box {
	margin-top: 1.6em;
}
.group .group,
.box .box {
	background-color: #fcfcfc;
}


/* Right floating box */
.rightbox {
	float: right;
	width: 300px;
	margin: 0 0 2rem 1.6em;
	padding: 1.4rem;
	background-color: #eee;
}
.rightbox p {
	margin-bottom: 1em;
}
.rightbox > *:last-child,
.rightbox > *:last-child > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .rightbox {
    float: none;
    width: auto;
    margin: 0 auto 2.5rem;
  }
}


/* Member Sections: Please login now box + link */
.loginlink {
	margin: 0 0 1.4em;
	padding: 1em 1.4em;
	background: #87212e;
	color: #f6f6f6;
	font-size: 112.5%;
	line-height: 1.3;
}

.loginlink > .fa-lock /* Lock icon */ {
	margin-right: 0.8em;
	vertical-align: baseline;
}
.loginlink a:link, .loginlink a:visited {
	color: #fff;
	text-decoration: underline;
}
	.loginlink a:hover, .loginlink a:active {
		text-decoration: none;
  }


/* ---------- Photo boxes ---------- */

/*
  Box width = 100% of available space
  Box *minimum* height is set to image height or combined content
  Foreground image converted to background for better sizing
*/

.photobox {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  margin-bottom: 1.8rem;
}

/* Background image */
.photobox .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 55%; /* Off-centered to account for captions */
  will-change: transform;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .photobox .image {
    transition: none;
  }
}


/* Alignment options */
.photobox .image.align-top {
  background-position: 50% 5%;
}
.photobox .image.align-middle {
  background-position: 50% 55%;
}
.photobox .image.align-bottom {
  background-position: 50% 75%;
}

.photobox:hover .image { /* Scale upon hover */
	transform: scale(1.1);
	opacity: 0.5;
}
.photobox.clickable .image { /* Change cursor if clickable */
  cursor: pointer;
}
.photobox .image img { /* If scripting disabled, keep foreground image */
  display: block;
  max-width: none;
}

/* Visible content */
.photobox > .content {
  position: relative;
  padding: 1.6rem;
  background: rgba(204, 204, 204, 0.9);
}

/* Tag */
.photobox .tag {
  position: absolute;
  top: 5%;
  left: 0;
  width: 40%;
  margin: 0 auto;
  padding: 0.35rem 0.5rem;
  background: #900028;
  text-align: center;
	font: 400 0.7rem/1.5 "Open Sans",sans-serif;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* Date */
.photobox .date {
  font-size: 0.9285em;
}
.photobox .date .fa-calendar-alt {
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  font-size: 0.85em;
}

/* Hidden content */
.photobox .more {
  position: relative;
  padding: 0 1.6rem 1.6rem;
  background: rgba(204, 204, 204, 0.9);
}

@media only screen and (max-width: 472px) {
  /* Caption always visible on mobile */
  .photobox {
    overflow: visible;
    display: block;
  }

  .photobox .image,
  .photobox:hover .image {
    position: relative;
    opacity: 1;
    transition: none;
    transform: none;
  }
  .photobox .more {
    display: block !important;
  }
}

/* Reduce bottom margins */
.photobox .content > *:last-child,
.photobox .more > *:last-child {
  margin-bottom: 0;
}

.photobox h2,
.photobox h3,
.photobox h4,
.photobox h5 {
  margin-bottom: 0.5rem;
}
.photobox p,
.photobox ul,
.photobox ol {
  margin-bottom: 1rem;
}

/* Reduce heading sizes */
.photobox h2 {
  font-size: 2rem;
}
.photobox h3 {
  font-size: 1.4rem;
}
.photobox h4 {
  font-size: 1.25rem;
}
.photobox h5 {
  font-size: 1rem;
}

@media only screen and (max-width: 472px) {
  /* Reduce size on mobile */
  .photobox h2 {
    font-size: 1.4rem;
  }
  .photobox h3 {
    font-size: 1.25rem;
  }
  .photobox h4 {
    font-size: 1rem;
  }
}

/* Diminish link color */
.photobox h2 a,
.photobox h3 a,
.photobox h4 a,
.photobox h5 a,
.photobox h6 a {
  color: #222a32;
}

/* CKEditor support */
body.cke_editable .photobox {
  max-width: 600px;
}

body.cke_editable .photobox .image {
  position: static;
  width: auto;
  height: auto;
}
body.cke_editable .photobox:hover .image {
	transform: none;
	opacity: inherit;
}

body.cke_editable .photobox .tag {
  position: relative;
  top: 0;
  left: 0;
  width: 40%;
  margin: 0 0 0.5rem;
}

body.cke_editable .photobox > .content::before {
  content: 'Always Visible';
  position: relative;
  top: -1.4rem;
  left: -1rem;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.cke_editable .photobox > .more {
  padding-top: 1.6rem;
  margin-top: 0.5rem;
}
body.cke_editable .photobox > .more::before {
  content: 'Hidden';
  position: relative;
  top: -1.4rem;
  left: -1rem;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}




/* ---------- Right sidebar ---------- */

.sidebar .block {
	margin: 0 0 2rem;
}

/* Ads */
.sidebar .image-advertisement a img {
  margin-left: auto;
  margin-right: auto;
}

/* Lists and menus */
.sidebar .block-menu-block > h2,
.sidebar .block-menu > h2,
.sidebar .block-isba-rise > h2,
.sidebar .box > h2.bar {
	margin: 0;
	padding: 1em 1.4rem;
	background-color: #87212e;
	text-align: center;
	color: #fff;
	font-size: 150%;
}
.sidebar .block-menu-block .content,
.sidebar .block-menu .content,
.sidebar .block-isba-rise .content {
	background: #eee;
	padding-top: .4em;
}

.sidebar ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .box ul { /* Undo padding for faux-sidebar menus */
	margin: -1rem -1.4rem -1.4rem;
	padding: 0;
	list-style: none;
}
.sidebar .box > .item-list > ul:last-child,
.sidebar .box > ul:last-child {
  margin-bottom: -1.4rem;
}

/* Generic menu links */
.sidebar .box ul > li,
.sidebar ul.menu > li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 1.2;
	list-style: none;
}
.sidebar .box ul > li a,
.sidebar ul.menu > li a {
	display: block;
	padding: 0.8em 1.2rem 0.8rem 1.8rem;
	color: #22343e;
}
	.sidebar .box ul > li a.active,
	.sidebar ul.menu > li a.active,
	.sidebar ul.menu > li.leaf > a.active-trail,
	.sidebar ul.menu > li.collapsed.active-trail > a.active-trail {
		background-color: rgba(255, 255, 255, 0.6);
		color: #87212e;
	}
	.sidebar .box ul > li a:hover,
	.sidebar ul.menu > li a:hover {
		color: #87212e;
		text-decoration: none;
	}

/* Fourth-level links */
.sidebar .box ul > li > ul > li a,
.sidebar ul.menu > li > ul.menu > li a {
  padding-left: 2.8rem;
}

/* Show down arrow on injected top/third-level link */
.sidebar .box ul > li > a.parent::before,
.sidebar ul.menu > li > a.parent::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.05rem;
  height: 1rem;
  width: 0.5rem;
  margin: 0 0.5rem 0 -1rem;
  vertical-align: middle;
  background: url("../images/bullet-chevron-right-solid.svg") no-repeat 0 50%;
  background-size: auto 80%;
  transform: rotate(90deg);
}

.sidebar .box ul > li > a.parent:not(.active)::before,
.sidebar ul.menu > li > a.parent:not(.active)::before {
  /* Rotate to UP arrow when on children pages */
  transform: rotate(270deg);
}



/* Inline FUSE search forms */
.inline-search {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5em;
  border: 1px solid #ccc;
  padding: 5px 6px;
  border-radius: 0;
  background-color: #fff;
}

/* Within sidebar */
.menu-block-wrapper .inline-search {
  margin: 0.9rem 1.4rem 1rem;
}
.menu-block-wrapper .block-isba-fuse {
  margin-bottom: 0;
}


.inline-search input.form-text {
  width: 100%;
  max-width: 85%;
  max-width: calc(100% - 22px);
  margin: 0;
  padding: 0 4px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.7;
  -webkit-appearance: textfield;
}
.inline-search input.form-text::-webkit-search-decoration {
  -webkit-appearance: none;
}
.inline-search input.form-text::placeholder {
  font-size: 13px;
  line-height: 1.8;
}

.inline-search button {
  padding: 1px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0;
  text-shadow: none;
  background: transparent none;
  font-size: 100%;
}
.inline-search button:hover {
  color: #87212e;
}



/* ---------- Footer ---------- */

footer {
	clear: both;
	padding: 32px 0;
	background-color: #22343e;
	font-size: .92rem;
	color: rgba(255, 255, 255, .78);
}
footer .content p {
	margin: 0;
}

.region-footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

/* Copyright and links */
#block-isba-settings-footer-links {
	order: 1;
}
#block-isba-settings-footer-links .content ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: .9em 0;
	list-style: none;
}
#block-isba-settings-footer-links .content ul > li {
	margin: 0 6px 0 0;
	padding: 0;
}
	#block-isba-settings-footer-links .content ul > li.copyright {
		margin-right: 14px;
		white-space: nowrap;
	}

#block-isba-settings-footer-links .content ul > li a {
	display: inline;
	padding: 8px;
	white-space: nowrap;
	color: #fff;
	font-weight: 400;
	letter-spacing: .04em;
}

/* Social links */
#block-isba-settings-footer-social {
	order: 2;
	margin-left: 24px;
}
#block-isba-settings-footer-social h2 { /* Hide heading */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

#block-isba-settings-footer-social .content ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#block-isba-settings-footer-social .content ul > li {
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 0;
}
	#block-isba-settings-footer-social .content ul > li:last-child {
		margin-right: 0;
	}

#block-isba-settings-footer-social .content ul > li a {
	display: block;
	color: #f2f2f2;
	font-size: 2.2rem;
	font-weight: 400;
}
	#block-isba-settings-footer-social .content ul > li a:hover {
		color: rgba(255, 255, 255, .78);
	}


@media only screen and (max-width: 980px) {
	.region-footer { /* Change flex direction */
		flex-direction: column;
		justify-content: center;
	}
	#block-isba-settings-footer-links .content ul {
		flex-direction: column;
		justify-content: center;
	}
	#block-isba-settings-footer-links .content ul > li {
		margin: 0 0 .2em;
	}
	#block-isba-settings-footer-links .content ul > li.copyright {
		margin: 0 0 1.4em;
	}

	#block-isba-settings-footer-social {
		margin: .4em 0 0;
	}
}


/* ----- Link icon grids and row ----- */

/* Fallback flexbox for IE */
.link-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.link-grid > * {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(25% - 2.4rem - 2px); /* 4 columns */
}
@media only screen and (max-width: 1060px) {
  .link-grid > * {
    flex-basis: calc(33.3% - 2.4rem - 2px); /* 3 columns */
  }
}
@media only screen and (max-width: 808px) {
  .link-grid > * {
    flex-basis: calc(50% - 2.4rem - 2px); /* 2 columns */
  }
}
@media only screen and (max-width: 560px) {
  .link-grid > * {
    flex-basis: calc(100% - 2.4rem - 2px); /* Collapse columns */
  }
}

/* Grid support */
@supports (display: grid) {
  .link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
}

.link-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.link-row > * {
  flex: 1 0;
}
@media only screen and (max-width: 665px) {
  .link-row { /* Collapse columns */
    display: block;
  }
}

.link-grid > *,
.link-row > * {
  position: relative;
  margin: 0 -1px -1px 0;
  padding: 2.4rem 1.2rem 2.3rem;
  list-style: none;
  border: 1px solid #ddd;
  text-align: center;
}
  /* Entire grid is clickable through script */
  .link-grid > *.hover,
  .link-row > *.hover {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    cursor: pointer;
  }

.link-grid img,
.link-row img {
  display: block;
  margin: 0 auto .3em;
  width: 100%;
  max-width: 90px;
  min-width: 70px;
  height: auto;
  max-height: 90px; /* Prevent tall icon blow-out */
}
.link-grid h2,
.link-grid h3,
.link-grid h4,
.link-grid h5,
.link-row h2,
.link-row h3,
.link-row h4,
.link-row h5 {
  font-size: 1.35em;
}
.link-grid a:hover,
.link-row a:hover {
  text-decoration: none;
}

/* Ribbon text */
.link-grid .ribbon,
.link-row .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.6em + 0.5px);
  margin: 0;
  padding: 0.7em 0.3em;
  background-color: #900028;
  text-align: center;
  font-size: 0.785em;
  line-height: 1.1;
  color: #fff;
}
.link-grid .ribbon.bottom,
.link-row .ribbon.bottom {
  top: auto;
  bottom: 0;
}

/* Remove extra bottom whitespace */
.link-grid > * > *:last-child,
.link-grid > * > *:last-child > *:last-child,
.link-row > * > *:last-child,
.link-row > * > *:last-child > *:last-child {
  margin-bottom: 0;
}



/* ---------- YLD News Box ---------- */

.news-box {
  clear: both;
  position: relative;
  margin: 0 0 2em;
  padding: 1.4rem;
  border: 1px solid #2b3d47;
  border-radius: 0;
}
  /* Clear after floats */
	.news-box::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.news-box > *:last-child,
.news-box > *:last-child > *:last-child {
  margin-bottom: 0;
}

.news-box h2.bar {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  background-color: #eee;
  color: inherit;
  text-align: center;
}
.news-box h2.bar:first-child {
  margin-top: -1.4rem;
}

.news-box .news-date {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding: 0.6em;
  background-color: #2b3d47;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
.news-box h2.bar + .news-date,
.news-box h2.bar + div > .news-date {
  margin-top: -1.4em;
}

.news-box .news-more {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding: 0.6em;
  background-color: #2b3d47;
  color: #fff;
  text-align: center;
}
.news-box .news-more:last-child {
  margin-bottom: -1.4rem;
}

.news-box .news-date a,
.news-box .news-more a {
  color: #fff;
}




/* ---------- Node types ---------- */


/* ----- Events ----- */

.node-isbaevent .content .field-name-field-multidates {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 114.3%;
}

.node-isbaevent .content .field-name-field-grouptravel .field-item {
	float: right;
	display: inline-block;
	margin: 0 0 1em 1em;
	padding: 6px 10px;
	border: 1px solid #eee;
	border-radius: 18px;
	background-color: #f5f5f5;
	font-weight: 700;
}

	.node-isbaevent .content .field-name-field-grouptravel .field-item:empty {
		display: none;
}

.node-isbaevent .content .field-name-field-event-type::after /* Remove clearfix */ {
	content: none;
}
.node-isbaevent .content .field-name-field-event-city {
	clear: left;
	margin-bottom: 1.2em;
}

.node-isbaevent .content .field-name-body {
	margin-top: 1.2em;
}


/* ----- CLE ----- */

/* Mini views metadata */
.view .link-list .views-field-field-multidates,
.view .link-list .views-field-field-event-city,
.view .link-list .views-field-field-cle-city,
.view .link-list .views-field-field-cle-mcle,
.view .link-list .views-field-field-cle-pmcle,
.view .link-list .sep {
  font-size: 0.9285em;
  color: #666;
}
.view .link-list .views-field-field-cle-mcle,
.view .link-list .views-field-field-cle-pmcle {
  white-space: nowrap;
}

/* Calendar icon */
.view .link-list .views-field-field-multidates .fa-calendar-alt {
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  font-size: 0.85em;
}


/* Blue Sky event date */
.node-bluesky-cle .field-name-field-multidates {
  margin: 0 0 1em;
  font-size: 125%;
  font-weight: 700;
}

/* Blue Sky description cleanup */
.node-bluesky-cle .content span[style] {
  font-family: "Open Sans",sans-serif !important;
}


/* Hide registration buttons on past events */
body.cle-past .node-cle.node-single .highlight-box.big {
	display: none;
}

/* List view */
table.data.event-list span.cle-label /* Show extra labels only on mobile view */ {
	display: none;
}


/* Calendar view (CLE and events calendar) */
h2.monthname {
	margin: 0 0 .5em;
}

table.calendar-month {
	margin: 0 0 2.2em;
	width: 100%;
	table-layout: fixed;
}
table.calendar-month thead tr {
	border-style: double none;
	border-color: #ebebeb;
}
table.calendar-month thead th {
	width: 14.2%;
	padding: .6em 0;
	color: #22343e;
	font: 600 100%/1.2 "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures;
	text-align: center;
}

table.calendar-month td {
	vertical-align: top;
	height: 100px;
}

table.calendar-month td.calendar-today {
	border: 1px solid #ebebeb;
	background-color: #eee;
}
table.calendar-month td.calendar-day {
	border: 1px solid #ebebeb;
	background-color: #fff;
}

/* Day number */
table.calendar-month div.calendar-daynum {
	float: right;
	width: 20px;
	height: 20px;
	margin: -5px -8px 1px 1px;
	padding: 2px 4px;
	border: 1px solid #ebebeb;
	background-color: #f4f4f4;
	color: #333;
	text-align: center;
	line-height: 1.5;
}

table.calendar-month td.calendar-today .calendar-daynum {
	border-color: #600;
	background-color: #600;
	color: #fff;
}

table.calendar-month td > p:last-child /* Remove bottom margin */ {
	margin-bottom: 0;
}


/* --- Past CLE View --- */

/* Exposed filters */
.view-cle-past .views-exposed-form .views-exposed-widget {
	padding-right: 0;
	padding-bottom: 1.2em;
}

.view-cle-past .views-exposed-form .views-exposed-widget > label {
	display: none;
}
.view-cle-past .views-exposed-form .views-exposed-widget .date-views-filter-wrapper .date-clear.form-item .container-inline-date {
	clear: none;
	float: left;
	width: 14.1em;
}
.view-cle-past .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 2em;
}


/* Tables */
.view-cle-past table.views-table {
	width: 100%;
	margin: 0 0 1.6em;
}
.view-cle-past table.views-table caption {
	text-align: left;
	margin: 0 0 .3em;
	padding: 0;
	font: 600 128.5%/1.1 "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures;
	color: #22343e;
}

.view-cle-past table.views-table tr.even, .view-cle-past table.views-table tr.odd {
	border: none;
}
.view-cle-past table.views-table th {
	padding: 5px 7px;
	border: 1px solid #fff;
	vertical-align: top;
	background-color: #86949e;
	color: #fff;
	text-align: left;
}
.view-cle-past table.views-table td {
	padding: 6px 7px;
	border: 1px solid #fff;
	vertical-align: top;
}

/* Alternating row colors */
.view-cle-past table.views-table tr.even td {
	background-color: #e9ebec;
	border: 1px solid #fff;
}
.view-cle-past table.views-table tr.odd td {
	background-color: #fff;
}


.view-cle-past table.views-table td.views-field-field-multidates {
	width: 19%;
}
.view-cle-past table.views-table td.views-field-field-cle-city {
	width: 16%;
}


/* ----- CLE nodes ----- */

/* Columns */
.node-cle .group-details {
	float: left;
	width: 55%;
	border-right: 1px solid #d3d8db;
	padding-right: 2.9%;
}
.node-cle .group-location {
	float: right;
	width: 39%;
}

.node-cle .field-name-field-multidates {
	font-size: 114.2%;
	font-weight: 700;
}
.node-cle .field-name-field-cle-hours {
	font-size: 92.8%;
	font-weight: 700;
}

.node-cle .field-name-field-cle-videoreplay {
	margin: .3em 0;
}

.node-cle .field-name-field-cle-mcle, .node-cle .field-name-field-cle-mcle div,
.node-cle .field-name-field-cle-pmcle, .node-cle .field-name-field-cle-pmcle div {
	display: inline;
}
.node-cle .field-name-field-cle-pmcle::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* ----- Daily Legal News ----- */

.node-dailylegalnews h2 {
	margin-bottom: .2em;
	font-size: 114.28%;
}
.node-dailylegalnews .content {
	margin-bottom: 1.4em;
}
.node-dailylegalnews .content p {
	margin-bottom: 0.1em;
}
.node-dailylegalnews .content .field-name-field-newssource .field-label {
	font-weight: normal;
}
.node-dailylegalnews .content .field-name-field-newssource .field-items {
	font-style: italic;
}

/* Unpublished nodes */
.view-dailylegalnews .node-unpublished {
	padding: 1em;
	margin: -1em -1em 1.3em;
}
.view-dailylegalnews .node-unpublished .content {
	margin-bottom: 0;
}

/* Admin sortable view: Unpublished row (class added in script) */
#draggableviews-table-dailylegalnews-reorder tr.row-unpublished td {
	background-color: #fff4f4;
}




/* ----- Events & Dates ----- */

/* Events table */
table.events {
	width: 100%;
	margin: 0 0 1.6em;
}
table.events th {
	padding: 5px 7px;
	border: 1px solid #fff;
	vertical-align: top;
	background-color: #86949e;
	color: #fff;
	text-align: left;
}


/* ----- Bar News (formerly ILN) ----- */

/* --- Top link bar --- */

/* Add space if no image */

.title-banner + .barnews-links {
  margin-top: 2.2rem;
}
.title-banner.barnews + .barnews-links,
.title-banner.size-short + .barnews-links,
.title-banner.size-tall + .barnews-links {
  margin-top: 0;
}

.region-banner > .barnews-links {
  background-color: #ccc;
}
.region-banner > .barnews-links > .container {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

/* Columns */
.barnews-links .content > .item-list > ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.barnews-links .content > .item-list > ul > li {
  position: relative;
  flex: 1 1 auto;
  margin: 0 1.5rem 0 0;
  padding: 0;
}
  .barnews-links .content > .item-list > ul > li:last-child {
    margin-right: 0;
  }

@media only screen and (max-width: 690px) {
  /* Collapse columns on mobile */
  .barnews-links .content > .item-list > ul {
    flex-flow: column nowrap;
    justify-content: space-between;
    font-size: 0.92rem;
  }
  .barnews-links .content > .item-list > ul > li {
    margin: 0 0 1.2rem;
  }
  .barnews-links .content > .item-list > ul > li:last-child {
    margin-bottom: 0;
  }
}

/* Button and heading */
.barnews-links .content h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.barnews-links .content h3 button {
  display: flex;
  flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
  width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0.8rem 1rem;
	border: none;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: none;
	text-align: left;
	font: 600 1.14em/1.5 "Open Sans",sans-serif;
	letter-spacing: 0;
	text-shadow: none;
	color: #777;
}
.barnews-links .content h3 button > span {
  margin-right: 0.3rem;
}
.barnews-links .content h3 button > span.active { /* Injected by script */
  color: #87212e;
}

/* Hidden link lists */
.barnews-links .content .view-iln-sidebar {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.barnews-links .content .view-iln-sidebar .view-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.barnews-links .content .view-iln-sidebar .view-content ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
.barnews-links .content .view-iln-sidebar .view-content ul > li:last-child {
  border-bottom: none;
}
.barnews-links .content .view-iln-sidebar .view-content ul > li.vocabulary { /* Category name injected by script */
  padding: 0.6rem 1rem;
  background-color: #f5f5f5;
	font: 600 1.14em/1.5 "Open Sans",sans-serif;
  color: #777;
}

.barnews-links .content .view-iln-sidebar .view-content ul > li a {
  display: block;
  padding: 0.6rem 1rem;
  color: #424a52;
}
.barnews-links .content .view-iln-sidebar .view-content ul > li a:hover {
  background-color: #eee;
  text-decoration: none;
}
.barnews-links .content .view-iln-sidebar .view-content ul > li a.active {
  color: #87212e;
}


/* --- Intro photo boxes --- */

/* Fallback floats for IE */
#block-isba-iln-photoboxes-landing .content > .item-list > ul {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
}
#block-isba-iln-photoboxes-landing .content > .item-list > ul::after { /* Clear after floats */
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
#block-isba-iln-photoboxes-landing .content > .item-list > ul > li {
  float: right;
  width: 40%;
  margin: 0 0 20px;
  padding: 0;
}
#block-isba-iln-photoboxes-landing .content > .item-list > ul > li:first-child {
  float: left;
  width: calc(60% - 20px);
}

/* Grid support */
@supports (display: grid) {
  #block-isba-iln-photoboxes-landing .content > .item-list > ul {
    display: grid;
    grid-template-columns: calc(60% - 10px) calc(40% - 10px);
    grid-gap: 20px 20px;
    margin: 0 0 4rem;
    padding: 0;
    list-style: none;
  }
  #block-isba-iln-photoboxes-landing .content > .item-list > ul::after { /* Remove clearfloat */
    content: none;
  }

  #block-isba-iln-photoboxes-landing .content > .item-list > ul > li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #block-isba-iln-photoboxes-landing .content > .item-list > ul > li:first-child {
    grid-row-start: span 2;
    float: none;
    width: auto;
  }
}

#block-isba-iln-photoboxes-landing .content .photobox {
  margin: 0;
}

@media only screen and (max-width: 820px) {
  /* Tablet: Collapse grid; make all boxes same size (larger) */
  #block-isba-iln-photoboxes-landing .content > .item-list > ul {
    grid-template-columns: auto;
  }
  #block-isba-iln-photoboxes-landing .content > .item-list > ul > li,
  #block-isba-iln-photoboxes-landing .content > .item-list > ul > li:first-child { /* IE11 float version */
    float: none;
    width: auto;
  }
  #block-isba-iln-photoboxes-landing .photobox,
  #block-isba-iln-photoboxes-landing .photobox > .image {
    min-height: 340px !important;
  }
}
@media only screen and (max-width: 472px) {
  /* Mobile: Make all boxes same size (smaller) */
  #block-isba-iln-photoboxes-landing .photobox,
  #block-isba-iln-photoboxes-landing .photobox > .image {
    min-height: 150px !important;
  }
}


/* Main view */
.view-iln .views-field-created,
.view-iln .views-sep,
.view-iln .views-field-field-iln-categories {
  font-size: 0.857rem;
  color: #666;
}
.view-iln .views-field-field-iln-categories a {
  color: #777;
  font-weight: 400;
}
.view-iln .views-field-title {
  margin-top: 0.4em;
  margin-bottom: 1.2em;
}
.view-iln .views-field-body > .field-content > p:last-child { /* Remove teaser bottom margin */
  margin-bottom: 0;
}

/* Featured/gallery image */
.view-iln .views-field-field-gallery-images,
.view-iln .views-field-field-featured-image {
  float: right;
  margin: 0 0 0 1.5rem;
}
.view-iln .views-field-field-gallery-images img,
.view-iln .views-field-field-featured-image img { /* Limit height of image only */
  max-height: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
  /* Don't float image */
  .view-iln .views-field-field-gallery-images,
  .view-iln .views-field-field-featured-image {
    float: none;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .view-iln .views-field-field-gallery-images img,
  .view-iln .views-field-field-featured-image img {
    height: auto;
    max-height: none;
  }
}
@media only screen and (max-width: 450px) {
  /* Don't float image */
  .view-iln .views-field-field-gallery-images,
  .view-iln .views-field-field-featured-image {
    float: none;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .view-iln .views-field-field-gallery-images img,
  .view-iln .views-field-field-featured-image img {
    height: auto;
    max-height: none;
  }
}


/* Sponsored row */
.view-iln ul.link-list > li.row-sponsored {
  position: relative;
  z-index: 2;
  margin-left: -30px;
  margin-right: -30px;
  border: 1px solid #87212e;
  padding: 0 30px 30px;
}
.view-iln ul.link-list > li.row-sponsored + li.row-sponsored { /* Separate multiples */
  margin-top: 1.5em;
}

.row-sponsored .sponsored { /* Heading */
  margin: 0 -30px 1.4rem;
  padding: 0.6rem 1rem;
  background-color: #87212e;
  color: #fff;
}

@media only screen and (max-width: 414px) { /* Reduced edge padding on mobile */
  .view-iln ul.link-list > li.row-sponsored {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-sponsored .sponsored {
    margin-left: -15px;
    margin-right: -15px;
  }
}


/* Read more */
.node-blog-post.node-teaser .content .field-name-body .field-item > *:last-child /* Space body appropriately */ {
	margin-bottom: 0;
}

/* Featured image */
.node-blog-post .field-name-field-featured-image {
  margin: 0 auto 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .node-blog-post .field-name-field-featured-image {
    float: right;
    max-width: 50%;
    margin: 0 0 1.5rem 1.5rem;
  }
}


/* Node metadata */
.node-blog-post .content .blog-author,
.node-image-gallery .content .blog-author {
	margin: 1.5em 0 .2em .2em;
	border-top: 1px solid #d3d8db;
	padding-top: 1.6em;
	font-size: 92%;
}

.node-blog-post.node-teaser .content .blog-author, /* Above content on teasers */
.node-image-gallery.node-teaser .content .blog-author {
	margin: -1.1em 0 1em;
	border: none;
	padding: 0;
	color: #666;
	font-size: 85.7%;
}

.node-blog-post .field-type-taxonomy-term-reference,
.node-image-gallery .field-type-taxonomy-term-reference {
  display: flex;
  margin-bottom: 0.2em;
  margin-left: 0.2em;
  font-size: 92%;
}
.node-blog-post .field-type-taxonomy-term-reference > *,
.node-image-gallery .field-type-taxonomy-term-reference > * {
  float: none;
}

.node-blog-post .field-type-taxonomy-term-reference .field-label,
.node-image-gallery .field-type-taxonomy-term-reference .field-label {
  min-width: 6em;
  margin-right: 0.2em;
  font-weight: normal;
}
.node-blog-post .field-type-taxonomy-term-reference .field-items .field-item,
.node-image-gallery .field-type-taxonomy-term-reference .field-items .field-item {
  display: inline-block;
  margin-right: 1.2em;
  white-space: nowrap;
}

.node-blog-post .content .field-name-body .field-item img /* Shrink any images too wide for the available space */ {
	max-width: 100%;
	height: auto;
}
.node-blog-post .content .field-name-body figure /* Undo caption width limits */ {
	width: auto;
	margin: 0 0 1em;
}
  .node-blog-post .content .field-name-body figure.floatright {
    margin-left: 1em;
  }
  .node-blog-post .content .field-name-body figure.floatleft {
    margin-right: 1em;
  }

/* Legacy WordPress captions */
.node-blog-post .content .field-name-body figure.legacy-photo {
	float: right;
	margin: 0 0 1em 1em;
}


/* Photo Gallery View */
.node-image-gallery.node-teaser .field-name-field-gallery-images /* Left-column thumbnail */ {
	float: left;
	margin: .3em 0 0 0;
}
.node-image-gallery.node-teaser .field-name-field-gallery-images img /* Reduce retina-sized image */ {
	display: block;
	width: 120px;
	height: 120px;
}

.node-image-gallery.node-teaser > h2,
.node-image-gallery.node-teaser > .content /* Indent title and teaser content */ {
	margin-left: 135px;
}
.node-image-gallery.node-teaser .content .blog-author::after /* Remove clearfix */ {
	clear: none;
	display: none;
}
.node-image-gallery.node-teaser .content .field-item:last-child p:last-child {
	margin-bottom: 0;
}

/* Login button */
.node-blog-post + p {
  margin-top: 1rem;
}



/* -------- Ethics -------- */

.node-ethics .content > .field {
	margin-bottom: .6em;
}

/* Show date fields together */
.node-ethics .content > .field-name-field-month,
.node-ethics .content > .field-name-field-month *,
.node-ethics .content > .field-name-field-year,
.node-ethics .content > .field-name-field-year * {
	display: inline;
}
.node-ethics .content > .field-name-field-year .field-item::before {
	content: " ";
}

/* Hide file icon */
.node-ethics .content > .field-name-field-ethics-opinion-file img.file-icon {
	display: none;
}



/* -------- Expert Services -------- */

/* Landing page */
.view-expertsdirectory-term .view-content .views-row {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 3px solid #d3d8db;
}

/* Taxonomy term pages */
.node-expertservices h3.subtitle {
	margin: -0.4em 0 1.2em;
}

.node-expertservices .content .field-label {
	float: none;
	display: inline-block;
	font-weight: normal;
}
.node-expertservices .content .field-items {
	float: none;
	display: inline-block;
}
.node-expertservices .content .field {
	display: block;
}

.node-expertservices .field-name-field-expertlogo {
	margin-bottom: 1em;
}

/* Address */
.node-expertservices .content .field-name-field-expertstreet,
.node-expertservices .content .field-name-field-expertadditional {
	color: #444;
}

.node-expertservices .content .field-name-field-expertcity,
.node-expertservices .content .field-name-field-expertstate,
.node-expertservices .content .field-name-field-expertzipcode {
	display: inline;
	color: #444;
}

.node-expertservices .content .field-name-field-expertcity::after {
	content: ", ";
}
.node-expertservices .content .field-name-field-expertstate::after {
	content: " ";
}
.node-expertservices .content .field-name-field-expertzipcode::after {
	content: "";
	clear: both;
	margin-bottom: 1.4em;
}

.node-expertservices .content .field-name-field-expertphone,
.node-expertservices .content .field-name-field-experturl {
	margin-top: .8em;
}

/* Main content */
.node-expertservices .content .field-name-body {
	clear: both;
	margin-top: 1.5em;
}

/* Related terms (display as comma-separated list) */
.node-expertservices .content .field-name-field-service-areas {
	margin: 1.2em 0;
	padding: 1em 0 0;
	border-top: 3px solid #d3d8db;
}
.node-expertservices .content .field-name-field-service-areas .field-items .field-item {
	display: inline;
}
.node-expertservices .content .field-name-field-service-areas .field-items .field-item::after {
	content: ", ";
}
	.node-expertservices .content .field-name-field-service-areas .field-items .field-item:last-child::after {
		content: none;
}




/* Experts Services order webform */
#webform-client-form-1217 #webform-component-category_other {
	margin-left: 30px;
	margin-bottom: 1.5em;
}

#webform-client-form-1217 #webform-component-listing_type {
	margin: 1.5em 0;
}
#webform-client-form-1217 #webform-component-listing_type .form-radios {
	margin-top: .5em;
}

#webform-client-form-1217 #webform-component-listing_type .form-radios label {
	font-size: 115%;
	vertical-align: baseline;
}
#webform-client-form-1217 #webform-component-listing_type .form-radios input {
	vertical-align: baseline;
}

#webform-client-form-1217 span.indent {
	display: block;
	margin: 0 0 1em 22px;
}
#webform-client-form-1217 span.price {
	color: #0e736d;
}
#webform-client-form-1217 span.price strong {
	font-size: 100%;
}


#webform-client-form-1217 #webform-component-print_and_mail {
	font-size: 92.8%;
}
#webform-client-form-1217 #webform-component-print_and_mail p {
	margin-bottom: 1.1em;
}

#webform-client-form-1217 #edit-submitted-field-payment-expiration-month-wrapper {
	float: left;
	margin: 0 20px 0 0;
}



/* ----- ISBA elections webform ----- */

/* Textarea word count */
.webform-client-form .form-item.webform-component--about-the-applicant--biography label,
.webform-client-form .form-item.webform-component--about-the-applicant--illinois-lawyer-now-bio label {
	float: left;
}
.webform-client-form .wordcount {
	float: right;
	font-weight: 700;
}

.webform-client-form .form-item.webform-component--about-the-applicant--biography textarea,
.webform-client-form .form-item.webform-component--about-the-applicant--illinois-lawyer-now-bio textarea {
	clear: both;
}

.webform-client-form .wordcount.count-close {
	color: #ce6507;
}
.webform-client-form .wordcount.count-over {
	color: #ad0404;
}

.webform-client-form textarea.count-close {
	background-color: #fbfce5;
}
.webform-client-form textarea.count-over {
	background-color: #fce5e5;
}

.webform-client-form .count-over-message {
	margin: .4em 0 0;
	color: #ad0404;
	font-weight: 700;
}



/* ----- New Lawyers MCLE calculator ----- */

#mcle-calculator
{ margin-top:1em }
#mcle-calculator form .question
{ display:inline-block; min-width:45%; font-weight:bold }

@media only screen and (max-width: 767px) {
  #mcle-calculator strong.question
  { display:block }
}

#mcle-calculator form label
{ display:inline; font-weight:normal }

#mcle-calculator form input[type=radio]
{ margin-right:5px }
#mcle-calculator form select + select,
#mcle-calculator form label + label
{ margin-left:10px }

#mcle-calculator h5
{ margin:1.8em 0 .6em }
#mcle-calculator .answer-default
{ color:#444; font-size:92% }
#mcle-calculator .answer-calculated /* Hide real answer by default */
{ display:none }
	.cke_editable #mcle-calculator .answer-calculated /* Show within CKEditor */
	{ display:block }

#mcle-calculator .answer-calculated .answer
{ color:#000; background-color:#ffff99; padding:4px 6px; border-radius:8px; white-space:nowrap }



/* ----- Member section nodes ----- */

/* Newsletter heading */
.node-section #section-articles h4 a {
	font-weight: 300;
	color: #730e14;
}

/* Separate articles and cases */
.node-section #section-articles + #section-cases {
	margin-top: 1.2em;
	padding-top: 1.2em;
	border-top: 1px solid #d3d8db;
}

.node-section #section-cases ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node-section #section-cases ul > li {
  margin: 0 0 1.3rem;
  padding: 0;
  list-style: none;
}
.node-section #section-cases ul > li h4 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
}


.node-section #section-cle,
.node-section #section-events {
	margin-bottom: 1.2em;
	border-bottom: 1px solid #d3d8db;
}


/* Join section box */
.node-section .join-section {
  background-color:#fffaea;
  border:3px solid #e3cd89;
  border-radius:6px;
  font-size:106.25%;
}

/* Section event view title (may not be linked) */
.view-section-events .views-field-field-redirect {
  font-weight: bold;
}



/* ----- Section Newsletters ----- */

/* Issue metadata block */
#block-isba-membersections-newsletter-issue-number .content {
  margin-bottom: 1.6rem;
  color: #626a72;
  line-height: 1.2;
}
#block-isba-membersections-newsletter-issue-number .content span { /* Don't wrap individual components */
  white-space: nowrap;
}
#block-isba-membersections-newsletter-issue-number .content a {
	font-weight: 400;
}
#block-isba-membersections-newsletter-issue-number .file-icon { /* Hide default PDF icon */
  display: none;
}


/* Credits block */
.sectionnews-credits {
	text-align: center;
}
.sectionnews-credits div.field-disclaimer,
.sectionnews-credits div.field-disclaimer p {
	text-align: left;
}

/* Columns */
#sectionnews-issues {
	float: left;
	width: 326px;
	margin: 0 0 1em;
}

/* Issue lists */
#newsletter-index-link {
	margin: .9em 0 1.2em;
	font-weight: 700;
}

#archive-list h3 {
	display: block;
}
#archive-list a.index-link {
	display: block;
	margin: .7em 0 .4em;
	font-size: 85.7%;
}
#archive-list ul {
	margin-top: .4em;
}
	#archive-list ul.columns-two > li /* Fix two column spacing */ {
		margin-bottom: 0;
		padding-bottom: .6em;
	}


/* Issue from HTML newsletter */

.node-section-newsletter > .newsletter { /* Account for unpublished node background */
  background-color: transparent;
}
.node-section-newsletter * {
  font-family: "Open Sans",sans-serif !important;
}
.node-section-newsletter table {
	margin: 0;
}
.node-section-newsletter table tbody {
	border: none;
}
.node-section-newsletter table tr:nth-child(odd) {
	background-color: transparent;
}
.node-section-newsletter table td {
	padding: 0;
}

/* Hide old newsletter ads */
.node-section-newsletter .newsletter-intro .floatright,
.node-section-newsletter .newsletter-intro img[align=right] {
  display: none;
}

/* Advertisements */
.node-section-newsletter .newsletter-intro + .newsletter-ads {
  margin-top: 1.5rem;
}

.node-section-newsletter .image-advertisement a,
.node-section-newsletter .image-advertisement a img {
  display: inline-block;
}

/* Clean footer */
.node-section-newsletter .newsletter-footer {
  background-color: transparent;
  border-top: 1px solid #ddd;
}
.node-section-newsletter .newsletter-footer td {
  padding: 2.5rem 0 0;
}
.node-section-newsletter .newsletter-footer-logo {
  display: none;
}
.node-section-newsletter .newsletter-footer p {
  color: #555;
  font-size: 0.928rem;
  line-height: 1.5;
}
.node-section-newsletter .newsletter-footer a:link,
.node-section-newsletter .newsletter-footer a:visited {
  color: #87212e;
}
.node-section-newsletter .newsletter-footer a:hover,
.node-section-newsletter .newsletter-footer a:active {
  color: #b0384b;
}
.node-section-newsletter .newsletter-footer p:last-child {
  margin-bottom: 0;
}


/* Article input */
#edit-field-month-value-wrapper, #edit-field-year-0-value-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}


/* - Article - */

.node-section-article h2#issuenum {
	margin-bottom: .9em;
	font-size: 121.4%;
}
.node-section-article .sectionnews-authors {
	margin: 0 0 1.4em;
	font-size: 108%;
	font-style: italic;
}


/* ---- Doug's styles dugnap ----*/

.pad-left-right {
	padding-right: 9px;
	padding-left: 9px;
}
cite,
.citation {
	font-style: italic;
	color: #666;
}
.underline {
	text-decoration: underline;
}


/* --- Doug's IBJ styles --- */

.copyhead {
	font-weight: bold;
	font-size: 110%;
}
.bio {
	font-style: italic;
}
.emphasis {
	font-weight: bold;
}

.ilu-copyhed-2 {
	color: #424a52;
	font-size: 130%;
}
p.ilu-copyhed-2 {
	margin-bottom: 1.4em;
}

.ilu-approved-line, .ilu-copyhed-3, .ilu-admhed-4 {
	font-weight: bold;
	font-size: 110%;
}
p.ilu-approved-line, .ilu-copyhed-3, .ilu-admhed-4 {
	margin-top: -1.5em;
	margin-bottom: .5em;
}

/* --- Doug's previous newsletter styles --- */

.pad {
	padding: 6px;
}
.author-bio, .author-bio-gp {
	font-style: italic;
}
.subheading, .subhead {
	font-size: 120%;
	font-weight: bold;
}
.sub-subheading {
	font-weight: bold;
}
.italic, .body-italic, .hyperlink_italic {
	font-style: italic;
}

.hyperlink-bold-italic, .bold-italic, .body-bold-italic {
	font-style: italic;
	font-weight: bold;
}

.bold, .body-bold {
	font-weight: bold;
}

.superscript, headline-superscript {
	vertical-align: super;
	font-size: 60%;
}

.bullets {
	margin-left: 2em;
}
.bullets-2 {
	margin-left: 4em;
}
.bullets-3 {
	margin-left: 6em;
}
.bullets-4 {
	margin-left: 8em;
}
.bullets_5, .bullets-5 {
	margin-left: 10em;
}
.bullets-6 {
	margin-left: 12em;
}
.bullets-7 {
	margin-left: 14em;
}
.bullets-8 {
	margin-left: 16em;
}
.quote-bullets, .quote {
	margin-left: 3em;
	margin-right: 3em;
}
.quote-bullets-2, .quote-2 {
	margin-left: 6em;
	margin-right: 6em;
}
.quote-bullets-3, .quote-3 {
	margin-left: 9em;
	margin-right: 6em;
}
.quote-bullets-4, .quote-4 {
	margin-left: 12em;
	margin-right: 6em;
}

.table-copy {
	font-size: 90%;
}

.pubinfo {
	font-weight: 700;
}
.endnotes {
	font-style: italic;
	font-size: 90%;
}



/* -------- Court cases -------- */

/* Full nodes */
.node .content .field-name-field-cases-ilcourt {
	font-weight: bold;
	font-size: 115.4%;
}
.node .content .field-name-field-cases-type {
	font-weight: bold;
	font-size: 108%;
}

.node .content .field-name-field-court-case-subjects {
	margin: .4em 0 1em;
}
.node .content .field-name-field-court-case-subjects .field-item {
	display: inline;
}

.node .content .field-name-field-court-case-subjects .field-items::before {
	content: "Subject: ";
}

.node .content .field-name-field-court-case-subjects .field-item::before {
	content: ", ";
}
	.node .content .field-name-field-court-case-subjects .field-item:first-child::before {
		content: none;
}

.node .content .field-name-field-cases-url {
	float: right;
	font-size: 115.4%;
}
.node .content .field-name-field-cases-url .fa-external-link-alt {
	margin-right: .5em;
	vertical-align: -0.05em;
}

.node .content .group-citation .fieldset-wrapper .field-label {
	min-width: 9em;
	margin-right: .4em;
}

/* Teaser nodes (View) */
.view-case-digest .view-content .item-list > ul {
	margin: 0 0 1.4em;
	padding: 0;
}
.view-case-digest .view-content .views-row {
	margin: 0 0 1.6em;
	padding: 0 0 1.8em;
	border-bottom: 3px solid #d3d8db;
	list-style: none;
	background: none;
}
.view-case-digest .view-content .views-row.views-row-last {
	border-bottom: none;
}

.view-case-digest .view-content .views-row .views-field-field-court-case-subjects {
	margin-bottom: .1em;
	font-weight: bold;
	font-size: 106.25%;
}

.view-case-digest .view-content .views-row .views-field-title .field-content::after /* Separate case number */ {
	content: ", ";
}
.view-case-digest .view-content .views-row .views-field-field-cases-number .field-content,
.view-case-digest .view-content .views-row .views-field-field-cases-date .field-content {
	white-space: nowrap;
}

.view-case-digest .view-content .views-row .views-field-body {
	margin-top: .7em;
}
.view-case-digest .view-content .views-row .views-field-body > .field-content > *:last-child {
	margin-bottom: 0;
}

.view-case-digest .view-content .views-row .views-field-field-cases-ilcourt {
	clear: both;
	display: inline-block;
	margin: .9em 0 0;
	color: #666;
	font-size: 93.75%;
}
.view-case-digest .view-content .views-row .views-field-field-cases-type {
	display: inline-block;
	color: #666;
	font-size: 93.75%;
}


/* --- Case Digest exposed filter form --- */

#views-exposed-form-case-digest-page {
	margin: 0 0 1.5rem;
	padding: 1.4rem;
	background: #eee none;
}
#views-exposed-form-case-digest-page > h3 {
	margin: 0 0 .5em;
}

#views-exposed-form-case-digest-page input.form-text { /* Reduce textfield size */
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  #views-exposed-form-case-digest-page input.form-text {
    width: auto;
    max-width: 65vw
  }
}

/* Groups */
#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset {
	margin: 0 0 0.6em;
	padding: 0.6em 0 0.8em;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
}
#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Group icons */
#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset > legend {
	float: left;
	min-width: 9.5em;
	height: auto;
	font-size: 112.5%;
	margin: 0.2em 0 0;
	padding: 0;
	font-weight: bold;
}
#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset > legend .fa-fw {
	margin-right: .4em;
}

#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset > div {
	float: none;
	margin-left: 12em;
	padding: 0;
}

/* Mobile support */
@media only screen and (max-width: 767px) {
	#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset {
		width: auto;
  }
	#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset > legend {
		float: none;
		min-width: 0;
		margin: 0 0 0.3em;
	}
	#views-exposed-form-case-digest-page .views-exposed-widgets > fieldset > div {
		margin-left: 0;
	}
}

/* Keywords */
#views-exposed-form-case-digest-page #filter-keywords {
	padding-top: 0;
}
#views-exposed-form-case-digest-page #edit-keywords-wrapper > label {
	display: none;
}
#views-exposed-form-case-digest-page #edit-keywords-wrapper .views-operator {
	display: inline-block;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
}
#views-exposed-form-case-digest-page #edit-keywords-wrapper div {
	display: inline;
}

/* Courts */
#views-exposed-form-case-digest-page #edit-ilcourt-wrapper > label,
#views-exposed-form-case-digest-page #edit-7thcourt-wrapper > label {
	display: none;
}

#views-exposed-form-case-digest-page #edit-ilcourt-wrapper {
	margin-bottom: 0;
}

#views-exposed-form-case-digest-page #edit-7thcourt-wrapper::after,
#views-exposed-form-case-digest-page #edit-type-wrapper::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#views-exposed-form-case-digest-page #edit-ilcourt-wrapper .form-item,
#views-exposed-form-case-digest-page #edit-7thcourt-wrapper .form-item {
	float: left;
	margin-right: 1em;
}

#views-exposed-form-case-digest-page #edit-ilcourt-wrapper .form-item label,
#views-exposed-form-case-digest-page #edit-7thcourt-wrapper .form-item label,
#views-exposed-form-case-digest-page #edit-type-wrapper .form-item label {
	font-weight: normal;
}

#views-exposed-form-case-digest-page #edit-type-wrapper {
	margin-top: .5em;
}
#views-exposed-form-case-digest-page #edit-type-wrapper > label /* Make Type label inline */ {
	display: inline-block;
	margin-right: .5em;
}
#views-exposed-form-case-digest-page #edit-type-wrapper * {
	display: inline-block;
}
#views-exposed-form-case-digest-page #edit-type-wrapper .form-item {
	margin-right: 1.1em;
}

/* Topics */
#views-exposed-form-case-digest-page #filter-topic > legend {
  margin-top: -0.2em;
}
#views-exposed-form-case-digest-page #edit-practice-areas-wrapper > label {
	display: none;
}

@media only screen and (max-width: 767px) {
	#views-exposed-form-case-digest-page #filter-topic .views-exposed-widget select {
		width: 100%;
  }
}

/* Dates */
#views-exposed-form-case-digest-page .views-widget-filter-field_cases_date_value > label { /* Replaced with custom label */
	display: none;
}

#views-exposed-form-case-digest-page .views-widget-filter-field_cases_date_value .form-type-textfield {
  display: flex;
  flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
#views-exposed-form-case-digest-page .views-widget-filter-field_cases_date_value > .views-widget label {
	flex-basis: 7.5rem;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 92%;
}

#views-exposed-form-case-digest-page .views-widget-filter-field_cases_date_value > .views-widget .description {
	display: none;
}
#views-exposed-form-case-digest-page .views-widget-filter-field_cases_date_value #edit-field-cases-date-value-min-wrapper {
	margin-bottom: .4em;
}
#views-exposed-form-case-digest-page .views-widget-filter-field_cases_date_value .container-inline-date {
	clear: none;
}

/* Submit button */
#views-exposed-form-case-digest-page .views-exposed-widget.views-submit-button {
	clear: both;
	float: none;
	margin: 0 0 0 12em;
	padding: 0;
}
#views-exposed-form-case-digest-page .views-exposed-widget.views-submit-button .form-submit {
	margin-top: .5em;
}

@media only screen and (max-width: 767px) {
	#views-exposed-form-case-digest-page .views-exposed-widget.views-submit-button {
		margin-left: 0;
  }
}



/* ----- Legislation ----- */

.node-legislation .content .field-name-field-legislation-topic {
	margin: 0 0 1.4em;
	font-size: 115%;
}

.node-legislation .content .field-name-field-cases-url {
	clear: both;
	float: none;
	display: block;
	margin: 1.4em 0 0;
	font-size: 115.4%;
	font-weight: bold;
}



/* -------- E-Clips web view -------- */

/* Hide mobile help text */
#eclips-mobile-help {
	display: none;
}

/* Override default table styles */
#eclips tbody {
  border-top: none;
}
#eclips tr:nth-child(odd) {
  background-color: transparent;
}


/* ----- News: Press Releases ----- */

/* Latest Releases */
.view-pressreleases.view-display-id-latest .view-content ul {
  margin: 0 0 1.4em;
  padding: 0;
}
.view-pressreleases.view-display-id-latest .view-content ul > li {
  margin: 0 0 1.1em;
  padding: 0;
  list-style-type: none;
  background: none;
  line-height: 1.2;
}

/* Year browser (inline list wrapping) */
.view-pressreleases.view-display-id-years .view-content ul.views-summary {
  display: flex;
  flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.view-pressreleases.view-display-id-years .view-content ul.views-summary > li {
  margin-bottom: 0.2em;
  margin-right: 0.9em;
}


/* Full pages */
.node-pressrelease .content .field-name-field-presscontact {
	margin-bottom: 1.2em;
}
.node-pressrelease .content .field-name-field-presscontact .field-label {
	text-transform: uppercase;
}

.node-pressrelease .content .field-name-field-singledate {
	margin-bottom: 1.2em;
}
.node-pressrelease .content .field-name-field-singledate .field-label {
	text-transform: uppercase;
	font-style: italic;
}
.node-pressrelease .content .field-name-field-singledate .field-items {
	font-style: italic;
}

/* Yearly archives (teasers) */
.node-pressrelease.node-teaser .field-name-field-singledate {
	display: block;
	margin: 0 0 .1em;
	font-size: 110%;
	font-weight: bold;
}
.node-pressrelease.node-teaser .field-title {
	margin: 0;
}
.node-pressrelease.node-teaser .content .field-name-body {
	margin-bottom: 1.6em;
}



/* ---------- Illinois Bar Journal (IBJ) ---------- */

/* Masthead */
.ibj-submast {
	margin: 0 auto 2.1em;
	color: #626a72;
}
.ibj-submast p {
	margin: 0;
	line-height: 1.2;
}
.ibj-submast span {
	white-space: nowrap;
}
.ibj-submast a {
	font-weight: 400;
}

/* Printer icon (injected by script) */
.ibj-submast span.ibj-print a > .fa-print {
	margin-right: 4px;
	color: #727a82;
}
	.ibj-submast span.ibj-print a:hover > .fa-print {
		color: #424a52;
  }


/* - Current Issue - */
.view-ibj-current {
	margin: 0 0 1.5em;
}
.view-ibj-current .views-field-field-ibj-cover {
	float: right;
	margin: -4em 0 8px 10px;
}
.view-ibj-current .views-field-title {
	margin-bottom: .2em;
	font-weight: bold;
}


/* - Archive covers - */
.view-ibj-archives .view-content h3 {
  margin-bottom: 1em;
  font-size: 171.4%;
}

.view-ibj-archives .view-content .item-list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
  margin: 0 0 1.4em;
  padding: 0;
  list-style: none;
}
.view-ibj-archives .view-content .item-list ul > li {
  margin: 0 1.4em 1.4em 0;
  padding: 0;
	text-align: center;
	font-weight: bold;
}
.view-ibj-archives .views-field-field-ibj-cover {
	margin-bottom: .2em;
}


/* - Table of contents - */

/* Cover image */
#ibj-cover {
	position: relative;
	z-index: 1;
	float: right;
	margin: 0 0 1em 16px;
	text-align: center;
	font-weight: bold;
	font-size: 114.2%;
}

@media only screen and (max-width: 900px) {
  /* Wrap on mobile */
  #ibj-cover {
    float: none;
    margin: 0 0 1.2em;
  }
}

/* Download link */
.node-ibj-issue #ibj-cover a::after {
	content: " ";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	vertical-align: middle;
	background: url("../images/icon_pdf@2x.png") no-repeat;
	background-size: 14px auto;
}
.node-ibj-issue #ibj-cover img {
	display: block;
	margin: 0 auto .8em;
}


/* Groups */
.node-ibj-issue > h3, .view-ibj-toc .view-content > h3 {
	margin-bottom: .3em;
	padding-bottom: .2em;
	border-bottom: 1px solid #ebebeb;
	text-transform: uppercase;
	font-size: 153%;
}

.node-ibj-issue .view-ibj-toc {
	margin-bottom: 2.5em;
}
.node-ibj-issue .views-row.views-row-last {
	margin-bottom: 2.5em;
}

.node-ibj-issue .view-ibj-toc .ibj-practicenews .teaser {
	margin: .2em 0;
}

.node-ibj-issue .view-ibj-toc .ibj-practicenews p {
	margin: 0;
	font-size: 100%;
	line-height: 1.5;
}

/* LawPulse */
.view-ibj-lawpulse .view-content ul {
	margin-top: 0.3em;
}
.node-ibj-lawpulse .view-ibj-lawpulse .view-content ul { /* When embedded within node */
  margin-bottom: 0;
}
.view-ibj-lawpulse .view-content ul > li {
	margin-bottom: 0.4em;
}

/* Page number */
.node-ibj-issue .views-row /* Push space for page number */ {
	margin-bottom: .7em;
	padding-left: 4.2em;
}

.node-ibj-issue .views-field-field-ibj-page {
	float: left;
	margin: 0 10px .8em -4.2em;
}
.node-ibj-issue .views-field-field-ibj-page .field-content {
	font: 300 30px/1.2 "Open Sans",sans-serif;
	color: #424a52;
}

/* Title pillbox */
.node-ibj-issue .views-field-field-ibj-subtitle {
	display: inline-block;
	margin: 7px 8px 0 0;
	padding: 2px 4px;
	font: 600 14px/1.3 "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures;
	text-transform: uppercase;
}
	.node-ibj-issue .views-field-field-ibj-subtitle div {
		display: inline;
  }

	.node-ibj-issue .views-row.ibj-practicenews .views-field-field-ibj-subtitle {
		background-color: #253453;
  	color: #fff;
  }
	.node-ibj-issue .views-row.ibj-Articles .views-field-field-ibj-subtitle {
		background-color: #bfa98a;
  	color: #730e14;
  }
	.node-ibj-issue .views-row.ibj-Columns .views-field-field-ibj-subtitle {
		background-color: #233b2e;
  	color: #c4af96;
  }


/* LawPulse authors */
.node-ibj-issue .views-field-field-lawpulse-authors {
	display: inline;
	margin: 6px 0 0 6px;
	font-weight: bold;
}

	.node-ibj-issue .views-field-field-lawpulse-authors span /* Don't wrap individual names */ {
		white-space: nowrap;
}

/* Article authors */
.node-ibj-issue .views-field-field-authors {
	display: inline-block;
	margin: 6px 0 0 6px !important;
	font-weight: bold;
	white-space: nowrap;
}

.node-ibj-issue .views-field-field-title {
	display: block;
	margin-top: .4em;
}
.node-ibj-issue .views-field-body {
	display: block;
	margin-top: .2em;
	line-height: 1.3;
}
.node-ibj-issue .views-field-body p /* Reset all body styles */ {
	margin: 0;
	font-size: 100%;
	line-height: 1.3;
	color: #424a52;
}

/* LawPulse author bio */
.node-ibj-lawpulse .field-name-field-ibj-lawpulse-authorbio {
	color: #424a52;
}
.node-ibj-lawpulse .field-name-field-ibj-lawpulse-authorbio p:last-child {
	margin-bottom: 0;
}

/* Stylize unpublished LawPulse (admins/editor only)  */
.view-ibj-lawpulse .row-unpublished {
  background-color: #fff4f4;
  outline: 0.3rem solid #fff4f4;
}

/* Unpublished IBJ Issue: Change style color (articles are visible) */
.node-ibj-issue.node-unpublished {
  background-color: #fffdfd;
}

/* Stylize unpublished articles (admins/editor only)  */
.node-ibj-issue .views-row.row-unpublished {
  background-color: #fff4f4;
  outline: 0.6rem solid #fff4f4;
}
.node-ibj-issue .views-row.row-unpublished .views-field-field-ibj-page .field-content {
  color: #777;
}


/* - Articles and ILU - */

/* Subtitle on top */
.node-ibj-article h2#ibj-subtitle,
.node-ibj-lawpulse h1#ibj-title {
	margin-bottom: .2em;
	font-size: 1.428em;
	color: #626a72;
}

.node-ibj-article h1#ibj-title {
	margin-bottom: 0.7em;
	font-size: 1.857em;
}

.node-ibj-article .field-name-field-authors,
.node-ibj-lawpulse .field-name-field-authors,
.node-ibj-ilu .ibj-authors,
.view-ibj-ilu .ibj-authors {
	margin: -0.3em 0 1.9em;
}


/* Takeaways */
.field-name-field-ibj-takeaways {
	clear: both;
	position: relative;
	margin: 0 0 2em;
	padding: 1.4rem;
	background: #eee none;
	border: none;
	border-radius: 0;
}
.field-name-field-ibj-takeaways .field-item > *:last-child,
.field-name-field-ibj-takeaways .field-item > ul:last-child > li:last-child {
	margin-bottom: 0;
}

.field-name-field-ibj-takeaways h3.title {
  margin: 0 0 0.6em;
	text-transform: uppercase;
}


/* Illinois Law Update (ILU) */
.field-name-field-ilu-heading .field-item p,
.view-ibj-ilu .views-field-field-ilu-heading {
	margin: 0 0 .7em;
	color: #425d6a;
	font: 600 135.7%/1.1 "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures;
}

h2.ilu-title, .view-ibj-ilu .views-field-field-title {
	margin: 0 0 1em;
	color: #313b42;
	font: 138.5%/1.2 "Open Sans",sans-serif;
}
	h2.ilu-title em, .view-ibj-ilu .views-field-field-title em {
		font-weight: bold;
	  font-style: italic;
  	font-family: "Open Sans",sans-serif;
  }

.field-name-field-ilu-subtitle,
.view-ibj-ilu .views-field-field-title + .views-field-field-ilu-subtitle {
	margin: -0.9em 0 1.2em;
	color: #424a52;
	font-weight: bold;
	font-size: 115.4%;
	line-height: 1.2;
}

	.field-name-field-ilu-subtitle {
		margin-top: 0;
}

	.view-ibj-ilu .views-field-field-ilu-heading p,
	.view-ibj-ilu .views-field-field-title p,
	.view-ibj-ilu .views-field-field-ilu-subtitle p {
		margin: 0;
}

/* View header and footer */
.view-ilu-header {
	margin: -.3em 0 1.4em;
}
.view-ilu-contributors {
	margin-top: 1.3em;
	padding-top: 1.3em;
	border-top: 3px solid #d3d8db;
}
.view-ilu-contributors > *:last-child {
	margin-bottom: 0;
}


/* Primary Grouping */
.view-ibj-ilu .view-header > h2 {
	margin-bottom: .4em;
	font-size: 171.4%;
}
.view-ibj-ilu .view-content > h3 {
	margin-bottom: 1.5em;
	font-size: 161.6%;
}
.view-ibj-ilu.view-display-id-page > .view-content > h3 {
	margin-top: 1.3em;
	padding-top: 1.3em;
	border-top: 3px solid #d3d8db;
}

/* Cases sub-grouping */
.view-ibj-ilu.view-ibj-ilu-cases .view-content > h3 {
	margin-bottom: 1em;
	font-size: 146.2%;
}
.view-ibj-ilu.view-ibj-ilu-cases .views-row + h3 {
	margin-top: 1.4em;
	padding-top: 1.4em;
	border-top: 1px solid #d3d8db;
}


/* Row separtors */
.view-ibj-ilu .view-content .views-row {
	margin-bottom: 1.4em;
	padding-bottom: 1.4em;
	border-bottom: 1px solid #d3d8db;
}
	.view-ibj-ilu .view-content .views-row-last {
		margin-bottom: 0;
	  padding-bottom: 0;
	  border-bottom: none;
  }

.view-ibj-ilu .view-content .views-row .views-field-body .field-content > *:last-child /* Remove bottom margin */ {
	margin-bottom: 0;
}


/* - IBJ and Section Newsletter Indexes (Author, Subject, Title) - */

/* Summary lists */

/* Manual columns on subjects (to control wrapping) */
.indexes-summary {
	clear: both;
}
.indexes-summary h3 {
	margin-bottom: .5em;
}

/* Year lists */
.indexes-summary.indexes-titles ul {
	columns: 3;
}
.indexes-summary.indexes-titles ul > li {
  white-space: nowrap;
}


/* Author/subject dynamic index filter */
#index-filter {
	padding-right: 48px;
}
#index-filter label {
	display: inline;
	font-weight: 600;
	margin-right: 2px;
}
#index-filter-letters {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	margin: 0;
	padding: 0.4rem 0.2rem;
}


/* Article results (OLD) */

.indexes {
	margin: 0 0 2em;
}
.indexes .index-row {
	clear: both;
	margin: 0 0 1.4em;
}

.node-ibj.node-teaser > h2,
.indexes .title {
	display: block;
	margin: 0 0 0.2rem;
	color: #313b42;
	font: 1.07em/1.2 "Open Sans",sans-serif;
}
  .node-ibj.node-teaser > h2 em,
  .indexes .title em {
    font-weight: bold;
    font-style: italic;
    font-family: "Open Sans",sans-serif;
  }

.node-teaser .content .field-name-field-authors,
.indexes .authors {
	display: block;
	margin-top: 0;
	margin-bottom: 0.2rem;
	color: #424a52;
}
	.node-teaser .content .field-name-field-authors span,
	.indexes .authors span /* Prevent wrapping of individual names */ {
		white-space: nowrap;
  }

.indexes .date, .indexes .type {
	font-weight: bold;
}

.node-ibj.node-teaser .content .field-name-body,
.indexes .teaser {
	display: block;
	margin-top: 0.3rem;
	font-size: 92.3%;
	line-height: 1.4;
}
.node-ibj.node-teaser .content .field-name-body p,
.indexes .teaser p /* Reset all body styles */ {
	margin: 0;
	font-size: 100%;
	line-height: 1.4;
	color: #424a52;
}

.indexes .pager {
	margin: 2em 0;
	border-top: 1px solid #d3d8db;
	padding-top: .8em;
	font-size: 107.7%;
}

.indexes .pager-top.floatright {
	float: right;
}

.indexes .pager-top .pager {
	margin-top: 0.4em;
	border-top: none;
	padding-top: 0;
}
.indexes .pager-top.floatright .pager {
	margin: 0.1em 0 1.6em 6px;
}

.indexes .item-list .pager li {
	padding: 0.4em 0.2em;
}
.indexes .pager li.pager-current {
	background-color: #d3d8db;
	border-radius: 1.6em;
	padding: 0.4em 0.7em;
}


/* IBJ node teaser formatting for indexes (NEW) */
.indexes > .node-ibj.node-teaser {
	clear: both;
	margin: 0 0 1.5rem;
}

.node-ibj.node-teaser .content .field-name-field-month,
.node-ibj.node-teaser .content .field-name-field-year,
.node-ibj.node-teaser .content .field-name-field-ibj-articletype,
.node-ibj.node-teaser .content .field-name-field-ibj-page,
.node-ibj.node-teaser .content .field div {
	display: inline;
}

.node-ibj.node-teaser .content .field-name-field-year::before,
.node-ibj.node-teaser .content .field-name-field-ibj-articletype::before {
	content: " ";
}

.node-ibj.node-teaser .content .field-name-field-month,
.node-ibj.node-teaser .content .field-name-field-year,
.node-ibj.node-teaser .content .field-name-field-ibj-articletype {
	font-weight: bold;
}


/* Comment metadata (also used for Bar News) */
.comment-data {
  display: block;
	margin-top: 0.3rem;
}

.comment-data > a.comment-count { /* Remove link color */
  color: #424a52;
}
.comment-data > .comment-count > svg {
  margin-right: 0.4em;
  margin-left: 0.1em;
  color: rgba(0, 0, 0, 0.5);
}
.comment-data > .last-comment-date {
  margin-left: 0.3em;
  font-size: 0.928rem;
}


/* Title indexes year navigation */
.index-years {
	border-bottom: 1px solid #d3d8db;
	padding-bottom: 1.6em;
	margin-bottom: 1.6em;
}
.index-years h3 {
  margin-bottom: 0.4em;
  font-size: 1rem;
}
.index-years ul {  /* Section newsletters */
  columns: 7;
  margin: 0;
}
.page-ibj .index-years ul { /* IBJ */
  columns: 4;
}

@media only screen and (max-width: 860px) {
  .index-years ul {
    columns: 5;
  }
  .page-ibj .index-years ul {
    columns: 3;
  }
}
@media only screen and (max-width: 640px) {
  .index-years ul {
    columns: 3;
  }
}

.index-years ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.index-years strong,
.index-years a /* Year name */ {
	font-size: 107.7%;
}
.index-years span {
	margin-left: 0.4em;
}


/* Sidebar logos */
.sidebar .block-ibj_logo .content img,
.sidebar .block-barnews_logo .content img {
	display: block;
  margin: 0 auto;
}

/* IBJ sidebar article cover */
#block-isba-ibj-ibj-current-issue .content {
  text-align: center;
}



/* -------- Custom blocks -------- */

/* Member gate; uses box class with extra border */
#block-membergate {
	border: 0.4rem solid #87212e;
}
#block-membergate > h2 {
  margin: -1.8rem -1.8rem 1.8rem;
}
#block-membergate .group /* Special messages */ {
	background-color: #fcfcfc;
}
#block-membergate p {
  font-size: 1.07em;
}


/* Daily Legal News date pager */
.dln-pager {
  display: flex;
  flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 2.5rem 0 1rem;
	font-size: 1.142rem;
}

.dln-pager a {
  margin: 0 1em;
  padding: 0.4em;
  white-space: nowrap;
}
.dln-pager .current-page {
  margin: 0 0.8em;
  white-space: nowrap;
}
.dln-pager strong {
  display: inline-block;
	padding: 0.4em 0.9em;
	border-radius: 1.6em;
	background-color: #2b3d47;
	color: #fff;
}
.dln-pager .current-page .fa-caret-left {
  margin-right: 0.1em;
  color: #2b3d47;
}
.dln-pager .current-page .fa-caret-right {
  margin-left: 0.1em;
  color: #2b3d47;
}


/* With ad sidebar */
@media only screen and (min-width: 768px) and (max-width: 940px) {
  /* Tighten spacing */
  .dln-pager strong {
    padding: 0.3em 0.6em;
  }

  /* Hide arrows */
  .dln-pager .fa-caret-left,
  .dln-pager .fa-caret-right {
    display: none;
  }

  .dln-pager a,
  .dln-pager .current-page {
    margin: 0 0.35em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
  .dln-pager {
  	font-size: 1rem;
  }
}


/* Collapsed ad sidebar */
@media only screen and (max-width: 566px) {
  /* Tighten spacing */
  .dln-pager strong {
    padding: 0.3em 0.6em;
  }

  /* Hide arrows */
  .dln-pager .fa-caret-left,
  .dln-pager .fa-caret-right {
    display: none;
  }

  .dln-pager a,
  .dln-pager .current-page {
    margin: 0 0.35em;
  }
}

@media only screen and (max-width: 460px) {
  .dln-pager {
  	font-size: 1rem;
  }
}

@media only screen and (max-width: 374px) {
  .dln-pager {
  	font-size: 0.85rem;
  }
  .dln-pager a,
  .dln-pager .current-page {
    margin: 0 0.15em;
  }
}


/* --- Custom pages --- */

/* Fastcase Login */
#node-16.node-single h1 {
	margin-bottom: 1em;
}


/* --- Practice Resource Center views --- */

.view-prc-articles {
	margin-top: .7em;
}
.view-prc-articles .view-content > .item-list > ul {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}
.view-prc-articles .view-content > .item-list > ul > li.views-row {
	margin: 0 0 1.4em;
	padding: 0;
	list-style: none;
	background: none;
}

.view-prc-articles .view-content .views-field-field-title {
	margin-bottom: .1em;
	font-size: 107.1%;
	line-height: 1.2;
	font-weight: bold;
}

.view-prc-articles .view-content .views-field-field-authors,
.view-prc-articles .view-content .views-field-field-sectionnews-masthead,
.view-prc-articles .view-content .views-field-field-month,
.view-prc-articles .view-content .views-field-field-year {
	color: #666;
}

.view-prc-articles .view-content .views-field-field-teaser {
	clear: both;
	margin-top: .2em;
}
.view-prc-articles .view-content .views-field-field-teaser p {
	margin: 0;
}



/* -------- Custom webforms -------- */
/* Additional styles for specific webforms located in isba_webform module */

/* Save Draft button */
input.webform-draft {
  margin-right: 1rem;
  color: #252;
}


/* Taller select boxes */
select.tall {
  min-height:13em;
}
select.taller {
  min-height:25em;
}


/* Join a section */
#webform-component-sections > label {
	display: none;
}
#webform-component-total {
	margin-bottom: 1.4em;
	font-size: 125%;
}

#webform-component-creditcard_type div.form-radios::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#webform-component-creditcard_type div.form-radios div.form-item,
#edit-submitted-group-payment-expiration-month-wrapper,
#webform-component-webform_cardtype div.form-item {
	float: left;
	margin: 0 20px 0 0;
}


/* Payment */
#payinfo fieldset#ccinfo {
	margin-left: 30px;
	padding-top: .1em;
}

#payinfo img.cctypes /* Inline types */ {
	display: block;
	margin: .8em 0 .5em;
}

#payinfo #edit-ccnumexpire-wrapper .form-item label /* Inline expiration */ {
	display: inline;
}

#payinfo.condensed #edit-ccnum-wrapper {
	float: left;
	margin: 0 20px 0 0;
}
#payinfo.condensed #edit-ccexpires-wrapper {
	float: left;
	margin: 0;
}
	#payinfo.condensed #edit-ccexpires-wrapper::after /* Clear after floats */ {
		content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

#payinfo.condensed .form-submit {
	display: block;
	clear: both;
}


/* Subtotal (older version) */
fieldset#payinfo {
	position: relative;
}
#register-total {
	margin-bottom: 1.2em;
	padding: 10px 15px;
	background-color: #730e14;
	font-size: 135%;
	line-height: 1.1;
	color: #fff;
	border-radius: 12px;
}
#register-total.free {
  background-color: #44535d;
}
#register-total span {
	margin-left: 8px;
	font-weight: bold;
}

/* Running subtotal field (newer version uses .subtotal wrapper class) */
.webform-client-form .form-item.subtotal {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.6rem 1.2rem;
  background-color: #730e14;
  font-size: 1.35rem;
  line-height: 1.1;
  color: #fff;
  border-radius: 0.9rem;
}
.webform-client-form .form-item.subtotal.free {
  background-color: #44535d;
}

.webform-client-form .form-item.subtotal > label {
  margin: 0 0.6rem 0 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
}
.webform-client-form .form-item.subtotal > .field-prefix {
  margin-right: 0.1rem;
  font-weight: 600;
}
.webform-client-form .form-item.subtotal > input.form-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 4em;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}


/* Nested fieldset columns (used by May Madness) */
.fieldset-columns > .fieldset-wrapper {
  display: flex;
}
.fieldset-columns > .fieldset-wrapper > fieldset {
  flex: 1 1 auto;
  margin: 0 2rem 0 0;
  padding: 0;
  background-color: transparent;
}
.fieldset-columns > .fieldset-wrapper > fieldset:last-child {
  margin-right: 0;
}

.fieldset-columns input[type=checkbox] + label,
.fieldset-columns input[type=radio] + label { /* Allow better wrapping */
  display: inline;
}

@media only screen and (max-width: 680px) {
  /* Collapse on mobile */
  .fieldset-columns > .fieldset-wrapper {
    display: block;
  }
  .fieldset-columns > .fieldset-wrapper > fieldset {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .fieldset-columns > .fieldset-wrapper > fieldset:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}


/* ----- Form Exchange ----- */

.view-form-exchange h3 {
	font-size: 145%;
}



/* ----- Drupal Views search results ----- */

.view.search .view-filters {
	margin-bottom: 2.5em;
}
.view.search .views-exposed-form input.form-text {
	min-width: 300px;
}

.view.search li.views-row {
	margin-bottom: 1.7em;
	padding-left: 0;
	background: none;
}

.view.search .result-title {
	margin-bottom: .2em;
	font-weight: bold;
	font-size: 114.3%;
}
.view.search .fa {
	margin-right: .4em;
	color: #777;
}
.view.search .search-info {
	margin-bottom: .3em;
	font-size: 92.8%;
}

@media only screen and (max-width: 568px) {
	/* Wrap URLs on mobile */
	.view.search .search-snippet {
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-break: normal;
  }
}

.view.search .item-list /* Pager */ {
	margin-top: 1.5em;
}




/* ---------- Homepage ---------- */

/* ----- Top tasks section ----- */

.home-top {
  margin-bottom: 2rem;
}
.home-top h2 {
  font-size: 2.3rem;
}

.home-top .sidebar .box h2 {
  margin: 0 0 .5em;
  padding: 0;
  background-color: transparent;
  font-size: 2.2rem;
  color: #424a52;
}

.home-top-tasks { /* Collapse default column whitespace */
  padding-right: 0;
}
.home-top-tasks ul.icons {
  padding: 0 12px;
}
.home-top-tasks ul.icons h3 {
  font-size: 1.5em;
}
.home-top-tasks ul.icons p {
  line-height: 1.3;
}

@media only screen and (min-width: 919px) and (max-width: 1024px) {
  /* Keep two columns longer than default icon list grid */
  .columns .home-top-tasks ul.icons.grid {
    grid-template-columns: repeat(2, 50%);
  }
}


/* ISBA Mutual box */
.home-isbamutual {
  margin-bottom: 1.4rem;
  border: 2px solid #d1d1d1;
  padding-top: 10px;
}
.home-isbamutual ul.icons {
  margin-bottom: 0;
  padding: 0 10px;
}
.home-isbamutual ul.icons > li { /* Reduce grid bottom padding */
  margin-bottom: 0;
}
.home-isbamutual .isbamutual-tag {
  margin: 0;
  padding: .6rem 10px;
  text-align: center;
  font-size: 92%;
  line-height: 1.6;
}
.home-isbamutual .isbamutual-tag a {
  color: #87212e;
  font-weight: 700;
}
.home-isbamutual .isbamutual-tag img {
  display: inline-block;
  width: 166px;
  vertical-align: middle;
  margin: 0 .6em;
}


/* ----- Sidebar ----- */

/* Match ad width */
.home-top .sidebar {
  max-width: 300px;
}


/* ----- News section ----- */

/* Reduce column padding */
.home-news .columns > div:nth-child(1) {
  padding-left: 0;
}
.home-news .columns > div:nth-child(2) {
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
.home-news .columns > div:nth-child(3) {
  padding-right: 0;
}

@media only screen and (min-width:966px) and (max-width: 1140px) {
  /* Reduce heading size before mobile collapse */
  .home-news h2 {
    font-size: 200%;
  }
}
@media only screen and (max-width:965px) {
  /* Stretch columns on mobile */
  .home-news .columns > div:nth-child(1),
  .home-news .columns > div:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
}

.view-dailylegalnews.view-display-id-front .view-content ul.link-list > li {
  padding-left: 30px;
  padding-right: 30px;
}
.view-dailylegalnews.view-display-id-front .view-content ul.link-list > li:hover { /* Undo negative margins */
  margin-left: 0;
  margin-right: 0;
}

.view-dailylegalnews.view-display-id-front .views-field-field-newssource {
  font-size: 0.9285em;
  color: #666;
}
.view-dailylegalnews.view-display-id-front .view-footer {
  padding: 1em 0;
}
.view-dailylegalnews.view-display-id-front .view-footer p {
  margin: 0;
}
.view-dailylegalnews.view-display-id-front .views-field-field-newssource .field-content {
  display: inline;
}

/* Empty list */
.view-dailylegalnews .view-empty {
  padding-left: 30px;
  padding-right: 30px;
}


/* ----- Notice section ----- */
.home-notice {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.home-notice p {
  font-size: 1.14rem;
}
.home-notice > .container > *:last-child,
.home-notice .content > *:last-child {
  margin-bottom: 0;
}

/* Light design */
.home-notice.light {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* Dark teal design */
.home-notice.dark {
  box-shadow: inset 0 0.4rem 1rem rgba(0, 0, 0, 0.5);
}
.home-notice.dark * {
  color: #fff;
}
.home-notice.dark h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.home-notice.dark a.button {
  background-color: #fff;
  color: #87212e;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
}
.home-notice.dark a.button:hover {
  color: #b80235;
  box-shadow: none;
}

/* Teal borders design */
.home-notice.dark-borders {
  background-color: #fff;
  border-top: 2rem solid #2b3d47;
  border-bottom: 2rem solid #2b3d47;
  box-shadow: inset 0 0.4rem 1rem rgba(0, 0, 0, 0.5);
}
.home-notice.dark-borders * {
  color: #2b3d47;
}
.home-notice.dark-borders a.button {
  color: #fff;
}


/* Show when visible */
html.js .home-notice .show-on-scroll {
  will-change: transform, opacity;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 1.1s ease-out,
              opacity 1.3s ease-out;
}
html.js .home-notice .show-on-scroll.is-visible {
  opacity: 1;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  html.js .home-notice .show-on-scroll {
    transition: none;
  }
}


/* ---------- Drupal Administration ---------- */

/* Bar News */
#edit-field-month-value-wrapper {
	float: left;
	margin-right: 14px;
}
#edit-field-barnewstype-value-Article-wrapper {
	float: left;
	margin: 0 14px 0 0;
}


/* Fullname author field */
#field_authors_values td > div {
	float: left;
	margin: 0 15px 0 0;
}

#field_authors_values .cck_fullname_first_wrapper input,
#field_authors_values .cck_fullname_last_wrapper input {
	width: 150px !important;
}

#field_authors_values .cck_fullname_middle_wrapper input {
	width: 100px !important;
}

#field_authors_values .cck_fullname_prefix_wrapper input,
#field_authors_values .cck_fullname_suffix_wrapper input {
	width: 60px !important;
}


#field-sectionnews-byline-items {
	margin: 1em 12px 1.5em;
	padding: 2px 12px 1em;
	background-color: #f6f6f6;
}

#field-sectionnews-byline-items label, #field-sectionnews-byline-items input {
	opacity: 0.6;
}

/* Deprecated IBJ article ILU option */
#edit-field-ibj-articletype-value-lawupdate-wrapper {
	opacity: 0.5;
}

/* Deprecated old teaser field */
#edit-field-ibj-teaser-0-value-wrapper,
#edit-field-sectionnews-abstract-0-value-wrapper {
	opacity: 0.6;
	margin: 1em 12px 1.5em;
	padding: 12px 12px 3px;
	background-color: #eee;
}


/* HTML title and subtitle fields: hide input format */
#edit-field-title-0-value-wrapper + fieldset.collapsible,
#edit-field-sectionnews-title-0-value-wrapper + fieldset.collapsible,
#edit-field-lawpulse-title-0-value-wrapper + fieldset.collapsible,
#edit-field-ibj-subtitle-0-value-wrapper + fieldset.collapsible,
#edit-field-ilu-heading-0-value-wrapper + fieldset.collapsible,
#edit-field-ilu-subtitle-0-value-wrapper + fieldset.collapsible {
	display: none;
}



/* -------- Comments -------- */

/* Comment wrapper */
#comments {
	clear: both;
	position: relative;
	margin: 2.5rem 0 0;
	border-top: 3px solid #eee;
	padding-top: 2.5rem;
}
#comments:target {
  scroll-margin-top: calc(6.57rem - 2.5rem - 3px); /* Sticky header height minus top border/padding */
}

#comments > h2.title {
	margin-bottom: .6em;
}

/* Comment count */
#comments > h2.title > small {
	display: inline-block;
	position: relative;
	top: -.15em;
	margin-left: 5px;
	font-size: 66.7%;
}

/* Comment form */
.node + #comment-form /* Extra spacing for full-page edit forms */ {
	margin-top: 2em;
}
.region-content > .block-system + .comment-form {
  margin-top: -4.4rem;
}

#comment-form {
  margin-bottom: 2.4rem;
}

#comment-form fieldset {
	margin: 0;
}
#comment-form h2 {
	margin-bottom: .6em;
}
#comment-form .form-item {
	margin: 0 0 1em;
}

#comment-form .form-item-comment-body-und-0-value label {
	margin-bottom: .2em;
}
#comment-form .filter-wrapper.form-wrapper /* Hide format bar */ {
	display: none;
}
#comment-form .form-actions {
	margin: 1em 0 0;
}


/* Individual comments */
.comment {
	clear: both;
	margin-bottom: 1.5em;
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #ebebeb;
}

/* Author metadata */
.comment > .submitted {
	margin: -15px -15px 1em;
	padding: .8em 15px .6em;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 3px 3px 0 0;
	background-color: #eaeaea;
	font-weight: bold;
}
.comment .comment-date, .comment .comment-time {
	white-space: nowrap;
}

/* Action links */
.comment ul.links {
	float: right;
	text-align: right;
	max-width: 40%;
	display: inline-block;
	margin: -0.2em 0 0 2em;
	padding: 0;
	font-weight: normal;
	font-size: 85.7%;
	line-height: 1.2;
}
.comment ul.links > li {
	margin-left: 0.7em;
	margin-right: 0;
}
.comment ul.links > li > a {
	display: inline-block;
	text-transform: capitalize;
	white-space: nowrap;
}
.comment ul.links > li > a > svg /* Font Awesome icons */ {
  margin-right: 0.4em;
  vertical-align: baseline;
}


/* Own post */
.comment.comment-by-viewer {
	background-color: #e4e4e4;
}
.comment.comment-by-viewer > .submitted {
	background-color: #cdcdcd;
}

/* Unpublished */
.comment.comment-unpublished {
	background-color: #fff4f4;
}
.comment.comment-unpublished > .submitted {
	background-color: #efe4e4;
}
.comment.comment-unpublished > .content {
	opacity: 0.65;
}

/* Member photo */
.comment .comment-photo {
	float: right;
	position: relative;
	z-index: 2;
	margin: 0 0 1.2em 1.5em;
}
.comment .comment-photo img.member-photo {
	display: block;
	max-width: 120px;
	max-height: 100px;
	border-radius: 4px;
}

/* Comment content */
.comment > .content > .field > .field-items > .field-item > *:last-child /* Reduce bottom padding */ {
	margin-bottom: 0;
}

/* New flag */
.comment > .content span.new {
	float: left;
	margin: 0 .4em 0 0;
	padding: 2px 6px;
	background-color: #c83a14;
	border-radius: 4px;
	color: #fff;
	font-size: 92.3%;
	font-weight: bold;
	line-height: 1.2;
}

/* Blockquotes */
.comment > .content blockquote {
	margin: .8em 0 .8em .6em !important;
	border-left: 3px solid #bec3c7 !important;
	padding: 1px 0 1px 1em !important;
}

	.comment > .content br + blockquote {
		margin-top: 0;
}
	.comment > .content blockquote blockquote {
		border-left-color: #ced3d7 !important;
}
	.comment > .content blockquote blockquote blockquote {
		border-left-color: #dee3e7 !important;
}



/* -------- Drupal interface styles -------- */

.block {
	position: relative;
}

#content a#edit-cancel {
	margin-left: 1em;
	font-size: .8em;
	font-weight: normal;
}

span.submitted {
	font-size: 85.7%;
	color: #6c6c6c;
}

/* - Collapsible fieldsets - */
fieldset {
  position: relative;
	margin: 2em 0;
	padding: 1.4rem;
	border: none;
	background: #eee none;
}

fieldset fieldset {
	background-color: #fcfcfc;
}

fieldset.collapsible .fieldset-wrapper /* Fix horizontal scrolling bug */ {
	width: 100.3%;
}

fieldset .legend {
	display: block;
	position: relative;
	margin: 0 0 1.4em;
	font: 600 128.5%/1.2 "Raleway",sans-serif;
	font-variant-ligatures: no-common-ligatures;
	color: #22343e;
}
fieldset > legend { /* Fix Safari jumping bug */
  height: 0;
}

fieldset.collapsed {
	margin-bottom: 1em;
	background: transparent;
	padding-top: 0;
	padding-bottom: .6em;
}
fieldset.collapsible legend a {
	padding-left: 1.4em;
	background: url("/themes/garland/images/menu-expanded.gif") no-repeat 0 50%;
}
fieldset.collapsed legend a {
	background: url("/themes/garland/images/menu-collapsed.gif") no-repeat 0 50%;
}

fieldset ul.clear-block li {
	margin: 0;
	padding: 0;
	background-image: none;
}

fieldset > .fieldset-wrapper > .form-item:first-child { /* Remove extra top margin */
  margin-top: 0;
}
fieldset > *:last-child,
fieldset > .fieldset-wrapper > *:last-child /* Remove last elements margin */ {
	margin-bottom: 0;
}



/* ----- Local page tabs ----- */

ul.primary,
ul.primary > li,
ul.secondary,
ul.secondary > li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

ul.primary {
	text-align: left;
	margin: 0 0 1.8rem;
	padding: 0 1rem;
	border-bottom: 2px solid #eee;
	font-size: 1.1rem;
	white-space: normal;
}
ul.secondary {
	text-align: left;
	margin: -0.8rem 0 1.8rem 2rem;
	padding: 0 1rem;
	border-bottom: 2px solid #eee;
	font-size: 0.9rem;
	white-space: normal;
}

ul.primary li a,
ul.secondary li a {
	position: relative;
	display: inline-block;
	margin: 0.3em 0.2rem 0 0;
	padding: .7rem 1.3rem .65em 1.3rem;
	border: none;
	background-color: #eee;
	color: #22343e;
	text-decoration: none;
	line-height: 1.1;
	white-space: nowrap;
	font-weight: 600;
	border-radius: 15px 15px 0 0;
}
	ul.primary li a:hover, ul.secondary li a:hover {
		border: none;
		background-color: #f5f5f5;
		color: #22343e;
	}

/* Active tab */
ul.primary > li.active a,
ul.secondary > li.active a {
	top: 2px;
	border: 2px solid #eee;
	border-bottom: none;
	box-shadow: inset 0 3px 2px rgba(0, 0, 0, .05);
	background-color: #fff;
	color: #87212e;
	font-weight: 700;
}
	ul.primary li.active a:link, ul.primary li.active a:visited,
	ul.secondary li.active a:link, ul.secondary li.active a:visited {
		color: #730e14;
  }


/* - Messaging elements - */

div.messages, div.warning, div.error {
	position: relative;
	margin: 0 0 2rem;
	padding: 1.4rem;
	border: none;
	background: none;
}
	div.messages + div.messages {
		margin-top: -1rem;
	}

div.messages a, div.warning a, div.error a {
	color: #22343e;
}

div.messages.error {
	color: #721c24;
	background-color: #f8d7da;
}

div.messages.warning {
	color: #856404;
	background-color: #fff3cd;
}
div.messages.status {
	color: #155724;
	background-color: #d4edda;
}

div.messages ul { /* Override defaults */
	margin: 0 0 1.4em;
}
div.messages > ul > li {
	margin: 0 0 .6em;
	padding: 0;
}

/* Nested item lists */
div.messages .item-list > h3 {
  margin: 0.5em 0;
  font-size: 1rem;
  color: inherit;
}
div.messages .item-list > ul > li {
  margin: 0 0 0.1em 1.1em;
  list-style-image: url("../images/bullet-black.svg");
}
div.messages .item-list > ul > li a {
  font-weight: normal;
}


div.messages ul.krumo-node { /* Devel debugging */
  margin-bottom: 0;
}
div.messages ul.krumo-node ul {
  margin-left: 1.8em;
  margin-bottom: 0;
}

.messages > *:last-child,
.messages > *:last-child > *:last-child {
	margin-bottom: 0;
}


/* ----- Nodes ----- */

div.unpublished,
span.unpublished {
	background-color: #fff4f4;
}

.node-unpublished {
  margin: 0 -1.2rem;
  padding: 1.2rem;
  background-color: #fff4f4;
}

/* Alert message */
.node-unpublished:not(.views-row)::before {
  content: "Unpublished — Only viewable by staff";
  display: block;
  margin: -1.2rem -1.2rem 1.4rem;
  padding: 1.5rem 1.2rem 1.5rem 3.1rem;
  background: #f8d7da url("../images/icon-unpublished.svg") no-repeat 1.4rem 50%;
  background-size: 1.2rem auto;
  color: #721c24;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}


/* -------- Maintenance page -------- */

body.in-maintenance {
  font-size: 1.1rem;
}
body.in-maintenance header {
  border-bottom: 10px solid rgba(238, 238, 238, 0.97);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
body.in-maintenance main h1 {
  font-size: 3rem;
}


/* --- Inline node edit link --- */

a.edit,
.views-field-edit-node .field-content a {
	float: right;
	margin: 0.1rem 0 0.3rem 0.5rem;
	padding: 0.43rem 1.1rem;
	cursor: pointer;
	border: none;
	border-radius: 2.14rem;
	background-image: none;
	background-color: #2b3d47;
	color: #fff;
	font-size: 0.786rem;
	font-weight: 600;
	font-family: "Open Sans",sans-serif;
	line-height: 1.1;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

	a.edit:link,
	a.edit:visited,
	.views-field-edit-node .field-content a:link,
	.views-field-edit-node .field-content a:visited {
		color: #fff;
  }
	a.edit:hover,
	.views-field-edit-node .field-content a:hover {
		background-color: #425d6a;
	  color: #fff;
  }

a.edit.inline {
	float: none;
	display: inline-block;
	margin: 0;
}




/* -------- CKEditor integration -------- */

/* Remove plain/rich text switch link */
.form-type-textarea + a.ckeditor_links {
	display: none !important;
}

/* Textarea form fields */
.filter-wrapper {
	padding: .5em 0;
}
.filter-wrapper .filter-help, .filter-wrapper .filter-guidelines {
	display: none;
}

/* All option boxes */
body.cke_ltr {
	background: none #fff;
}
body.cke_ltr .cke_panel_block > h1 {
	font: bold 87.5% arial,sans-serif;
}

/* Styles boxes */
body.cke_ltr .cke_panel_block ul.cke_panel_list > li {
	padding-left: 0;
	background: none;
}
body.cke_ltr .cke_panel_block ul.cke_panel_list > li > a > * {
	float: none;
	width: auto;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* Membership visibility classes */
body.cke_ltr .cke_panel_block ul.cke_panel_list > li .members-only {
	display: block;
	padding: .1em .3em;
	background-color: #ffddd8;
	opacity: 0.7;
}
body.cke_ltr .cke_panel_block ul.cke_panel_list > li .not-member {
	display: block;
	padding: .1em .3em;
	background-color: #d4edda;
	opacity: 0.7;
}
body.cke_ltr .cke_panel_block ul.cke_panel_list > li .anonymous {
	display: block;
	padding: .1em .3em;
	background-color: #e2f9ff;
	opacity: 0.7;
}

