@charset "utf-8";
/* CSS Document */

/*
 * Vertical Rhythm
 * -------------------------------------------------- */


/* Variables
 * -------------------------------------------
 * Put your custom variables here. If you use bootstrap, use those
 * and add your own for vertical rhythm */


/* TYPOGRAPHY BASE
 * --------------- */

/* First, we establish a baseline to normalize typography.
 * Credit: this BASE section is based on Twitter Bootstrap's type.less
 * but with everything that isn't related to rhythm removed. */


body {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 1.375;
  margin: 0;
}

td {
  vertical-align: top;
}

td p { 
  margin-top: 0;
}

.d-flex img {
  flex-shrink: 0; /* IE 11 needs */
}

img {
  max-width: 100%;
}

.table img {
  max-width: inherit;
}

img.align-left,
.align-left > .field--name-field-media-image > .field--item > img {
  margin-right: 10px;
}

img.align-right,
.align-right > .field--name-field-media-image > .field--item > img {
  margin-left: 10px;
}

caption {
  color: #757575;
}


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


h1, h2, h3, h4, h5, h6 {
  margin: 11px 0;
  line-height: 22px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 1;
}
h1, h2 {
  margin-top: 22px;
  margin-bottom: 11px;
  line-height: 44px;
}
h3, h4, h5, h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1 {
  font-size: 38.5px;
  font-size: 4rem;
}
h2 {
  font-size: 31.5px;
  font-size: 3rem;
}
h3 {
  font-size: 24.5px;
  font-size: 2.5rem;
}
h4 {
  font-size: 17.5px;
  font-size: 2rem;
}
h5 {
  font-size: 14px;
  font-size: 1.6rem;
}
h6 {
  font-size: 11.9px;
  font-size: 1.2rem;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}



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

ul, ol {
  padding: 0;
  margin: 0 0 11px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 22px;
}
dl {
  margin-bottom: 22px;
}
dt, dd {
  line-height: 22px;
}
dd {
  margin-left: 11px;
}
hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
}


/* VERTICAL RHYTHM
 * ------------------------------------------- */


/* Body text & Misc
 * ------------------------------ */

.rhythm p,
.rhythm ul,
.rhythm ol,
.rhythm blockquote,
.rhythm address,
.rhythm pre,
.rhythm form,
.rhythm table {
  margin-bottom: 22px;
}
.rhythm p:last-child,
.rhythm ul:last-child,
.rhythm ol:last-child,
.rhythm blockquote:last-child,
.rhythm address:last-child,
.rhythm pre:last-child,
.rhythm form:last-child {
  margin-bottom: 0;
}


/* Headings & paragraphs
 * ------------------------------ */

/* Here we apply special spacing to certain
 * typographical patterns. It is impossible to
 * predict the patterns you require for your
 * project, so this is only a starting point.
 *
 */

.rhythm h1,
.rhythm h2,
.rhythm h3 {
  margin-bottom: 5.5px;
}
.rhythm h1 + h2 {
  margin-top: 22px;
}
.rhythm h4 {
  margin-bottom: 3.3333333333333335px;
}
.rhythm h1 + p,
.rhythm p + h4 {
  margin-top: 33px;
}
.rhythm h2 + h3,
.rhythm h2 + h4,
.rhythm h3 + p {
  margin-top: 22px;
}
.rhythm h2 + p,
.rhythm h2.block-title + .field--name-body {
  margin-top: 11px;
}

.rhythm p + h2 {
  /*margin-top: 66px;*/
}
.rhythm h3 + h4 {
  margin-top: 44px;
}


/* Lists
 * --------------------------------------------------------
 * Special classes for numbered, bulleted, and alpha lists. */

.rhythm h3 + ul.bullet-list,
.rhythm h3 + ul.numbered-list,
.rhythm h3 + ul.alpha-list,
.rhythm h3 + ol.numbered-list {
  margin-top: 11px;
}
.rhythm ul.bullet-list + h3,
.rhythm ul.numbered-list + h3,
.rhythm ul.alpha-list + h3 {
  margin-top: 44px;
}
.rhythm h4 + ul.bullet-list,
.rhythm h4 + ul.numbered-list,
.rhythm h4 + ul.alpha-list,
.rhythm h4 + ol.numbered-list {
  margin-top: 11px;
}
.rhythm .bullet-list {
  list-style-type: disc;
  padding-left: 1.25em;
}
.rhythm .numbered-list {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.rhythm .alpha-list {
  list-style-type: lower-alpha;
  padding-left: 1.5em;
}
.rhythm .bullet-list li,
.rhythm .numbered-list li,
.rhythm .alpha-list li {
  margin-bottom: 11px;
}
.rhythm .condensed-list li {
  margin-bottom: 0;
}
.rhythm .flush-list li {
  padding-left: 0;
}

.rhythm ol.breadcrumb {
  margin-left: 0;
}


/* Nav list links 
 * ------------------------------ */
 
.rhythm .nav > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
}

.rhythm .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}


/* Blockquotes
 * ------------------------------ */

.rhythm blockquote {
  padding: 22px 20px 0;
}


/* Drupal content & Views fields 
 * ------------------------------- */

/* Make align class applied by CKEditor reliably center media */
/* Reference https://www.drupal.org/project/drupal/issues/3126783 */

.align-center {
  display: flex;
  justify-content: center;
}

/* Add extra space around content fields */

.node .field,
.node .field--name-body > div > .field--name-field-media-image:only-child  {
  margin: 0 0 22px;
}

/* Fields adjacent to the footer don't need extra.
   Fields containing tables show the table padding so they don't need extra.
*/
.node .field:last-child,
.node .views-field:last-child {
  margin-bottom: 0;
}


/* Region spacing tweaks 
 * ------------------------------- */

.rhythm .main-container,
.rhythm .footer {
  padding-bottom: 22px;
}

.rhythm .footer .block p:first-of-type,
.rhythm .footer .block table:first-of-type {
  margin-top: 22px;
}


/* MISC UTILITIES 
 * ------------------------------- */

/* D7 CKEditor centering class */

.rteleft {
  text-align:left;
}

.rteright {
  text-align:right;
}

.rtecenter {
  text-align:center;
}

.rtejustify {
  text-align:justify;
}

/* Bread crumbs */

.breadcrumb > .active {
  color: #6E6E6E;
}

/* CKEditor Accordion */

.ckeditor-accordion-container > dl {
  border: none;
}

.ckeditor-accordion-container > dl dt { 
  margin-top: 20px;
}

.ckeditor-accordion-container > dl dt:first-child { 
  margin-top: 0;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, 
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
  background: #000;
}

.ckeditor-accordion-container > dl dt > a { 
  background: #e6e6e6;
  border-bottom: none;
  border-radius: 4px; 
  color: #1b1b1b;
}

.ckeditor-accordion-container > dl dt > a:hover {
  background-color: #dadada;
}

.ckeditor-accordion-container > dl dt.active > a {
  background-color: #dadada;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ckeditor-accordion-container > dl dd.active {
  border: 1px solid #d3d3d3;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Modal window corrections */
/* Source: https://www.drupal.org/project/bootstrap4/issues/3224979 */
button.ui-dialog-titlebar-close::before {
  content: "×";
  position: absolute;
  top: 4px;
  left: 4px;
  line-height: 1rem;
  }

/* Callouts */

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #EEE;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h2, 
.bs-callout h3, 
.bs-callout h4 {
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h2, 
.bs-callout-default h3, 
.bs-callout-default h4 {
    color: #757575;
}
.bs-callout-primary {
    border-color: #428bca;
}
.bs-callout-primary h2, 
.bs-callout-primary h3, 
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-color: #5cb85c;
}
.bs-callout-success h2, 
.bs-callout-success h3, 
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-color: #d9534f;
}
.bs-callout-danger h2, 
.bs-callout-danger h3, 
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-color: #f0ad4e;
}
.bs-callout-warning h2, 
.bs-callout-warning h3, 
.bs-callout-warning h4 {
    color: inherit;
}
.bs-callout-info {
    border-color: #5bc0de;
}
.bs-callout-info h2, 
.bs-callout-info h3, 
.bs-callout-info h4 {
    color: #5bc0de;
}

/* BS4 Utilities */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

/* Fullcalendar View */

/* Display event titles wrapped and full height */
.fc-day-grid-container {
  overflow: visible !important;
  height: auto !important;
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
  overflow: visible !important;
}
/* end Display event titles wrapped and full height */

.fc table {
  margin-bottom: 0;
}

.fc-event {
  background-color: #367DA1;
  border-color: transparent;
}

.fc-event:hover {
  text-decoration: underline;
}

.fc-day-grid-event:hover .fc-content,
.fc-popover .fc-content {
  white-space: normal;
  overflow: visible;
}

/* Form tweaks */
legend {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: bold;
}
fieldset.fieldgroup {
  margin-bottom: 15px;
}

/* Custom Search form - Search Catalog / Search Website */
.custom-search-block-form form {
  display: flex;
  flex-wrap: wrap;
}

.custom-search-block-form .form-type-search {
  order: 1;
  flex: 1 0 0;
}

.custom-search-block-form .form-composite {
  order: 3;
  width: 100%;
}

.custom-search-block-form .form-actions {
  order: 2;
  flex: 0 1 auto;
}

.custom-search-block-form .form-type-search .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.custom-search-block-form .form-actions .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-search-block-form .form-composite legend {
  border: none;
  margin-bottom: 0;
}

.custom-search-block-form .form-item-paths.radio {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
}

/* Block Type Card */
/* Contain stretched-link */
.block-type-card {
  position: relative;
}

/* LINKcat or Item titles */

/* Item titles carousel - use dots to pass accesibility but hide them visually */
.view-linkcat-titles-list .slick-dotted.slick-slider,
.view-item-titles .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Item titles node EVA field - display cover art in a grid */
.view-linkcat-titles-list img,
.view-item-titles img {
  vertical-align: top;
}

/* Carousel footer */
.front section[id^='block-views-linkcat-titles-list-block'] .view-footer,
.front section[id^='block-views-item-titles-block'] .view-footer { 
  background-color: #EDEEEE;
  clear: left;
  padding: 5.5px 10px;
}

.front section[id^='block-views-linkcat-titles-list-block'] .view-footer a,
.front section[id^='block-views-item-titles-block'] .view-footer a {
  color: #2F6FA7;
}

/*
 * Layout Builder 
 */

.layout .layout__region {
  padding-left: 15px;
  padding-right: 15px;
}

/* Layout content blocks inside a layout column don't need double padding */
/* Reference: PAR front 3 blocks */
.layout__region.layout__region--content {
  padding-left: 0;
  padding-right: 0;
}

/* Column-count */

@media (min-width: 768px) { 
  .col-count-sm-2 {
    columns: 2;
    gap: 20px;
  }
}

/* PRINT
 * ------------------------------- */
 
 
@media print {
	
  /* Don't print visible URLs in certain places */
  .btn-group a[href]:after,
  .footer a[href]:after,
  .card a[href]:after,
  .view-calendar a[href]:after {
    content: normal;
    font-weight: normal;
    font-size: 16px;
  }
  
  /* Hide breadcrumbs */
  .breadcrumb {
	display: none;
  }
  
   /* Hide sidebars & footer */
   aside, 
   footer {
	 display: none;
   } 
     
}