<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content#genesis-content {
	background: #fff;
	margin-bottom: 46px;
}

.downloads-container {
	padding: 0 40px 40px;
	
}
/*.entry{
	display: none;
}*/

h2.forms-title{
	text-transform: uppercase;
    margin-bottom: 24px;
    color: #333;
    padding: 0 24px 18px 0;    
    font-size: 2.2rem;
}


h2.forms-title.second{
	margin-top: 48px;
	padding: 18px 24px 18px 0;
}

h3.forms-title{
	display: block;
	border-bottom: solid 1px rgba(0,0,0,.1);
	margin: 14px 0 0 0;
	font-size: 2.0rem;
	padding-bottom: 8px;
}

.forms{
	margin-bottom: 48px;
}

.forms li{
	padding: 24px 24px 20px 24px;
	display: block;
	position: relative;
	overflow: hidden;
}

.forms li.odd{
	background: rgba(0,0,0,.02);
}

.forms li.even{
	background: rgba(0,0,0,.05);
}

.forms li span.filename{
	position: relative;
	top: 4px;
}

.forms li span.filename i{
	padding-right: 8px;
	position: relative;
	top: -2px;
	font-size: 1.4rem;
}

.forms li a.button{
	float: right;
	font-size: 1.4rem;
	padding: 10px 14px !important;
}

.forms li a.button i{
	position: relative;
	top: 0px;
	padding-right: 2px;
}

/*Tabs
------------*/
#formtabs{
	position: relative;
	display: block;
}

#formtabs span.tab{
	position: relative;
	top: 0;
	display: block;
	cursor: pointer;
	float: left;
	background: rgba(0,0,0,0.02);
	padding: 12px;
	font-family: "lato",sans-serif;
	text-transform: uppercase;
	max-width: 200px;
	font-size: 1.4rem;
	margin-left: 6px;
	max-height: 100px;
	overflow: hidden;
	border-bottom: solid 2px rgba(0,0,0,0);
	font-weight: 600;
	
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;

}

#formtabs span.tab.selected{
	background: rgba(0,0,0,0.07);
	border-bottom: solid 2px rgba(0,0,0,0.2);
	max-width: 400px;
}

#formtabs span.tab:first-child{
	margin-left: 0px;
}

#formtabs span.tab span{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.form-tab-container{
	display: none;
	position: absolute;
	width: 100%;
	top: 46px;
}

.form-tab-container li:first-child{
	border-top: solid 2px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 1300px) {
	.content,
	.sidebar-primary{
		width: 100% !important;
	}
}

@media only screen and (max-width: 860px) {
	.forms li a.button{
		margin-top: 14px;
	}
	
	.form-tab-container{
		display: block !important;
		position: relative;
		clear: both !important;
		top: 0;
		margin-bottom: 48px;
	}
	
	#formtabs span.tab{
		width: 100%;
		max-width: 100%;
		background: none;
		padding: 0 0 14px;
		font-size: 1.6rem;
		font-weight: 800;
	}
	
	.forms li a.button{
	    float: none;
    	display: block;
    	text-align: center;
	}
}</pre></body></html>