/**
 * @file
 * Base CSS styles for the ISU theme, primarily for directly overriding
 * styles from Drupal 8 core or Bootstrap 4, including replacing some
 * Bootstrap 4 colors with ISU brand colors, and tweaking colors to meet
 * WCAG AA color contrast guidelines.
 */

 :root {
	--cardinal: #c8102e;
	--gold: #f1be48;
	--burgundy: #7c2529;
	--dk-gray: #4a4a4a;
	--lt-gray: #f5f5f5;
	--md-gray: #ebebeb;
	--midnight: #003d4c;
	--green: #008540;
  }

/* --------------------------------------  */
/* ## TYPOGRAPHY
/* --------------------------------------  */

body {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.5;
  font-family: "Nimbus Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}
/* Override Bootstrap 4's typography */
h1, .h1 {
  font-size: clamp(2.2rem, 4.375vw, 3.375rem);
}
h2, .h2 {
  margin-top: 2rem;
  font-size: clamp(1.5rem, 2.2vw, 1.875rem);
  font-weight: 700;
  font-family: Merriweather,serif;	
	letter-spacing: 0;
	line-height: 1.4;
	padding-bottom: 1rem;
	position: relative;
}
h2 {
	color: var(--cardinal);
}
h2:first-child,
.h2:first-child,
.sr-only + h2,
.sr-only + .h2 {
  margin-top: 0;
}
h3, .h3 { 
  margin-bottom: 0.35rem;
  font-size: clamp(1.1rem, 1.1vw, 1.3125rem); 
  font-weight: 700;
  font-family: Nimbus Sans,sans-serif;
	letter-spacing: 0;
	line-height: 1.42857;
	margin: 2rem 0 0.5625rem;
}
h3 {
	color: var(--cardinal);
}
h4, .h4 { 
  font-size: clamp(1rem, .9vw, 1.125rem);
	font-family: Nimbus sans,sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	margin: 2rem 0 0.5625rem;
	line-height: 1.38889;
}
h4 {
	color: var(--burgundy);
}
.h5, h5 {
	font-size: clamp(1rem, 1.2vw, 1.125rem);
	line-height: 1.5625;
	font-family: Nimbus Sans,sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	margin: 2rem 0 0.5625rem;
}
h5 {
	color: var(--burgundy);
}
.h6, h6 {
	font-family: Nimbus Sans, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	margin: 2rem 0 0.5625rem;
}
h6 {
	color: var(--burgundy);
}
dl, ol, ul { /* Overrides bootstrap-reboot.min.css */
  padding-left: 2rem;
}
/* --- ## Block quote --- */
/* Duplicates Bootstrap 4's .blockquote */
blockquote {
	background-color: var(--cardinal);
	color: #fff;
	position: relative;
	padding: 3.75rem 2.25rem 5.625rem;
}
blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150vw;
	left: 50%;
	background-color: var(--cardinal);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
}
blockquote p {
	font-size: clamp(1rem, 2.1vw, 2.5rem);
	font-family: Merriweather, serif;
	line-height: 1.39024;
	font-weight: 700;
	max-width: 80vw;
}
blockquote p:before, blockquote p:after {
	content: "";
	width: 4rem;
	height: 3.25rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63.979' height='52'%3E%3Cg data-name='Group 416'%3E%3Cpath data-name='“' d='M27.043 52.001v-25h-16c-.4-10 4.8-15.8 16-17.8v-9.2c-17.6 1.4-27.8 12.8-27 30.2v21.8zm36.936 0v-25h-16c-.4-10 4.8-15.8 16-17.8v-9.2c-17.6 1.4-27.8 12.8-27 30.2v21.8z' fill='%23f1be48'/%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	background-size: 4rem 3.25rem;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50% center;
}
blockquote p:before {
	margin-left: -7.1875rem;
}
blockquote p:after {
	bottom: 2.625rem;
	right: 0;
	transform: rotate(180deg);
}
blockquote .author {
	margin-top: 0.625rem;
	width: 67%;
	padding-right: 0;
	font-weight: 700;
}
blockquote img {
	max-width: 16.125rem;
	margin-right: 4.12rem;
}
/* --------------------------------------  */
/* ## Responsive
/* --------------------------------------  */
@media screen and (max-width : 1199px) {
	blockquote p:first-child:before {
		left: 3rem;
	}
}

hr { /* Overrides Bootstrap 4's hr style */
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

/* --------------------------------------  */
/* ## LINKS and BUTTONS
/* --------------------------------------  */

a { /* Overrides bootstrap.min.css */
  color: var(--burgundy); /* ISU brand standard */
  text-decoration: underline; /* WCAG A standard */
  transition: color .2s ease-in-out;
}
a:hover { /* Overrides bootstrap.min.css */
  color: var(--cardinal); /* ISU brand standard */
}
a:hover img {
  outline: var(--gold) auto 5px;
}
a.btn,
a.badge,
a.button,
a.nav-link { /* Some links to not need underlines. */
  text-decoration: none;
}
.page-item.disabled .page-link { /* Overrides bootstrap.min.css */
  color: #676767; /* Sufficient contrast with white. */
}
.page-link:focus,
.page-link:hover { /* Overrides bootstrap.min.css */
  color: #006BA6; /* ISU brand standard */
}
button.btn {
  cursor: pointer;
}
.btn-link:hover { /* Overrides bootstrap.min.css */
  color: #006BA6; /* ISU brand standard */
}
button:focus {
	outline: 5px auto #f1be48;
}

/* Green Button */
.btn-success { /* Overrides bootstrap.min.css */
  background-color: var(--green);
	border-color: var(--green);
	border: 1px solid var(--green);
	font-weight: 700;
	border-radius: 2rem;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-success:hover {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: #fff;
}
.btn-success::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-success:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}
.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show>.btn-success.dropdown-toggle {
  background-color: var(--green);
  border-color: var(--green);
}
/* Green Outline Button */
.btn-outline-success {
	color: var(--green);
	border: 1px solid var(--green);
	border-radius: 2rem;
	font-weight: 700;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-outline-success:hover {
	background-color: #fff;
	color: var(--green);
	border: 1px solid var(--green);
}
.btn-outline-success::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-outline-success:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}
.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show > .btn-outline-success.dropdown-toggle {
  background-color: var(--green);
  border-color: var(--green);
}

/* Cardinal Button */
.btn-danger {
	background-color: var(--cardinal);
	border-color: var(--cardinal);
	border-radius: 2rem;
	font-weight: 700;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-danger::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-danger:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}

/* Cardinal Outline Button */
.btn-outline-danger {
	color: #dc3545;
	border: 1px solid var(--cardinal);
	border-radius: 2rem;
	font-weight: 700;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-outline-danger:hover {
	background-color: #fff;
	color: var(--cardinal);
}	
.btn-outline-danger::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-outline-danger:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}

/* Dark Blue Button */
.btn-primary {
	background-color: var(--midnight);
	border-color: var(--midnight);
	font-weight: 700;
	border-radius: 2rem;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-primary:hover {
	background-color: var(--midnight);
	color: #fff;
}
.btn-primary::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-primary:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}

/* Dark Blue Outline Button */
.btn-outline-primary {
	color: var(--midnight);
	border: 1px solid var(--midnight);
	border-radius: 2rem;
	font-weight: 700;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-outline-primary:hover {
	background-color: #fff;
	color: var(--midnight);
	border: 1px solid var(--midnight);
}
.btn-outline-primary::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-outline-primary:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}

/* Dark Red Button */
.btn-secondary {
	background-color: var(--burgundy);
	border-color: var(--burgundy);
	border: 1px solid var(--burgundy);
	font-weight: 700;
	border-radius: 2rem;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-secondary:hover {
	background-color: var(--burgundy);
	border: 1px solid var(--burgundy);
	color: #fff;
}
.btn-secondary::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-secondary:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}

/* Dark Red Outline Button */
.btn-outline-secondary {
	color: var(--burgundy);
	border: 1px solid var(--burgundy);
	border-radius: 2rem;
	font-weight: 700;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
}
.btn-outline-secondary:hover {
	background-color: #fff;
	color: var(--burgundy);
	border: 1px solid var(--burgundy);
}
.btn-outline-secondary::after {
	content: "";
	display: block;
	border-radius: 2rem;
	width: 0;
	height: 4px;
	margin-bottom: -6px;
	margin-top: 3px;
	margin-left: -5px;
	transition: width 0.3s ease-in-out;
}
.btn-outline-secondary:hover:after {
	width: calc(100% + 10px);
	background: var(--gold);
}
.btn-info { /* Overrides bootstrap.min.css */
  background-color: #128091; /* Sufficient contrast with white. */
  border-color: #128091;
}
.btn-info:hover {
  background-color: #0F6875;
  border-color: #0F6875;
}
.btn-light {
  border-color: #ddd;
}
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-light,
.btn-outline-dark { /* Overrides bootstrap.min.css */
  background-color: #ffffff;
}

.btn-outline-info { /* Overrides bootstrap.min.css */
  color: #128091; /* Sufficient contrast with white. */
  background-color: #ffffff;
  border-color: #128091;
}
.btn-outline-info:hover {
  background-color: #0F6875;
  border-color: #0F6875;
}
.btn-outline-info:not(:disabled):not(.disabled).active, 
.btn-outline-info:not(:disabled):not(.disabled):active, 
.show > .btn-outline-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #117a8b;
}
.btn-outline-warning {
  color: #757575; /* Sufficient contrast with white. */
}
.btn-outline-light { /* Overrides bootstrap.min.css */
  color: #757575; /* Sufficient contrast with white. */
  background-color: #ffffff;
  border-color: #888888;
}
.btn-outline-light:hover {
  border-color: #c2c2c2;
}
.btn.disabled, 
.btn:disabled { /* Overrides bootstrap.min.css */
  /* Sufficient contrast with white. */
  opacity: 1;
  background: #e6e6e6;
  color: #676767;
  border: 1px solid #bbb;
}
.button:not(.btn) { /* Duplicates Bootstrap 4 btn, btn-secondary and btn-sm */
  /* btn */
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: clamp(.8rem, 1.2vw, 1rem);;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out;
  /* btn-secondary */
  color: #ffffff;
  background-color: #676767;
  border-color: #676767;
  /* btn-sm */
  padding: 0.25rem 0.5rem;
  font-size: clamp(.8rem, 1vw, 0.875rem);
  line-height: 1.5;
  border-radius: 0.2rem;
}
.button:not(.btn):hover {
  color: #ffffff;
  background-color: #575757;
  border-color: #575757;
}

/* --------------------------------------  */
/* ## TABLES
/* --------------------------------------  */
/* Overrides bootstrap.min.css */

.table tbody {
  border-bottom: .125rem solid var(--md-gray);
}
.table thead th,
.table th {
  background: var(--cardinal);
	color: white;
	padding: 1.5625rem;
	font-size: clamp(1.1rem, 1.1vw, 1.3125rem); 
	line-height: 1.42857;
	font-weight: 700;
	vertical-align: top;
}
caption {
  caption-side: top;
  padding: 0.5rem 0;
  color: #676767;
  border-top: 1px solid #cccccc;
}
.table[border] th, .table[border] td {
	border-bottom-color: transparent;
	border-top-color: transparent;
}
.table[border] {
	border-bottom-color: transparent;
	border: .125rem solid var(--md-gray);
}
.table[cellpadding], .table[cellspacing] {
	border-collapse: collapse;
}
.table td {
	line-height: 1.75;
	padding: 1.5625rem;
	vertical-align: top;
	border: 0.0625rem solid #f3f3f3;
}
.table tbody tr:nth-child(2n) {
	background-color: rgba(0,0,0,.048);
}

/* rowspan and colspan */
.table th[colspan]:not([colspan="1"]),
.table th[rowspan]:not([rowspan="1"]),
.table td[colspan]:not([colspan="1"]),
.table td[rowspan]:not([rowspan="1"]) {
  border-right: 1px solid #dddd;
  border-left: 1px solid #ddd;
}

/* --------------------------------------  */
/* ## IMAGES
/* --------------------------------------  */

img {
  max-width: 100%;
  height: auto;
}
table img {
  max-width: none; /* Prevents images from shrinking in tables */
}
.caption-img figcaption { /* Class from Drupal 8. */
  /* Same as table caption. */
  padding: 0.5rem;
  color: #333333;
  font-size: clamp(0.8rem, .8vw, 0.9rem);
  background: #eeeeee;
}
.align-center img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* We want to respect content-editor table styles
 * as much as possible, until we reach the responsive
 * table breakpoint.
 */

.table[cellpadding],
.table[cellspacing] {
  border-collapse: inherit;
}
.table[border] {
  border-bottom-color: #808080;
}
.table[border] th,
.table[border] td {
  border-collapse: inherit;
  border-bottom-color: #808080;
  border-top-color: #808080;
}

/* --------------------------------------  */
/* ## Responsive
/* --------------------------------------  */
@media (min-width: 799px) {
  .table[style*="width:"],
  .table:not([style*="width:"])[border] {
    display: table;
  }
}

@media (max-width: 800px) {
  .table[style*="width"] {
    width: 100% !important;
  }
}

/* --------------------------------------  */
/* ## CKEditor 5 Styles
/* -------------------------------------- */
.ckeditor-accordion {
	border: dashed 2px var(--cardinal);
}
.ckeditor-accordion .ckeditor-accordion-title, .ckeditor-accordion .ckeditor-accordion-content {
	border: dashed 1px var(--midnight);
}
.ckeditor-accordion .ckeditor-accordion-title:before, .ckeditor-accordion .ckeditor-accordion-content:before {
	background: var(--midnight);
}
.ck.ck-heading_heading2 {
	font-size: 1.875rem;
	font-family: Merriweather,serif;
	letter-spacing: 0;
	color: var(--cardinal);
}
.ck.ck-heading_heading3 {
	font-size: 1.3125rem;
	font-family: Nimbus Sans,sans-serif;
	letter-spacing: 0;
	color: var(--cardinal);
}
.ck.ck-heading_heading4 {
	font-size: 1.125rem;
	font-family: Nimbus sans,sans-serif;
	letter-spacing: 0;
	color: var(--burgundy);
}
.ck.ck-heading_heading5 {
	font-size: 1rem;
	font-family: Nimbus sans,sans-serif;
	letter-spacing: 0;
	color: var(--burgundy);
}
.ck.ck-heading_heading6 {
	font-family: Nimbus Sans, sans-serif;
	letter-spacing: 0;
	color: var(--burgundy);
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
	text-decoration: none;
	color: var(--cardinal);
	background-color: inherit;
	font-family: Nimbus Sans,sans-serif;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.42587;
	padding: 1.5625rem 1.125rem;
	position: relative;
	cursor: pointer;
	border-bottom: 0.125rem solid #ebebeb;
	border-bottom: 1px solid transparent;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
	background-color: inherit;
	color: var(--cardinal);
	cursor: pointer;
}
.ckeditor-accordion-container > dl {
	border: 1px solid transparent;
}
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
	background: var(--cardinal);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
	left: 10px;
	width: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
	right: 0px;
	width: 20px;
	left: auto;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
	transform: rotate(180deg);
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
	transform: rotate(180deg);
}
dl {
	padding-left: 0rem;
}
.ckeditor-accordion-container > dl dd {
	padding: 1em 2.2em 1.2em;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}
.ckeditor-accordion-container dt.active {
	border-bottom: 0;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
	background: var(--cardinal);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
	left: auto;
	right: 11px;
}
.ckeditor-accordion-container dt {
	font-weight: inherit;
	border-bottom: 0.125rem solid #ebebeb;
}


/* --------------------------------------  */
/* ## FORMS
/* --------------------------------------  */

summary[aria-expanded="true"] {
  margin-bottom: 1rem;
}

.form-control,
.cke_chrome {
  /* Overrides bootstrap.min.css and editor.css for sufficient contrast */
  border-color: #767676 !important;
}
.form-control:focus {
  /* Overrides bootstrap.min.css which removed focus style */
  outline: #5cb3fd auto 5px;
}
.dropdown-toggle:after { /* Overrides bootstrap.min.css */
  width: 7px;
  height: 7px;
  margin-left: 0.5rem;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

/* --------------------------------------  */
/* ## CONTENT EDITING
/* --------------------------------------  */

body.cke_editable {
  margin: 1rem;
}
textarea.cke_source {
  padding: 1rem;
  font-size: 0.9rem;
}

/*
 * Some of these styles are partially duplicated from the live content
 * versions from theme.css.
 */

body.cke_editable .align-left {
  margin: 1rem 1rem 1rem 0;
}
body.cke_editable .align-right {
  margin: 1rem 0 1rem 1rem;
}
body.cke_editable figure {
  border: 1px solid #eeeeee;
}
body.cke_editable figure figcaption {
  display: table-caption;
  caption-side: bottom;
  /* Caption styles */
  padding: 0.5rem;
  color: #333333;
  font-size: 0.9rem;
  background: #eeeeee;
}

/*
 * Duplicate Bootstrap 4 styles in the ckeditor so table look as 
 * true-to-live as possible.
 */

 body.cke_editable table {
  width: auto;
  margin-bottom: 1rem;
  background-color: transparent;
}

body.cke_editable table,
body.cke_editable tbody,
body.cke_editable thead,
body.cke_editable tr,
body.cke_editable th,
body.cke_editable td {
  border-collapse: inherit;
}

body.cke_editable table td,
body.cke_editable table th {
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
}

body.cke_editable table thead th,
body.cke_editable table th {
  background: #eee;
}

body.cke_editable tbody {
  border-bottom: 1px solid #ccc;
}

body.cke_editable table[cellpadding],
body.cke_editable table[cellspacing] {
  border-collapse: inherit;
}

body.cke_editable table[border] {
  border-bottom-color: #808080;
}

body.cke_editable table[border] th,
body.cke_editable table[border] td {
  border-collapse: inherit;
  border-bottom-color: #808080;
  border-top-color: #808080;
}

/* --------------------------------------  */
/* ## CKEditor 5 Styles
/* --------------------------------------  
.ckeditor-accordion {
	border: dashed 2px var(--cardinal);
}
.ckeditor-accordion .ckeditor-accordion-title, .ckeditor-accordion .ckeditor-accordion-content {
	border: dashed 1px var(--midnight);
}
.ckeditor-accordion .ckeditor-accordion-title:before, .ckeditor-accordion .ckeditor-accordion-content:before {
	background: var(--midnight);
}
.ck.ck-heading_heading2 {
	font-size: 1.875rem;
	font-family: Merriweather,serif;
	letter-spacing: 0;
	color: var(--cardinal);
}
.ck.ck-heading_heading3 {
	font-size: 1.3125rem;
	font-family: Nimbus Sans,sans-serif;
	letter-spacing: 0;
	color: var(--cardinal);
}
.ck.ck-heading_heading4 {
	font-size: 1.125rem;
	font-family: Nimbus sans,sans-serif;
	letter-spacing: 0;
	color: var(--burgundy);
}
.ck.ck-heading_heading5 {
	font-size: 1rem;
	font-family: Nimbus sans,sans-serif;
	letter-spacing: 0;
	color: var(--burgundy);
}
.ck.ck-heading_heading6 {
	font-family: Nimbus Sans, sans-serif;
	letter-spacing: 0;
	color: var(--burgundy);
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
	text-decoration: none;
	color: var(--cardinal);
	background-color: inherit;
	font-family: Nimbus Sans,sans-serif;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.42587;
	padding: 1.5625rem 1.125rem;
	position: relative;
	cursor: pointer;
	border-bottom: 0.125rem solid #ebebeb;
	border-bottom: 1px solid transparent;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
	background-color: inherit;
	color: var(--cardinal);
	cursor: pointer;
}
.ckeditor-accordion-container > dl {
	border: 1px solid transparent;
}
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
	background: var(--cardinal);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
	left: 10px;
	width: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
	right: 0px;
	width: 20px;
	left: auto;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
	transform: rotate(180deg);
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
	transform: rotate(180deg);
}
dl {
	padding-left: 0rem;
}
.ckeditor-accordion-container > dl dd {
	padding: 1em 2.2em 1.2em;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}
.ckeditor-accordion-container dt.active {
	border-bottom: 0;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
	background: var(--cardinal);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
	left: auto;
	right: 11px;
}
.ckeditor-accordion-container dt {
	font-weight: inherit;
	border-bottom: 0.125rem solid #ebebeb;
}
*/
/* --------------------------------------  */
/* ## FORM
/* --------------------------------------  */

/* --- Add image UI --- */

.isu-form-type_managed-file .isu-form-type_textfield {
  display: block;
}

.isu-form-type_managed-file .isu-form-type_textfield label {
  display: block;
  text-align: left;
}

.isu-form-type_managed-file .isu-form-type_textfield .description {
  padding-left: 0;
}

.isu-form-type_managed-file img {
  margin-bottom: 1rem;
}

.isu-form-type_managed-file .isu-remove-button {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* CKEditor */
div[id|='edit-attributes-data-align'] {
  display: flex;
}

.form-item-attributes-data-align .form-radio {
  margin-bottom: 0;
}

/* --------------------------------------  */
/* ## VIEWS
/* --------------------------------------  */
.views-view-grid .views-col {
	max-width: 90%;
}
.views-view-grid .views-row {
	padding: 15px;
}
.views-field-description{
  padding-bottom: 25px;
}
