@charset "UTF-8";
/* CSS Document */

.columnmargin {
    margin: 40px 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
.footermargin p {
    font-size: 14px !important;
    color: #999; 
}
.titleposition {
    padding-bottom: 20px;
    padding-top: 90px;
    border-bottom: 1px solid #000;
}
.headernav {
    position: fixed;
    z-index: 949;
    top: -1px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
}
.sectionwidth {
    max-width: 1040px;
    margin: auto;
    text-align: left;
}
.imageborder {
    border: 1px solid #000;
}
.descriptionpadding {
    padding: 26px;
    background-color: #c6d4db;
    border: 1px solid #344a54;
    margin-right: 2%;
}
#copyright {
    margin: -40px 0px 20px 0px;
    padding: 10px 0px 6px 0px;
    background-color: #000;
}
.hmy-section h1 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 2.25rem;
    padding-bottom: 20px;
    font-weight: 300;
}
.hmy-section h2 {
	font-size: 1.4rem;
}
.hmy-section h3 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 1.6rem;
}
.hmy-section h4, .hmy-section h5 {
	font-size: 1.2rem;
}
.hmy-section h2,
.hmy-section h3,
.hmy-section h4,
.hmy-section h5 {
	margin: 24px 0px 0px 0px;
	font-weight: bold;
}
.hmy-section h1:first-child,
.hmy-section h2:first-child,
.hmy-section h3:first-child,
.hmy-section h4:first-child,
.hmy-section h5:first-child {
	margin: 0px;
}
.hmy-section p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	margin: 6px 0px 10px 0px;
	line-height: 1.6;
}