.blu-wrap.bwd{overflow:visible}.blu-wrap.bwd>.blueprint-col{padding-top:.1px;padding-bottom:.1px}.blu-wrap.bwd>.blueprint-col,.blu-wrap.bwd>.blueprint-col>.blucol-content{position:relative}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"].has-z{z-index:1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]::before{z-index:-1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]:not(.full-ovl)::after{z-index:-1}.blu-wrap.bwd>.blueprint-col .blu-cf::before,.blu-wrap.bwd>.blueprint-col .blu-cf::after{content:" ";display:table}.blu-wrap.bwd>.blueprint-col .blu-cf::after{clear:both}.blu-wrap.bwd>.blueprint-col>.blu-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
/* @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_123 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_123 [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_123 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_123 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_123 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_123 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_123 a {
	outline: none;
}

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

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

/* @end */

%[if 1 ]%

/* @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_123 {
	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_123 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

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

#overlayContentstacks_in_123 {
	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_123 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_123,
	#overlayContentstacks_in_123 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_123 {
	background-color: rgba(64, 64, 64, 1.00);
	border: solid rgba(51, 51, 51, 1.00);
	border-width: 0px 4px 0px 4px;
}
    #stacks_in_267.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_267.blu-wrap.sm-pull{margin-top:-45.00px}@media screen and (min-width:640px){#stacks_in_267.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_267.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_267.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_267.blu-wrap{background-color:rgba(255, 255, 255, 0.51)}#stacks_in_267.blu-wrap>.blueprint-col{}#stacks_in_267.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_267.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_267.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_267.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_267.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_267.blu-wrap>.blueprint-col{ }#stacks_in_267.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_267.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_267.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_267.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_267.blu-wrap>.blueprint-col{ }
#stacks_in_267.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_267.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_267.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_267.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_267.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_267.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_267.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_267.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_267.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_269 {
		font-family: 'Dosis', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 250%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_269 {
		color: rgba(255, 255, 255, 1.00);
	}
}

#stacks_in_270 {
	padding: 0px 0px 0px 5px;
}
      @media screen and (min-width:768px) and (max-width:1000px){#stacks_in_267{display:none}}  @media screen and (min-width:1000px){#stacks_in_267{display:none}}   
    #stacks_in_249.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_249.blu-wrap.sm-pull{margin-top:-108.00px}@media screen and (min-width:640px){#stacks_in_249.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_249.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_249.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_249.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_249.blu-wrap>.blueprint-col{}#stacks_in_249.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_249.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_249.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_249.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_249.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_249.blu-wrap>.blueprint-col{ }#stacks_in_249.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_249.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_249.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_249.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_249.blu-wrap>.blueprint-col{ }
#stacks_in_249.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_249.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_249.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_249.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_249.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_249.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_249.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_249.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_249.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_264 {
		font-family: 'Dosis', sans-serif;
		font-weight: 200;
		font-style: normal;
		font-size: 600%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_264 {
		color: rgba(255, 255, 255, 1.00);
	}
}

#stacks_in_264 {
	padding: 0px 0px 0px 10px;
}
     @media screen and (max-width:768px){#stacks_in_249{display:none}}     
#stacks_in_300>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_300 {
	border: solid rgba(51, 51, 51, 1.00);
	border-width: 0px 4px 0px 4px;
}
    #stacks_in_349.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_349.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_349.blu-wrap>.blueprint-col{}#stacks_in_349.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_349.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_349.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_349.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_349.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(44, 83, 142, 1.00)} @media screen and (min-width:640px){#stacks_in_349.blu-wrap>.blueprint-col{ }#stacks_in_349.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_349.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_349.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_349.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_349.blu-wrap>.blueprint-col{ }
#stacks_in_349.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_349.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_349.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_349.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_349.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_349.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_349.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_349.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_349.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#linkBoxstacks_in_303 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_303 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_303 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}
#stacks_in_303 {
	padding: 20px 0px 0px 0px;
}
 .ovl-style-pro-stacks_in_349::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}  .ovl-style-pro-stacks_in_349:not(.o-bg-vault)::after{opacity:0!important;-webkit-transition:all 500ms ease;transition:all 500ms ease}.ovl-style-pro-stacks_in_349:not(.o-bg-vault):hover::after{opacity:1.0!important}   .ovl-style-pro-stacks_in_349:not(.o-bg-vault)::after{background-color:rgba(0, 146, 209, 0.15)}   

    #stacks_in_352.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_352.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_352.blu-wrap>.blueprint-col{}#stacks_in_352.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_352.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_352.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_352.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_352.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(24, 59, 117, 1.00)} @media screen and (min-width:640px){#stacks_in_352.blu-wrap>.blueprint-col{ }#stacks_in_352.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_352.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_352.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_352.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_352.blu-wrap>.blueprint-col{ }
#stacks_in_352.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_352.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_352.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_352.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_352.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_352.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_352.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_352.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_352.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#linkBoxstacks_in_305 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_305 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_305 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}
#stacks_in_305 {
	padding: 20px 0px 0px 0px;
}
 .ovl-style-pro-stacks_in_352::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}  .ovl-style-pro-stacks_in_352:not(.o-bg-vault)::after{opacity:0!important;-webkit-transition:all 500ms ease;transition:all 500ms ease}.ovl-style-pro-stacks_in_352:not(.o-bg-vault):hover::after{opacity:1.0!important}   .ovl-style-pro-stacks_in_352:not(.o-bg-vault)::after{background-color:rgba(0, 146, 209, 0.15)}   

#stacks_in_367>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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


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


}






#stacks_in_367 {
	border: solid rgba(51, 51, 51, 1.00);
	border-width: 0px 4px 0px 4px;
}
    #stacks_in_368.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_368.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_368.blu-wrap>.blueprint-col{}#stacks_in_368.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_368.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_368.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_368.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_368.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(44, 83, 142, 1.00)} @media screen and (min-width:640px){#stacks_in_368.blu-wrap>.blueprint-col{ }#stacks_in_368.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_368.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_368.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_368.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_368.blu-wrap>.blueprint-col{ }
#stacks_in_368.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_368.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_368.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_368.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_368.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_368.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_368.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_368.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_368.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#linkBoxstacks_in_369 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_369 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_369 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}
#stacks_in_369 {
	padding: 20px 0px 0px 0px;
}
 .ovl-style-pro-stacks_in_368::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}  .ovl-style-pro-stacks_in_368:not(.o-bg-vault)::after{opacity:0!important;-webkit-transition:all 500ms ease;transition:all 500ms ease}.ovl-style-pro-stacks_in_368:not(.o-bg-vault):hover::after{opacity:1.0!important}   .ovl-style-pro-stacks_in_368:not(.o-bg-vault)::after{background-color:rgba(0, 146, 209, 0.15)}   

    #stacks_in_377.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_377.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_377.blu-wrap>.blueprint-col{}#stacks_in_377.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_377.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_377.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_377.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_377.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(24, 59, 117, 1.00)} @media screen and (min-width:640px){#stacks_in_377.blu-wrap>.blueprint-col{ }#stacks_in_377.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_377.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_377.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_377.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_377.blu-wrap>.blueprint-col{ }
#stacks_in_377.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_377.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_377.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_377.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_377.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_377.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_377.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_377.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_377.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#linkBoxstacks_in_378 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_378 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_378 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}
#stacks_in_378 {
	padding: 20px 0px 0px 0px;
}
 .ovl-style-pro-stacks_in_377::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}  .ovl-style-pro-stacks_in_377:not(.o-bg-vault)::after{opacity:0!important;-webkit-transition:all 500ms ease;transition:all 500ms ease}.ovl-style-pro-stacks_in_377:not(.o-bg-vault):hover::after{opacity:1.0!important}   .ovl-style-pro-stacks_in_377:not(.o-bg-vault)::after{background-color:rgba(0, 146, 209, 0.15)}   

@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_386 {
		font-family: 'Dosis', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 200%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_386 {
		color: rgba(0, 0, 0, 1.00);
	}
}

#stacks_in_386 {
	background-color: rgba(216, 108, 0, 1.00);
	border: solid rgba(51, 51, 51, 1.00);
	border-width: 0px 4px 0px 4px;
}

#stacks_in_392 {
	padding: 5px 5px 5px 15px;
}
@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_280 {
		font-family: 'Dosis', sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 125%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_280 {
		color: rgba(0, 0, 0, 1.00);
	}
}

#stacks_in_280 {
	background-color: rgba(216, 108, 0, 1.00);
	border: solid rgba(51, 51, 51, 1.00);
	border-width: 0px 4px 0px 4px;
}

#stacks_in_390 {
	padding: 5px 5px 5px 15px;
}
/* 
Formsnap v.3.0.5 Stylesheet 
MODIFIED: 2019/10/16 10:27:16
*/




/* live edits to work in formsnap */
#stacks_in_317 .control-group.incase,
#stacks_in_317 .yd-radio-checkbox,
#stacks_in_317 .yd-file
{
  width:100%;
  margin: 0px 0px 25px 0px !important;
}



#stacks_in_317, #stacks_out_317, .stacks_top, #%id# .out
{
	 overflow: visible;
 }

/* custom overrides */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9A9A;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9A9A9A;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9A9A9A;
}

#stacks_in_317 .control-group .img-drop, 
#stacks_in_317 .control-group .incase-box, 
#stacks_in_317 .control-group input:not(.and-up), 
#stacks_in_317 .control-group select, 
#stacks_in_317 .control-group textarea {
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  font-size: 14px;
  color: #616161;
  border-color: #CFCFCF;
  border-width: 1px;
  background-color: #FFFFFF;
}

#stacks_in_317 .control-group.incase input:focus, 
#stacks_in_317 .control-group.incase select:focus, 
#stacks_in_317 .control-group.incase textarea:focus {
  border-color: #CFCFCF;
  outline: 0;
  box-shadow: none;
}

/* #stacks_in_317  .yd-file:before {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
} */

#stacks_in_317  .yd-file .yd-file-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_317 .yd-rating.yd-no-label .yd-star-menu {
  padding-top:6px;
}

#stacks_in_317  .yd-rating .yd-rating-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_317 .yd-file.yd-no-label .selected-file {
  padding-top:6px;
}

#stacks_in_317  .yd-required {
  color: #8E2F2E;
}

#stacks_in_317 .yd-sub-text {
  color: #999999;
  font-size: 13px;
}

#stacks_in_317 .yd-border {
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_317 .yd-trumbowyg .trumbowyg-button-pane {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_317 .trumbowyg-button-pane button {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
}
#stacks_in_317 .yd-trumbowyg {
  background:  #FFFFFF;
  background-color:  #FFFFFF;
}

#stacks_in_317 .yd-trumbowyg .trumbowyg-editor {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_317 .trumbowyg-button-pane button.trumbowyg-active, 
#stacks_in_317 .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, 
#stacks_in_317 .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: transparent;
}


#stacks_in_317 .parsley-errors-list li,
#stacks_in_317 .yd-invalid-msg {
  color:#8E2F2E;
  font-size:14px;
}

#stacks_in_317 button.yd-btn {
  background: #FFFFFF;
  color: #222222;
  font-size: 15px;
  padding: 10px 10px;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_317 button.yd-btn:disabled,
#stacks_in_317 button.yd-btn[disabled]{
  opacity:.5;
  cursor: not-allowed !important;
}

#stacks_in_317 button.yd-btn:hover {
  background: #E6E6E6;
}

#stacks_in_317 button.yd-btn.yd-primary {
  background: #5771A2;
  color: #FFFFFF;
  font-size:  15px;
}

#stacks_in_317 button.yd-btn.yd-primary:hover {
  background: #3E5889;
}

#stacks_in_317 .refresh-captcha {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #5771A2;
  border-bottom-width: 0;
/*  border: 1px solid #DBDBDB;*/
}


#stacks_in_317 .accent-color, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
#stacks_in_317 .control-group.incase label, 
#stacks_in_317 div[class^=yd-]>div>label {
color: #5771A2;
/* font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; */
}

input.yd-star:checked ~ label.yd-star:before {
  color:#5771A2;
  transition: all .25s;
}

input.yd-rating-star-5:checked ~ label.yd-star:before {
  color:#5771A2;
}


#stacks_in_317 .control-group.incase label, 
#stacks_in_317 div[class^=yd-]>div>label {
color: #5771A2;
font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

.yd-add-item {
	font-size:  11px;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; /* same size as labels */
}

#stacks_in_317 .fs-checkbox-label{
	color: #616173;
	font-size:  14px;
}

#stacks_in_317 .yd-file:before { color: #5771A2; }

#stacks_in_317 .fs-checkbox-label{
	color: #616173;
	font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_317 .radio_checkbox li a{;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  font-size:  14px;
}

#stacks_in_317 .control-group.incase .incase-box, 
#stacks_in_317 .control-group.incase input, 
#stacks_in_317 .control-group.incase select, 
#stacks_in_317 .control-group.incase textarea{
	color: #616161;
	font-size:  14px;
	font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  border-color: #CFCFCF;
  border-width: 1px;
  /* padding-top: %input-padding-top%; */
}

/* select down arrow color */
#stacks_in_317 .control-group.yd-select>div:after {
  border-top: 6px solid #CFCFCF;
}


#stacks_in_317 .fs-checkbox-radio .fs-checkbox-flag, 
#stacks_in_317 .rangeslider__fill {
background: #5771A2;
}

#stacks_in_317 .fs-checkbox-flag:before {
  border-color: #5771A2;
}

#stacks_in_317 .steps .yd-step.current {
  border-color: #CFCFCF;
}

#stacks_in_317 .yd-step-dots ul li i.fa { color:#CFCFCF !important; }
#stacks_in_317 .yd-step-dots ul li.active i.fa { color:#5771A2 !important; }

/* mobile buttons */
.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
	color: #5771A2;
	border: 1px solid #5771A2;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
	background: #5771A2;
	border: 1px solid #5771A2
}


.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
background: #5771A2; border-color: #5771A2;
}

 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
    background:#3E5889; color:#fff;
    }

		/* hight light color */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
	background-color: #9DB7E8;
	}
 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
		background-color: #9DB7E8;
		}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
		color: #5771A2;
		}

.calentim-container .calentim-input, .calentim-container-mobile .calentim-input {
  border-color: #CFCFCF;
/*  border-width: 1px;*/
}

/* light pre-select color on drag */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background-color: #A7C1F2;
  }

/* selected day inner span */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #5771A2;
  }

/* hide top pointer */
#stacks_in_317 .calentim-box-arrow-top:before {
  border-color: rgba(184,184,184,0);
  border-bottom-color:  #CFCFCF;
}

/* header link hover */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover{
  color: #5771A2;
}

/* month selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #5771A2;
}

/* month hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover
 {
  background: #708ABB;
}

/* year selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current {
  background: #5771A2;
}

/* year carets */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #5771A2;
}

/* year hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover {
  background: #708ABB;
}

/* Alerts */

#stacks_in_317 .yd-alert {
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_317 .rangeslider__value-bubble {
	background-color: #5771A2;
}

#stacks_in_317 .rangeslider__value-bubble::before {
	border-top: 6px solid #5771A2;
}

#stacks_in_317 .color-well {
	position:absolute; top:26px; left:11px; width:12px; height:12px; border-radius:3px;
}



/* .yd-error.yd-textarea .yd-counter
{
	bottom: 34px !important;
} */
.yd-error .yd-tooltip {
	bottom: 38px !important;
}

#stacks_in_317 .form-navigation  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#stacks_in_317 .form-navigation .fs-col-1,
#stacks_in_317 .form-navigation .fs-col-2,
#stacks_in_317 .form-navigation .fs-col-3,
#stacks_in_317 .form-navigation .fs-col-4,
#stacks_in_317 .form-navigation .fs-col-5,
#stacks_in_317 .form-navigation .fs-col-6,
#stacks_in_317 .form-navigation .fs-col-7,
#stacks_in_317 .form-navigation .fs-col-8,
#stacks_in_317 .form-navigation .fs-col-9,
#stacks_in_317 .form-navigation .fs-col-10,
#stacks_in_317 .form-navigation .fs-col-11,
#stacks_in_317 .form-navigation .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #stacks_in_317 .form-navigation .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#stacks_in_317 .form-navigation .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#stacks_in_317 .form-navigation .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#stacks_in_317 .form-navigation .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#stacks_in_317 .form-navigation .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#stacks_in_317 .form-navigation .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#stacks_in_317 .form-navigation .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#stacks_in_317 .form-navigation .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#stacks_in_317 .form-navigation .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#stacks_in_317 .form-navigation .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#stacks_in_317 .form-navigation .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#stacks_in_317 .form-navigation .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

	#stacks_in_317 .form-navigation:not(:first-child) {
  margin: 20px 0 20px 0; }

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#stacks_in_317 .form-navigation .fs-grid-container {
    display: block; }
		#stacks_in_317 .form-navigation .fs-col-1,
		#stacks_in_317 .form-navigation .fs-col-2,
		#stacks_in_317 .form-navigation .fs-col-3,
		#stacks_in_317 .form-navigation .fs-col-4,
		#stacks_in_317 .form-navigation .fs-col-5,
		#stacks_in_317 .form-navigation .fs-col-6,
		#stacks_in_317 .form-navigation .fs-col-7,
		#stacks_in_317 .form-navigation .fs-col-8,
		#stacks_in_317 .form-navigation .fs-col-9,
		#stacks_in_317 .form-navigation .fs-col-10,
		#stacks_in_317 .form-navigation .fs-col-11,
		#stacks_in_317 .form-navigation .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}


	/* modal custom colors */
  #stacks_in_317 .yd-overlay{background: rgba(0, 0, 0, 0.80);}
  #stacks_in_317 .yd-content{background:rgba(255, 255, 255, 1.00);color:rgba(70, 69, 69, 1.00);}
  #stacks_in_317 .yd-content h3{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_317 .yd-content .yd-body{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_317 .yd-modal.error .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_317 .yd-modal.success .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_317 .yd-modal-show.yd-effect-12 ~ .yd-overlay {background: rgba(255, 255, 255, 1.00)} 
  #stacks_in_317 .yd-modal-show.yd-effect-16 ~ .yd-overlay {background: rgba(0, 0, 0, 0.80);}
  #stacks_in_317 .yd-modal.process .yd-content button { display:none !important; }

/* loader */

#stacks_in_317 .yd-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#stacks_in_317 .yd-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5771A2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#stacks_in_317 .yd-loader div:nth-child(1) {
  left: 6px;
  animation: yd-loader1 0.6s infinite;
}
#stacks_in_317 .yd-loader div:nth-child(2) {
  left: 6px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_317 .yd-loader div:nth-child(3) {
  left: 26px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_317 .yd-loader div:nth-child(4) {
  left: 45px;
  animation: yd-loader3 0.6s infinite;
}
@keyframes yd-loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yd-loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes yd-loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}



 

#stacks_in_317 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(51, 51, 51, 1.00);
	border-width: 0px 4px 0px 4px;
	padding:  15px;
}
#stacks_in_339>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





 
 
 
 
 
#stacks_in_345>.s3_row {
	margin: 0 -10px;
}

#stacks_in_345>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_345>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_345>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}



#stacks_in_326>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}






/* #stacks_in_329 Custom Button Style */
#stacks_in_329 .btn {
	color: #FADCA5 !important;
	background-color: #D86C00 !important;
	border-color: #AC5624 !important;
}

#stacks_in_329 .btn:hover {
	background-color: #C45800 !important;
	border-color: #984210 !important;
}

a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}
 

/* #stacks_in_327 Custom Button Style */
#stacks_in_327 .btn {
	color: #656565 !important;
	background-color: #BFBFBF !important;
	border-color: #808080 !important;
}

#stacks_in_327 .btn:hover {
	background-color: #ABABAB !important;
	border-color: #6C6C6C !important;
}

a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}
 
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfooter.css Style Sheet
Created: 25, October, 2010
Last Modified: 24, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_277 {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#stacks_in_277 #footer {
	font-size: 14px;
	line-height: 16px;
	color: #808080;
}

#stacks_in_277 #footer p {
	color: #808080;
}

#stacks_in_277 #footer a:link, #stacks_in_277 #footer a:active {
	color: #CD180D;
}

#stacks_in_277 #footer a:visited {
	color: #800080;
}

#stacks_in_277 #footer a:hover {
	color: #CD180D;
}
#stacks_in_277 {
	background-color: rgba(51, 51, 51, 1.00);
	border: solid rgba(51, 51, 51, 1.00);
	border-width: 0px 4px 0px 4px;
	padding: 10px 0px 10px 10px;
}
