/* B3: Bigfoot Responsive 2 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#stacks_in_45 #frameThingstacks_in_45 {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stacks_in_45 .span_1_of_2 {
	width: 49%;	
	float: left;
	margin: 0;
	padding: 0;
}

#stacks_in_45 .span_2_of_2 {
    width:49%;
   	float: right;
	margin: 0;
	padding: 0;
}

        
/* CUSTOM BREAKPOINT -----------  */

@media only screen 
and (max-width : 600px)  {

	#stacks_in_45 .span_1_of_2 {
	 width: 49%; 	
	}
	#stacks_in_45 .span_2_of_2 {
	 width: 49%; 	
	}
}

/*  SECTIONS  */

#stacks_in_45 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_45 .groupthing:before,
#stacks_in_45 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_45 .groupthing:after {
    clear:both;
}
#stacks_in_45 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_45 .col {
	display: block;

}

#stacks_in_45 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 /*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_53.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_53.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_53.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_53.semantic-content:target {display: block\9;}
#popBox_stacks_in_53.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #9EC521;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_53.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 0px 0px 0px 0px;
  
  	color: #FFFFFF;
  	position: relative;
}
#popBox_stacks_in_53.semantic-content .modal-content {
  background: #9EC521;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 0px 0px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #FFFFFF;
  
    height: 200px;
  
}
#popBox_stacks_in_53.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 0px 0px 0px 0px;
  
  	color: #FFFFFF;
}

  #popBox_stacks_in_53 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_53 .popBoxFooter {
    display: none
  }

#stacks_in_53 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_53 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_53.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_53 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #FFFFFF;
}
#popBox_stacks_in_53 .closeIcon:hover {
  color: #FFFFFF;
}
#popBox_stacks_in_53 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_53 .closeIcon svg path {
  fill: #FFFFFF;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_53.semantic-content .widthPercentageOff .modal-inner {
    width: 650px;
    min-width: 650px;
    max-width: 650px;
  }
  #popBox_stacks_in_53.semantic-content .widthPercentageOn .modal-inner {
    width: 52%;
    min-width: 52%;
    max-width: 400px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_53.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_53.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_53.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_53.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_53.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_53.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_53 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_53 .closeIcon img {
  display: none;
}
#popBox_stacks_in_53 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_53.semantic-content .modal-inner {
  border-radius: 15px
}
#popBox_stacks_in_53.semantic-content .popBoxHeader {
  border-radius: 15px 15px 0px 0px;
}
#popBox_stacks_in_53.semantic-content .popBoxFooter {
  border-radius: 0px 0px 15px 15px;
}
#popBox_stacks_in_53.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_53 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_53.popBoxStyleDemo .modal-content {
  height: 200px;
}
#popBox_stacks_in_53.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_53.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 650px;
  min-width: 650px;
  max-width: 650px;
  margin: 0 auto;
}
#popBox_stacks_in_53.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 52%;
  min-width: 52%;
  max-width: 400px;
  margin: 0 auto;
}
#popBox_stacks_in_53.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_53.popBoxStyleDemo .popBoxHeader {
  padding: 0px 0px 0px 0px;
}
#popBox_stacks_in_53.popBoxStyleDemo .modal-content {
  padding: 0px;
  padding: 0px 0px;
}
#popBox_stacks_in_53.popBoxStyleDemo .popBoxFooter {
  padding: 0px;
  padding: 0px 0px 0px 0px;
}
#stacks_in_53 .closeText {
  display: none;
  font-size: 12px;
  color: #FFFFFF;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */



#stacks_in_58 {
	margin:  5px;
	padding:  20px;
}

#stacks_in_61 {
	display:inline-block; width:100%; line-height: 1.880000em;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_62.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_62.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_62.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_62.semantic-content:target {display: block\9;}
#popBox_stacks_in_62.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #9EC521;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_62.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 0px 0px 0px 0px;
  
  	color: #FFFFFF;
  	position: relative;
}
#popBox_stacks_in_62.semantic-content .modal-content {
  background: #9EC521;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 0px 0px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #FFFFFF;
  
    height: 200px;
  
}
#popBox_stacks_in_62.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 0px 0px 0px 0px;
  
  	color: #FFFFFF;
}

  #popBox_stacks_in_62 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_62 .popBoxFooter {
    display: none
  }

#stacks_in_62 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_62 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_62.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_62 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #FFFFFF;
}
#popBox_stacks_in_62 .closeIcon:hover {
  color: #FFFFFF;
}
#popBox_stacks_in_62 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_62 .closeIcon svg path {
  fill: #FFFFFF;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_62.semantic-content .widthPercentageOff .modal-inner {
    width: 650px;
    min-width: 650px;
    max-width: 650px;
  }
  #popBox_stacks_in_62.semantic-content .widthPercentageOn .modal-inner {
    width: 52%;
    min-width: 52%;
    max-width: 400px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_62.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_62.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_62.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_62.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_62.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_62.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_62 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_62 .closeIcon img {
  display: none;
}
#popBox_stacks_in_62 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_62.semantic-content .modal-inner {
  border-radius: 15px
}
#popBox_stacks_in_62.semantic-content .popBoxHeader {
  border-radius: 15px 15px 0px 0px;
}
#popBox_stacks_in_62.semantic-content .popBoxFooter {
  border-radius: 0px 0px 15px 15px;
}
#popBox_stacks_in_62.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_62 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_62.popBoxStyleDemo .modal-content {
  height: 200px;
}
#popBox_stacks_in_62.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_62.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 650px;
  min-width: 650px;
  max-width: 650px;
  margin: 0 auto;
}
#popBox_stacks_in_62.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 52%;
  min-width: 52%;
  max-width: 400px;
  margin: 0 auto;
}
#popBox_stacks_in_62.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_62.popBoxStyleDemo .popBoxHeader {
  padding: 0px 0px 0px 0px;
}
#popBox_stacks_in_62.popBoxStyleDemo .modal-content {
  padding: 0px;
  padding: 0px 0px;
}
#popBox_stacks_in_62.popBoxStyleDemo .popBoxFooter {
  padding: 0px;
  padding: 0px 0px 0px 0px;
}
#stacks_in_62 .closeText {
  display: none;
  font-size: 12px;
  color: #FFFFFF;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */



#stacks_in_64 {
	margin:  5px;
	padding:  20px;
}

#stacks_in_68 {
	display:inline-block; width:100%; line-height: 1.880000em;
}
/* Ornament_9 by RapidWeaver Central  */

#ornament_9stacks_in_80_3  {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

#ornament_9 {
	padding-top: 0px;
	position: relative;
	height: 150px;
	width: 75%;
	bottom: -55px !important;
}

#stacks_in_80_3  path {
	fill: #375064;
}

	
/* B3: Bigfoot Responsive 3 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#frameThingstacks_in_80_5 {
	width: 100%;
	overflow: auto
}

#stacks_in_80_5 .span_1_of_3 {
	float:left;
	width:29%;
}

#stacks_in_80_5 .span_2_of_3 {
	float:right;
	width:29%;
    margin-left: 0px;
}

#stacks_in_80_5 .span_3_of_3 {
	float: none;
	position:relative;
	margin:0 auto;
	width:26%;
}


/* CUSTOM BREAKPOINT ----------- */

@media only screen 
and (max-width : 600px)  {
	#stacks_in_80_5 .span_1_of_3 {
	 
	}
	#stacks_in_80_5 .span_2_of_3 {
	 
	}
	#stacks_in_80_5 .span_3_of_3 {
	 
	}
}


/*  SECTIONS  */

#stacks_in_80_5 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_80_5 .groupthing:before,
#stacks_in_80_5 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_80_5 .groupthing:after {
    clear:both;
}
#stacks_in_80_5 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_80_5 .col {
	display: block;

}

#stacks_in_80_5 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 
#stacks_in_80_14 {
	font-size: 134%;
}
/* Start Obscure Email stack CSS code */.stacks_in_80_24topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_80_24mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_80_24small{font-weight: normal;font-size: 12px;}.stacks_in_80_24centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_80_24centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */