header {
    font-family: 'arialregular'; 
    font-size: 16px;
    text-align: center;
}
header a:link {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
header a:hover {
    color: #FAAD5D;
}
header a:visited {
    color: #333;
}

footer {
    text-align: center;
    padding: 50px 0 25px 0;
}
footer a:link {
    color: #6495ed;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
footer a:visited {
    color: #6495ed;
}
footer a:hover {
    color: #1A76B8;
}

footer .disclaimerText {
    font-size: small;
}

a img { 
	border: none;
}

a:link {
	color: #6495ed;
	text-decoration: underline; 
}
a:visited {
	color: #6495ed;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

img P {
    display: block;
}

.pageWrapper {
    font-family: 'arialregular';
    font-size: 20px;
    background-color: #fff;
    max-width: 818px;
    color: #333;
    padding: 25px 50px;
    margin: 35px auto 0;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 0 solid #777;
    border-left: 1px solid #777;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px 0 rgba(51,51,51,.5);
}

li {
    padding-bottom: 15px;
}

.headerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.quoteBox {
    display: inline-block;
    background-color: #f5f5f5;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-width: 0;
    border-left: 6px solid #dddddd;
    margin-left: 30px;
    margin: 15px 0 15px 30px;
    padding: 25px 50px 0px;
}
.quoteBox p {
    font-style: italic;
}
.quoteBox img {
    padding: 0 25px 0 0;
    float: left;
}

.ytWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ytWrapper iframe {
}
.greyBox {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    padding: 25px 15px;
    border: 1px solid #808080;
    line-height: 150%;
}
.redTitle {
    color: var(--primary);
    font-family: 'tahomaregular';
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.redTitleLeft {
    color: var(--primary);
    font-family: 'tahomaregular';
    font-size: 24px;
    font-weight: bold;
}

.smallBoldText {
    font-size: 16px;
    font-weight: bold;
}

.spacer {
    padding: 0 30px;
}
.redTextOnly {
    color: var(--primary);
}
.darkRedTtext {
    color: #4e0000;
}
.blackHeaderText {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.numberedBullets {
    list-style-type: decimal;
}
.bulletTriangles {
    list-style: none;
}
.bulletTriangles li::before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.blueTextHeader {
    color: #3366ff;
    font-weight: bold;
    font-family: 'tahomaregular';
    font-size: 32px;
    text-align: center;
}
.blueText {
    font-size: 28px;
    color: #3366ff;
    font-weight: normal;
}
.blackText {
    font-family: 'tahomaregular';
    font-size: 24px;
    font-weight: bold;
}
.lightBlue {
    color: #38bff1;
    font-size: 24px;
    font-weight: bold;
}




