/* Styling for Preview Mode & Publishing */


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stacks_in_15348 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_15348 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

/** THEME
===================================*/

#stacks_in_15348 .bx-wrapper .bx-viewport {
}

#stacks_in_15348 .bx-wrapper .bx-pager,
#stacks_in_15348 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 20px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_15348 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


/* Only add pagination CSS if toggled on in settings. */
/* PAGER */



#stacks_in_15348 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#stacks_in_15348 .bx-wrapper .bx-pager .bx-pager-item,
#stacks_in_15348 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#stacks_in_15348 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#stacks_in_15348 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_15348 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #C3C3C3;
}






/* Only add arrow CSS if toggled on in settings. */
/* DIRECTION CONTROLS (NEXT / PREV) */

#stacks_in_15348 .bx-wrapper .bx-prev,
#stacks_in_15348 .bx-wrapper .bx-next,
#stacks_in_15348 .bx-wrapper .bx-pager,
#stacks_in_15348 .bx-wrapper .bx-pager-item,
#stacks_in_15348 .bx-wrapper .bx-pager-item a {
	border: none;
}



#stacks_in_15348 .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat 0 -32px;
}

#stacks_in_15348 .bx-wrapper .bx-next {
	right: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat -43px -32px;
}

#stacks_in_15348 .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#stacks_in_15348 .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

#stacks_in_15348 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 301;
}

#stacks_in_15348 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/*  Hide navigation arrows if toggled off in settings. */


/* AUTO CONTROLS (START / STOP) */

#stacks_in_15348 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_15348 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_15348 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_15348 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_15348 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_15348 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_15348 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_15348 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stacks_in_15348 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#stacks_in_15348 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stacks_in_15348 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#stacks_in_15348 ul.bxslider, #stacks_in_15348 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */


#stacks_in_246 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_246 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_246 .fluid-image.unlimited img{width:100% !important}#stacks_in_246 .fluid-image.define_max img{width:100% !important;max-width:180px !important}#stacks_in_246 .fluid-image.align-left img{float:left}#stacks_in_246 .fluid-image.align-right img{float:right}

#stacks_in_246 {
	margin: 0px 0px 10px 0px;
}
/* Start dooHeader X stack CSS code */.stacks_in_8x{	display: block !important;		text-align: center !important;		}@media (max-width:768px) {	.stacks_in_8x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_8x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_8 {
	margin: 0px 0px 20px 0px;
}
/* Start dooText X stack CSS code */.stacks_in_365x{	display: block !important;	text-align: left !important;	}@media (max-width:768px) {	.stacks_in_365x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_365x{		text-align: left !important;	}}/* End dooText X stack CSS code */
#stacks_in_365 {
	margin: 0px 0px 30px 0px;
}
/* Start dooHeader X stack CSS code */.stacks_in_12522x{	display: block !important;		text-align: center !important;		color: #C11520 !important;		}.stacks_in_12522x a,.stacks_in_12522x a:visited,.stacks_in_12522x a:active{	color: #C11520 !important;}.stacks_in_12522x a:hover{	color: #DA2E39 !important;}@media (max-width:768px) {	.stacks_in_12522x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_12522x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_12522 {
	margin: 30px 0px 20px 0px;
}
.cbp-ig-grid *, .cbp-ig-grid *:after, .cbp-ig-grid *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-text-size-adjust:none!important;
}

/* General grid styles */
.cbp-ig-grid.stacks_in_12625 {
	list-style: none;
	padding: 0 0 50px 0;
	margin: 0;
	font-size: 100%;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid.stacks_in_12625 li {
	width: 50%;
	float: left;
	height: 420px;
	text-align: center;
	border-top: 1px solid #F1F1F1;
	list-style-type: none!important;
	margin: 0px!important;
	padding: 0px!important;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid.stacks_in_12625 li:nth-child(-n+3){
	border-top: none;
}

.cbp-ig-grid.stacks_in_12625 li:nth-child(3n-1),
.cbp-ig-grid.stacks_in_12625 li:nth-child(3n-2) {
	box-shadow: 1px 0 0 #F1F1F1;
}



/* anchor style */
.cbp-ig-grid.stacks_in_12625 li > a {
	display: block;
	height: 100%;
	color: #434343;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	text-decoration: none!important;
}

h3.cbp-ig-title.stacks_in_12625 {
	color: #434343!important;
	text-decoration: none;
	border-bottom: 0;
}

.cbp-ig-grid a {
	text-decoration: none!important;
}

.cbp-ig-icon {
	padding: 30px 0 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-icon img {
	max-width: 280px;
	height: auto;
	max-height: 260px;
	width: auto;
	padding-bottom: 40px;
}

/* title element */
.cbp-ig-grid.stacks_in_12625 .cbp-ig-title {
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 2em;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-grid.stacks_in_12625 .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #C11520;
	width: 160px;
	height: 4px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid.stacks_in_12625 .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #FFFFFF;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid.stacks_in_12625 li > a:hover {
	background: #C11520;
	text-decoration: none;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.cbp-ig-grid li > a:hover,
.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title.stacks_in_12625 {
	color: #FFFFFF!important;
}

.cbp-ig-grid li > a:hover .cbp-ig-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-ig-grid.stacks_in_12625 li > a:hover .cbp-ig-title:before {
	background: #FFFFFF;
	margin-top: 80px;
}


@media screen and (max-width: 62.75em) {
	.cbp-ig-grid.stacks_in_12625 li {
		width: 50%;
	}

	/* reset the grid lines */
	.cbp-ig-grid.stacks_in_12625 li:nth-child(-n+3){
		border-top: 1px solid #F1F1F1;
	}

	.cbp-ig-grid.stacks_in_12625 li:nth-child(3n-1),
	.cbp-ig-grid.stacks_in_12625 li:nth-child(3n-2) {
		box-shadow: none;
	}

	.cbp-ig-grid.stacks_in_12625 li:nth-child(-n+2){
		border-top: none;
	}

	.cbp-ig-grid.stacks_in_12625 li:nth-child(2n-1) {
		box-shadow: 1px 0 0 #F1F1F1;
	}
}

@media screen and (max-width: 41.6em) { 
	.cbp-ig-grid.stacks_in_12625 li {
		width: 100%;
	}

	.cbp-ig-grid.stacks_in_12625 li:nth-child(-n+2){
		border-top: 1px solid #F1F1F1;
	}

	.cbp-ig-grid.stacks_in_12625 li:nth-child(2n-1) {
		box-shadow: none
	}

	.cbp-ig-grid.stacks_in_12625 li:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid.stacks_in_12625 {
		font-size: 80%;
	}

	.cbp-ig-grid.stacks_in_12625 .cbp-ig-category {
		margin-top: 20px;
	}
}


/*  EDIT TEXT  */


/* Grid Setup

li.three.four, li.three.five, li.three.six, li.three.seven, li.three.eight, li.three.nine, li.three.ten, li.three.eleven, li.three.twelve  {
	display: none!important;
}

li.six.seven, li.six.eight, li.six.nine, li.six.ten, li.six.eleven, li.six.twelve {
	display: none!important;
}

li.nines.ten, li.nines.eleven, li.nines.twelve {
	display: none!important;
}
 */


#stacks_in_12621 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12621 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12621 .fluid-image.unlimited img{width:100% !important}#stacks_in_12621 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12621 .fluid-image.align-left img{float:left}#stacks_in_12621 .fluid-image.align-right img{float:right}
#stacks_in_12619 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12619 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12619 .fluid-image.unlimited img{width:100% !important}#stacks_in_12619 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12619 .fluid-image.align-left img{float:left}#stacks_in_12619 .fluid-image.align-right img{float:right}
#stacks_in_13624_14378 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_13624_14378 .jwresp_col{float:none} #stacks_in_13624_14378 #jwresp_col2_stacks_in_13624_14378{position:relative;margin:0 auto;width:34%;float:none}#stacks_in_13624_14378 #jwresp_col1_stacks_in_13624_14378,#stacks_in_13624_14378 #jwresp_col3_stacks_in_13624_14378{width:31%}#stacks_in_13624_14378 #jwresp_col1_stacks_in_13624_14378{float:left}#stacks_in_13624_14378 #jwresp_col3_stacks_in_13624_14378{float:right}  @media screen and (max-width:500px){#stacks_in_13624_14378 #jwresp_col1_stacks_in_13624_14378,#stacks_in_13624_14378 #jwresp_col3_stacks_in_13624_14378,#stacks_in_13624_14378 #jwresp_col2_stacks_in_13624_14378{float:none;width:100%;display:block}#stacks_in_13624_14378 #jwresp_col1_stacks_in_13624_14378,#stacks_in_13624_14378 #jwresp_col3_stacks_in_13624_14378{margin-bottom:30px}} 
/* Start dooHeader X stack CSS code */.stacks_in_13624_13580x{	display: block !important;		text-align: center !important;		font-weight:200 !important;}@media (max-width:768px) {	.stacks_in_13624_13580x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_13624_13580x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_13624_13580 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_13624_13581 {
	letter-spacing: 2px;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_13624_1679 .stacks_in_13624_1679imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:12px 0;
		
		z-index:1;
	}
	
	#stacks_in_13624_1679 .stacks_in_13624_1679listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_13624_1679 .stacks_in_13624_1679listIcon img{
		width:43px;
		height: auto;
	}
	
	
	#stacks_in_13624_1679 .stacks_in_13624_1679listTitle {

		margin-left:59px;
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 100%;
	}
	
	
	#stacks_in_13624_1679 .stacks_in_13624_1679listContent {
		display: none;
		margin-left:59px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_13624_1679breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	/* Start dooHeader X stack CSS code */.stacks_in_13624_13610x{	display: block !important;		text-align: center !important;		font-weight:200 !important;}@media (max-width:768px) {	.stacks_in_13624_13610x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_13624_13610x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_13624_13610 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}

#stacks_in_13624_13611 {
	letter-spacing: 2px;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_13624_20738 .stacks_in_13624_20738imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:12px 0;
		
		z-index:1;
	}
	
	#stacks_in_13624_20738 .stacks_in_13624_20738listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_13624_20738 .stacks_in_13624_20738listIcon img{
		width:43px;
		height: auto;
	}
	
	
	#stacks_in_13624_20738 .stacks_in_13624_20738listTitle {

		margin-left:59px;
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 100%;
	}
	
	
	#stacks_in_13624_20738 .stacks_in_13624_20738listContent {
		display: none;
		margin-left:59px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_13624_20738breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
/* START ICONZ CSS */

#stacks_in_13624_9552 i {
	font-size: 2em;
	line-height: normal !important;
	
	color: #434343 !important;
	
	text-align:center;
}






#stacks_in_13624_9552 {
	text-align: center;
}

#stacks_in_13624_9552 a{
	text-decoration: none;
}


	
		#stacks_in_13624_9552 a i:hover{
			color: #525252 !important;
		}
		
		
	




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

/* END ICONS CSS */      
 
#stacks_in_13624_9552 {
	margin: 0px 0px 10px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_13624_9553Calligrapher{			font-size: 200% !important;			color: #434343 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_13624_9553Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_13624_9553Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_13624_9553Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_13624_9553Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_13624_9553Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_13624_9553Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_13624_9553Calligrapher h6, .stacks_in_13624_9553Calligrapher h5, .stacks_in_13624_9553Calligrapher h4, .stacks_in_13624_9553Calligrapher h3, .stacks_in_13624_9553Calligrapher h2, .stacks_in_13624_9553Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- */ .stacks_in_13624_9553Calligrapher, .stacks_in_13624_9553Calligrapher h1, .stacks_in_13624_9553Calligrapher h2, .stacks_in_13624_9553Calligrapher h3, .stacks_in_13624_9553Calligrapher h4, .stacks_in_13624_9553Calligrapher h5, .stacks_in_13624_9553Calligrapher h6{	font-family: "Just Another Hand" !important;}/* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_13624_9553targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_13624_9553Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_13624_9553Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_13624_9553Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_13624_9553Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start dooText X stack CSS code */.stacks_in_13624_9555x{	display: block !important;	text-align: center !important;	}@media (max-width:768px) {	.stacks_in_13624_9555x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_13624_9555x{		text-align: center !important;	}}/* End dooText X stack CSS code */#stacks_in_13624_14382 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13624_14382 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13624_14382 .fluid-image.unlimited img{width:100% !important}#stacks_in_13624_14382 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_13624_14382 .fluid-image.align-left img{float:left}#stacks_in_13624_14382 .fluid-image.align-right img{float:right}

#stacks_in_13624_14382 {
	margin: 0px 0px 10px 0px;
}
/* Start dooText X stack CSS code */.stacks_in_13624_19136x{	display: block !important;	text-align: center !important;	}@media (max-width:768px) {	.stacks_in_13624_19136x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_13624_19136x{		text-align: center !important;	}}/* End dooText X stack CSS code *//* Start dooText X stack CSS code */.stacks_in_13624_19146x{	display: block !important;	text-align: center !important;	}@media (max-width:768px) {	.stacks_in_13624_19146x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_13624_19146x{		text-align: center !important;	}}/* End dooText X stack CSS code *//* Start dooText X stack CSS code */.stacks_in_13624_19154x{	display: block !important;	text-align: center !important;	}@media (max-width:768px) {	.stacks_in_13624_19154x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_13624_19154x{		text-align: center !important;	}}/* End dooText X stack CSS code *//* Start dooText X stack CSS code */.stacks_in_13624_19170x{	display: block !important;	text-align: center !important;	}@media (max-width:768px) {	.stacks_in_13624_19170x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_13624_19170x{		text-align: center !important;	}}/* End dooText X stack CSS code *//* @group Page */

/* Stop the background page scrolling when the modal is open */
body.sociableOpen {
	overflow: hidden !important;
}

/* @end */

/* @group Share Button */

#socialPopupTriggerButtonstacks_in_143995_143990 *,
#socialPopupTriggerButtonstacks_in_143995_143990 *::after,
#socialPopupTriggerButtonstacks_in_143995_143990 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


#socialPopupTriggerButtonstacks_in_143995_143990 {
	position: fixed;
	top: 43.00%;
	left: 2.00%;
	cursor: pointer;
	z-index: 999;
}






#socialPopupTriggerButtonstacks_in_143995_143990 a {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	outline: none;
}

#socialPopupTriggerButtonstacks_in_143995_143990 a:focus {
	outline: none;
	border: none;
}

#socialPopupTriggerButtonstacks_in_143995_143990 #socialPopupTriggerButtonBorderstacks_in_143995_143990 {
	border: 2px solid #C11520;
	background: #FFFFFF;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	height: 50px;
	overflow: hidden;
	z-index: 5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_143995_143990:hover #socialPopupTriggerButtonBorderstacks_in_143995_143990 {
	border: 2px solid #C11520;
	background: #FFFFFF;
}


#socialPopupTriggerButtonstacks_in_143995_143990:hover #socialPopupTriggerButtonBorderstacks_in_143995_143990 {
	padding-right: 15px;
}




#socialPopupTriggerButtonstacks_in_143995_143990 #socialPopupTriggerButtonIconstacks_in_143995_143990 [class^="fa fa-"] {
	color: #C11520;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_143995_143990:hover #socialPopupTriggerButtonBorderstacks_in_143995_143990 [class^="fa fa-"] {
	color: #333333;
}

#socialPopupTriggerButtonstacks_in_143995_143990 #socialPopupTriggerButtonTextstacks_in_143995_143990 {
	color: #333333;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	max-width: 0px;
	overflow: hidden;
	line-height: 50px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}




#socialPopupTriggerButtonstacks_in_143995_143990:hover #socialPopupTriggerButtonTextstacks_in_143995_143990 {
	max-width: 300px;
	color: #333333;
}


/* @end */

/* @group Content Block (top of modal) */

#sociableContentBlock {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#adBlockMessage {
	display: none;
}

#adBlockMessage.adBlockTrue {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

/* @end */

/* @group Modal Window */

/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.socialPopupModalPerspective,
.socialPopupModalPerspective body {
	height: 100%;
	overflow: hidden;
}

.socialPopupModalPerspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.socialPopupModal-1 {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	overflow: auto;
	height: 100%;
	z-index: 19991;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.socialPopupModalShow {
	visibility: visible;
}

.socialPopupModalOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1999;
	opacity: 0;
	background: #363636;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow ~ .socialPopupModalOverlay {
	opacity: 0.90;
	visibility: visible;
}

/* Content styles */
#socialPopupModalContentstacks_in_143995_143990 {
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

/* Individual modal styles with animations/transitions */

/*  */

/* @group Effect 1 */

/* Effect 1: Fade in and scale up */
.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 2 */

/* Effect 2: Slide from the right */
.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.socialPopupModalShow.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* @end */

/* @group Effect 3 */

/* Effect 3: Slide from the bottom */
.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* @end */

/* @group Effect 4 */

/* Effect 4: Newspaper */
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-4 ~ .socialPopupModalOverlay,
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 5 */

/* Effect 5: fall */
.socialPopupModalEffect-5.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* @end */

/* @group Effect 6 */

/* Effect 6: side fall */
.socialPopupModalEffect-6.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 7 */

/* Effect 7:  slide and stick to top */
.socialPopupModalEffect-7{
	top: 0;
	-webkit-transform: translateX(-0%);
	-moz-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	transform: translateX(-0%);
}

.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* @end */

/* @group Effect 8 */

/* Effect 8: 3D flip horizontal */
.socialPopupModalEffect-8.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 9 */

/* Effect 9: 3D flip vertical */
.socialPopupModalEffect-9.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 10 */

/* Effect 10: 3D sign */
.socialPopupModalEffect-10.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 11 */

/* Effect 11: Super scaled */
.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 12 */

/* Effect 12:  Just me */
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-12 ~ .socialPopupModalOverlay {
	background: #000000;
} 

.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_143995_143990 h3,
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_143995_143990 {
	background: transparent;
}

.socialPopupModalShow.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 13 */

/* Effect 13: 3D slit */
.socialPopupModalEffect-13.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* @end */

/* @group Effect 14 */

/* Effect 14:  3D Rotate from bottom */
.socialPopupModalEffect-14.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}

.socialPopupModalShow.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 15 */

/* Effect 15:  3D Rotate in from left */
.socialPopupModalEffect-15.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_143995_143990 {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* @end */

/*  */

/* @end */

/* @group Close button */

#sociableCloseButtonstacks_in_143995_143990 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 80px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background: none;
	border: none;
	outline: none;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_143995_143990 [class^="fa fa-"] {
	color: #FFFFFF;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_143995_143990:hover,
#sociableCloseButtonstacks_in_143995_143990:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @end */

/* @group Radioactive Scroll Indicator */

@-webkit-keyframes radioactiveGlow {
	from { -webkit-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -webkit-box-shadow: 0 0 0px #000000; }
 	to { -webkit-box-shadow: 0 0 50px #FFFFFF; }
}

@-moz-keyframes radioactiveGlow {
	from { -moz-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -moz-box-shadow: 0 0 0px #000000; }
 	to { -moz-box-shadow: 0 0 50px #FFFFFF; }
}

@-ms-keyframes radioactiveGlow {
	from { -ms-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -ms-box-shadow: 0 0 0px #000000; }
 	to { -ms-box-shadow: 0 0 50px #FFFFFF; }
}

@keyframes radioactiveGlow {
	from { box-shadow: 0 0 50px #FFFFFF; }
 	50% { box-shadow: 0 0 0px #000000; }
 	to { box-shadow: 0 0 50px #FFFFFF; }
}

#radioactiveScrollIndicatorstacks_in_143995_143990 {
	-webkit-animation-name: radioactiveGlow;
 	-webkit-animation-duration: 2s;
 	-webkit-animation-iteration-count: infinite;
 	-moz-animation-name: radioactiveGlow;
 	-moz-animation-duration: 2s;
 	-moz-animation-iteration-count: infinite;
 	-ms-animation-name: radioactiveGlow;
 	-ms-animation-duration: 2s;
 	-ms-animation-iteration-count: infinite;
 	animation-name: radioactiveGlow;
 	animation-duration: 2s;
 	animation-iteration-count: infinite;
 	position: fixed;
 	bottom: -50px;
 	left: 0px;
 	width: 100%;
 	height: 50px;
 	background: #ffffff;
 	display: none;
}

.socialPopupScrollable #radioactiveScrollIndicatorstacks_in_143995_143990 {
	display: block;
}

.modalScrolled #radioactiveScrollIndicatorstacks_in_143995_143990 {
	display: none;
}

/* @end */

/* @group Social Icon List */

#sociableIconWrapper *,
#sociableIconWrapper *::after,
#sociableIconWrapper *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


#sociableIconWrapper {
	max-width: 1200px;
	margin: 60px auto;
	z-index: 1999;
	position: relative;
}

.socialIconArray {
	display: block;
	text-align: center;
}

.socialIconArray div {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 100px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.50em;
	font-size: 14px;
	z-index: 5;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: #FFFFFF;
}

.socialIconArray div:hover {
	color: #FFFFFF;
}

.socialIconArray div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.socialIconArray div [class^="fa fa-"] {
	font-size: 60px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 50px;
	position: relative;
	z-index: 5;
	border: 2px solid #FFFFFF;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	display: block;
	margin: 15px;
}

.socialIconArray div:hover [class^="fa fa-"] {
	-webkit-box-shadow: 0px 0px 30px #FFFFFF;
	-moz-box-shadow: 0px 0px 30px #FFFFFF;
	box-shadow: 0px 0px 30px #FFFFFF;
	border: 2px solid #FFFFFF;
}

/* Sub headings */

.socialIconArray .subheading {
	margin-top: 15px;
	padding-top: 15px;
	font-size: 14px;
	display: block;
	float: none;
	color: #FFFFFF;
}

.socialIconArray .subheading a,
.socialIconArray .subheading a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	display: inline;
}

.socialIconArray .subheading a:hover,
.socialIconArray .subheading a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Utility icons */

#sociableUtilityIcons *,
#sociableUtilityIcons *::after,
#sociableUtilityIcons *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#sociableUtilityIcons {
	border-top: 1px solid #CDCDCD;
	margin-top: 20px;
	padding-top: 30px;
	display: block;
}

/* @end */

/* @group Print Styling */

@media print {
	#socialPopupstacks_in_143995_143990,
	#socialPopupModalOverlaystacks_in_143995_143990,
	#socialPopupTriggerButtonstacks_in_143995_143990 {
		display: none !important;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */