:root {
	--primary: #EB7304;
	--secondary: #000000;
}

body {
	font-family: "proxima-nova-alt",sans-serif;
}

a {
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.astroid-nav > li > .as-menu-item, .astroid-sidebar-menu > li > .nav-item-inner > .as-menu-item, .astroid-mobile-menu > .nav-item > .as-menu-item {
	font-family: "proxima-nova-alt",sans-serif;
}

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

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

h1, h2, h3, h4, h5 {
	font-family: "proxima-nova-alt",sans-serif;
	color: #01305b;
}

strong {
	font-weight: 700;
}

.primary {
	color: var(--primary);
}

.secondary {
	color: var(--secondary);
}

blockquote {
	
}

iframe {
	border: none;
}

h1 {
	font-size: 55px;
	line-height: 1.2;
	border-bottom: 0px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0; font-weight: 800; text-align: center;
}



h2 {
	clear: none;
	margin: 30px 0 0px 0;
	padding: 0;
	font-size: 36px;
	font-weight: 900;
	position: relative;
	z-index: 0; text-transform: uppercase; color: #8F2F1B;
}

h2:before {
	content: '';  width: 29px;
height: 60px;
position: absolute;
left: -37px;
top: -9px;
	z-index: -1;
	background: url('../../../images/yellowleaf.png') no-repeat center center; background-size: 100% auto;
}

h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 24px;
	font-weight: 900; text-transform: uppercase;
}

h2.module-title {
	
}

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

.staff h4 {
	margin: 0;
}

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

.btn {
	text-transform: uppercase;
  padding: 5px 30px;
  border-radius: 5px;
  border: none;
  font-weight: 900;
  letter-spacing: 1px;
}

.btn:hover {
	background-color: var(--secondary);
	color: #FFF;
}

a.readon {
	text-transform: uppercase;
	font-size: 85%;
}

blockquote {
	
}

blockquote p {
	
}

/*menu*/

#headerwrap {
	
}

#headerwrap .container {
	
}

.container-fluid {
	padding: 0;
}

.megamenu-container.nav-submenu-container, #astroid-sticky-header {
	box-shadow: 1px 2.1px 2.2px rgba(0, 0, 0, 0.02),
	  2.5px 5.1px 5.3px rgba(0, 0, 0, 0.028),
	  4.6px 9.6px 10px rgba(0, 0, 0, 0.035),
	  8.3px 17.2px 17.9px rgba(0, 0, 0, 0.042),
	  15.5px 32.2px 33.4px rgba(0, 0, 0, 0.05),
	  37px 77px 80px rgba(0, 0, 0, 0.07);
	  
}

.dropdown-menus.menu_open {
	background: #012F5B!important; padding: 20px;
}

.megamenu-container.nav-submenu-container {
	border: none;
	  top: 73px!important;
}

.astroid-nav .nav-submenu > li > .as-menu-item {
	padding: 8px 15px; font-family: "proxima-nova-alt",sans-serif;
}

/*Banner*/

#bannerwrap {
	
}


/*row1wrap*/

#row1wrap {
	background-size: 70px auto;
  padding: 40px 0;
}

#position-1-1 p {
	max-width: 720px;
  font-size: 20px;
  margin: 30px auto;
  text-align: center;
}

#position-1-1 .btn {
  background: #FFF;
  color: #8F2F1B;
  font-size: 16px;
}

/*row2wrap*/

#row2wrap {
	
}

#position-2-1 {
	max-width: 1000px; margin: auto;
}

#position-2-1 h2 {
  font-weight: 900;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
}

#position-2-1 h2:before {
	display: none;
}

#position-2-1  h4 {
  margin: 30px 0 0 0;
  text-transform: uppercase;
  color: #FFF;
  font-size: 24px;
}

#position-2-1 .btn {
  margin-top: 30px;
  background: #FFF;
  color: #8F2F1B;
}

/*row3wrap*/

#row3wrap {
	
}

#position-3-1 {
	
}


/*row4wrap*/

#row4wrap {
	
}

#position-4-1 {
	
}

/*row5wrap*/

#row5wrap {
	
}

#position-5-1 {
	
}

/*row6wrap*/

#row6wrap {
	
}

#position-6-1 {
	
}


/*Bottomwrap*/

#bottomwrap {
	
}


/*Footer*/

#footerwrap {
	
}

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

#footer1 .socialicons .fa-2x {
	vertical-align: middle;
	margin: 0 10px;
	display: block;
}

.socialicons {
	text-align: center;
	display: flex;
	
}

#footer1 .socialicons a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	margin: 0 15px;
}

/*Sidebar*/

#sp-sidebar-right {
	
}



/*Main area*/

body.home #mainwrap {
	display: none;
}

#mainwrap {
	
}

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

.astroid-article-full-image figure {
	margin-bottom: 20px;
}

.item-image img {
	
}

.caption {
	text-align: right; font-size: 14px; text-transform: uppercase;
}


table.compare {
	width: 100%;
}

table.compare p {
	margin: 0;
}

table.compare img {
	width: 24px; height: auto;;
}

table.compare h4 {
	font-size: 36px; font-weight: 900; margin: 0; line-height: 1;
}

table.compare thead {
	font-weight: bold; vertical-align: bottom;
}

table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  padding-bottom: 15px;

}
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-family: "Font Awesome 6 Free";
	font-size: 16px;
	line-height: 1;
	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 {
		
	}
	
	table.compare h4 {
		font-size: 24px;
	}
	
	#mainwrap h2 {
		margin-left: 30px;
	}
	
	.nav-child.unstyled.dropdown-menus:not(.menu_open) {
		display: none;
	}
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
}