/*!
Theme Name: college_days
Theme URI: 
Author: Tom Kephart of Kephart and Associates
Author URI: https://kephartassoc.com/
Description: This is a theme called <code>college_days</code>, or <em>College Days</em>, if you like. I'm a theme designed by Tom Kephart of Kephart and Associates for use by a local community college.
Version: 0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: college_days
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
While designed for a specific community college, it's open source and can be used or modified on the same terms as the GPL.

college_days is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings (disabled due to CSS Grid use)
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Columns are handled by CSS Grid - This is depreciated */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Fix for IE 11 problem with 'main' tag. (Per https://weblog.west-wind.com/posts/2015/jan/12/main-html5-tag-not-working-in-internet-explorer-91011)
 */
main {
  display: block;
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* Added font-family: "Cardo" from "font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;"  by MRR 12-02-19*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5 !important;
}
/* Added font-family to make the headline different by MRR 12-02-19*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
	font-family: "Roboto", sans-serif;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  font-size: 20px;
  color: #2b2b2b;
  line-height: normal;
}

h1 {
  font-size: 41px;
  font-weight: 500;
  line-height: 45.1px;
}

h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 37.4px;
}

.copyright {
  font-size: 11px;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #005da8;
}

a:visited {
  color: #0076D6;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  background-color: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: right;
  position: relative;
  margin: 10px 20px 20px 10px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #002c4f;
}

.main-navigation a:visited {
  color: #002c4f;
}

.main-navigation-home {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.main-navigation-home a {
  color: #ffcd00;
  display: block;
  text-decoration: none;
}

.main-navigation-home a:visited {
  color: #ffcd00;
}

.main-navigation-home ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation-home ul ul {
  background-color: #002c4f;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation-home ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation-home ul ul li:hover > ul,
.main-navigation-home ul ul li.focus > ul {
  left: 100%;
}

.main-navigation-home ul ul a {
  width: 200px;
}

.main-navigation-home ul li:hover > ul,
.main-navigation-home ul li.focus > ul {
  left: auto;
}

.main-navigation-home li {
  float: right;
  position: relative;
  margin: 10px 20px 20px 10px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: none; /* Changed to 'none' to prevent the button from appearing in favor of Mega Menu plugin handling it */
}

@media screen and (min-width: 812px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation-home ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#main[tabindex="-1"]:focus {
  outline: 0;
}

/* underline links on events calendar pages for accessibility. Added by MRR 7-9-19 */
#tribe-events-content a, .tribe-events-event-meta a {
    text-decoration: underline;
}

/* making the Event Calendar date time separator color black. Added by MRR 7-9-19 */
.tribe-events-schedule__all-day,.tribe-events-schedule__separator,.tribe-events-schedule__timezone{
	color: #000000 !important;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings (disabled due to CSS Grid use)
--------------------------------------------------------------*/
/* @import "modules/clearings"; */
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget {
  font-size: 14px;
}

.menu-bottom-right-menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}

.menu-bottom-right-menu-container li {
  padding: 0 20px 10px 0;
}

.menu-important-links-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-important-links-container li {
  padding: 5px 10px 5px 0;
}

.bottom-right-budget-button {
  float: right;
}

.widget-area-bottom-left,
.widget-area-bottom-center,
.widget-area-bottom-right {
  margin: 10px;
  padding: 30px;
  background-color: #f2f4f7;
  color: #002c4f;
}

.widget-area-bottom-left .widget-title,
.widget-area-bottom-center .widget-title,
.widget-area-bottom-right .widget-title {
  font-size: calc(24px + 0.25vw);
  text-align: center;
  color: #002c4f;
}

.widget-area-bottom-left ul,
.widget-area-bottom-center ul,
.widget-area-bottom-right ul {
  margin: 0 0 1.5em 0.15em;
  padding: 0;
  list-style: none;
}

.widget-area-bottom-left ul li,
.widget-area-bottom-center ul li,
.widget-area-bottom-right ul li {
  margin: 0 0 1em 0;
}

.widget-area-bottom-left ul li a,
.widget-area-bottom-center ul li a,
.widget-area-bottom-right ul li a {
  font-weight: bold;
}

div#top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.post-date {
  color: gray;
  font-style: italic;
}

.entry-content blockquote {
  font-size: 20px;
  font-weight: bold;
  color: #002c4f;
  border-top: 2px solid #ffcd00;
}

.entry-content cite {
  font-size: 16px;
  font-weight: normal;
  padding-left: 16px;
  color: gray;
}

.blockquote-circle-image img {
  margin-top: 24px;
  -webkit-clip-path: circle(50px at center);
          clip-path: circle(50px at center);
}

.entry-content-home figure {
  margin: 0;
  padding: 0;
  position: relative;
}

.entry-content-home figure img {
  display: block;
  width: 100%;
}

.entry-content-home figure figcaption {
  position: absolute;
  margin: 0;
  left: 3vw;
  bottom: 3vw;
  width: 80%;
  background: rgba(0, 44, 79, 0.75);
  padding: 1vw 1.5vw 1.5vw 1.5vw;
  color: white;
  text-shadow: 0.1em 0.1em black;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: calc(12px + 1vw);
  line-height: 1.1em;
  text-align: left;
}

.entry-content-home figure strong {
  display: block;
  font-size: calc(18px + 3vw);
  line-height: calc(20px + 3vw);
}

ul.wp-block-gallery {
  margin-left: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  padding: 0;
  position: relative;
}

.wp-block-gallery .blocks-gallery-item figure img {
  display: block;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-item figure figcaption {
  position: absolute;
  margin: 0;
  left: 3vw;
  bottom: 3vw;
  width: 80%;
  line-height: 1.1em;
  background: rgba(0, 44, 79, 0.75);
  padding: 1vw 1.5vw 1.5vw 1.5vw;
  color: white;
  text-shadow: 0.1em 0.1em black;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: calc(11px + 0.25vw);
  text-align: left;
}

.wp-block-gallery .blocks-gallery-item figure strong {
  display: block;
  font-size: calc(15px + 0.25vw);
  color: #ffcd00;
}

.cc-card footer {
  margin-top: 22px;
  font-size: 14px;
  text-transform: uppercase;
  color: gray;
  position: absolute;
  bottom: 20px;
  background: #fff;
  margin-bottom: 0;
}

footer {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global layout (CSS Grid)
--------------------------------------------------------------*/
/* Global grids */

/* 7-21-20 by MRR -- new grids as a centered page for Default with large margins | changed 10/18/21 by MRR to 1/12 margin for default pages*/

.site-default {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px 1fr 1fr 1fr 15px;
      grid-template-columns: 15px 1fr 1fr 1fr 15px;
  -ms-grid-rows: (auto)[11];
      grid-template-rows: repeat(11, auto);
      grid-template-areas: "... menu-bar           search             search            ..." "... flag               flag               flag              ..." "... main               main               main              ..." "... bottom-bar-left    bottom-bar-left    bottom-bar-left   ..." "... bottom-bar-center  bottom-bar-center  bottom-bar-center ..." "... bottom-bar-right   bottom-bar-right   bottom-bar-right  ..." "... footer-bar-right   footer-bar-right   footer-bar-right  ..." "... footer-bar-left    footer-bar-left    footer-bar-left   ..." "... footer-right       footer-right       footer-right      ..." "... footer-left        footer-left        footer-left       ...";
}

@media (min-width: 812px) {
  .site-default {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
        grid-template-areas: "topfill-left flag flag flag flag search search search search search search topfill-right" "topfill-left flag flag flag flag menu-bar menu-bar menu-bar menu-bar menu-bar menu-bar topfill-right" "..... main main main main main main main main main main ....." "bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-right bottom-bar-right bottom-bar-right bottom-bar-right" "..... footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-right footer-bar-right  footer-bar-right footer-bar-right footer-bar-right ....." "..... footer-left footer-left footer-left footer-left footer-left footer-right footer-right footer-right footer-right footer-right .....";
  }
}

/* 7-20-20 by MRR -- new grids as a centered page for full width pages || Changed again to true full width no gutter on sides 10/18/21 by MRR*/

.site-full {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px 1fr 1fr 1fr 15px;
      grid-template-columns: 15px 1fr 1fr 1fr 15px;
  -ms-grid-rows: (auto)[11];
      grid-template-rows: repeat(11, auto);
      grid-template-areas: "... menu-bar           search             search            ..." "... flag               flag               flag              ..." "... main               main               main              ..." "... bottom-bar-left    bottom-bar-left    bottom-bar-left   ..." "... bottom-bar-center  bottom-bar-center  bottom-bar-center ..." "... bottom-bar-right   bottom-bar-right   bottom-bar-right  ..." "... footer-bar-right   footer-bar-right   footer-bar-right  ..." "... footer-bar-left    footer-bar-left    footer-bar-left   ..." "... footer-right       footer-right       footer-right      ..." "... footer-left        footer-left        footer-left       ...";
}

@media (min-width: 812px) {
  .site-full {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
        grid-template-areas: "topfill-left flag flag flag flag search search search search search search topfill-right" "topfill-left flag flag flag flag menu-bar menu-bar menu-bar menu-bar menu-bar menu-bar topfill-right" "main main main main main main main main main main main main" "bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-right bottom-bar-right bottom-bar-right bottom-bar-right" "..... footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-right footer-bar-right  footer-bar-right footer-bar-right footer-bar-right ....." "..... footer-left footer-left footer-left footer-left footer-left footer-right footer-right footer-right footer-right footer-right .....";
  }
}

/* 7-20-20 by MRR -- this grid is the original .site is for the home.php and single.php for the all blog-related pages
 * 
 * changed to make sidebar after main 7-8-21 by MRR */

.site-right-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px 1fr 1fr 1fr 15px;
      grid-template-columns: 15px 1fr 1fr 1fr 15px;
  -ms-grid-rows: (auto)[11];
      grid-template-rows: repeat(11, auto);
      grid-template-areas: "... menu-bar           search             search            ..." "... flag               flag               flag              ..." "... main               main               main              ..." "... sidebar            sidebar            sidebar           ..."  "... bottom-bar-left    bottom-bar-left    bottom-bar-left   ..." "... bottom-bar-center  bottom-bar-center  bottom-bar-center ..." "... bottom-bar-right   bottom-bar-right   bottom-bar-right  ..." "... footer-bar-right   footer-bar-right   footer-bar-right  ..." "... footer-bar-left    footer-bar-left    footer-bar-left   ..." "... footer-right       footer-right       footer-right      ..." "... footer-left        footer-left        footer-left       ...";
}

@media (min-width: 812px) {
  .site-right-sidebar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
        grid-template-areas: "topfill-left flag flag flag flag search search search search search search topfill-right" "topfill-left flag flag flag flag menu-bar menu-bar menu-bar menu-bar menu-bar menu-bar topfill-right" "..... main main main main main main ..... sidebar sidebar sidebar ....." "bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-right bottom-bar-right bottom-bar-right bottom-bar-right" "..... footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-right footer-bar-right  footer-bar-right footer-bar-right footer-bar-right ....." "..... footer-left footer-left footer-left footer-left footer-left footer-right footer-right footer-right footer-right footer-right .....";
  }
}

/* 7-20-20 by MRR -- this grid is the original grid with the right sidebar. it is deprecated code */

.site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px 1fr 1fr 1fr 15px;
      grid-template-columns: 15px 1fr 1fr 1fr 15px;
  -ms-grid-rows: (auto)[11];
      grid-template-rows: repeat(11, auto);
      grid-template-areas: "... menu-bar           search             search            ..." "... flag               flag               flag              ..." "... sidebar            sidebar            sidebar           ..." "... main               main               main              ..." "... bottom-bar-left    bottom-bar-left    bottom-bar-left   ..." "... bottom-bar-center  bottom-bar-center  bottom-bar-center ..." "... bottom-bar-right   bottom-bar-right   bottom-bar-right  ..." "... footer-bar-right   footer-bar-right   footer-bar-right  ..." "... footer-bar-left    footer-bar-left    footer-bar-left   ..." "... footer-right       footer-right       footer-right      ..." "... footer-left        footer-left        footer-left       ...";
}

@media (min-width: 812px) {
  .site {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
        grid-template-areas: "topfill-left flag flag flag flag search search search search search search topfill-right" "topfill-left flag flag flag flag menu-bar menu-bar menu-bar menu-bar menu-bar menu-bar topfill-right" "..... main main main main main main ..... sidebar sidebar sidebar ....." "bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-right bottom-bar-right bottom-bar-right bottom-bar-right" "..... footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-right footer-bar-right  footer-bar-right footer-bar-right footer-bar-right ....." "..... footer-left footer-left footer-left footer-left footer-left footer-right footer-right footer-right footer-right footer-right .....";
  }
}

.site-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px 1fr 1fr 1fr 15px;
      grid-template-columns: 15px 1fr 1fr 1fr 15px;
  -ms-grid-rows: (auto)[10];
      grid-template-rows: repeat(10, auto);
      grid-template-areas: "menu-bar menu-bar           search             search            search" "flag flag               flag               flag              flag" "main main               main               main              main" "..... bottom-bar-left    bottom-bar-left    bottom-bar-left   ....." "..... bottom-bar-center  bottom-bar-center  bottom-bar-center ....." "..... bottom-bar-right   bottom-bar-right   bottom-bar-right  ....." "..... footer-bar-right   footer-bar-right   footer-bar-right  ....." "..... footer-bar-left    footer-bar-left    footer-bar-left   ....." "..... footer-right       footer-right       footer-right      ....." "..... footer-left        footer-left        footer-left       .....";
}

@media screen and (min-width: 812px) {
  .site-home {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
        grid-template-areas: "topfill-left flag flag flag flag search search search search search search topfill-right" "topfill-left flag flag flag flag menu-bar menu-bar menu-bar menu-bar menu-bar menu-bar topfill-right" "main main main main main main main main main main main main" "bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-right bottom-bar-right bottom-bar-right bottom-bar-right" "..... footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-right footer-bar-right  footer-bar-right footer-bar-right footer-bar-right ....." "..... footer-left footer-left footer-left footer-left footer-left footer-right footer-right footer-right footer-right footer-right .....";
  }
}


.site-left-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px 1fr 1fr 1fr 15px;
      grid-template-columns: 15px 1fr 1fr 1fr 15px;
  -ms-grid-rows: (auto)[11];
      grid-template-rows: repeat(11, auto);
      grid-template-areas: "... menu-bar           search             search            ..." "... flag               flag               flag              ..." "... sidebarleft            sidebarleft            sidebarleft           ..." "... main               main               main              ..."  "... bottom-bar-left    bottom-bar-left    bottom-bar-left   ..." "... bottom-bar-center  bottom-bar-center  bottom-bar-center ..." "... bottom-bar-right   bottom-bar-right   bottom-bar-right  ..." "... footer-bar-right   footer-bar-right   footer-bar-right  ..." "... footer-bar-left    footer-bar-left    footer-bar-left   ..." "... footer-right       footer-right       footer-right      ..." "... footer-left        footer-left        footer-left       ...";
}

@media (min-width: 812px) {
  .site-left-sidebar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
        grid-template-areas: "topfill-left flag flag flag flag search search search search search search topfill-right" "topfill-left flag flag flag flag menu-bar menu-bar menu-bar menu-bar menu-bar menu-bar topfill-right" "..... sidebarleft sidebarleft sidebarleft main main main main main main main ....." "bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-left bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-center bottom-bar-right bottom-bar-right bottom-bar-right bottom-bar-right" "..... footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-left footer-bar-right footer-bar-right  footer-bar-right footer-bar-right footer-bar-right ....." "..... footer-left footer-left footer-left footer-left footer-left footer-right footer-right footer-right footer-right footer-right .....";
  }
}

.topfill-left {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-area: topfill-left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  background-color: #002c4f;
}

.topfill-right {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-area: topfill-right;
  background-color: #002c4f;
}

/* change background color on site header by MRR 12-02-19
 * * Added the padding for centering the new logo by MRR 10-25-21 */
.site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 7;
  grid-area: flag;
  padding: 30px 20px 30px 20px;
  background-color: #002c4f;
}
/* Added the padding centering the new logo by MRR 10-21-21 */
.site-header-home {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 7;
  grid-area: flag;
  padding: 30px 20px 30px 20px;
  background-color: #002c4f;
}

/* removed the margin from 10 px to 0 for full width by MRR 10-12-21 */
.site-main {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-area: main;
  margin: 0 0 0 0;
  width: 100%;
}

.site-main-home {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-area: main;
  margin: 0;
  background-color: #ffffff;
}

/* Added for the Kadence slider issue and testimonals with firefox by MRR 6-10-19 

.site-main-home {
	max-width: 100%;
}
Noted out because no longer in use. (6-30-21) */

.widget-area-right {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: sidebar;
  margin: 0 10px 0 10px;
  padding: 0 1em 0 1em;
}

/* define the widget-area-left as sidebar */

.widget-area-left {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-area: sidebarleft;
    margin: 0 10px 0 10px;
    padding: 0 1em 0 1em;
}

.widget-area-bottom-left {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: bottom-bar-left;
}

.widget-area-bottom-center {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-area: bottom-bar-center;
}

.widget-area-bottom-right {
  -ms-grid-row: 4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-area: bottom-bar-right;
}

.widget-area-footer-left {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-area: footer-bar-left;
  margin: 0 10px 0 10px;
}

.widget-area-footer-right {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: footer-bar-right;
  margin: 0 10px 0 10px;
      justify-self: end;
}

/* making top header blue from white by adding background-color By MRR 12-02-19 */
/* making flex-direction: row-reverse to make the widget to align right. By MRR 6-16-21 */
.widget-area-top-right {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: search;
	flex-direction: row-reverse;
  background-color: #002c4f;
}

.widget-area-top-right-home {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: search;
	flex-direction: row-reverse;
  background-color: #002c4f;
}

/* Make menu bar have padding to 20 from 10 on right side and add "background-color: #002c4f;" 12-2-19 by MRR*/
.main-navigation {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-area: menu-bar;
  width: auto;
  margin: 0 20px 0 20px;
  background-color: #002c4f;
}

/* Make menu bar have padding to 0 from 20 on the sides and add "background-color: #002c4f;" 7-14-21 by MRR*/
.main-navigation-home {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-area: menu-bar;
  width: auto;
  padding: 0 0px 0 0px;
  background-color: #002c4f;
}

.site-footer-left {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-area: footer-left;
  margin: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  justify-self: center;
}

@media (min-width: 700px) {
  .site-footer-left {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

.site-footer-right {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: footer-right;
  margin: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  justify-self: center;
}

@media (min-width: 700px) {
  .site-footer-right {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

/* Removed the top margin to the inside pages (.entry-content) 10/19/21 by MRR 
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
*/

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Handle featured images in blog posts */
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {

    width: 50%;
    float: right;
    border-radius: 0px;
    margin: 10px;

}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Added this to hide past events from the calendar by MRR 6-5-19// Noted out 10/14/21 to show past events by MRR


.tribe-events--is-past-event {
    display: none !important;
}
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Added this to assign a role for the dropdown field for WPForms for ADA
still working on the 3.3.2 wcag 2.0
.wpforms-listbox {
	role: listbox;
}
------------------------------*/

/*--------------------------------------------------------------
## Added to the dropdown on the connections faculty and staff directory for contrast and size by MRR 10-08-19
------------------------------*/
.chosen-default {
	color: #000000 !important;
	font-size: 120% !important;
}

#cn-search-input {
	color: #000000 !important;
	font-size: 120% !important;
}

/*--------------------------------------------------------------
## Adding Custom Ordered List to Roman numerials for Policy pages by MRR 11-03-20
------------------------------*/
ol.roman-list {
	list-style-type: upper-roman;
}

/*--------------------------------------------------------------
## Trying to shrink the header on all pages by MRR 6-07-21
------------------------------*/
.site-branding {
	font-size: 1px !important;
}

/* make the required asterisk black and accessibile. Added by MRR 7-8-21 */
.wpforms-required-label {
    color: #000 !important;
	font-weight: 700 !important;
}

/* underline links on wpforms description for accessibility. Added by MRR 7-8-21 */
.wpforms-field-description a{
    text-decoration: underline !important;
}

/* making iframe for canvas browser checker repsonsive on online classes page by MRR 7-14-21 */
.canvascontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.canvasresponsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* change link colors for dark backgrounds. by MRR 08-31-21 */
.link-bright a:visited {
  color: #ffcd00;
}

.link-bright a:link {
  color: #ffffff;
}

.link-bright a:hover {
  color: #ffffff;
}

/* This changes the size of the logo in the header (using sc4Logo class) and renders clear on chrome  add by MRR 10/22/21 */
.sc4Logo, .custom-logo,
.site-header .logo {
	image-rendering: -webkit-optimize-contrast !important;
  width: 175px !important;	
}

/* This changes the size of the breadcrumbs add by MRR 10/26/21 */
.breadcrumbs {
font-size: .8 em;
margin: 30px 10px 10px 10px;
position: relative;
float: left;
}  

/* This changes the color of the links in the Yellow Banner (yelloeBannerLink) aka COVID banner from default to SC4 blue by MRR 11/2/21 */
.yellowBannerLink a:active {
  color: #002c4f;
}

.yellowBannerLink a:visited {
  color: #002c4f;
}

.yellowBannerLink a:link {
  color: #002c4f;
}

.yellowBannerLink a:hover {
  color: darkred;
}

/* This changes the color of the links in the Blue Banner (blueBannerLink) by MRR 11/10/21 */
.blueBannerLink a:active {
  color: #ffcd00;
}

.blueBannerLink a:visited {
  color: #ffcd00;
}

.blueBannerLink a:link {
  color: #ffcd00;
}

.blueBannerLink a:hover {
  color: white;
}

/* This uses a command in function.php to hide specific types of pages added by MRR 1/6/22 */

.hidetitle .entry-title {
	display: none;
}

/* Event Calendar listing in the footer widget of all the pages by MRR 1/11/22 */

.tribe-common a:link {
	color: #005da8 !important;
	text-decoration: underline !important;
}

.tribe-common a:visited {
	color: #0076d6 !important;
	
}

/* CSS class to adjust the video embed by MRR 1/12/22 https://coolestguidesontheplanet.com/videodrome/youtube/ */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* set a class to remove the bullets from Lists for Table of contents pages such as Clery Report page */

.nobullet ul li {
    list-style: none;
}
	

/* CSS to remove the underline from the buttons */
a.kb-button.kt-button.button {
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */