/* @General Text Elements
===================================== */

@font-face {
    font-display: swap;
    font-family: 'D-Din';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/D-DIN.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: 'D-Din';
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/D-DIN-Italic.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: 'D-Din';
    font-style: bold;
    font-weight: 700;
    src: url(/fonts/D-DIN-Bold.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: 'D-DIN-Condensed';
    font-style: bold;
    font-weight: 700;
    src: url(/fonts/D-DINCondensed-Bold.otf) format("opentype")
}


body {
	font-family: 'D-DIN', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.35em;
	color: var(--dark-gray);
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: inherit;
	line-height: 1.45em;
	font-weight: inherit;
	font-size: 18px;

	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.lead {
	font-size: 22px;
}

p + p {
	margin-top:1.25em;
	margin-bottom: 1.25em;
}

p + h2,
p + h3,
p + h4,
p + h5{
	margin-top:1.25em;
}

div, dl, dt, dd, ol, li,
pre, form, p, th, td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

ul,
ol{
	margin-left: 2.5em;
    margin: 1.25em 0 1.25em 2.5em;
    font-size: 15px;
    text-align: left;
    display: inline-block;
}

ol{
	margin-left:2.5em !important;
}

ul ul{
	margin-bottom:.25em;
}

ol li{
	list-style-type: decimal !important;
	border-bottom: none !important;
	margin-bottom:0.75em !important;
}

li{
	line-height:1.25em;
	margin-bottom: 0.75em;
}

strong, b {
	font-weight: 700;
}

em, i { font-style: italic; }

blockquote,
blockquote p{
	color: var(--dark-gray);
	font-style: italic;
	font-weight:400;
	font-size: 1.25em;

	border-left: none;
    margin: 0 0 2em 2em;
}

.fa{
    color: var(--blue);
    font-size: 40px !important;
}

/* @Global Links
===================================== */
a, a:link, a:visited {
	color: var(--pink);
	text-decoration: none;
    font-weight: 700;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a:hover, a:active {
  color: var(--hover-color);
  text-decoration: underline;
}
/* @end General Text Elements
===================================== */

/* Heading Text Elements
Regular 400
Bold 700
===================================== */
#mobileNav,
#mobileMenuWrapper,
#navWrapper,
table thead,
.btn,
.button,
button,
input[type=submit],
.tabs .tab-title > a,
.accordion .accordion-navigation > a,
h1, h2, h3, h4{
	font-family: 'D-DIN-Condensed', sans-serif;
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, h7{
	color:var(--black);
	font-weight: 700;
	font-style: normal;
	line-height: 1.1em;
    text-transform: uppercase;
	margin-bottom:0.25em;
    letter-spacing: 0.0275em;
}
/* @end General Text Elements
===================================== */

/* @Headings (H1)
===================================== */
h1{
	font-size: 3.25em;
}

h1 a,
h1 a:visited,
h1 a:link{
	color:var(--blue);
}

h1 a:hover,
h1 a:active{
	color: var(--hover-color);
	text-decoration: none;
}

/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
h2 {
    font-size: 2.75em;
    margin-bottom:0.55em;
}

h2 a,
h2 a:visited,
h2 a:link {
	color:var(--pink);
}

h2 a:hover,
h2 a:active{
	color: var(--hover-color);
	text-decoration: none;
}

/* @end Headings (H2)
===================================== */

/* @Headings (H3)
===================================== */

h3 {
    font-size: 1.75em;
}

h3 a,
h3 a:visited,
h3 a:link {
	color:var(--pink);
}

h3 a:hover,
h3 a:active{
	color: var(--hover-color);
	text-decoration: none;
}

/* @end Headings (H3)
===================================== */

/* @Headings (H4)
===================================== */
h4 {
    font-size: 14px;
	color: var(--black);
}

h4 a,
h4 a:visited,
h4 a:link {
	color: var(--pink);
}

h4 a:hover,
h4 a:active{
	color: var(--hover-color);
	text-decoration: none;
}

/* @end Headings (H4)
===================================== */

/* @Headings (H4)
===================================== */
h5 {
    font-size: 13px;
	color: var(--dark-gray);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
	letter-spacing: 0.0275em;
    white-space: normal;
	margin-bottom: 2em;
    text-transform: none;
    
    font-family: 'D-DIN', sans-serif;
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* @end Headings (H4)
===================================== */


/* @Table Headings Labels
===================================== */

table thead tr th,
table thead tr td,
table thead td a,
table thead th a,
label{
    font-size: 13px;
    color: var(--dark-gray) !important;
	line-height: 1em;
	letter-spacing: 0.0275em;
    white-space: normal;
	margin-bottom: 0.55em;
}

label a,
label a:visited,
label a:link{
	color:var(--pink);
	text-decoration: none;
}

label a:hover,
label a:active{
  color: var(--hover-color);
}
/* @end Table Headings /Labels
===================================== */

@media only screen and (max-width: 720px) {
    p {
        font-size: 16px;
    }

    .lead {
        font-size: 20px;
    }
    
    h1{
        font-size: 2.55em;
    }
    
    h2 {
        font-size: 2em;
    }
    
    h3 {
        font-size: 1.25em;
    }


}
