@charset "UTF-8";

/* CSS Document */


/*HOME*/


/* HEADER */

body {
    background-color: #f2f2f2;
    font-family: "Open Sans", sans-serif;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 900px;
}

.name-copy {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    color: #999999;
    text-decoration: none;
}

.green {
    color: #61349a;
}

.flex-container {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: flex;
}

.flex-container-home {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: flex;
}

#hp-img {
    padding-right: 20px;
}

.address-copy {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
}

.mainTitle {
    margin-top: 1rem;
}

#header {
    /* width:900px; */
    margin: 0 auto;
    border: 1px;
    padding-top: 25px;
    padding-left: 25px;
}

.pageTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #61349a;
    text-decoration: none;
}

.bodyTxt {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #666666;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
}

.bodyBold {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #666666;
    /*line-height: 20px;*/
    text-transform: none;
    text-decoration: none;
}

.bodyHeading {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #666666;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
}

.bodyLink {
    font-size: 14px;
    font-weight: normal;
    color: #61349a;
}

ul.bodyUl {
    padding-top: 0px;
    font-size: 13px;
    list-style-type: none;
}

li.bodyUlItem {
    color: #666666;
    display: block;
    background-color: #f2f2f2;
    text-align: left;
}

.bodyLink a:link {
    color: #61349a;
    text-decoration: underline;
}

.bodyLink a:visited {
    color: #61349a;
    text-decoration: underline;
}

.bodyLink a:hover {
    text-decoration: none;
    color: #61349a;
    background-color: #bbda8f;
}

.bodyLink a:active {
    color: #61349a;
    text-decoration: none;
}

.bodySmall {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}

.questionStyle {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

.answerStyle {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
}

hr {
    border: 0;
    border-top: 1px solid #d3d3d3;
    height: 0;
    background: #d3d3d3;
}


/*.nav {
	font-family:Arial;
	font-size: 14px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}*/

li.nav a:link {
    text-decoration: none;
}

li.nav a:visited {
    text-decoration: none;
}

li.nav a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #61349a;
}

li.nav a:active {
    text-decoration: none;
    background-color: #61349a;
}

li.navHS a:link {
    text-decoration: none;
}

li.navHS a:visited {
    text-decoration: none;
}

li.navHS a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #61349a;
}

li.navHS a:active {
    text-decoration: none;
    background-color: #61349a;
}

ul.nav {
    margin: 0px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    list-style-type: none;
}

ul.navHS {
    margin: 0px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    list-style-type: none;
}

li.nav a {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: #999999;
    display: block;
    background-color: #f2f2f2;
    text-align: left;
    width: 150px;
}

li.navHS a {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: #ffffff;
    display: block;
    background-color: #666666;
    text-align: left;
    width: 150px;
}

li {
    margin-bottom: 10px;
}

.content {
    float: right;
    width: 600px;
    padding-top: 10px;
    margin-left: 5px;
}

#content {
    margin-left: 2rem;
}

#contentHolder {
    width: 100%;
    max-width: 700px;
}

.footer {
    float: left;
    width: 900px;
    color: #cccccc;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

@media (min-width: 728px) {
    /* #navHolder {
		padding-top:10px; 
		width:220px;
		/* float:left; 
	}*/
    /* #picture {
		margin-left:10px; 
		padding-bottom:15px; 
		margin-right:10px; 
		padding-left:15px; 
		border-style: none dashed dashed none; 
		border-color:#cccccc; 
		border-width:1px;
		text-align:left;
	}  */
}