/* Global */
* {
    font-family: Mulish; color: #000000;
}

article img { max-width:100%; }

hr { border-top: 1px solid #ab9d82 }

/* Glossary */
#glossary_entry img {      
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

#glossary_entry table {
    margin-top: 1em;
    margin-bottom: 2em;
}

#glossary_entry table td {
    padding: 0 .2em;
}

embed {
    border: 1px solid grey;
    background: red;
    background:url(/assets/img/loading.gif) center center no-repeat;
    width:100%;
    aspect-ratio: 16/9;
}

/* this class is added when centering stuff in the CMS editor */
.align_center {
    margin-left: auto;
    margin-right: auto;
    text-align:center;

}

/* the following classes are available in the CMS editor */
.indent {
    margin-left: 4em;
}

/* below are added by Deb */

.sub {font-family:'montserrat', sans-serif; font-size: 20px; color: #1f3344; padding-bottom: 20px; padding-top: 40px; line-height: 30px; text-decoration: underline; text-decoration-line: underline; text-underline-offset: 3px; text-underline-position: under;text-decoration-color: #ae9f80; width: auto;}

h2 {font-family:'montserrat', sans-serif; font-size: 20px; color: #1f3344; padding-bottom: 50px; padding-top: 40px; line-height: 30px; text-decoration: underline; text-decoration-line: underline; text-underline-offset: 3px; text-underline-position: under;text-decoration-color: #ae9f80; width: auto;}

h3 {font-family:'montserrat', sans-serif; font-size: 18px; padding-top:3%; color: #0f1f2d}

h6 {font-family:'montserrat', sans-serif; font-size: 16px; color: #0f1f2d; padding-bottom: 20px; padding-top: 30px; line-height: 20px; text-decoration: underline; text-decoration-line: underline; text-underline-offset: 3px; text-underline-position: under;text-decoration-color: #aea074; width: auto;}

h5 {font-family:'montserrat', sans-serif; padding-top:3%; color: #000000; font-weight: normal; padding: 10px 0; text-transform: uppercase; border: 0; border-bottom: solid 1px #405e74; font-size: 14px}



p {color:#000000 !important}

a {font-weight: 550; color: #465e72 !important}
a:hover {border-bottom: 1px dashed #aea074}

