@import url("https://use.typekit.net/nrz1ivh.css");

/* Standard HTML tags */
body
{
	font-family: museo-sans,sans-serif !important;
	font-size: 12px;
	
	/* Default if browser does not support CSS gradients */
	background: #FFF;
}

.headerDiv p {
	padding: 75px 0 0 0;
}

p {
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 0;
}

.button {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
    color: #FFF;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: arial,sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    line-height: 1.33;
	float: left;
	font-family: museo-sans,sans-serif !important;
	font-size: 16px;
	font-weight: bold;
	margin:;
	padding: 12px 20px;
	text-decoration: none;
	width: auto;
}


h4
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Classes */
.mainDiv
{
	margin: 0px auto;
	width: 1024px;
}

.content-title {
	background: #ccc;
	padding: 15px;
}

.content-title svg {
	float: right;
	width: 25px;
}
svg.up {
	display: none;
}
.open svg.down {
	display: none;
}
.open svg.up {
	display: block;
}
.content {
	margin: 25px;
}

.headerDiv
{
	background-color: white;
	margin: 0;
	padding: 10px 0 0 0;
	width: 830px;
}

.headerDiv img
{
	float: left;
	margin-right: 90px;
	width: 300px;
}

.headerDiv h2
{
	float: right;
	padding-right: 80px;
	padding-top: 10px;
}

.menuDiv h4
{
	text-decoration: underline;
	padding: 0px 0px 2px 0px;
}

.menuDiv a
{
	color: black;
	text-decoration: none;
}

.menuDiv a:hover
{
	color: #890B33;
	text-decoration: none;
}

.formDiv
{
	float: right;
	width: 100%;
}

.formDiv table
{
	width: 690px;
}

.formDiv td
{
	padding: 10px 5px 10px 0;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}

.formDiv #submitButtonDiv
{
	padding: 6px 0px 0px 6px;
	text-align: right;
}

.formDiv label {
	font-size: 13px;
	display: inline-block;
	padding: 0 0 7px 0;
}

.formDiv input, .formDiv textarea{
	font-family: museo-sans,sans-serif !important;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

.formDiv input[type=submit] {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
    color: #FFF;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: arial,sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    line-height: 1.33;
	float: left;
	font-family: museo-sans,sans-serif !important;
	font-size: 16px;
	font-weight: bold;
	margin:;
	padding: 12px 20px;
	width: auto;
}

.formDiv input[type=submit]:hover {
	cursor: pointer;
}


.formLabel
{
	color: #000;
	font-weight: bold;
	height: 30px;
	text-align: right;
	font-size: 14px;
}

.formLabelRequired
{	
	color: #000;
	height: 30px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	width: 160px;
}

.signature-containers {
	display: flex;
	flex-direction: row;
}

.signatureDetailDiv
{
	text-align: left;
	padding: 40px 0 0 0;
}

.signatureDiv
{
	background: white;
	display: flex;
	flex-direction: column;
	padding: 30px;
	width: 45%;
}

.signatureDiv b {
	font-size: 14px;
}


.clear
{
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.note
{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	text-transform: initial;
}

.cssGradient
{
	/* Firefox */
	background: -moz-linear-gradient(top, #888888, #E5E8EB);
	
	/* Webkit-based (Chrome/Chromium, Safari) */
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#E5E8EB));
	
	/* IE */
	filter:
	progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#888888', EndColorStr='#E5E8EB');	
}