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

#stacks_out_178 {
	width: 75%;
}

#stacks_in_181 {
	margin: 0px 0px 20px 0px;
}
/*
  1.2.0.1
  - improved pill active style load time
*/
/*  */
#simple-tabs-stacks_in_183 {
  /*  */
  font-family: "Nunito";
  /*  */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 900px; }
  #simple-tabs-stacks_in_183.tabs-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #simple-tabs-stacks_in_183.tabs-left ul.tab-list .tab:first-of-type {
    padding-left: 0; }
  #simple-tabs-stacks_in_183.tabs-right ul.tab-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #simple-tabs-stacks_in_183.tabs-right ul.tab-list .tab:last-of-type {
      padding-right: 0; }
  #simple-tabs-stacks_in_183.tabs-center ul.tab-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #simple-tabs-stacks_in_183.tabs-center ul.tab-list .tab:first-of-type {
      padding-left: 0; }
    #simple-tabs-stacks_in_183.tabs-center ul.tab-list .tab:last-of-type {
      padding-right: 0; }
        #simple-tabs-stacks_in_183.tabs-fill > ul.tab-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(10px,1fr));
            grid-gap: 5px 2px;
            padding: 5px 0px;
        }
        #simple-tabs-stacks_in_183.tabs-fill > ul.tab-list > .tab > .tab-inner {
            justify-content: center;
        }
        #simple-tabs-stacks_in_183.tabs-right ul.tab-list .tab:first-of-type {
          padding-left: 0; }
          #simple-tabs-stacks_in_183.tabs-right ul.tab-list .tab:last-of-type {
            padding-right: 0; }
  #simple-tabs-stacks_in_183.use-tab-pill ul.tab-list .tab-pill {
    display: block; }
  #simple-tabs-stacks_in_183.use-tab-pill ul.tab-list .tab.selected .tab-inner {
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    border-style: solid;
    border-color: rgba(0, 0, 0, 1.00);
    /*  */
    border-width: 0px;
    /*  */
    transition: color 0.3s ease;
    transition-delay: 0.2s; }
  #simple-tabs-stacks_in_183 ul.tab-list {
    margin: 0;
    padding: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    box-sizing: border-box; }
    #simple-tabs-stacks_in_183 ul.tab-list .tab-pill {
      /*  */
      /*  */
      background: rgba(16, 128, 128, 1.00);
      /*  */
      /*  */
      /*  */
      border-style: solid;
      border-color: rgba(0, 0, 0, 1.00);
      /*  */
      border-width: 0px;
      /*  */
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 5;
      display: none;
      position: absolute;
      box-sizing: border-box;
      border-radius: 4px; }
      #simple-tabs-stacks_in_183 ul.tab-list .tab-pill-show {
        opacity: 1; }
    #simple-tabs-stacks_in_183 ul.tab-list .tab {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding: 5px 2px;
      box-sizing: border-box; }
      #simple-tabs-stacks_in_183 ul.tab-list .tab.selected .tab-inner {
        /*  */
        /*  */
        background: rgba(16, 128, 128, 1.00);
        /*  */
        /*  */
        /*  */
        border-style: solid;
        border-color: rgba(0, 0, 0, 1.00);
        /*  */
        border-width: 0px;
        /*  */
        color: rgba(255, 255, 255, 1.00); }
      #simple-tabs-stacks_in_183 ul.tab-list .tab-inner {
        /*  */
        background: none;
        /*  */
        /*  */
        /*  */
        /*  */
        border-style: solid;
        border-color: rgba(0, 0, 0, 1.00);
        /*  */
        border-width: 0px;
        /*  */
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        color: rgba(16, 128, 128, 1.00);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 4px;
        box-sizing: border-box;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        #simple-tabs-stacks_in_183 ul.tab-list .tab-inner i, #simple-tabs-stacks_in_183 ul.tab-list .tab-inner svg {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          margin-right: 5px;
          position: relative;
          pointer-events: none;
          font-size: 18px;
          max-width: 18px;
          max-height: 18px; }
        #simple-tabs-stacks_in_183 ul.tab-list .tab-inner span {
          /*  */
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          pointer-events: none;
          position: relative;
          /*  */ }
        #simple-tabs-stacks_in_183 ul.tab-list .tab-inner i, #simple-tabs-stacks_in_183 ul.tab-list .tab-inner span, #simple-tabs-stacks_in_183 ul.tab-list .tab-inner svg {
          z-index: 10; }
  #simple-tabs-stacks_in_183 .tab-content {
    /*  */
    /*  */
    background: rgba(242, 246, 250, 1.00);
    /*  */
    /*  */
    /*  */
    border-style: solid;
    border-color: rgba(0, 0, 0, 1.00);
    /*  */
    border-width: 0px;
    /*  */
    color: rgba(55, 71, 79, 1.00);
    padding: 10px 10px;
    box-shadow: 0 0 2px rgba(112, 128, 144, 0);
    border-radius: 3px;
    z-index: 1;
    position: relative;
    box-sizing: border-box; }
    #simple-tabs-stacks_in_183 ul.tab-list .tab.selected .tab-inner {
      /*  */
      box-shadow: 0px 0px 0px -0px rgba(242, 246, 250, 1.00);
      /*  */
    }
    #simple-tabs-stacks_in_183 .tab-content-inner {
      display: none; }
      #simple-tabs-stacks_in_183 .tab-content-inner.active {
        display: block; }

@media (min-width: 700px) {
  #simple-tabs-stacks_in_183.tabs-connected ul.tab-list .tab-pill {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  #simple-tabs-stacks_in_183.tabs-connected ul.tab-list .tab {
    padding-bottom: 0;
    margin-bottom: 0px; }
    #simple-tabs-stacks_in_183.tabs-connected ul.tab-list .tab-inner {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
  #simple-tabs-stacks_in_183.tabs-connected.tabs-left .tab-content {
    border-top-left-radius: 0; }
  #simple-tabs-stacks_in_183.tabs-connected.tabs-right .tab-content {
    border-top-right-radius: 0; }
  #simple-tabs-stacks_in_183.hide-text-d ul.tab-list .tab-inner span {
    /*  */
    display: none;
    /*  */ }
  #simple-tabs-stacks_in_183.hide-text-d ul.tab-list .tab-inner i {
    /*  */
    margin-right: 0;
    /*  */ }
  #simple-tabs-stacks_in_183.hide-icon-d .tab-inner i,
  #simple-tabs-stacks_in_183.hide-icon-d .tab-inner svg,
  #simple-tabs-stacks_in_183.hide-icon-d ul.tab-list .tab-inner svg {
    /*  */
    display: none;
    /*  */ } }

@media (min-width: 400px) and (max-width: 700px) {
  #simple-tabs-stacks_in_183.hide-text-t ul.tab-list .tab-inner span {
    /*  */
    display: none;
    /*  */ }
  #simple-tabs-stacks_in_183.hide-text-t ul.tab-list .tab-inner i,
    #simple-tabs-stacks_in_183.hide-text-t ul.tab-list .tab-inner svg,
      #simple-tabs-stacks_in_183.hide-text-t ul.tab-list .tab-inner svg {
    /*  */
    margin-right: 0;
    /*  */ }
  #simple-tabs-stacks_in_183.hide-icon-t ul.tab-list .tab-inner i,
  #simple-tabs-stacks_in_183.hide-icon-t ul.tab-list .tab-inner svg {
    /*  */
    display: none;
    /*  */ } }

@media (max-width: 700px) {
  #simple-tabs-stacks_in_183 ul.tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    #simple-tabs-stacks_in_183 ul.tab-list .tab {
      width: 50.000000%; }
      #simple-tabs-stacks_in_183.tabs-fill > ul.tab-list {
        grid-template-columns: repeat(1,1fr);
      }
      #simple-tabs-stacks_in_183.tabs-fill > ul.tab-list .tab {
        width: auto;
      }
  #simple-tabs-stacks_in_183.tabs-left ul.tab-list, #simple-tabs-stacks_in_183.tabs-right ul.tab-list, #simple-tabs-stacks_in_183.tabs-center ul.tab-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #simple-tabs-stacks_in_183.tabs-left ul.tab-list .tab:first-of-type, #simple-tabs-stacks_in_183.tabs-right ul.tab-list .tab:first-of-type, #simple-tabs-stacks_in_183.tabs-center ul.tab-list .tab:first-of-type {
      padding-left: 2px; }
    #simple-tabs-stacks_in_183.tabs-left ul.tab-list .tab:last-of-type, #simple-tabs-stacks_in_183.tabs-right ul.tab-list .tab:last-of-type, #simple-tabs-stacks_in_183.tabs-center ul.tab-list .tab:last-of-type {
      padding-right: 2px; }
  #simple-tabs-stacks_in_183.tabs-inner-left ul.tab-list .tab .tab-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #simple-tabs-stacks_in_183.tabs-inner-right ul.tab-list .tab .tab-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #simple-tabs-stacks_in_183.tabs-inner-center ul.tab-list .tab .tab-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #simple-tabs-stacks_in_183.tabs-connected ul.tab-list .tab-pill {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  #simple-tabs-stacks_in_183.tabs-connected ul.tab-list .tab {
    margin-bottom: 0;
    padding-bottom: 5px; }
    #simple-tabs-stacks_in_183.tabs-connected.tabs-fill ul.tab-list .tab {
      padding-bottom: 0px; }
    #simple-tabs-stacks_in_183.tabs-connected ul.tab-list .tab-inner {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; } }

@media (max-width: 400px) {
  #simple-tabs-stacks_in_183 ul.tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #simple-tabs-stacks_in_183 ul.tab-list .tab {
      width: 100.000000%; }
      #simple-tabs-stacks_in_183.tabs-fill > ul.tab-list {
        grid-template-columns: repeat(1,1fr);
      }
      #simple-tabs-stacks_in_183.tabs-fill > ul.tab-list .tab {
        width: auto;
      }
  #simple-tabs-stacks_in_183.hide-text-m ul.tab-list .tab-inner span {
    /*  */
    display: none;
    /*  */ }
  #simple-tabs-stacks_in_183.hide-text-m ul.tab-list .tab-inner i {
    /*  */
    margin-right: 0;
    /*  */ }
  #simple-tabs-stacks_in_183.hide-icon-m .tab-inner i,
  #simple-tabs-stacks_in_183.hide-icon-m .tab-inner svg,
  #simple-tabs-stacks_in_183.hide-icon-m ul.tab-list .tab-inner svg {
    /* %%[[if !edit]]%% */
    display: none; } }
/*  */
ul.tab-list #simple-tabs-tab-stacks_in_184 .tab-inner {
  color: rgba(15, 121, 165, 1.00);
  /*  */
  /*  */
  /*  */
  background: #243B55;
  background: linear-gradient(to bottom, #243B55, #141E30);
  /*  */
  /*  */ }

/*  */
/*  */
ul.tab-list #simple-tabs-tab-stacks_in_184.tab.selected .tab-inner {
  color: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  background: rgba(15, 121, 165, 1.00);
  /*  */
  /*  */
  /*  */ }

/*  */
#stacks_in_186 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_186 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_186 #jwresp_col2_stacks_in_186{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_186 #jwresp_col1_stacks_in_186,#stacks_in_186 #jwresp_col2_stacks_in_186{width:100%;float:none;display:block}#stacks_in_186 #jwresp_col1_stacks_in_186{margin-bottom:15px}}

#stacks_in_186 {
	background-color: rgba(15, 121, 165, 1.00);
	padding:  20px;
}

#stacks_in_187 {
	padding: 20px 0px 20px 0px;
}
/*  */
ul.tab-list #simple-tabs-tab-stacks_in_194 .tab-inner {
  color: rgba(15, 121, 165, 1.00);
  /*  */
  /*  */
  /*  */
  background: #243B55;
  background: linear-gradient(to bottom, #243B55, #141E30);
  /*  */
  /*  */ }

/*  */
/*  */
ul.tab-list #simple-tabs-tab-stacks_in_194.tab.selected .tab-inner {
  color: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  background: rgba(15, 121, 165, 1.00);
  /*  */
  /*  */
  /*  */ }

/*  */
#stacks_in_196 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_196 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_196 #jwresp_col2_stacks_in_196{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_196 #jwresp_col1_stacks_in_196,#stacks_in_196 #jwresp_col2_stacks_in_196{width:100%;float:none;display:block}#stacks_in_196 #jwresp_col1_stacks_in_196{margin-bottom:15px}}

#stacks_in_196 {
	background-color: rgba(15, 121, 165, 1.00);
	padding:  40px;
}

#stacks_in_200 {
	padding: 20px 0px 20px 0px;
}
/*  */
ul.tab-list #simple-tabs-tab-stacks_in_204 .tab-inner {
  color: rgba(15, 121, 165, 1.00);
  /*  */
  /*  */
  /*  */
  background: #243B55;
  background: linear-gradient(to bottom, #243B55, #141E30);
  /*  */
  /*  */ }

/*  */
/*  */
ul.tab-list #simple-tabs-tab-stacks_in_204.tab.selected .tab-inner {
  color: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  background: rgba(15, 121, 165, 1.00);
  /*  */
  /*  */
  /*  */ }

/*  */
#stacks_in_206 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_206 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_206 #jwresp_col2_stacks_in_206{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_206 #jwresp_col1_stacks_in_206,#stacks_in_206 #jwresp_col2_stacks_in_206{width:100%;float:none;display:block}#stacks_in_206 #jwresp_col1_stacks_in_206{margin-bottom:15px}}

#stacks_in_206 {
	background-color: rgba(15, 121, 165, 1.00);
	padding:  40px;
}

#stacks_in_207 {
	padding: 20px 0px 20px 0px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_215 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_215 .theDivider1,
#simpleDivider_stacks_in_215 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_215 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_215.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_215.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_215 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_215.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_215.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_215.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_215.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_216 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_216 .jwresp_col{overflow:hidden;margin:0;width:59%; float:left;}#stacks_in_216 #jwresp_col2_stacks_in_216{ float:right; width:39%}@media screen and (max-width:500px){#stacks_in_216 #jwresp_col1_stacks_in_216,#stacks_in_216 #jwresp_col2_stacks_in_216{width:100%;float:none;display:block}#stacks_in_216 #jwresp_col1_stacks_in_216{margin-bottom:15px}}

#stacks_in_216 {
	padding: 40px 0px 40px 0px;
}

#stacks_in_222 {
	padding:  20px;
}

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

#stacks_out_228 {
	width: 75%;
}
#stacks_in_229 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_229 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_229 #jwresp_col2_stacks_in_229{ float:right; width:59%}@media screen and (max-width:500px){#stacks_in_229 #jwresp_col1_stacks_in_229,#stacks_in_229 #jwresp_col2_stacks_in_229{width:100%;float:none;display:block}#stacks_in_229 #jwresp_col1_stacks_in_229{margin-bottom:15px}}

#stacks_in_232 {
	padding: 0px 20px 0px 0px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_238 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_238 .theDivider1,
#simpleDivider_stacks_in_238 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_238 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_238.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_238.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_238 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_238.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_238.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_238.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_238.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_249_17_2 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_249_17_2 .theDivider1,
#simpleDivider_stacks_in_249_17_2 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_249_17_2 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_249_17_2.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_249_17_2.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_249_17_2 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_249_17_2.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_249_17_2.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_249_17_2.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_249_17_2.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_249_17_2 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_249_3 {
	padding:  10px;
}
