/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_752321 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_752321 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_752321 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_752321 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_752321 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_752321 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_752321 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_752321 a {
	outline: none;
}

#freeStyleWrapperstacks_in_752321 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_752321 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 0 ]%

/* @group BX Slider */

/**
 * 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
===================================*/

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

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

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

/* PAGER */

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

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	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;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

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

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

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

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

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

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

/* AUTO CONTROLS (START / STOP) */

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

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

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

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_752321 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_752321 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 50;
	display: block;
	width: 45%;
}

#overlayFillstacks_in_752321 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.50;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_752321 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_752321 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_752321,
	#overlayContentstacks_in_752321 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
#viewPortTextstacks_in_750924 h1,
#viewPortTextstacks_in_750924 h2,
#viewPortTextstacks_in_750924 h3,
#viewPortTextstacks_in_750924 h4,
#viewPortTextstacks_in_750924 h5,
#viewPortTextstacks_in_750924 h6,
#viewPortTextstacks_in_750924 p,
#viewPortTextstacks_in_750924

{
	font-size: 18px;
	line-height: 1.25em;
	transition: all 0ms ease-in-out;
}

@media screen and (max-width: 650px) {
	#viewPortTextstacks_in_750924 h1,
	#viewPortTextstacks_in_750924 h2,
	#viewPortTextstacks_in_750924 h3,
	#viewPortTextstacks_in_750924 h4,
	#viewPortTextstacks_in_750924 h5,
	#viewPortTextstacks_in_750924 h6,
	#viewPortTextstacks_in_750924 p,
	#viewPortTextstacks_in_750924
	
	{
		font-size: 7.00vw;
		line-height: 1.25em;
	}
}

@media screen and (min-width: 650px) {
	#viewPortTextstacks_in_750924 h1,
	#viewPortTextstacks_in_750924 h2,
	#viewPortTextstacks_in_750924 h3,
	#viewPortTextstacks_in_750924 h4,
	#viewPortTextstacks_in_750924 h5,
	#viewPortTextstacks_in_750924 h6,
	#viewPortTextstacks_in_750924 p,
	#viewPortTextstacks_in_750924
	
	{
		font-size: 32px;
		line-height: 1.25em;
	}
}

@media print {
	#viewPortTextstacks_in_750924 h1,
	#viewPortTextstacks_in_750924 h2,
	#viewPortTextstacks_in_750924 h3,
	#viewPortTextstacks_in_750924 h4,
	#viewPortTextstacks_in_750924 h5,
	#viewPortTextstacks_in_750924 h6,
	#viewPortTextstacks_in_750924 p,
	#viewPortTextstacks_in_750924
	
	{
		font-size: 18px;
	}
}
.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_768638 {
	height: 15.00px;
}




























@media print {
	#spacerStackstacks_in_768638 {
		display: none !important;
	}
}
#stacks_in_768628>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}








/* Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d8af81a1923d4f2ba59a)
 * Config saved to config.json and https://gist.github.com/d8af81a1923d4f2ba59a
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

#stacks_in_764376 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#stacks_in_764376 .btn:focus,
#stacks_in_764376 .btn:active:focus,
#stacks_in_764376 .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#stacks_in_764376 .btn:hover,
#stacks_in_764376 .btn:focus {
  color: #333333;
  text-decoration: none;
}
#stacks_in_764376 .btn:active,
#stacks_in_764376 .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#stacks_in_764376 .btn.disabled,
#stacks_in_764376 .btn[disabled],
#stacks_in_764376 fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_764376 .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#stacks_in_764376 .btn-default:hover,
#stacks_in_764376 .btn-default:focus,
#stacks_in_764376 .btn-default:active,
#stacks_in_764376 .btn-default.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#stacks_in_764376 .btn-default:active,
#stacks_in_764376 .btn-default.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-default {
  background-image: none;
}
#stacks_in_764376 .btn-default.disabled,
#stacks_in_764376 .btn-default[disabled],
#stacks_in_764376 fieldset[disabled] .btn-default,
#stacks_in_764376 .btn-default.disabled:hover,
#stacks_in_764376 .btn-default[disabled]:hover,
#stacks_in_764376 fieldset[disabled] .btn-default:hover,
#stacks_in_764376 .btn-default.disabled:focus,
#stacks_in_764376 .btn-default[disabled]:focus,
#stacks_in_764376 fieldset[disabled] .btn-default:focus,
#stacks_in_764376 .btn-default.disabled:active,
#stacks_in_764376 .btn-default[disabled]:active,
#stacks_in_764376 fieldset[disabled] .btn-default:active,
#stacks_in_764376 .btn-default.disabled.active,
#stacks_in_764376 .btn-default[disabled].active,
#stacks_in_764376 fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
#stacks_in_764376 .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
#stacks_in_764376 .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
#stacks_in_764376 .btn-primary:hover,
#stacks_in_764376 .btn-primary:focus,
#stacks_in_764376 .btn-primary:active,
#stacks_in_764376 .btn-primary.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
#stacks_in_764376 .btn-primary:active,
#stacks_in_764376 .btn-primary.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
#stacks_in_764376 .btn-primary.disabled,
#stacks_in_764376 .btn-primary[disabled],
#stacks_in_764376 fieldset[disabled] .btn-primary,
#stacks_in_764376 .btn-primary.disabled:hover,
#stacks_in_764376 .btn-primary[disabled]:hover,
#stacks_in_764376 fieldset[disabled] .btn-primary:hover,
#stacks_in_764376 .btn-primary.disabled:focus,
#stacks_in_764376 .btn-primary[disabled]:focus,
#stacks_in_764376 fieldset[disabled] .btn-primary:focus,
#stacks_in_764376 .btn-primary.disabled:active,
#stacks_in_764376 .btn-primary[disabled]:active,
#stacks_in_764376 fieldset[disabled] .btn-primary:active,
#stacks_in_764376 .btn-primary.disabled.active,
#stacks_in_764376 .btn-primary[disabled].active,
#stacks_in_764376 fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
#stacks_in_764376 .btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
#stacks_in_764376 .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#stacks_in_764376 .btn-success:hover,
#stacks_in_764376 .btn-success:focus,
#stacks_in_764376 .btn-success:active,
#stacks_in_764376 .btn-success.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
#stacks_in_764376 .btn-success:active,
#stacks_in_764376 .btn-success.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-success {
  background-image: none;
}
#stacks_in_764376 .btn-success.disabled,
#stacks_in_764376 .btn-success[disabled],
#stacks_in_764376 fieldset[disabled] .btn-success,
#stacks_in_764376 .btn-success.disabled:hover,
#stacks_in_764376 .btn-success[disabled]:hover,
#stacks_in_764376 fieldset[disabled] .btn-success:hover,
#stacks_in_764376 .btn-success.disabled:focus,
#stacks_in_764376 .btn-success[disabled]:focus,
#stacks_in_764376 fieldset[disabled] .btn-success:focus,
#stacks_in_764376 .btn-success.disabled:active,
#stacks_in_764376 .btn-success[disabled]:active,
#stacks_in_764376 fieldset[disabled] .btn-success:active,
#stacks_in_764376 .btn-success.disabled.active,
#stacks_in_764376 .btn-success[disabled].active,
#stacks_in_764376 fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#stacks_in_764376 .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
#stacks_in_764376 .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#stacks_in_764376 .btn-info:hover,
#stacks_in_764376 .btn-info:focus,
#stacks_in_764376 .btn-info:active,
#stacks_in_764376 .btn-info.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
#stacks_in_764376 .btn-info:active,
#stacks_in_764376 .btn-info.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-info {
  background-image: none;
}
#stacks_in_764376 .btn-info.disabled,
#stacks_in_764376 .btn-info[disabled],
#stacks_in_764376 fieldset[disabled] .btn-info,
#stacks_in_764376 .btn-info.disabled:hover,
#stacks_in_764376 .btn-info[disabled]:hover,
#stacks_in_764376 fieldset[disabled] .btn-info:hover,
#stacks_in_764376 .btn-info.disabled:focus,
#stacks_in_764376 .btn-info[disabled]:focus,
#stacks_in_764376 fieldset[disabled] .btn-info:focus,
#stacks_in_764376 .btn-info.disabled:active,
#stacks_in_764376 .btn-info[disabled]:active,
#stacks_in_764376 fieldset[disabled] .btn-info:active,
#stacks_in_764376 .btn-info.disabled.active,
#stacks_in_764376 .btn-info[disabled].active,
#stacks_in_764376 fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#stacks_in_764376 .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
#stacks_in_764376 .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#stacks_in_764376 .btn-warning:hover,
#stacks_in_764376 .btn-warning:focus,
#stacks_in_764376 .btn-warning:active,
#stacks_in_764376 .btn-warning.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
#stacks_in_764376 .btn-warning:active,
#stacks_in_764376 .btn-warning.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
#stacks_in_764376 .btn-warning.disabled,
#stacks_in_764376 .btn-warning[disabled],
#stacks_in_764376 fieldset[disabled] .btn-warning,
#stacks_in_764376 .btn-warning.disabled:hover,
#stacks_in_764376 .btn-warning[disabled]:hover,
#stacks_in_764376 fieldset[disabled] .btn-warning:hover,
#stacks_in_764376 .btn-warning.disabled:focus,
#stacks_in_764376 .btn-warning[disabled]:focus,
#stacks_in_764376 fieldset[disabled] .btn-warning:focus,
#stacks_in_764376 .btn-warning.disabled:active,
#stacks_in_764376 .btn-warning[disabled]:active,
#stacks_in_764376 fieldset[disabled] .btn-warning:active,
#stacks_in_764376 .btn-warning.disabled.active,
#stacks_in_764376 .btn-warning[disabled].active,
#stacks_in_764376 fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#stacks_in_764376 .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
#stacks_in_764376 .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#stacks_in_764376 .btn-danger:hover,
#stacks_in_764376 .btn-danger:focus,
#stacks_in_764376 .btn-danger:active,
#stacks_in_764376 .btn-danger.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#stacks_in_764376 .btn-danger:active,
#stacks_in_764376 .btn-danger.active,
#stacks_in_764376 .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
#stacks_in_764376 .btn-danger.disabled,
#stacks_in_764376 .btn-danger[disabled],
#stacks_in_764376 fieldset[disabled] .btn-danger,
#stacks_in_764376 .btn-danger.disabled:hover,
#stacks_in_764376 .btn-danger[disabled]:hover,
#stacks_in_764376 fieldset[disabled] .btn-danger:hover,
#stacks_in_764376 .btn-danger.disabled:focus,
#stacks_in_764376 .btn-danger[disabled]:focus,
#stacks_in_764376 fieldset[disabled] .btn-danger:focus,
#stacks_in_764376 .btn-danger.disabled:active,
#stacks_in_764376 .btn-danger[disabled]:active,
#stacks_in_764376 fieldset[disabled] .btn-danger:active,
#stacks_in_764376 .btn-danger.disabled.active,
#stacks_in_764376 .btn-danger[disabled].active,
#stacks_in_764376 fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#stacks_in_764376 .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
#stacks_in_764376 .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
#stacks_in_764376 .btn-link,
#stacks_in_764376 .btn-link:active,
#stacks_in_764376 .btn-link[disabled],
#stacks_in_764376 fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_764376 .btn-link,
#stacks_in_764376 .btn-link:hover,
#stacks_in_764376 .btn-link:focus,
#stacks_in_764376 .btn-link:active {
  border-color: transparent;
}
#stacks_in_764376 .btn-link:hover,
#stacks_in_764376 .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
#stacks_in_764376 .btn-link[disabled]:hover,
#stacks_in_764376 fieldset[disabled] .btn-link:hover,
#stacks_in_764376 .btn-link[disabled]:focus,
#stacks_in_764376 fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
#stacks_in_764376 .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#stacks_in_764376 .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#stacks_in_764376 .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#stacks_in_764376 .btn-block {
  display: block;
  width: 100%;
}
#stacks_in_764376 .btn-block + .btn-block {
  margin-top: 5px;
}
#stacks_in_764376 input[type="submit"].btn-block,
#stacks_in_764376 input[type="reset"].btn-block,
#stacks_in_764376 input[type="button"].btn-block {
  width: 100%;
}
#stacks_in_764376 .clearfix:before,
#stacks_in_764376 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_764376 .clearfix:after {
  clear: both;
}
#stacks_in_764376 .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#stacks_in_764376 .pull-right {
  float: right !important;
}
#stacks_in_764376 .pull-left {
  float: left !important;
}
#stacks_in_764376 .hide {
  display: none !important;
}
#stacks_in_764376 .show {
  display: block !important;
}
#stacks_in_764376 .invisible {
  visibility: hidden;
}
#stacks_in_764376 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#stacks_in_764376 .hidden {
  display: none !important;
  visibility: hidden !important;
}
#stacks_in_764376 .affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#stacks_in_764376 a.editIcon i.log-in { font-size: 22px;	}

#stacks_in_764376 a.editIcon i.log-in{ color: rgba(250, 249, 250, 1.00); }
#stacks_in_764376 a.editIcon i.log-in:hover{ color: rgba(69, 188, 225, 1.00); } 

#stacks_in_764376 .remove{ display: none; }
#stacks_in_764376 .ed-btn{ text-decoration: none; color:  !important; background-color:  !important; border-color:  !important; }

#stacks_in_764376 .ed-btn:hover { background-color:  !important; border-color:  !important; }

#stacks_in_764376 .ed-btn.link{background-color: none !important; background: none;}
#stacks_in_764376 table td ul{padding-left: 15px;}
#stacks_in_764376 span{	font-weight: normal; font-style: normal; }


/* PREVIEW */

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_768627 {
	height: 25.00px;
}




























@media print {
	#spacerStackstacks_in_768627 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_752494 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_752497 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_752499 {
		display: none !important;
	}
}
/* Start Obscure Email stack CSS code */.stacks_in_735617topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_735617mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_735617small{font-weight: normal;font-size: 12px;}.stacks_in_735617centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_735617centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_768639_5 #myExtraContent8,
#ExtraContentPlusstacks_in_768639_5 #fs {
	display: none;
}

/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_768640_5 #myExtraContent9,
#ExtraContentPlusstacks_in_768640_5 #fs {
	display: none;
}

