@charset "UTF-8";

@font-face {
    font-family: dmSerif;
    src: url(../fonts/DMSerifDisplay-Regular.ttf?v=2);
}

@font-face {
    font-family: inter-tight;
    src: url(../fonts/InterTight-VariableFont_wght.ttf);
}

@font-face {
    font-family: inter-tight-bold;
    src: url(../fonts/InterTight-Bold.ttf);
}

@font-face {
    font-family: inter-tight-extralight;
    src: url(../fonts/InterTight-ExtraLight.ttf);
}

@font-face {
    font-family: anton;
    src: url(../fonts/Anton-Regular.ttf);
}


div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,tfoot,thead,tr, 
th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font: inherit;
    font-size: 16px;
    font-family: inter-tight;
    line-height: 150%;
    vertical-align: baseline;
}

html,
body {
    /*border: 0;*/
    font: inherit;
    font-size: 16px;
    font-family: inter-tight;
    line-height: 150%;
    vertical-align: baseline;
}

/* h1, h2, h3, h4, h5, h6 {
    margin: 0;
} */

h1 {
    font-family: dmSerif;
    font-size: 79px;
    padding-bottom: 47px;
}

h2 {
    font-family: inter-tight-bold;
    font-size: 40px;
}

h3 {
    font-family: dmSerif;
    font-size: 40px;
}

h4 {
    font-family: dmSerif;
    font-size: 24px;
}

h5 {
    font-family: DMSerif;
    font-size: 20px;
}

h6 {
    font-family: dmSerif;
    font-size: 20px;
}

a {
    text-transform: uppercase;
    color: #56b1b3;
    font-size: 20px;
    font-family: inter-tight-bold;
    font-weight: 500;
    text-decoration: none;
}

.wysiwyg a,
.page-content a {
    font-size: 17px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.page-content h1 > a, .page-content h2 > a, .page-content h3 > a, .page-content h4 > a, .page-content h5 > a, .page-content h6 > a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    line-height: inherit;
}

html {
    min-width: 303px;
}

p {
    padding-bottom: 15px;
    font-family: inter-tight;
    font-size: 16px;
    background-color: transparent;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: square;
    margin-left: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/* colors for top bar blocks in order*/
/* colors for homepage buttons */
/* inside page color fonts */
/* background for cycle pager */
/* color for footer copyright */
/* colors for committee file list table headers */
/* color of select dropdowns */
body {
    background-color: white;
    font-size: 12px;
    font-family: dmSerif;
    font-weight: normal;
    color: #00375e;
    margin-top: 0px;
    overflow-x: clip;
}

img {
    max-width: 100%;
    height: auto;
    margin: 10px;
    height: auto !important;
}