body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Archivo Narrow', arial, sans-serif;
}

h1 {
    color: #d9001e;
    font-size: 2em;
}

h2 {
    color: #d9001e;
    font-size: 1.8em;
}

h3 {
    color: #333;
    font-size: 1.7em;
    margin: 0 0 6px 0;
}

h4 {
    color: #666;
    font-size: 1.4em;
    margin: 0 0 6px 0;
}

h5 {
    color: #666;
    font-size: 1.15em;
    margin: 0 0 4px 0;
}

p {
    clear: right;
    display: block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em;
    margin-bottom: 10px;
}

a {
    color: #d9001e;
    cursor: pointer;
    text-decoration: none;
}
/* Dont show the accessibility "chrome" around links when clicked */
a:focus {
    outline: none;
}

ul {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    list-style-position: inside;
}

/* a class to set 'Archivo Narrow' as the font */
.archivo-narrow {
    font-family: 'Archivo Narrow', arial, sans-serif;
}

/* a class to add 10px of padding to a container element */
.p10m0 {
    padding:  10px;
    margin: 0;
}

pre {
    white-space: pre-wrap;
}

h1.home {
    margin: 10px 10px 10px 0;
    font-size: 2.5em;
    display: none;
}

/* a title-subtitle css style */
.title-underline {
    border-bottom: 2px dotted #dcdcdc;
}
h4 a {
    color:#666;
}

/*keyboard style. html5 */
kbd {
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 2px #fff inset;
    color: #242729;
    display: inline-block;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 0.1em;
    padding: 0.1em 0.6em;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}
/* small element for "fine print" */
small {
    clear:both;
    display: block;
    font-family:  "Archivo Narrow", arial, sans-serif;
    font-size: 12px;
}

/* You might try to apply a different font to an element */
/* At some point the base elements like body need to use archivo */
.archivo {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em; /* archivo is a little smaller than most fonts */
}

#breadcrumbs {
    display: inline;
    margin: 10px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 14px;
}

#breadcrumbs span {
    display: inline-block;
}
/* back to top button styling */
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .scroll-to-top a {
    text-decoration: none;
    color: #fff;
  }
.tiny-button,
.smaller-button,
.small-button,
.medium-button,
.large-button {
    background-color: #d9001e;
    border: 1px solid transparent;
    border-radius: .2em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: none;
    width: auto;

}
/* top nav search stuff */
/* And top nav search as well */
input#search-field-input {
    display: inline-block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.25em;
    height: 19px; /* Ensure the search icon lines up with the search field IE */
    margin: 2px 3px 5px auto;
    padding: 5px 3px;
    position: absolute;
    top: 8px;
    left: 30px;
    width: 225px;
    border: 2px solid #333;
}
/* avoid the browser inserted outline on focus */
input#search-field-input:focus {
    outline: none;
}
/* The search button in upper nav */
button#search-button {
    background-color: #333;
    border: none;
    color: #fff;
    cursor:pointer;
    display: inline;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1em;
    margin: 7px 0;
    padding: 7px 3px 8px;
    position: absolute;
    right: -85px;
    text-decoration: none;
    text-transform:uppercase;
    text-align:center;
    width: 35px;
    top: 3px;
}
button#search-button:hover {
    background-color: #d9001e;
    transition:background-color .3s;
}

.tiny-button {
    padding: 1.96px 6px;
    font-size: 12px;
}

.smaller-button {
    padding: 2.8px 6px;
    font-size: .7em;
}

.small-button {
    padding: 4px 6px;
    font-size: 1em;
}

.medium-button {
    padding: 5.2px 7.8px;
    font-size: 1.3em;
}

.large-button {
    padding: 6.8px 10.14px;
    font-size: 1.7em;
}

.tiny-button:hover,
.smaller-button:hover,
.small-button:hover,
.medium-button:hover,
.large-button:hover {
    background-color: #808080;
    color: #fff;
    transition: background-color .3s;
}

.small-button.f-course {
    padding: 8px 0 6px 0;
    text-align: center;
    width: 100%;
}

.borderless-button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    line-height: normal;
    font-size: 11px;
    width: unset;
}
.borderless-button:hover {
    color: #d9001e;
}

#left-container {
    float:left;
}
.general-container {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 10px;
}

.center {
    text-align:center;
}
.icon-disabled {
    border-color:#ebebe4 !important;
    color:#ebebe4 !important;
}
/* Some Consolidated Styles */

h2.main-title {
    color: #333;
    font-family: 'Archivo Narrow', sans-serif;
    margin-left: 10px;
}
ul#site-tabs {
    padding: 0;
    margin: 0 0 0 10px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 12px !important;
    display: inline-block;
    position: relative;
    top:3px;
}
/* #17714 */
/* hack for old dumb css work */

    ul#site-tabs li {
        display: inline;
        list-style-type: none;
    }

        ul#site-tabs li a {
            background-color: #333;
            /* border: 1px solid transparent; */
            border-radius: 5px 5px 0 0;
            color: #fff;
            display: block;
            float: left;
            line-height: 2.6;
            margin: 3px 1px 0 0;
            padding: 2px 8px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
            top: 1px;
            /* #17714 */
            /* sc hack for old dumb css work */
            font-size: 12px !important;
        }

        ul#site-tabs li a:hover {
            background-color: #d9001e;
        }

.bg-grey {
    background-color: #dcdcdc !important;
}

/* End of Consoldated Styles */

.rounded-border {
    border:1px solid #999;
    border-radius: 5px;
}

#associations,
#banner,
#bottom-banner,
#news,
#small-banner,
#social,
/* #usertools, */
#aec-media {
    border-bottom: 2px dotted #dcdcdc;
    padding: 15px 0 25px 0;
}

#associations,
#banner,
#bottom-banner,
#small-banner,
#social,
#aec-media {
    text-align: center;
}

/* Free Courses Banner */
.free-courses-banner.banner-bookend {
    background-color: #808080;
    clear: both;
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 1.85em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.free-courses-banner.free {
    color: #d9001e;
    font-family: Arial;
    font-size: 7em;
    font-weight: bold;
    margin: 10px 0 7px 0;
    text-transform: uppercase;
}

#blog,
#testimonials {
    border:none;
    padding: 15px 0 25px 0;
}

#news img,
#blog img {
    float: left;
    margin: 5px 5px 5px 0;
}

#societies {
    margin: 0 auto;
    overflow: hidden;
}

#testimonials div.quote-container::before {
    color: #999;
    content: "\201C";
    float: left;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

#testimonials div.quote-container::after {
    color: #999;
    content: "\201D";
    float: right;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    margin-top: -35px;
    margin-bottom: -30px;
}

.quote-container p {
    margin: 0 35px 10px 35px;
}

#small-banner img, #banner img {
    margin: 0 0 10px 0;
}

.bold-label {
    color: #d9001e;
    font-size: 1em;
    font-weight: bold;
}

.divider {
    border-bottom: 2px dotted #dcdcdc;
}

.paging {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.2em;
    line-height: 3;
    text-align: center;
}

div.paging a {
    background-color: #808080;
    color: #fff;
    padding: 5px;
}

div.paging span.selected {
    background-color: #d9001e;
    color: #fff;
    padding: 5px;
}

div.paging a:hover {
    background-color: #d9001e;
    color: #fff;
}

.page-numbering {
    padding-right: 5px;
    font-weight: bold;
}

/* New pagination css */
.smartyPagination {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
}

div.smartyPagination a {
    background-color: #666;
    border-radius: .2em;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    display: inline-block;
    margin: 0 0 3px 0;
}

div.smartyPagination a:hover {
    background-color: #666;
    font-weight: normal;
    color: #fff;
}

.page {
    font-weight: bold;
    background-color: #999;
    color: #fff;
    padding: 2px 4px;
    border-radius: 1px;
}

.listing {
    list-style-type: none;
    padding: 10px;
}
/* Better spacing for listings in learning center */
.listing.section {
    margin-bottom: 10px !important;
    border-style: dashed;
}
.share-icon {
    color: #666;
    font-size: 14px;
}
.button-white,
.button-white:hover {
    border: 2px solid #333;
    color: #333;
    background-color: #fff;
}
.button-666,
.button-666:hover {
    border: none;
    color: #fff;
    background-color: #666;
}

ul#tools,
#admin-menu,
#clipboard-menu {
    display: block;
    padding: 0;
}

    ul#tools li
    #admin-menu li
    #clipboard-menu li {
        display: inline;
    }

        ul#tools li a,
        #admin-menu li a,
        #clipboard-menu li a {
            background-color: #dcdcdc;
            border-radius: 1px;
            color: #666;
            font-family: Arial, sans-serif;
            padding: 2px 4px;
        }

        ul#tools li a:hover,
        #admin-menu li a:hover,
        #clipboard-menu li a:hover {
            background-color: #d9001e;
            color: #fff;

        }
ul#usertools-links,
ul#usertools-links li ul {
    display: block;
    font-family: 'Archivo Narrow', arial, sans-serif;
}

ul#usertools-links li,
ul#usertools-links li ul li  {
list-style-type: none;
}

ul#usertools-links li a,
ul#usertools-links li ul li a {
    background-color:#dcdcdc;
    color: #333;
    display: block;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1px;
    padding: 5px;
    text-align: left;
    transition:background-color .3s;
    white-space: normal;
}
/* nested */
ul#usertools-links li ul li a {
    padding-left: 25px !important;
    font-style: italic !important;
    border: 1px solid transparent !important;
}
/* nested twice is nice */
ul#usertools-links li ul li ul li a {
    padding-left: 50px !important;
    font-style: italic !important;
    border: 1px solid transparent !important;
}

ul#usertools-links li a:hover,
ul#usertools-links li ul li a:hover {
    background-color: #d9001e;
    color: #fff;
}
/* colored icons hover */
ul#usertools-links > li a:hover span i,
ul#usertools-links li a.selected span {
    color: #fff !important;
}


table {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

thead {
    background-color: #dcdcdc;
    color: #333;
}

th {
    padding: 5px;
    text-align: left;
}

th a {
    color: #333;
    text-decoration: none;
}

th a:hover {
    color:#333;
}

th.date {
    min-width: 80px;
}

td {
    line-height: 2em;
    padding: 5px;
}

td a {
    color: #333;
    text-decoration: none;
    transition: color .3s;
}

td a:hover {
    color: #666;
}

td.icon {
    text-align: center;
}

#overDiv table {
    max-width: 300px;
}

blockquote.full-quote:before,
blockquote.full-quote:after {
    color: #999;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
}

blockquote.full-quote:after {
    content: '\201D';
    float: right;
    margin-top: -50px;
}

blockquote.full-quote:before {
    content: '\201C';
    float: left;
    margin-left: -35px;
}

p.full-quote-author {
    font-weight:bold;
    margin-left:40px;
}

blockquote.full-quote {
    margin: 0 auto;
    width: 75%;
}

#quotation {
    margin: 5px 0 0 0;
}

#quotation p {
    color: #d9001e;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.3em;
    margin-bottom: 0;
}

#quotation p#quote-author {
    color: #666;
    font-family: "Georgia","Times New Roman";
    font-size: 1.2em;
    font-style:italic;;
    font-weight: bold;
    margin: 0;
    text-align: right;
}

.search-result-summary{
    display:inline-block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em;
    padding: 0;
    text-align:center;
    width: auto;

}
.search-result-summary li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

.search-result-summary li a {
    color: #333;
    text-decoration: underline;
}

.search-result-summary li:after {
    content: ' |';
}

.search-result-summary li:last-child:after {
    content: none;
}

h5.search-result-section {
    background-color: #999;
    font-size: 1em;
    margin: 15px 0;
    padding: 10px 0;
    width: 100%;
}

h5.search-result-section span {
    padding: 10px;
}

h5.search-result-section a {
    color: #fff;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.5em;
}
h5.search-result a {
    color: #333;
}
.search-result-listing {
    border-bottom: 2px dotted #dcdcdc;
    margin-bottom: 15px;
    padding: 0 10px;
}

.search-result-listing:last-of-type {
    border-bottom: none;
}

.search-result {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.55em;
}
.search-result-attr {
    font-size: 1.3em;
}
.success,
.error,
.info,
.option,
.warning {
    border: 2px solid transparent;
    font-weight: bold;
    font-family: "Archivo Narrow", arial, sans-serif;
    font-size: 16px;
    padding: 15px;
    text-align: center !important;
}
.success a,
.error a,
.info a,
.option a,
.warning a {
    color: #333;
    text-decoration: underline;
}
.success {
    /* background-color: #dff0d8; */
    border-color: #d6e9c6;
    color: #3c763d;
}
/* icon for success messages */
.success::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 3px;
}
.error {
    /* background-color: #f2dede; */
    border-color: #ebccd1;
    color: #a94442;
}
/* icon for error messages */
.error::before {
        content: "\f321";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        margin-right: 3px;
}
.info {
    /* background-color: #d9edf7; */
    border-color: #bce8f1;
    color: #31708f;
}
/* icon for info messages */
.info::before {
    content: "\f808";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 3px;
}
.option {
    /* background-color: #dcdcdc; */
    border-color: #dcdcdc;
    box-sizing:border-box;
    color: #333;
    margin-bottom: 10px;
    padding:5px;
}
/* icon for option messages */
.option::before {
    content: "\f254";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 3px;
}
.warning {
    /* background-color: #f0ad4e; */
    border-color: orange;
    font-weight:  bold;
    color: #a86008;
    text-align: left !important;
}
/* icon for warning messages */
.warning::before {
    content: "\e405";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 3px;
}

.success-small,
.error-small,
.info-small,
.option-small,
.warning-small {
    display:  block;
    font-size: 13px !important;
    padding: 8px !important;
}

ul.general-content {
    margin: 10px;
}

li.az {
    list-style: none;
    width: 100%;
}

a.az-anchor  {
    display: inline-block;
}

.field-note {
    line-height: 1.2em;
    padding: 8px 3px;
}

/*Overlib Tooltip */

a.tooltip {
    cursor: pointer;
}
/*Tooltip position for textarea/multi-select fields */

.tooltip-top {
    position: relative;
    top: 10px;
    vertical-align: top;
}

#overDiv ul li {
    font-family: Verdana, arial, sans-serif;
}

/*Font-awesome icon border. Used with fa-lg */

i.icon-border {
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 2px;
    color: #333;
    line-height: 1em;
    padding: 2px;
}

/* Special Use Tables */

table#recaptcha_table tr td {
    line-height:1em;
}

#recaptcha_area {
    margin: 0 auto;
}

ul#usertools-links li a.user-id {
    /* background-color: #d9001e; */
    border-radius: 5px 5px 0 0;
    border: 1px solid transparent;
    /* color: #fff; */
    /* font-size: 1.25em; */
    /* text-align: center; */
    /* overflow: hidden; */
}

/* Terms of Service Page Overrides */

#privacy-policy-container,
#tos-container,
#error-container
{
    border: 1px solid #dcdcdc;
    margin-left: 10px;
    padding: 10px;
}

#privacy-policy-container ol,
#privacy-policy-container ul,
#tos-container ul,
#tos-container ol,
#error-container ul,
#error-container ol {
    margin-bottom: 10px;
}

#privacy-policy-container ol li,
#privacy-policy-container ul li,
#tos-container ul li,
#tos-container ol li,
#error-container ul li,
#error-container ol li {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em;
    margin-left: 10px;
}

#privacy-policy-container h2,
#privacy-policy-container h4,
#tos-container h2,
#tos-container h4 {
    font-family: 'Archivo Narrow', arial, sans-serif;
    color: #333;
}

/*
ul.ad-list {
    margin-bottom: 40px;
} */

ul.ad-list li {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em;
    margin: 0;
    margin-left:15px;
    padding-right: 0.5em;
}

/* hang-list - subsequent lines are indented */
ul.hang-list {
    /* like ad-list */
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em;
    margin: 0;
    margin-left:15px;
    padding-right: 0.5em;
    /* plus: */
    list-style-position: outside;
    padding-left: 1em;
}

/*  This is ok to use for in-page nav on admin pages (page anchors) */

small.quick-nav {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1em;
}

/*  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-pos {
    margin: 0 50%;
}

/* 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: 2px dotted #999;
    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;
}

/* We like section. It's a little big for tooltips tho */
/* A modifying class is probably silly with the state of things. */

.section-tooltip {
    border-bottom: 2px dotted #dcdcdc;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 7.5px;
}
.section-tooltip:last-of-type {
    border-bottom: none;  /* No bottom border when last section */
    padding-bottom: 0;
}
.section-tooltip:first-of-type {
    margin-top:10px;
    border-top: none;  /* no top border when the first section */
}
/* Microtile Styles */
ul.micro-tile {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.micro-tile li,
ul.mini-tag li {
    border:none !important;
    display: inline;
}

ul.micro-tile li a,
ul.mini-tag li {
    background-color: #333;
    border: 1px solid transparent;
    border-radius: 0.2em;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 11px;
    line-height: 1em;
    list-style-type: none;
    margin: 1px;
    padding: 5px 6px;
}
ul.micro-tile li a:hover {
    background-color: #666;
}

ul.micro-tile li a.green,
ul.mini-tag li.green {
    background-color: green !important;
    border: 1px solid green;
    color: #fff;
}
ul.micro-tile li a.green:hover,
ul.mini-tag li.green:hover {
    background-color: green;
    color: #fff;
}

ul.micro-tile li a.amber,
ul.mini-tag li.AnyTime-dom-btn-empty-after-filled {
    background-color: #ffbf00;
    border: 1px solid #ffbf00;
    color: black;
}
ul.micro-tile li a.amber:hover,
ul.mini-tag li.amber:hover {
    background-color: #ffbf00;
    color: black;
}

ul.micro-tile li a.red,
ul.mini-tag li.red {
    background-color: #d9001e;
    border: 1px solid #d9001e;
    color: white;
}
ul.micro-tile li a.red:hover,
ul.mini-tag li.red:hover {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #333;
}
ul.micro-tile li a.green,
ul.mini-tag li.green {
    background-color: green;
    border: 1px solid green;
    color: white;
}
ul.micro-tile li a.green:hover,
ul.mini-tag li.green:hover {
    background-color: green;
    border: 1px solid #dcdcdc;
    color: #333;
}
ul.micro-tile li a.black,
ul.mini-tag li.black {
    background-color: black;
    border: 1px solid black;
    color: white;
}
ul.micro-tile li a.black:hover,
ul.mini-tag li.black:hover {
    background-color: black;
    color: white;
}
ul.micro-tile li a.dark-grey,
ul.mini-tag li.dark-grey {
    background-color: #333;
    border: 1px transparent #333;
    color: white;
}
ul.micro-tile li a.dark-grey:hover,
ul.mini-tag li.dark-grey:hover {
    background-color: #333;
    color: white;
}
ul.micro-tile li a.mid-grey,
ul.mini-tag li.mid-grey {
    background-color: #666;
    border: 1px transparent #666;
    color: white;
}
ul.micro-tile li a.mid-grey:hover,
ul.mini-tag li.mid-grey:hover {
    background-color: #666;
    color: white;
}
ul.micro-tile li a.light-grey,
ul.mini-tag li.light-grey {
    background-color: #dcdcdc;
    border: 1px transparent #666;
    color: #666;
}
ul.micro-tile li a.light-grey:hover,
ul.mini-tag li.light-grey:hover {
    background-color: #dcdcdc;
    color: #666;
}
/* slightly different for read-only info */
ul.micro-tile li a.info-only,
ul.mini-tag li {
    cursor: default;
}
/* tags in live learning dashboard */
/* mostly for display of sessions in current/past/todo */
ul.micro-tile li a.grey {
    font-weight: bold;
    font-family: 'Archivo Narrow', arial, sans-serif;
    background-color: #999;
    color: white !important;
    padding: 5px 6px;
    border-color: transparent;
    border-radius: .2em;
    font-size: 11px;
}
ul.micro-tile li a.grey:hover {
    background-color: #666;
}

ul#course-listing ul.micro-tile li a.active-session,
ul#course-listing ul.micro-tile li a.inactive-session,
ul#course-listing ul.micro-tile li a.deleted-session,
ul#course-listing ul.micro-tile li a.public-session,
ul#course-listing ul.micro-tile li a.private-session {
    font-size: 11px;
    font-weight: bold;
    font-family: 'Archivo Narrow', arial, sans-serif;
    border-color: transparent;
    border-radius: .2em;
    color: #fff !important;
    display: inline !important;
    padding: 5px 6px;
    margin: 0 2px;
    cursor: default;

}
ul.micro-tile li a.active-session {
    background-color: green;
}
ul.micro-tile li a.inactive-session {
    background-color: #f0ad4e;
    color: #666 !important;
}
ul.micro-tile li a.deleted-session {
    background-color: red;
}
ul.micro-tile li a.public-session {
    /* background-color: #333d79; */
    background-color: #000;
}
ul.micro-tile li a.private-session {
    /* background-color: #333d79; */
    background-color: #000;
}
/* can't find the disabled tile style, so... */
ul.micro-tile li a.disabled {
    background-color: #dcdcdc !important;
    cursor: default;
}
ul.micro-tile li a.waitlist:hover {
    cursor: pointer !important;
    background: #b9051e;
}
.care-for-a-mint-sir {
    /* little 'kerning' to make F A T text for legibility */
    letter-spacing:  2px;
    /* normal weight gives better negative-space at this font-size */;
    font-weight: normal;
    /* a little larger is easier on the eyes */
    font-size: 1.3em;
}
 ul#course-listing.dashboard li a:hover {
    /* hover same color. hack to make icon behave the same as link text */
    color:#666;
}
ul#course-listing li > div > div {
    padding: 5px;
}
ul#course-listing li > div > div:first-of-type {
    padding-left: 0;
}
ul#course-listing li > div > div:last-of-type {
    padding-right: 0;
}
ul#course-listing li.f2f-session {
    display: inline-block !important;
    font-weight:  normal;
    margin-bottom: 5px;
    min-height: unset !important;
    width: 100%;
    box-sizing: border-box;
}
.session-alert {
    background-color: transparent !important;
    border: 5px solid #f0ad4e !important;
}
ul#course-listing li.f2f-session:hover {
    background-color: transparent !important;
}
ul#course-listing li.f2f-session.session-alert:hover {
    background-color: transparent !important;
}
.event-name {
    display: block;
}
.event-name span {
    color: #333 !important;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}
.event-listing-row {
    /* display: table-row; */
    font-size: 17px;
    font-weight: normal;
}
ul#course-listing .event-listing-row li:hover {
    background-color: transparent;
    transform: scale(1.0);
}
.event-date {
    display: table-cell;
    min-width: 185px;
    font-weight: bold;
}
.event-location {
    display: table-cell;
    font-weight: normal;
}
.sponsor-company {
    display: table-cell;
    font-weight: normal;
}
.helpful-info {
    border-top: 2px dotted #999;
    padding: 5px;
}
.no-transition {
    transition: none !important;
    transform: none !important;
}
#course-listing ul.actions.micro-tile li {
    font-size: inherit;
    padding: 0;
    position: inherit;
    transition: none;
    transform: none;
    min-height: unset;
    float:  left;
    border: none !important;
    display:  inline !important;
}
/* dashboard should use grey scale buttons */
.dashboard-button,
button.to-do-button,
button.dashboard-button {
    background-color: #999;
}
.dashboard-button:hover,
button.to-do-button:hover,
button.dashboard-button:hover {
    background-color: #d9001e;

/* Notification-tile and text for the dashboard count of todos */
}
ul.micro-tile li a.notification-tile {
    border: 1px solid transparent;
    border-radius:.2em;
    font-family:'Archivo Narrow', arial, sans-serif;
    font-size:10px;
    font-weight:bold;
    padding: 4px 6px;
}
span.notification-text {
    position:absolute;
    margin-left:3px;
}
/* end of dashboard crap */

/* a few tweaks to tooltip content */
.ot-header h1 {
    margin-bottom: 5px;
    font-size:20px;
    color: #d9001e;
}

.ot-content,
.ot-content p {
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'Archivo Narrow', arial, sans-serif;
}

.ot-content p.ah {
    overflow-wrap: break-word;
}

/* Instructor Checklist Things */
.instructor-checklist {
    font-size: 16px;
}

/* just a normal damn bullet point */
ul.normal-bullet,
ol.normal-bullet {
    margin-bottom: 10px;
}

ol.normal-bullet li,
ul.normal-bullet li {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em;
    margin-left: 10px;
}

.no-bullet {
    list-style: none;
}

/* credentials stuff */
.are-you-sure {
    display: none;
    /* padding: 4px;
    border: 1px solid darkgray;
    width: 150px;
    margin-top: 4px;
    margin-bottom: 4px; */
}
.response-text{
    display: none;
    width: auto;
    /* border: 1px solid black; */
    padding: 4px;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.4em;
}
/* /subscribe */
.subscribe-list-desc {
    margin-top: -10px !important;
    padding-left: 25px;
}

.hr-dotted {
    border: 1px dashed #dcdcdc;
    margin: 20px auto;
    width: 75%;
}

/* search on bad shortname page */
#error-container input#search-field-input {
    position: relative;
    top: 0;
    right: 0;
}
#error-container button#search-button {
    position: relative;
    top: -1px;
}

/* association expansion div */
.assoc-container {
    display: grid;
    height: 100%;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 10px;
}

.assoc .box {
    border: 1px dashed #dcdcdc;
    display: grid;
    place-items: left;
    background-color: #fff;
    padding: 3px;
}
p.boxp {
    text-align: left;
    font-size: 1em;
    margin: 0px !important;
}
.assoc-container .title {
    margin-bottom: 3px;;
}

/* footer things... */

#footer-container-full {
    background-color: #808080;
    /* height: 150px; */
    margin: 25px 0 0 0;
}

#footer {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 15px 0;
    text-align: center;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

/* A couple of styles to make the services link more noticable */
#footer a.services {
    text-shadow: 0px 0px 5px white;
}
#footer a.services:hover {
    text-shadow: none;
    transition: text-shadow .3s;
}


/* also aec media from right cont. */
.social-links,
#aec-media-links,
.footer-links {
    color: #fff;
    /* text-align:  center; */
    max-width: 600px;
    list-style: none;
    margin: 0 auto;
}

.social-links {
    margin-top: 10px;
}

.social-links li,
#aec-media-links li,
.footer-links li {
    display:inline-block;
    font-size: .8em;
}

.footer-links li:not(:first-child):before {
    content: " | ";
}

#aec-media-links li a {
    color: #808080;
}

#aec-media-links li a:hover {
    color: #d9001e;
}
.social-links li a:hover {
    color: #dcdcdc;
}

.hidden {
    display: none;
}


@media only screen and (min-width: 960px) and (max-width: 1160px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #associations {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    h1.home {
        display: none;
    }
    #associations {
        display: none;
    }
    #usertools {
        display: none;
    }
    ul#site-tabs {
        margin-left: 0 !important;
    }
    ul#olc-filter li {
        display: revert !important;
    }
}

/* Styles to hide for normal viewing */
.printer-only, .printer-only-tr {
    display:none !important;
}

/* Styles to show when printing only */
@media print {
    .printer-hide {
        display:none !important;
    }
    .printer-only {
        display:block !important;
    }
    .printer-only-tr {
        display:table-row !important;
    }
}