:root {
  
  
}

body {
	padding: 35px;
}

#astroid-sticky-header {
	max-width: calc(100% - 70px);
	margin: 0px 0 0 35px;
}

a {
	text-underline-offset: 3px;
}

p, ul, ol {
	margin-bottom: 15px;
}

p, ul li, ol li {
	line-height: 1.68em;
}

h1, h2, h3, h4, h5 {
	
}

blockquote {
	
}

iframe {
	border: none;
}

.astroid-logo {
	font-style: italic;
	align-items: start!important;
}

h1 {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 60px;
	
}

h2 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	
	}

h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 28px;
	
}

h2.module-title {
	font-style: italic;
	font-size: 55px;
	margin: 20px 0;
}

h4 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.staff h4 {
	margin: 0;
}


h5 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.btn {
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: var(--primary);
	color: #FFF;
}

.btn:hover {
	
}

blockquote {
	
}

blockquote p {
	
}

/*menu*/

#headerwrap {
	
}

#headerwrap .container {
	max-width: 1500px;

}

.container-fluid {
	padding: 0;
}

/*Banner*/

#bannerwrap {
	
}


/*row1wrap*/

#row1wrap {
	
}

#position-1-1 {
	
}

/*row2wrap*/

#row2wrap {
	
}

#position-2-1 {
	
}

/*row3wrap*/

#row3wrap {
	
}

#position-3-1 {
	
}


/*row4wrap*/

#row4wrap {
	
}

#position-4-1 {
	
}

/*row5wrap*/

#row5wrap {
	
}

#position-5-1 {
	
}

/*row6wrap*/

#row6wrap {
	
}

#position-6-1 {
	
}


/*Bottomwrap*/

#bottomwrap {
	
}


/*Footer*/

#footerwrap {
	
}

#footerwrap img {
	max-height: 80px; width: auto;
	vertical-align: middle; padding: 5px;
}

#footer1 small {text-transform: uppercase; letter-spacing: 1px; font-size: 13px;
}

/*Sidebar*/

#sp-sidebar-right {
	
}



/*Main area*/

body.home #mainwrap {
	display: none;
}

#mainwrap {
	
}

#mainwrap .container {
	max-width: 960px;
}

ul.fields-container {
	list-style-type: none; padding: 0;
}

span.field-label  {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}


.wf_file::before {
	content: "\f15b";
	font: normal normal normal 16px/1 "Font Awesome 5 Free";
	display: inline-block;
	margin: 0 5px 0 0;
}

.wf_file[href$=".pdf"]::before {
	content: "\f1c1";
}

.wf_file[href$=".doc"]::before {
	content: "\f1c2";
}

.wf_file[href$=".docx"]::before {
	content: "\f1c2";
}

.wf_file[href$=".xls"]::before {
	content: "\f1c3";
}

.wf_file[href$=".xlsx"]::before {
	content: "\f1c3";
}

.wf_file[href$=".zip"]::before {
	content: "\f1c6";
}

.wf_file[href$=".png"]::before {
	content: "\f1c5";
}

.wf_file[href$=".jpg"]::before {
	content: "\f1c5";
}


@media  (max-width: 800px) {
	body {
		padding: 15px;
	}
	
	#astroid-sticky-header {
	max-width: calc(100% - 30px);
	margin: 0px 0 0 15px;
}
	
	.n2-ss-margin {
		margin-top: 0!important;
	}
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
}