/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- */.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}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !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_32536_60 {
	max-width: 1285px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

#stacks_in_32536_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_32536_342 {
	padding: 2% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_32536_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_32536_372 {
  display: inline-block;
  width: 100%;
}
.RC_clear{
  display:block;
  width:100%;
}

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


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

  float:left;
}

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stacks_in_32536_345buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_32536_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_32536_345button:hover{
	color: #FFFFFF !important;
	background-color: #091D39 !important;
	border-color: #071830 !important;
}

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

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






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

































.stacks_in_32536_345buttonPressWrapper *{
	
	
}


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

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

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

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

.stacks_in_32536_347buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_32536_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_32536_347button:hover{
	color: #FFFFFF !important;
	background-color: #091D39 !important;
	border-color: #071830 !important;
}

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

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






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

































.stacks_in_32536_347buttonPressWrapper *{
	
	
}


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

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

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

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

.stacks_in_32536_349buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_32536_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_32536_349button:hover{
	color: #FFFFFF !important;
	background-color: #091D39 !important;
	border-color: #071830 !important;
}

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

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






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

































.stacks_in_32536_349buttonPressWrapper *{
	
	
}


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

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

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

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

.stacks_in_32536_364buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_32536_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_32536_364button:hover{
	color: #000000 !important;
	background-color: #B3B3B3 !important;
	border-color: #989898 !important;
}

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

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






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

































.stacks_in_32536_364buttonPressWrapper *{
	
	
}


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

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

@media only screen and (max-width: 480px) {
	.stacks_in_32536_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_32536_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_32536_584_press.press-lite:focus {outline:0;}
#stacks_in_32536_584_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 0px 0px 0px 0px;
}
#stacks_in_32536_584_press.press-lite {
  white-space: nowrap;
}
#stacks_in_32536_584_press.press-lite .press-lite-text span,
#stacks_in_32536_584_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(0, 0, 0, 1.00);
  /*  */
}
#stacks_in_32536_584_press.press-lite,
#stacks_in_32536_584_press.press-lite .press-lite-text,
#stacks_in_32536_584_press.press-lite .press-lite-text:after,
#stacks_in_32536_584_press.press-lite .press-lite-text > span,
#stacks_in_32536_584_press.press-lite .press-lite-icon i,
#stacks_in_32536_584_press.press-lite .press-lite-icon img,
#stacks_in_32536_584_press.press-lite .press-lite-icon svg,
#stacks_in_32536_584_press.press-lite .press-lite-icon svg path,
#stacks_in_32536_584_press.press-lite .press-lite-icon svg polyline,
#stacks_in_32536_584_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_32536_584_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_32536_584_press.press-lite .press-lite-icon i,
#stacks_in_32536_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_32536_584_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_32536_584_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_32536_584_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_32536_584_press.press-lite .press-lite-icon svg path {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_32536_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_32536_584_press.press-lite:active,
#stacks_in_32536_584_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_32536_584_press.press-lite:active {
  box-shadow: inset 0px 0px 0px 300px rgba(0,0,0,0.1);
}
/*  */
#stacks_in_32536_584_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_32536_584_press.press-lite .press-lite-line-t,
#stacks_in_32536_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_32536_584_press.press-lite .press-lite-line-l,
#stacks_in_32536_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_32536_584_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_32536_584_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_32536_584_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_32536_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_33535_3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_33535_3 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

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

#stacks_in_33535_3 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_33535_3 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_33535_3 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_33535_3 ul li > a:after,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_33535_3.cm-full-menu,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul,
#clean-menu_stacks_in_33535_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_33535_3.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a,
#clean-menu_stacks_in_33535_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_33535_3 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_33535_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_33535_3.cm-full-menu ul > div,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul > div a,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu,
#clean-menu_stacks_in_33535_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_33535_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_33535_3.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu.clean-menu-active {
  height: auto;
}

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



#clean-menu-full_stacks_in_33535_3.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_33535_3 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_33535_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_33535_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_33535_3 > div {
  align-self: center;
}
#clean-menu_stacks_in_33535_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_33535_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_33535_3 .clean-menu-logo {
  max-width: 300px;
  min-width: 300px;
  margin: 0;
}
#clean-menu_stacks_in_33535_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_33535_3 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_33535_3.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_33535_3 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_33535_3 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_33535_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_33535_3 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_33535_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_33535_3 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_33535_3.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_33535_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_33535_3.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_33535_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_33535_3.cm-full-menu ul li > a,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_33535_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_33535_3.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_33535_3 li > a svg,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_33535_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_33535_3 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a:hover svg {
  fill: rgba(127, 127, 127, 1.00);
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_33535_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_33535_3 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(127, 127, 127, 1.00);
}
#clean-menu_stacks_in_33535_3 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_33535_3 h1, #clean-menu_stacks_in_33535_3 h2, #clean-menu_stacks_in_33535_3 h3, #clean-menu_stacks_in_33535_3 h4, #clean-menu_stacks_in_33535_3 h5, #clean-menu_stacks_in_33535_3 h6, #clean-menu_stacks_in_33535_3 .layouts-text, #clean-menu_stacks_in_33535_3 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu > ul > li,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_33535_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_33535_3.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_33535_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_33535_3.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_33535_3.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_33535_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_33535_3.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_33535_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_33535_3 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(35, 50, 97, 1.00);
}
#clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(127, 127, 127, 1.00);
}
/* #clean-menu_stacks_in_33535_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_33535_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_33535_3 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_33535_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_33535_3 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_33535_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_33535_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_33535_3 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_33535_3 .clean-menu-logo {
  width: auto;
  max-width: 9999px;
}
#clean-menu_stacks_in_33535_3 .clean-menu-logo .cm-logo-wrap {
  max-width: 300px;
  margin-right: 5px;
  width: 100%;
}
div[tag="slice"] > .mez > #stacks_in_33535_3.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}



#clean-menu_stacks_in_33535_3 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_33535_3 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_33535_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_33535_3 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_33535_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_33535_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_33535_3 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 1.00);
}
#clean-menu_stacks_in_33535_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_33535_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_33535_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_33535_3.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_33535_3 ul li.cm-hide-menu {
    display: none;
  }
  
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu {
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu ul {
    text-align: center;
    padding: 20px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_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_33535_3.cm-full-menu ul ul li{
    display: block;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul {
    padding: 0 0 0 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul ul {
    padding: 0 0 0 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul > li > a {
    padding: 4px 20px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_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_33535_3.cm-full-menu ul {
    padding: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul li {
    margin: 3px 0px 3px 15px;
    position: relative;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul li {
    line-height: 1;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_33535_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_33535_3.cm-full-menu > ul > li {
    margin: 30px 0;
  }
  
  #clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_33535_3 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

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


@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_33535_3.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_33535_3 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_33535_3 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_33535_3 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_33535_3 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_33535_3 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu_stacks_in_33535_3 .clean-menu-full .cm-menu-toggle {
    float: right;
  }
  
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_33535_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_33535_3.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_33535_3.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






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

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









#clean-menu_stacks_in_33535_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_33535_6 {
	
}

#stacks_in_33535_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_33535_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_32535 {
	max-width: 1280px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

#stacks_in_32535 {
	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_33496 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_33496 { 
    padding: 2% 7% 0% 7%;
    margin: 0% 0% 0% 0%;
}
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_leftcol_stacks_in_33497 {
	float: left;
	display: block;
	width: 55%;
	height: auto;
	margin: 0;
}

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_leftcol_stacks_in_33497 .leftcolpad_stacks_in_33497 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_rightcol_stacks_in_33497 {
	float: right;
	display: block;
	width: 45%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_rightcol_stacks_in_33497 .rightcolpad_stacks_in_33497 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_leftcol_stacks_in_33497 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_leftcol_stacks_in_33497 .leftcolpad_stacks_in_33497 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_rightcol_stacks_in_33497 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_33497 #fsr_colwrap_stacks_in_33497 #fsr_rightcol_stacks_in_33497 .rightcolpad_stacks_in_33497 {
	padding: 0px 0px 0px 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_33498 {
	padding: 6% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_33498 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_33442 h1,#stacks_in_33442 .hTxt:not(.segment) div{font-size:2.80rem}@media all and (max-width:640px){#stacks_in_33442 h1,#stacks_in_33442 .hTxt:not(.segment) div{font-size:1.80rem}}

/*
-------------------------------------------
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_33566 {
	padding: 0% 0% 3% 0%;
	margin: 0% 0% 0% 0%;
}

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

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

.stacks_in_33534buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_33534button{
	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: #0D263F !important;
	border-color: #0B2035 !important;
	box-sizing: border-box !important;
}

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

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

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
















	/* -- TYPE FLAT REGULAR OVERRIDE -- */
	.stacks_in_33534button{
		border-color: #0D263F !important;
	}
	.stacks_in_33534button:hover{
		border-color: #000000 !important;
	}
	























.stacks_in_33534buttonPressWrapper *{
	
	
}


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

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

@media only screen and (max-width: 480px) {
	.stacks_in_33534buttonPressWrapper{
		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_33568 {
	padding: 6% 0% 3% 0%;
	margin: 0% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_33568 { 
    padding: 6% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_33618 p,#stacks_in_33618 div,#stacks_in_33618 ul,#stacks_in_33618 ol,#stacks_in_33618 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_33618 a{color:rgba(69, 147, 128, 1.00)}#stacks_in_33618 a:hover{color:rgba(29, 74, 62, 1.00)}#stacks_in_33618,#stacks_in_33618 div,#stacks_in_33618 p,#stacks_in_33618 ol,#stacks_in_33618 ul li,#stacks_in_33618 ol li,#stacks_in_33618 ol,#stacks_in_33618 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_33618,#stacks_in_33618 div,#stacks_in_33618 p,#stacks_in_33618 ol,#stacks_in_33618 ul li,#stacks_in_33618 ol li,#stacks_in_33618 ol,#stacks_in_33618 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_33618,#stacks_in_33618 div,#stacks_in_33618 p,#stacks_in_33618 .fa:not(.no-indent),#stacks_in_33618 ol,#stacks_in_33618 ul li,#stacks_in_33618 ol li,#stacks_in_33618 ol,#stacks_in_33618 dl{line-height:1.60}}@media only screen and (min-width:0px){#stacks_in_33618{}}

/*
-------------------------------------------
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_33546_wrapper {
	
}

#stacks_in_33546_wrapper #stacks_in_33546_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: #F4F4F4;
	-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;
}/*
-------------------------------------------
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_33547 {
	max-width: 1280px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

#stacks_in_33547 {
	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_33548 {
	padding: 3% 3% 3% 3%;
	margin: 0% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_33548 { 
    padding: 7% 7% 7% 7%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_33549>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}





#stacks_in_33560 p,#stacks_in_33560 div,#stacks_in_33560 ul,#stacks_in_33560 ol,#stacks_in_33560 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_33560 a{color:rgba(69, 147, 128, 1.00)}#stacks_in_33560 a:hover{color:rgba(29, 74, 62, 1.00)}#stacks_in_33560,#stacks_in_33560 div,#stacks_in_33560 p,#stacks_in_33560 ol,#stacks_in_33560 ul li,#stacks_in_33560 ol li,#stacks_in_33560 ol,#stacks_in_33560 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_33560,#stacks_in_33560 div,#stacks_in_33560 p,#stacks_in_33560 ol,#stacks_in_33560 ul li,#stacks_in_33560 ol li,#stacks_in_33560 ol,#stacks_in_33560 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_33560,#stacks_in_33560 div,#stacks_in_33560 p,#stacks_in_33560 .fa:not(.no-indent),#stacks_in_33560 ol,#stacks_in_33560 ul li,#stacks_in_33560 ol li,#stacks_in_33560 ol,#stacks_in_33560 dl{line-height:1.60}}@media only screen and (min-width:0px){#stacks_in_33560{}}

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

.stacks_in_33617buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_33617button{
	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_33617button:hover{
	color: #FFFFFF !important;
	background-color: #264A01 !important;
	border-color: #203E00 !important;
}

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

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








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































.stacks_in_33617buttonPressWrapper *{
	
	
}


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

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

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

/* -- End Buttonpress2 Each css Template -- */#stacks_in_33551 h1,#stacks_in_33551 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_33551 h1,#stacks_in_33551 .hTxt:not(.segment) div{font-size:1.10rem}}

#stacks_in_33610 h4,#stacks_in_33610 .hTxt:not(.segment) div{font-size:1.40rem}@media all and (max-width:640px){#stacks_in_33610 h4,#stacks_in_33610 .hTxt:not(.segment) div{font-size:1.10rem}}

/*
-------------------------------------------
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_33405 {
	padding: 3% 0% 7% 0%;
	margin: 0% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_33405 { 
    padding: 7% 7% 7% 7%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_32904>.s3_row {
	margin: 0 -10px;
}

#stacks_in_32904>.s3_row>.s3_column_left {
	width: 52.00%;
}

#stacks_in_32904>.s3_row>.s3_column_right {
	width: 48.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Slider Stack' 
fsrslider.css Style Sheet
Created: 16, June, 2014
Last Modified: 18, August, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2014 Blueball Design LLC/Charlie Lockhart USA
All Rights Reserved
-------------------------------------------
*/


/* Main slideshow wrapper container positioning and sizing */

#stacks_in_33588slidewrapper .stacks_in_33588slideshow {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#stacks_in_33588slidewrapper .stacks_in_33588slideshow ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#stacks_in_33588slidewrapper .stacks_in_33588slideshow li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	list-style-type: none;
}

#stacks_in_33588slidewrapper .stacks_in_33588slideshow li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#stacks_in_33588slidewrapper .stacks_in_33588slideshow img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  float: left;
  border: 0;
  }
  
 
/* Navigation arrows on left and right side of image*/

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent url(../mi_clinica_files/slidernavarrowswhite.png) no-repeat left 40%;
  width: 38px;
  height: auto;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right 40%;
  right: 0;
  }

.rslides_nav:focus {
  outline: none;
  }
  
  
/* Navigation dots-tabs under image*/

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  padding: 0;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 7px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #CCCCCC;
  /*background: rgba(0,0,0, .2);*/
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_tabs .rslides_here {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #222222;
  /*background: rgba(0,0,0, .8);*/
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
 }
  
 
   /* Styling for EditMode layout so all the image placeholders will display right*/
  
  
/* -- Start Swell Each css Template -- */

#stacks_in_32915{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_32915swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_32915swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_32915swell{
		max-width: 800px;
	}
	.stacks_in_32915swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_32915swell-with-zoom .mfp-container,.stacks_in_32915swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_32915swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_32915swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_32915swell-with-zoom.mfp-removing .mfp-container,.stacks_in_32915swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_32915 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_32915 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_32915 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_32915 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_32915 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_32915 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_32915 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_32915 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_32915 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_32915 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_32915 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell 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_33595 {
	padding: 6% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_33595 { 
    padding: 3% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}
}
/*
-------------------------------------------
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_32503_8_wrapper {
	
}

#stacks_in_32503_8_wrapper #stacks_in_32503_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_32503_9 {
	padding: 3% 3% 3% 3%;
	margin: 0% 0% 0% 0%;
}

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

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

#stacks_in_32503_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_32503_31 {
	
}

#stacks_in_32503_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_32503_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_32195_6 {
	padding: 1% 3% 1% 3%;
	margin: 0% 0% 0% 0%;
}

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

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