
#stacks_in_53_page1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
}
.wallpaper_stacks_in_415_page1 {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border-color: #9c92ac;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  background-color: rgba(223, 219, 229, 0);
  box-shadow: inset 0 0 0vw rgba(0, 0, 0, 1.00);
  background-attachment: scroll; }
  .wallpaper_stacks_in_415_page1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-attachment: scroll;
    overflow: hidden; }
  .wallpaper_stacks_in_415_page1.full-height, .wallpaper_stacks_in_415_page1.variable-height {
    height: 100%;
    display: grid;
    align-content: center; }
  .wallpaper_stacks_in_415_page1.variable-height {
    height: 40vh;
    min-height: 200px;
    max-height: 500px; }

.wallpaper_stacks_in_415_page1 > .content {
  position: relative; }

.wallpaper_stacks_in_415_page1 {
  height: 2px;
  background-image: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.8) 25%, rgba(17, 17, 17, 0.8) 30%, rgba(86, 86, 86, 0.8) 50%, rgba(17, 17, 17, 0.8) 70%, rgba(17, 17, 17, 0.8) 75%, rgba(17, 17, 17, 0) 100%); }
/*  */
#flex-stacks_in_58_page1 {
  margin: 0 auto;
  max-width: 840px; }
  #flex-stacks_in_58_page1 .flex-controls {
    /*  */
    font-family: "Lato";
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #flex-stacks_in_58_page1 .flex-controls.no-inner-text #flex-toggle-stacks_in_58_page1::before {
      display: none; }
    #flex-stacks_in_58_page1 .flex-controls.no-outer-text #flex-toggle-text-stacks_in_58_page1 {
      display: none; }
    #flex-stacks_in_58_page1 .flex-controls #flex-toggle-text-stacks_in_58_page1 {
      color: rgba(0, 0, 0, 1.00);
      font-size: 13px;
      cursor: pointer;
      font-weight: bold;
      margin-right: 10px;
      display: inline-block; }
      #flex-stacks_in_58_page1 .flex-controls #flex-toggle-text-stacks_in_58_page1::before {
        display: inline-block;
        content: 'CLOSE ALL CLASSES'; }
      #flex-stacks_in_58_page1 .flex-controls #flex-toggle-text-stacks_in_58_page1.off::before {
        content: 'OPEN ALL CLASSES'; }
    #flex-stacks_in_58_page1 .flex-controls #flex-toggle-stacks_in_58_page1 {
      width: 40px;
      height: 20px;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      cursor: pointer;
      position: relative;
      background: rgba(2, 216, 101, 1.00);
      transition: background 1s ease; }
      #flex-stacks_in_58_page1 .flex-controls #flex-toggle-stacks_in_58_page1::before {
        content: 'ON';
        top: 50%;
        left: 50%;
        display: block;
        opacity: 0;
        font-size: 12px;
        color: rgba(2, 216, 101, 1.00);
        font-weight: bold;
        position: absolute;
        font-family: "Roboto";
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation-name: text-animation-off;
                animation-name: text-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_58_page1 .flex-controls #flex-toggle-stacks_in_58_page1 .flex-toggle-inner {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: 100%;
        border-radius: inherit;
        max-width: 40px;
        background: rgba(255, 255, 255, 1.00);
        transition: all 0.3s ease-out;
        -webkit-animation-name: toggle-animation-off;
                animation-name: toggle-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_58_page1 .flex-controls #flex-toggle-stacks_in_58_page1.off {
        background: rgba(239, 2, 43, 1.00); }
        #flex-stacks_in_58_page1 .flex-controls #flex-toggle-stacks_in_58_page1.off .flex-toggle-inner {
          -webkit-animation-name: toggle-animation-on;
                  animation-name: toggle-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
        #flex-stacks_in_58_page1 .flex-controls #flex-toggle-stacks_in_58_page1.off::before {
          content: 'OFF';
          color: rgba(239, 2, 43, 1.00);
          -webkit-animation-name: text-animation-on;
                  animation-name: text-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
  #flex-stacks_in_58_page1 .flex-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    list-style-type: none; }
    #flex-stacks_in_58_page1 .flex-grid-row {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 {
      box-sizing: border-box;
      transition: all 0.3s ease; }
      #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 {
        height: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        transition: all 0.3s ease; }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 .flex-item-content-inner-stacks_in_58_page1 {
          /*  */
          font-family: "Lato";
          /*  */
          z-index: 10;
          position: relative;
          padding: 20px 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1::before {
          z-index: 5;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          position: absolute; }
      #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 {
        /*  */
        font-family: "Lato";
        /*  */
        padding: 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        transition: all 0.2s ease; }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover {
          /*  */
          padding: 35px 20px;
          box-sizing: border-box;
          transition: 0.3s ease;
          /*  */ }
          #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover .header-toggle-icon {
            /*  */
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            transition: 0.3s ease;
            /*  */ }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon, #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title, #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
          z-index: 2; }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
          font-size: 40px;
          margin-right: 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
          font-size: 20px;
          margin-left: auto;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold;
          margin-right: 20px;
          letter-spacing: 1px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1::before {
          content: '';
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1; }
  #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 {
    height: auto; }
  #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 {
    padding: 10px 20px; }
    #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover {
      padding: 10px 20px; }
      #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover .header-toggle-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
      font-size: 13px; }
    #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon::before {
      content: '\f12a';
      transition: all 0.3s ease; }
    #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1::before {
      display: block; }

#flex-stacks_in_58_page1.layout-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#flex-stacks_in_58_page1.no-open-all-toggle .flex-controls {
  display: none; }

#flex-stacks_in_58_page1.uppercase-headers .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 {
  text-transform: uppercase; }

#flex-stacks_in_58_page1.shared-background .flex-grid-item-stacks_in_58_page1 {
  /*  */
  /*  */
  background: #EF022B !important;
  background: linear-gradient(to bottom right, #EF022B, #A8051F) !important;
  /*  */
  /*  */ }

#flex-stacks_in_58_page1.shared-header-overlay .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1::before {
  background: rgba(200, 2, 43, 0.75) !important; }

#flex-stacks_in_58_page1.header-hover-overlays .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover::before {
  /*  */
  display: block;
  /*  */ }

#flex-stacks_in_58_page1.header-hover-overlays .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover .header-title, #flex-stacks_in_58_page1.header-hover-overlays .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover .header-toggle-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_58_page1.header-hover-overlays .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1:hover .header-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_58_page1.shared-title .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title, #flex-stacks_in_58_page1.shared-title .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_58_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title, #flex-stacks_in_58_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_58_page1.shared-icon .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_58_page1.shared-icon .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_58_page1.shared-content-text .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 .flex-item-content-inner-stacks_in_58_page1 {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_58_page1.shared-content-overlay .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1::before {
  background: rgba(232, 0, 33, 0.00) !important; }

@media (min-width: 480px) and (max-width: 768px) {
  #flex-stacks_in_58_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@media (max-width: 480px) {
  #flex-stacks_in_58_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_58_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_58_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@-webkit-keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@-webkit-keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@-webkit-keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#stacks_in_58_page1 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 8px 50px 8px;
}
#flex-item-stacks_in_59_page1 .flex-grid-item-stacks_in_58_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_59_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_59_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 .flex-item-content-inner-stacks_in_58_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_59_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1::before {
    background: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_59_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_59_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_59_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_59_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_59_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_59_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
/*  */
#flex-stacks_in_120_page1 {
  margin: 0 auto;
  max-width: 800px; }
  #flex-stacks_in_120_page1 .flex-controls {
    /*  */
    font-family: "Lato";
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #flex-stacks_in_120_page1 .flex-controls.no-inner-text #flex-toggle-stacks_in_120_page1::before {
      display: none; }
    #flex-stacks_in_120_page1 .flex-controls.no-outer-text #flex-toggle-text-stacks_in_120_page1 {
      display: none; }
    #flex-stacks_in_120_page1 .flex-controls #flex-toggle-text-stacks_in_120_page1 {
      color: rgba(255, 255, 255, 1.00);
      font-size: 13px;
      cursor: pointer;
      font-weight: bold;
      margin-right: 10px;
      display: inline-block; }
      #flex-stacks_in_120_page1 .flex-controls #flex-toggle-text-stacks_in_120_page1::before {
        display: inline-block;
        content: 'CLOSE ALL CLASSES'; }
      #flex-stacks_in_120_page1 .flex-controls #flex-toggle-text-stacks_in_120_page1.off::before {
        content: 'OPEN ALL CLASSES'; }
    #flex-stacks_in_120_page1 .flex-controls #flex-toggle-stacks_in_120_page1 {
      width: 40px;
      height: 20px;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      cursor: pointer;
      position: relative;
      background: rgba(2, 216, 101, 1.00);
      transition: background 1s ease; }
      #flex-stacks_in_120_page1 .flex-controls #flex-toggle-stacks_in_120_page1::before {
        content: 'ON';
        top: 50%;
        left: 50%;
        display: block;
        opacity: 0;
        font-size: 12px;
        color: rgba(2, 216, 101, 1.00);
        font-weight: bold;
        position: absolute;
        font-family: "Roboto";
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation-name: text-animation-off;
                animation-name: text-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_120_page1 .flex-controls #flex-toggle-stacks_in_120_page1 .flex-toggle-inner {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: 100%;
        border-radius: inherit;
        max-width: 40px;
        background: rgba(255, 255, 255, 1.00);
        transition: all 0.3s ease-out;
        -webkit-animation-name: toggle-animation-off;
                animation-name: toggle-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_120_page1 .flex-controls #flex-toggle-stacks_in_120_page1.off {
        background: rgba(239, 2, 43, 1.00); }
        #flex-stacks_in_120_page1 .flex-controls #flex-toggle-stacks_in_120_page1.off .flex-toggle-inner {
          -webkit-animation-name: toggle-animation-on;
                  animation-name: toggle-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
        #flex-stacks_in_120_page1 .flex-controls #flex-toggle-stacks_in_120_page1.off::before {
          content: 'OFF';
          color: rgba(239, 2, 43, 1.00);
          -webkit-animation-name: text-animation-on;
                  animation-name: text-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
  #flex-stacks_in_120_page1 .flex-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    list-style-type: none; }
    #flex-stacks_in_120_page1 .flex-grid-row {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 {
      box-sizing: border-box;
      transition: all 0.3s ease; }
      #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 {
        height: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        transition: all 0.3s ease; }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 .flex-item-content-inner-stacks_in_120_page1 {
          /*  */
          font-family: "Lato";
          /*  */
          z-index: 10;
          position: relative;
          padding: 20px 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1::before {
          z-index: 5;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          position: absolute; }
      #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 {
        /*  */
        font-family: "Lato";
        /*  */
        padding: 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        transition: all 0.2s ease; }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover {
          /*  */
          padding: 35px 20px;
          box-sizing: border-box;
          transition: 0.3s ease;
          /*  */ }
          #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover .header-toggle-icon {
            /*  */
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            transition: 0.3s ease;
            /*  */ }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon, #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title, #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
          z-index: 2; }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
          font-size: 40px;
          margin-right: 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
          font-size: 20px;
          margin-left: auto;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold;
          margin-right: 20px;
          letter-spacing: 1px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1::before {
          content: '';
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1; }
  #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 {
    height: auto; }
  #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 {
    padding: 10px 20px; }
    #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover {
      padding: 10px 20px; }
      #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover .header-toggle-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
      font-size: 13px; }
    #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon::before {
      content: '\f12a';
      transition: all 0.3s ease; }
    #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1::before {
      display: block; }

#flex-stacks_in_120_page1.layout-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#flex-stacks_in_120_page1.no-open-all-toggle .flex-controls {
  display: none; }

#flex-stacks_in_120_page1.uppercase-headers .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 {
  text-transform: uppercase; }

#flex-stacks_in_120_page1.shared-background .flex-grid-item-stacks_in_120_page1 {
  /*  */
  /*  */
  background: #EF022B !important;
  background: linear-gradient(to bottom, #EF022B, #96022B) !important;
  /*  */
  /*  */ }

#flex-stacks_in_120_page1.shared-header-overlay .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1::before {
  background: rgba(182, 5, 40, 0.75) !important; }

#flex-stacks_in_120_page1.header-hover-overlays .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover::before {
  /*  */
  display: block;
  /*  */ }

#flex-stacks_in_120_page1.header-hover-overlays .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover .header-title, #flex-stacks_in_120_page1.header-hover-overlays .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover .header-toggle-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_120_page1.header-hover-overlays .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1:hover .header-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_120_page1.shared-title .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title, #flex-stacks_in_120_page1.shared-title .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_120_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title, #flex-stacks_in_120_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_120_page1.shared-icon .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_120_page1.shared-icon .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_120_page1.shared-content-text .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 .flex-item-content-inner-stacks_in_120_page1 {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_120_page1.shared-content-overlay .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1::before {
  background: rgba(23, 175, 63, 0.00) !important; }

@media (min-width: 480px) and (max-width: 768px) {
  #flex-stacks_in_120_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@media (max-width: 480px) {
  #flex-stacks_in_120_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_120_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_120_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@-webkit-keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@-webkit-keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@-webkit-keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#flex-item-stacks_in_121_page1 .flex-grid-item-stacks_in_120_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_121_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_121_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 .flex-item-content-inner-stacks_in_120_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_121_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_121_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_121_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_121_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_121_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_121_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_121_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_204_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_204_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_204_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_204_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_204_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_204_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_204_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_204_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_200_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_202_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_210_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_210_page1 a:link, #stacks_in_210_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_210_page1 a:hover, #stacks_in_210_page1 a:active {
	color:#000000;
}










#stacks_in_210_page1 a:link, #stacks_in_210_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_210_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_210_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_225_page1 .flex-grid-item-stacks_in_120_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_225_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_225_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 .flex-item-content-inner-stacks_in_120_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_225_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_225_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_225_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_225_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_225_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_225_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_225_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_227_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_227_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_227_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_227_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_227_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_227_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_227_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_227_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_228_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_231_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_234_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_234_page1 a:link, #stacks_in_234_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_234_page1 a:hover, #stacks_in_234_page1 a:active {
	color:#000000;
}










#stacks_in_234_page1 a:link, #stacks_in_234_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_234_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_234_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_525_page1 .flex-grid-item-stacks_in_120_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_525_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_525_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 .flex-item-content-inner-stacks_in_120_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_525_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_525_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_525_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_525_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_525_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_525_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_525_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_527_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_527_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_527_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_527_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_527_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_527_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_527_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_527_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_528_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_531_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_534_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_534_page1 a:link, #stacks_in_534_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_534_page1 a:hover, #stacks_in_534_page1 a:active {
	color:#000000;
}










#stacks_in_534_page1 a:link, #stacks_in_534_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_534_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_534_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_238_page1 .flex-grid-item-stacks_in_120_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_238_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_238_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-content-stacks_in_120_page1 .flex-item-content-inner-stacks_in_120_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_238_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_238_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_238_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_238_page1 .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_238_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_238_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_238_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_120_page1 .flex-item-header-stacks_in_120_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_240_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_240_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_240_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_240_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_240_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_240_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_240_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_240_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_241_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_244_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_247_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_247_page1 a:link, #stacks_in_247_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_247_page1 a:hover, #stacks_in_247_page1 a:active {
	color:#000000;
}










#stacks_in_247_page1 a:link, #stacks_in_247_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_247_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_247_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_161_page1 .flex-grid-item-stacks_in_58_page1 {
  /*  */
  /*  */
  background: #2078BA;
  background: linear-gradient(to bottom right, #2078BA, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_161_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_161_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 .flex-item-content-inner-stacks_in_58_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_161_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1::before {
    background: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_161_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_161_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_161_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_161_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_161_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_161_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
/*  */
#flex-stacks_in_165_page1 {
  margin: 0 auto;
  max-width: 700px; }
  #flex-stacks_in_165_page1 .flex-controls {
    /*  */
    font-family: "Lato";
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #flex-stacks_in_165_page1 .flex-controls.no-inner-text #flex-toggle-stacks_in_165_page1::before {
      display: none; }
    #flex-stacks_in_165_page1 .flex-controls.no-outer-text #flex-toggle-text-stacks_in_165_page1 {
      display: none; }
    #flex-stacks_in_165_page1 .flex-controls #flex-toggle-text-stacks_in_165_page1 {
      color: rgba(255, 255, 255, 1.00);
      font-size: 13px;
      cursor: pointer;
      font-weight: bold;
      margin-right: 10px;
      display: inline-block; }
      #flex-stacks_in_165_page1 .flex-controls #flex-toggle-text-stacks_in_165_page1::before {
        display: inline-block;
        content: 'CLOSE ALL CLASSES'; }
      #flex-stacks_in_165_page1 .flex-controls #flex-toggle-text-stacks_in_165_page1.off::before {
        content: 'OPEN ALL CLASSES'; }
    #flex-stacks_in_165_page1 .flex-controls #flex-toggle-stacks_in_165_page1 {
      width: 40px;
      height: 20px;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      cursor: pointer;
      position: relative;
      background: rgba(2, 216, 101, 1.00);
      transition: background 1s ease; }
      #flex-stacks_in_165_page1 .flex-controls #flex-toggle-stacks_in_165_page1::before {
        content: 'ON';
        top: 50%;
        left: 50%;
        display: block;
        opacity: 0;
        font-size: 12px;
        color: rgba(2, 216, 101, 1.00);
        font-weight: bold;
        position: absolute;
        font-family: "Roboto";
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation-name: text-animation-off;
                animation-name: text-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_165_page1 .flex-controls #flex-toggle-stacks_in_165_page1 .flex-toggle-inner {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: 100%;
        border-radius: inherit;
        max-width: 40px;
        background: rgba(255, 255, 255, 1.00);
        transition: all 0.3s ease-out;
        -webkit-animation-name: toggle-animation-off;
                animation-name: toggle-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_165_page1 .flex-controls #flex-toggle-stacks_in_165_page1.off {
        background: rgba(239, 2, 43, 1.00); }
        #flex-stacks_in_165_page1 .flex-controls #flex-toggle-stacks_in_165_page1.off .flex-toggle-inner {
          -webkit-animation-name: toggle-animation-on;
                  animation-name: toggle-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
        #flex-stacks_in_165_page1 .flex-controls #flex-toggle-stacks_in_165_page1.off::before {
          content: 'OFF';
          color: rgba(239, 2, 43, 1.00);
          -webkit-animation-name: text-animation-on;
                  animation-name: text-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
  #flex-stacks_in_165_page1 .flex-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    list-style-type: none; }
    #flex-stacks_in_165_page1 .flex-grid-row {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 {
      box-sizing: border-box;
      transition: all 0.3s ease; }
      #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
        height: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        transition: all 0.3s ease; }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
          /*  */
          font-family: "Lato";
          /*  */
          z-index: 10;
          position: relative;
          padding: 20px 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1::before {
          z-index: 5;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          position: absolute; }
      #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 {
        /*  */
        font-family: "Lato";
        /*  */
        padding: 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        transition: all 0.2s ease; }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover {
          /*  */
          padding: 35px 20px;
          box-sizing: border-box;
          transition: 0.3s ease;
          /*  */ }
          #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover .header-toggle-icon {
            /*  */
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            transition: 0.3s ease;
            /*  */ }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon, #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title, #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
          z-index: 2; }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
          font-size: 40px;
          margin-right: 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
          font-size: 20px;
          margin-left: auto;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold;
          margin-right: 20px;
          letter-spacing: 1px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
          content: '';
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1; }
  #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
    height: auto; }
  #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 {
    padding: 10px 20px; }
    #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover {
      padding: 10px 20px; }
      #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover .header-toggle-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
      font-size: 13px; }
    #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon::before {
      content: '\f12a';
      transition: all 0.3s ease; }
    #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
      display: block; }

#flex-stacks_in_165_page1.layout-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#flex-stacks_in_165_page1.no-open-all-toggle .flex-controls {
  display: none; }

#flex-stacks_in_165_page1.uppercase-headers .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 {
  text-transform: uppercase; }

#flex-stacks_in_165_page1.shared-background .flex-grid-item-stacks_in_165_page1 {
  /*  */
  /*  */
  background: #2078BA !important;
  background: linear-gradient(to bottom, #2078BA, #3A83C7) !important;
  /*  */
  /*  */ }

#flex-stacks_in_165_page1.shared-header-overlay .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
  background: rgba(27, 103, 159, 1.00) !important; }

#flex-stacks_in_165_page1.header-hover-overlays .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover::before {
  /*  */
  display: block;
  /*  */ }

#flex-stacks_in_165_page1.header-hover-overlays .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover .header-title, #flex-stacks_in_165_page1.header-hover-overlays .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover .header-toggle-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_165_page1.header-hover-overlays .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1:hover .header-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_165_page1.shared-title .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title, #flex-stacks_in_165_page1.shared-title .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_165_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title, #flex-stacks_in_165_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_165_page1.shared-icon .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_165_page1.shared-icon .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_165_page1.shared-content-text .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_165_page1.shared-content-overlay .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1::before {
  background: rgba(23, 175, 63, 0.00) !important; }

@media (min-width: 480px) and (max-width: 768px) {
  #flex-stacks_in_165_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@media (max-width: 480px) {
  #flex-stacks_in_165_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_165_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_165_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@-webkit-keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@-webkit-keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@-webkit-keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#flex-item-stacks_in_251_page1 .flex-grid-item-stacks_in_165_page1 {
  /*  */
  /*  */
  background: #2078BA;
  background: linear-gradient(to bottom right, #2078BA, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_251_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_251_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_251_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_251_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_251_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_251_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_251_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_251_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_251_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_253_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_253_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_253_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_253_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_253_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_253_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_253_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_253_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_254_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_257_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_260_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_260_page1 a:link, #stacks_in_260_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_260_page1 a:hover, #stacks_in_260_page1 a:active {
	color:#000000;
}










#stacks_in_260_page1 a:link, #stacks_in_260_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_260_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_260_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_331_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_331_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_331_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_331_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_331_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_331_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_331_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_331_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_332_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_335_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_338_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_338_page1 a:link, #stacks_in_338_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_338_page1 a:hover, #stacks_in_338_page1 a:active {
	color:#000000;
}










#stacks_in_338_page1 a:link, #stacks_in_338_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_338_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_338_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_341_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_341_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_341_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_341_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_341_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_341_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_341_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_341_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_342_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_345_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_563_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_563_page1 a:link, #stacks_in_563_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_563_page1 a:hover, #stacks_in_563_page1 a:active {
	color:#000000;
}










#stacks_in_563_page1 a:link, #stacks_in_563_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_563_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_563_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_277_page1 .flex-grid-item-stacks_in_165_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_277_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_277_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_277_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_277_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_277_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_277_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_277_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_277_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_277_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_279_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_279_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_279_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_279_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_279_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_279_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_279_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_279_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_280_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_283_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_286_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_286_page1 a:link, #stacks_in_286_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_286_page1 a:hover, #stacks_in_286_page1 a:active {
	color:#000000;
}










#stacks_in_286_page1 a:link, #stacks_in_286_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_286_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_286_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_351_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_351_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_351_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_351_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_351_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_351_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_351_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_351_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_352_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_355_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_565_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_565_page1 a:link, #stacks_in_565_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_565_page1 a:hover, #stacks_in_565_page1 a:active {
	color:#000000;
}










#stacks_in_565_page1 a:link, #stacks_in_565_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_565_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_565_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_363_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_363_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_363_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_363_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_363_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_363_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_363_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_363_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_364_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_367_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_567_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_567_page1 a:link, #stacks_in_567_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_567_page1 a:hover, #stacks_in_567_page1 a:active {
	color:#000000;
}










#stacks_in_567_page1 a:link, #stacks_in_567_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_567_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_567_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_492_page1 .flex-grid-item-stacks_in_165_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_492_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_492_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_492_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_492_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_492_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_492_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_492_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_492_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_492_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_494_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_494_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_494_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_494_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_494_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_494_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_494_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_494_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_495_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_498_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_501_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_501_page1 a:link, #stacks_in_501_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_501_page1 a:hover, #stacks_in_501_page1 a:active {
	color:#000000;
}










#stacks_in_501_page1 a:link, #stacks_in_501_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_501_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_501_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_504_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_504_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_504_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_504_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_504_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_504_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_504_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_504_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_505_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_508_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_569_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_569_page1 a:link, #stacks_in_569_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_569_page1 a:hover, #stacks_in_569_page1 a:active {
	color:#000000;
}










#stacks_in_569_page1 a:link, #stacks_in_569_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_569_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_569_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_514_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_514_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_514_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_514_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_514_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_514_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_514_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_514_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_515_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_518_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_571_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_571_page1 a:link, #stacks_in_571_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_571_page1 a:hover, #stacks_in_571_page1 a:active {
	color:#000000;
}










#stacks_in_571_page1 a:link, #stacks_in_571_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_571_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_571_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_264_page1 .flex-grid-item-stacks_in_165_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_264_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_264_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_264_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_264_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_264_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_264_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_264_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_264_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_264_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_266_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_266_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_266_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_266_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_266_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_266_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_266_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_266_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_267_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_270_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_273_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_273_page1 a:link, #stacks_in_273_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_273_page1 a:hover, #stacks_in_273_page1 a:active {
	color:#000000;
}










#stacks_in_273_page1 a:link, #stacks_in_273_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_273_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_273_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_373_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_373_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_373_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_373_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_373_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_373_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_373_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_373_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_374_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_377_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_573_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_573_page1 a:link, #stacks_in_573_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_573_page1 a:hover, #stacks_in_573_page1 a:active {
	color:#000000;
}










#stacks_in_573_page1 a:link, #stacks_in_573_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_573_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_573_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_383_page1 .flex-grid-item-stacks_in_165_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_383_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_383_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_383_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_383_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_383_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_383_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_383_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_383_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_383_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_385_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_385_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_385_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_385_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_385_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_385_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_385_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_385_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_386_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_389_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_392_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_392_page1 a:link, #stacks_in_392_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_392_page1 a:hover, #stacks_in_392_page1 a:active {
	color:#000000;
}










#stacks_in_392_page1 a:link, #stacks_in_392_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_392_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_392_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_395_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_395_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_395_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_395_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_395_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_395_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_395_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_395_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_396_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_399_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_575_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_575_page1 a:link, #stacks_in_575_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_575_page1 a:hover, #stacks_in_575_page1 a:active {
	color:#000000;
}










#stacks_in_575_page1 a:link, #stacks_in_575_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_575_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_575_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_452_page1 .flex-grid-item-stacks_in_165_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_452_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_452_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-content-stacks_in_165_page1 .flex-item-content-inner-stacks_in_165_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_452_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_452_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_452_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_452_page1 .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_452_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_452_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_452_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_165_page1 .flex-item-header-stacks_in_165_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_456_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_456_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_456_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_456_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_456_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_456_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_456_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_456_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_457_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_460_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_463_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_463_page1 a:link, #stacks_in_463_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_463_page1 a:hover, #stacks_in_463_page1 a:active {
	color:#000000;
}










#stacks_in_463_page1 a:link, #stacks_in_463_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_463_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_463_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_466_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_466_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_466_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_466_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_466_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_466_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_466_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_466_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_467_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_470_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_577_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_577_page1 a:link, #stacks_in_577_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_577_page1 a:hover, #stacks_in_577_page1 a:active {
	color:#000000;
}










#stacks_in_577_page1 a:link, #stacks_in_577_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_577_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_577_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_361_page1 {
	margin: 20px 0px 0px 0px;
}
#flex-item-stacks_in_178_page1 .flex-grid-item-stacks_in_58_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_178_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_178_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-content-stacks_in_58_page1 .flex-item-content-inner-stacks_in_58_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_178_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1::before {
    background: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_178_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_178_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_178_page1 .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_178_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_178_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_178_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_58_page1 .flex-item-header-stacks_in_58_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
/*  */
#flex-stacks_in_182_page1 {
  margin: 0 auto;
  max-width: 700px; }
  #flex-stacks_in_182_page1 .flex-controls {
    /*  */
    font-family: "Lato";
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #flex-stacks_in_182_page1 .flex-controls.no-inner-text #flex-toggle-stacks_in_182_page1::before {
      display: none; }
    #flex-stacks_in_182_page1 .flex-controls.no-outer-text #flex-toggle-text-stacks_in_182_page1 {
      display: none; }
    #flex-stacks_in_182_page1 .flex-controls #flex-toggle-text-stacks_in_182_page1 {
      color: rgba(255, 255, 255, 1.00);
      font-size: 13px;
      cursor: pointer;
      font-weight: bold;
      margin-right: 10px;
      display: inline-block; }
      #flex-stacks_in_182_page1 .flex-controls #flex-toggle-text-stacks_in_182_page1::before {
        display: inline-block;
        content: 'CLOSE ALL CLASSES'; }
      #flex-stacks_in_182_page1 .flex-controls #flex-toggle-text-stacks_in_182_page1.off::before {
        content: 'OPEN ALL CLASSES'; }
    #flex-stacks_in_182_page1 .flex-controls #flex-toggle-stacks_in_182_page1 {
      width: 40px;
      height: 20px;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      cursor: pointer;
      position: relative;
      background: rgba(2, 216, 101, 1.00);
      transition: background 1s ease; }
      #flex-stacks_in_182_page1 .flex-controls #flex-toggle-stacks_in_182_page1::before {
        content: 'ON';
        top: 50%;
        left: 50%;
        display: block;
        opacity: 0;
        font-size: 12px;
        color: rgba(2, 216, 101, 1.00);
        font-weight: bold;
        position: absolute;
        font-family: "Roboto";
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation-name: text-animation-off;
                animation-name: text-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_182_page1 .flex-controls #flex-toggle-stacks_in_182_page1 .flex-toggle-inner {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: 100%;
        border-radius: inherit;
        max-width: 40px;
        background: rgba(255, 255, 255, 1.00);
        transition: all 0.3s ease-out;
        -webkit-animation-name: toggle-animation-off;
                animation-name: toggle-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_182_page1 .flex-controls #flex-toggle-stacks_in_182_page1.off {
        background: rgba(239, 2, 43, 1.00); }
        #flex-stacks_in_182_page1 .flex-controls #flex-toggle-stacks_in_182_page1.off .flex-toggle-inner {
          -webkit-animation-name: toggle-animation-on;
                  animation-name: toggle-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
        #flex-stacks_in_182_page1 .flex-controls #flex-toggle-stacks_in_182_page1.off::before {
          content: 'OFF';
          color: rgba(239, 2, 43, 1.00);
          -webkit-animation-name: text-animation-on;
                  animation-name: text-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
  #flex-stacks_in_182_page1 .flex-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    list-style-type: none; }
    #flex-stacks_in_182_page1 .flex-grid-row {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 {
      box-sizing: border-box;
      transition: all 0.3s ease; }
      #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 {
        height: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        transition: all 0.3s ease; }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 .flex-item-content-inner-stacks_in_182_page1 {
          /*  */
          font-family: "Lato";
          /*  */
          z-index: 10;
          position: relative;
          padding: 20px 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1::before {
          z-index: 5;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          position: absolute; }
      #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 {
        /*  */
        font-family: "Lato";
        /*  */
        padding: 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        transition: all 0.2s ease; }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover {
          /*  */
          padding: 35px 20px;
          box-sizing: border-box;
          transition: 0.3s ease;
          /*  */ }
          #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover .header-toggle-icon {
            /*  */
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            transition: 0.3s ease;
            /*  */ }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon, #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title, #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
          z-index: 2; }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
          font-size: 40px;
          margin-right: 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
          font-size: 20px;
          margin-left: auto;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold;
          margin-right: 20px;
          letter-spacing: 1px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
          content: '';
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1; }
  #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 {
    height: auto; }
  #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 {
    padding: 10px 20px; }
    #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover {
      padding: 10px 20px; }
      #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover .header-toggle-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
      font-size: 13px; }
    #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon::before {
      content: '\f12a';
      transition: all 0.3s ease; }
    #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
      display: block; }

#flex-stacks_in_182_page1.layout-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#flex-stacks_in_182_page1.no-open-all-toggle .flex-controls {
  display: none; }

#flex-stacks_in_182_page1.uppercase-headers .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 {
  text-transform: uppercase; }

#flex-stacks_in_182_page1.shared-background .flex-grid-item-stacks_in_182_page1 {
  /*  */
  /*  */
  background: #6B2C9D !important;
  background: linear-gradient(to bottom, #6B2C9D, #8234BF) !important;
  /*  */
  /*  */ }

#flex-stacks_in_182_page1.shared-header-overlay .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
  background: rgba(107, 44, 157, 1.00) !important; }

#flex-stacks_in_182_page1.header-hover-overlays .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover::before {
  /*  */
  display: block;
  /*  */ }

#flex-stacks_in_182_page1.header-hover-overlays .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover .header-title, #flex-stacks_in_182_page1.header-hover-overlays .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover .header-toggle-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_182_page1.header-hover-overlays .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1:hover .header-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_182_page1.shared-title .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title, #flex-stacks_in_182_page1.shared-title .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_182_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title, #flex-stacks_in_182_page1.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_182_page1.shared-icon .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_182_page1.shared-icon .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_182_page1.shared-content-text .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 .flex-item-content-inner-stacks_in_182_page1 {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_182_page1.shared-content-overlay .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1::before {
  background: rgba(23, 175, 63, 0.00) !important; }

@media (min-width: 480px) and (max-width: 768px) {
  #flex-stacks_in_182_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@media (max-width: 480px) {
  #flex-stacks_in_182_page1 .flex-grid {
    border-radius: 6px; }
    #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_182_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_182_page1 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@-webkit-keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@-webkit-keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@-webkit-keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#flex-item-stacks_in_316_page1 .flex-grid-item-stacks_in_182_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_316_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_316_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 .flex-item-content-inner-stacks_in_182_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_316_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_316_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_316_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_316_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_316_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_316_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_316_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_318_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_318_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_318_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_318_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_318_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_318_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_318_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_318_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_319_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_322_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_325_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_325_page1 a:link, #stacks_in_325_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_325_page1 a:hover, #stacks_in_325_page1 a:active {
	color:#000000;
}










#stacks_in_325_page1 a:link, #stacks_in_325_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_325_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_325_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_303_page1 .flex-grid-item-stacks_in_182_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_303_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_303_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 .flex-item-content-inner-stacks_in_182_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_303_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_303_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_303_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_303_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_303_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_303_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_303_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_305_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_305_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_305_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_305_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_305_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_305_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_305_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_305_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_306_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_309_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_312_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_312_page1 a:link, #stacks_in_312_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_312_page1 a:hover, #stacks_in_312_page1 a:active {
	color:#000000;
}










#stacks_in_312_page1 a:link, #stacks_in_312_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_312_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_312_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_548_page1 .flex-grid-item-stacks_in_182_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_548_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_548_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 .flex-item-content-inner-stacks_in_182_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_548_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_548_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_548_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_548_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_548_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_548_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_548_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_550_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_550_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_550_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_550_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_550_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_550_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_550_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_550_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_551_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_554_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_557_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_557_page1 a:link, #stacks_in_557_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_557_page1 a:hover, #stacks_in_557_page1 a:active {
	color:#000000;
}










#stacks_in_557_page1 a:link, #stacks_in_557_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_557_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_557_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_290_page1 .flex-grid-item-stacks_in_182_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_290_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_290_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 .flex-item-content-inner-stacks_in_182_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_290_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_290_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_290_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_290_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_290_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_290_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_290_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_292_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_292_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_292_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_292_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_292_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_292_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_292_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_292_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_293_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_296_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_299_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_299_page1 a:link, #stacks_in_299_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_299_page1 a:hover, #stacks_in_299_page1 a:active {
	color:#000000;
}










#stacks_in_299_page1 a:link, #stacks_in_299_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_299_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_299_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#flex-item-stacks_in_477_page1 .flex-grid-item-stacks_in_182_page1 {
  /*  */
  /*  */
  background: #EF022B;
  background: linear-gradient(to bottom right, #EF022B, #B2B2B2);
  /*  */
  /*  */ }
  #flex-item-stacks_in_477_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_477_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-content-stacks_in_182_page1 .flex-item-content-inner-stacks_in_182_page1 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_477_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1::before {
    background: rgba(23, 175, 63, 1.00); }
  #flex-item-stacks_in_477_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_477_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_477_page1 .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_477_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_477_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_477_page1.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_182_page1 .flex-item-header-stacks_in_182_page1 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_481_page1>.s3_row {
	margin: 0 -8px;
}

#stacks_in_481_page1>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_481_page1>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_481_page1>.s3_row>.s3_column_right {
	width: 40.00%;
}




#stacks_in_481_page1>.s3_row>.s3_column {
	padding: 0 8px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_481_page1>.s3_row  {
		margin: -8px 0;
	}
	#stacks_in_481_page1>.s3_row>.s3_column {
		padding: 8px 0;
		width:100%;
	}


}






#stacks_in_481_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_482_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}

#stacks_in_485_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  5px;
}
#stacks_in_488_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_488_page1 a:link, #stacks_in_488_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_488_page1 a:hover, #stacks_in_488_page1 a:active {
	color:#000000;
}










#stacks_in_488_page1 a:link, #stacks_in_488_page1 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_488_page1 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_488_page1 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_412_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_p414_n1_page1 {
	margin: 15px 10px 0px 10px;
}
#stacks_in_p63_n2_page1>.s3_row {
	margin: 0 -0px;
}

#stacks_in_p63_n2_page1>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_p63_n2_page1>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_p63_n2_page1>.s3_row>.s3_column {
	padding: 0 0px;
}










@media only screen and (max-width: 770px) {


	#stacks_in_p63_n2_page1>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_p63_n2_page1>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_p63_n2_page1>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_p63_n2_page1>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}






#stacks_in_p63_n2_page1 {
	padding: 0px 5px 20px 5px;
}

#stacks_in_p63_n3_page1 {
	margin: 40px 0px 0px 0px;
}

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