h1, h2, h3, h4, h5, h6, p, body, html {
    margin: 10px 0;
    padding:0;
    font-family: var(--font-family-archivo);
    font-size:15px;
    line-height:1.2;
    color: #333;
}
/* I dunno why p is sometimes overriden */
p {
    margin: 15px 0 !important;
}
h1 {
    font-size:36px;
    font-weight:normal;
}
h1.reasonable-title {
    font-weight: bold;
    font-size: 1.65em;
}
h2 {
    font-weight:bold;
    font-size:1.4em;
    color: #555;
}
h3 {
    font-size:1.1em;
    color:#555;
}
h4 {
    font-size:12px;
    font-weight:lighter;
    color:#787878;
    margin-bottom:-18px;
}
h5 {
    font-size:16px;
    font-weight:lighter;
    color:#FFF;
    margin-top:5px;
}
h6 {
    font-size:18px;
    font-weight:lighter;
    color:#D9001E;
    margin-top:20px;
    margin-bottom:-15px;
	margin-left:10px;
}
h2.subtitle {
    background-color: #dcdcdc;
    color: #333;
    font-size: 20px;
    margin: 5px;
}
p {
	margin: 10px 5px 0 5px;
    font-family: var(--font-family-archivo);
    font-size: 15px;
}
ul, li {
    margin:0;
    padding:0;
    font-family: var(--font-family-archivo);
    font-size:15px;
    list-style-position: inside;
}
.bigger {
    font-size: 1.1em
}
.boomersize {
    font-size: 1.25em
}
.smaller {
    font-size: 0.9em
}
.squinty {
    font-size: .75em
}
img {
    border:none;
}
.clear {
    clear:both;
}
a {
    color:var(--indicator-viewed);
    text-decoration:underline;
    cursor: pointer;
}
a:link {
    color:var(--indicator-viewed);
    /*text-decoration:none;*/
    cursor: pointer;
}
a:visited {
    color:var(--indicator-viewed);
    text-decoration:none;
    cursor: pointer;
}
input.textBox {
    border:none;
    font-size:11px;
}
#contentContainer {
    width: 656px;
    border: solid 1px #D5D5D5;
    padding: 0 10px 0 15px;
}
#resultsTable {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px #DEDEDE;
}
#resultsTable tr td {
    padding: 5px 0 5px 18px;
}
#resultsTable .heading {
    height: 40px;
}
#resultsTable td#pages {
    font-size: 10px;
    text-align: right;
    padding-right: 10px;
}
#resultsTable td#pages a {
    color: #666;
    text-decoration: none;
}
#resultsTable td#pages a:hover {
    text-decoration: underline;
}
#resultsTable tr.altRow {
    background: #EAEAEA;
}
#header {
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
#logo {
    /* position:absolute;
    top:0;
    left:0; */
    margin-top: 10px;
}
#logo img {
    width: 215px; /* the width of the logo image */
}
#user-info {
    text-align: right;
}
#main-content-container-home-top {
    margin-top:20px;
}
#main-content-container-home-bottom {
	margin:0 auto;
}
#cont-edu-menu-container {
    padding: 5px 10px 10px;
	box-sizing: border-box;
    position: static;
    margin: 0 auto;
}
#footer01 {
    border-top: 1px dotted #747474;
}
#footer-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /* width:960px; */
    text-align: center;
    padding: 30px 0;
}
#footer-inner p {
    margin:0 0 0 0;
    font-family: var(--font-family-archivo);
    font-size: 12px;
}
#footer-inner a {
    text-decoration:none;
    padding: 0 8px;
    font-size: 13px;
    /* color:#FFF; */
}
#footer-inner a:hover {
    text-decoration:underline;
}
/* Form Elements */
#form-container select {
    font-size:1em;
    padding: 8px 3px;
    margin: 5px 3px;
    position: static;
    max-width: 465px;
}
#form-container label {
    width:35%;
    clear: left;
    /* float:left; */
    text-align:right;
    vertical-align:middle;
    margin: 5px 5px 5px 0px;
    padding: 8px 0px 8px 0px;
    color: #666666;
    font-size:1em;
    font-weight: bold;
}
#form-container label.required:after {
	color: var(--indicator-viewed);
	content: "\f069";
	font-family: 'Font Awesome 6 Pro';
	font-size: 10px;
	font-weight: 900;
}

#form-container label.radio-button {
    width: 50%;
    clear: right;
    float: left;
    text-align:left;
    vertical-align:middle;
    margin: 0;
    border: none;
    padding-bottom: 5px;
}
#form-container label.checkbox {
    clear: left;
    float: left;
    margin: 0 5px 0 0;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
#form-container input,
#form-container input:hover,
#form-container input:focus,
#form-container button,
#form-container button:hover,
#form-container button:focus {
	border: 1px solid #dddddd;
    background-color: #fff;
	color: #333333;
    font-family:  var(--font-family-archivo);
    font-size: 1em;
	line-height: 14px;
    margin: 5px 3px 5px 3px;
    padding: 8px 3px 8px 3px;
    position: relative;
	text-align: left;
}
#form-container input:focus,
select:focus,
textarea:focus,
file:focus {
    border: 1px solid #35527d;
}
#form-container .legend {
    font-size: 14px;
    text-align: center;
    padding: 15px;
    color: #ffffff;
}
#form-container .error-msg {
    font-size: 14px;
    text-align: center;
    padding: 15px;
    color: #D9001E;
}
#form-container input.button,
#form-container input.button:hover,
#form-container button.button,
#form-container button.button:hover,
a.button,
a.button:hover {
	background-color: var(--indicator-viewed);
    border: none;
    border-radius: 2px;
	color: #FFF;
	cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    position: static;
	text-decoration: none;
	text-transform: uppercase;
}
#form-container input.filter.button {
    background-color: #dcdcdc;
    color: #333;
    padding: 4px 6px;
    font-size: .65em;
    line-height: 1.75em;
    margin: 9px 3px;
}
#form-container input.filter.button:hover {
    background-color: var(--indicator-viewed);
    color: #fff;
}
#form-container input.radio {
    border: none;
}
#form-container li a.form-button {
    background:var(--indicator-viewed);
    color:#FFF;
    font-size:12px;
    text-align:center;
    padding:4px 3px 4px;
    margin:4px 0 4px 0;
    border:none;
    position: static;
    text-decoration: none;
}
#form-container a.form-button {
    background:var(--indicator-viewed);
    color:#FFF;
    font-size:12px;
    text-align:center;
    padding:4px 3px 4px;
    margin:4px 0 4px 0;
    border:none;
    position: static;
    text-decoration: none;
}
#signin-container {
	margin: 5px auto;
	padding: 5px;
	width: 640px;
}
#report-title-container h6 {
	font-family: var(--font-family-archivo);
    font-size:1.6em;
    font-weight:bold;
    color:#D9001E;
    margin:10px auto;
	text-align: center;
}
#report-title-container h5 {
	font-family: var(--font-family-archivo);
    font-size:16px;
    font-weight:lighter;
    color:#D9001E;
    margin:10px auto;
	text-align: center;
}
.results-table {
	/* width: 925px; */
	margin:0px auto;
	font-size: 1em;
	border-collapse:collapse;
	word-wrap: break-word;
    font-family: var(--font-family-archivo);
}
/* .results-table th,
.results-table td {
    text-align: center;
} */
/* for easy left and right alignment of text, etc. in datatables results tables. */
.results-table .left {
    text-align: left;
}
.results-table .right {
    text-align: right;
}
.column-header {
	/* background-image: url(/images/heading02-bgrnd-tile.gif); */
    background-color: #808080;
	color:#fff;
	font-size:12px;
	height:30px;
}
tr.row1 {
    background-color:#FFFFFF;
	height:30px;
}
tr.row1:hover {
    background-color:#999;
	height:30px;
	/* color:#fff; */
}
tr.row1:hover a{
	color:#fff;
}
tr.row2 {
    background-color:#f4f4f4;
	height:30px;
}
tr.row2:hover {
    background-color:#999;
	height:30px;
}
#sponsor-logo {
	float:right;
	height:50px;
}
/* not actually a logo */
#sponsor-logo p {
	color: var(--indicator-viewed);
	margin:15px 5px 0;
    text-align: right;
}
.textbox-800-left {
    width: 800px;
    text-align: left;
    margin: 10px auto;
}
.textbox-600-left {
    width: 600px;
    text-align: left;
    margin: 10px auto;
}
#form-container input[type="text"],
#form-container input[type="password"] {
    width:200px;
}
.male-female {
	display:none;
}
/* Mostly used in teh about this report section */
.report-section {
    border: 2px dotted #dcdcdc;
    margin-bottom: 10px;
	padding: 0 5px;
	text-align: left; /* This might not be optimal? See #6083 */
}
/* Opentips Styling */
/* These styles affect the styling on the opentip tooltip
without affecting the global opentips.css file */
.style-glassright h1 {
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    color: #d9001e;
    font-family: 'Archivo Narrow', arial, sans-serif;
	font-size: 14px;
}

/* A class for buttons and <inputs> currently "active". If it is active it
should seem that the button cannot be clicked and looks different than the other
option(s) */
.active-button {
    background-color: var(--indicator-viewed) !important;
	color: #fff !important;
    cursor: default !important;
}

/* Error, Info and Warning paragraph styles */
/* These are the same styles used in aecdaily.com */
.success,
.error,
.info,
.note {
	border: 1px solid transparent;
	font-weight: 500;
	margin: 10px auto;
	padding: 15px;
	text-align: center;
}

/* wrap text in spans to simulate multiple paragraphs in one message */
.success span,
.error span,
.info span,
.note span {
	display: block;
	margin-bottom: 10px;
}
.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.note {
	background-color: transparent;
	border-color: #666;
	color: #747474;
    text-align: left;
}

/* https://www.florin-pop.com/blog/2019/03/css-pulse-effect/ */
.iconpulse {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.7);
        box-shadow: 0 0 0 0 rgba(49, 112, 143, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.7);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
/*  A generic content container, with padding. Might be handy. */
.generic-container {
    padding: 5px 10px;
}

/*  A class for centering block level elements such as div and p */
.center {
    text-align: center;
}

/* Do you want to apply an aecdaily color? */
.aec-green {
    color: #16a850;
}
.aec-grey {
    color: #666;
}
.aec-red {
    color: #d9001e;
}

/* A section wrapper. There might be something else around...Hard to tell  :/ */
.section {
    border-bottom: 1px dotted #747474;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.section:last-of-type {
    border-bottom: none;  /* No bottom border when last section */
    padding-bottom: 0;
}
.section:first-of-type {
    margin-top:10px;
    border-top: none; /* no top border when the first section */
}

/* Sometimes there is a subsection and it needs a subtitle */
/* .subsection is just being used as a selector. No styles */
.subsection h3 {
    color: #333;
    font-size: 1.5em;
}
.inner-border {
    border-bottom: 1px dotted #747474;
}
.no-inner-border {
    border-bottom: none;
}
/* Impersonation Bar */
/* Used when displaying notification that impersonation is enabled */
#impersonate-warning {
	background-color: #f2dede;
	border: 1px solid #b43d51;
	box-sizing: border-box;
	margin: 20px auto 30px;
	padding: 15px;
	text-align: center;
	width: fit-content;
}
#impersonate-warning p {
	margin:10px 0;
	text-align: left;
}

/* style the impersonate related buttons seperately. They're not within "form
 container" so the standard input styling is not applied */
input.button.impersonate,
input.button.impersonate:hover,
.button.impersonate,
.button.impersonate:hover,
.button.report-button,
.button.report-button:hover {
	background-color:var(--indicator-viewed);
    border: none;
	color: #FFF;
	cursor: pointer;
	font-family:  var(--font-family-archivo);
	font-size: 14px;
    text-align: center;
    padding: 8px;
    position: static;
    display: inline-block;
}

/* some buttons for the contact management function. I know the name is specific
 but you can just add additional more generic names to the style if required */
.user-role-id,
.report-indicator {
	font-size: .75em;
	text-transform: uppercase;
	width: 75px;
	word-wrap: normal;
}
/* some common things for clicky stuff thats disabled. Add the !important to
help ensure that the disabled traits are not overridden */

.disabled {
	background-color: #dcdcdc !important;
	cursor: default !important;
	color: #fff !important;
}

 /* the small button style similiar to aecdaily. */
a.small-button {
	background-color: var(--indicator-viewed);
	border: 1px solid transparent;
    border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: .90em;
	font-family:  var(--font-family-archivo);
	padding: 5px 6px;
	text-decoration: none;
	width: auto;
 }
a.small-button:hover {
    background-color: #808080;
    transition: background-color .3s;
 }

/* Make sure that there is a little whitespace between the definitions and the
container it is found in. Ideally, just #definitions, but not clear at this
moment if it is used anywhere else... Bad designer. No cookie! This should be
a class */
#definitions {
	 padding: 5px 10px;
 }

#definitions li {
    padding: 5px;
}

option {
    font-size: 14px;
    font-family: sans-serif;
}

/* landing page section title. quick and dirty interim solution until bootstrap
redesign happens. Needed adjustment due to change in #9366 */
.landing-page-section-title {
    color: #fff;
    margin: 20px 0 10px 0;
    text-align: left;
    font-size: 1.4em;
}

/* A subheading for h3 */
.subheading {
    background-color: #dcdcdc;
    color: #333;
    font-size: 1.7em;
    margin: 5px 0;
    padding: 10px;
    text-align: left;
}

/* question/answer styling for faqs */
.question {
    font-weight: 700;
}
.answer {
    color: #666;
    font-style: italic;
    margin-top:0;

}
/* footer debug info */
.debug-info {
    /* color: #fff; */
    padding-top: 15px;
    text-align: center;
}

/* miscellaneous clickable things */
.clickable:hover {
    cursor: pointer;
}

/* quick reports list */
ul.quick-reports {
    list-style-type: none;
    line-height: 1.5rem;
    margin: 10px 0 0 20px;
}
ul.quick-reports a {
    font-family: var(--font-family-archivo);
    font-size: 15px;
}

/* quick report buttons */
a.quick-btn {
    display: block;
    margin-bottom: 10px;
}
table.quick-reports td:first-child, table.quick-reports th:first-child {
    text-align: left;
}
.icon-disabled {
    color: #808080;
}
body #header-container {
    background-color: #fff;
}
body #form-container {
    background-color: #fff;
    display: inline-block;
}
body #main-content {
    background-color: #fff;
    /* padding-bottom: 30px; */
}
body #main-content-container-home-bottom {
    background-color: #fff;
    margin-bottom: 20px;
}
.agft span {
    margin-right: 10px;
}
.agft a {
    margin-right: 5px;
    padding: 5px 10px;
    color: #fff;
    background: #666;
    text-decoration: none;
}
.agft a:hover {
    background: var(--indicator-viewed);
}
/* quick reports download prompt */
.report-download-confirm {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.report-download-confirm div {
    width: 500px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 5px 5px 26px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 26px -8px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 26px -8px rgba(0,0,0,0.75);
}
.report-download-confirm div p {
    margin-bottom: 15px;
}
.report-download-confirm a {
    padding: 10px 15px;
    background: #666;
    color: #fff;
    font-family: var(--font-family-archivo);
    font-size: .88em;
    font-weight: bold;
    display:inline-block;
    margin-bottom: 20px;
}
.report-download-confirm a:hover {
    background: var(--indicator-viewed);
}
.redirect-campaign-heading, .redirect-campaign-heading-other {
    /* background: #eee; */
    padding: 0 10px;
    margin: 10px 0;
    /* border: 1px solid #ddd; */
}
.redirect-campaign-heading + div {
    display: none;
}
.redirect-campaign-heading em, .redirect-campaign-heading-other em {
    font-size: 1rem;
}
.redirect-campaign-heading:hover {
    cursor: pointer;
}
.redirect-campaign-heading-other h3 > span.count {
    cursor: default;
}
.section.course-events {
    margin-top: 35px;
    border: none;
    padding: 0;
}
/* DataTables */
/* export button container div */
.export {
    float: right;
    margin: 5px 0 0 0;
}
/* banners are only allowed to be 768 pixels wide */
#banner-container {
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
    transform: scale(.8);
}
/* .feedback p {
    border-bottom: 1px dotted #747474;
    padding-bottom: 20px;
} */
.report-form {
    margin-top: 20px;
}
/* stuff from report templates: */
.results-table td {
    text-align: left;
}
.parsley-errors-list {
    max-width: unset;
}
.parsley-errors-list li {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    font-weight: normal;
    color: #333;
    padding: 10px;
    font-size: 1em;
}
th {
    padding-bottom: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
}
h2.report-results {
    margin: 20px 0;
    font-size: 1.5em;
    border-bottom: 1px dotted #747474;
}
.scrollable-x-container {
    max-width: 100%;     /* Set the maximum width of the container */
    overflow-x: auto;     /* Enable horizontal scrolling if content overflows */
    white-space: nowrap;  /* Prevent content from wrapping */
    padding: 10px;        /* Optional: Add padding to the container */
    border: 1px solid #ccc; /* Optional: Add a border to define the container */
    margin: 0 auto;       /* Center the container on the screen */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
  }
  /* indent nested uls */
li > ul {
    margin-left: 15px;
}
.link-set {
    padding: 15px 0;
}