.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
/* Start doore stack page CSS code */	.doo-re-grid{	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	  vertical-align: top;	}		.doo-re-grid *, .doo-re-grid *:after, .doo-re-grid *:before {	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	}			[class*='re-col-'] {	  display: inline-block;	}			.re-col-desk-0 {	  width: 0;	  display: none;	}	.re-col-desk-1 {	  width: 8.333333%;	  display: inline-block;	}	.re-col-desk-2 {	  width: 16.666666%;	  display: inline-block;	}	.re-col-desk-3 {	  width: 25%;	  display: inline-block;	}	.re-col-desk-4 {	  width: 33.333333%;	  display: inline-block;	}	.re-col-desk-5 {	  width: 41.666666%;	  display: inline-block;	}	.re-col-desk-6 {	  width: 50%;	  display: inline-block;	}	.re-col-desk-7 {	  width: 58.333333%;	  display: inline-block;	}	.re-col-desk-8 {	  width: 66.666666%;	  display: inline-block;	}	.re-col-desk-9 {	  width: 75%;	  display: inline-block;	}	.re-col-desk-10 {	  width: 83.333333%;	  display: inline-block;	}	.re-col-desk-11 {	  width: 91.666666%;	  display: inline-block;	}	.re-col-desk-12 {	  width: 100%;	  display: inline-block;	}			/* End doore stack page CSS code *//*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_33667_60 {
	max-width: 1285px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_33667_60 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_33667_342 {
	padding: 2% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_33667_342 { 
    padding: 2% 3% 0% 3%;
    margin: 0% 0% 0% 0%;
}
}
/*
 * Responsive Columns
 * Version: 1.0.6
 * Requirements: RapidWeaver 5, Stacks 2
 * Support: http://forum.onelittledesigner.com
 * Description: 1-6 responsive columns & 1-3 rows
 */
/***************************************  MASTER CONTROL **********************************/
.R_C{
  box-sizing: border-box;
}
#stacks_in_33667_372 {
  display: inline-block;
  width: 100%;
}
.RC_clear{
  display:block;
  width:100%;
}

.stacks_in_33667_372.R_C.RC_Img img{
  width: 100%;
  height: auto;
  max-width:100;
  margin:0 auto;
  display:block;
}
/***************************************  NO GUTTER **********************************/
/***************** 1 Non   **************/

/***************** 2 Non   *********************/

.stacks_in_33667_372.ResponsiveCol2_L.RC2_Goff {
  width: calc(100%/2);
  width: 50%;


}
.stacks_in_33667_372.ResponsiveCol2_R.RC2_Goff {
  width: calc(100%/2);
  width: 50%;

  float:left;
}

/****************  3 Non ******************/

.stacks_in_33667_372.RC3_L.RC3_Goff {
  width: calc(100%/3);
  width: 0%;

}
.stacks_in_33667_372.RC3_R.RC3_Goff {
  width: calc(100%/3);
  width: 0%;

  float:left;
}
.stacks_in_33667_372.RC3_RS.RC3_Goff {
  width: calc(100%/3);
  width: 0.2%;

  float: left;
}
.stacks_in_33667_372.RC3_M.RC3_Goff {
  margin: 0 0% 10px 0%;
  width: calc(100%/3);
  width: 100%;

}

/****************  4 Non ******************/

.stacks_in_33667_372.RC4.RC4_Goff {
  width: calc(100%/4);
  width: 25%;

}
.stacks_in_33667_372.RC4_S.RC4_Goff {
  width: calc(100%/4);
  width: 25%;

}
/*
.stacks_in_33667_372.RC4_R.RC4_LL2.RC4_Goff {
  width: 25.1%;
  width: calc(100%/4);
  float: left;
}
*/
.stacks_in_33667_372.RC4_LF.RC4_Goff, .stacks_in_33667_372.RC4_LL.RC4_Goff, .stacks_in_33667_372.RC4_LF2.RC4_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RC4_LF.RC4_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RC4_LL2.RC4_Goff {
  margin: 0 0 10px 0;
}
/*@media (max-width: 1099px) {
  .stacks_in_33667_372.RC4_R.RC4_LL2.RC4_S.RC4_Goff{
    float: left;
    width: 25%;
    width: calc(100%/4);
  }
}*/

/****************  5 Non ******************/

.stacks_in_33667_372.RC5.RC5_Goff {
  width: calc(100%/5);
  width: 20%;

  float:left;
}
.stacks_in_33667_372.RC5_S.RC5_Goff {
  width: calc(100%/5);
  width: 20%;

}
.stacks_in_33667_372.RC5_R1.RC5_LF.RespColone5_Last.RC5_S.RC5_Goff {
  width: calc(100%/5);
  width: 20.3%;

}
.stacks_in_33667_372.RC5_M.RC5_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RC5_LF.RC5_Goff, .stacks_in_33667_372.RC5_LL.RC5_Goff, .stacks_in_33667_372.RC5_RF.RC5_Goff, .stacks_in_33667_372.RC5_RL.RC5_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RespColone5_First.RC5_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RespColone5_Last.RC5_Goff {
  margin: 0 0 10px 0;
}

/****************  6 Non ******************/

.stacks_in_33667_372.RC6.RC6_Goff {
  width: 16.66%;
}
.stacks_in_33667_372.RC6_S.RC6_Goff {
  width: 16.69%;
}
.stacks_in_33667_372.RC6_R1.RC6_LL.RC6_S.RC6_Goff, stacks_in_33667_372.RC6_L1.RC6_LF.RC6_Goff.RC6_S.RC6_Goff  {
  width: 17%;
}
.stacks_in_33667_372.RC6_M.RC6_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RC6_LF.RC6_Goff,
.stacks_in_33667_372.RC6_LL.RC6_Goff,
.stacks_in_33667_372.RC6_RF.RC6_Goff,
.stacks_in_33667_372.RC6_RL.RC6_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RC6_L1.RC6_Goff {
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.RC6_R1.RC6_Goff {
  margin: 0 0 10px 0;
}
/*@media (max-width: 1099px) {
    .stacks_in_33667_372.RC6_R1.RC6_LL.RC6_S.RC6_Goff,
    .stacks_in_33667_372.RC6_L1.RC6_LF.RC6_Goff.RC6_S.RC6_Goff  {
      width: 16.6%;
  }
}*/

/***************************************  1 COLUMN **********************************/

.stacks_in_33667_372.ResponsiveCol1_L {
  width: 100%;
  margin: 0 0 10px 0;
}

.stacks_in_33667_372.maxWToggle{
  max-width:500px;
  margin:0 auto;
}

.stacks_in_33667_372.RC_PaddingOn.UsePix {
  padding: 10px 0;
}

.stacks_in_33667_372.RC_PaddingOn.UsePerc {
  padding: 10% 0;
}

@media (max-width: 800px) {

}
@media (max-width: 600px) {
  .stacks_in_33667_372.ResponsiveCol1_L {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/***************************************  2 COLUMN **********************************/

.stacks_in_33667_372.ResponsiveCol2_L {
  float: left;
  width: 49%;
  /*width: calc(100%/2 - 1%);*/
  margin: 0 0 10px 0;
}
.stacks_in_33667_372.ResponsiveCol2_R {
  float: right;
  width: 49%;
  /*width: calc(100%/2 - 1%);*/
  margin: 0 0 10px 0;
}
@media (max-width: 800px) {

}
@media (max-width: 600px) {
  .stacks_in_33667_372.ResponsiveCol2_L {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.ResponsiveCol2_R {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.ResponsiveCol2_L.RC2_Goff {
    width: 100%;
    margin:0 0 10px 0;
  }
  .stacks_in_33667_372.ResponsiveCol2_R.RC2_Goff {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/***************************************  3 COLUMN **********************************/

.stacks_in_33667_372.RC3_L {
  float: left;
  width: -1%;
  width: calc(100%/3 - 1.4%);
  margin: 0 0 10px 0;

}
.stacks_in_33667_372.RC3_M {
  float: left;
  margin: 0 2% 10px 2%;
  width: 98%;
  width: calc(100%/3 - 1.2% );
}

.stacks_in_33667_372.RC3_R {
  float: left;
  width: -1%;
  width: calc(100%/3 - 1.4%);
  margin: 0 0 10px 0;
}

@media (max-width: 800px) {

  /*  ============ LARGE BOTTOM ================== */

  .stacks_in_33667_372.RC3_L.RespCol1 {
    float: left;
    width: 49%;
    width: calc(100%/2 - 1%);
    margin: 0 1% 10px 0;
  }
  .stacks_in_33667_372.RC3_M.RespCol1 {
    float: right;
    width: 49%;
    width: calc(100%/2 - 1%);
    margin: 0 0 10px 1%;
  }
  .stacks_in_33667_372.RC3_R.RespCol1,
  .stacks_in_33667_372.RC3_RS.RespCol1 {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_L.RespCol1.RC3_Goff {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_M.RespCol1.RC3_Goff  {
    float: right;
    width: %(50  0)%%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_R.RespCol1.RC3_Goff {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_RS.RespCol1.RC3_Goff  {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }

  /*  ============ LARGE TOP ================== */

  .stacks_in_33667_372.RC3_L.RespCol2 {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_M.RespCol2 {
    float: left;
    width: 49%;
    width: calc(100%/2 - 1%);
    margin: 0 1% 10px 0;
  }
  .stacks_in_33667_372.RC3_R.RespCol2 {
    float: left;
    width: 49%;
    width: calc(100%/2 - 1%);
    margin: 0 0 10px 1%;
  }
  .stacks_in_33667_372.RC3_RS.RespCol2 {
    float: left;
    width: 49%;
    margin: 0 0 10px 1%;
  }
  .stacks_in_33667_372.RC3_L.RespCol2.RC3_Goff {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_M.RespCol2.RC3_Goff {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_R.RespCol2.RC3_Goff {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC3_RS.RespCol2.RC3_Goff {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
  }

}
@media (max-width: 600px){
  .stacks_in_33667_372.RC3_L,
  .stacks_in_33667_372.RC3_R.RespCol2,
  .stacks_in_33667_372.RC3_R,
  .stacks_in_33667_372.RC3_R.RespCol1,
  .stacks_in_33667_372.RC3_RS.RespCol2,
  .stacks_in_33667_372.RC3_RS.RespCol3 {
    float: left !important;
    width: 100% !important;
    margin: 0 0 10px 0!important;
  }
  .stacks_in_33667_372.RC3_RS.RC3_Goff {
    float: left !important;
    width: 100%!important;
    margin:0 0 10px 0!important;
  }
  .stacks_in_33667_372.RC3_M {
    float: left !important;
    width: 100%!important;
    margin:0 0 10px 0!important;
  }
}

/***************************************  4 COLUMN **********************************/

.stacks_in_33667_372.RC4_L {
  float: left;
}
.stacks_in_33667_372.RC4_R {
  float: left;
}
.stacks_in_33667_372.RC4 {
  width: 23.5%;
  width: calc(100%/4 - 1%*1.5);
}
.stacks_in_33667_372.RC4_S {
  width: 23.6%;
}
.stacks_in_33667_372.RC4_LF,
.stacks_in_33667_372.RC4_LL,
.stacks_in_33667_372.RC4_LF2 {
  margin: 0 1% 10px 1%;
}
.stacks_in_33667_372.RC4_LF {
  margin: 0 1% 10px 0;
}
.stacks_in_33667_372.RC4_LL2 {
  margin: 0 0 10px 1%;
  float: float;
}
/*@media (max-width: 1074px) {
  .stacks_in_33667_372.RC4_S{
    width: 23.5%;
  }
}*/
@media (max-width: 800px) {
  .stacks_in_33667_372.RC4 {
    width: 49%;
    width: calc(100%/2 - 1%);
  }
  .stacks_in_33667_372.RC4_S {
    width: 49%;
  }
  .stacks_in_33667_372.RC4_LF {
    float: left;
    margin: 0 1% 10px 0 ;
  }
  .stacks_in_33667_372.RC4_LL {
    float: left;
    margin: 0 0 10px 1% ;
  }
  .stacks_in_33667_372.RC4_LF2 {
    float: left;
    margin: 0 1% 10px 0 ;
  }
  .stacks_in_33667_372.RC4_LL2 {
    float: left;
    margin: 0 0 10px 1% ;
  }
  .stacks_in_33667_372.RC4_R {
    float:left;
  }
  .stacks_in_33667_372.RC4.RC4_Goff {
    width: 50%;
  }
  .stacks_in_33667_372.RC4_S.RC4_Goff,
  .stacks_in_33667_372.RC4_R.RC4_LL2.RC4_S.RC4_Goff {
    width: 50%;
  }
  .stacks_in_33667_372.RC4_LF.RC4_Goff {
    float: left;
    margin: 0 0 10px 0 ;
  }
  .stacks_in_33667_372.RC4_LL.RC4_Goff {
    float: left;
    margin: 0 0 10px 0 ;
  }
  .stacks_in_33667_372.RC4_LF2.RC4_Goff {
    float: left;
    margin: 0 0 10px 0 ;
  }
  .stacks_in_33667_372.RC4_LL2.RC4_Goff {
    float: left;
    margin: 0 0 10px 0 ;
  }
}

@media (max-width: 600px){
  .stacks_in_33667_372.RC4 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC4_S {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC4.RC4_Goff {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC4_S.RC4_Goff,
  .stacks_in_33667_372.RC4_R.RC4_LL2.RC4_S.RC4_Goff {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/***************************************  5 COLUMN **********************************/

.stacks_in_33667_372.RC5_L {
  float: left;
}
.stacks_in_33667_372.RC5_R {
  float: left;
}
.stacks_in_33667_372.RC5 {
  width: 18.4%;
  width: calc(100%/5 - 1%*1.6);
}
.stacks_in_33667_372.RC5_S {
  width: 18.4%;
}
.stacks_in_33667_372.RC5_M {
  float: left;
  margin: 0 1% 10px 1%;
}
.stacks_in_33667_372.RC5_LF,
.stacks_in_33667_372.RC5_LL,
.stacks_in_33667_372.RC5_RF,
.stacks_in_33667_372.RC5_RL {
  float: left;
  margin: 0 1% 10px 1%;
}
.stacks_in_33667_372.RespColone5_First {
  margin: 0 1% 10px 0;
}
.stacks_in_33667_372.RespColone5_Last {
  float:left;
  margin: 0 0 10px 1%;
}
@media (max-width: 800px) {
  .stacks_in_33667_372.RC5, .stacks_in_33667_372.RC5_S {
    width: 49%;
  }
  .stacks_in_33667_372.RC5_LF {
    float: left;
    margin: 0 1% 10px 0;
  }
  .stacks_in_33667_372.RC5_LL {
    float: left;
    margin: 0 0 10px 1%;
  }
  .stacks_in_33667_372.RC5.RespColone5_Last,
  .stacks_in_33667_372.RC5_S.RespColone5_Last {
    float: left;
    width: 99.8% ;
    margin: 0 auto 10px auto;
  }
  .stacks_in_33667_372.RC5.RC5_Goff {
    width: 50%;
  }
  .stacks_in_33667_372.RC5_S.RC5_Goff {
    width: 50%;
  }
  .stacks_in_33667_372.RC5_LF.RC5_Goff {
    float: left;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC5_LL.RC5_Goff {
    float: left;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RespColone5_Last.RC5_Goff,
  .stacks_in_33667_372.RC5_R1.RC5_LF.RespColone5_Last.RC5_S.RC5_Goff {
    float: left;
    width: 100% ;
    margin: 0 auto 10px auto;
  }

  /*  ============ LARGE TOP ================== */

  .stacks_in_33667_372.RC5.RespCol2,
  .stacks_in_33667_372.RC5_S.RespCol2 {
    width: 49%;
  }
  .stacks_in_33667_372.RC5_LF.RespCol2,
  .stacks_in_33667_372.RespColone5_Last.RespCol2 {
    float: left;
    margin: 0 0 10px 1%;
  }
  .stacks_in_33667_372.RC5_LL.RespCol2 {
    float: left;
    margin: 0 1% 10px 0;
  }
  .stacks_in_33667_372.RC5.RespColone5_First.RespCol2,
  .stacks_in_33667_372.RC5_S.RespColone5_First.RespCol2 {
    float: left;
    width: 99.8%;
    margin: 0 auto 10px auto;
  }
  .stacks_in_33667_372.RC5.RespCol2.RC5_Goff {
    width: 50%;
  }
  .stacks_in_33667_372.RC5_S.RespCol2.RC5_Goff,
  .stacks_in_33667_372.RC5_R1.RC5_LF.RespColone5_Last.RespCol2.RC5_S.RC5_Goff {
    width: 50%;
  }
  .stacks_in_33667_372.RC5_LF.RespCol2.RC5_Goff,
  .stacks_in_33667_372.RespColone5_Last.RespCol2.RC5_Goff {
    float: left;
    margin: 0 0 10px 0;

  }
  .stacks_in_33667_372.RC5_LL.RespCol2.RC5_Goff {
    float: left;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RespColone5_First.RespCol2.RC5_Goff,
  .stacks_in_33667_372.RespColone5_First.RespCol2.RC5_S.RC5_Goff {
    float: left;
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 600px) {
  .stacks_in_33667_372.RC5.RC5_LL.RespCol2,
  .stacks_in_33667_372.RC5.RC5_LF.RespCol2,
  .stacks_in_33667_372.RC5.RC5_LL.RespCol1,
  .stacks_in_33667_372.RC5.RC5_LF.RespCol1,
  .stacks_in_33667_372.RC5_S.RC5_LL.RespCol2,
  .stacks_in_33667_372.RC5_S.RC5_LF.RespCol2,
  .stacks_in_33667_372.RC5_S.RC5_LL.RespCol1,
  .stacks_in_33667_372.RC5_S.RC5_LF.RespCol1 {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC5.RC5_Goff,
  .stacks_in_33667_372.RC5_S.RC5_Goff,
  .stacks_in_33667_372.RC5_LL.RespCol2.RC5_Goff {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}

/***************************************  6 COLUMN **********************************/

.stacks_in_33667_372.RC6_L,
.stacks_in_33667_372.RC6_L1 {
  float: left;
}
.stacks_in_33667_372.RC6_R,
.stacks_in_33667_372.RC6_R1 {
  float: left;
}
.stacks_in_33667_372.RC6 {
  width: 15%;
  width: calc(100%/6 - 1%*1.68);
}
.stacks_in_33667_372.RC6_S {
  width: 15.2%;
}
.stacks_in_33667_372.RC6_M {
  float: left;
  margin: 0 1% 10px 1%;
}
.stacks_in_33667_372.RC6_LF,
.stacks_in_33667_372.RC6_LL,
.stacks_in_33667_372.RC6_RF,
.stacks_in_33667_372.RC6_RL {
  margin: 0 1% 10px 1%;
}
.stacks_in_33667_372.RC6_L1 {
  margin: 0 1% 10px 0;
}
.stacks_in_33667_372.RC6_R1 {
  margin: 0 0 10px 1%;
}
/*@media (max-width: 1099px) {
  .stacks_in_33667_372.RC6_S {
    width: 15%;
  }
}*/
@media (max-width: 800px) {
  .stacks_in_33667_372.RC6,
  .stacks_in_33667_372.RC6_S {
    width: 49%;
    width: calc(100%/2 - 1%);
  }
  .stacks_in_33667_372.RC6_LF {
    float: left;
    margin: 0 1% 10px 0;
  }
  .stacks_in_33667_372.RC6_LL {
    float: left;
    margin: 0 0 10px 1%;
  }
  .stacks_in_33667_372.RC6.RC6_Goff,
  .stacks_in_33667_372.RC6_S.RC6_Goff,
  .stacks_in_33667_372.RC6_R1.RC6_LL.RC6_S.RC6_Goff,
  .stacks_in_33667_372.RC6_L1.RC6_LF.RC6_S.RC6_Goff {
    width:50%;
  }
  .stacks_in_33667_372.RC6_LF.RC6_Goff {
    float: left;
    margin: 0 0 10px 0;
  }
  .stacks_in_33667_372.RC6_LL.RC6_Goff {
    float: left;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 600px) {
  .stacks_in_33667_372.RC6,
  .stacks_in_33667_372.RC6_S {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_33667_345buttonPressWrapper{
	position: relative !important;
}

#stacks_in_33667_345 a, #stacks_in_33667_345 a:hover, #stacks_in_33667_345 a:visited, #stacks_in_33667_345 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_33667_345button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #000000 !important;
	background-color: #E6E6E6 !important;
	border-color: #C3C3C3 !important;
	box-sizing: border-box !important;
}

.stacks_in_33667_345button:hover{
	color: #FFFFFF !important;
	background-color: #091D39 !important;
	border-color: #071830 !important;
}

#stacks_in_33667_345 a, #stacks_in_33667_345 a:visited, #stacks_in_33667_345 a:active{
	color: #000000 !important;
}

#stacks_in_33667_345 a:hover{
	color: #FFFFFF !important;
}






	/* -- TYPE BOOSTRAP SMALL OVERRIDE -- */
	.stacks_in_33667_345button{
		padding: 3px 12px 3px 12px !important;
		font-size: 14px !important;
		line-height: 18px !important;
	}
	

































.stacks_in_33667_345buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_33667_345buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_33667_345buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_33667_345buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- *//* -- Start Buttonpress2 Each css Template -- */

.stacks_in_33667_347buttonPressWrapper{
	position: relative !important;
}

#stacks_in_33667_347 a, #stacks_in_33667_347 a:hover, #stacks_in_33667_347 a:visited, #stacks_in_33667_347 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_33667_347button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #000000 !important;
	background-color: #E6E6E6 !important;
	border-color: #C3C3C3 !important;
	box-sizing: border-box !important;
}

.stacks_in_33667_347button:hover{
	color: #FFFFFF !important;
	background-color: #091D39 !important;
	border-color: #071830 !important;
}

#stacks_in_33667_347 a, #stacks_in_33667_347 a:visited, #stacks_in_33667_347 a:active{
	color: #000000 !important;
}

#stacks_in_33667_347 a:hover{
	color: #FFFFFF !important;
}






	/* -- TYPE BOOSTRAP SMALL OVERRIDE -- */
	.stacks_in_33667_347button{
		padding: 3px 12px 3px 12px !important;
		font-size: 14px !important;
		line-height: 18px !important;
	}
	

































.stacks_in_33667_347buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_33667_347buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_33667_347buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_33667_347buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- *//* -- Start Buttonpress2 Each css Template -- */

.stacks_in_33667_349buttonPressWrapper{
	position: relative !important;
}

#stacks_in_33667_349 a, #stacks_in_33667_349 a:hover, #stacks_in_33667_349 a:visited, #stacks_in_33667_349 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_33667_349button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #000000 !important;
	background-color: #E6E6E6 !important;
	border-color: #C3C3C3 !important;
	box-sizing: border-box !important;
}

.stacks_in_33667_349button:hover{
	color: #FFFFFF !important;
	background-color: #091D39 !important;
	border-color: #071830 !important;
}

#stacks_in_33667_349 a, #stacks_in_33667_349 a:visited, #stacks_in_33667_349 a:active{
	color: #000000 !important;
}

#stacks_in_33667_349 a:hover{
	color: #FFFFFF !important;
}






	/* -- TYPE BOOSTRAP SMALL OVERRIDE -- */
	.stacks_in_33667_349button{
		padding: 3px 12px 3px 12px !important;
		font-size: 14px !important;
		line-height: 18px !important;
	}
	

































.stacks_in_33667_349buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_33667_349buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_33667_349buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_33667_349buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- *//* -- Start Buttonpress2 Each css Template -- */

.stacks_in_33667_364buttonPressWrapper{
	position: relative !important;
}

#stacks_in_33667_364 a, #stacks_in_33667_364 a:hover, #stacks_in_33667_364 a:visited, #stacks_in_33667_364 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_33667_364button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #092239 !important;
	border-color: #071C30 !important;
	box-sizing: border-box !important;
}

.stacks_in_33667_364button:hover{
	color: #000000 !important;
	background-color: #B3B3B3 !important;
	border-color: #989898 !important;
}

#stacks_in_33667_364 a, #stacks_in_33667_364 a:visited, #stacks_in_33667_364 a:active{
	color: #FFFFFF !important;
}

#stacks_in_33667_364 a:hover{
	color: #000000 !important;
}






	/* -- TYPE BOOSTRAP SMALL OVERRIDE -- */
	.stacks_in_33667_364button{
		padding: 3px 12px 3px 12px !important;
		font-size: 14px !important;
		line-height: 18px !important;
	}
	

































.stacks_in_33667_364buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_33667_364buttonPressWrapper{
	position: relative !important;
	text-align: right !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_33667_364buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_33667_364buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_33667_584_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 5px 21px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 1px;
  border-color: rgba(179, 179, 179, 1.00);
}
#stacks_in_33667_584_press.press-lite:focus {outline:0;}
#stacks_in_33667_584_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 0px 0px 0px 0px;
}
#stacks_in_33667_584_press.press-lite {
  white-space: nowrap;
}
#stacks_in_33667_584_press.press-lite .press-lite-text span,
#stacks_in_33667_584_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(0, 0, 0, 1.00);
  /*  */
}
#stacks_in_33667_584_press.press-lite,
#stacks_in_33667_584_press.press-lite .press-lite-text,
#stacks_in_33667_584_press.press-lite .press-lite-text:after,
#stacks_in_33667_584_press.press-lite .press-lite-text > span,
#stacks_in_33667_584_press.press-lite .press-lite-icon i,
#stacks_in_33667_584_press.press-lite .press-lite-icon img,
#stacks_in_33667_584_press.press-lite .press-lite-icon svg,
#stacks_in_33667_584_press.press-lite .press-lite-icon svg path,
#stacks_in_33667_584_press.press-lite .press-lite-icon svg polyline,
#stacks_in_33667_584_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_33667_584_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_33667_584_press.press-lite .press-lite-icon i,
#stacks_in_33667_584_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(0, 0, 0, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_33667_584_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_33667_584_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_33667_584_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_33667_584_press.press-lite .press-lite-icon svg path {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_33667_584_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(0, 0, 0, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_33667_584_press.press-lite:active,
#stacks_in_33667_584_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_33667_584_press.press-lite:active {
  box-shadow: inset 0px 0px 0px 300px rgba(0,0,0,0.1);
}
/*  */
#stacks_in_33667_584_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_33667_584_press.press-lite .press-lite-line-t,
#stacks_in_33667_584_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_33667_584_press.press-lite .press-lite-line-l,
#stacks_in_33667_584_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_33667_584_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_33667_584_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_33667_584_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_33667_584_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_34450_3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_34450_3 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_34450_3 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu li > a:hover,
#clean-menu_stacks_in_34450_3 li > a:hover {
  text-decoration: none;
}

#stacks_in_34450_3 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_34450_3 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_34450_3 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_34450_3 ul li > a:after,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_34450_3.cm-full-menu,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul > div,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul > div a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu.clean-menu-active {
  height: auto;
}

#clean-menu-full_stacks_in_34450_3.cm-full-menu {
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}



#clean-menu-full_stacks_in_34450_3.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_34450_3 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_34450_3.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}



#clean-menu_stacks_in_34450_3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_34450_3 > div {
  align-self: center;
}
#clean-menu_stacks_in_34450_3 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_34450_3 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo {
  max-width: 300px;
  min-width: 300px;
  margin: 0;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo .cm-logo-wrap {
  max-width: 300px;
  min-width: 300px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_34450_3.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_34450_3 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_34450_3.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_34450_3.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(35, 50, 97, 1.00);
  font-size: inherit;
  
  font-weight: bold;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(35, 50, 97, 1.00);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_34450_3 li > a svg,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(127, 127, 127, 1.00);
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a:hover svg {
  fill: rgba(127, 127, 127, 1.00);
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(127, 127, 127, 1.00);
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(127, 127, 127, 1.00);
}
#clean-menu_stacks_in_34450_3 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_34450_3 h1, #clean-menu_stacks_in_34450_3 h2, #clean-menu_stacks_in_34450_3 h3, #clean-menu_stacks_in_34450_3 h4, #clean-menu_stacks_in_34450_3 h5, #clean-menu_stacks_in_34450_3 h6, #clean-menu_stacks_in_34450_3 .layouts-text, #clean-menu_stacks_in_34450_3 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu > ul > li,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 1.00);
  fill: rgba(0, 0, 0, 1.00);
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(45, 99, 160, 1.00);
  fill:  rgba(45, 99, 160, 1.00);
}
/* #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 1.00);
  cursor: default;
} */
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(45, 99, 160, 1.00);
  fill:  rgba(45, 99, 160, 1.00);
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(35, 50, 97, 1.00);
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(127, 127, 127, 1.00);
}
/* #clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(35, 50, 97, 1.00);
} */
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(127, 127, 127, 1.00);
}
.disable-parents #clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_34450_3.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 1.00);
  border-color: rgba(0, 0, 0, 1.00);
}
.disable-parents #clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(35, 50, 97, 1.00);
  border-color: rgba(35, 50, 97, 1.00);
}




#clean-menu_stacks_in_34450_3 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_34450_3 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo {
  width: auto;
  max-width: 9999px;
}
#clean-menu_stacks_in_34450_3 .clean-menu-logo .cm-logo-wrap {
  max-width: 300px;
  margin-right: 5px;
  width: 100%;
}
div[tag="slice"] > .mez > #stacks_in_34450_3.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}



#clean-menu_stacks_in_34450_3 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_34450_3 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 1.00);
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(45, 99, 160, 1.00);
}
/* #clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 1.00);
} */
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(45, 99, 160, 1.00);
}






@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_34450_3 ul li.cm-hide-menu {
    display: none;
  }
  
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu {
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul {
    text-align: center;
    padding: 20px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul li{
    display: block;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul {
    padding: 0 0 0 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul ul {
    padding: 0 0 0 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul > li > a {
    padding: 4px 20px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul {
    padding: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul li {
    margin: 3px 0px 3px 15px;
    position: relative;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul li {
    line-height: 1;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul li:before {
    content: ">";
    position: absolute;
    left: 5px;
    top: 4px;
    line-height: 1;
    font-family: monospace;
    font-weight: bold;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_34450_3.cm-full-menu > ul > li {
    margin: 30px 0;
  }
  
  #clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > a.parent,
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul > li > a.parent,
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a.parent {
  cursor: default;
}
#clean-menu_stacks_in_34450_3 .clean-menu-top-level > ul > li > ul li > a.parent {
  font-weight: bold;
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul li.parent > a {
  font-weight: bold;
  /* padding: 0; */
}
#clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul li.parent:before {
  display: none;
}


@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_34450_3.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_34450_3 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_34450_3 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_34450_3 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_34450_3 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_34450_3 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu_stacks_in_34450_3 .clean-menu-full .cm-menu-toggle {
    float: right;
  }
  
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_34450_3 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_34450_3 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_34450_3 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_34450_3 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_34450_3 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_34450_3.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_34450_3.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_34450_3.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_34450_3.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}

.cm-mobile-example  #clean-menu_stacks_in_34450_3 .clean-menu-full .cm-menu-toggle {
  float: right;
}









#clean-menu_stacks_in_34450_3 .clean-menu-top-level ul li.cm-current > a {
  
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34450_6 {
	
}

#stacks_in_34450_6 img {
	float: left;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_34450_6 img {
	float: left;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_32238 {
	max-width: 1280px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_32238 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}

#stacks_in_32238 {
	padding: 10px 0px 0px 0px;
}
#bannerStackstacks_in_34431 {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#bannerStackstacks_in_34431 img {
	width: 100%;
	height: auto;
}/**/
@media screen and (min-width: 768px) {
	#bannerLayerstacks_in_34434 {
		position: absolute;
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari */
		transform: rotate(0deg);
		color: rgba(255, 255, 255, 1.00);
		z-index: 2;
		padding: 20px 20px 20px 20px;
		border-radius: 3px 3px 3px 3px;
		overflow: hidden;
		font-size: 100.00%;
		line-height: 1.50em;
	}
	
	
	#bannerLayerstacks_in_34434 {
		background: rgba(0, 0, 0, 0.25);
	}
	
	
	
	
	#bannerLayerstacks_in_34434 img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	
	#bannerLayerstacks_in_34434 h1, 
	#bannerLayerstacks_in_34434 h2,
	#bannerLayerstacks_in_34434 h3,
	#bannerLayerstacks_in_34434 h4,
	#bannerLayerstacks_in_34434 h5,
	#bannerLayerstacks_in_34434 h6 {
		color: rgba(255, 255, 255, 1.00);
	}
	
	#bannerLayerstacks_in_34434 a,
	#bannerLayerstacks_in_34434 a:visited {
		color: rgba(102, 204, 255, 1.00);
		outline: none;
		border: none;
	}
	
	#bannerLayerstacks_in_34434 a:hover,
	#bannerLayerstacks_in_34434 a:active {
		color: rgba(0, 128, 255, 1.00);
		outline: none;
		border: none;
	}
	
	/* Horizontal Position Settings */
	
	
	
	
	#bannerLayerstacks_in_34434 {
		left: 0.00%;
	}
	
	
	
	
	/* Vertical Position Settings */
	
	
	#bannerLayerstacks_in_34434 {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
	
	
	
	
	
	
	/* Width Settings */
	
	
	
	
	#bannerLayerstacks_in_34434 {
		width: 45.00%;
	}
	
	
	
	
	/* Height Settings */
	
	
	#bannerLayerstacks_in_34434 {
		height: auto;
	}
	
	
	
	
	
}
/**/

/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34436 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_34436 { 
    padding: 6% 6% 6% 6%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_34561 h1,#stacks_in_34561 .hTxt:not(.segment) div{font-size:3.00rem}@media all and (max-width:640px){#stacks_in_34561 h1,#stacks_in_34561 .hTxt:not(.segment) div{font-size:1.95rem}}

#stacks_in_34567 h2,#stacks_in_34567 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_34567 h2,#stacks_in_34567 .hTxt:not(.segment) div{font-size:1.50rem}}

/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34480 {
	padding: 3% 0% 3% 0%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_34480 { 
    padding: 2% 0% 2% 0%;
    margin: 0% 0% 0% 0%;
}
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_34452buttonPressWrapper{
	position: relative !important;
}

#stacks_in_34452 a, #stacks_in_34452 a:hover, #stacks_in_34452 a:visited, #stacks_in_34452 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_34452button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #2D63A0 !important;
	border-color: #265488 !important;
	box-sizing: border-box !important;
}

.stacks_in_34452button:hover{
	color: #FFFFFF !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
}

#stacks_in_34452 a, #stacks_in_34452 a:visited, #stacks_in_34452 a:active{
	color: #FFFFFF !important;
}

#stacks_in_34452 a:hover{
	color: #FFFFFF !important;
}




















	/* -- TYPE FLAT EXTRA LARGE OVERRIDE -- */
	.stacks_in_34452button{
		border-color: #2D63A0 !important;
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.stacks_in_34452button:hover{
		border-color: #000000 !important;
	}
	



















.stacks_in_34452buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_34452buttonPressWrapper{
	position: relative !important;
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_34452buttonPressWrapper{
		text-align: left !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_34452buttonPressWrapper{
		text-align: left !important;
	}
}

/* -- End Buttonpress2 Each css Template -- *//*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34515 {
	padding: 3% 0% 3% 0%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_34515 { 
    padding: 2% 2% 2% 6%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_34576 h2,#stacks_in_34576 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_34576 h2,#stacks_in_34576 .hTxt:not(.segment) div{font-size:1.50rem}}@media only screen and (max-width:414px){#stacks_in_34576 h2,#stacks_in_34576 div{text-align:left !important}#stacks_out_34576{display:block !important}}

/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34583 {
	padding: 2% 0% 10% 0%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_34583 { 
    padding: 0% 3% 2% 3%;
    margin: 3% 0% 0% 0%;
}
}
/* Start dooReflow stack each CSS code */	#stacks_in_34584 .grid-pad{		margin-left: -2px;		margin-right: -2px;		margin-top: -15px;		margin-bottom: -15px;	}	#stacks_in_34584 [class*='re-col-']{	  padding-left: 2px;	  padding-right: 2px;	  padding-top: 15px;	  padding-bottom: 15px;	  vertical-align: top;	}			@media all and (max-width: 1024px) {		#stacks_in_34584 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_34584 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_34584 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_34584 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_34584 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code */
#stacks_in_34585 {
	padding:  5px;
}
#stacks_in_34714 h3,#stacks_in_34714 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_34714 h3,#stacks_in_34714 .hTxt:not(.segment) div{font-size:1.20rem}}

	
	/* start image list from doobox css */
	
	
	#stacks_in_34592 .stacks_in_34592imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:0px 0;
		
		z-index:1;
	}
	
	#stacks_in_34592 .stacks_in_34592listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_34592 .stacks_in_34592listIcon img{
		width:10px;
		height: auto;
	}
	
	
	#stacks_in_34592 .stacks_in_34592listTitle {

		margin-left:20px;
		padding-bottom: 6px;
		font-weight: bold;
		font-size: 116%;
	}
	
	
	#stacks_in_34592 .stacks_in_34592listContent {
		display: none;
		margin-left:20px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_34592breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_34602 {
	padding:  5px;
}
#stacks_in_34719 h3,#stacks_in_34719 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_34719 h3,#stacks_in_34719 .hTxt:not(.segment) div{font-size:1.20rem}}

	
	/* start image list from doobox css */
	
	
	#stacks_in_34607 .stacks_in_34607imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:0px 0;
		
		z-index:1;
	}
	
	#stacks_in_34607 .stacks_in_34607listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_34607 .stacks_in_34607listIcon img{
		width:10px;
		height: auto;
	}
	
	
	#stacks_in_34607 .stacks_in_34607listTitle {

		margin-left:20px;
		padding-bottom: 6px;
		font-weight: bold;
		font-size: 116%;
	}
	
	
	#stacks_in_34607 .stacks_in_34607listContent {
		display: none;
		margin-left:20px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_34607breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_34620 {
	padding:  5px;
}
#stacks_in_34724 h3,#stacks_in_34724 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_34724 h3,#stacks_in_34724 .hTxt:not(.segment) div{font-size:1.20rem}}

	
	/* start image list from doobox css */
	
	
	#stacks_in_34625 .stacks_in_34625imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:3px 0;
		
		z-index:1;
	}
	
	#stacks_in_34625 .stacks_in_34625listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_34625 .stacks_in_34625listIcon img{
		width:10px;
		height: auto;
	}
	
	
	#stacks_in_34625 .stacks_in_34625listTitle {

		margin-left:20px;
		padding-bottom: 6px;
		font-weight: bold;
		font-size: 116%;
	}
	
	
	#stacks_in_34625 .stacks_in_34625listContent {
		display: none;
		margin-left:20px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_34625breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_34632 {
	padding:  5px;
}
#stacks_in_34729 h3,#stacks_in_34729 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_34729 h3,#stacks_in_34729 .hTxt:not(.segment) div{font-size:1.20rem}}

	
	/* start image list from doobox css */
	
	
	#stacks_in_34637 .stacks_in_34637imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:3px 0;
		
		z-index:1;
	}
	
	#stacks_in_34637 .stacks_in_34637listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_34637 .stacks_in_34637listIcon img{
		width:10px;
		height: auto;
	}
	
	
	#stacks_in_34637 .stacks_in_34637listTitle {

		margin-left:20px;
		padding-bottom: 6px;
		font-weight: bold;
		font-size: 116%;
	}
	
	
	#stacks_in_34637 .stacks_in_34637listContent {
		display: none;
		margin-left:20px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_34637breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	#stacks_in_34644 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_34644 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_34645 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_34645 {
		display: none !important;
	}
}
/* -- Start Textalign Each css Template -- */
#stacks_in_34708 {
	text-align: center !important;
}





@media only screen and (max-width: 768px) {
    #stacks_in_34708 {
		text-align: center !important;
	}
	
	#stacks_in_34708 img {
		margin: 0 auto !important;
	}
	
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_34708 {
		text-align: center !important;
	}
	
	#stacks_in_34708 img {
		margin: 0 auto !important;
	}
	
	
	
	
}
/* -- End Textalign Each css Template -- *//* -- Start Buttonpress2 Each css Template -- */

.stacks_in_34709buttonPressWrapper{
	position: relative !important;
}

#stacks_in_34709 a, #stacks_in_34709 a:hover, #stacks_in_34709 a:visited, #stacks_in_34709 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_34709button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #17B222 !important;
	border-color: #13971C !important;
	box-sizing: border-box !important;
}

.stacks_in_34709button:hover{
	color: #FFFFFF !important;
	background-color: #264A01 !important;
	border-color: #203E00 !important;
}

#stacks_in_34709 a, #stacks_in_34709 a:visited, #stacks_in_34709 a:active{
	color: #FFFFFF !important;
}

#stacks_in_34709 a:hover{
	color: #FFFFFF !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_34709button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_34709buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_34709buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_34709buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_34709buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_34650 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_34650 {
		display: none !important;
	}
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34653 {
	padding: 3% 0% 3% 0%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_34653 { 
    padding: 2% 2% 2% 6%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_34701 h4,#stacks_in_34701 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_34701 h4,#stacks_in_34701 .hTxt:not(.segment) div{font-size:1.00rem}}@media only screen and (max-width:414px){#stacks_in_34701 h4,#stacks_in_34701 div{text-align:center !important}#stacks_out_34701{display:block !important}}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_34658 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_34658 {
		display: none !important;
	}
}
/* Start dooReflow stack each CSS code */	#stacks_in_34659 .grid-pad{		margin-left: -3px;		margin-right: -3px;		margin-top: -4px;		margin-bottom: -4px;	}	#stacks_in_34659 [class*='re-col-']{	  padding-left: 3px;	  padding-right: 3px;	  padding-top: 4px;	  padding-bottom: 4px;	  vertical-align: middle;	}			@media all and (max-width: 1024px) {		#stacks_in_34659 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_34659 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_34659 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_34659 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_34659 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code *//*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34660 {
	
}

#stacks_in_34660 img {
	float: none;
	max-width: 50% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_34660 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_34660 {
	background-color: rgba(255, 255, 255, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34663 {
	
}

#stacks_in_34663 img {
	float: none;
	max-width: 50% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_34663 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_34663 {
	background-color: rgba(255, 255, 255, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34666 {
	
}

#stacks_in_34666 img {
	float: none;
	max-width: 50% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_34666 img {
	float: none;
	max-width: 45% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_34666 {
	background-color: rgba(255, 255, 255, 1.00);
}
/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Transparent Stack
Style Sheet: fsrtransparent.css
Created: 23, October 2012
Last Modified: 12, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_33670_8_wrapper {
	
}

#stacks_in_33670_8_wrapper #stacks_in_33670_8_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: #233261;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	filter: alpha(opacity=99);
	opacity: 0.99;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_33670_9 {
	padding: 3% 3% 3% 3%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_33670_9 { 
    padding: 2% 2% 2% 2%;
    margin: 0% 0% 0% 0%;
}
}

#stacks_in_33670_36 {
	font-size: 90%;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_33670_31 {
	
}

#stacks_in_33670_31 img {
	float: none;
	max-width: 80% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_33670_31 img {
	float: none;
	max-width: 55% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 30, August 2013
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_32470_6 {
	padding: 1% 3% 1% 3%;
	margin: 0% 0% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_32470_6 { 
    padding: 2% 3% 2% 3%;
    margin: 0% 0% 0% 0%;
}
}
/* Start dooText X stack CSS code */.stacks_in_32470_4x{	display: block !important;	text-align: center !important;	}@media (max-width:768px) {	.stacks_in_32470_4x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_32470_4x{		text-align: center !important;	}}/* End dooText X stack CSS code */
#stacks_in_32470_5 {
	font-size: 90%;
}
