/* Baloo CSS */
/* A simple bare necessities responsive CSS grid setup: 1220px wide, 10px outside gutters, 20px inside gutters, 80px columns; */
/* baloo.css v1.2 | MIT License | github.com/samgordon444/balooCSS */
.column,.columns,.gndwire-container{
	width:100%;
	box-sizing:border-box;
	margin-left:0;
}
.gndwire-container{
	position:relative;
	/* Change this to the value of your total container width - note that this number takes into account the 10px outter gutters */
	/* For content to be 1200px width at 12 columns, set this number to 1200px + 2x padding of this container */
	max-width:1200px;
	margin:0 auto;
	padding:0 15px; /* change outter gutter padding */
}
.column,.columns{
	float:left
}
@media (min-width:450px){
	/* inner gutter */
	.column,.columns{margin-left:1.6936%}
	.column:first-child,.columns:first-child{margin-left:0}
	/* column widths - column to gutter ratio of 4:1; */
	.one.column,.one.columns{width:6.78%}
	.two.columns{width:15.255%}
	.three.columns{width:23.73%}
	.four.columns{width:32.204%}
	.five.columns{width:40.678%}
	.six.columns{width:49.153%}
	.seven.columns{width:57.628%}
	.eight.columns{width:66.103%}
	.nine.columns{width:74.577%}
	.ten.columns{width:83.052%}
	.eleven.columns{width:91.526%}
	.twelve.columns{width:100%;margin-left:0}
	.one-third.column{width:32.204%}
	.two-thirds.column{width:66.103%}
	.one-half.column{width:49.153%}
	/* column offsets */
	.offset-one.column,.offset-one.columns{margin-left:8.4736%}
	.offset-two.column,.offset-two.columns{margin-left:16.9472%}
	.offset-three.column,.offset-three.columns{margin-left:25.4208%}
	.offset-four.column,.offset-four.columns{margin-left:33.8944%}
	.offset-five.column,.offset-five.columns{margin-left:42.368%}
	.offset-six.column,.offset-six.columns{margin-left:50.8416%}
	.offset-seven.column,.offset-seven.columns{margin-left:59.3152%}
	.offset-eight.column,.offset-eight.columns{margin-left:67.7888%}
	.offset-nine.column,.offset-nine.columns{margin-left:76.2624%}
	.offset-ten.column,.offset-ten.columns{margin-left:84.736%}
	.offset-eleven.column,.offset-eleven.columns{margin-left:93.2096%}
	.offset-one-third.column,.offset-one-third.columns{margin-left:33.8976%}
	.offset-two-thirds.column,.offset-two-thirds.columns{margin-left:67.7966%}
	.offset-one-half.column,.offset-one-half.columns{margin-left:50.8466%}
	/* fix for rows with multiple offsets */
	.offset-one:not(:first-child){margin-left:10.1672%}
	.offset-two:not(:first-child){margin-left:18.6408%}
	.offset-three:not(:first-child){margin-left:27.1144%}
	.offset-four:not(:first-child){margin-left:35.588%}
	.offset-five:not(:first-child){margin-left:44.0616%}
	.offset-six:not(:first-child){margin-left:52.5352%}
	.offset-seven:not(:first-child){margin-left:61.0088%}
	.offset-eight:not(:first-child){margin-left:69.4824%}
	.offset-nine:not(:first-child){margin-left:77.956%}
	.offset-ten:not(:first-child){margin-left:86.4296%}
	.offset-eleven:not(:first-child){margin-left:94.9032%}
	.offset-one-third:not(:first-child){margin-left:35.5912%}
	.offset-two-thirds:not(:first-child){margin-left:69.4902%}
	.offset-one-half:not(:first-child){margin-left:52.5402%}
}
/* clearing after row */
.gndwire-container:after,.row:after,.u-cf {content: "";display: table;clear: both; }
/*
     FILE ARCHIVED ON 15:21:43 Feb 01, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:31:45 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.39
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.04
  esindex: 0.005
  cdx.remote: 14.505
  LoadShardBlock: 69.368 (3)
  PetaboxLoader3.datanode: 59.296 (4)
  PetaboxLoader3.resolve: 37.254 (2)
  load_resource: 31.081
*/