/* buttons */

.filter-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:before,
.filter-btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:focus,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn.focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filter-btn:hover,
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  text-decoration: none;
}
.filter-btn:active,
.filter-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-btn.disabled,
.filter-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.filter-btn.disabled {
  pointer-events: none;
}

.filter-btn {
  color: #777777;
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:hover {
  color: #333333;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  color: #54A8FA;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:active:hover,
.filter-btn.active:hover,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  color: #54A8FA;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  background-image: none;
}
.filter-btn.disabled,
.filter-btn[disabled],
.filter-btn.disabled:hover,
.filter-btn[disabled]:hover,
.filter-btn.disabled:focus,
.filter-btn[disabled]:focus,
.filter-btn.disabled.focus,
.filter-btn[disabled].focus,
.filter-btn.disabled:active,
.filter-btn[disabled]:active,
.filter-btn.disabled.active,
.filter-btn[disabled].active {
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}


		
.filter-search {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	width:100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* search input */
		
.filter-search:focus {
/* 	border-color: #66afe9; */
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}		

.filter-search:before,
.filter-search:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*placeholder */

.filter-search::-webkit-input-placeholder {
    color: #CCCCCC;
}
.filter-search:-moz-placeholder {
    color: #CCCCCC;
}
.filter-search::-moz-placeholder {
    color: #CCCCCC;
}
.filter-search:-ms-input-placeholder {
    color: #CCCCCC;
}

/* input groups */
	
	
.filter-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width:100%;
  padding-right:10px;
}

.filter-input-group > input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.filter-input-group > .filter-form-control,
.filter-input-group > .filter-group-btn > .filter-btn {
  height:34px;
  padding: 6px 16px;
  border-radius: 4px;
}

.filter-group-btn,
.filter-input-group > input {
  display: table-cell;
}

.filter-group-btn:not(:first-child):not(:last-child),
.filter-input-group .filter-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.filter-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.filter-input-group .filter-form-control:first-child,
.filter-group-btn.layout > .filter-btn:first-child,
.filter-group-btn.sort > .filter-btn:first-child,
.filter-group-btn > .filter-btn:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left:10px;
}

.filter-input-group .filter-form-control:last-child,
.filter-group-btn > .filter-btn:last-child,
.filter-group-btn:first-child > .filter-btn:not(:first-child),
.filter-group-btn:first-child > .filter-btn-group:not(:first-child) > .filter-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.filter-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin:0;
}
.filter-group-btn > .filter-btn {
  position: relative;
}
.filter-group-btn > .filter-btn + .filter-btn {
  margin-left: -1px;
}
.filter-group-btn > .filter-btn:hover,
.filter-group-btn > .filter-btn:focus,
.filter-group-btn > .filter-btn:active {
  z-index: 2;
}
.filter-group-btn:first-child > .filter-btn,
.filter-group-btn:first-child > .filter-btn-group {
  margin-right: -1px;
}
.filter-group-btn:last-child > .filter-btn,
.filter-group-btn:last-child > .filter-btn-group {
  z-index: 2;
  margin-left: -1px;
}




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

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


/* Start doobox Chauffeur css */

.stacks_in_230wrapper{
width: 50px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_230bulter{
cursor: pointer;
border: 1px solid #370021;
background: #4B0135;
width: 50px;
height: 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFFFFF;
text-align: center;
line-height: 50px;
margin: 5px;
z-index: 1000001;
background: #4B0135;
}


.stacks_in_230bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 48px; 
	vertical-align: middle;
}


.stacks_in_230bulter:hover{
color: #EBEBEB;
background: #5A1044; /* Old browsers */
}

/* end doobox Chauffeur css */


#stacks_in_7564 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_7565 {
	display:inline-block; width:100%; line-height: 1.200000em;
	font-weight: bolder;
}

#stacks_in_2464 {
	font-size: 105%;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_7554editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_7554editInfo i{
	vertical-align: middle;
}

.stacks_in_7554editInfo:before{
content:"#da1";
float: right;
}

.stacks_in_7554editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_7554topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_7554topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




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

.stacks_in_7562buttonPressWrapper{
	position: relative !important;
}

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

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

.stacks_in_7562button:hover{
	color: #860063 !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
}

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

#stacks_in_7562 a:hover{
	color: #860063 !important;
}










	/* -- TYPE BOOSTRAP EXTRA LARGE OVERRIDE -- */
	.stacks_in_7562button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	





























.stacks_in_7562buttonPressWrapper *{
	
	
}


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

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

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

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_7562 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_7552 {
	margin: 10px 0px 0px 0px;
}

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

#stacks_in_7805 {
	margin: 40px 0px 0px 0px;
}
#stacks_in_7806>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






/* START ICONZ CSS */

#stacks_in_7812 i {
	font-size: 5em;
	line-height: normal !important;
	
	text-align:center;
}






#stacks_in_7812 {
	text-align: center;
}

#stacks_in_7812 a{
	text-decoration: none;
}


	
		#stacks_in_7812 a i:hover{
			color: #950F72 !important;
		}
		
		
	




#stacks_in_7812 .stacks_in_7812quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_7812 .stacks_in_7812quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_7812 .stacks_in_7812quicklook i:before{
	background: none !important;
}

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

#stacks_in_7816 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_7454 {
	margin: 20px 0px 0px 0px;
}
/*  */
#w-panels-stacks_in_3324 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1000px;
  border-radius: 0px; }
  #w-panels-stacks_in_3324.section-active .w-panel:not(.active) {
    overflow: hidden; }
    #w-panels-stacks_in_3324.section-active .w-panel:not(.active) .w-panel-top {
      opacity: 0;
      -webkit-animation: none;
              animation: none;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
  #w-panels-stacks_in_3324 .w-panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    transition: all 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    background-position: center center; }
    #w-panels-stacks_in_3324 .w-panel:hover:not(.active) {
      width: calc(100% + 200px); }
      #w-panels-stacks_in_3324 .w-panel:hover:not(.active) .w-panel-icon {
        -webkit-animation: pulse-vertical 2s infinite ease;
                animation: pulse-vertical 2s infinite ease; }
      #w-panels-stacks_in_3324 .w-panel:hover:not(.active)::after {
        opacity: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%); }
    #w-panels-stacks_in_3324 .w-panel::before {
      z-index: 1;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
    #w-panels-stacks_in_3324 .w-panel::after {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(0, 0, 0, 0.50);
      font-size: 14px;
      content: "Click Icon for Details";
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 1;
      padding: 10px;
      display: block;
      text-align: center;
      position: absolute;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      transition: all 0.3s ease-in-out, opacity 0s; }
    #w-panels-stacks_in_3324 .w-panel-top {
      z-index: 2;
      opacity: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      cursor: pointer;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-animation: top-in 0.3s 0.3s;
              animation: top-in 0.3s 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      transition: all 0.5s, visibility 0s; }
    #w-panels-stacks_in_3324 .w-panel-close {
      display: none;
      width: 24px;
      height: 24px;
      font-size: 24px;
      color: rgba(7, 7, 7, 1.00);
      cursor: pointer;
      position: relative;
      transition: 0.3s ease; }
      #w-panels-stacks_in_3324 .w-panel-close i {
        transition: all 0.3s; }
      #w-panels-stacks_in_3324 .w-panel-close:hover {
        -webkit-animation: close-hover-pulse 1.5s infinite ease-in-out;
                animation: close-hover-pulse 1.5s infinite ease-in-out; }
    #w-panels-stacks_in_3324 .w-panel-icon {
      width: 120px;
      height: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 75px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: rgba(26, 27, 36, 0.20); }
      #w-panels-stacks_in_3324 .w-panel-icon i {
        color: rgba(255, 255, 255, 1.00);
        line-height: 0;
        font-size: 80px; }
    #w-panels-stacks_in_3324 .w-panel-title {
      /*  */
      font-family: "Open Sans";
      /*  */
      text-align: center;
      box-sizing: border-box;
      color: rgba(7, 7, 7, 1.00);
      font-size: 18px;
      margin-top: 15px;
      font-weight: bold; }
    #w-panels-stacks_in_3324 .w-panel-content {
      /*  */
      font-family: "Open Sans";
      /*  */
      z-index: 2;
      height: 0;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      overflow: hidden;
      position: relative;
      box-sizing: border-box;
      color: rgba(117, 117, 117, 1.00);
      background: rgba(0, 0, 0, 0.00);
      transition: all 0.3s ease-in-out; }
      #w-panels-stacks_in_3324 .w-panel-content-inner {
        opacity: 0;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        transition: all 0.3s 0.3s ease-in-out;
        max-width: 800px;
        padding: 15px 15px; }
      #w-panels-stacks_in_3324 .w-panel-content h1, #w-panels-stacks_in_3324 .w-panel-content h2, #w-panels-stacks_in_3324 .w-panel-content h3, #w-panels-stacks_in_3324 .w-panel-content h4, #w-panels-stacks_in_3324 .w-panel-content h5, #w-panels-stacks_in_3324 .w-panel-content h6 {
        color: rgba(66, 66, 66, 1.00); }
      #w-panels-stacks_in_3324 .w-panel-content a {
        color: rgba(33, 33, 33, 1.00); }

#w-panels-stacks_in_3324 .w-panel.active {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  #w-panels-stacks_in_3324 .w-panel.active::after {
    opacity: 0; }
  #w-panels-stacks_in_3324 .w-panel.active .w-panel-close {
    display: block;
    margin-left: auto; }
  #w-panels-stacks_in_3324 .w-panel.active .w-panel-top {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-animation: top-in-active 0.3s 0.3s;
            animation: top-in-active 0.3s 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transition: all 0.5s, visibility 0s, opacity 0s; }
    #w-panels-stacks_in_3324 .w-panel.active .w-panel-top .w-panel-icon {
      width: 50px;
      height: 50px;
      border-radius: 25px; }
      #w-panels-stacks_in_3324 .w-panel.active .w-panel-top .w-panel-icon i {
        font-size: 30px; }
    #w-panels-stacks_in_3324 .w-panel.active .w-panel-top .w-panel-title {
      margin-top: 0;
      margin-left: 15px;
      font-size: 16px; }
  #w-panels-stacks_in_3324 .w-panel.active .w-panel-content-inner {
    -webkit-animation: content-in 0.3s 0.5s;
            animation: content-in 0.3s 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@media (max-width: 600px) {
  #w-panels-stacks_in_3324 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    #w-panels-stacks_in_3324.section-active .w-panel:not(.active) {
      height: 0;
      min-height: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      transition-delay: 0.1s; }
    #w-panels-stacks_in_3324 .w-panel {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      min-height: 200px; }
      #w-panels-stacks_in_3324 .w-panel.active {
        height: auto; }
      #w-panels-stacks_in_3324 .w-panel:hover:not(.active) {
        width: 100%;
        min-height: calc(200px + 70px); } }

@-webkit-keyframes top-in-active {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes top-in-active {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes top-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes top-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes content-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes content-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes close-hover-pulse {
  0% {
    padding-right: 0px; }
  50% {
    padding-right: 6px; }
  100% {
    padding-right: 0px; } }

@keyframes close-hover-pulse {
  0% {
    padding-right: 0px; }
  50% {
    padding-right: 6px; }
  100% {
    padding-right: 0px; } }

@-webkit-keyframes pulse-vertical {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes pulse-vertical {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

#stacks_in_3324 {
	margin: 20px 0px 20px 0px;
}
#w-panel-stacks_in_3326.w-panel {
  /*  */
  background: rgba(221, 46, 103, 0.22);
  /*  */
  /*  */
  /*  */ }
  #w-panel-stacks_in_3326.w-panel.image-icon .w-panel-top .w-panel-icon {
    background: url("") no-repeat center center;
    background-size: cover; }
    #w-panel-stacks_in_3326.w-panel.image-icon .w-panel-top .w-panel-icon i {
      display: none; }
  #w-panel-stacks_in_3326.w-panel.image-bg::before {
    display: block;
    background: rgba(0, 0, 0, 0.20); }
  #w-panel-stacks_in_3326.w-panel.custom-icon .w-panel-top .w-panel-icon {
    background: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3326.w-panel.custom-icon .w-panel-top .w-panel-icon i {
      color: rgba(124, 0, 89, 1.00); }
  #w-panel-stacks_in_3326.w-panel.custom-title .w-panel-top .w-panel-title, #w-panel-stacks_in_3326.w-panel.custom-title .w-panel-top .w-panel-close {
    color: rgba(117, 117, 117, 1.00); }
  #w-panel-stacks_in_3326.w-panel.custom-help-text::after {
    color: rgba(255, 255, 255, 0.30); }
  #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content {
    color: rgba(255, 255, 255, 0.40);
    background: rgba(0, 0, 0, 0.00); }
    #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content h1, #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content h2, #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content h3, #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content h4, #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content h5, #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3326.w-panel.custom-content .w-panel-content a {
      color: rgba(255, 255, 255, 1.00); }

#stacks_in_2798 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_2799 {
	display:inline-block; width:100%; line-height: 1.200000em;
	font-weight: bolder;
}

#stacks_in_2800 {
	margin: 20px 0px 30px 0px;
}
/* fix all the stupid foundation shit... */
#stacks_in_2802 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* this makes the widths work as expected */	
#stacks_in_2802 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_2802 *:before,
#stacks_in_2802 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_2802 .clearfix:before,
#stacks_in_2802 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_2802 .clearfix:after {
  clear: both;
}


#stacks_in_2802 .filter-controls {
	display: block;
	clear: both;
}

#stacks_in_2802-cat-buttons {
	text-align: left;
}

#stacks_in_2802 input[type="text"] {
	margin:0;
	margin-bottom:0;
}




#stacks_in_2802 .filter-input-group>div {
    position: relative;
}

#stacks_in_2802 .filter-input-group>div label {
    position: absolute;
    font-size:16px;
    line-height: 16px;
    left: 14px;
    top: 8px;
    color:rgba(119, 119, 119, 1.00);
    padding:0;
    margin:0;
}

#stacks_in_2802 .filter-input-group>div #stacks_in_2802-search-input {
	background-image: none;
	border: 1px solid #cccccc;
	padding: 6px 10px;
	height: 34px;
	line-height: inherit;
	font-size: 16px;
	padding-left: 43px;
    padding-right: 43px;
    border-radius: 4px;
}


#stacks_in_2802 .filter-input-group>div .filter-search-clear {
    text-decoration: none;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    right: 14px;
    top: 8px;
    color: rgba(119, 119, 119, 1.00);
	display: none;
}

#stacks_in_2802 .filter-input-group>div .filter-search-clear:hover {
    color: rgba(34, 34, 34, 1.00);
}			



#stacks_in_2802 .filter-input-group>div #stacks_in_2802-search-input,
#stacks_in_2802 .filter-input-group .filter-btn {
	background: rgba(255, 255, 255, 1.00);
	color: rgba(119, 119, 119, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
}

#stacks_in_2802 .filter-input-group .filter-btn:hover,
#stacks_in_2802 .filter-input-group .filter-btn:focus {
	background: rgba(239, 239, 239, 1.00);
	color: rgba(34, 34, 34, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
}

#stacks_in_2802 .filter-input-group .filter-btn:active {
	background: rgba(204, 204, 204, 1.00);
	color: rgba(17, 17, 17, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
}

#stacks_in_2802 .filter-input-group .filter-btn.active,
#stacks_in_2802 .filter-input-group .filter-btn.active:hover {
	background: rgba(239, 239, 239, 1.00);
	color: rgba(84, 168, 250, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
}

#stacks_in_2802 .filter-btn.grid {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#stacks_in_2802 .filter-btn.list {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

#stacks_in_2802 .filter-btn.asc {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#stacks_in_2802 .filter-btn.desc {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* placeholder */

#stacks_in_2802 .filter-search::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 1.00);
}
#stacks_in_2802 .filter-search:-moz-placeholder {
    color: rgba(119, 119, 119, 1.00);
}
#stacks_in_2802 .filter-search::-moz-placeholder {
    color: rgba(119, 119, 119, 1.00);
}
#stacks_in_2802 .filter-search:-ms-input-placeholder {
    color: rgba(119, 119, 119, 1.00);
}




#stacks_in_2802 {
	margin: 0px 0px 20px 0px;
	padding:  11px;
}
/* Filter v.1.1.4 CSS */
@charset "UTF-8";

/* this makes the widths work as expected */	
#stacks_in_2803 li,
#stacks_in_2803 li > div > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_2803 li:before,
#stacks_in_2803 li:after,
#stacks_in_2803 li > div > div:before,
#stacks_in_2803 li > div > div:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_2803 .clearfix:before,
#stacks_in_2803 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_2803 .clearfix:after {
  clear: both;
}


/* grid/pack styling */

#stacks_in_2803-filter{
	position: relative;
}

#stacks_in_2803 .filter-tags,
#stacks_in_2803 .filter-sort {
	display:none;
}


/* clear fix */
#stacks_in_2803-filter:after {
  content: '';
  display: block;
  clear: both;
}

#stacks_in_2803 ul.filter-items
{
	margin:0 !important;
	padding:0 !important;
	list-style: none !important;
}





#stacks_in_2803 ul.filter-items
{
	visibility: hidden;
	opacity:0;
	transition: visibility 0s 500ms, opacity 500ms linear;
}

#stacks_in_2803 ul.filter-items.visible
{
	visibility: visible;
	opacity:1;
}


.filter-content > div {
	line-height: normal;
}
	    
ul.filter-items.grid > li,
ul.filter-items.pack > li {
	width:50%;
    display: block;
    text-align: center;
    vertical-align: top;
    float:none;
	padding:10px;
	margin:0;
}


ul.filter-items.grid > li > div,
ul.filter-items.pack > li > div {
	width: 100%; 
    display: inline-block;
    background: rgba(255, 255, 255, 1.00);
    border:  1px solid rgba(204, 204, 204, 1.00);
    text-align: center;
    vertical-align: top;
	border-radius: 4px;
	padding:0;
    *display: inline;
    *zoom: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
}

ul.filter-items.grid >li>div>div {
	width: 100%; 
    display: inline-block;
    text-align: center;
    vertical-align: top;
	padding:10px 10px 10px 10px;
    *display: inline;
    *zoom: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
}

.filter-img img {
	display: inline-block; /* added */
	overflow: visible;
	-webkit-text-size-adjust: none;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
}

ul.filter-items.grid >li .filter-img {
/* 	padding-bottom:10px; */
	position: relative;
    display: inline-block; /* added */
	overflow: visible;
	-webkit-text-size-adjust: none;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
}




@media (max-width: 767px) {
	ul.filter-items.grid li,
	ul.filter-items.pack li {
	 width: 100% !important;
	 }
}


/* list styling */

ul.filter-items.list {
   width: 100%;
   display: table;
}

ul.filter-items.list > li {
    width: 100%;
    display: table-row;
    background: rgba(255, 255, 255, 1.00);
    border-bottom: 1px solid rgba(204, 204, 204, 1.00);
    text-align: left;
    vertical-align: top;
    padding:10px 10px 10px 10px;
}

ul.filter-items.list > li > div.filter-img > img {
    min-width: 128px;
    width: auto;
    max-width: 100%;
    height: auto;
    background: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #808000 !important;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
    
    /* no shadow */
}

ul.filter-items.list > li.filter-catalog .filter-img {
    display: table-cell;
    padding: 0 10px;
    min-width: 108px;
    text-align: center;
    width:30%;
    position: relative;
    overflow: hidden; /* added */
}

ul.filter-items.list > li .filter-img > img {
    
}

ul.filter-items.list li.filter-catalog .filter-content {
    display: table-cell;
    padding: 0 10px 10px;
    vertical-align: top;
    width:70%;
}

ul.filter-items.list > li.filter-gallery {
	text-align:center;
}

@media (max-width:767px) {

    ul.filter-items.list > li .filter-img,
    ul.filter-items.list > li .filter-content {
        width: 100%;
        display:block;
    }

}


/* FAQ Style */

ul.filter-items > li.filter-faq .filter-content {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
    display:none;
}

ul.filter-items > li.filter-faq .filter-content.show {
	visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

ul.filter-items > li.filter-faq .filter-title {
	cursor: pointer;
}






/*! fancyBox v3.2.10 | fancyapps.com/fancybox/#license */
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}



/* Image Lightbox Hover Effect */

#stacks_in_2803 a.filter-zoom
{
	width:100%;
	border-width:0;
}

#stacks_in_2803 a.filter-zoom:before
{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	font-size: 36px;
	padding: 0 0 0 2px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 20;
	color: #fff;
	opacity: 0;
	background:#000;
	background-color:rgba(0,0,0,.5);
	border-radius:25px;
	-webkit-transform: translateZ(100px) rotateY(55deg);
	transform: translateZ(100px) rotateY(55deg);
	-webkit-transition: opacity 250ms ease-out, -webkit-transform 300ms;
	transition: opacity 250ms ease-out, -webkit-transform 300ms;
	transition: transform 300ms, opacity 250ms ease-out;
	transition: transform 300ms, opacity 250ms ease-out, -webkit-transform 300ms
}

#stacks_in_2803 a.filter-zoom:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width:20px;
	background-color: transparent;
	content: '';
	display: block;
	opacity: 0;
	z-index: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1)
}

#stacks_in_2803  a:hover.filter-zoom{
	background-color:transparent !important;
}

#stacks_in_2803 a:hover.filter-zoom:after,
#stacks_in_2803 a:hover.filter-zoom:before
{
	opacity: 1;
}

#stacks_in_2803 a:hover.filter-zoom:before {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}


#stacks_in_2825 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2837 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2843 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_7647 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2855 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2861 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2873 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2879 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_4098 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2915 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_6369 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_7333 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_7405 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2933 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2957 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2963 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2969 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2975 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_6569 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_2981 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3041 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3053 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3059 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3077 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_7999 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_8004 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3137 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3161 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3173 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_7131 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_6469 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_6941 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3227 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3281 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_4204 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3293 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_3305 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}

#stacks_in_7286 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding:  11px;
}
#w-panel-stacks_in_3331.w-panel {
  /*  */
  background: rgba(176, 50, 130, 0.29);
  /*  */
  /*  */
  /*  */ }
  #w-panel-stacks_in_3331.w-panel.image-icon .w-panel-top .w-panel-icon {
    background: url("") no-repeat center center;
    background-size: cover; }
    #w-panel-stacks_in_3331.w-panel.image-icon .w-panel-top .w-panel-icon i {
      display: none; }
  #w-panel-stacks_in_3331.w-panel.image-bg::before {
    display: block;
    background: rgba(0, 0, 0, 0.20); }
  #w-panel-stacks_in_3331.w-panel.custom-icon .w-panel-top .w-panel-icon {
    background: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3331.w-panel.custom-icon .w-panel-top .w-panel-icon i {
      color: rgba(124, 0, 89, 1.00); }
  #w-panel-stacks_in_3331.w-panel.custom-title .w-panel-top .w-panel-title, #w-panel-stacks_in_3331.w-panel.custom-title .w-panel-top .w-panel-close {
    color: rgba(255, 255, 255, 1.00); }
  #w-panel-stacks_in_3331.w-panel.custom-help-text::after {
    color: rgba(0, 0, 0, 1.00); }
  #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content {
    color: rgba(255, 255, 255, 0.40);
    background: rgba(0, 0, 0, 0.00); }
    #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content h1, #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content h2, #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content h3, #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content h4, #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content h5, #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3331.w-panel.custom-content .w-panel-content a {
      color: rgba(255, 255, 255, 1.00); }

#stacks_in_3352 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_3353 {
	display:inline-block; width:100%; line-height: 1.200000em;
	font-weight: bolder;
}

#stacks_in_3354 {
	margin: 20px 0px 20px 0px;
	padding:  10px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_3357buttonPressWrapper{
	position: relative !important;
}

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

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

.stacks_in_3357button:hover{
	color: #860063 !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
}

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

#stacks_in_3357 a:hover{
	color: #860063 !important;
}










	/* -- TYPE BOOSTRAP EXTRA LARGE OVERRIDE -- */
	.stacks_in_3357button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	





























.stacks_in_3357buttonPressWrapper *{
	
	
}


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

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

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

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_3357 {
	margin: 0px 0px 20px 0px;
}
#w-panel-stacks_in_4171.w-panel {
  /*  */
  background: rgba(137, 51, 153, 0.34);
  /*  */
  /*  */
  /*  */ }
  #w-panel-stacks_in_4171.w-panel.image-icon .w-panel-top .w-panel-icon {
    background: url("") no-repeat center center;
    background-size: cover; }
    #w-panel-stacks_in_4171.w-panel.image-icon .w-panel-top .w-panel-icon i {
      display: none; }
  #w-panel-stacks_in_4171.w-panel.image-bg::before {
    display: block;
    background: rgba(0, 0, 0, 0.20); }
  #w-panel-stacks_in_4171.w-panel.custom-icon .w-panel-top .w-panel-icon {
    background: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_4171.w-panel.custom-icon .w-panel-top .w-panel-icon i {
      color: rgba(124, 0, 89, 1.00); }
  #w-panel-stacks_in_4171.w-panel.custom-title .w-panel-top .w-panel-title, #w-panel-stacks_in_4171.w-panel.custom-title .w-panel-top .w-panel-close {
    color: rgba(255, 255, 255, 1.00); }
  #w-panel-stacks_in_4171.w-panel.custom-help-text::after {
    color: rgba(0, 0, 0, 1.00); }
  #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content {
    color: rgba(255, 255, 255, 0.40);
    background: rgba(0, 0, 0, 0.00); }
    #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content h1, #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content h2, #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content h3, #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content h4, #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content h5, #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_4171.w-panel.custom-content .w-panel-content a {
      color: rgba(255, 255, 255, 1.00); }

#stacks_in_4173 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_4175 {
	display:inline-block; width:100%; line-height: 1.200000em;
	font-weight: bolder;
}

#stacks_in_4176 {
	margin: 20px 0px 0px 0px;
	padding:  10px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_4178buttonPressWrapper{
	position: relative !important;
}

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

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

.stacks_in_4178button:hover{
	color: #860063 !important;
	background-color: #F2F2F2 !important;
	border-color: #CDCDCD !important;
}

#stacks_in_4178 a, #stacks_in_4178 a:visited, #stacks_in_4178 a:active{
	color: #F2F2F2 !important;
}

#stacks_in_4178 a:hover{
	color: #860063 !important;
}










	/* -- TYPE BOOSTRAP EXTRA LARGE OVERRIDE -- */
	.stacks_in_4178button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	





























.stacks_in_4178buttonPressWrapper *{
	
	
}


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

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

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

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

#stacks_in_7491 {
	margin: 20px 0px 20px 0px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_7490buttonPressWrapper{
	position: relative !important;
}

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

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

.stacks_in_7490button:hover{
	color: #860063 !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
}

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

#stacks_in_7490 a:hover{
	color: #860063 !important;
}










	/* -- TYPE BOOSTRAP EXTRA LARGE OVERRIDE -- */
	.stacks_in_7490button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	





























.stacks_in_7490buttonPressWrapper *{
	
	
}


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

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

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

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

#stacks_in_5915 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_5950 {
	margin: 10px 0px 20px 0px;
}

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

#stacks_in_3992 {
	margin: 40px 0px 5px 0px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_7492buttonPressWrapper{
	position: relative !important;
}

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

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

.stacks_in_7492button:hover{
	color: #860063 !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
}

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

#stacks_in_7492 a:hover{
	color: #860063 !important;
}










	/* -- TYPE BOOSTRAP EXTRA LARGE OVERRIDE -- */
	.stacks_in_7492button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	





























.stacks_in_7492buttonPressWrapper *{
	
	
}


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

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

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

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_7492 {
	margin: 20px 0px 20px 0px;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_7540anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_7540editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_7540editInfo i{
	vertical-align: middle;
}

.stacks_in_7540editInfo:before{
content:"#da1";
float: right;
}

.stacks_in_7540editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_7540topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_7540topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




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

#stacks_in_7493 {
	margin: 20px 0px 5px 0px;
}

#stacks_in_6823 {
	margin: 20px 0px 30px 0px;
}

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

#stacks_in_2510 {
	margin: 20px 0px 5px 0px;
}

#stacks_in_7570 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_7571 {
	display:inline-block; width:100%; line-height: 1.200000em;
	font-size: 110%;
	font-weight: bolder;
}

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

#stacks_in_7569 {
	margin: 20px 0px 5px 0px;
}

#stacks_in_379 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_380 {
	display:inline-block; width:100%; line-height: 1.200000em;
	font-size: 110%;
	font-weight: bolder;
}

#stacks_in_7546 {
	margin: 10px 0px 0px 0px;
}
/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/

	@font-face {
		font-family: 'Lora';
		src: url('../files/lora-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Montserrat';
		src: url('../files/montserrat-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src: url('../files/opensans-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Roboto Slab';
		src: url('../files/robotoslab-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}


ul#stacks_in_4258_accordion {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_4258_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

#stacks_in_4258 .hide_toggle {
	display: none;
}


/* Label Font Choices */















/* Content Font Choices */









ul#stacks_in_4258_accordion .accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

ul#stacks_in_4258_accordion .accordion_label i {
}

ul#stacks_in_4258_accordion .stacks_in_4258_accordion_selectedarrow_icon {
}

ul#stacks_in_4258_accordion .accordion_content {
	
		padding: 40px;
	

}

ul#stacks_in_4258_accordion li:last-child .accordion_content {
}

ul#stacks_in_4258_accordion  .accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
	
	
		position: absolute;
		left: 20px;
		top: 15px;
		margin-right: 5px;
	
}

ul#stacks_in_4258_accordion .accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

ul#stacks_in_4258_accordion .stacks_in_4258_accordion_selectedarrow_icon .accordion_icon i {
	
}

#stacks_in_4258_open_all {
	cursor: pointer;
	font-size: 20px;
	
	margin-bottom: 12px;
	
	

}

#stacks_in_4258 .show_all_alignment {
	
	text-align: center;
	
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */
	ul#stacks_in_4258_accordion.ghost {
		border: 1px solid #d4d4d4;
	}

	ul#stacks_in_4258_accordion.ghost .accordion_label {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_4258_accordion.ghost .stacks_in_4258_accordion_selectedarrow_icon {
		background-color: #f2f2f2;
	}

	ul#stacks_in_4258_accordion.ghost .accordion_content {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_4258_accordion.ghost li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_4258_accordion.ghost li:last-child .accordion_content {
		border-bottom: none;
	}



/* Dark Grey */
	ul#stacks_in_4258_accordion.dark_grey {
		border: 1px solid #adadad;
	}

	ul#stacks_in_4258_accordion.dark_grey .accordion_label {
		color: #FCFEF9;
		border-bottom: 1px solid #4E4F54;
		background: rgb(108,109,113); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmQ3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRmNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(108,109,113,1) 0%, rgba(78,79,84,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,109,113,1)), color-stop(100%,rgba(78,79,84,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6d71', endColorstr='#4e4f54',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_4258_accordion.dark_grey .stacks_in_4258_accordion_selectedarrow_icon {
		color: #4E4F54;
		border-bottom: 1px solid #adadad;
		background: rgb(238,238,238); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_4258_accordion.dark_grey .accordion_content {
		color: #434343;
		border-bottom: 1px solid #adadad;
		background-color: #EFEFEF;
	}

	ul#stacks_in_4258_accordion.dark_grey li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #adadad;
	}

	ul#stacks_in_4258_accordion.dark_grey li:last-child .accordion_content {
		border-bottom: none;
	}




/* Light Blue */
	ul#stacks_in_4258_accordion.light_blue {
		border: 1px solid #E6E6E6;
	}

	ul#stacks_in_4258_accordion.light_blue .accordion_label {
		color: #939496;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #dedede;
		background: rgb(244,249,249); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: rgb(239,239,239); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_4258_accordion.light_blue .stacks_in_4258_accordion_selectedarrow_icon {
		color: #fff;
		border-top: 1px solid #98eaff;
		border-bottom: 1px solid #1EB0F4;
		background: rgb(36,210,253); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ZDJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMGJlZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(36,210,253,1) 0%, rgba(32,190,252,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,210,253,1)), color-stop(100%,rgba(32,190,252,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d2fd', endColorstr='#20befc',GradientType=0 ); /* IE6-8 */
	}


	ul#stacks_in_4258_accordion.light_blue .accordion_content {
		background: #d6d6d6;
		color: #3E3E3E;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
		border-bottom: 1px solid #E6E6E6;
	}

	ul#stacks_in_4258_accordion.light_blue li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #1EB0F4;
	}

	ul#stacks_in_4258_accordion.light_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Teal */
	ul#stacks_in_4258_accordion.flat_teal {
		border: 1px solid #E2E2E2;
	}

	ul#stacks_in_4258_accordion.flat_teal .accordion_label {
		color: #ABABAB;
		background: #FFFFFF;
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_4258_accordion.flat_teal .stacks_in_4258_accordion_selectedarrow_icon {
		color: #fff;
		background: #61BBC3;
		border-bottom: 1px solid #61BBC3;
	}

	ul#stacks_in_4258_accordion.flat_teal .accordion_content {
		background: #576465;
		color: #dfdfdf;
		border-bottom: 1px solid #E2E2E2;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
	}

	ul#stacks_in_4258_accordion.flat_teal li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_4258_accordion.flat_teal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Blue Grey */
	ul#stacks_in_4258_accordion.blue_grey {
		border: 1px solid #2D2E32;
	}

	ul#stacks_in_4258_accordion.blue_grey .accordion_label {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-top: 1px solid #606872;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_4258_accordion.blue_grey .stacks_in_4258_accordion_selectedarrow_icon {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_4258_accordion.blue_grey .accordion_content {
		background: #363D45;
		color: #C4C5C9;
		border-bottom: 1px solid #2D2E32;
		box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.25);
	}

	ul#stacks_in_4258_accordion.blue_grey li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #212226;
	}

	ul#stacks_in_4258_accordion.blue_grey li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Orange */
	ul#stacks_in_4258_accordion.flat_orange {
	}

	ul#stacks_in_4258_accordion.flat_orange .accordion_label {
		color: #F6F1E3;
		background: #DC614F;
	}

	ul#stacks_in_4258_accordion.flat_orange .stacks_in_4258_accordion_selectedarrow_icon {
		color: #F6F1E3;
		background: #DC614F;
		border-bottom: 2px solid #B94537;
	}

	ul#stacks_in_4258_accordion.flat_orange .accordion_content {
		background: #CC5545;
		color: #FCE1DB;
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_4258_accordion.flat_orange li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_4258_accordion.flat_orange li:last-child .accordion_content {
		border-bottom: none;
	}



/* Forest Green */
	ul#stacks_in_4258_accordion.forest_green {
	}

	ul#stacks_in_4258_accordion.forest_green .accordion_label {
		color: #99C676;
		background: #679341;
		border-top: 1px solid #96BE74;
		border-bottom: 1px solid #425F2E;
	}

	ul#stacks_in_4258_accordion.forest_green .stacks_in_4258_accordion_selectedarrow_icon {
		color: #384D24;
		background: #95BF70;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_4258_accordion.forest_green .accordion_content {
		background: #394D27;
		color: #F0F8E7;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_4258_accordion.forest_green li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_4258_accordion.forest_green li:last-child .accordion_content {
		border-bottom: none;
	}



/* Earthy */
	ul#stacks_in_4258_accordion.earthy {
		border: 1px solid #645B51;
	}

	ul#stacks_in_4258_accordion.earthy .accordion_label {
		color: #F7E7D4;
		background: #806F63;
		border-top: 1px solid #908279;
		border-bottom: 1px solid #645B51;
	}

	ul#stacks_in_4258_accordion.earthy .stacks_in_4258_accordion_selectedarrow_icon {
		color: #F7E7D5;
		background: #D95943;
		border-top: 1px solid #E58669;
		border-bottom: 2px solid #D01C1F;
	}

	ul#stacks_in_4258_accordion.earthy .accordion_content {
		background: #645548;
		color: #c4bcb1;
		border-bottom: 1px solid #52453b;
	}

	ul#stacks_in_4258_accordion.earthy li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_4258_accordion.earthy li:last-child .accordion_content {
		border-bottom: none;
	}



/* Purple Power */
	ul#stacks_in_4258_accordion.purple_power {
	}

	ul#stacks_in_4258_accordion.purple_power .accordion_label {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #a45693;
	}

	ul#stacks_in_4258_accordion.purple_power .stacks_in_4258_accordion_selectedarrow_icon {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_4258_accordion.purple_power .accordion_content {
		background: #6B4E99;
		color: #fff;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_4258_accordion.purple_power li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_4258_accordion.purple_power li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bold Blue */
	ul#stacks_in_4258_accordion.bold_blue {
		border: 1px solid #DBDBDB;
	}

	ul#stacks_in_4258_accordion.bold_blue .accordion_label {
	  color: #333333;
	  background-color: #f5f5f5;
	  *background-color: #e6e6e6;
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	  background-repeat: repeat-x;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #DBDBDB;
	}

	ul#stacks_in_4258_accordion.bold_blue .stacks_in_4258_accordion_selectedarrow_icon {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #006dcc;
	  *background-color: #0044cc;
	  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		border-top: 1px solid #0d93d6;
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_4258_accordion.bold_blue .accordion_content {
		background: rgb(247,247,247); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
		color: #434343;
		border-bottom: 1px solid #e2e2e2;
	}

	ul#stacks_in_4258_accordion.bold_blue li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_4258_accordion.bold_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Baby Blue */
	ul#stacks_in_4258_accordion.baby_blue {
		border: 1px solid #C4CDDF;
	}

	ul#stacks_in_4258_accordion.baby_blue .accordion_label {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_4258_accordion.baby_blue .stacks_in_4258_accordion_selectedarrow_icon {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_4258_accordion.baby_blue .accordion_content {
		background: #F8F8F8;
		color: #797979;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_4258_accordion.baby_blue li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_4258_accordion.baby_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Shamrock */
	ul#stacks_in_4258_accordion.shamrock {
	}

	ul#stacks_in_4258_accordion.shamrock .accordion_label {
		color: #FFFFFF;
		background: #3EBF9C;
		border-bottom: 1px solid #2ba483;
	}

	ul#stacks_in_4258_accordion.shamrock .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_4258_accordion.shamrock .accordion_content {
		background: #2F3D4F;
		color: #EFF3F3;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_4258_accordion.shamrock li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_4258_accordion.shamrock li:last-child .accordion_content {
		border-bottom: none;
	}



/* Crimson */
	ul#stacks_in_4258_accordion.crimson {
		border: 1px solid #000000;
	}

	ul#stacks_in_4258_accordion.crimson .accordion_label {
		color: #EEFFFF;
		background: #222222;
		border-bottom: 1px solid #000000;
	}

	ul#stacks_in_4258_accordion.crimson .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_4258_accordion.crimson .accordion_content {
		background: #000000;
		color: #999999;
	}

	ul#stacks_in_4258_accordion.crimson li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_4258_accordion.crimson li:last-child .accordion_content {
		border-bottom: none;
	}



/* Gun Metal */
	ul#stacks_in_4258_accordion.gun_metal {
	}

	ul#stacks_in_4258_accordion.gun_metal .accordion_label {
		color: #F7F8F8;
		background: #47545E;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_4258_accordion.gun_metal .stacks_in_4258_accordion_selectedarrow_icon {
		color: #3A4753;
		background: #49A2E0;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_4258_accordion.gun_metal .accordion_content {
		background: #3C474F;
		color: #F8F9F9;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_4258_accordion.gun_metal li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_4258_accordion.gun_metal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bright Blue */
	ul#stacks_in_4258_accordion.bright_blue {
		border: 1px solid #E0E9ED;
	}

	ul#stacks_in_4258_accordion.bright_blue .accordion_label {
		color: #5C7F89;
		background: #FFFFFF;
		border-bottom: 1px solid #E0E9ED;
	}

	ul#stacks_in_4258_accordion.bright_blue .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #1FBDD0;
		border-bottom: none;
	}

	ul#stacks_in_4258_accordion.bright_blue .accordion_content {
		background: #E0E9ED;
		color: #668b94;
	}

	ul#stacks_in_4258_accordion.bright_blue li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
	}

	ul#stacks_in_4258_accordion.bright_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Pinky */
	ul#stacks_in_4258_accordion.pinky {
	}

	ul#stacks_in_4258_accordion.pinky .accordion_label {
		color: #695E5D;
		background: #F1C1BC;
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_4258_accordion.pinky .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #F1A7AC;
		border-bottom: 1px solid #d79498;
	}

	ul#stacks_in_4258_accordion.pinky .accordion_content {
		background: #EFE8D4;
		color: #837974;
	}

	ul#stacks_in_4258_accordion.pinky li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_4258_accordion.pinky li:last-child .accordion_content {
		border-bottom: none;
	}



/* Tesla */
	ul#stacks_in_4258_accordion.tesla {
	}

	ul#stacks_in_4258_accordion.tesla .accordion_label {
		color: #ffffff;
		background: #B48ECB;
		border-bottom: 1px solid #9a73b2;
		border-top: 1px solid #c9aadc;
	}

	ul#stacks_in_4258_accordion.tesla .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #67487C;
		border-bottom: 1px solid #573769;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_4258_accordion.tesla .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #9a73b2;
	}

	ul#stacks_in_4258_accordion.tesla li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_4258_accordion.tesla li:last-child .accordion_content {
		border-bottom: none;
	}



/* Rustic */
	ul#stacks_in_4258_accordion.rustic {
	}

	ul#stacks_in_4258_accordion.rustic .accordion_label {
		color: #ffffff;
		background: #A6C8A7;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_4258_accordion.rustic .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #585858;
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_4258_accordion.rustic .accordion_content {
		background: #EDEDED;
		color: #414141;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_4258_accordion.rustic li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_4258_accordion.rustic li:last-child .accordion_content {
		border-bottom: none;
	}



/* Ruby */
	ul#stacks_in_4258_accordion.ruby {
	}

	ul#stacks_in_4258_accordion.ruby .accordion_label {
		color: #ffffff;
		background: #D9385A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_4258_accordion.ruby .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #BF0740;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_4258_accordion.ruby .accordion_content {
		background: #ededed;
		color: #7A7A7A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_4258_accordion.ruby li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_4258_accordion.ruby li:last-child .accordion_content {
		border-bottom: none;
	}



/* Feather */
	ul#stacks_in_4258_accordion.feather {
	}

	ul#stacks_in_4258_accordion.feather .accordion_label {
		color: #ffffff;
		background: #DC8364;
		border-bottom: 1px solid #D66C5A;
	}

	ul#stacks_in_4258_accordion.feather .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #3EBF9C;
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_4258_accordion.feather .accordion_content {
		background: #E3DFDE;
		color: #7A7A7A;
		border-bottom: 1px solid #D46C5D;
	}

	ul#stacks_in_4258_accordion.feather li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_4258_accordion.feather li:last-child .accordion_content {
		border-bottom: none;
	}



/* Abstract */
	ul#stacks_in_4258_accordion.abstract {
	}

	ul#stacks_in_4258_accordion.abstract .accordion_label {
		color: #ffffff;
		background: #2C2B2C;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_4258_accordion.abstract .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #D6395C;
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_4258_accordion.abstract .accordion_content {
		background: #1B1A1D;
		color: #CDCDCD;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_4258_accordion.abstract li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_4258_accordion.abstract li:last-child .accordion_content {
		border-bottom: none;
	}




/* Hive */
	ul#stacks_in_4258_accordion.hive {
	}

	ul#stacks_in_4258_accordion.hive .accordion_label {
		color: #ffffff;
		background: #F28753;
		border-bottom: 1px solid #CB6B22;
	}

	ul#stacks_in_4258_accordion.hive .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #29BB9C;
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_4258_accordion.hive .accordion_content {
		background: #FAEBE2;
		color: #646464;
		border-bottom: 1px solid #FAEBE3;
	}

	ul#stacks_in_4258_accordion.hive li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_4258_accordion.hive li:last-child .accordion_content {
		border-bottom: none;
	}




/* Navigator */
	ul#stacks_in_4258_accordion.navigator {
	}

	ul#stacks_in_4258_accordion.navigator .accordion_label {
		color: #ffffff;
		background: #63b8f5;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1N2EyZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #63b8f5 0%, #57a2f6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b8f5), color-stop(100%,#57a2f6));
		background: -webkit-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -o-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -ms-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: linear-gradient(to bottom,  #63b8f5 0%,#57a2f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b8f5', endColorstr='#57a2f6',GradientType=0 );
		border-bottom: 1px solid #559dee;
		border-top: 1px solid #81caff;
	}

	ul#stacks_in_4258_accordion.navigator .stacks_in_4258_accordion_selectedarrow_icon {
		color: #1858a1;
		background: #469af4;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2OWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmFjZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #469af4 0%, #46acf4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#469af4), color-stop(100%,#46acf4));
		background: -webkit-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -o-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -ms-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: linear-gradient(to bottom,  #469af4 0%,#46acf4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469af4', endColorstr='#46acf4',GradientType=0 );
		border-bottom: 1px solid #4289da;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_4258_accordion.navigator .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #81caff;
	}

	ul#stacks_in_4258_accordion.navigator li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_4258_accordion.navigator li:last-child .accordion_content {
		border-bottom: none;
	}



/* Majestic */
	ul#stacks_in_4258_accordion.majestic {
	}

	ul#stacks_in_4258_accordion.majestic .accordion_label {
		color: #ffffff;
		background: #4AC7CB;
		border-bottom: 1px solid #3aabaf;
	}

	ul#stacks_in_4258_accordion.majestic .stacks_in_4258_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE425A;
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_4258_accordion.majestic .accordion_content {
		background: #f4f4f4;
		color: #7A7A7A;
		border-bottom: 1px solid #e8e8e8;
	}

	ul#stacks_in_4258_accordion.majestic li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_4258_accordion.majestic li:last-child .accordion_content {
		border-bottom: none;
	}



/* END OF STYLES */



/* CUSTOM */


	ul#stacks_in_4258_accordion {
		border: 1px solid #DEDEDE;
	}

	ul#stacks_in_4258_accordion .accordion_label {
		color: #070707;
		background: rgba(242, 242, 242, 1.00);
		border-bottom: 1px solid #BFBFBF;
	}

	ul#stacks_in_4258_accordion .stacks_in_4258_accordion_selectedarrow_icon {
		color: #000000;
		background: rgba(228, 183, 211, 1.00);
		border-bottom: 1px solid #8A8A8A;
	}

	ul#stacks_in_4258_accordion .accordion_content {
		background: rgba(255, 255, 255, 1.00);
		color: #4D4D4D;
		border-bottom: 1px solid #BFBFBF;
	}

	ul#stacks_in_4258_accordion li:last-child .stacks_in_4258_accordion_selectedarrow_icon {
		border-bottom: 1px solid #8A8A8A;
	}

	ul#stacks_in_4258_accordion li:last-child .accordion_content {
		border-bottom: none;
	}

	#stacks_in_4258_open_all {
		color: #757575;
	}

	#stacks_in_4258_open_all_text {
		color: #757575;
	}

	#stacks_in_4258_close_all_text {
		color: #757575;
	}








/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	ul#stacks_in_4258_accordion .accordion_label {
		font-size: 18px;
	}

	ul#stacks_in_4258_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
		
			padding-left: 60px;
		
	}

}

@media only screen and (max-width: 1024px) {
	ul#stacks_in_4258_accordion .accordion_label {
		font-size: 18px;
	}

	ul#stacks_in_4258_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
		
			padding-left: 60px;
		
	}
}

@media only screen and (max-width: 768px) {
	ul#stacks_in_4258_accordion .accordion_label {
		font-size: 16px;
	}

	ul#stacks_in_4258_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
		
			padding-left: 50px;
		
	}
}

@media only screen and (max-width: 480px) {
	ul#stacks_in_4258_accordion .accordion_label {
		font-size: 16px;
	}

	ul#stacks_in_4258_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
		
			padding-left: 50px;
		
	}
}

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


#stacks_in_8015 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_8015 .pullquote:before, #stacks_in_8015 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_8015 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_8015 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_8015 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_8015 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7925 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7925 .pullquote:before, #stacks_in_7925 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7925 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7925 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7925 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7925 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7919 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7919 .pullquote:before, #stacks_in_7919 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7919 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7919 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7919 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7919 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7982 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7982 .pullquote:before, #stacks_in_7982 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7982 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7982 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7982 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7982 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_8012 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_8012 .pullquote:before, #stacks_in_8012 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_8012 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_8012 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_8012 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_8012 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7635 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7635 .pullquote:before, #stacks_in_7635 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7635 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7635 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7635 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7635 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_5848 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_5848 .pullquote:before, #stacks_in_5848 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_5848 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_5848 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_5848 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_5848 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7198 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7198 .pullquote:before, #stacks_in_7198 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7198 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7198 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7198 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7198 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7738 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7738 .pullquote:before, #stacks_in_7738 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7738 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7738 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7738 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7738 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7979 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7979 .pullquote:before, #stacks_in_7979 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7979 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7979 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7979 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7979 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7943 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7943 .pullquote:before, #stacks_in_7943 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7943 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7943 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7943 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7943 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7961 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7961 .pullquote:before, #stacks_in_7961 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7961 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7961 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7961 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7961 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7886 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7886 .pullquote:before, #stacks_in_7886 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7886 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7886 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7886 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7886 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_6684 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_6684 .pullquote:before, #stacks_in_6684 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_6684 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_6684 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_6684 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_6684 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7934 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7934 .pullquote:before, #stacks_in_7934 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7934 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7934 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7934 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7934 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7794 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7794 .pullquote:before, #stacks_in_7794 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7794 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7794 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7794 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7794 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7904 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7904 .pullquote:before, #stacks_in_7904 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7904 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7904 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7904 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7904 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7664 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7664 .pullquote:before, #stacks_in_7664 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7664 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7664 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7664 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7664 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_6961 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_6961 .pullquote:before, #stacks_in_6961 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_6961 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_6961 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_6961 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_6961 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_8009 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_8009 .pullquote:before, #stacks_in_8009 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_8009 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_8009 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_8009 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_8009 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7916 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7916 .pullquote:before, #stacks_in_7916 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7916 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7916 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7916 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7916 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7850 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7850 .pullquote:before, #stacks_in_7850 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7850 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7850 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7850 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7850 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7931 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7931 .pullquote:before, #stacks_in_7931 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7931 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7931 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7931 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7931 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7991 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7991 .pullquote:before, #stacks_in_7991 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7991 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7991 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7991 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7991 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7949 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7949 .pullquote:before, #stacks_in_7949 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7949 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7949 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7949 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7949 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7946 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7946 .pullquote:before, #stacks_in_7946 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7946 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7946 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7946 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7946 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7868 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7868 .pullquote:before, #stacks_in_7868 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7868 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7868 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7868 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7868 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7750 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7750 .pullquote:before, #stacks_in_7750 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7750 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7750 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7750 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7750 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7732 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7732 .pullquote:before, #stacks_in_7732 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7732 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7732 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7732 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7732 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_6811 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_6811 .pullquote:before, #stacks_in_6811 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_6811 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_6811 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_6811 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_6811 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7964 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7964 .pullquote:before, #stacks_in_7964 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7964 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7964 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7964 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7964 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_7658 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7658 .pullquote:before, #stacks_in_7658 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7658 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7658 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7658 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7658 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}

#stacks_in_7988 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_7988 .pullquote:before, #stacks_in_7988 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_7988 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_7988 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_7988 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_7988 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_5838buttonPressWrapper{
	position: relative !important;
}

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

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

.stacks_in_5838button:hover{
	color: #860063 !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
}

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

#stacks_in_5838 a:hover{
	color: #860063 !important;
}










	/* -- TYPE BOOSTRAP EXTRA LARGE OVERRIDE -- */
	.stacks_in_5838button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	





























.stacks_in_5838buttonPressWrapper *{
	
	
}


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

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

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

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

#stacks_in_5869 {
	margin: 40px 0px 20px 0px;
}
/*  */
#w-panels-stacks_in_3391 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1000px;
  border-radius: 0px; }
  #w-panels-stacks_in_3391.section-active .w-panel:not(.active) {
    overflow: hidden; }
    #w-panels-stacks_in_3391.section-active .w-panel:not(.active) .w-panel-top {
      opacity: 0;
      -webkit-animation: none;
              animation: none;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
  #w-panels-stacks_in_3391 .w-panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    transition: all 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    background-position: center center; }
    #w-panels-stacks_in_3391 .w-panel:hover:not(.active) {
      width: calc(100% + 200px); }
      #w-panels-stacks_in_3391 .w-panel:hover:not(.active) .w-panel-icon {
        -webkit-animation: pulse-vertical 2s infinite ease;
                animation: pulse-vertical 2s infinite ease; }
      #w-panels-stacks_in_3391 .w-panel:hover:not(.active)::after {
        opacity: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%); }
    #w-panels-stacks_in_3391 .w-panel::before {
      z-index: 1;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
    #w-panels-stacks_in_3391 .w-panel::after {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(0, 0, 0, 0.50);
      font-size: 14px;
      content: "Click Icon for Details";
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 1;
      padding: 10px;
      display: block;
      text-align: center;
      position: absolute;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      transition: all 0.3s ease-in-out, opacity 0s; }
    #w-panels-stacks_in_3391 .w-panel-top {
      z-index: 2;
      opacity: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      cursor: pointer;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-animation: top-in 0.3s 0.3s;
              animation: top-in 0.3s 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      transition: all 0.5s, visibility 0s; }
    #w-panels-stacks_in_3391 .w-panel-close {
      display: none;
      width: 24px;
      height: 24px;
      font-size: 24px;
      color: rgba(7, 7, 7, 1.00);
      cursor: pointer;
      position: relative;
      transition: 0.3s ease; }
      #w-panels-stacks_in_3391 .w-panel-close i {
        transition: all 0.3s; }
      #w-panels-stacks_in_3391 .w-panel-close:hover {
        -webkit-animation: close-hover-pulse 1.5s infinite ease-in-out;
                animation: close-hover-pulse 1.5s infinite ease-in-out; }
    #w-panels-stacks_in_3391 .w-panel-icon {
      width: 120px;
      height: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 75px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: rgba(26, 27, 36, 0.20); }
      #w-panels-stacks_in_3391 .w-panel-icon i {
        color: rgba(255, 255, 255, 1.00);
        line-height: 0;
        font-size: 80px; }
    #w-panels-stacks_in_3391 .w-panel-title {
      /*  */
      font-family: "Open Sans";
      /*  */
      text-align: center;
      box-sizing: border-box;
      color: rgba(7, 7, 7, 1.00);
      font-size: 18px;
      margin-top: 15px;
      font-weight: bold; }
    #w-panels-stacks_in_3391 .w-panel-content {
      /*  */
      font-family: "Open Sans";
      /*  */
      z-index: 2;
      height: 0;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      overflow: hidden;
      position: relative;
      box-sizing: border-box;
      color: rgba(117, 117, 117, 1.00);
      background: rgba(0, 0, 0, 0.00);
      transition: all 0.3s ease-in-out; }
      #w-panels-stacks_in_3391 .w-panel-content-inner {
        opacity: 0;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        transition: all 0.3s 0.3s ease-in-out;
        max-width: 800px;
        padding: 15px 15px; }
      #w-panels-stacks_in_3391 .w-panel-content h1, #w-panels-stacks_in_3391 .w-panel-content h2, #w-panels-stacks_in_3391 .w-panel-content h3, #w-panels-stacks_in_3391 .w-panel-content h4, #w-panels-stacks_in_3391 .w-panel-content h5, #w-panels-stacks_in_3391 .w-panel-content h6 {
        color: rgba(66, 66, 66, 1.00); }
      #w-panels-stacks_in_3391 .w-panel-content a {
        color: rgba(33, 33, 33, 1.00); }

#w-panels-stacks_in_3391 .w-panel.active {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  #w-panels-stacks_in_3391 .w-panel.active::after {
    opacity: 0; }
  #w-panels-stacks_in_3391 .w-panel.active .w-panel-close {
    display: block;
    margin-left: auto; }
  #w-panels-stacks_in_3391 .w-panel.active .w-panel-top {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-animation: top-in-active 0.3s 0.3s;
            animation: top-in-active 0.3s 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transition: all 0.5s, visibility 0s, opacity 0s; }
    #w-panels-stacks_in_3391 .w-panel.active .w-panel-top .w-panel-icon {
      width: 50px;
      height: 50px;
      border-radius: 25px; }
      #w-panels-stacks_in_3391 .w-panel.active .w-panel-top .w-panel-icon i {
        font-size: 30px; }
    #w-panels-stacks_in_3391 .w-panel.active .w-panel-top .w-panel-title {
      margin-top: 0;
      margin-left: 15px;
      font-size: 16px; }
  #w-panels-stacks_in_3391 .w-panel.active .w-panel-content-inner {
    -webkit-animation: content-in 0.3s 0.5s;
            animation: content-in 0.3s 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@media (max-width: 600px) {
  #w-panels-stacks_in_3391 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    #w-panels-stacks_in_3391.section-active .w-panel:not(.active) {
      height: 0;
      min-height: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      transition-delay: 0.1s; }
    #w-panels-stacks_in_3391 .w-panel {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      min-height: 200px; }
      #w-panels-stacks_in_3391 .w-panel.active {
        height: auto; }
      #w-panels-stacks_in_3391 .w-panel:hover:not(.active) {
        width: 100%;
        min-height: calc(200px + 70px); } }

@-webkit-keyframes top-in-active {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes top-in-active {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes top-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes top-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes content-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes content-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes close-hover-pulse {
  0% {
    padding-right: 0px; }
  50% {
    padding-right: 6px; }
  100% {
    padding-right: 0px; } }

@keyframes close-hover-pulse {
  0% {
    padding-right: 0px; }
  50% {
    padding-right: 6px; }
  100% {
    padding-right: 0px; } }

@-webkit-keyframes pulse-vertical {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes pulse-vertical {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

#stacks_in_3391 {
	margin: 20px 0px 20px 0px;
}
#w-panel-stacks_in_3393.w-panel {
  /*  */
  background: rgba(221, 46, 103, 0.22);
  /*  */
  /*  */
  /*  */ }
  #w-panel-stacks_in_3393.w-panel.image-icon .w-panel-top .w-panel-icon {
    background: url("") no-repeat center center;
    background-size: cover; }
    #w-panel-stacks_in_3393.w-panel.image-icon .w-panel-top .w-panel-icon i {
      display: none; }
  #w-panel-stacks_in_3393.w-panel.image-bg::before {
    display: block;
    background: rgba(0, 0, 0, 0.20); }
  #w-panel-stacks_in_3393.w-panel.custom-icon .w-panel-top .w-panel-icon {
    background: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3393.w-panel.custom-icon .w-panel-top .w-panel-icon i {
      color: rgba(124, 0, 89, 1.00); }
  #w-panel-stacks_in_3393.w-panel.custom-title .w-panel-top .w-panel-title, #w-panel-stacks_in_3393.w-panel.custom-title .w-panel-top .w-panel-close {
    color: rgba(8, 8, 8, 1.00); }
  #w-panel-stacks_in_3393.w-panel.custom-help-text::after {
    color: rgba(255, 255, 255, 0.30); }
  #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content {
    color: rgba(0, 0, 0, 1.00);
    background: rgba(0, 0, 0, 0.00); }
    #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content h1, #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content h2, #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content h3, #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content h4, #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content h5, #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3393.w-panel.custom-content .w-panel-content a {
      color: rgba(255, 255, 255, 1.00); }

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

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

#stacks_in_3969 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_3970 {
	display:inline-block; width:100%; line-height: 1.200000em;
	font-weight: bolder;
}

#stacks_in_3954 {
	padding:  10px;
}
#w-panel-stacks_in_3931.w-panel {
  /*  */
  background: rgba(137, 51, 153, 0.34);
  /*  */
  /*  */
  /*  */ }
  #w-panel-stacks_in_3931.w-panel.image-icon .w-panel-top .w-panel-icon {
    background: url("") no-repeat center center;
    background-size: cover; }
    #w-panel-stacks_in_3931.w-panel.image-icon .w-panel-top .w-panel-icon i {
      display: none; }
  #w-panel-stacks_in_3931.w-panel.image-bg::before {
    display: block;
    background: rgba(0, 0, 0, 0.20); }
  #w-panel-stacks_in_3931.w-panel.custom-icon .w-panel-top .w-panel-icon {
    background: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3931.w-panel.custom-icon .w-panel-top .w-panel-icon i {
      color: rgba(124, 0, 89, 1.00); }
  #w-panel-stacks_in_3931.w-panel.custom-title .w-panel-top .w-panel-title, #w-panel-stacks_in_3931.w-panel.custom-title .w-panel-top .w-panel-close {
    color: rgba(255, 255, 255, 1.00); }
  #w-panel-stacks_in_3931.w-panel.custom-help-text::after {
    color: rgba(0, 0, 0, 1.00); }
  #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content {
    color: rgba(255, 255, 255, 0.40);
    background: rgba(0, 0, 0, 0.00); }
    #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content h1, #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content h2, #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content h3, #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content h4, #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content h5, #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #w-panel-stacks_in_3931.w-panel.custom-content .w-panel-content a {
      color: rgba(255, 255, 255, 1.00); }

#stacks_in_6293 {
	margin: 20px 0px 30px 0px;
}

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

#stacks_in_4031 {
	margin: 40px 0px 0px 0px;
}

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

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

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

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