@charset "utf-8";
/* CSS Document */

h1 {text-transform: uppercase;
	color: #FFDD00;
	font-size: 3rem;
	}


h2 {
  	color: #FFDD00;
 	text-transform: uppercase;
	margin-bottom: 25px;
}


.sppb-carousel-text h2 {
	color: #000000;
}

h3 {
	font-size: 1.5rem;
	color: #FFDD00;
}

h4 {
	font-size: 1rem;
	margin-bottom: 15px;
	}
	

p {
	margin-bottom: 0.1em;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	text-transform: uppercase;
	padding: 0px 20px 0px 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 5px 0px 5px 0px;}

.article-list .article {
	border: none;}



#sp-page-builder .sppb-section-title {
	margin-bottom: 25px;
}

.sppb-title-subheading {
	color: #FFFFFF}


.sppb-addon-single-image-container {
	overflow: visible !important;
}



tr{
	border-bottom: 1px solid #f5f5f5;	
	
}

tr:nth-child(2n) {
	background: #fbfbfb;
	
}

th {
	vertical-align: middle;
	color: #ffdd00;
	font-weight: bold;
	padding: 10px 5px 10px 10px;
	background: #f5f5f5;
	border-bottom: 3px solid #ffffff;
	
}

td {
	vertical-align: middle;
	padding: 10px 5px 10px 10px;
	
}