/* buttons */

.filter-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:before,
.filter-btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:focus,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn.focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filter-btn:hover,
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  text-decoration: none;
}
.filter-btn:active,
.filter-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-btn.disabled,
.filter-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.filter-btn.disabled {
  pointer-events: none;
}

.filter-btn {
  color: #777777;
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:hover {
  color: #333333;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  color: #54A8FA;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:active:hover,
.filter-btn.active:hover,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  color: #54A8FA;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  background-image: none;
}
.filter-btn.disabled,
.filter-btn[disabled],
.filter-btn.disabled:hover,
.filter-btn[disabled]:hover,
.filter-btn.disabled:focus,
.filter-btn[disabled]:focus,
.filter-btn.disabled.focus,
.filter-btn[disabled].focus,
.filter-btn.disabled:active,
.filter-btn[disabled]:active,
.filter-btn.disabled.active,
.filter-btn[disabled].active {
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}


		
.filter-search {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	width:100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* search input */
		
.filter-search:focus {
/* 	border-color: #66afe9; */
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}		

.filter-search:before,
.filter-search:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*placeholder */

.filter-search::-webkit-input-placeholder {
    color: #CCCCCC;
}
.filter-search:-moz-placeholder {
    color: #CCCCCC;
}
.filter-search::-moz-placeholder {
    color: #CCCCCC;
}
.filter-search:-ms-input-placeholder {
    color: #CCCCCC;
}

/* input groups */
	
	
.filter-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width:100%;
  padding-right:10px;
}

.filter-input-group > input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.filter-input-group > .filter-form-control,
.filter-input-group > .filter-group-btn > .filter-btn {
  height:34px;
  padding: 6px 16px;
  border-radius: 4px;
}

.filter-group-btn,
.filter-input-group > input {
  display: table-cell;
}

.filter-group-btn:not(:first-child):not(:last-child),
.filter-input-group .filter-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.filter-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.filter-input-group .filter-form-control:first-child,
.filter-group-btn.layout > .filter-btn:first-child,
.filter-group-btn.sort > .filter-btn:first-child,
.filter-group-btn > .filter-btn:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left:10px;
}

.filter-input-group .filter-form-control:last-child,
.filter-group-btn > .filter-btn:last-child,
.filter-group-btn:first-child > .filter-btn:not(:first-child),
.filter-group-btn:first-child > .filter-btn-group:not(:first-child) > .filter-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.filter-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin:0;
}
.filter-group-btn > .filter-btn {
  position: relative;
}
.filter-group-btn > .filter-btn + .filter-btn {
  margin-left: -1px;
}
.filter-group-btn > .filter-btn:hover,
.filter-group-btn > .filter-btn:focus,
.filter-group-btn > .filter-btn:active {
  z-index: 2;
}
.filter-group-btn:first-child > .filter-btn,
.filter-group-btn:first-child > .filter-btn-group {
  margin-right: -1px;
}
.filter-group-btn:last-child > .filter-btn,
.filter-group-btn:last-child > .filter-btn-group {
  z-index: 2;
  margin-left: -1px;
}




  .theme-version{display:block}.theme-version.number-110,#stacks_in_1438_1{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}body,.font-family-text{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:400;}h1,.font-family-h1{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:300;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:600;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1200px;left:50%;transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1200px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 102, 136, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(0, 102, 136, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(34, 34, 34, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(44, 44, 44, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(44, 44, 44, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(231, 231, 231, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(34, 34, 34, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(44, 44, 44, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(40, 40, 40, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1200px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 140, 186, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 140, 186, 1.00);color:rgba(0, 140, 186, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(34, 34, 34, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(0, 140, 186, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(40, 40, 40, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(0, 140, 186, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(0, 133, 176, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(0, 140, 186, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 140, 186, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 133, 176, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(0, 140, 186, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(0, 140, 186, 1.00)}.panel p.alt a:hover{color:rgba(0, 102, 136, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(34, 34, 34, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(44, 44, 44, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav header{color:rgba(34, 34, 34, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(40, 40, 40, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 140, 186, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(0, 140, 186, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(0, 140, 186, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 140, 186, 1.00)}.copyright a:hover{color:rgba(0, 102, 136, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(34, 34, 34, 1.00)}.fn-text-link a{color:rgba(0, 140, 186, 1.00)}.fn-text-link a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text{color:rgba(34, 34, 34, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(34, 34, 34, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(0, 140, 186, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-text-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 133, 176, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}
#stacks_in_642 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_642 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_642 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_642 > .row.padding-detailed.padding-medium-up,#stacks_in_642 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_642 > .row.padding-detailed.padding-y-medium-up,#stacks_in_642 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_642 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_642 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_642 > .row.max-custom{margin:0 auto;max-width:800px !important}#stacks_in_642 > .row.max-custom.max-left{margin-left:0}#stacks_in_642 > .row.max-custom.max-right{margin-right:0}
#stacks_in_643 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_643 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_643 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_643 > .row.padding-detailed.padding-medium-up,#stacks_in_643 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_643 > .row.padding-detailed.padding-y-medium-up,#stacks_in_643 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_643 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_643 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_643 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  20px;
}
/* Start Gradient stack CSS code */

#stacks_in_644{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_644::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(0, 0, 0, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(0, 0, 0, 1.00) 0%,   rgba(64, 64, 64, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 1.00)),   color-stop(100%,rgba(64, 64, 64, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 1.00) 0%,rgba(64, 64, 64, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(0, 0, 0, 1.00) 0%,rgba(64, 64, 64, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(0, 0, 0, 1.00) 0%,rgba(64, 64, 64, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(0, 0, 0, 1.00) 0%,rgba(64, 64, 64, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 1.00)', endColorstr='rgba(64, 64, 64, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_644 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_882 > .row{padding-top:1.00rem;padding-bottom:1.00rem}#stacks_in_882 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_882 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_882 > .row.padding-detailed.padding-medium-up,#stacks_in_882 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_882 > .row.padding-detailed.padding-y-medium-up,#stacks_in_882 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_882 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_882 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_646 a{display:block}#stacks_in_646{max-width:200px}@media only screen and (min-width:641px){#stacks_in_646{max-width:200px}}@media only screen and (min-width:1024px){#stacks_in_646{max-width:300px}}#stacks_in_646{margin:0 auto;margin-left:0 !important;}#stacks_in_646 .prevent-reflow{padding-bottom:33.33%;position:relative;width:100%}#stacks_in_646 .prevent-reflow img{display:block;position:absolute;top:0;left:0;width:100%;height:auto;margin:0;padding:0}

#stacks_in_646 {
	padding: 0px 0px 0px 20px;
}
 #stacks_in_877 h1,#stacks_in_877 h2,#stacks_in_877 h3,#stacks_in_877 h4,#stacks_in_877 h5,#stacks_in_877 h6,#stacks_in_877 div{color:rgba(0, 0, 0, 1.00);font-size:1.20rem;font-weight:500}#stacks_in_877 h1 a,#stacks_in_877 h2 a,#stacks_in_877 h3 a,#stacks_in_877 h4 a,#stacks_in_877 h5 a,#stacks_in_877 h6 a,#stacks_in_877 div a{color:rgba(0, 0, 0, 1.00);font-size:1.20rem}#stacks_in_877 h1 a:hover,#stacks_in_877 h2 a:hover,#stacks_in_877 h3 a:hover,#stacks_in_877 h4 a:hover,#stacks_in_877 h5 a:hover,#stacks_in_877 h6 a:hover,#stacks_in_877 div a:hover{color:rgba(0, 0, 0, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_877 h1 a,#stacks_in_877 h2 a,#stacks_in_877 h3 a,#stacks_in_877 h4 a,#stacks_in_877 h5 a,#stacks_in_877 h6 a,#stacks_in_877 div a{font-size:2.00rem}}@media only screen and (min-width:40.063em){#stacks_in_877 h1,#stacks_in_877 h2,#stacks_in_877 h3,#stacks_in_877 h4,#stacks_in_877 h5,#stacks_in_877 h6,#stacks_in_877 div{font-size:2.00rem}}#stacks_in_877 small,#stacks_in_877 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_877 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_877 {
	padding: 20px 0px 0px 20px;
}
/* fix all the stupid foundation shit... */
#stacks_in_699 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* this makes the widths work as expected */	
#stacks_in_699 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_699 *:before,
#stacks_in_699 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_699 .clearfix:before,
#stacks_in_699 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_699 .clearfix:after {
  clear: both;
}


#stacks_in_699 .filter-controls {
	display: block;
	clear: both;
}

#stacks_in_699-cat-buttons {
	text-align: left;
}




#stacks_in_699 .filter-input-group>div {
    position: relative;
}

#stacks_in_699 .filter-input-group>div label {
    position: absolute;
    font-size:16px;
    line-height: 16px;
    left: 14px;
    top: 8px;
    color:#808080;
    padding:0;
    margin:0;
}

#stacks_in_699 .filter-input-group>div #stacks_in_699-search-input {
	background-image: none;
	border: 1px solid #cccccc;
	padding: 6px 10px;
	height: 34px;
	line-height: inherit;
	font-size: 16px;
	padding-left: 43px;
    padding-right: 43px;
    border-radius: 5px;
}


#stacks_in_699 .filter-input-group>div .filter-search-clear {
    text-decoration: none;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    right: 14px;
    top: 8px;
    color: #808080;
	display: none;
}

#stacks_in_699 .filter-input-group>div .filter-search-clear:hover {
    color: #222222;
}			



#stacks_in_699 .filter-input-group>div #stacks_in_699-search-input,
#stacks_in_699 .filter-input-group .filter-btn {
	background: #FFFFFF;
	color: #808080;
	border: 1px solid #CCCCCC;
}

#stacks_in_699 .filter-input-group .filter-btn:hover,
#stacks_in_699 .filter-input-group .filter-btn:focus {
	background: #EFEFEF;
	color: #222222;
	border: 1px solid #CCCCCC;
}

#stacks_in_699 .filter-input-group .filter-btn:active {
	background: #CCCCCC;
	color: #111111;
	border: 1px solid #CCCCCC;
}

#stacks_in_699 .filter-input-group .filter-btn.active,
#stacks_in_699 .filter-input-group .filter-btn.active:hover {
	background: #EFEFEF;
	color: #950740;
	border: 1px solid #CCCCCC;
}

#stacks_in_699 .filter-btn.grid {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#stacks_in_699 .filter-btn.list {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

#stacks_in_699 .filter-btn.asc {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#stacks_in_699 .filter-btn.desc {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* placeholder */

#stacks_in_699 .filter-search::-webkit-input-placeholder {
    color: #777777;
}
#stacks_in_699 .filter-search:-moz-placeholder {
    color: #777777;
}
#stacks_in_699 .filter-search::-moz-placeholder {
    color: #777777;
}
#stacks_in_699 .filter-search:-ms-input-placeholder {
    color: #777777;
}




#stacks_in_699 {
	margin: 20px 20px 0px 20px;
}
/* fix all the stupid foundation shit... */
#stacks_in_700 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* this makes the widths work as expected */	
#stacks_in_700 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_700 *:before,
#stacks_in_700 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_700 .clearfix:before,
#stacks_in_700 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_700 .clearfix:after {
  clear: both;
}


#stacks_in_700 .filter-controls {
	display: block;
	clear: both;
}

#stacks_in_700-cat-buttons {
	text-align: left;
}


#stacks_in_700 a.category-filter {
	background: #FFFFFF;
	color: #777777;
	border: 0px solid #CCCCCC;
	width:100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	border-radius:5px 5px 5px 5px;
	padding:6px 10px 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:4px 0;
}


#stacks_in_700 a.category-filter {
	width: auto;
	display:inline-block;
}


#stacks_in_700 a.category-filter:hover,
#stacks_in_700 a.category-filter:focus {
	background: #EFEFEF;
	color: #222222;
	border-color: #CCCCCC;
}

#stacks_in_700 a.category-filter:active {
	background: #CCCCCC;
	color: #111111;
	border-color: #CCCCCC;
}

#stacks_in_700 a.category-filter.active,
#stacks_in_700 a.category-filter.active:hover {
	background: #950740;
	color: #FFFFFF;
	border-color: #4C4C4C;
}




#stacks_in_700 {
	margin: 10px 20px 20px 20px;
}
#stacks_in_1206{overflow:hidden}#stacks_in_1206 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:0.25rem 0;}#stacks_in_1206 hr.custom{border-color:rgba(149, 7, 64, 1.00)}
/* Filter v.1.0.0 CSS */
	
/* this makes the widths work as expected */	
#stacks_in_701 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_701 *:before,
#stacks_in_701 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_701 .clearfix:before,
#stacks_in_701 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_701 .clearfix:after {
  clear: both;
}


/* grid/pack styling */

#stacks_in_701-filter{
	position: relative;
}

#stacks_in_701 .filter-tags,
#stacks_in_701 .filter-sort {
	display:none;
}


/* clear fix */
#stacks_in_701-filter:after {
  content: '';
  display: block;
  clear: both;
}

#stacks_in_701 ul.filter-items
{
	margin:0 !important;
	padding:0 !important;
	list-style: none !important;
}



	    
ul.filter-items.grid li,
ul.filter-items.pack li {
	width:33%;
    display: block;
    text-align: center;
    vertical-align: top;
    float:none;
	padding:10px;
	margin:0;
}


ul.filter-items.grid li>div,
ul.filter-items.pack li>div {
	width: 100%; 
    display: inline-block;
    border:  1px solid #E6E6E6;
    text-align: center;
    vertical-align: top;
	border-radius: 4px;
	padding:0;
    *display: inline;
    *zoom: 1;
}

ul.filter-items.grid li>div>div {
	width: 100%; 
    display: inline-block;
    text-align: center;
    vertical-align: top;
	padding:0px 0px 6px 0px;
    *display: inline;
    *zoom: 1;
}
ul.filter-items.grid li .filter-img {
	padding-bottom:10px;
}




@media (max-width: 767px) {
	ul.filter-items.grid li,
	ul.filter-items.pack li {
	 width: 100% !important;
	 }
}


/* list styling */

ul.filter-items.list {
   width: 100%;
   display: table;
}

ul.filter-items.list > li {
    width: 100%;
    display: table-row;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    vertical-align: top;
    padding:0px 0px 6px 0px;
}

ul.filter-items.list li .filter-img img {
    min-width: 128px;
    width: auto;
    max-width: 100%;
    height: auto;
    background: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #808000 !important;
    /* no shadow */
}

ul.filter-items.list li.filter-catalog .filter-img {
    display: table-cell;
    padding: 0 10px;
    min-width: 108px;
    text-align: center;
    width:30%;
}

ul.filter-items.list li .filter-img > img {
    
}

ul.filter-items.list li.filter-catalog .filter-content {
    display: table-cell;
    padding: 0 10px 10px;
    vertical-align: top;
    width:70%;
}

@media (max-width:767px) {

    ul.filter-items.list li .filter-img,
    ul.filter-items.list li .filter-content {
        width: 100%;
        display:block;
    }

}


/* FAQ Style */

ul.filter-items li.filter-faq .filter-content {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
    display:none;
}

ul.filter-items li.filter-faq .filter-content.show {
	visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

ul.filter-items li.filter-faq .filter-title {
	cursor: pointer;
}







#stacks_in_701 {
	margin:  20px;
}
 #stacks_in_1362 h1,#stacks_in_1362 h2,#stacks_in_1362 h3,#stacks_in_1362 h4,#stacks_in_1362 h5,#stacks_in_1362 h6,#stacks_in_1362 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1362 h1 a,#stacks_in_1362 h2 a,#stacks_in_1362 h3 a,#stacks_in_1362 h4 a,#stacks_in_1362 h5 a,#stacks_in_1362 h6 a,#stacks_in_1362 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1362 h1 a:hover,#stacks_in_1362 h2 a:hover,#stacks_in_1362 h3 a:hover,#stacks_in_1362 h4 a:hover,#stacks_in_1362 h5 a:hover,#stacks_in_1362 h6 a:hover,#stacks_in_1362 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1362 h1 a,#stacks_in_1362 h2 a,#stacks_in_1362 h3 a,#stacks_in_1362 h4 a,#stacks_in_1362 h5 a,#stacks_in_1362 h6 a,#stacks_in_1362 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1362 h1,#stacks_in_1362 h2,#stacks_in_1362 h3,#stacks_in_1362 h4,#stacks_in_1362 h5,#stacks_in_1362 h6,#stacks_in_1362 div{font-size:1.20rem}}#stacks_in_1362 small,#stacks_in_1362 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1362 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1362 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1985 h1,#stacks_in_1985 h2,#stacks_in_1985 h3,#stacks_in_1985 h4,#stacks_in_1985 h5,#stacks_in_1985 h6,#stacks_in_1985 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1985 h1 a,#stacks_in_1985 h2 a,#stacks_in_1985 h3 a,#stacks_in_1985 h4 a,#stacks_in_1985 h5 a,#stacks_in_1985 h6 a,#stacks_in_1985 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1985 h1 a:hover,#stacks_in_1985 h2 a:hover,#stacks_in_1985 h3 a:hover,#stacks_in_1985 h4 a:hover,#stacks_in_1985 h5 a:hover,#stacks_in_1985 h6 a:hover,#stacks_in_1985 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1985 h1 a,#stacks_in_1985 h2 a,#stacks_in_1985 h3 a,#stacks_in_1985 h4 a,#stacks_in_1985 h5 a,#stacks_in_1985 h6 a,#stacks_in_1985 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1985 h1,#stacks_in_1985 h2,#stacks_in_1985 h3,#stacks_in_1985 h4,#stacks_in_1985 h5,#stacks_in_1985 h6,#stacks_in_1985 div{font-size:1.20rem}}#stacks_in_1985 small,#stacks_in_1985 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1985 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1985 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1706 h1,#stacks_in_1706 h2,#stacks_in_1706 h3,#stacks_in_1706 h4,#stacks_in_1706 h5,#stacks_in_1706 h6,#stacks_in_1706 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1706 h1 a,#stacks_in_1706 h2 a,#stacks_in_1706 h3 a,#stacks_in_1706 h4 a,#stacks_in_1706 h5 a,#stacks_in_1706 h6 a,#stacks_in_1706 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1706 h1 a:hover,#stacks_in_1706 h2 a:hover,#stacks_in_1706 h3 a:hover,#stacks_in_1706 h4 a:hover,#stacks_in_1706 h5 a:hover,#stacks_in_1706 h6 a:hover,#stacks_in_1706 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1706 h1 a,#stacks_in_1706 h2 a,#stacks_in_1706 h3 a,#stacks_in_1706 h4 a,#stacks_in_1706 h5 a,#stacks_in_1706 h6 a,#stacks_in_1706 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1706 h1,#stacks_in_1706 h2,#stacks_in_1706 h3,#stacks_in_1706 h4,#stacks_in_1706 h5,#stacks_in_1706 h6,#stacks_in_1706 div{font-size:1.20rem}}#stacks_in_1706 small,#stacks_in_1706 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1706 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1706 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1713 h1,#stacks_in_1713 h2,#stacks_in_1713 h3,#stacks_in_1713 h4,#stacks_in_1713 h5,#stacks_in_1713 h6,#stacks_in_1713 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1713 h1 a,#stacks_in_1713 h2 a,#stacks_in_1713 h3 a,#stacks_in_1713 h4 a,#stacks_in_1713 h5 a,#stacks_in_1713 h6 a,#stacks_in_1713 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1713 h1 a:hover,#stacks_in_1713 h2 a:hover,#stacks_in_1713 h3 a:hover,#stacks_in_1713 h4 a:hover,#stacks_in_1713 h5 a:hover,#stacks_in_1713 h6 a:hover,#stacks_in_1713 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1713 h1 a,#stacks_in_1713 h2 a,#stacks_in_1713 h3 a,#stacks_in_1713 h4 a,#stacks_in_1713 h5 a,#stacks_in_1713 h6 a,#stacks_in_1713 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1713 h1,#stacks_in_1713 h2,#stacks_in_1713 h3,#stacks_in_1713 h4,#stacks_in_1713 h5,#stacks_in_1713 h6,#stacks_in_1713 div{font-size:1.20rem}}#stacks_in_1713 small,#stacks_in_1713 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1713 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1713 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1720 h1,#stacks_in_1720 h2,#stacks_in_1720 h3,#stacks_in_1720 h4,#stacks_in_1720 h5,#stacks_in_1720 h6,#stacks_in_1720 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1720 h1 a,#stacks_in_1720 h2 a,#stacks_in_1720 h3 a,#stacks_in_1720 h4 a,#stacks_in_1720 h5 a,#stacks_in_1720 h6 a,#stacks_in_1720 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1720 h1 a:hover,#stacks_in_1720 h2 a:hover,#stacks_in_1720 h3 a:hover,#stacks_in_1720 h4 a:hover,#stacks_in_1720 h5 a:hover,#stacks_in_1720 h6 a:hover,#stacks_in_1720 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1720 h1 a,#stacks_in_1720 h2 a,#stacks_in_1720 h3 a,#stacks_in_1720 h4 a,#stacks_in_1720 h5 a,#stacks_in_1720 h6 a,#stacks_in_1720 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1720 h1,#stacks_in_1720 h2,#stacks_in_1720 h3,#stacks_in_1720 h4,#stacks_in_1720 h5,#stacks_in_1720 h6,#stacks_in_1720 div{font-size:1.20rem}}#stacks_in_1720 small,#stacks_in_1720 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1720 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1720 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1727 h1,#stacks_in_1727 h2,#stacks_in_1727 h3,#stacks_in_1727 h4,#stacks_in_1727 h5,#stacks_in_1727 h6,#stacks_in_1727 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1727 h1 a,#stacks_in_1727 h2 a,#stacks_in_1727 h3 a,#stacks_in_1727 h4 a,#stacks_in_1727 h5 a,#stacks_in_1727 h6 a,#stacks_in_1727 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1727 h1 a:hover,#stacks_in_1727 h2 a:hover,#stacks_in_1727 h3 a:hover,#stacks_in_1727 h4 a:hover,#stacks_in_1727 h5 a:hover,#stacks_in_1727 h6 a:hover,#stacks_in_1727 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1727 h1 a,#stacks_in_1727 h2 a,#stacks_in_1727 h3 a,#stacks_in_1727 h4 a,#stacks_in_1727 h5 a,#stacks_in_1727 h6 a,#stacks_in_1727 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1727 h1,#stacks_in_1727 h2,#stacks_in_1727 h3,#stacks_in_1727 h4,#stacks_in_1727 h5,#stacks_in_1727 h6,#stacks_in_1727 div{font-size:1.20rem}}#stacks_in_1727 small,#stacks_in_1727 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1727 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1727 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1734 h1,#stacks_in_1734 h2,#stacks_in_1734 h3,#stacks_in_1734 h4,#stacks_in_1734 h5,#stacks_in_1734 h6,#stacks_in_1734 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1734 h1 a,#stacks_in_1734 h2 a,#stacks_in_1734 h3 a,#stacks_in_1734 h4 a,#stacks_in_1734 h5 a,#stacks_in_1734 h6 a,#stacks_in_1734 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1734 h1 a:hover,#stacks_in_1734 h2 a:hover,#stacks_in_1734 h3 a:hover,#stacks_in_1734 h4 a:hover,#stacks_in_1734 h5 a:hover,#stacks_in_1734 h6 a:hover,#stacks_in_1734 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1734 h1 a,#stacks_in_1734 h2 a,#stacks_in_1734 h3 a,#stacks_in_1734 h4 a,#stacks_in_1734 h5 a,#stacks_in_1734 h6 a,#stacks_in_1734 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1734 h1,#stacks_in_1734 h2,#stacks_in_1734 h3,#stacks_in_1734 h4,#stacks_in_1734 h5,#stacks_in_1734 h6,#stacks_in_1734 div{font-size:1.20rem}}#stacks_in_1734 small,#stacks_in_1734 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1734 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1734 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1894 h1,#stacks_in_1894 h2,#stacks_in_1894 h3,#stacks_in_1894 h4,#stacks_in_1894 h5,#stacks_in_1894 h6,#stacks_in_1894 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1894 h1 a,#stacks_in_1894 h2 a,#stacks_in_1894 h3 a,#stacks_in_1894 h4 a,#stacks_in_1894 h5 a,#stacks_in_1894 h6 a,#stacks_in_1894 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1894 h1 a:hover,#stacks_in_1894 h2 a:hover,#stacks_in_1894 h3 a:hover,#stacks_in_1894 h4 a:hover,#stacks_in_1894 h5 a:hover,#stacks_in_1894 h6 a:hover,#stacks_in_1894 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1894 h1 a,#stacks_in_1894 h2 a,#stacks_in_1894 h3 a,#stacks_in_1894 h4 a,#stacks_in_1894 h5 a,#stacks_in_1894 h6 a,#stacks_in_1894 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1894 h1,#stacks_in_1894 h2,#stacks_in_1894 h3,#stacks_in_1894 h4,#stacks_in_1894 h5,#stacks_in_1894 h6,#stacks_in_1894 div{font-size:1.20rem}}#stacks_in_1894 small,#stacks_in_1894 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1894 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1894 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1748 h1,#stacks_in_1748 h2,#stacks_in_1748 h3,#stacks_in_1748 h4,#stacks_in_1748 h5,#stacks_in_1748 h6,#stacks_in_1748 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1748 h1 a,#stacks_in_1748 h2 a,#stacks_in_1748 h3 a,#stacks_in_1748 h4 a,#stacks_in_1748 h5 a,#stacks_in_1748 h6 a,#stacks_in_1748 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1748 h1 a:hover,#stacks_in_1748 h2 a:hover,#stacks_in_1748 h3 a:hover,#stacks_in_1748 h4 a:hover,#stacks_in_1748 h5 a:hover,#stacks_in_1748 h6 a:hover,#stacks_in_1748 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1748 h1 a,#stacks_in_1748 h2 a,#stacks_in_1748 h3 a,#stacks_in_1748 h4 a,#stacks_in_1748 h5 a,#stacks_in_1748 h6 a,#stacks_in_1748 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1748 h1,#stacks_in_1748 h2,#stacks_in_1748 h3,#stacks_in_1748 h4,#stacks_in_1748 h5,#stacks_in_1748 h6,#stacks_in_1748 div{font-size:1.20rem}}#stacks_in_1748 small,#stacks_in_1748 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1748 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1748 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1755 h1,#stacks_in_1755 h2,#stacks_in_1755 h3,#stacks_in_1755 h4,#stacks_in_1755 h5,#stacks_in_1755 h6,#stacks_in_1755 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1755 h1 a,#stacks_in_1755 h2 a,#stacks_in_1755 h3 a,#stacks_in_1755 h4 a,#stacks_in_1755 h5 a,#stacks_in_1755 h6 a,#stacks_in_1755 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1755 h1 a:hover,#stacks_in_1755 h2 a:hover,#stacks_in_1755 h3 a:hover,#stacks_in_1755 h4 a:hover,#stacks_in_1755 h5 a:hover,#stacks_in_1755 h6 a:hover,#stacks_in_1755 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1755 h1 a,#stacks_in_1755 h2 a,#stacks_in_1755 h3 a,#stacks_in_1755 h4 a,#stacks_in_1755 h5 a,#stacks_in_1755 h6 a,#stacks_in_1755 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1755 h1,#stacks_in_1755 h2,#stacks_in_1755 h3,#stacks_in_1755 h4,#stacks_in_1755 h5,#stacks_in_1755 h6,#stacks_in_1755 div{font-size:1.20rem}}#stacks_in_1755 small,#stacks_in_1755 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1755 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1755 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1901 h1,#stacks_in_1901 h2,#stacks_in_1901 h3,#stacks_in_1901 h4,#stacks_in_1901 h5,#stacks_in_1901 h6,#stacks_in_1901 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1901 h1 a,#stacks_in_1901 h2 a,#stacks_in_1901 h3 a,#stacks_in_1901 h4 a,#stacks_in_1901 h5 a,#stacks_in_1901 h6 a,#stacks_in_1901 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1901 h1 a:hover,#stacks_in_1901 h2 a:hover,#stacks_in_1901 h3 a:hover,#stacks_in_1901 h4 a:hover,#stacks_in_1901 h5 a:hover,#stacks_in_1901 h6 a:hover,#stacks_in_1901 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1901 h1 a,#stacks_in_1901 h2 a,#stacks_in_1901 h3 a,#stacks_in_1901 h4 a,#stacks_in_1901 h5 a,#stacks_in_1901 h6 a,#stacks_in_1901 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1901 h1,#stacks_in_1901 h2,#stacks_in_1901 h3,#stacks_in_1901 h4,#stacks_in_1901 h5,#stacks_in_1901 h6,#stacks_in_1901 div{font-size:1.20rem}}#stacks_in_1901 small,#stacks_in_1901 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1901 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1901 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1818 h1,#stacks_in_1818 h2,#stacks_in_1818 h3,#stacks_in_1818 h4,#stacks_in_1818 h5,#stacks_in_1818 h6,#stacks_in_1818 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1818 h1 a,#stacks_in_1818 h2 a,#stacks_in_1818 h3 a,#stacks_in_1818 h4 a,#stacks_in_1818 h5 a,#stacks_in_1818 h6 a,#stacks_in_1818 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1818 h1 a:hover,#stacks_in_1818 h2 a:hover,#stacks_in_1818 h3 a:hover,#stacks_in_1818 h4 a:hover,#stacks_in_1818 h5 a:hover,#stacks_in_1818 h6 a:hover,#stacks_in_1818 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1818 h1 a,#stacks_in_1818 h2 a,#stacks_in_1818 h3 a,#stacks_in_1818 h4 a,#stacks_in_1818 h5 a,#stacks_in_1818 h6 a,#stacks_in_1818 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1818 h1,#stacks_in_1818 h2,#stacks_in_1818 h3,#stacks_in_1818 h4,#stacks_in_1818 h5,#stacks_in_1818 h6,#stacks_in_1818 div{font-size:1.20rem}}#stacks_in_1818 small,#stacks_in_1818 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1818 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1818 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1810 h1,#stacks_in_1810 h2,#stacks_in_1810 h3,#stacks_in_1810 h4,#stacks_in_1810 h5,#stacks_in_1810 h6,#stacks_in_1810 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1810 h1 a,#stacks_in_1810 h2 a,#stacks_in_1810 h3 a,#stacks_in_1810 h4 a,#stacks_in_1810 h5 a,#stacks_in_1810 h6 a,#stacks_in_1810 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1810 h1 a:hover,#stacks_in_1810 h2 a:hover,#stacks_in_1810 h3 a:hover,#stacks_in_1810 h4 a:hover,#stacks_in_1810 h5 a:hover,#stacks_in_1810 h6 a:hover,#stacks_in_1810 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1810 h1 a,#stacks_in_1810 h2 a,#stacks_in_1810 h3 a,#stacks_in_1810 h4 a,#stacks_in_1810 h5 a,#stacks_in_1810 h6 a,#stacks_in_1810 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1810 h1,#stacks_in_1810 h2,#stacks_in_1810 h3,#stacks_in_1810 h4,#stacks_in_1810 h5,#stacks_in_1810 h6,#stacks_in_1810 div{font-size:1.20rem}}#stacks_in_1810 small,#stacks_in_1810 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1810 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1810 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1797 h1,#stacks_in_1797 h2,#stacks_in_1797 h3,#stacks_in_1797 h4,#stacks_in_1797 h5,#stacks_in_1797 h6,#stacks_in_1797 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1797 h1 a,#stacks_in_1797 h2 a,#stacks_in_1797 h3 a,#stacks_in_1797 h4 a,#stacks_in_1797 h5 a,#stacks_in_1797 h6 a,#stacks_in_1797 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1797 h1 a:hover,#stacks_in_1797 h2 a:hover,#stacks_in_1797 h3 a:hover,#stacks_in_1797 h4 a:hover,#stacks_in_1797 h5 a:hover,#stacks_in_1797 h6 a:hover,#stacks_in_1797 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1797 h1 a,#stacks_in_1797 h2 a,#stacks_in_1797 h3 a,#stacks_in_1797 h4 a,#stacks_in_1797 h5 a,#stacks_in_1797 h6 a,#stacks_in_1797 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1797 h1,#stacks_in_1797 h2,#stacks_in_1797 h3,#stacks_in_1797 h4,#stacks_in_1797 h5,#stacks_in_1797 h6,#stacks_in_1797 div{font-size:1.20rem}}#stacks_in_1797 small,#stacks_in_1797 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1797 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1797 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1793 h1,#stacks_in_1793 h2,#stacks_in_1793 h3,#stacks_in_1793 h4,#stacks_in_1793 h5,#stacks_in_1793 h6,#stacks_in_1793 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1793 h1 a,#stacks_in_1793 h2 a,#stacks_in_1793 h3 a,#stacks_in_1793 h4 a,#stacks_in_1793 h5 a,#stacks_in_1793 h6 a,#stacks_in_1793 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1793 h1 a:hover,#stacks_in_1793 h2 a:hover,#stacks_in_1793 h3 a:hover,#stacks_in_1793 h4 a:hover,#stacks_in_1793 h5 a:hover,#stacks_in_1793 h6 a:hover,#stacks_in_1793 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1793 h1 a,#stacks_in_1793 h2 a,#stacks_in_1793 h3 a,#stacks_in_1793 h4 a,#stacks_in_1793 h5 a,#stacks_in_1793 h6 a,#stacks_in_1793 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1793 h1,#stacks_in_1793 h2,#stacks_in_1793 h3,#stacks_in_1793 h4,#stacks_in_1793 h5,#stacks_in_1793 h6,#stacks_in_1793 div{font-size:1.20rem}}#stacks_in_1793 small,#stacks_in_1793 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1793 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1793 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1789 h1,#stacks_in_1789 h2,#stacks_in_1789 h3,#stacks_in_1789 h4,#stacks_in_1789 h5,#stacks_in_1789 h6,#stacks_in_1789 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1789 h1 a,#stacks_in_1789 h2 a,#stacks_in_1789 h3 a,#stacks_in_1789 h4 a,#stacks_in_1789 h5 a,#stacks_in_1789 h6 a,#stacks_in_1789 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1789 h1 a:hover,#stacks_in_1789 h2 a:hover,#stacks_in_1789 h3 a:hover,#stacks_in_1789 h4 a:hover,#stacks_in_1789 h5 a:hover,#stacks_in_1789 h6 a:hover,#stacks_in_1789 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1789 h1 a,#stacks_in_1789 h2 a,#stacks_in_1789 h3 a,#stacks_in_1789 h4 a,#stacks_in_1789 h5 a,#stacks_in_1789 h6 a,#stacks_in_1789 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1789 h1,#stacks_in_1789 h2,#stacks_in_1789 h3,#stacks_in_1789 h4,#stacks_in_1789 h5,#stacks_in_1789 h6,#stacks_in_1789 div{font-size:1.20rem}}#stacks_in_1789 small,#stacks_in_1789 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1789 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1789 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1908 h1,#stacks_in_1908 h2,#stacks_in_1908 h3,#stacks_in_1908 h4,#stacks_in_1908 h5,#stacks_in_1908 h6,#stacks_in_1908 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1908 h1 a,#stacks_in_1908 h2 a,#stacks_in_1908 h3 a,#stacks_in_1908 h4 a,#stacks_in_1908 h5 a,#stacks_in_1908 h6 a,#stacks_in_1908 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1908 h1 a:hover,#stacks_in_1908 h2 a:hover,#stacks_in_1908 h3 a:hover,#stacks_in_1908 h4 a:hover,#stacks_in_1908 h5 a:hover,#stacks_in_1908 h6 a:hover,#stacks_in_1908 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1908 h1 a,#stacks_in_1908 h2 a,#stacks_in_1908 h3 a,#stacks_in_1908 h4 a,#stacks_in_1908 h5 a,#stacks_in_1908 h6 a,#stacks_in_1908 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1908 h1,#stacks_in_1908 h2,#stacks_in_1908 h3,#stacks_in_1908 h4,#stacks_in_1908 h5,#stacks_in_1908 h6,#stacks_in_1908 div{font-size:1.20rem}}#stacks_in_1908 small,#stacks_in_1908 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1908 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1908 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1769 h1,#stacks_in_1769 h2,#stacks_in_1769 h3,#stacks_in_1769 h4,#stacks_in_1769 h5,#stacks_in_1769 h6,#stacks_in_1769 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1769 h1 a,#stacks_in_1769 h2 a,#stacks_in_1769 h3 a,#stacks_in_1769 h4 a,#stacks_in_1769 h5 a,#stacks_in_1769 h6 a,#stacks_in_1769 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1769 h1 a:hover,#stacks_in_1769 h2 a:hover,#stacks_in_1769 h3 a:hover,#stacks_in_1769 h4 a:hover,#stacks_in_1769 h5 a:hover,#stacks_in_1769 h6 a:hover,#stacks_in_1769 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1769 h1 a,#stacks_in_1769 h2 a,#stacks_in_1769 h3 a,#stacks_in_1769 h4 a,#stacks_in_1769 h5 a,#stacks_in_1769 h6 a,#stacks_in_1769 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1769 h1,#stacks_in_1769 h2,#stacks_in_1769 h3,#stacks_in_1769 h4,#stacks_in_1769 h5,#stacks_in_1769 h6,#stacks_in_1769 div{font-size:1.20rem}}#stacks_in_1769 small,#stacks_in_1769 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1769 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1769 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1776 h1,#stacks_in_1776 h2,#stacks_in_1776 h3,#stacks_in_1776 h4,#stacks_in_1776 h5,#stacks_in_1776 h6,#stacks_in_1776 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1776 h1 a,#stacks_in_1776 h2 a,#stacks_in_1776 h3 a,#stacks_in_1776 h4 a,#stacks_in_1776 h5 a,#stacks_in_1776 h6 a,#stacks_in_1776 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1776 h1 a:hover,#stacks_in_1776 h2 a:hover,#stacks_in_1776 h3 a:hover,#stacks_in_1776 h4 a:hover,#stacks_in_1776 h5 a:hover,#stacks_in_1776 h6 a:hover,#stacks_in_1776 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1776 h1 a,#stacks_in_1776 h2 a,#stacks_in_1776 h3 a,#stacks_in_1776 h4 a,#stacks_in_1776 h5 a,#stacks_in_1776 h6 a,#stacks_in_1776 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1776 h1,#stacks_in_1776 h2,#stacks_in_1776 h3,#stacks_in_1776 h4,#stacks_in_1776 h5,#stacks_in_1776 h6,#stacks_in_1776 div{font-size:1.20rem}}#stacks_in_1776 small,#stacks_in_1776 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1776 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1776 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1699 h1,#stacks_in_1699 h2,#stacks_in_1699 h3,#stacks_in_1699 h4,#stacks_in_1699 h5,#stacks_in_1699 h6,#stacks_in_1699 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1699 h1 a,#stacks_in_1699 h2 a,#stacks_in_1699 h3 a,#stacks_in_1699 h4 a,#stacks_in_1699 h5 a,#stacks_in_1699 h6 a,#stacks_in_1699 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1699 h1 a:hover,#stacks_in_1699 h2 a:hover,#stacks_in_1699 h3 a:hover,#stacks_in_1699 h4 a:hover,#stacks_in_1699 h5 a:hover,#stacks_in_1699 h6 a:hover,#stacks_in_1699 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1699 h1 a,#stacks_in_1699 h2 a,#stacks_in_1699 h3 a,#stacks_in_1699 h4 a,#stacks_in_1699 h5 a,#stacks_in_1699 h6 a,#stacks_in_1699 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1699 h1,#stacks_in_1699 h2,#stacks_in_1699 h3,#stacks_in_1699 h4,#stacks_in_1699 h5,#stacks_in_1699 h6,#stacks_in_1699 div{font-size:1.20rem}}#stacks_in_1699 small,#stacks_in_1699 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1699 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1699 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1515 h1,#stacks_in_1515 h2,#stacks_in_1515 h3,#stacks_in_1515 h4,#stacks_in_1515 h5,#stacks_in_1515 h6,#stacks_in_1515 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1515 h1 a,#stacks_in_1515 h2 a,#stacks_in_1515 h3 a,#stacks_in_1515 h4 a,#stacks_in_1515 h5 a,#stacks_in_1515 h6 a,#stacks_in_1515 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1515 h1 a:hover,#stacks_in_1515 h2 a:hover,#stacks_in_1515 h3 a:hover,#stacks_in_1515 h4 a:hover,#stacks_in_1515 h5 a:hover,#stacks_in_1515 h6 a:hover,#stacks_in_1515 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1515 h1 a,#stacks_in_1515 h2 a,#stacks_in_1515 h3 a,#stacks_in_1515 h4 a,#stacks_in_1515 h5 a,#stacks_in_1515 h6 a,#stacks_in_1515 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1515 h1,#stacks_in_1515 h2,#stacks_in_1515 h3,#stacks_in_1515 h4,#stacks_in_1515 h5,#stacks_in_1515 h6,#stacks_in_1515 div{font-size:1.20rem}}#stacks_in_1515 small,#stacks_in_1515 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1515 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1515 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1508 h1,#stacks_in_1508 h2,#stacks_in_1508 h3,#stacks_in_1508 h4,#stacks_in_1508 h5,#stacks_in_1508 h6,#stacks_in_1508 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1508 h1 a,#stacks_in_1508 h2 a,#stacks_in_1508 h3 a,#stacks_in_1508 h4 a,#stacks_in_1508 h5 a,#stacks_in_1508 h6 a,#stacks_in_1508 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1508 h1 a:hover,#stacks_in_1508 h2 a:hover,#stacks_in_1508 h3 a:hover,#stacks_in_1508 h4 a:hover,#stacks_in_1508 h5 a:hover,#stacks_in_1508 h6 a:hover,#stacks_in_1508 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1508 h1 a,#stacks_in_1508 h2 a,#stacks_in_1508 h3 a,#stacks_in_1508 h4 a,#stacks_in_1508 h5 a,#stacks_in_1508 h6 a,#stacks_in_1508 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1508 h1,#stacks_in_1508 h2,#stacks_in_1508 h3,#stacks_in_1508 h4,#stacks_in_1508 h5,#stacks_in_1508 h6,#stacks_in_1508 div{font-size:1.20rem}}#stacks_in_1508 small,#stacks_in_1508 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1508 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1508 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1526 h1,#stacks_in_1526 h2,#stacks_in_1526 h3,#stacks_in_1526 h4,#stacks_in_1526 h5,#stacks_in_1526 h6,#stacks_in_1526 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1526 h1 a,#stacks_in_1526 h2 a,#stacks_in_1526 h3 a,#stacks_in_1526 h4 a,#stacks_in_1526 h5 a,#stacks_in_1526 h6 a,#stacks_in_1526 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1526 h1 a:hover,#stacks_in_1526 h2 a:hover,#stacks_in_1526 h3 a:hover,#stacks_in_1526 h4 a:hover,#stacks_in_1526 h5 a:hover,#stacks_in_1526 h6 a:hover,#stacks_in_1526 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1526 h1 a,#stacks_in_1526 h2 a,#stacks_in_1526 h3 a,#stacks_in_1526 h4 a,#stacks_in_1526 h5 a,#stacks_in_1526 h6 a,#stacks_in_1526 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1526 h1,#stacks_in_1526 h2,#stacks_in_1526 h3,#stacks_in_1526 h4,#stacks_in_1526 h5,#stacks_in_1526 h6,#stacks_in_1526 div{font-size:1.20rem}}#stacks_in_1526 small,#stacks_in_1526 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1526 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1526 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1533 h1,#stacks_in_1533 h2,#stacks_in_1533 h3,#stacks_in_1533 h4,#stacks_in_1533 h5,#stacks_in_1533 h6,#stacks_in_1533 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1533 h1 a,#stacks_in_1533 h2 a,#stacks_in_1533 h3 a,#stacks_in_1533 h4 a,#stacks_in_1533 h5 a,#stacks_in_1533 h6 a,#stacks_in_1533 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1533 h1 a:hover,#stacks_in_1533 h2 a:hover,#stacks_in_1533 h3 a:hover,#stacks_in_1533 h4 a:hover,#stacks_in_1533 h5 a:hover,#stacks_in_1533 h6 a:hover,#stacks_in_1533 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1533 h1 a,#stacks_in_1533 h2 a,#stacks_in_1533 h3 a,#stacks_in_1533 h4 a,#stacks_in_1533 h5 a,#stacks_in_1533 h6 a,#stacks_in_1533 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1533 h1,#stacks_in_1533 h2,#stacks_in_1533 h3,#stacks_in_1533 h4,#stacks_in_1533 h5,#stacks_in_1533 h6,#stacks_in_1533 div{font-size:1.20rem}}#stacks_in_1533 small,#stacks_in_1533 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1533 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1533 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1540 h1,#stacks_in_1540 h2,#stacks_in_1540 h3,#stacks_in_1540 h4,#stacks_in_1540 h5,#stacks_in_1540 h6,#stacks_in_1540 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1540 h1 a,#stacks_in_1540 h2 a,#stacks_in_1540 h3 a,#stacks_in_1540 h4 a,#stacks_in_1540 h5 a,#stacks_in_1540 h6 a,#stacks_in_1540 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1540 h1 a:hover,#stacks_in_1540 h2 a:hover,#stacks_in_1540 h3 a:hover,#stacks_in_1540 h4 a:hover,#stacks_in_1540 h5 a:hover,#stacks_in_1540 h6 a:hover,#stacks_in_1540 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1540 h1 a,#stacks_in_1540 h2 a,#stacks_in_1540 h3 a,#stacks_in_1540 h4 a,#stacks_in_1540 h5 a,#stacks_in_1540 h6 a,#stacks_in_1540 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1540 h1,#stacks_in_1540 h2,#stacks_in_1540 h3,#stacks_in_1540 h4,#stacks_in_1540 h5,#stacks_in_1540 h6,#stacks_in_1540 div{font-size:1.20rem}}#stacks_in_1540 small,#stacks_in_1540 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1540 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1540 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1547 h1,#stacks_in_1547 h2,#stacks_in_1547 h3,#stacks_in_1547 h4,#stacks_in_1547 h5,#stacks_in_1547 h6,#stacks_in_1547 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1547 h1 a,#stacks_in_1547 h2 a,#stacks_in_1547 h3 a,#stacks_in_1547 h4 a,#stacks_in_1547 h5 a,#stacks_in_1547 h6 a,#stacks_in_1547 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1547 h1 a:hover,#stacks_in_1547 h2 a:hover,#stacks_in_1547 h3 a:hover,#stacks_in_1547 h4 a:hover,#stacks_in_1547 h5 a:hover,#stacks_in_1547 h6 a:hover,#stacks_in_1547 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1547 h1 a,#stacks_in_1547 h2 a,#stacks_in_1547 h3 a,#stacks_in_1547 h4 a,#stacks_in_1547 h5 a,#stacks_in_1547 h6 a,#stacks_in_1547 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1547 h1,#stacks_in_1547 h2,#stacks_in_1547 h3,#stacks_in_1547 h4,#stacks_in_1547 h5,#stacks_in_1547 h6,#stacks_in_1547 div{font-size:1.20rem}}#stacks_in_1547 small,#stacks_in_1547 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1547 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1547 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1915 h1,#stacks_in_1915 h2,#stacks_in_1915 h3,#stacks_in_1915 h4,#stacks_in_1915 h5,#stacks_in_1915 h6,#stacks_in_1915 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1915 h1 a,#stacks_in_1915 h2 a,#stacks_in_1915 h3 a,#stacks_in_1915 h4 a,#stacks_in_1915 h5 a,#stacks_in_1915 h6 a,#stacks_in_1915 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1915 h1 a:hover,#stacks_in_1915 h2 a:hover,#stacks_in_1915 h3 a:hover,#stacks_in_1915 h4 a:hover,#stacks_in_1915 h5 a:hover,#stacks_in_1915 h6 a:hover,#stacks_in_1915 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1915 h1 a,#stacks_in_1915 h2 a,#stacks_in_1915 h3 a,#stacks_in_1915 h4 a,#stacks_in_1915 h5 a,#stacks_in_1915 h6 a,#stacks_in_1915 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1915 h1,#stacks_in_1915 h2,#stacks_in_1915 h3,#stacks_in_1915 h4,#stacks_in_1915 h5,#stacks_in_1915 h6,#stacks_in_1915 div{font-size:1.20rem}}#stacks_in_1915 small,#stacks_in_1915 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1915 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1915 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1561 h1,#stacks_in_1561 h2,#stacks_in_1561 h3,#stacks_in_1561 h4,#stacks_in_1561 h5,#stacks_in_1561 h6,#stacks_in_1561 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1561 h1 a,#stacks_in_1561 h2 a,#stacks_in_1561 h3 a,#stacks_in_1561 h4 a,#stacks_in_1561 h5 a,#stacks_in_1561 h6 a,#stacks_in_1561 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1561 h1 a:hover,#stacks_in_1561 h2 a:hover,#stacks_in_1561 h3 a:hover,#stacks_in_1561 h4 a:hover,#stacks_in_1561 h5 a:hover,#stacks_in_1561 h6 a:hover,#stacks_in_1561 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1561 h1 a,#stacks_in_1561 h2 a,#stacks_in_1561 h3 a,#stacks_in_1561 h4 a,#stacks_in_1561 h5 a,#stacks_in_1561 h6 a,#stacks_in_1561 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1561 h1,#stacks_in_1561 h2,#stacks_in_1561 h3,#stacks_in_1561 h4,#stacks_in_1561 h5,#stacks_in_1561 h6,#stacks_in_1561 div{font-size:1.20rem}}#stacks_in_1561 small,#stacks_in_1561 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1561 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1561 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1568 h1,#stacks_in_1568 h2,#stacks_in_1568 h3,#stacks_in_1568 h4,#stacks_in_1568 h5,#stacks_in_1568 h6,#stacks_in_1568 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1568 h1 a,#stacks_in_1568 h2 a,#stacks_in_1568 h3 a,#stacks_in_1568 h4 a,#stacks_in_1568 h5 a,#stacks_in_1568 h6 a,#stacks_in_1568 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1568 h1 a:hover,#stacks_in_1568 h2 a:hover,#stacks_in_1568 h3 a:hover,#stacks_in_1568 h4 a:hover,#stacks_in_1568 h5 a:hover,#stacks_in_1568 h6 a:hover,#stacks_in_1568 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1568 h1 a,#stacks_in_1568 h2 a,#stacks_in_1568 h3 a,#stacks_in_1568 h4 a,#stacks_in_1568 h5 a,#stacks_in_1568 h6 a,#stacks_in_1568 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1568 h1,#stacks_in_1568 h2,#stacks_in_1568 h3,#stacks_in_1568 h4,#stacks_in_1568 h5,#stacks_in_1568 h6,#stacks_in_1568 div{font-size:1.20rem}}#stacks_in_1568 small,#stacks_in_1568 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1568 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1568 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1582 h1,#stacks_in_1582 h2,#stacks_in_1582 h3,#stacks_in_1582 h4,#stacks_in_1582 h5,#stacks_in_1582 h6,#stacks_in_1582 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1582 h1 a,#stacks_in_1582 h2 a,#stacks_in_1582 h3 a,#stacks_in_1582 h4 a,#stacks_in_1582 h5 a,#stacks_in_1582 h6 a,#stacks_in_1582 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1582 h1 a:hover,#stacks_in_1582 h2 a:hover,#stacks_in_1582 h3 a:hover,#stacks_in_1582 h4 a:hover,#stacks_in_1582 h5 a:hover,#stacks_in_1582 h6 a:hover,#stacks_in_1582 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1582 h1 a,#stacks_in_1582 h2 a,#stacks_in_1582 h3 a,#stacks_in_1582 h4 a,#stacks_in_1582 h5 a,#stacks_in_1582 h6 a,#stacks_in_1582 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1582 h1,#stacks_in_1582 h2,#stacks_in_1582 h3,#stacks_in_1582 h4,#stacks_in_1582 h5,#stacks_in_1582 h6,#stacks_in_1582 div{font-size:1.20rem}}#stacks_in_1582 small,#stacks_in_1582 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1582 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1582 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1632 h1,#stacks_in_1632 h2,#stacks_in_1632 h3,#stacks_in_1632 h4,#stacks_in_1632 h5,#stacks_in_1632 h6,#stacks_in_1632 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1632 h1 a,#stacks_in_1632 h2 a,#stacks_in_1632 h3 a,#stacks_in_1632 h4 a,#stacks_in_1632 h5 a,#stacks_in_1632 h6 a,#stacks_in_1632 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1632 h1 a:hover,#stacks_in_1632 h2 a:hover,#stacks_in_1632 h3 a:hover,#stacks_in_1632 h4 a:hover,#stacks_in_1632 h5 a:hover,#stacks_in_1632 h6 a:hover,#stacks_in_1632 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1632 h1 a,#stacks_in_1632 h2 a,#stacks_in_1632 h3 a,#stacks_in_1632 h4 a,#stacks_in_1632 h5 a,#stacks_in_1632 h6 a,#stacks_in_1632 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1632 h1,#stacks_in_1632 h2,#stacks_in_1632 h3,#stacks_in_1632 h4,#stacks_in_1632 h5,#stacks_in_1632 h6,#stacks_in_1632 div{font-size:1.20rem}}#stacks_in_1632 small,#stacks_in_1632 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1632 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1632 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1612 h1,#stacks_in_1612 h2,#stacks_in_1612 h3,#stacks_in_1612 h4,#stacks_in_1612 h5,#stacks_in_1612 h6,#stacks_in_1612 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1612 h1 a,#stacks_in_1612 h2 a,#stacks_in_1612 h3 a,#stacks_in_1612 h4 a,#stacks_in_1612 h5 a,#stacks_in_1612 h6 a,#stacks_in_1612 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1612 h1 a:hover,#stacks_in_1612 h2 a:hover,#stacks_in_1612 h3 a:hover,#stacks_in_1612 h4 a:hover,#stacks_in_1612 h5 a:hover,#stacks_in_1612 h6 a:hover,#stacks_in_1612 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1612 h1 a,#stacks_in_1612 h2 a,#stacks_in_1612 h3 a,#stacks_in_1612 h4 a,#stacks_in_1612 h5 a,#stacks_in_1612 h6 a,#stacks_in_1612 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1612 h1,#stacks_in_1612 h2,#stacks_in_1612 h3,#stacks_in_1612 h4,#stacks_in_1612 h5,#stacks_in_1612 h6,#stacks_in_1612 div{font-size:1.20rem}}#stacks_in_1612 small,#stacks_in_1612 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1612 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1612 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1616 h1,#stacks_in_1616 h2,#stacks_in_1616 h3,#stacks_in_1616 h4,#stacks_in_1616 h5,#stacks_in_1616 h6,#stacks_in_1616 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1616 h1 a,#stacks_in_1616 h2 a,#stacks_in_1616 h3 a,#stacks_in_1616 h4 a,#stacks_in_1616 h5 a,#stacks_in_1616 h6 a,#stacks_in_1616 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1616 h1 a:hover,#stacks_in_1616 h2 a:hover,#stacks_in_1616 h3 a:hover,#stacks_in_1616 h4 a:hover,#stacks_in_1616 h5 a:hover,#stacks_in_1616 h6 a:hover,#stacks_in_1616 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1616 h1 a,#stacks_in_1616 h2 a,#stacks_in_1616 h3 a,#stacks_in_1616 h4 a,#stacks_in_1616 h5 a,#stacks_in_1616 h6 a,#stacks_in_1616 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1616 h1,#stacks_in_1616 h2,#stacks_in_1616 h3,#stacks_in_1616 h4,#stacks_in_1616 h5,#stacks_in_1616 h6,#stacks_in_1616 div{font-size:1.20rem}}#stacks_in_1616 small,#stacks_in_1616 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1616 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1616 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1620 h1,#stacks_in_1620 h2,#stacks_in_1620 h3,#stacks_in_1620 h4,#stacks_in_1620 h5,#stacks_in_1620 h6,#stacks_in_1620 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1620 h1 a,#stacks_in_1620 h2 a,#stacks_in_1620 h3 a,#stacks_in_1620 h4 a,#stacks_in_1620 h5 a,#stacks_in_1620 h6 a,#stacks_in_1620 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1620 h1 a:hover,#stacks_in_1620 h2 a:hover,#stacks_in_1620 h3 a:hover,#stacks_in_1620 h4 a:hover,#stacks_in_1620 h5 a:hover,#stacks_in_1620 h6 a:hover,#stacks_in_1620 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1620 h1 a,#stacks_in_1620 h2 a,#stacks_in_1620 h3 a,#stacks_in_1620 h4 a,#stacks_in_1620 h5 a,#stacks_in_1620 h6 a,#stacks_in_1620 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1620 h1,#stacks_in_1620 h2,#stacks_in_1620 h3,#stacks_in_1620 h4,#stacks_in_1620 h5,#stacks_in_1620 h6,#stacks_in_1620 div{font-size:1.20rem}}#stacks_in_1620 small,#stacks_in_1620 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1620 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1620 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1624 h1,#stacks_in_1624 h2,#stacks_in_1624 h3,#stacks_in_1624 h4,#stacks_in_1624 h5,#stacks_in_1624 h6,#stacks_in_1624 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1624 h1 a,#stacks_in_1624 h2 a,#stacks_in_1624 h3 a,#stacks_in_1624 h4 a,#stacks_in_1624 h5 a,#stacks_in_1624 h6 a,#stacks_in_1624 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1624 h1 a:hover,#stacks_in_1624 h2 a:hover,#stacks_in_1624 h3 a:hover,#stacks_in_1624 h4 a:hover,#stacks_in_1624 h5 a:hover,#stacks_in_1624 h6 a:hover,#stacks_in_1624 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1624 h1 a,#stacks_in_1624 h2 a,#stacks_in_1624 h3 a,#stacks_in_1624 h4 a,#stacks_in_1624 h5 a,#stacks_in_1624 h6 a,#stacks_in_1624 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1624 h1,#stacks_in_1624 h2,#stacks_in_1624 h3,#stacks_in_1624 h4,#stacks_in_1624 h5,#stacks_in_1624 h6,#stacks_in_1624 div{font-size:1.20rem}}#stacks_in_1624 small,#stacks_in_1624 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1624 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1624 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1628 h1,#stacks_in_1628 h2,#stacks_in_1628 h3,#stacks_in_1628 h4,#stacks_in_1628 h5,#stacks_in_1628 h6,#stacks_in_1628 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1628 h1 a,#stacks_in_1628 h2 a,#stacks_in_1628 h3 a,#stacks_in_1628 h4 a,#stacks_in_1628 h5 a,#stacks_in_1628 h6 a,#stacks_in_1628 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1628 h1 a:hover,#stacks_in_1628 h2 a:hover,#stacks_in_1628 h3 a:hover,#stacks_in_1628 h4 a:hover,#stacks_in_1628 h5 a:hover,#stacks_in_1628 h6 a:hover,#stacks_in_1628 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1628 h1 a,#stacks_in_1628 h2 a,#stacks_in_1628 h3 a,#stacks_in_1628 h4 a,#stacks_in_1628 h5 a,#stacks_in_1628 h6 a,#stacks_in_1628 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1628 h1,#stacks_in_1628 h2,#stacks_in_1628 h3,#stacks_in_1628 h4,#stacks_in_1628 h5,#stacks_in_1628 h6,#stacks_in_1628 div{font-size:1.20rem}}#stacks_in_1628 small,#stacks_in_1628 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1628 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1628 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1608 h1,#stacks_in_1608 h2,#stacks_in_1608 h3,#stacks_in_1608 h4,#stacks_in_1608 h5,#stacks_in_1608 h6,#stacks_in_1608 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1608 h1 a,#stacks_in_1608 h2 a,#stacks_in_1608 h3 a,#stacks_in_1608 h4 a,#stacks_in_1608 h5 a,#stacks_in_1608 h6 a,#stacks_in_1608 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1608 h1 a:hover,#stacks_in_1608 h2 a:hover,#stacks_in_1608 h3 a:hover,#stacks_in_1608 h4 a:hover,#stacks_in_1608 h5 a:hover,#stacks_in_1608 h6 a:hover,#stacks_in_1608 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1608 h1 a,#stacks_in_1608 h2 a,#stacks_in_1608 h3 a,#stacks_in_1608 h4 a,#stacks_in_1608 h5 a,#stacks_in_1608 h6 a,#stacks_in_1608 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1608 h1,#stacks_in_1608 h2,#stacks_in_1608 h3,#stacks_in_1608 h4,#stacks_in_1608 h5,#stacks_in_1608 h6,#stacks_in_1608 div{font-size:1.20rem}}#stacks_in_1608 small,#stacks_in_1608 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1608 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1608 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1604 h1,#stacks_in_1604 h2,#stacks_in_1604 h3,#stacks_in_1604 h4,#stacks_in_1604 h5,#stacks_in_1604 h6,#stacks_in_1604 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1604 h1 a,#stacks_in_1604 h2 a,#stacks_in_1604 h3 a,#stacks_in_1604 h4 a,#stacks_in_1604 h5 a,#stacks_in_1604 h6 a,#stacks_in_1604 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1604 h1 a:hover,#stacks_in_1604 h2 a:hover,#stacks_in_1604 h3 a:hover,#stacks_in_1604 h4 a:hover,#stacks_in_1604 h5 a:hover,#stacks_in_1604 h6 a:hover,#stacks_in_1604 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1604 h1 a,#stacks_in_1604 h2 a,#stacks_in_1604 h3 a,#stacks_in_1604 h4 a,#stacks_in_1604 h5 a,#stacks_in_1604 h6 a,#stacks_in_1604 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1604 h1,#stacks_in_1604 h2,#stacks_in_1604 h3,#stacks_in_1604 h4,#stacks_in_1604 h5,#stacks_in_1604 h6,#stacks_in_1604 div{font-size:1.20rem}}#stacks_in_1604 small,#stacks_in_1604 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1604 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1604 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1922 h1,#stacks_in_1922 h2,#stacks_in_1922 h3,#stacks_in_1922 h4,#stacks_in_1922 h5,#stacks_in_1922 h6,#stacks_in_1922 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1922 h1 a,#stacks_in_1922 h2 a,#stacks_in_1922 h3 a,#stacks_in_1922 h4 a,#stacks_in_1922 h5 a,#stacks_in_1922 h6 a,#stacks_in_1922 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1922 h1 a:hover,#stacks_in_1922 h2 a:hover,#stacks_in_1922 h3 a:hover,#stacks_in_1922 h4 a:hover,#stacks_in_1922 h5 a:hover,#stacks_in_1922 h6 a:hover,#stacks_in_1922 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1922 h1 a,#stacks_in_1922 h2 a,#stacks_in_1922 h3 a,#stacks_in_1922 h4 a,#stacks_in_1922 h5 a,#stacks_in_1922 h6 a,#stacks_in_1922 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1922 h1,#stacks_in_1922 h2,#stacks_in_1922 h3,#stacks_in_1922 h4,#stacks_in_1922 h5,#stacks_in_1922 h6,#stacks_in_1922 div{font-size:1.20rem}}#stacks_in_1922 small,#stacks_in_1922 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1922 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1922 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1596 h1,#stacks_in_1596 h2,#stacks_in_1596 h3,#stacks_in_1596 h4,#stacks_in_1596 h5,#stacks_in_1596 h6,#stacks_in_1596 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1596 h1 a,#stacks_in_1596 h2 a,#stacks_in_1596 h3 a,#stacks_in_1596 h4 a,#stacks_in_1596 h5 a,#stacks_in_1596 h6 a,#stacks_in_1596 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1596 h1 a:hover,#stacks_in_1596 h2 a:hover,#stacks_in_1596 h3 a:hover,#stacks_in_1596 h4 a:hover,#stacks_in_1596 h5 a:hover,#stacks_in_1596 h6 a:hover,#stacks_in_1596 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1596 h1 a,#stacks_in_1596 h2 a,#stacks_in_1596 h3 a,#stacks_in_1596 h4 a,#stacks_in_1596 h5 a,#stacks_in_1596 h6 a,#stacks_in_1596 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1596 h1,#stacks_in_1596 h2,#stacks_in_1596 h3,#stacks_in_1596 h4,#stacks_in_1596 h5,#stacks_in_1596 h6,#stacks_in_1596 div{font-size:1.20rem}}#stacks_in_1596 small,#stacks_in_1596 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1596 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1596 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1652 h1,#stacks_in_1652 h2,#stacks_in_1652 h3,#stacks_in_1652 h4,#stacks_in_1652 h5,#stacks_in_1652 h6,#stacks_in_1652 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1652 h1 a,#stacks_in_1652 h2 a,#stacks_in_1652 h3 a,#stacks_in_1652 h4 a,#stacks_in_1652 h5 a,#stacks_in_1652 h6 a,#stacks_in_1652 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1652 h1 a:hover,#stacks_in_1652 h2 a:hover,#stacks_in_1652 h3 a:hover,#stacks_in_1652 h4 a:hover,#stacks_in_1652 h5 a:hover,#stacks_in_1652 h6 a:hover,#stacks_in_1652 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1652 h1 a,#stacks_in_1652 h2 a,#stacks_in_1652 h3 a,#stacks_in_1652 h4 a,#stacks_in_1652 h5 a,#stacks_in_1652 h6 a,#stacks_in_1652 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1652 h1,#stacks_in_1652 h2,#stacks_in_1652 h3,#stacks_in_1652 h4,#stacks_in_1652 h5,#stacks_in_1652 h6,#stacks_in_1652 div{font-size:1.20rem}}#stacks_in_1652 small,#stacks_in_1652 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1652 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1652 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1648 h1,#stacks_in_1648 h2,#stacks_in_1648 h3,#stacks_in_1648 h4,#stacks_in_1648 h5,#stacks_in_1648 h6,#stacks_in_1648 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1648 h1 a,#stacks_in_1648 h2 a,#stacks_in_1648 h3 a,#stacks_in_1648 h4 a,#stacks_in_1648 h5 a,#stacks_in_1648 h6 a,#stacks_in_1648 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1648 h1 a:hover,#stacks_in_1648 h2 a:hover,#stacks_in_1648 h3 a:hover,#stacks_in_1648 h4 a:hover,#stacks_in_1648 h5 a:hover,#stacks_in_1648 h6 a:hover,#stacks_in_1648 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1648 h1 a,#stacks_in_1648 h2 a,#stacks_in_1648 h3 a,#stacks_in_1648 h4 a,#stacks_in_1648 h5 a,#stacks_in_1648 h6 a,#stacks_in_1648 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1648 h1,#stacks_in_1648 h2,#stacks_in_1648 h3,#stacks_in_1648 h4,#stacks_in_1648 h5,#stacks_in_1648 h6,#stacks_in_1648 div{font-size:1.20rem}}#stacks_in_1648 small,#stacks_in_1648 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1648 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1648 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1466 h1,#stacks_in_1466 h2,#stacks_in_1466 h3,#stacks_in_1466 h4,#stacks_in_1466 h5,#stacks_in_1466 h6,#stacks_in_1466 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1466 h1 a,#stacks_in_1466 h2 a,#stacks_in_1466 h3 a,#stacks_in_1466 h4 a,#stacks_in_1466 h5 a,#stacks_in_1466 h6 a,#stacks_in_1466 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1466 h1 a:hover,#stacks_in_1466 h2 a:hover,#stacks_in_1466 h3 a:hover,#stacks_in_1466 h4 a:hover,#stacks_in_1466 h5 a:hover,#stacks_in_1466 h6 a:hover,#stacks_in_1466 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1466 h1 a,#stacks_in_1466 h2 a,#stacks_in_1466 h3 a,#stacks_in_1466 h4 a,#stacks_in_1466 h5 a,#stacks_in_1466 h6 a,#stacks_in_1466 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1466 h1,#stacks_in_1466 h2,#stacks_in_1466 h3,#stacks_in_1466 h4,#stacks_in_1466 h5,#stacks_in_1466 h6,#stacks_in_1466 div{font-size:1.20rem}}#stacks_in_1466 small,#stacks_in_1466 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1466 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1466 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1473 h1,#stacks_in_1473 h2,#stacks_in_1473 h3,#stacks_in_1473 h4,#stacks_in_1473 h5,#stacks_in_1473 h6,#stacks_in_1473 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1473 h1 a,#stacks_in_1473 h2 a,#stacks_in_1473 h3 a,#stacks_in_1473 h4 a,#stacks_in_1473 h5 a,#stacks_in_1473 h6 a,#stacks_in_1473 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1473 h1 a:hover,#stacks_in_1473 h2 a:hover,#stacks_in_1473 h3 a:hover,#stacks_in_1473 h4 a:hover,#stacks_in_1473 h5 a:hover,#stacks_in_1473 h6 a:hover,#stacks_in_1473 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1473 h1 a,#stacks_in_1473 h2 a,#stacks_in_1473 h3 a,#stacks_in_1473 h4 a,#stacks_in_1473 h5 a,#stacks_in_1473 h6 a,#stacks_in_1473 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1473 h1,#stacks_in_1473 h2,#stacks_in_1473 h3,#stacks_in_1473 h4,#stacks_in_1473 h5,#stacks_in_1473 h6,#stacks_in_1473 div{font-size:1.20rem}}#stacks_in_1473 small,#stacks_in_1473 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1473 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1473 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1480 h1,#stacks_in_1480 h2,#stacks_in_1480 h3,#stacks_in_1480 h4,#stacks_in_1480 h5,#stacks_in_1480 h6,#stacks_in_1480 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1480 h1 a,#stacks_in_1480 h2 a,#stacks_in_1480 h3 a,#stacks_in_1480 h4 a,#stacks_in_1480 h5 a,#stacks_in_1480 h6 a,#stacks_in_1480 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1480 h1 a:hover,#stacks_in_1480 h2 a:hover,#stacks_in_1480 h3 a:hover,#stacks_in_1480 h4 a:hover,#stacks_in_1480 h5 a:hover,#stacks_in_1480 h6 a:hover,#stacks_in_1480 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1480 h1 a,#stacks_in_1480 h2 a,#stacks_in_1480 h3 a,#stacks_in_1480 h4 a,#stacks_in_1480 h5 a,#stacks_in_1480 h6 a,#stacks_in_1480 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1480 h1,#stacks_in_1480 h2,#stacks_in_1480 h3,#stacks_in_1480 h4,#stacks_in_1480 h5,#stacks_in_1480 h6,#stacks_in_1480 div{font-size:1.20rem}}#stacks_in_1480 small,#stacks_in_1480 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1480 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1480 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1494 h1,#stacks_in_1494 h2,#stacks_in_1494 h3,#stacks_in_1494 h4,#stacks_in_1494 h5,#stacks_in_1494 h6,#stacks_in_1494 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1494 h1 a,#stacks_in_1494 h2 a,#stacks_in_1494 h3 a,#stacks_in_1494 h4 a,#stacks_in_1494 h5 a,#stacks_in_1494 h6 a,#stacks_in_1494 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1494 h1 a:hover,#stacks_in_1494 h2 a:hover,#stacks_in_1494 h3 a:hover,#stacks_in_1494 h4 a:hover,#stacks_in_1494 h5 a:hover,#stacks_in_1494 h6 a:hover,#stacks_in_1494 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1494 h1 a,#stacks_in_1494 h2 a,#stacks_in_1494 h3 a,#stacks_in_1494 h4 a,#stacks_in_1494 h5 a,#stacks_in_1494 h6 a,#stacks_in_1494 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1494 h1,#stacks_in_1494 h2,#stacks_in_1494 h3,#stacks_in_1494 h4,#stacks_in_1494 h5,#stacks_in_1494 h6,#stacks_in_1494 div{font-size:1.20rem}}#stacks_in_1494 small,#stacks_in_1494 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1494 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1494 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1432 h1,#stacks_in_1432 h2,#stacks_in_1432 h3,#stacks_in_1432 h4,#stacks_in_1432 h5,#stacks_in_1432 h6,#stacks_in_1432 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1432 h1 a,#stacks_in_1432 h2 a,#stacks_in_1432 h3 a,#stacks_in_1432 h4 a,#stacks_in_1432 h5 a,#stacks_in_1432 h6 a,#stacks_in_1432 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1432 h1 a:hover,#stacks_in_1432 h2 a:hover,#stacks_in_1432 h3 a:hover,#stacks_in_1432 h4 a:hover,#stacks_in_1432 h5 a:hover,#stacks_in_1432 h6 a:hover,#stacks_in_1432 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1432 h1 a,#stacks_in_1432 h2 a,#stacks_in_1432 h3 a,#stacks_in_1432 h4 a,#stacks_in_1432 h5 a,#stacks_in_1432 h6 a,#stacks_in_1432 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1432 h1,#stacks_in_1432 h2,#stacks_in_1432 h3,#stacks_in_1432 h4,#stacks_in_1432 h5,#stacks_in_1432 h6,#stacks_in_1432 div{font-size:1.20rem}}#stacks_in_1432 small,#stacks_in_1432 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1432 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1432 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1453 h1,#stacks_in_1453 h2,#stacks_in_1453 h3,#stacks_in_1453 h4,#stacks_in_1453 h5,#stacks_in_1453 h6,#stacks_in_1453 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1453 h1 a,#stacks_in_1453 h2 a,#stacks_in_1453 h3 a,#stacks_in_1453 h4 a,#stacks_in_1453 h5 a,#stacks_in_1453 h6 a,#stacks_in_1453 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1453 h1 a:hover,#stacks_in_1453 h2 a:hover,#stacks_in_1453 h3 a:hover,#stacks_in_1453 h4 a:hover,#stacks_in_1453 h5 a:hover,#stacks_in_1453 h6 a:hover,#stacks_in_1453 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1453 h1 a,#stacks_in_1453 h2 a,#stacks_in_1453 h3 a,#stacks_in_1453 h4 a,#stacks_in_1453 h5 a,#stacks_in_1453 h6 a,#stacks_in_1453 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1453 h1,#stacks_in_1453 h2,#stacks_in_1453 h3,#stacks_in_1453 h4,#stacks_in_1453 h5,#stacks_in_1453 h6,#stacks_in_1453 div{font-size:1.20rem}}#stacks_in_1453 small,#stacks_in_1453 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1453 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1453 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1445 h1,#stacks_in_1445 h2,#stacks_in_1445 h3,#stacks_in_1445 h4,#stacks_in_1445 h5,#stacks_in_1445 h6,#stacks_in_1445 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1445 h1 a,#stacks_in_1445 h2 a,#stacks_in_1445 h3 a,#stacks_in_1445 h4 a,#stacks_in_1445 h5 a,#stacks_in_1445 h6 a,#stacks_in_1445 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1445 h1 a:hover,#stacks_in_1445 h2 a:hover,#stacks_in_1445 h3 a:hover,#stacks_in_1445 h4 a:hover,#stacks_in_1445 h5 a:hover,#stacks_in_1445 h6 a:hover,#stacks_in_1445 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1445 h1 a,#stacks_in_1445 h2 a,#stacks_in_1445 h3 a,#stacks_in_1445 h4 a,#stacks_in_1445 h5 a,#stacks_in_1445 h6 a,#stacks_in_1445 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1445 h1,#stacks_in_1445 h2,#stacks_in_1445 h3,#stacks_in_1445 h4,#stacks_in_1445 h5,#stacks_in_1445 h6,#stacks_in_1445 div{font-size:1.20rem}}#stacks_in_1445 small,#stacks_in_1445 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1445 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1445 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1215 h1,#stacks_in_1215 h2,#stacks_in_1215 h3,#stacks_in_1215 h4,#stacks_in_1215 h5,#stacks_in_1215 h6,#stacks_in_1215 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1215 h1 a,#stacks_in_1215 h2 a,#stacks_in_1215 h3 a,#stacks_in_1215 h4 a,#stacks_in_1215 h5 a,#stacks_in_1215 h6 a,#stacks_in_1215 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1215 h1 a:hover,#stacks_in_1215 h2 a:hover,#stacks_in_1215 h3 a:hover,#stacks_in_1215 h4 a:hover,#stacks_in_1215 h5 a:hover,#stacks_in_1215 h6 a:hover,#stacks_in_1215 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1215 h1 a,#stacks_in_1215 h2 a,#stacks_in_1215 h3 a,#stacks_in_1215 h4 a,#stacks_in_1215 h5 a,#stacks_in_1215 h6 a,#stacks_in_1215 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1215 h1,#stacks_in_1215 h2,#stacks_in_1215 h3,#stacks_in_1215 h4,#stacks_in_1215 h5,#stacks_in_1215 h6,#stacks_in_1215 div{font-size:1.20rem}}#stacks_in_1215 small,#stacks_in_1215 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1215 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1215 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1222 h1,#stacks_in_1222 h2,#stacks_in_1222 h3,#stacks_in_1222 h4,#stacks_in_1222 h5,#stacks_in_1222 h6,#stacks_in_1222 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1222 h1 a,#stacks_in_1222 h2 a,#stacks_in_1222 h3 a,#stacks_in_1222 h4 a,#stacks_in_1222 h5 a,#stacks_in_1222 h6 a,#stacks_in_1222 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1222 h1 a:hover,#stacks_in_1222 h2 a:hover,#stacks_in_1222 h3 a:hover,#stacks_in_1222 h4 a:hover,#stacks_in_1222 h5 a:hover,#stacks_in_1222 h6 a:hover,#stacks_in_1222 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1222 h1 a,#stacks_in_1222 h2 a,#stacks_in_1222 h3 a,#stacks_in_1222 h4 a,#stacks_in_1222 h5 a,#stacks_in_1222 h6 a,#stacks_in_1222 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1222 h1,#stacks_in_1222 h2,#stacks_in_1222 h3,#stacks_in_1222 h4,#stacks_in_1222 h5,#stacks_in_1222 h6,#stacks_in_1222 div{font-size:1.20rem}}#stacks_in_1222 small,#stacks_in_1222 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1222 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1222 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_893 h1,#stacks_in_893 h2,#stacks_in_893 h3,#stacks_in_893 h4,#stacks_in_893 h5,#stacks_in_893 h6,#stacks_in_893 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_893 h1 a,#stacks_in_893 h2 a,#stacks_in_893 h3 a,#stacks_in_893 h4 a,#stacks_in_893 h5 a,#stacks_in_893 h6 a,#stacks_in_893 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_893 h1 a:hover,#stacks_in_893 h2 a:hover,#stacks_in_893 h3 a:hover,#stacks_in_893 h4 a:hover,#stacks_in_893 h5 a:hover,#stacks_in_893 h6 a:hover,#stacks_in_893 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_893 h1 a,#stacks_in_893 h2 a,#stacks_in_893 h3 a,#stacks_in_893 h4 a,#stacks_in_893 h5 a,#stacks_in_893 h6 a,#stacks_in_893 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_893 h1,#stacks_in_893 h2,#stacks_in_893 h3,#stacks_in_893 h4,#stacks_in_893 h5,#stacks_in_893 h6,#stacks_in_893 div{font-size:1.20rem}}#stacks_in_893 small,#stacks_in_893 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_893 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_893 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1366 h1,#stacks_in_1366 h2,#stacks_in_1366 h3,#stacks_in_1366 h4,#stacks_in_1366 h5,#stacks_in_1366 h6,#stacks_in_1366 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1366 h1 a,#stacks_in_1366 h2 a,#stacks_in_1366 h3 a,#stacks_in_1366 h4 a,#stacks_in_1366 h5 a,#stacks_in_1366 h6 a,#stacks_in_1366 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1366 h1 a:hover,#stacks_in_1366 h2 a:hover,#stacks_in_1366 h3 a:hover,#stacks_in_1366 h4 a:hover,#stacks_in_1366 h5 a:hover,#stacks_in_1366 h6 a:hover,#stacks_in_1366 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1366 h1 a,#stacks_in_1366 h2 a,#stacks_in_1366 h3 a,#stacks_in_1366 h4 a,#stacks_in_1366 h5 a,#stacks_in_1366 h6 a,#stacks_in_1366 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1366 h1,#stacks_in_1366 h2,#stacks_in_1366 h3,#stacks_in_1366 h4,#stacks_in_1366 h5,#stacks_in_1366 h6,#stacks_in_1366 div{font-size:1.20rem}}#stacks_in_1366 small,#stacks_in_1366 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1366 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1366 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1373 h1,#stacks_in_1373 h2,#stacks_in_1373 h3,#stacks_in_1373 h4,#stacks_in_1373 h5,#stacks_in_1373 h6,#stacks_in_1373 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1373 h1 a,#stacks_in_1373 h2 a,#stacks_in_1373 h3 a,#stacks_in_1373 h4 a,#stacks_in_1373 h5 a,#stacks_in_1373 h6 a,#stacks_in_1373 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1373 h1 a:hover,#stacks_in_1373 h2 a:hover,#stacks_in_1373 h3 a:hover,#stacks_in_1373 h4 a:hover,#stacks_in_1373 h5 a:hover,#stacks_in_1373 h6 a:hover,#stacks_in_1373 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1373 h1 a,#stacks_in_1373 h2 a,#stacks_in_1373 h3 a,#stacks_in_1373 h4 a,#stacks_in_1373 h5 a,#stacks_in_1373 h6 a,#stacks_in_1373 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1373 h1,#stacks_in_1373 h2,#stacks_in_1373 h3,#stacks_in_1373 h4,#stacks_in_1373 h5,#stacks_in_1373 h6,#stacks_in_1373 div{font-size:1.20rem}}#stacks_in_1373 small,#stacks_in_1373 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1373 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1373 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1387 h1,#stacks_in_1387 h2,#stacks_in_1387 h3,#stacks_in_1387 h4,#stacks_in_1387 h5,#stacks_in_1387 h6,#stacks_in_1387 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1387 h1 a,#stacks_in_1387 h2 a,#stacks_in_1387 h3 a,#stacks_in_1387 h4 a,#stacks_in_1387 h5 a,#stacks_in_1387 h6 a,#stacks_in_1387 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1387 h1 a:hover,#stacks_in_1387 h2 a:hover,#stacks_in_1387 h3 a:hover,#stacks_in_1387 h4 a:hover,#stacks_in_1387 h5 a:hover,#stacks_in_1387 h6 a:hover,#stacks_in_1387 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1387 h1 a,#stacks_in_1387 h2 a,#stacks_in_1387 h3 a,#stacks_in_1387 h4 a,#stacks_in_1387 h5 a,#stacks_in_1387 h6 a,#stacks_in_1387 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1387 h1,#stacks_in_1387 h2,#stacks_in_1387 h3,#stacks_in_1387 h4,#stacks_in_1387 h5,#stacks_in_1387 h6,#stacks_in_1387 div{font-size:1.20rem}}#stacks_in_1387 small,#stacks_in_1387 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1387 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1387 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1394 h1,#stacks_in_1394 h2,#stacks_in_1394 h3,#stacks_in_1394 h4,#stacks_in_1394 h5,#stacks_in_1394 h6,#stacks_in_1394 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1394 h1 a,#stacks_in_1394 h2 a,#stacks_in_1394 h3 a,#stacks_in_1394 h4 a,#stacks_in_1394 h5 a,#stacks_in_1394 h6 a,#stacks_in_1394 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1394 h1 a:hover,#stacks_in_1394 h2 a:hover,#stacks_in_1394 h3 a:hover,#stacks_in_1394 h4 a:hover,#stacks_in_1394 h5 a:hover,#stacks_in_1394 h6 a:hover,#stacks_in_1394 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1394 h1 a,#stacks_in_1394 h2 a,#stacks_in_1394 h3 a,#stacks_in_1394 h4 a,#stacks_in_1394 h5 a,#stacks_in_1394 h6 a,#stacks_in_1394 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1394 h1,#stacks_in_1394 h2,#stacks_in_1394 h3,#stacks_in_1394 h4,#stacks_in_1394 h5,#stacks_in_1394 h6,#stacks_in_1394 div{font-size:1.20rem}}#stacks_in_1394 small,#stacks_in_1394 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1394 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1394 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1936 h1,#stacks_in_1936 h2,#stacks_in_1936 h3,#stacks_in_1936 h4,#stacks_in_1936 h5,#stacks_in_1936 h6,#stacks_in_1936 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1936 h1 a,#stacks_in_1936 h2 a,#stacks_in_1936 h3 a,#stacks_in_1936 h4 a,#stacks_in_1936 h5 a,#stacks_in_1936 h6 a,#stacks_in_1936 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1936 h1 a:hover,#stacks_in_1936 h2 a:hover,#stacks_in_1936 h3 a:hover,#stacks_in_1936 h4 a:hover,#stacks_in_1936 h5 a:hover,#stacks_in_1936 h6 a:hover,#stacks_in_1936 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1936 h1 a,#stacks_in_1936 h2 a,#stacks_in_1936 h3 a,#stacks_in_1936 h4 a,#stacks_in_1936 h5 a,#stacks_in_1936 h6 a,#stacks_in_1936 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1936 h1,#stacks_in_1936 h2,#stacks_in_1936 h3,#stacks_in_1936 h4,#stacks_in_1936 h5,#stacks_in_1936 h6,#stacks_in_1936 div{font-size:1.20rem}}#stacks_in_1936 small,#stacks_in_1936 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1936 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1936 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1943 h1,#stacks_in_1943 h2,#stacks_in_1943 h3,#stacks_in_1943 h4,#stacks_in_1943 h5,#stacks_in_1943 h6,#stacks_in_1943 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1943 h1 a,#stacks_in_1943 h2 a,#stacks_in_1943 h3 a,#stacks_in_1943 h4 a,#stacks_in_1943 h5 a,#stacks_in_1943 h6 a,#stacks_in_1943 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1943 h1 a:hover,#stacks_in_1943 h2 a:hover,#stacks_in_1943 h3 a:hover,#stacks_in_1943 h4 a:hover,#stacks_in_1943 h5 a:hover,#stacks_in_1943 h6 a:hover,#stacks_in_1943 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1943 h1 a,#stacks_in_1943 h2 a,#stacks_in_1943 h3 a,#stacks_in_1943 h4 a,#stacks_in_1943 h5 a,#stacks_in_1943 h6 a,#stacks_in_1943 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1943 h1,#stacks_in_1943 h2,#stacks_in_1943 h3,#stacks_in_1943 h4,#stacks_in_1943 h5,#stacks_in_1943 h6,#stacks_in_1943 div{font-size:1.20rem}}#stacks_in_1943 small,#stacks_in_1943 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1943 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1943 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1422 h1,#stacks_in_1422 h2,#stacks_in_1422 h3,#stacks_in_1422 h4,#stacks_in_1422 h5,#stacks_in_1422 h6,#stacks_in_1422 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1422 h1 a,#stacks_in_1422 h2 a,#stacks_in_1422 h3 a,#stacks_in_1422 h4 a,#stacks_in_1422 h5 a,#stacks_in_1422 h6 a,#stacks_in_1422 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1422 h1 a:hover,#stacks_in_1422 h2 a:hover,#stacks_in_1422 h3 a:hover,#stacks_in_1422 h4 a:hover,#stacks_in_1422 h5 a:hover,#stacks_in_1422 h6 a:hover,#stacks_in_1422 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1422 h1 a,#stacks_in_1422 h2 a,#stacks_in_1422 h3 a,#stacks_in_1422 h4 a,#stacks_in_1422 h5 a,#stacks_in_1422 h6 a,#stacks_in_1422 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1422 h1,#stacks_in_1422 h2,#stacks_in_1422 h3,#stacks_in_1422 h4,#stacks_in_1422 h5,#stacks_in_1422 h6,#stacks_in_1422 div{font-size:1.20rem}}#stacks_in_1422 small,#stacks_in_1422 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1422 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1422 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1950 h1,#stacks_in_1950 h2,#stacks_in_1950 h3,#stacks_in_1950 h4,#stacks_in_1950 h5,#stacks_in_1950 h6,#stacks_in_1950 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1950 h1 a,#stacks_in_1950 h2 a,#stacks_in_1950 h3 a,#stacks_in_1950 h4 a,#stacks_in_1950 h5 a,#stacks_in_1950 h6 a,#stacks_in_1950 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1950 h1 a:hover,#stacks_in_1950 h2 a:hover,#stacks_in_1950 h3 a:hover,#stacks_in_1950 h4 a:hover,#stacks_in_1950 h5 a:hover,#stacks_in_1950 h6 a:hover,#stacks_in_1950 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1950 h1 a,#stacks_in_1950 h2 a,#stacks_in_1950 h3 a,#stacks_in_1950 h4 a,#stacks_in_1950 h5 a,#stacks_in_1950 h6 a,#stacks_in_1950 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1950 h1,#stacks_in_1950 h2,#stacks_in_1950 h3,#stacks_in_1950 h4,#stacks_in_1950 h5,#stacks_in_1950 h6,#stacks_in_1950 div{font-size:1.20rem}}#stacks_in_1950 small,#stacks_in_1950 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1950 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1950 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1299 h1,#stacks_in_1299 h2,#stacks_in_1299 h3,#stacks_in_1299 h4,#stacks_in_1299 h5,#stacks_in_1299 h6,#stacks_in_1299 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1299 h1 a,#stacks_in_1299 h2 a,#stacks_in_1299 h3 a,#stacks_in_1299 h4 a,#stacks_in_1299 h5 a,#stacks_in_1299 h6 a,#stacks_in_1299 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1299 h1 a:hover,#stacks_in_1299 h2 a:hover,#stacks_in_1299 h3 a:hover,#stacks_in_1299 h4 a:hover,#stacks_in_1299 h5 a:hover,#stacks_in_1299 h6 a:hover,#stacks_in_1299 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1299 h1 a,#stacks_in_1299 h2 a,#stacks_in_1299 h3 a,#stacks_in_1299 h4 a,#stacks_in_1299 h5 a,#stacks_in_1299 h6 a,#stacks_in_1299 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1299 h1,#stacks_in_1299 h2,#stacks_in_1299 h3,#stacks_in_1299 h4,#stacks_in_1299 h5,#stacks_in_1299 h6,#stacks_in_1299 div{font-size:1.20rem}}#stacks_in_1299 small,#stacks_in_1299 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1299 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1299 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1306 h1,#stacks_in_1306 h2,#stacks_in_1306 h3,#stacks_in_1306 h4,#stacks_in_1306 h5,#stacks_in_1306 h6,#stacks_in_1306 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1306 h1 a,#stacks_in_1306 h2 a,#stacks_in_1306 h3 a,#stacks_in_1306 h4 a,#stacks_in_1306 h5 a,#stacks_in_1306 h6 a,#stacks_in_1306 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1306 h1 a:hover,#stacks_in_1306 h2 a:hover,#stacks_in_1306 h3 a:hover,#stacks_in_1306 h4 a:hover,#stacks_in_1306 h5 a:hover,#stacks_in_1306 h6 a:hover,#stacks_in_1306 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1306 h1 a,#stacks_in_1306 h2 a,#stacks_in_1306 h3 a,#stacks_in_1306 h4 a,#stacks_in_1306 h5 a,#stacks_in_1306 h6 a,#stacks_in_1306 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1306 h1,#stacks_in_1306 h2,#stacks_in_1306 h3,#stacks_in_1306 h4,#stacks_in_1306 h5,#stacks_in_1306 h6,#stacks_in_1306 div{font-size:1.20rem}}#stacks_in_1306 small,#stacks_in_1306 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1306 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1306 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1320 h1,#stacks_in_1320 h2,#stacks_in_1320 h3,#stacks_in_1320 h4,#stacks_in_1320 h5,#stacks_in_1320 h6,#stacks_in_1320 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1320 h1 a,#stacks_in_1320 h2 a,#stacks_in_1320 h3 a,#stacks_in_1320 h4 a,#stacks_in_1320 h5 a,#stacks_in_1320 h6 a,#stacks_in_1320 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1320 h1 a:hover,#stacks_in_1320 h2 a:hover,#stacks_in_1320 h3 a:hover,#stacks_in_1320 h4 a:hover,#stacks_in_1320 h5 a:hover,#stacks_in_1320 h6 a:hover,#stacks_in_1320 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1320 h1 a,#stacks_in_1320 h2 a,#stacks_in_1320 h3 a,#stacks_in_1320 h4 a,#stacks_in_1320 h5 a,#stacks_in_1320 h6 a,#stacks_in_1320 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1320 h1,#stacks_in_1320 h2,#stacks_in_1320 h3,#stacks_in_1320 h4,#stacks_in_1320 h5,#stacks_in_1320 h6,#stacks_in_1320 div{font-size:1.20rem}}#stacks_in_1320 small,#stacks_in_1320 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1320 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1320 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1957 h1,#stacks_in_1957 h2,#stacks_in_1957 h3,#stacks_in_1957 h4,#stacks_in_1957 h5,#stacks_in_1957 h6,#stacks_in_1957 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1957 h1 a,#stacks_in_1957 h2 a,#stacks_in_1957 h3 a,#stacks_in_1957 h4 a,#stacks_in_1957 h5 a,#stacks_in_1957 h6 a,#stacks_in_1957 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1957 h1 a:hover,#stacks_in_1957 h2 a:hover,#stacks_in_1957 h3 a:hover,#stacks_in_1957 h4 a:hover,#stacks_in_1957 h5 a:hover,#stacks_in_1957 h6 a:hover,#stacks_in_1957 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1957 h1 a,#stacks_in_1957 h2 a,#stacks_in_1957 h3 a,#stacks_in_1957 h4 a,#stacks_in_1957 h5 a,#stacks_in_1957 h6 a,#stacks_in_1957 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1957 h1,#stacks_in_1957 h2,#stacks_in_1957 h3,#stacks_in_1957 h4,#stacks_in_1957 h5,#stacks_in_1957 h6,#stacks_in_1957 div{font-size:1.20rem}}#stacks_in_1957 small,#stacks_in_1957 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1957 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1957 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1334 h1,#stacks_in_1334 h2,#stacks_in_1334 h3,#stacks_in_1334 h4,#stacks_in_1334 h5,#stacks_in_1334 h6,#stacks_in_1334 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1334 h1 a,#stacks_in_1334 h2 a,#stacks_in_1334 h3 a,#stacks_in_1334 h4 a,#stacks_in_1334 h5 a,#stacks_in_1334 h6 a,#stacks_in_1334 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1334 h1 a:hover,#stacks_in_1334 h2 a:hover,#stacks_in_1334 h3 a:hover,#stacks_in_1334 h4 a:hover,#stacks_in_1334 h5 a:hover,#stacks_in_1334 h6 a:hover,#stacks_in_1334 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1334 h1 a,#stacks_in_1334 h2 a,#stacks_in_1334 h3 a,#stacks_in_1334 h4 a,#stacks_in_1334 h5 a,#stacks_in_1334 h6 a,#stacks_in_1334 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1334 h1,#stacks_in_1334 h2,#stacks_in_1334 h3,#stacks_in_1334 h4,#stacks_in_1334 h5,#stacks_in_1334 h6,#stacks_in_1334 div{font-size:1.20rem}}#stacks_in_1334 small,#stacks_in_1334 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1334 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1334 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1348 h1,#stacks_in_1348 h2,#stacks_in_1348 h3,#stacks_in_1348 h4,#stacks_in_1348 h5,#stacks_in_1348 h6,#stacks_in_1348 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1348 h1 a,#stacks_in_1348 h2 a,#stacks_in_1348 h3 a,#stacks_in_1348 h4 a,#stacks_in_1348 h5 a,#stacks_in_1348 h6 a,#stacks_in_1348 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1348 h1 a:hover,#stacks_in_1348 h2 a:hover,#stacks_in_1348 h3 a:hover,#stacks_in_1348 h4 a:hover,#stacks_in_1348 h5 a:hover,#stacks_in_1348 h6 a:hover,#stacks_in_1348 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1348 h1 a,#stacks_in_1348 h2 a,#stacks_in_1348 h3 a,#stacks_in_1348 h4 a,#stacks_in_1348 h5 a,#stacks_in_1348 h6 a,#stacks_in_1348 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1348 h1,#stacks_in_1348 h2,#stacks_in_1348 h3,#stacks_in_1348 h4,#stacks_in_1348 h5,#stacks_in_1348 h6,#stacks_in_1348 div{font-size:1.20rem}}#stacks_in_1348 small,#stacks_in_1348 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1348 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1348 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1355 h1,#stacks_in_1355 h2,#stacks_in_1355 h3,#stacks_in_1355 h4,#stacks_in_1355 h5,#stacks_in_1355 h6,#stacks_in_1355 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1355 h1 a,#stacks_in_1355 h2 a,#stacks_in_1355 h3 a,#stacks_in_1355 h4 a,#stacks_in_1355 h5 a,#stacks_in_1355 h6 a,#stacks_in_1355 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1355 h1 a:hover,#stacks_in_1355 h2 a:hover,#stacks_in_1355 h3 a:hover,#stacks_in_1355 h4 a:hover,#stacks_in_1355 h5 a:hover,#stacks_in_1355 h6 a:hover,#stacks_in_1355 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1355 h1 a,#stacks_in_1355 h2 a,#stacks_in_1355 h3 a,#stacks_in_1355 h4 a,#stacks_in_1355 h5 a,#stacks_in_1355 h6 a,#stacks_in_1355 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1355 h1,#stacks_in_1355 h2,#stacks_in_1355 h3,#stacks_in_1355 h4,#stacks_in_1355 h5,#stacks_in_1355 h6,#stacks_in_1355 div{font-size:1.20rem}}#stacks_in_1355 small,#stacks_in_1355 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1355 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1355 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1964 h1,#stacks_in_1964 h2,#stacks_in_1964 h3,#stacks_in_1964 h4,#stacks_in_1964 h5,#stacks_in_1964 h6,#stacks_in_1964 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1964 h1 a,#stacks_in_1964 h2 a,#stacks_in_1964 h3 a,#stacks_in_1964 h4 a,#stacks_in_1964 h5 a,#stacks_in_1964 h6 a,#stacks_in_1964 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1964 h1 a:hover,#stacks_in_1964 h2 a:hover,#stacks_in_1964 h3 a:hover,#stacks_in_1964 h4 a:hover,#stacks_in_1964 h5 a:hover,#stacks_in_1964 h6 a:hover,#stacks_in_1964 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1964 h1 a,#stacks_in_1964 h2 a,#stacks_in_1964 h3 a,#stacks_in_1964 h4 a,#stacks_in_1964 h5 a,#stacks_in_1964 h6 a,#stacks_in_1964 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1964 h1,#stacks_in_1964 h2,#stacks_in_1964 h3,#stacks_in_1964 h4,#stacks_in_1964 h5,#stacks_in_1964 h6,#stacks_in_1964 div{font-size:1.20rem}}#stacks_in_1964 small,#stacks_in_1964 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1964 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1964 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1257 h1,#stacks_in_1257 h2,#stacks_in_1257 h3,#stacks_in_1257 h4,#stacks_in_1257 h5,#stacks_in_1257 h6,#stacks_in_1257 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1257 h1 a,#stacks_in_1257 h2 a,#stacks_in_1257 h3 a,#stacks_in_1257 h4 a,#stacks_in_1257 h5 a,#stacks_in_1257 h6 a,#stacks_in_1257 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1257 h1 a:hover,#stacks_in_1257 h2 a:hover,#stacks_in_1257 h3 a:hover,#stacks_in_1257 h4 a:hover,#stacks_in_1257 h5 a:hover,#stacks_in_1257 h6 a:hover,#stacks_in_1257 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1257 h1 a,#stacks_in_1257 h2 a,#stacks_in_1257 h3 a,#stacks_in_1257 h4 a,#stacks_in_1257 h5 a,#stacks_in_1257 h6 a,#stacks_in_1257 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1257 h1,#stacks_in_1257 h2,#stacks_in_1257 h3,#stacks_in_1257 h4,#stacks_in_1257 h5,#stacks_in_1257 h6,#stacks_in_1257 div{font-size:1.20rem}}#stacks_in_1257 small,#stacks_in_1257 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1257 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1257 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1264 h1,#stacks_in_1264 h2,#stacks_in_1264 h3,#stacks_in_1264 h4,#stacks_in_1264 h5,#stacks_in_1264 h6,#stacks_in_1264 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1264 h1 a,#stacks_in_1264 h2 a,#stacks_in_1264 h3 a,#stacks_in_1264 h4 a,#stacks_in_1264 h5 a,#stacks_in_1264 h6 a,#stacks_in_1264 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1264 h1 a:hover,#stacks_in_1264 h2 a:hover,#stacks_in_1264 h3 a:hover,#stacks_in_1264 h4 a:hover,#stacks_in_1264 h5 a:hover,#stacks_in_1264 h6 a:hover,#stacks_in_1264 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1264 h1 a,#stacks_in_1264 h2 a,#stacks_in_1264 h3 a,#stacks_in_1264 h4 a,#stacks_in_1264 h5 a,#stacks_in_1264 h6 a,#stacks_in_1264 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1264 h1,#stacks_in_1264 h2,#stacks_in_1264 h3,#stacks_in_1264 h4,#stacks_in_1264 h5,#stacks_in_1264 h6,#stacks_in_1264 div{font-size:1.20rem}}#stacks_in_1264 small,#stacks_in_1264 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1264 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1264 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1271 h1,#stacks_in_1271 h2,#stacks_in_1271 h3,#stacks_in_1271 h4,#stacks_in_1271 h5,#stacks_in_1271 h6,#stacks_in_1271 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1271 h1 a,#stacks_in_1271 h2 a,#stacks_in_1271 h3 a,#stacks_in_1271 h4 a,#stacks_in_1271 h5 a,#stacks_in_1271 h6 a,#stacks_in_1271 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1271 h1 a:hover,#stacks_in_1271 h2 a:hover,#stacks_in_1271 h3 a:hover,#stacks_in_1271 h4 a:hover,#stacks_in_1271 h5 a:hover,#stacks_in_1271 h6 a:hover,#stacks_in_1271 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1271 h1 a,#stacks_in_1271 h2 a,#stacks_in_1271 h3 a,#stacks_in_1271 h4 a,#stacks_in_1271 h5 a,#stacks_in_1271 h6 a,#stacks_in_1271 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1271 h1,#stacks_in_1271 h2,#stacks_in_1271 h3,#stacks_in_1271 h4,#stacks_in_1271 h5,#stacks_in_1271 h6,#stacks_in_1271 div{font-size:1.20rem}}#stacks_in_1271 small,#stacks_in_1271 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1271 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1271 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1278 h1,#stacks_in_1278 h2,#stacks_in_1278 h3,#stacks_in_1278 h4,#stacks_in_1278 h5,#stacks_in_1278 h6,#stacks_in_1278 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1278 h1 a,#stacks_in_1278 h2 a,#stacks_in_1278 h3 a,#stacks_in_1278 h4 a,#stacks_in_1278 h5 a,#stacks_in_1278 h6 a,#stacks_in_1278 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1278 h1 a:hover,#stacks_in_1278 h2 a:hover,#stacks_in_1278 h3 a:hover,#stacks_in_1278 h4 a:hover,#stacks_in_1278 h5 a:hover,#stacks_in_1278 h6 a:hover,#stacks_in_1278 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1278 h1 a,#stacks_in_1278 h2 a,#stacks_in_1278 h3 a,#stacks_in_1278 h4 a,#stacks_in_1278 h5 a,#stacks_in_1278 h6 a,#stacks_in_1278 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1278 h1,#stacks_in_1278 h2,#stacks_in_1278 h3,#stacks_in_1278 h4,#stacks_in_1278 h5,#stacks_in_1278 h6,#stacks_in_1278 div{font-size:1.20rem}}#stacks_in_1278 small,#stacks_in_1278 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1278 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1278 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1285 h1,#stacks_in_1285 h2,#stacks_in_1285 h3,#stacks_in_1285 h4,#stacks_in_1285 h5,#stacks_in_1285 h6,#stacks_in_1285 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1285 h1 a,#stacks_in_1285 h2 a,#stacks_in_1285 h3 a,#stacks_in_1285 h4 a,#stacks_in_1285 h5 a,#stacks_in_1285 h6 a,#stacks_in_1285 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1285 h1 a:hover,#stacks_in_1285 h2 a:hover,#stacks_in_1285 h3 a:hover,#stacks_in_1285 h4 a:hover,#stacks_in_1285 h5 a:hover,#stacks_in_1285 h6 a:hover,#stacks_in_1285 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1285 h1 a,#stacks_in_1285 h2 a,#stacks_in_1285 h3 a,#stacks_in_1285 h4 a,#stacks_in_1285 h5 a,#stacks_in_1285 h6 a,#stacks_in_1285 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1285 h1,#stacks_in_1285 h2,#stacks_in_1285 h3,#stacks_in_1285 h4,#stacks_in_1285 h5,#stacks_in_1285 h6,#stacks_in_1285 div{font-size:1.20rem}}#stacks_in_1285 small,#stacks_in_1285 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1285 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1285 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1229 h1,#stacks_in_1229 h2,#stacks_in_1229 h3,#stacks_in_1229 h4,#stacks_in_1229 h5,#stacks_in_1229 h6,#stacks_in_1229 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1229 h1 a,#stacks_in_1229 h2 a,#stacks_in_1229 h3 a,#stacks_in_1229 h4 a,#stacks_in_1229 h5 a,#stacks_in_1229 h6 a,#stacks_in_1229 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1229 h1 a:hover,#stacks_in_1229 h2 a:hover,#stacks_in_1229 h3 a:hover,#stacks_in_1229 h4 a:hover,#stacks_in_1229 h5 a:hover,#stacks_in_1229 h6 a:hover,#stacks_in_1229 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1229 h1 a,#stacks_in_1229 h2 a,#stacks_in_1229 h3 a,#stacks_in_1229 h4 a,#stacks_in_1229 h5 a,#stacks_in_1229 h6 a,#stacks_in_1229 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1229 h1,#stacks_in_1229 h2,#stacks_in_1229 h3,#stacks_in_1229 h4,#stacks_in_1229 h5,#stacks_in_1229 h6,#stacks_in_1229 div{font-size:1.20rem}}#stacks_in_1229 small,#stacks_in_1229 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1229 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1229 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1236 h1,#stacks_in_1236 h2,#stacks_in_1236 h3,#stacks_in_1236 h4,#stacks_in_1236 h5,#stacks_in_1236 h6,#stacks_in_1236 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1236 h1 a,#stacks_in_1236 h2 a,#stacks_in_1236 h3 a,#stacks_in_1236 h4 a,#stacks_in_1236 h5 a,#stacks_in_1236 h6 a,#stacks_in_1236 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1236 h1 a:hover,#stacks_in_1236 h2 a:hover,#stacks_in_1236 h3 a:hover,#stacks_in_1236 h4 a:hover,#stacks_in_1236 h5 a:hover,#stacks_in_1236 h6 a:hover,#stacks_in_1236 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1236 h1 a,#stacks_in_1236 h2 a,#stacks_in_1236 h3 a,#stacks_in_1236 h4 a,#stacks_in_1236 h5 a,#stacks_in_1236 h6 a,#stacks_in_1236 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1236 h1,#stacks_in_1236 h2,#stacks_in_1236 h3,#stacks_in_1236 h4,#stacks_in_1236 h5,#stacks_in_1236 h6,#stacks_in_1236 div{font-size:1.20rem}}#stacks_in_1236 small,#stacks_in_1236 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1236 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1236 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1243 h1,#stacks_in_1243 h2,#stacks_in_1243 h3,#stacks_in_1243 h4,#stacks_in_1243 h5,#stacks_in_1243 h6,#stacks_in_1243 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1243 h1 a,#stacks_in_1243 h2 a,#stacks_in_1243 h3 a,#stacks_in_1243 h4 a,#stacks_in_1243 h5 a,#stacks_in_1243 h6 a,#stacks_in_1243 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1243 h1 a:hover,#stacks_in_1243 h2 a:hover,#stacks_in_1243 h3 a:hover,#stacks_in_1243 h4 a:hover,#stacks_in_1243 h5 a:hover,#stacks_in_1243 h6 a:hover,#stacks_in_1243 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1243 h1 a,#stacks_in_1243 h2 a,#stacks_in_1243 h3 a,#stacks_in_1243 h4 a,#stacks_in_1243 h5 a,#stacks_in_1243 h6 a,#stacks_in_1243 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1243 h1,#stacks_in_1243 h2,#stacks_in_1243 h3,#stacks_in_1243 h4,#stacks_in_1243 h5,#stacks_in_1243 h6,#stacks_in_1243 div{font-size:1.20rem}}#stacks_in_1243 small,#stacks_in_1243 small div{font-size:60%;color:rgba(149, 7, 64, 1.00)}   #stacks_in_1243 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1243 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1208 h1,#stacks_in_1208 h2,#stacks_in_1208 h3,#stacks_in_1208 h4,#stacks_in_1208 h5,#stacks_in_1208 h6,#stacks_in_1208 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1208 h1 a,#stacks_in_1208 h2 a,#stacks_in_1208 h3 a,#stacks_in_1208 h4 a,#stacks_in_1208 h5 a,#stacks_in_1208 h6 a,#stacks_in_1208 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1208 h1 a:hover,#stacks_in_1208 h2 a:hover,#stacks_in_1208 h3 a:hover,#stacks_in_1208 h4 a:hover,#stacks_in_1208 h5 a:hover,#stacks_in_1208 h6 a:hover,#stacks_in_1208 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1208 h1 a,#stacks_in_1208 h2 a,#stacks_in_1208 h3 a,#stacks_in_1208 h4 a,#stacks_in_1208 h5 a,#stacks_in_1208 h6 a,#stacks_in_1208 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1208 h1,#stacks_in_1208 h2,#stacks_in_1208 h3,#stacks_in_1208 h4,#stacks_in_1208 h5,#stacks_in_1208 h6,#stacks_in_1208 div{font-size:1.20rem}}#stacks_in_1208 small,#stacks_in_1208 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1208 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1208 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_899 h1,#stacks_in_899 h2,#stacks_in_899 h3,#stacks_in_899 h4,#stacks_in_899 h5,#stacks_in_899 h6,#stacks_in_899 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_899 h1 a,#stacks_in_899 h2 a,#stacks_in_899 h3 a,#stacks_in_899 h4 a,#stacks_in_899 h5 a,#stacks_in_899 h6 a,#stacks_in_899 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_899 h1 a:hover,#stacks_in_899 h2 a:hover,#stacks_in_899 h3 a:hover,#stacks_in_899 h4 a:hover,#stacks_in_899 h5 a:hover,#stacks_in_899 h6 a:hover,#stacks_in_899 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_899 h1 a,#stacks_in_899 h2 a,#stacks_in_899 h3 a,#stacks_in_899 h4 a,#stacks_in_899 h5 a,#stacks_in_899 h6 a,#stacks_in_899 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_899 h1,#stacks_in_899 h2,#stacks_in_899 h3,#stacks_in_899 h4,#stacks_in_899 h5,#stacks_in_899 h6,#stacks_in_899 div{font-size:1.20rem}}#stacks_in_899 small,#stacks_in_899 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_899 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_899 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1971 h1,#stacks_in_1971 h2,#stacks_in_1971 h3,#stacks_in_1971 h4,#stacks_in_1971 h5,#stacks_in_1971 h6,#stacks_in_1971 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1971 h1 a,#stacks_in_1971 h2 a,#stacks_in_1971 h3 a,#stacks_in_1971 h4 a,#stacks_in_1971 h5 a,#stacks_in_1971 h6 a,#stacks_in_1971 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1971 h1 a:hover,#stacks_in_1971 h2 a:hover,#stacks_in_1971 h3 a:hover,#stacks_in_1971 h4 a:hover,#stacks_in_1971 h5 a:hover,#stacks_in_1971 h6 a:hover,#stacks_in_1971 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1971 h1 a,#stacks_in_1971 h2 a,#stacks_in_1971 h3 a,#stacks_in_1971 h4 a,#stacks_in_1971 h5 a,#stacks_in_1971 h6 a,#stacks_in_1971 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1971 h1,#stacks_in_1971 h2,#stacks_in_1971 h3,#stacks_in_1971 h4,#stacks_in_1971 h5,#stacks_in_1971 h6,#stacks_in_1971 div{font-size:1.20rem}}#stacks_in_1971 small,#stacks_in_1971 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1971 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1971 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_930 h1,#stacks_in_930 h2,#stacks_in_930 h3,#stacks_in_930 h4,#stacks_in_930 h5,#stacks_in_930 h6,#stacks_in_930 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_930 h1 a,#stacks_in_930 h2 a,#stacks_in_930 h3 a,#stacks_in_930 h4 a,#stacks_in_930 h5 a,#stacks_in_930 h6 a,#stacks_in_930 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_930 h1 a:hover,#stacks_in_930 h2 a:hover,#stacks_in_930 h3 a:hover,#stacks_in_930 h4 a:hover,#stacks_in_930 h5 a:hover,#stacks_in_930 h6 a:hover,#stacks_in_930 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_930 h1 a,#stacks_in_930 h2 a,#stacks_in_930 h3 a,#stacks_in_930 h4 a,#stacks_in_930 h5 a,#stacks_in_930 h6 a,#stacks_in_930 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_930 h1,#stacks_in_930 h2,#stacks_in_930 h3,#stacks_in_930 h4,#stacks_in_930 h5,#stacks_in_930 h6,#stacks_in_930 div{font-size:1.20rem}}#stacks_in_930 small,#stacks_in_930 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_930 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_930 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_926 h1,#stacks_in_926 h2,#stacks_in_926 h3,#stacks_in_926 h4,#stacks_in_926 h5,#stacks_in_926 h6,#stacks_in_926 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_926 h1 a,#stacks_in_926 h2 a,#stacks_in_926 h3 a,#stacks_in_926 h4 a,#stacks_in_926 h5 a,#stacks_in_926 h6 a,#stacks_in_926 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_926 h1 a:hover,#stacks_in_926 h2 a:hover,#stacks_in_926 h3 a:hover,#stacks_in_926 h4 a:hover,#stacks_in_926 h5 a:hover,#stacks_in_926 h6 a:hover,#stacks_in_926 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_926 h1 a,#stacks_in_926 h2 a,#stacks_in_926 h3 a,#stacks_in_926 h4 a,#stacks_in_926 h5 a,#stacks_in_926 h6 a,#stacks_in_926 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_926 h1,#stacks_in_926 h2,#stacks_in_926 h3,#stacks_in_926 h4,#stacks_in_926 h5,#stacks_in_926 h6,#stacks_in_926 div{font-size:1.20rem}}#stacks_in_926 small,#stacks_in_926 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_926 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_926 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_922 h1,#stacks_in_922 h2,#stacks_in_922 h3,#stacks_in_922 h4,#stacks_in_922 h5,#stacks_in_922 h6,#stacks_in_922 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_922 h1 a,#stacks_in_922 h2 a,#stacks_in_922 h3 a,#stacks_in_922 h4 a,#stacks_in_922 h5 a,#stacks_in_922 h6 a,#stacks_in_922 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_922 h1 a:hover,#stacks_in_922 h2 a:hover,#stacks_in_922 h3 a:hover,#stacks_in_922 h4 a:hover,#stacks_in_922 h5 a:hover,#stacks_in_922 h6 a:hover,#stacks_in_922 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_922 h1 a,#stacks_in_922 h2 a,#stacks_in_922 h3 a,#stacks_in_922 h4 a,#stacks_in_922 h5 a,#stacks_in_922 h6 a,#stacks_in_922 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_922 h1,#stacks_in_922 h2,#stacks_in_922 h3,#stacks_in_922 h4,#stacks_in_922 h5,#stacks_in_922 h6,#stacks_in_922 div{font-size:1.20rem}}#stacks_in_922 small,#stacks_in_922 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_922 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_922 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_918 h1,#stacks_in_918 h2,#stacks_in_918 h3,#stacks_in_918 h4,#stacks_in_918 h5,#stacks_in_918 h6,#stacks_in_918 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_918 h1 a,#stacks_in_918 h2 a,#stacks_in_918 h3 a,#stacks_in_918 h4 a,#stacks_in_918 h5 a,#stacks_in_918 h6 a,#stacks_in_918 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_918 h1 a:hover,#stacks_in_918 h2 a:hover,#stacks_in_918 h3 a:hover,#stacks_in_918 h4 a:hover,#stacks_in_918 h5 a:hover,#stacks_in_918 h6 a:hover,#stacks_in_918 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_918 h1 a,#stacks_in_918 h2 a,#stacks_in_918 h3 a,#stacks_in_918 h4 a,#stacks_in_918 h5 a,#stacks_in_918 h6 a,#stacks_in_918 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_918 h1,#stacks_in_918 h2,#stacks_in_918 h3,#stacks_in_918 h4,#stacks_in_918 h5,#stacks_in_918 h6,#stacks_in_918 div{font-size:1.20rem}}#stacks_in_918 small,#stacks_in_918 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_918 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_918 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_914 h1,#stacks_in_914 h2,#stacks_in_914 h3,#stacks_in_914 h4,#stacks_in_914 h5,#stacks_in_914 h6,#stacks_in_914 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_914 h1 a,#stacks_in_914 h2 a,#stacks_in_914 h3 a,#stacks_in_914 h4 a,#stacks_in_914 h5 a,#stacks_in_914 h6 a,#stacks_in_914 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_914 h1 a:hover,#stacks_in_914 h2 a:hover,#stacks_in_914 h3 a:hover,#stacks_in_914 h4 a:hover,#stacks_in_914 h5 a:hover,#stacks_in_914 h6 a:hover,#stacks_in_914 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_914 h1 a,#stacks_in_914 h2 a,#stacks_in_914 h3 a,#stacks_in_914 h4 a,#stacks_in_914 h5 a,#stacks_in_914 h6 a,#stacks_in_914 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_914 h1,#stacks_in_914 h2,#stacks_in_914 h3,#stacks_in_914 h4,#stacks_in_914 h5,#stacks_in_914 h6,#stacks_in_914 div{font-size:1.20rem}}#stacks_in_914 small,#stacks_in_914 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_914 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_914 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_910 h1,#stacks_in_910 h2,#stacks_in_910 h3,#stacks_in_910 h4,#stacks_in_910 h5,#stacks_in_910 h6,#stacks_in_910 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_910 h1 a,#stacks_in_910 h2 a,#stacks_in_910 h3 a,#stacks_in_910 h4 a,#stacks_in_910 h5 a,#stacks_in_910 h6 a,#stacks_in_910 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_910 h1 a:hover,#stacks_in_910 h2 a:hover,#stacks_in_910 h3 a:hover,#stacks_in_910 h4 a:hover,#stacks_in_910 h5 a:hover,#stacks_in_910 h6 a:hover,#stacks_in_910 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_910 h1 a,#stacks_in_910 h2 a,#stacks_in_910 h3 a,#stacks_in_910 h4 a,#stacks_in_910 h5 a,#stacks_in_910 h6 a,#stacks_in_910 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_910 h1,#stacks_in_910 h2,#stacks_in_910 h3,#stacks_in_910 h4,#stacks_in_910 h5,#stacks_in_910 h6,#stacks_in_910 div{font-size:1.20rem}}#stacks_in_910 small,#stacks_in_910 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_910 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_910 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_961 h1,#stacks_in_961 h2,#stacks_in_961 h3,#stacks_in_961 h4,#stacks_in_961 h5,#stacks_in_961 h6,#stacks_in_961 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_961 h1 a,#stacks_in_961 h2 a,#stacks_in_961 h3 a,#stacks_in_961 h4 a,#stacks_in_961 h5 a,#stacks_in_961 h6 a,#stacks_in_961 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_961 h1 a:hover,#stacks_in_961 h2 a:hover,#stacks_in_961 h3 a:hover,#stacks_in_961 h4 a:hover,#stacks_in_961 h5 a:hover,#stacks_in_961 h6 a:hover,#stacks_in_961 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_961 h1 a,#stacks_in_961 h2 a,#stacks_in_961 h3 a,#stacks_in_961 h4 a,#stacks_in_961 h5 a,#stacks_in_961 h6 a,#stacks_in_961 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_961 h1,#stacks_in_961 h2,#stacks_in_961 h3,#stacks_in_961 h4,#stacks_in_961 h5,#stacks_in_961 h6,#stacks_in_961 div{font-size:1.20rem}}#stacks_in_961 small,#stacks_in_961 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_961 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_961 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_957 h1,#stacks_in_957 h2,#stacks_in_957 h3,#stacks_in_957 h4,#stacks_in_957 h5,#stacks_in_957 h6,#stacks_in_957 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_957 h1 a,#stacks_in_957 h2 a,#stacks_in_957 h3 a,#stacks_in_957 h4 a,#stacks_in_957 h5 a,#stacks_in_957 h6 a,#stacks_in_957 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_957 h1 a:hover,#stacks_in_957 h2 a:hover,#stacks_in_957 h3 a:hover,#stacks_in_957 h4 a:hover,#stacks_in_957 h5 a:hover,#stacks_in_957 h6 a:hover,#stacks_in_957 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_957 h1 a,#stacks_in_957 h2 a,#stacks_in_957 h3 a,#stacks_in_957 h4 a,#stacks_in_957 h5 a,#stacks_in_957 h6 a,#stacks_in_957 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_957 h1,#stacks_in_957 h2,#stacks_in_957 h3,#stacks_in_957 h4,#stacks_in_957 h5,#stacks_in_957 h6,#stacks_in_957 div{font-size:1.20rem}}#stacks_in_957 small,#stacks_in_957 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_957 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_957 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_953 h1,#stacks_in_953 h2,#stacks_in_953 h3,#stacks_in_953 h4,#stacks_in_953 h5,#stacks_in_953 h6,#stacks_in_953 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_953 h1 a,#stacks_in_953 h2 a,#stacks_in_953 h3 a,#stacks_in_953 h4 a,#stacks_in_953 h5 a,#stacks_in_953 h6 a,#stacks_in_953 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_953 h1 a:hover,#stacks_in_953 h2 a:hover,#stacks_in_953 h3 a:hover,#stacks_in_953 h4 a:hover,#stacks_in_953 h5 a:hover,#stacks_in_953 h6 a:hover,#stacks_in_953 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_953 h1 a,#stacks_in_953 h2 a,#stacks_in_953 h3 a,#stacks_in_953 h4 a,#stacks_in_953 h5 a,#stacks_in_953 h6 a,#stacks_in_953 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_953 h1,#stacks_in_953 h2,#stacks_in_953 h3,#stacks_in_953 h4,#stacks_in_953 h5,#stacks_in_953 h6,#stacks_in_953 div{font-size:1.20rem}}#stacks_in_953 small,#stacks_in_953 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_953 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_953 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1978 h1,#stacks_in_1978 h2,#stacks_in_1978 h3,#stacks_in_1978 h4,#stacks_in_1978 h5,#stacks_in_1978 h6,#stacks_in_1978 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1978 h1 a,#stacks_in_1978 h2 a,#stacks_in_1978 h3 a,#stacks_in_1978 h4 a,#stacks_in_1978 h5 a,#stacks_in_1978 h6 a,#stacks_in_1978 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1978 h1 a:hover,#stacks_in_1978 h2 a:hover,#stacks_in_1978 h3 a:hover,#stacks_in_1978 h4 a:hover,#stacks_in_1978 h5 a:hover,#stacks_in_1978 h6 a:hover,#stacks_in_1978 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1978 h1 a,#stacks_in_1978 h2 a,#stacks_in_1978 h3 a,#stacks_in_1978 h4 a,#stacks_in_1978 h5 a,#stacks_in_1978 h6 a,#stacks_in_1978 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1978 h1,#stacks_in_1978 h2,#stacks_in_1978 h3,#stacks_in_1978 h4,#stacks_in_1978 h5,#stacks_in_1978 h6,#stacks_in_1978 div{font-size:1.20rem}}#stacks_in_1978 small,#stacks_in_1978 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1978 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1978 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_945 h1,#stacks_in_945 h2,#stacks_in_945 h3,#stacks_in_945 h4,#stacks_in_945 h5,#stacks_in_945 h6,#stacks_in_945 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_945 h1 a,#stacks_in_945 h2 a,#stacks_in_945 h3 a,#stacks_in_945 h4 a,#stacks_in_945 h5 a,#stacks_in_945 h6 a,#stacks_in_945 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_945 h1 a:hover,#stacks_in_945 h2 a:hover,#stacks_in_945 h3 a:hover,#stacks_in_945 h4 a:hover,#stacks_in_945 h5 a:hover,#stacks_in_945 h6 a:hover,#stacks_in_945 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_945 h1 a,#stacks_in_945 h2 a,#stacks_in_945 h3 a,#stacks_in_945 h4 a,#stacks_in_945 h5 a,#stacks_in_945 h6 a,#stacks_in_945 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_945 h1,#stacks_in_945 h2,#stacks_in_945 h3,#stacks_in_945 h4,#stacks_in_945 h5,#stacks_in_945 h6,#stacks_in_945 div{font-size:1.20rem}}#stacks_in_945 small,#stacks_in_945 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_945 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_945 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_986 h1,#stacks_in_986 h2,#stacks_in_986 h3,#stacks_in_986 h4,#stacks_in_986 h5,#stacks_in_986 h6,#stacks_in_986 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_986 h1 a,#stacks_in_986 h2 a,#stacks_in_986 h3 a,#stacks_in_986 h4 a,#stacks_in_986 h5 a,#stacks_in_986 h6 a,#stacks_in_986 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_986 h1 a:hover,#stacks_in_986 h2 a:hover,#stacks_in_986 h3 a:hover,#stacks_in_986 h4 a:hover,#stacks_in_986 h5 a:hover,#stacks_in_986 h6 a:hover,#stacks_in_986 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_986 h1 a,#stacks_in_986 h2 a,#stacks_in_986 h3 a,#stacks_in_986 h4 a,#stacks_in_986 h5 a,#stacks_in_986 h6 a,#stacks_in_986 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_986 h1,#stacks_in_986 h2,#stacks_in_986 h3,#stacks_in_986 h4,#stacks_in_986 h5,#stacks_in_986 h6,#stacks_in_986 div{font-size:1.20rem}}#stacks_in_986 small,#stacks_in_986 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_986 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_986 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_982 h1,#stacks_in_982 h2,#stacks_in_982 h3,#stacks_in_982 h4,#stacks_in_982 h5,#stacks_in_982 h6,#stacks_in_982 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_982 h1 a,#stacks_in_982 h2 a,#stacks_in_982 h3 a,#stacks_in_982 h4 a,#stacks_in_982 h5 a,#stacks_in_982 h6 a,#stacks_in_982 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_982 h1 a:hover,#stacks_in_982 h2 a:hover,#stacks_in_982 h3 a:hover,#stacks_in_982 h4 a:hover,#stacks_in_982 h5 a:hover,#stacks_in_982 h6 a:hover,#stacks_in_982 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_982 h1 a,#stacks_in_982 h2 a,#stacks_in_982 h3 a,#stacks_in_982 h4 a,#stacks_in_982 h5 a,#stacks_in_982 h6 a,#stacks_in_982 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_982 h1,#stacks_in_982 h2,#stacks_in_982 h3,#stacks_in_982 h4,#stacks_in_982 h5,#stacks_in_982 h6,#stacks_in_982 div{font-size:1.20rem}}#stacks_in_982 small,#stacks_in_982 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_982 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_982 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_978 h1,#stacks_in_978 h2,#stacks_in_978 h3,#stacks_in_978 h4,#stacks_in_978 h5,#stacks_in_978 h6,#stacks_in_978 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_978 h1 a,#stacks_in_978 h2 a,#stacks_in_978 h3 a,#stacks_in_978 h4 a,#stacks_in_978 h5 a,#stacks_in_978 h6 a,#stacks_in_978 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_978 h1 a:hover,#stacks_in_978 h2 a:hover,#stacks_in_978 h3 a:hover,#stacks_in_978 h4 a:hover,#stacks_in_978 h5 a:hover,#stacks_in_978 h6 a:hover,#stacks_in_978 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_978 h1 a,#stacks_in_978 h2 a,#stacks_in_978 h3 a,#stacks_in_978 h4 a,#stacks_in_978 h5 a,#stacks_in_978 h6 a,#stacks_in_978 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_978 h1,#stacks_in_978 h2,#stacks_in_978 h3,#stacks_in_978 h4,#stacks_in_978 h5,#stacks_in_978 h6,#stacks_in_978 div{font-size:1.20rem}}#stacks_in_978 small,#stacks_in_978 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_978 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_978 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_974 h1,#stacks_in_974 h2,#stacks_in_974 h3,#stacks_in_974 h4,#stacks_in_974 h5,#stacks_in_974 h6,#stacks_in_974 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_974 h1 a,#stacks_in_974 h2 a,#stacks_in_974 h3 a,#stacks_in_974 h4 a,#stacks_in_974 h5 a,#stacks_in_974 h6 a,#stacks_in_974 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_974 h1 a:hover,#stacks_in_974 h2 a:hover,#stacks_in_974 h3 a:hover,#stacks_in_974 h4 a:hover,#stacks_in_974 h5 a:hover,#stacks_in_974 h6 a:hover,#stacks_in_974 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_974 h1 a,#stacks_in_974 h2 a,#stacks_in_974 h3 a,#stacks_in_974 h4 a,#stacks_in_974 h5 a,#stacks_in_974 h6 a,#stacks_in_974 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_974 h1,#stacks_in_974 h2,#stacks_in_974 h3,#stacks_in_974 h4,#stacks_in_974 h5,#stacks_in_974 h6,#stacks_in_974 div{font-size:1.20rem}}#stacks_in_974 small,#stacks_in_974 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_974 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_974 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_970 h1,#stacks_in_970 h2,#stacks_in_970 h3,#stacks_in_970 h4,#stacks_in_970 h5,#stacks_in_970 h6,#stacks_in_970 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_970 h1 a,#stacks_in_970 h2 a,#stacks_in_970 h3 a,#stacks_in_970 h4 a,#stacks_in_970 h5 a,#stacks_in_970 h6 a,#stacks_in_970 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_970 h1 a:hover,#stacks_in_970 h2 a:hover,#stacks_in_970 h3 a:hover,#stacks_in_970 h4 a:hover,#stacks_in_970 h5 a:hover,#stacks_in_970 h6 a:hover,#stacks_in_970 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_970 h1 a,#stacks_in_970 h2 a,#stacks_in_970 h3 a,#stacks_in_970 h4 a,#stacks_in_970 h5 a,#stacks_in_970 h6 a,#stacks_in_970 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_970 h1,#stacks_in_970 h2,#stacks_in_970 h3,#stacks_in_970 h4,#stacks_in_970 h5,#stacks_in_970 h6,#stacks_in_970 div{font-size:1.20rem}}#stacks_in_970 small,#stacks_in_970 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_970 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_970 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1021 h1,#stacks_in_1021 h2,#stacks_in_1021 h3,#stacks_in_1021 h4,#stacks_in_1021 h5,#stacks_in_1021 h6,#stacks_in_1021 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1021 h1 a,#stacks_in_1021 h2 a,#stacks_in_1021 h3 a,#stacks_in_1021 h4 a,#stacks_in_1021 h5 a,#stacks_in_1021 h6 a,#stacks_in_1021 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1021 h1 a:hover,#stacks_in_1021 h2 a:hover,#stacks_in_1021 h3 a:hover,#stacks_in_1021 h4 a:hover,#stacks_in_1021 h5 a:hover,#stacks_in_1021 h6 a:hover,#stacks_in_1021 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1021 h1 a,#stacks_in_1021 h2 a,#stacks_in_1021 h3 a,#stacks_in_1021 h4 a,#stacks_in_1021 h5 a,#stacks_in_1021 h6 a,#stacks_in_1021 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1021 h1,#stacks_in_1021 h2,#stacks_in_1021 h3,#stacks_in_1021 h4,#stacks_in_1021 h5,#stacks_in_1021 h6,#stacks_in_1021 div{font-size:1.20rem}}#stacks_in_1021 small,#stacks_in_1021 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1021 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1021 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1009 h1,#stacks_in_1009 h2,#stacks_in_1009 h3,#stacks_in_1009 h4,#stacks_in_1009 h5,#stacks_in_1009 h6,#stacks_in_1009 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1009 h1 a,#stacks_in_1009 h2 a,#stacks_in_1009 h3 a,#stacks_in_1009 h4 a,#stacks_in_1009 h5 a,#stacks_in_1009 h6 a,#stacks_in_1009 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1009 h1 a:hover,#stacks_in_1009 h2 a:hover,#stacks_in_1009 h3 a:hover,#stacks_in_1009 h4 a:hover,#stacks_in_1009 h5 a:hover,#stacks_in_1009 h6 a:hover,#stacks_in_1009 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1009 h1 a,#stacks_in_1009 h2 a,#stacks_in_1009 h3 a,#stacks_in_1009 h4 a,#stacks_in_1009 h5 a,#stacks_in_1009 h6 a,#stacks_in_1009 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1009 h1,#stacks_in_1009 h2,#stacks_in_1009 h3,#stacks_in_1009 h4,#stacks_in_1009 h5,#stacks_in_1009 h6,#stacks_in_1009 div{font-size:1.20rem}}#stacks_in_1009 small,#stacks_in_1009 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1009 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1009 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1005 h1,#stacks_in_1005 h2,#stacks_in_1005 h3,#stacks_in_1005 h4,#stacks_in_1005 h5,#stacks_in_1005 h6,#stacks_in_1005 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1005 h1 a,#stacks_in_1005 h2 a,#stacks_in_1005 h3 a,#stacks_in_1005 h4 a,#stacks_in_1005 h5 a,#stacks_in_1005 h6 a,#stacks_in_1005 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1005 h1 a:hover,#stacks_in_1005 h2 a:hover,#stacks_in_1005 h3 a:hover,#stacks_in_1005 h4 a:hover,#stacks_in_1005 h5 a:hover,#stacks_in_1005 h6 a:hover,#stacks_in_1005 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1005 h1 a,#stacks_in_1005 h2 a,#stacks_in_1005 h3 a,#stacks_in_1005 h4 a,#stacks_in_1005 h5 a,#stacks_in_1005 h6 a,#stacks_in_1005 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1005 h1,#stacks_in_1005 h2,#stacks_in_1005 h3,#stacks_in_1005 h4,#stacks_in_1005 h5,#stacks_in_1005 h6,#stacks_in_1005 div{font-size:1.20rem}}#stacks_in_1005 small,#stacks_in_1005 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1005 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1005 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1001 h1,#stacks_in_1001 h2,#stacks_in_1001 h3,#stacks_in_1001 h4,#stacks_in_1001 h5,#stacks_in_1001 h6,#stacks_in_1001 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1001 h1 a,#stacks_in_1001 h2 a,#stacks_in_1001 h3 a,#stacks_in_1001 h4 a,#stacks_in_1001 h5 a,#stacks_in_1001 h6 a,#stacks_in_1001 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1001 h1 a:hover,#stacks_in_1001 h2 a:hover,#stacks_in_1001 h3 a:hover,#stacks_in_1001 h4 a:hover,#stacks_in_1001 h5 a:hover,#stacks_in_1001 h6 a:hover,#stacks_in_1001 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1001 h1 a,#stacks_in_1001 h2 a,#stacks_in_1001 h3 a,#stacks_in_1001 h4 a,#stacks_in_1001 h5 a,#stacks_in_1001 h6 a,#stacks_in_1001 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1001 h1,#stacks_in_1001 h2,#stacks_in_1001 h3,#stacks_in_1001 h4,#stacks_in_1001 h5,#stacks_in_1001 h6,#stacks_in_1001 div{font-size:1.20rem}}#stacks_in_1001 small,#stacks_in_1001 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1001 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1001 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_997 h1,#stacks_in_997 h2,#stacks_in_997 h3,#stacks_in_997 h4,#stacks_in_997 h5,#stacks_in_997 h6,#stacks_in_997 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_997 h1 a,#stacks_in_997 h2 a,#stacks_in_997 h3 a,#stacks_in_997 h4 a,#stacks_in_997 h5 a,#stacks_in_997 h6 a,#stacks_in_997 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_997 h1 a:hover,#stacks_in_997 h2 a:hover,#stacks_in_997 h3 a:hover,#stacks_in_997 h4 a:hover,#stacks_in_997 h5 a:hover,#stacks_in_997 h6 a:hover,#stacks_in_997 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_997 h1 a,#stacks_in_997 h2 a,#stacks_in_997 h3 a,#stacks_in_997 h4 a,#stacks_in_997 h5 a,#stacks_in_997 h6 a,#stacks_in_997 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_997 h1,#stacks_in_997 h2,#stacks_in_997 h3,#stacks_in_997 h4,#stacks_in_997 h5,#stacks_in_997 h6,#stacks_in_997 div{font-size:1.20rem}}#stacks_in_997 small,#stacks_in_997 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_997 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_997 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1088 h1,#stacks_in_1088 h2,#stacks_in_1088 h3,#stacks_in_1088 h4,#stacks_in_1088 h5,#stacks_in_1088 h6,#stacks_in_1088 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1088 h1 a,#stacks_in_1088 h2 a,#stacks_in_1088 h3 a,#stacks_in_1088 h4 a,#stacks_in_1088 h5 a,#stacks_in_1088 h6 a,#stacks_in_1088 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1088 h1 a:hover,#stacks_in_1088 h2 a:hover,#stacks_in_1088 h3 a:hover,#stacks_in_1088 h4 a:hover,#stacks_in_1088 h5 a:hover,#stacks_in_1088 h6 a:hover,#stacks_in_1088 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1088 h1 a,#stacks_in_1088 h2 a,#stacks_in_1088 h3 a,#stacks_in_1088 h4 a,#stacks_in_1088 h5 a,#stacks_in_1088 h6 a,#stacks_in_1088 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1088 h1,#stacks_in_1088 h2,#stacks_in_1088 h3,#stacks_in_1088 h4,#stacks_in_1088 h5,#stacks_in_1088 h6,#stacks_in_1088 div{font-size:1.20rem}}#stacks_in_1088 small,#stacks_in_1088 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1088 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1088 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1084 h1,#stacks_in_1084 h2,#stacks_in_1084 h3,#stacks_in_1084 h4,#stacks_in_1084 h5,#stacks_in_1084 h6,#stacks_in_1084 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1084 h1 a,#stacks_in_1084 h2 a,#stacks_in_1084 h3 a,#stacks_in_1084 h4 a,#stacks_in_1084 h5 a,#stacks_in_1084 h6 a,#stacks_in_1084 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1084 h1 a:hover,#stacks_in_1084 h2 a:hover,#stacks_in_1084 h3 a:hover,#stacks_in_1084 h4 a:hover,#stacks_in_1084 h5 a:hover,#stacks_in_1084 h6 a:hover,#stacks_in_1084 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1084 h1 a,#stacks_in_1084 h2 a,#stacks_in_1084 h3 a,#stacks_in_1084 h4 a,#stacks_in_1084 h5 a,#stacks_in_1084 h6 a,#stacks_in_1084 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1084 h1,#stacks_in_1084 h2,#stacks_in_1084 h3,#stacks_in_1084 h4,#stacks_in_1084 h5,#stacks_in_1084 h6,#stacks_in_1084 div{font-size:1.20rem}}#stacks_in_1084 small,#stacks_in_1084 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1084 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1084 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1076 h1,#stacks_in_1076 h2,#stacks_in_1076 h3,#stacks_in_1076 h4,#stacks_in_1076 h5,#stacks_in_1076 h6,#stacks_in_1076 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1076 h1 a,#stacks_in_1076 h2 a,#stacks_in_1076 h3 a,#stacks_in_1076 h4 a,#stacks_in_1076 h5 a,#stacks_in_1076 h6 a,#stacks_in_1076 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1076 h1 a:hover,#stacks_in_1076 h2 a:hover,#stacks_in_1076 h3 a:hover,#stacks_in_1076 h4 a:hover,#stacks_in_1076 h5 a:hover,#stacks_in_1076 h6 a:hover,#stacks_in_1076 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1076 h1 a,#stacks_in_1076 h2 a,#stacks_in_1076 h3 a,#stacks_in_1076 h4 a,#stacks_in_1076 h5 a,#stacks_in_1076 h6 a,#stacks_in_1076 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1076 h1,#stacks_in_1076 h2,#stacks_in_1076 h3,#stacks_in_1076 h4,#stacks_in_1076 h5,#stacks_in_1076 h6,#stacks_in_1076 div{font-size:1.20rem}}#stacks_in_1076 small,#stacks_in_1076 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1076 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1076 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1072 h1,#stacks_in_1072 h2,#stacks_in_1072 h3,#stacks_in_1072 h4,#stacks_in_1072 h5,#stacks_in_1072 h6,#stacks_in_1072 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1072 h1 a,#stacks_in_1072 h2 a,#stacks_in_1072 h3 a,#stacks_in_1072 h4 a,#stacks_in_1072 h5 a,#stacks_in_1072 h6 a,#stacks_in_1072 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1072 h1 a:hover,#stacks_in_1072 h2 a:hover,#stacks_in_1072 h3 a:hover,#stacks_in_1072 h4 a:hover,#stacks_in_1072 h5 a:hover,#stacks_in_1072 h6 a:hover,#stacks_in_1072 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1072 h1 a,#stacks_in_1072 h2 a,#stacks_in_1072 h3 a,#stacks_in_1072 h4 a,#stacks_in_1072 h5 a,#stacks_in_1072 h6 a,#stacks_in_1072 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1072 h1,#stacks_in_1072 h2,#stacks_in_1072 h3,#stacks_in_1072 h4,#stacks_in_1072 h5,#stacks_in_1072 h6,#stacks_in_1072 div{font-size:1.20rem}}#stacks_in_1072 small,#stacks_in_1072 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1072 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1072 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1060 h1,#stacks_in_1060 h2,#stacks_in_1060 h3,#stacks_in_1060 h4,#stacks_in_1060 h5,#stacks_in_1060 h6,#stacks_in_1060 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1060 h1 a,#stacks_in_1060 h2 a,#stacks_in_1060 h3 a,#stacks_in_1060 h4 a,#stacks_in_1060 h5 a,#stacks_in_1060 h6 a,#stacks_in_1060 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1060 h1 a:hover,#stacks_in_1060 h2 a:hover,#stacks_in_1060 h3 a:hover,#stacks_in_1060 h4 a:hover,#stacks_in_1060 h5 a:hover,#stacks_in_1060 h6 a:hover,#stacks_in_1060 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1060 h1 a,#stacks_in_1060 h2 a,#stacks_in_1060 h3 a,#stacks_in_1060 h4 a,#stacks_in_1060 h5 a,#stacks_in_1060 h6 a,#stacks_in_1060 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1060 h1,#stacks_in_1060 h2,#stacks_in_1060 h3,#stacks_in_1060 h4,#stacks_in_1060 h5,#stacks_in_1060 h6,#stacks_in_1060 div{font-size:1.20rem}}#stacks_in_1060 small,#stacks_in_1060 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1060 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1060 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1056 h1,#stacks_in_1056 h2,#stacks_in_1056 h3,#stacks_in_1056 h4,#stacks_in_1056 h5,#stacks_in_1056 h6,#stacks_in_1056 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1056 h1 a,#stacks_in_1056 h2 a,#stacks_in_1056 h3 a,#stacks_in_1056 h4 a,#stacks_in_1056 h5 a,#stacks_in_1056 h6 a,#stacks_in_1056 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1056 h1 a:hover,#stacks_in_1056 h2 a:hover,#stacks_in_1056 h3 a:hover,#stacks_in_1056 h4 a:hover,#stacks_in_1056 h5 a:hover,#stacks_in_1056 h6 a:hover,#stacks_in_1056 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1056 h1 a,#stacks_in_1056 h2 a,#stacks_in_1056 h3 a,#stacks_in_1056 h4 a,#stacks_in_1056 h5 a,#stacks_in_1056 h6 a,#stacks_in_1056 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1056 h1,#stacks_in_1056 h2,#stacks_in_1056 h3,#stacks_in_1056 h4,#stacks_in_1056 h5,#stacks_in_1056 h6,#stacks_in_1056 div{font-size:1.20rem}}#stacks_in_1056 small,#stacks_in_1056 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1056 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1056 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1048 h1,#stacks_in_1048 h2,#stacks_in_1048 h3,#stacks_in_1048 h4,#stacks_in_1048 h5,#stacks_in_1048 h6,#stacks_in_1048 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1048 h1 a,#stacks_in_1048 h2 a,#stacks_in_1048 h3 a,#stacks_in_1048 h4 a,#stacks_in_1048 h5 a,#stacks_in_1048 h6 a,#stacks_in_1048 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1048 h1 a:hover,#stacks_in_1048 h2 a:hover,#stacks_in_1048 h3 a:hover,#stacks_in_1048 h4 a:hover,#stacks_in_1048 h5 a:hover,#stacks_in_1048 h6 a:hover,#stacks_in_1048 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1048 h1 a,#stacks_in_1048 h2 a,#stacks_in_1048 h3 a,#stacks_in_1048 h4 a,#stacks_in_1048 h5 a,#stacks_in_1048 h6 a,#stacks_in_1048 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1048 h1,#stacks_in_1048 h2,#stacks_in_1048 h3,#stacks_in_1048 h4,#stacks_in_1048 h5,#stacks_in_1048 h6,#stacks_in_1048 div{font-size:1.20rem}}#stacks_in_1048 small,#stacks_in_1048 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1048 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1048 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1044 h1,#stacks_in_1044 h2,#stacks_in_1044 h3,#stacks_in_1044 h4,#stacks_in_1044 h5,#stacks_in_1044 h6,#stacks_in_1044 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1044 h1 a,#stacks_in_1044 h2 a,#stacks_in_1044 h3 a,#stacks_in_1044 h4 a,#stacks_in_1044 h5 a,#stacks_in_1044 h6 a,#stacks_in_1044 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1044 h1 a:hover,#stacks_in_1044 h2 a:hover,#stacks_in_1044 h3 a:hover,#stacks_in_1044 h4 a:hover,#stacks_in_1044 h5 a:hover,#stacks_in_1044 h6 a:hover,#stacks_in_1044 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1044 h1 a,#stacks_in_1044 h2 a,#stacks_in_1044 h3 a,#stacks_in_1044 h4 a,#stacks_in_1044 h5 a,#stacks_in_1044 h6 a,#stacks_in_1044 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1044 h1,#stacks_in_1044 h2,#stacks_in_1044 h3,#stacks_in_1044 h4,#stacks_in_1044 h5,#stacks_in_1044 h6,#stacks_in_1044 div{font-size:1.20rem}}#stacks_in_1044 small,#stacks_in_1044 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1044 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1044 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1036 h1,#stacks_in_1036 h2,#stacks_in_1036 h3,#stacks_in_1036 h4,#stacks_in_1036 h5,#stacks_in_1036 h6,#stacks_in_1036 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1036 h1 a,#stacks_in_1036 h2 a,#stacks_in_1036 h3 a,#stacks_in_1036 h4 a,#stacks_in_1036 h5 a,#stacks_in_1036 h6 a,#stacks_in_1036 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1036 h1 a:hover,#stacks_in_1036 h2 a:hover,#stacks_in_1036 h3 a:hover,#stacks_in_1036 h4 a:hover,#stacks_in_1036 h5 a:hover,#stacks_in_1036 h6 a:hover,#stacks_in_1036 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1036 h1 a,#stacks_in_1036 h2 a,#stacks_in_1036 h3 a,#stacks_in_1036 h4 a,#stacks_in_1036 h5 a,#stacks_in_1036 h6 a,#stacks_in_1036 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1036 h1,#stacks_in_1036 h2,#stacks_in_1036 h3,#stacks_in_1036 h4,#stacks_in_1036 h5,#stacks_in_1036 h6,#stacks_in_1036 div{font-size:1.20rem}}#stacks_in_1036 small,#stacks_in_1036 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1036 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1036 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1838 h1,#stacks_in_1838 h2,#stacks_in_1838 h3,#stacks_in_1838 h4,#stacks_in_1838 h5,#stacks_in_1838 h6,#stacks_in_1838 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1838 h1 a,#stacks_in_1838 h2 a,#stacks_in_1838 h3 a,#stacks_in_1838 h4 a,#stacks_in_1838 h5 a,#stacks_in_1838 h6 a,#stacks_in_1838 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1838 h1 a:hover,#stacks_in_1838 h2 a:hover,#stacks_in_1838 h3 a:hover,#stacks_in_1838 h4 a:hover,#stacks_in_1838 h5 a:hover,#stacks_in_1838 h6 a:hover,#stacks_in_1838 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1838 h1 a,#stacks_in_1838 h2 a,#stacks_in_1838 h3 a,#stacks_in_1838 h4 a,#stacks_in_1838 h5 a,#stacks_in_1838 h6 a,#stacks_in_1838 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1838 h1,#stacks_in_1838 h2,#stacks_in_1838 h3,#stacks_in_1838 h4,#stacks_in_1838 h5,#stacks_in_1838 h6,#stacks_in_1838 div{font-size:1.20rem}}#stacks_in_1838 small,#stacks_in_1838 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1838 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1838 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1861 h1,#stacks_in_1861 h2,#stacks_in_1861 h3,#stacks_in_1861 h4,#stacks_in_1861 h5,#stacks_in_1861 h6,#stacks_in_1861 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1861 h1 a,#stacks_in_1861 h2 a,#stacks_in_1861 h3 a,#stacks_in_1861 h4 a,#stacks_in_1861 h5 a,#stacks_in_1861 h6 a,#stacks_in_1861 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1861 h1 a:hover,#stacks_in_1861 h2 a:hover,#stacks_in_1861 h3 a:hover,#stacks_in_1861 h4 a:hover,#stacks_in_1861 h5 a:hover,#stacks_in_1861 h6 a:hover,#stacks_in_1861 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1861 h1 a,#stacks_in_1861 h2 a,#stacks_in_1861 h3 a,#stacks_in_1861 h4 a,#stacks_in_1861 h5 a,#stacks_in_1861 h6 a,#stacks_in_1861 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1861 h1,#stacks_in_1861 h2,#stacks_in_1861 h3,#stacks_in_1861 h4,#stacks_in_1861 h5,#stacks_in_1861 h6,#stacks_in_1861 div{font-size:1.20rem}}#stacks_in_1861 small,#stacks_in_1861 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1861 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1861 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1857 h1,#stacks_in_1857 h2,#stacks_in_1857 h3,#stacks_in_1857 h4,#stacks_in_1857 h5,#stacks_in_1857 h6,#stacks_in_1857 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1857 h1 a,#stacks_in_1857 h2 a,#stacks_in_1857 h3 a,#stacks_in_1857 h4 a,#stacks_in_1857 h5 a,#stacks_in_1857 h6 a,#stacks_in_1857 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1857 h1 a:hover,#stacks_in_1857 h2 a:hover,#stacks_in_1857 h3 a:hover,#stacks_in_1857 h4 a:hover,#stacks_in_1857 h5 a:hover,#stacks_in_1857 h6 a:hover,#stacks_in_1857 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1857 h1 a,#stacks_in_1857 h2 a,#stacks_in_1857 h3 a,#stacks_in_1857 h4 a,#stacks_in_1857 h5 a,#stacks_in_1857 h6 a,#stacks_in_1857 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1857 h1,#stacks_in_1857 h2,#stacks_in_1857 h3,#stacks_in_1857 h4,#stacks_in_1857 h5,#stacks_in_1857 h6,#stacks_in_1857 div{font-size:1.20rem}}#stacks_in_1857 small,#stacks_in_1857 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1857 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1857 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1853 h1,#stacks_in_1853 h2,#stacks_in_1853 h3,#stacks_in_1853 h4,#stacks_in_1853 h5,#stacks_in_1853 h6,#stacks_in_1853 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1853 h1 a,#stacks_in_1853 h2 a,#stacks_in_1853 h3 a,#stacks_in_1853 h4 a,#stacks_in_1853 h5 a,#stacks_in_1853 h6 a,#stacks_in_1853 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1853 h1 a:hover,#stacks_in_1853 h2 a:hover,#stacks_in_1853 h3 a:hover,#stacks_in_1853 h4 a:hover,#stacks_in_1853 h5 a:hover,#stacks_in_1853 h6 a:hover,#stacks_in_1853 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1853 h1 a,#stacks_in_1853 h2 a,#stacks_in_1853 h3 a,#stacks_in_1853 h4 a,#stacks_in_1853 h5 a,#stacks_in_1853 h6 a,#stacks_in_1853 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1853 h1,#stacks_in_1853 h2,#stacks_in_1853 h3,#stacks_in_1853 h4,#stacks_in_1853 h5,#stacks_in_1853 h6,#stacks_in_1853 div{font-size:1.20rem}}#stacks_in_1853 small,#stacks_in_1853 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1853 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1853 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1845 h1,#stacks_in_1845 h2,#stacks_in_1845 h3,#stacks_in_1845 h4,#stacks_in_1845 h5,#stacks_in_1845 h6,#stacks_in_1845 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1845 h1 a,#stacks_in_1845 h2 a,#stacks_in_1845 h3 a,#stacks_in_1845 h4 a,#stacks_in_1845 h5 a,#stacks_in_1845 h6 a,#stacks_in_1845 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1845 h1 a:hover,#stacks_in_1845 h2 a:hover,#stacks_in_1845 h3 a:hover,#stacks_in_1845 h4 a:hover,#stacks_in_1845 h5 a:hover,#stacks_in_1845 h6 a:hover,#stacks_in_1845 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1845 h1 a,#stacks_in_1845 h2 a,#stacks_in_1845 h3 a,#stacks_in_1845 h4 a,#stacks_in_1845 h5 a,#stacks_in_1845 h6 a,#stacks_in_1845 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1845 h1,#stacks_in_1845 h2,#stacks_in_1845 h3,#stacks_in_1845 h4,#stacks_in_1845 h5,#stacks_in_1845 h6,#stacks_in_1845 div{font-size:1.20rem}}#stacks_in_1845 small,#stacks_in_1845 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1845 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1845 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1884 h1,#stacks_in_1884 h2,#stacks_in_1884 h3,#stacks_in_1884 h4,#stacks_in_1884 h5,#stacks_in_1884 h6,#stacks_in_1884 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1884 h1 a,#stacks_in_1884 h2 a,#stacks_in_1884 h3 a,#stacks_in_1884 h4 a,#stacks_in_1884 h5 a,#stacks_in_1884 h6 a,#stacks_in_1884 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1884 h1 a:hover,#stacks_in_1884 h2 a:hover,#stacks_in_1884 h3 a:hover,#stacks_in_1884 h4 a:hover,#stacks_in_1884 h5 a:hover,#stacks_in_1884 h6 a:hover,#stacks_in_1884 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1884 h1 a,#stacks_in_1884 h2 a,#stacks_in_1884 h3 a,#stacks_in_1884 h4 a,#stacks_in_1884 h5 a,#stacks_in_1884 h6 a,#stacks_in_1884 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1884 h1,#stacks_in_1884 h2,#stacks_in_1884 h3,#stacks_in_1884 h4,#stacks_in_1884 h5,#stacks_in_1884 h6,#stacks_in_1884 div{font-size:1.20rem}}#stacks_in_1884 small,#stacks_in_1884 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1884 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1884 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_1880 h1,#stacks_in_1880 h2,#stacks_in_1880 h3,#stacks_in_1880 h4,#stacks_in_1880 h5,#stacks_in_1880 h6,#stacks_in_1880 div{color:rgba(34, 34, 34, 1.00);font-size:0.80rem;font-weight:200}#stacks_in_1880 h1 a,#stacks_in_1880 h2 a,#stacks_in_1880 h3 a,#stacks_in_1880 h4 a,#stacks_in_1880 h5 a,#stacks_in_1880 h6 a,#stacks_in_1880 div a{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_1880 h1 a:hover,#stacks_in_1880 h2 a:hover,#stacks_in_1880 h3 a:hover,#stacks_in_1880 h4 a:hover,#stacks_in_1880 h5 a:hover,#stacks_in_1880 h6 a:hover,#stacks_in_1880 div a:hover{color:rgba(25, 25, 25, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_1880 h1 a,#stacks_in_1880 h2 a,#stacks_in_1880 h3 a,#stacks_in_1880 h4 a,#stacks_in_1880 h5 a,#stacks_in_1880 h6 a,#stacks_in_1880 div a{font-size:1.20rem}}@media only screen and (min-width:40.063em){#stacks_in_1880 h1,#stacks_in_1880 h2,#stacks_in_1880 h3,#stacks_in_1880 h4,#stacks_in_1880 h5,#stacks_in_1880 h6,#stacks_in_1880 div{font-size:1.20rem}}#stacks_in_1880 small,#stacks_in_1880 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_1880 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1880 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_670 h1,#stacks_in_670 h2,#stacks_in_670 h3,#stacks_in_670 h4,#stacks_in_670 h5,#stacks_in_670 h6,#stacks_in_670 div{color:rgba(111, 111, 111, 1.00);font-size:0.50rem;font-weight:400}#stacks_in_670 h1 a,#stacks_in_670 h2 a,#stacks_in_670 h3 a,#stacks_in_670 h4 a,#stacks_in_670 h5 a,#stacks_in_670 h6 a,#stacks_in_670 div a{color:rgba(111, 111, 111, 1.00);font-size:0.50rem}#stacks_in_670 h1 a:hover,#stacks_in_670 h2 a:hover,#stacks_in_670 h3 a:hover,#stacks_in_670 h4 a:hover,#stacks_in_670 h5 a:hover,#stacks_in_670 h6 a:hover,#stacks_in_670 div a:hover{color:rgba(83, 83, 83, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_670 h1 a,#stacks_in_670 h2 a,#stacks_in_670 h3 a,#stacks_in_670 h4 a,#stacks_in_670 h5 a,#stacks_in_670 h6 a,#stacks_in_670 div a{font-size:0.70rem}}@media only screen and (min-width:40.063em){#stacks_in_670 h1,#stacks_in_670 h2,#stacks_in_670 h3,#stacks_in_670 h4,#stacks_in_670 h5,#stacks_in_670 h6,#stacks_in_670 div{font-size:0.70rem}}#stacks_in_670 small,#stacks_in_670 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}   #stacks_in_670 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}        #stacks_in_670 .hTxt:before{position:absolute!important;content:"";width:100%; height:1px; bottom:-1px;  opacity:1; left:0;right:0;background-color:rgba(0, 0, 0, 1.00);visibility:hidden;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}#stacks_in_670 .hTxt:hover:before{position:relative;visibility:visible;bottom:-1px;opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}#stacks_in_670 .hTxt{position:relative}   

#stacks_in_670 {
	padding: 5px 0px 0px 0px;
}
