/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 1% 1.5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { width: 100%; font-size: 90%; margin: 0px; zoom:1; /* For IE 6/7 */ }

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
/* ORIGINAL */
	.span_1_of_5 {
	width: calc(20% - 80px);
}

/* INDIVIDUAL COLUMNS */
.footerlinks { width: 20%; }
.footerlinks h3 { margin: 1.5rem; font-variant: all-petite-caps; color: #fff; text-align: left; padding-top: 1em; }
.footerabout ul, ol, .footerlinks ul, ol {
	padding: 0;
	margin: calc(1em + 1vw);
	text-align: left;
	padding-left: 1em;
	list-style: none;
	font-size: 90%;
	color: #bbb;
}
.footerlinks li { line-height: 225%; }
.footerlinks a { color: #bbb; }
.footerlinks a:hover { color: #fff; }
.footerabout li { color: #dedede !important; }
.footerabout { background: #b61d22; color: #fff; text-align: left; margin-top: 0; padding-bottom: 1em; }
.footerabout p { margin: 1.5rem; font-size: 90%; } 
.footerabout h3 { margin: 1.5rem; font-variant: all-petite-caps; padding-top: 1em; }
.footerabout a { color: #dedede; }
.footerabout a:hover { color: #fff; }

.collapsable_mobile_dropdowns { display: none; }

.footer_social_logos { width:auto; height: calc(.5em + .5vw); min-height: 18px; vertical-align: text-top; margin-right: .5em; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
	
#back-top {
	padding: calc(1em + 1vw);
	margin-bottom: -2em;
}	
	
.col {  margin: 1% 0 0% 0% !important; }
.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
#hidefooter { display: none !important; }
.group { width: 100%; margin: 0; font-size: 100%; }
.footerabout { margin-top: 2.5em !important; }
	
/* COLLAPSABLE SECTIONS/MENUS/FOOTER  */
.collapsable_mobile_dropdowns { display: initial; }
	 
 summary::-webkit-details-marker {
	color: #bb0000; 
	font-size: 1.1em;
	margin-right: .5em;
	-webkit-tap-highlight-color: transparent;
}
summary:focus { outline-style: none; }
article > details > summary {
	margin: calc(1em + 1vw);
	font-variant: all-petite-caps;
	padding-top: 1em;
	font-weight: 700;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
	margin-bottom: 0px !important;
	-webkit-tap-highlight-color: transparent;
}
	details > p {
		margin-left: 24px;
	}
	details details {
		margin-left: 36px;
	}
	details details summary {
		font-size: 16px;
	}
}

@media only screen and (width: 1024px) {
.span_1_of_5 {
	width: 18.43%;
}

@media only screen and (width: 1920px) {
.span_1_of_5 {
	width: 19.89% !important;
}
}
