/*
 * text-align
 */

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nomargin-top{margin-top:0}.text-nomargin-top.text >:first-child{margin-top:0}.text-nomargin-bottom{margin-bottom:0}.text-nomargin-bottom.text >:last-child{margin-bottom:0}


.lines{border:0;height:0;width:100%;margin:0;padding:0;opacity:1}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}
.compass-next,.compass-prev{visibility:hidden;opacity:0;-webkit-transition:opacity 0.2s linear 0.1s;transition:opacity 0.2s linear 0.1s}.compass-next.visible,.compass-prev.visible{visibility:visible;opacity:1}.compass-align.compass-next{text-align:right}.compass-align.compass-prev{text-align:left}.compass-align img{display:inline-block}
/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */

.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
  background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
  background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  box-shadow: 0 0 .35em #4faeef !important;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0,0,0,.1);
  box-shadow: 0 2px 2px rgba(255,255,255,.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

table.tablesaw tbody th {
  font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em;
}

.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}

.tablesaw thead {
  border: 1px solid #e5e5e4;
  background: #e2dfdc;
  background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
  background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
}

.tablesaw thead tr:first-child th {
  font-weight: normal;
  font-family: sans-serif;
  border-right: 1px solid #e4e1de;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4;
}

@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2;
  }
}

/* Stack */

.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal;
}

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif;
}

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em;
  }
}

@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de;
  }

  .tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: 3px 0 4px -1px #e4e1de;
  }
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
#stacks_in_4029 {
	padding: 0px 10px 20px 10px;
}

#stacks_in_4030 {
	font-size: 150%;
}

#stacks_in_4049 {
	padding:  10px;
}
.lines.stacks_in_4050{width:100%;margin:calc(7rem/16) auto calc(7rem/16) auto;border-bottom:7px solid rgba(153, 153, 153, 1.00);background:rgba(153, 153, 153, 1.00);transform:rotate(0deg)}.lines.stacks_in_4050.vertical{border-left:7px solid rgba(153, 153, 153, 1.00);border-bottom:none;width:0;height:100%;margin:0 auto;margin-top:calc((100% - 100%)/-2)}

#stacks_in_1764 {
	padding:  10px;
}
/* Resets */
.tablePro_stacks_in_2279 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}
/* End resets */



#tableLoadingTextDiv_stacks_in_2279 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_2279_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
  font-family:  !important;
}

/* Swipe buttons */
#tablePro_stacks_in_2279_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(255, 255, 255, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_2279_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(255, 255, 255, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
  font-family:  !important;
}

/* Alternating row colors */
.tablePro_stacks_in_2279 tbody tr:nth-child(even) {
	background: rgba(51, 59, 142, 1.00);
}
.tablePro_stacks_in_2279 tbody tr:nth-child(odd) {
	background: rgba(51, 59, 142, 1.00);
}

/* Table header color */
.tablePro_stacks_in_2279 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_2279 thead tr {
	background-color: rgba(52, 54, 103, 1.00);
}

#tablePro_stacks_in_2279 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_2279_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_2279 thead th, table.tablesaw thead td {
	color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_2279_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_2279 tr td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_2279 tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_2279 thead tr:first-child th:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_2279 thead tr:first-child th(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 1.00);
  padding: 0.1em 0.1em;
}

/* Table bottom border */
.tablePro_stacks_in_2279 tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_2279.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_2279.tablesaw-swipe td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_2279.tablesaw-columntoggle td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_2279 tr td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_2279.tablesaw-stack tr:first-child td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_2279.tablesaw-stack td {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_2279 td,
  .tablePro_stacks_in_2279 th,
  .tablePro_stacks_in_2279 button.tablesaw-sortable-btn {
      text-align: center !important;
      font-family:  !important;
  }

  .tablesaw-bar .btn-select:after {
    content: none;
  }

/*  #tablePro_stacks_in_2279.tablesaw-stack td:only-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_2279 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_2279 td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_2279 td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_2279.tablesaw-stack td {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_2279.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_2279 thead tr:first-child {
  /* Table top border */
  border-top: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_2279 td {
  padding: 0.1em 0.1em;
}

#stacks_in_2279 {
	margin:  9px;
}

#stacks_in_2295 {
	font-size: 110%;
}

#stacks_in_2297 {
	font-size: 110%;
}

#stacks_in_2299 {
	font-size: 110%;
}

#stacks_in_2301 {
	font-size: 110%;
}

#stacks_in_2308 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2309 {
	font-size: 85%;
}

#stacks_in_2310 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2311 {
	font-size: 85%;
}

#stacks_in_2312 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2313 {
	font-size: 85%;
}

#stacks_in_2314 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2315 {
	font-size: 85%;
}

#stacks_in_4056 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4058 {
	font-size: 85%;
}

#stacks_in_4060 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4062 {
	font-size: 85%;
}

#stacks_in_4064 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4066 {
	font-size: 85%;
}

#stacks_in_4068 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4070 {
	font-size: 85%;
}

#stacks_in_4033 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4035 {
	font-size: 85%;
}

#stacks_in_4037 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4039 {
	font-size: 85%;
}

#stacks_in_4041 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4043 {
	font-size: 85%;
}

#stacks_in_4045 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4047 {
	font-size: 85%;
}

#stacks_in_4013 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4015 {
	font-size: 85%;
}

#stacks_in_4017 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4019 {
	font-size: 85%;
}

#stacks_in_4021 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4023 {
	font-size: 85%;
}

#stacks_in_4025 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4027 {
	font-size: 85%;
}

#stacks_in_3994 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3995 {
	font-size: 85%;
}

#stacks_in_3998 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3999 {
	font-size: 85%;
}

#stacks_in_4002 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4003 {
	font-size: 85%;
}

#stacks_in_4006 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4007 {
	font-size: 85%;
}

#stacks_in_2362 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2363 {
	font-size: 85%;
}

#stacks_in_2366 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2367 {
	font-size: 85%;
}

#stacks_in_2370 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2371 {
	font-size: 85%;
}

#stacks_in_2374 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2375 {
	font-size: 85%;
}

#stacks_in_2398 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2399 {
	font-size: 85%;
}

#stacks_in_2402 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2403 {
	font-size: 85%;
}

#stacks_in_2406 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2407 {
	font-size: 85%;
}

#stacks_in_2410 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2411 {
	font-size: 85%;
}

#stacks_in_2452 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2453 {
	font-size: 85%;
}

#stacks_in_2456 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2457 {
	font-size: 85%;
}

#stacks_in_2460 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2461 {
	font-size: 85%;
}

#stacks_in_2464 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2465 {
	font-size: 85%;
}

#stacks_in_2416 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2417 {
	font-size: 85%;
}

#stacks_in_2420 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2421 {
	font-size: 85%;
}

#stacks_in_2424 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2425 {
	font-size: 85%;
}

#stacks_in_2428 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2429 {
	font-size: 85%;
}

#stacks_in_2434 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2435 {
	font-size: 85%;
}

#stacks_in_2438 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2439 {
	font-size: 85%;
}

#stacks_in_2442 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2443 {
	font-size: 85%;
}

#stacks_in_2446 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2447 {
	font-size: 85%;
}

#stacks_in_2470 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2471 {
	font-size: 85%;
}

#stacks_in_2474 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2475 {
	font-size: 85%;
}

#stacks_in_2478 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2479 {
	font-size: 85%;
}

#stacks_in_2482 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2483 {
	font-size: 85%;
}

#stacks_in_2488 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2489 {
	font-size: 85%;
}

#stacks_in_2492 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2493 {
	font-size: 85%;
}

#stacks_in_2496 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2497 {
	font-size: 85%;
}

#stacks_in_2500 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2501 {
	font-size: 85%;
}

#stacks_in_2506 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2507 {
	font-size: 85%;
}

#stacks_in_2510 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2511 {
	font-size: 85%;
}

#stacks_in_2514 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2515 {
	font-size: 85%;
}

#stacks_in_2518 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2519 {
	font-size: 85%;
}

#stacks_in_2524 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2525 {
	font-size: 85%;
}

#stacks_in_2528 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2529 {
	font-size: 85%;
}

#stacks_in_2532 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2533 {
	font-size: 85%;
}

#stacks_in_2536 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2537 {
	font-size: 85%;
}

#stacks_in_2542 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2543 {
	font-size: 85%;
}

#stacks_in_2546 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2547 {
	font-size: 85%;
}

#stacks_in_2550 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2551 {
	font-size: 85%;
}

#stacks_in_2554 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2555 {
	font-size: 85%;
}

#stacks_in_2560 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2561 {
	font-size: 85%;
}

#stacks_in_2564 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2565 {
	font-size: 85%;
}

#stacks_in_2568 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2569 {
	font-size: 85%;
}

#stacks_in_2572 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2573 {
	font-size: 85%;
}

#stacks_in_2578 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2579 {
	font-size: 85%;
}

#stacks_in_2582 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2583 {
	font-size: 85%;
}

#stacks_in_2586 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2587 {
	font-size: 85%;
}

#stacks_in_2590 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2591 {
	font-size: 85%;
}

#stacks_in_2596 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2597 {
	font-size: 85%;
}

#stacks_in_2600 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2601 {
	font-size: 85%;
}

#stacks_in_2604 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2605 {
	font-size: 85%;
}

#stacks_in_2608 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2609 {
	font-size: 85%;
}

#stacks_in_2614 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2615 {
	font-size: 85%;
}

#stacks_in_2618 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2619 {
	font-size: 85%;
}

#stacks_in_2622 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2623 {
	font-size: 85%;
}

#stacks_in_2626 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2627 {
	font-size: 85%;
}

#stacks_in_2632 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2633 {
	font-size: 85%;
}

#stacks_in_2636 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2637 {
	font-size: 85%;
}

#stacks_in_2640 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2641 {
	font-size: 85%;
}

#stacks_in_2644 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2645 {
	font-size: 85%;
}

#stacks_in_2650 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2651 {
	font-size: 85%;
}

#stacks_in_2654 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2655 {
	font-size: 85%;
}

#stacks_in_2658 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2659 {
	font-size: 85%;
}

#stacks_in_2662 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2663 {
	font-size: 85%;
}

#stacks_in_2668 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2669 {
	font-size: 85%;
}

#stacks_in_2672 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2673 {
	font-size: 85%;
}

#stacks_in_2676 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2677 {
	font-size: 85%;
}

#stacks_in_2680 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2681 {
	font-size: 85%;
}

#stacks_in_2686 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2687 {
	font-size: 85%;
}

#stacks_in_2690 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2691 {
	font-size: 85%;
}

#stacks_in_2694 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2695 {
	font-size: 85%;
}

#stacks_in_2698 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2699 {
	font-size: 85%;
}

#stacks_in_2704 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2705 {
	font-size: 85%;
}

#stacks_in_2708 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2709 {
	font-size: 85%;
}

#stacks_in_2712 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2713 {
	font-size: 85%;
}

#stacks_in_2716 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2717 {
	font-size: 85%;
}

#stacks_in_2722 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2723 {
	font-size: 85%;
}

#stacks_in_2726 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2727 {
	font-size: 85%;
}

#stacks_in_2730 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2731 {
	font-size: 85%;
}

#stacks_in_2734 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2735 {
	font-size: 85%;
}

#stacks_in_2740 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2741 {
	font-size: 85%;
}

#stacks_in_2744 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2745 {
	font-size: 85%;
}

#stacks_in_2748 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2749 {
	font-size: 85%;
}

#stacks_in_2752 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2753 {
	font-size: 85%;
}

#stacks_in_2758 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2759 {
	font-size: 85%;
}

#stacks_in_2762 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2763 {
	font-size: 85%;
}

#stacks_in_2766 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2767 {
	font-size: 85%;
}

#stacks_in_2770 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2771 {
	font-size: 85%;
}

#stacks_in_2776 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2777 {
	font-size: 85%;
}

#stacks_in_2780 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2781 {
	font-size: 85%;
}

#stacks_in_2784 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2785 {
	font-size: 85%;
}

#stacks_in_2788 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2789 {
	font-size: 85%;
}

#stacks_in_2803 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2804 {
	font-size: 85%;
}

#stacks_in_2807 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2808 {
	font-size: 85%;
}

#stacks_in_2811 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2812 {
	font-size: 85%;
}

#stacks_in_2815 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2816 {
	font-size: 85%;
}

#stacks_in_2821 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2822 {
	font-size: 85%;
}

#stacks_in_2825 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2826 {
	font-size: 85%;
}

#stacks_in_2829 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2830 {
	font-size: 85%;
}

#stacks_in_2833 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2834 {
	font-size: 85%;
}

#stacks_in_2839 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2840 {
	font-size: 85%;
}

#stacks_in_2843 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2844 {
	font-size: 85%;
}

#stacks_in_2847 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2848 {
	font-size: 85%;
}

#stacks_in_2851 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2852 {
	font-size: 85%;
}

#stacks_in_2857 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2858 {
	font-size: 85%;
}

#stacks_in_2861 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2862 {
	font-size: 85%;
}

#stacks_in_2865 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2866 {
	font-size: 85%;
}

#stacks_in_2869 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2870 {
	font-size: 85%;
}

#stacks_in_2875 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2876 {
	font-size: 85%;
}

#stacks_in_2879 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2880 {
	font-size: 85%;
}

#stacks_in_2883 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2884 {
	font-size: 85%;
}

#stacks_in_2887 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2888 {
	font-size: 85%;
}

#stacks_in_2893 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2894 {
	font-size: 85%;
}

#stacks_in_2897 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2898 {
	font-size: 85%;
}

#stacks_in_2901 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2902 {
	font-size: 85%;
}

#stacks_in_2905 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2906 {
	font-size: 85%;
}

#stacks_in_2911 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2912 {
	font-size: 85%;
}

#stacks_in_2915 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2916 {
	font-size: 85%;
}

#stacks_in_2919 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2920 {
	font-size: 85%;
}

#stacks_in_2923 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2924 {
	font-size: 85%;
}

#stacks_in_2929 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2930 {
	font-size: 85%;
}

#stacks_in_2933 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2934 {
	font-size: 85%;
}

#stacks_in_2937 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2938 {
	font-size: 85%;
}

#stacks_in_2941 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2942 {
	font-size: 85%;
}

#stacks_in_2947 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2948 {
	font-size: 85%;
}

#stacks_in_2951 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2952 {
	font-size: 85%;
}

#stacks_in_2955 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2956 {
	font-size: 85%;
}

#stacks_in_2959 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2960 {
	font-size: 85%;
}

#stacks_in_2965 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2966 {
	font-size: 85%;
}

#stacks_in_2969 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2970 {
	font-size: 85%;
}

#stacks_in_2973 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2974 {
	font-size: 85%;
}

#stacks_in_2977 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2978 {
	font-size: 85%;
}

#stacks_in_2983 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2984 {
	font-size: 85%;
}

#stacks_in_2987 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2988 {
	font-size: 85%;
}

#stacks_in_2991 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2992 {
	font-size: 85%;
}

#stacks_in_2995 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2996 {
	font-size: 85%;
}

#stacks_in_3001 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3002 {
	font-size: 85%;
}

#stacks_in_3005 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3006 {
	font-size: 85%;
}

#stacks_in_3009 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3010 {
	font-size: 85%;
}

#stacks_in_3013 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3014 {
	font-size: 85%;
}

#stacks_in_3758 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3759 {
	font-size: 85%;
}

#stacks_in_3762 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3763 {
	font-size: 85%;
}

#stacks_in_3766 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3767 {
	font-size: 85%;
}

#stacks_in_3770 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3771 {
	font-size: 85%;
}

#stacks_in_3019 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3020 {
	font-size: 85%;
}

#stacks_in_3023 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3024 {
	font-size: 85%;
}

#stacks_in_3027 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3028 {
	font-size: 85%;
}

#stacks_in_3031 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3032 {
	font-size: 85%;
}

#stacks_in_3037 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3038 {
	font-size: 85%;
}

#stacks_in_3041 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3042 {
	font-size: 85%;
}

#stacks_in_3045 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3046 {
	font-size: 85%;
}

#stacks_in_3049 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3050 {
	font-size: 85%;
}

#stacks_in_3794 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3795 {
	font-size: 85%;
}

#stacks_in_3798 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3799 {
	font-size: 85%;
}

#stacks_in_3802 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3803 {
	font-size: 85%;
}

#stacks_in_3806 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3807 {
	font-size: 85%;
}

#stacks_in_3812 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3813 {
	font-size: 85%;
}

#stacks_in_3816 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3817 {
	font-size: 85%;
}

#stacks_in_3820 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3821 {
	font-size: 85%;
}

#stacks_in_3824 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3825 {
	font-size: 85%;
}

#stacks_in_3830 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3831 {
	font-size: 85%;
}

#stacks_in_3834 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3835 {
	font-size: 85%;
}

#stacks_in_3838 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3839 {
	font-size: 85%;
}

#stacks_in_3842 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3843 {
	font-size: 85%;
}

#stacks_in_3848 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3849 {
	font-size: 85%;
}

#stacks_in_3852 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3853 {
	font-size: 85%;
}

#stacks_in_3856 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3857 {
	font-size: 85%;
}

#stacks_in_3860 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3861 {
	font-size: 85%;
}

#stacks_in_3866 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3867 {
	font-size: 85%;
}

#stacks_in_3870 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3871 {
	font-size: 85%;
}

#stacks_in_3874 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3875 {
	font-size: 85%;
}

#stacks_in_3878 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3879 {
	font-size: 85%;
}

#stacks_in_3884 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3885 {
	font-size: 85%;
}

#stacks_in_3888 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3889 {
	font-size: 85%;
}

#stacks_in_3892 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3893 {
	font-size: 85%;
}

#stacks_in_3896 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3897 {
	font-size: 85%;
}

#stacks_in_3902 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3903 {
	font-size: 85%;
}

#stacks_in_3906 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3907 {
	font-size: 85%;
}

#stacks_in_3910 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3911 {
	font-size: 85%;
}

#stacks_in_3914 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3915 {
	font-size: 85%;
}

#stacks_in_3920 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3921 {
	font-size: 85%;
}

#stacks_in_3924 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3925 {
	font-size: 85%;
}

#stacks_in_3928 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3929 {
	font-size: 85%;
}

#stacks_in_3932 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3933 {
	font-size: 85%;
}

#stacks_in_3938 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3939 {
	font-size: 85%;
}

#stacks_in_3942 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3943 {
	font-size: 85%;
}

#stacks_in_3946 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3947 {
	font-size: 85%;
}

#stacks_in_3950 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3951 {
	font-size: 85%;
}

#stacks_in_3956 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3957 {
	font-size: 85%;
}

#stacks_in_3960 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3961 {
	font-size: 85%;
}

#stacks_in_3964 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3965 {
	font-size: 85%;
}

#stacks_in_3968 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3969 {
	font-size: 85%;
}

#stacks_in_3974 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3975 {
	font-size: 85%;
}

#stacks_in_3978 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3979 {
	font-size: 85%;
}

#stacks_in_3982 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3983 {
	font-size: 85%;
}

#stacks_in_3986 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3987 {
	font-size: 85%;
}

#stacks_in_66 {
	padding:  10px;
}

#stacks_in_67 {
	font-size: 125%;
}

.grid-x.grid-padding-custom.stacks_in_4010_6{--grid-cell-padding-x:10px;--grid-cell-padding-y:10px}

#stacks_in_4010_1 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 20px 0px;
}

#stacks_in_4010_3 {
	font-weight: bold;
}

#stacks_in_4010_1_1 {
	background-color: rgba(52, 54, 103, 0.74);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_4010_1_4 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 10px 0px 10px;
}

#stacks_in_4010_1_5 {
	font-size: 110%;
	font-weight: bold;
}

#stacks_in_4010_1_6 {
	padding: 0px 10px 0px 10px;
}
/* 1.0.8.21
- prevents toggle from having an inherited margin, causing the menu to disappear when trying to navigate the menu
- prevents menu from closing too quickly when the cursor leaves the sides of the menu
- You can now add images to the Logo textfield
- corner rounding setting now applies to the megamenu
- Hide stack settings now work with fixed position menus
- Dropdown items can have the dropdown disabled for a single parent link
- Dropdown chevron replaced with svg element instead of ionicons <i> element
- fixed bug that limited horizontal space for top menu items on desktop
- address bar hiding/showing on mobile does not trigger the submenus to close when rotating device after loading the page
- adding the class "has-mega-menu" to any stack will allow inline Mega Menus to overflow and not clip
- disabling dropdown now also removes dropdown arrow from mobile menu
- fixed: disabled child items were not clickable in the mobile menu
- you can add the class "mm-click" to disable hover dropdowns for click to open dropdowns
- you can add the class "mm-auto-width" to disable full width dropdowns (you must define max-widths on Mega Menu Column stacks)
- adds overflow hidden important tag to expanding submenus
- open submenus that extend past the edge of a mobile device will now allow the menu to be scrolled
- highlights current page links
- font files are now a site asset so  they dont upload more than once
- new option to disable menu item hover underline
- added important tag to dropdown titles line height in edit mode, to prevent conflicts, and icon too
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(../../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.woff) format('woff'),
    url(../../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("../../../../rw_common/plugins/stacks/megamenu-files/ionicons.eot?v=2.0.1");src:url("../../../../rw_common/plugins/stacks/megamenu-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("../../../../rw_common/plugins/stacks/megamenu-files/ionicons.ttf?v=2.0.1") format("truetype"),url("../../../../rw_common/plugins/stacks/megamenu-files/ionicons.woff?v=2.0.1") format("woff"),url("../../../../rw_common/plugins/stacks/megamenu-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
/*  */
.has-mega-menu,.has-mega-menu-parent,
#stacks_out_4010_4_2, .com_onelittledesigner_stacks_Mega_Menu_stack {
  overflow: visible !important;
}

#mega-menu-stacks_in_4010_4_2 {
  /*  */
  /*  */
  background: rgba(52, 54, 103, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Lato";
  /*  */
  /*  */
  z-index: 1000;
  max-width: 3000px;
  border-radius: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;}
  #mega-menu-stacks_in_4010_4_2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #mega-menu-stacks_in_4010_4_2 .mega-menu-header {
    width: 100%;
    flex-basis: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #mega-menu-stacks_in_4010_4_2 .mega-menu-header .mega-menu-title {
      color: rgba(236, 113, 8, 1.00);
      font-size: 22px;
      padding: 0px 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #mega-menu-stacks_in_4010_4_2 .mega-menu-header .mega-menu-title img {
      max-width: 50vw;
      height: auto;
      display: block;
      margin: 0;
    }
    #mega-menu-stacks_in_4010_4_2 .mega-menu-header .mega-menu-toggle {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(77, 77, 77, 1.00);
      font-size: 20px;
      line-height: 20px;
      width: 60px;
      padding: 13px 0;
      display: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #mega-menu-stacks_in_4010_4_2 .mega-menu-header .mega-menu-toggle i.toggle-close {
        display: none; }
      #mega-menu-stacks_in_4010_4_2 .mega-menu-header .mega-menu-toggle:hover {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(67, 152, 251, 1.00); }
  #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main {
    overflow: auto !important;
    max-height: calc(100vh - 100px);
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    list-style-type: none;
    justify-self: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li.hide-icon > a i:not(.mega-menu-dropdown-arrow) {
      display: none; }
    #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li.hide-text > a span {
      display: none; }
      #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li {
        margin: 0;
      }
    #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a {
      /*  */
      /*  */
      font-family: "Lato";
      /*  */
      /*  */
      color: rgba(255, 255, 0, 1.00);
      background: rgba(0, 0, 0, 0.00);
      padding: 13px 20px;
      font-size: 18px;
      line-height: 29.124001px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a i {
        line-height: 1;
        font-size: 18px;
        margin-right: 5px; }
      #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a i.material-icons {
        vertical-align: middle; }
      #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a .mega-menu-dropdown-arrow {
        margin-left: 3px;
        stroke: rgba(255, 255, 0, 1.00);
        width: 23px; }
        #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li.mm-current > a {
          color: rgba(255, 255, 255, 1.00);
        }
        #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li.mm-current > a .mega-menu-dropdown-arrow {
          stroke: rgba(255, 255, 255, 1.00);
        }
        #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li:hover > a .mega-menu-dropdown-arrow {
          color: rgba(33, 255, 6, 1.00); }
    #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li.mm-current > a {
      stroke: rgba(255, 255, 255, 1.00);
      background: rgba(253, 128, 8, 1.00);
    }
    #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li:hover > a {
      stroke: rgba(33, 255, 6, 1.00);
      background: rgba(29, 31, 78, 1.00); }

  #mega-menu-stacks_in_4010_4_2 .mega-dropdown {
    /*  */
    /*  */
    background: rgba(86, 85, 124, 1.00);
    /*  */
    /*  */
    border-radius: 0 0 0 0;
    min-height: 0px;
    left: 0;
    top: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: opacity 150ms ease;
    pointer-events: none;
    position: absolute; }
    #mega-menu-stacks_in_4010_4_2.mm-auto-width > ul.mega-menu-main > li {
      position: relative;
    }
    #mega-menu-stacks_in_4010_4_2.mm-auto-width > ul.mega-menu-main > li.mm-is-full-width {
      position: static;
    }
    #mega-menu-stacks_in_4010_4_2.mm-auto-width .mega-dropdown {
      max-width: 3000px;
      width: auto;
      left: 0;
      right: auto;
    }
    #mega-menu-stacks_in_4010_4_2.mm-auto-width .mm-is-full-width .mega-dropdown {
      left: auto;
      right: 0;
    }
    @media (max-width: 3010px) {
      #mega-menu-stacks_in_4010_4_2.mm-auto-width .mega-dropdown {
        max-width: calc(100vw - 10px);
      }
    }
    #mega-menu-stacks_in_4010_4_2.mm-auto-width .mega-dropdown .mega-dropdown-column {
      width: 100vw;
    }
    #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li.mm-hover > .mega-dropdown,
    #mega-menu-stacks_in_4010_4_2:not(.mm-click) > ul.mega-menu-main > li:hover > .mega-dropdown {
    transition: opacity 0ms ease;
     pointer-events: all;
     opacity: 1;
    }
    #mega-menu-stacks_in_4010_4_2 .mega-dropdown-column {
      padding: 10px 5px;
      border-right: 3px solid rgba(236, 113, 8, 1.00);
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      #mega-menu-stacks_in_4010_4_2 .mega-dropdown-column:last-child {
        border-right: none; }
    #mega-menu-stacks_in_4010_4_2 .mega-dropdown-inner {
      height: 100%; }
    #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list {
      margin: 0;
      padding: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style-type: none; }
      #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li {
        /*  */
        font-family: inherit;
        /*  */
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: rgba(255, 255, 255, 1.00);
        font-size: 14px;
        line-height: 22.652000px; }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li a {
          color: rgba(255, 255, 10, 1.00);
          font-size: 14px;
          line-height: 22.652000px; }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.mm-current > a {
            color: rgba(33, 255, 6, 1.00);
          }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li a:hover {
            /*  */
            text-decoration: underline;
            /*  */
            color: rgba(33, 255, 6, 1.00); }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .text, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks {
          padding: 0;
          font-size: 14px;
          line-height: 22.652000px; }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li i {
          font-size: inherit;
          margin-right: 5px; }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li a, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .text, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.title {
          margin: 0;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          display: inline-block;
          padding: 5px 10px;
          text-decoration: none; }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li a i, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .text i, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks i, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.title i {
            line-height: 1;
            font-size: inherit;
            margin-right: 5px; }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li a i.material-icons, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .text i.material-icons, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks i.material-icons, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.title i.material-icons {
            vertical-align: middle; }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.title {
          color: rgba(255, 255, 255, 1.00);
          font-size: 24px;
          line-height: 38.832001px;
          font-weight: bold;
          text-transform: uppercase;
          margin-bottom: 10px;
          position: relative; }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.title::before {
            left: 0;
            right: 0;
            bottom: -5.000000px;
            content: '';
            height: 0px;
            background: rgba(253, 128, 8, 1.00);
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            position: absolute;
            pointer-events: none;
            display: block;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.hide-icon a i, #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.hide-icon.title i {
          display: none; }
  #mega-menu-stacks_in_4010_4_2.mega-menu-fixed {
    /*  */
    position: fixed;
    z-index: 1000;
    left: 5px;
    right: 5px;
    /*  */ }
  #mega-menu-stacks_in_4010_4_2.mega-menu-inline {
    position: relative; }
    #mega-menu-stacks_in_4010_4_2.mega-menu-inline:hover {
          z-index: 1000; }
  #mega-menu-stacks_in_4010_4_2.mega-menu-top {
    top: 0px; }
  #mega-menu-stacks_in_4010_4_2.mega-menu-bottom {
    bottom: 0px; }
    #mega-menu-stacks_in_4010_4_2.mega-menu-bottom .mega-dropdown {
      top: auto;
      bottom: 100%; }
  #mega-menu-stacks_in_4010_4_2.col-align-center .mega-dropdown ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-stacks_in_4010_4_2.col-align-right .mega-dropdown ul.mega-list li {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media (max-width: 600px) {
  #mega-menu-stacks_in_4010_4_2.mega-menu-top > ul.mega-menu-main > li > a:not(.mm-no-child)::after {
    content: '\f123'; }
  #mega-menu-stacks_in_4010_4_2.mega-menu-top > ul.mega-menu-main > li.item-opened > a:not(.mm-no-child)::after {
    content: '\f126'; }
  #mega-menu-stacks_in_4010_4_2.mega-menu-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    #mega-menu-stacks_in_4010_4_2.mega-menu-bottom .mega-dropdown {
      bottom: 0; }
    #mega-menu-stacks_in_4010_4_2.mega-menu-bottom > ul.mega-menu-main > li > a:not(.mm-no-child)::after {
      content: '\f126'; }
    #mega-menu-stacks_in_4010_4_2.mega-menu-bottom > ul.mega-menu-main > li.item-opened > a:not(.mm-no-child)::after {
      content: '\f123'; }
  #mega-menu-stacks_in_4010_4_2 {
    /*  */
    max-height: 100%;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */ }
    #mega-menu-stacks_in_4010_4_2.mega-menu-open .mega-menu-header {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      border-bottom: 3px solid rgba(236, 113, 8, 1.00); }
      #mega-menu-stacks_in_4010_4_2.mega-menu-open .mega-menu-header .mega-menu-toggle i.toggle-open {
        display: none; }
      #mega-menu-stacks_in_4010_4_2.mega-menu-open .mega-menu-header .mega-menu-toggle i.toggle-close {
        display: block; }
    #mega-menu-stacks_in_4010_4_2.mega-menu-open > ul.mega-menu-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #mega-menu-stacks_in_4010_4_2.mega-menu-open > ul.mega-menu-main > li > a {
        cursor: pointer; }
    #mega-menu-stacks_in_4010_4_2 .mega-menu-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%; }
      #mega-menu-stacks_in_4010_4_2 .mega-menu-header .mega-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main {
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li {
        width: 100%; }
        #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a i {
            margin-right: 5px; }
          #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a .mega-menu-dropdown-arrow {
            display: none; }
          #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li > a:not(.mm-no-child)::after {
            margin-left: auto;
            display: inline-block;
            font-family: "Ionicons"; }
      #mega-menu-stacks_in_4010_4_2 > ul.mega-menu-main > li.item-opened > a:not(.mm-no-child)::after {
        display: inline-block;
        font-family: "Ionicons"; }
    #mega-menu-stacks_in_4010_4_2 .mega-dropdown {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      top: 0;
      left: 0;
      height: 0;
      min-height: 0;
      margin-top: 0;
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden !important;
      position: relative;
      opacity: 1;
      transition: opacity 0ms ease;
      pointer-events: all;
     }
      #mega-menu-stacks_in_4010_4_2 .mega-dropdown-column {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        max-width: 100% !important;
        border-bottom: 3px solid rgba(236, 113, 8, 1.00); }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown-column:last-child {
          border-right: none;
          border-bottom: none; }
      #mega-menu-stacks_in_4010_4_2 .mega-dropdown-inner {
        height: 100%;
        border-right: none; }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown-inner:hover ul.mega-list li.title::before {
          width: auto; }
      #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list {
        width: 100%; }
        #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li a {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto; }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.title::before {
            width: auto; }
          #mega-menu-stacks_in_4010_4_2 .mega-dropdown ul.mega-list li.title:hover::before {
            width: auto; } }
            @media only screen and (min-width: 771px) {
              #mega-menu-stacks_in_4010_4_2.stacks_l_hidden {
                display: none;
              }
            }
            @media only screen and (max-width: 770px) and (min-width: 441px) {
              #mega-menu-stacks_in_4010_4_2.stacks_m_hidden {
                display: none;
              }
            }
            @media only screen and (max-width: 440px) {
              #mega-menu-stacks_in_4010_4_2.stacks_s_hidden {
                display: none;
              }
            }
#mega-menu-dropdown-stacks_in_4010_4_659.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_4010_4_946 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_946.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_946.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_946.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_946.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_946.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_946.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_946.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_946.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }
#mega-menu-dropdown-stacks_in_4010_4_4.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_4010_4_6 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_6.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_6.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_6.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_6.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_6.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_6.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_6.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_6.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_15 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_765 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_28 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_35 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_35.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_35.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_35.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_35.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_35.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_35.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_35.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_35.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_670 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_40 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_669 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_92 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_92.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_92.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_92.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_92.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_92.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_92.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_92.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_92.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_678 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_97 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_677 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_129 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_129.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_129.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_129.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_129.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_129.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_129.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_129.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_129.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_686 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_134 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_685 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_181 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_181.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_181.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_181.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_181.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_181.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_181.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_181.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_181.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_694 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_186 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_693 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_4010_4_204.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_4010_4_206 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_206.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_206.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_206.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_206.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_206.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_206.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_206.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_206.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_702 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_211 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_701 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_248 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_248.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_248.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_248.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_248.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_248.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_248.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_248.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_248.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_710 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_253 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_709 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_270 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_270.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_270.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_270.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_270.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_270.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_270.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_270.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_270.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_718 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_275 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_717 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_297 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_297.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_297.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_297.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_297.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_297.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_297.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_297.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_297.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_726 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_302 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_725 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_4010_4_320.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_4010_4_322 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_322.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_322.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_322.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_322.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_322.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_322.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_322.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_322.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_734 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_327 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_733 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_349 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_349.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_349.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_349.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_349.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_349.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_349.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_349.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_349.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_742 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_354 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_741 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_376 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_376.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_376.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_376.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_376.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_376.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_376.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_376.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_376.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_750 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_381 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_749 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_408 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_408.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_408.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_408.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_408.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_408.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_408.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_408.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_408.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_755 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_413 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_754 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_4010_4_431.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_4010_4_433 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_433.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_433.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_433.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_433.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_433.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_433.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_433.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_433.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_771 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_438 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_770 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_465 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_465.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_465.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_465.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_465.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_465.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_465.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_465.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_465.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_776 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_470 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_775 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_502 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_502.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_502.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_502.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_502.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_502.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_502.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_502.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_502.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_787 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_507 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_786 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_524 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_524.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_524.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_524.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_524.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_524.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_524.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_524.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_524.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_792 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_529 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_791 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_4010_4_552.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_4010_4_554 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_554.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_554.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_554.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_554.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_554.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_554.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_554.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_554.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_803 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_559 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_802 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_586 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_586.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_586.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_586.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_586.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_586.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_586.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_586.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_586.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_808 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_591 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_807 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_608 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_608.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_608.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_608.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_608.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_608.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_608.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_608.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_608.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_819 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_4010_4_613 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_818 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_4010_4_630 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_630.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_630.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_630.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_630.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_630.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_630.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_630.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_630.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_4010_4_635 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_4010_4_649 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#mega-menu-dropdown-stacks_in_4010_4_655.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_4010_4_955 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_4010_4_955.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_4010_4_955.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_4010_4_955.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_4010_4_955.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_955.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_4010_4_955.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_4010_4_955.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_4010_4_955.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }
