/*
 * 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_304 {
  display: inline-block;
  width: 100%;
}
.RC_clear{
  display:block;
  width:100%;
}

.stacks_in_304.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_304.ResponsiveCol2_L.RC2_Goff {
  width: calc(100%/2);
  width: 50%;


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

  float:left;
}

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {

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

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

.stacks_in_304.ResponsiveCol2_L {
  float: left;
  width: 49%;
  /*width: calc(100%/2 - 1%);*/
  margin: 0 0 10px 0;
}
.stacks_in_304.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_304.ResponsiveCol2_L {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_304.ResponsiveCol2_R {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_304.ResponsiveCol2_L.RC2_Goff {
    width: 100%;
    margin:0 0 10px 0;
  }
  .stacks_in_304.ResponsiveCol2_R.RC2_Goff {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

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

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

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

.stacks_in_304.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_304.RC3_L.RespCol1 {
    float: left;
    width: 49%;
    width: calc(100%/2 - 1%);
    margin: 0 1% 10px 0;
  }
  .stacks_in_304.RC3_M.RespCol1 {
    float: right;
    width: 49%;
    width: calc(100%/2 - 1%);
    margin: 0 0 10px 1%;
  }
  .stacks_in_304.RC3_R.RespCol1,
  .stacks_in_304.RC3_RS.RespCol1 {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_304.RC3_L.RespCol1.RC3_Goff {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
  }
  .stacks_in_304.RC3_M.RespCol1.RC3_Goff  {
    float: right;
    width: %(50  0)%%;
    margin: 0 0 10px 0;
  }
  .stacks_in_304.RC3_R.RespCol1.RC3_Goff {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .stacks_in_304.RC3_RS.RespCol1.RC3_Goff  {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.stacks_in_304.RC6_L,
.stacks_in_304.RC6_L1 {
  float: left;
}
.stacks_in_304.RC6_R,
.stacks_in_304.RC6_R1 {
  float: left;
}
.stacks_in_304.RC6 {
  width: 15%;
  width: calc(100%/6 - 1%*1.68);
}
.stacks_in_304.RC6_S {
  width: 15.2%;
}
.stacks_in_304.RC6_M {
  float: left;
  margin: 0 1% 10px 1%;
}
.stacks_in_304.RC6_LF,
.stacks_in_304.RC6_LL,
.stacks_in_304.RC6_RF,
.stacks_in_304.RC6_RL {
  margin: 0 1% 10px 1%;
}
.stacks_in_304.RC6_L1 {
  margin: 0 1% 10px 0;
}
.stacks_in_304.RC6_R1 {
  margin: 0 0 10px 1%;
}
/*@media (max-width: 1099px) {
  .stacks_in_304.RC6_S {
    width: 15%;
  }
}*/
@media (max-width: 800px) {
  .stacks_in_304.RC6,
  .stacks_in_304.RC6_S {
    width: 49%;
    width: calc(100%/2 - 1%);
  }
  .stacks_in_304.RC6_LF {
    float: left;
    margin: 0 1% 10px 0;
  }
  .stacks_in_304.RC6_LL {
    float: left;
    margin: 0 0 10px 1%;
  }
  .stacks_in_304.RC6.RC6_Goff,
  .stacks_in_304.RC6_S.RC6_Goff,
  .stacks_in_304.RC6_R1.RC6_LL.RC6_S.RC6_Goff,
  .stacks_in_304.RC6_L1.RC6_LF.RC6_S.RC6_Goff {
    width:50%;
  }
  .stacks_in_304.RC6_LF.RC6_Goff {
    float: left;
    margin: 0 0 10px 0;
  }
  .stacks_in_304.RC6_LL.RC6_Goff {
    float: left;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 600px) {
  .stacks_in_304.RC6,
  .stacks_in_304.RC6_S {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}
/* Start Contact Form stack CSS code */.stacks_in_310formwrap{	margin: 0;}#stacks_in_310comment{display: none;height: 0px;padding: 0px;margin: 0px;}.stacks_in_310mail{padding: 0;}.stacks_in_310fieldset{	border: none;	outline: none;	float : none !important;	text-align: left !important;}.stacks_in_310formail{}.stacks_in_310fieldset{	padding: 0 20px 0 3px;}#stacks_in_310 label{display: block;margin: 10px 0 0 0;padding: 0 0 5px 0;line-height: 1.1em;}#stacks_in_310 label *{display: inline;}#stacks_in_310 .stacks_in_310input{padding: 3px 7px 3px 7px;width: 100%;font-size: 12px;background: #FFFFFF !important;color: #555555 !important;margin: 0;border: 1px solid #D8D8D8 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px !important;}#stacks_in_310 textarea{padding: 7px;width: 100%;font-size: 13px;border: 1px solid #D8D8D8 !important;background: #FFFFFF !important;color: #555555 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.stacks_in_310sendmail{margin-top: 20px !important;padding: 4px 7px 4px 7px !important;display: block;text-align: center !important;font-size: 12px;color: #444444 !important;border: 1px solid #D8D8D8 !important;background-color: #FFFFFF !important;-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px;cursor: pointer;}#sendmail:hover{cursor: pointer;}.stacks_in_310response{display: none;width: 80%;border: 1px solid #D6392B;background: #FEF4FA;padding: 10px;margin: 20px auto 0 0;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}.stacks_in_310loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_310autoreplay{visibility: hidden;height: 0px;display: none;}#stacks_in_310 textarea{	color: #555555 !important;}/* End Contact Form stack CSS code */