.offsite-wrapper{-webkit-overflow-scrolling:touch;width:100%;display:block;position:relative;overflow:hidden}.offsite-full{height:100%}iframe.offsite{width:100%;border:0;display:block;opacity:1;transition:opacity 600ms ease-in-out,height 600ms ease-in-out}iframe.offsite[scrolling='no']{overflow:hidden}iframe.offsite.offsite-load{opacity:0}.offsite-viewport iframe.offsite{height:100vh}.offsite-full iframe.offsite{height:100%}.offsite-proportional iframe.offsite{position:absolute;top:0;left:0;height:100%}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
#stacks_in_194_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_194 a:link, #stacks_in_194 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_194 a:hover, #stacks_in_194 a:active {
	color:#FFFFFF;
}










#stacks_in_194 a:link, #stacks_in_194 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_194 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_194 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
.stacks_in_161.offsite-static iframe{height:1500px}.stacks_in_161.offsite-proportional{padding-top:calc((1500/2500)*100%)}.stacks_in_161.offsite-viewport{height:100vh}.stacks_in_161.offsite-responsive iframe{height:500px}@media screen and (min-width:40em){.stacks_in_161.offsite-responsive iframe{height:500px}}@media screen and (min-width:64em){.stacks_in_161.offsite-responsive iframe{height:500px}}

/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
/* Start Responsive Shim stack CSS code */.stacks_in_185shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_176 {
	background-color: rgba(251, 2, 7, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}


#radar_stacks_in_170 {
	height: 45vh;
}

#radar_stacks_in_170 li {
		list-style: none;
		display: inline-block;
}



#stacks_in_170 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



.nimblehost_myMenuOuterWrapper_stacks_in_110 { 
	margin: 0;
	padding: 0;
	
	position: fixed;
	
	z-index: 100; 
	
	top: 0.00%;
	left: 0.00%;
	
	
	width: 100%;
	text-align: center;
	
	
	font-size: 14px;
	
	
		
	font-family: Arial, Helvetica, sans-serif;
		
		
		
		
		
		
		
		
		
		
		
	
}

.nimblehost_myMenuInnerWrapper_stacks_in_110, .nimblehost_myMenu_stacks_in_110 ul ul, .nimblehost_myMenuInnerWrapper_stacks_in_110 .myMenu_mobileToggle p { 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

.nimblehost_myMenuInnerWrapper_stacks_in_110 {
	
	
	background: transparent;
	
}
@-moz-document url-prefix() {  }
.nimblehost_myMenuLabel_stacks_in_110 {
	
	display: none;
	
	color: #000000;
}

.nimblehost_myMenu_stacks_in_110 { 
	padding: 0 5px;
	
	
}
.nimblehost_myMenu_stacks_in_110 ul { 
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: auto;
	
	
	min-height: 33px;
	
	
	border-top: none;
	border-bottom: none;
	
}

.nimblehost_myMenu_stacks_in_110 ul li, .customMenuItems li { 
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	display: block;
	background-image: none !important;
	position: relative;
	
	display: inline-block;
	
}

.customMenuItems, .customMenuItems .stacks_out, .customMenuItems .stacks_in {
	display: block;
	
	display: inline;
	
}

.nimblehost_myMenu_stacks_in_110 ul li a, .customMenuItems li a { 
	margin: 0;
	padding: 0 12px;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 33px;
	color: #FD8008;
	
	
	border-top: none;
	border-bottom: none;
	
	border-top: none; border-bottom: none;
	zoom: 1;
}
.nimblehost_myMenu_stacks_in_110 ul li a:hover, .customMenuItems li a:hover { 
	color: #FFFF66;
	background-color: #000000;
}
.nimblehost_myMenu_stacks_in_110 ul li a:active, .customMenuItems li a:active {
	-webkit-box-shadow:inset 0 0 3px black;
	-moz-box-shadow:inset 0 0 3px black;
	box-shadow:inset 0 0 3px black;
}
.nimblehost_myMenu_stacks_in_110 ul li a#current, .nimblehost_myMenu_stacks_in_110 ul li a.current, .nimblehost_myMenu_stacks_in_110 ul li a.currentAncestor {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FB0207;
	color: #000000;
	-webkit-box-shadow:inset 0 0 3px black;
	-moz-box-shadow:inset 0 0 3px black;
	box-shadow:inset 0 0 3px black;
	border: none;
}

.nimblehost_myMenu_stacks_in_110 ul li.ddarrow a { padding-right: 22px !important; }
.nimblehost_myMenu_stacks_in_110 ul ul li.ddarrow a { padding-right: 12px !important; }

.nimblehost_myMenu_stacks_in_110 ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_110 ul .customMenuItems li.ddarrow .childIndicator { 
	position:absolute;
	top:8px;
	right:3px;
	float:right;
	height: 17px;
	width: 17px;
	background: transparent url(../files/ddarrowDown.png) center center no-repeat;
}

.nimblehost_myMenu_stacks_in_110 ul ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_110 ul .customMenuItems ul li.ddarrow .childIndicator {
	background-image: url(../files/ddarrow.png);
}

.nimblehost_myMenu_stacks_in_110 .customMenuItems .stacks_out, .nimblehost_myMenu_stacks_in_110 .customMenuItems .stacks_in { overflow: visible; }

/* Second Level Menu Items */
.nimblehost_myMenu_stacks_in_110 ul ul {
	border: none;
	margin: 0;
	padding: 5px 0 !important;
	height: auto;
	position: absolute;
	width: 91px;
	z-index: 101; 
	top: 33px;
	left: 0;
	display: none;
	
	
	background: transparent;
	
}

.nimblehost_myMenu_stacks_in_110 ul ul li { 
	
	display: block;
	
}

.nimblehost_myMenu_stacks_in_110 ul ul li a { 
	width: auto;
	
		
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #AAAAAA;
		color: #FB0280;
		
	
	
	border-top: none;
	border-bottom: none;
	
	border-top: none; border-bottom: none;
}


.nimblehost_myMenu_stacks_in_110 ul ul li a:hover, .customMenuItems ul li a:hover { 
	color: #000000;
	background-color: #999999;
}
.nimblehost_myMenu_stacks_in_110 ul ul li a#current, .nimblehost_myMenu_stacks_in_110 ul ul li a.current, .nimblehost_myMenu_stacks_in_110 ul li a.currentAncestor {
	background-color: #FFFFFF;
	color: #FB0280;
}


.nimblehost_myMenu_stacks_in_110 ul ul ul {
	top: -5px;
	left: 91px;
	padding: 5px 0 !important;
}


.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu/*, .nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu[style]*/ { display: block !important; opacity: 1 !important; height: auto !important; }
	
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu/*, .nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu[style]*/ { height: 33px !important; }
	.nimblehost_myMenuInnerWrapper_stacks_in_110 .subMenuBackground {
	width: 100%;
	min-height: 33px;
	-webkit-border-radius: 0 0 0px 0px;
	-moz-border-radius: 0 0 0px 0px;
	-ms-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	
	background: transparent;
	
	}
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu { 
		padding: 0 !important; 
		width: auto; 
		-webkit-box-shadow: none; 
		-moz-box-shadow: none; 
		-ms-box-shadow: none; 
		box-shadow: none; 
	}
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu li { display: inline-block; }
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu li a {
		border-top: none;
		border-bottom: none;
	}
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu ul {
		width: 91px;
		
		top: 33px;
		left: 0;
	}
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu ul li { display: block; }
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu ul li a {
	
		
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #AAAAAA;
		color: #FB0280;
		
	
	
		border-top: none;
		border-bottom: none;
	
	border-top: none; border-bottom: none;
	}
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu li.ddarrow a { padding-right: 22px !important; }
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu ul li.ddarrow a { padding-right: 12px !important; }
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_110 ul .customMenuItems ul.alwaysDisplaySubMenu li.ddarrow .childIndicator { 
		background: transparent url(../files/ddarrowDown.png) center center no-repeat;
	}
	.nimblehost_myMenu_stacks_in_110 ul ul.alwaysDisplaySubMenu ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_110 ul .customMenuItems ul.alwaysDisplaySubMenu ul li.ddarrow .childIndicator { 
		background: transparent url(../files/ddarrowDown.png) center center no-repeat;
	}
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul {
		top: -5px;
		left: 91px;
	}
	


.nimblehost_myMenuInnerWrapper_stacks_in_110 .myMenu_mobileToggle { display: none; }


@media screen and (max-width: 480px), (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	.nimblehost_myMenuOuterWrapper_stacks_in_110, .nimblehost_myMenuOuterWrapper_stacks_in_110[style] {
		position: absolute !important; top: 0; bottom: auto; left: 0 !important; width: 100% !important;
		top: 44px;
	}

	.nimblehost_myMenuInnerWrapper_stacks_in_110 .subMenuBackground { display: none; }

	.nimblehost_myMenuLabel_stacks_in_110 { display: none; }

	.nimblehost_myMenu_stacks_in_110 { padding: 5px 0; }

	.nimblehost_myMenu_stacks_in_110 ul, .nimblehost_myMenu_stacks_in_110 ul ul { width: 100% !important; }

	.nimblehost_myMenu_stacks_in_110 ul li, .customMenuItems li, .customMenuItems, .customMenuItems .stacks_out, .customMenuItems .stacks_in { display: block; }

	.nimblehost_myMenu_stacks_in_110 ul li a, .customMenuItems li a { color: #FD8008; border-top: solid 1px #FFFFFF; border-bottom: solid 1px #AAAAAA; border-top: none; border-bottom: none; }

	.nimblehost_myMenu_stacks_in_110 ul ul, .nimblehost_myMenu_stacks_in_110 ul ul ul { position: relative !important; left: auto !important; top: auto !important; height: auto !important; padding: 0 !important; margin: 0; background: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }

	.nimblehost_myMenu_stacks_in_110 ul ul ul {
		width: 100%; position: relative; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; top: auto; left: auto;
	}
	.nimblehost_myMenu_stacks_in_110 ul ul li { display: block; }

	.nimblehost_myMenu_stacks_in_110 ul ul li a { padding-left: 20px; color: #FD8008 ; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul li a { padding-left: 40px; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul li a { padding-left: 60px; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul ul li a { padding-left: 80px; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul ul ul li a { padding-left: 100px; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul ul ul ul li a { padding-left: 120px; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul ul ul ul ul li a { padding-left: 140px; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul ul ul ul ul ul li a { padding-left: 160px; }
	.nimblehost_myMenu_stacks_in_110 ul ul ul ul ul ul ul ul ul ul li a { padding-left: 180px; }

	.nimblehost_myMenu_stacks_in_110 ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_110 ul ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_110 ul .customMenuItems li.ddarrow .childIndicator { width: 17px; background-image: url(../files/ddarrowDown.png); }

	.nimblehost_myMenuInnerWrapper_stacks_in_110 .myMenu_mobileToggle {
		margin: 0; padding: 0; display: block; color: #000000; position: fixed; z-index: 1000;
		top: 0;
		
		
		width: 100%;
		

	}

	.nimblehost_myMenuInnerWrapper_stacks_in_110 .myMenu_mobileToggle p {
		margin: 0; padding: 10px 5px; height: 23px; text-align: center;
		
		background: transparent;
		
		
	}

	.nimblehost_myMenuInnerWrapper_stacks_in_110 .myMenu_mobileToggle .mt-bar-wrapper { display: inline-block; width: 30px; }

	.nimblehost_myMenuInnerWrapper_stacks_in_110 .myMenu_mobileToggle .mt-bar { display: block; margin: 2px 5px; width: 20px; height: 3px; border-radius: 2px; background-color: #CCCCCC; border-top: solid 1px #666666; border-bottom: solid 1px #FFFFFF; }

	.nimblehost_myMenu_stacks_in_110 { padding-top: 5px; display: none; }
}






#stacks_out_110 {
	width: 61%;
}

/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
/* Start Responsive Shim stack CSS code */.stacks_in_187shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */.animdiv_stacks_in_173 {
  position: relative;
  z-index: 100;
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.55;
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
#mask_single_stacks_in_173 rect {
    transform: translate(-960px,0);
}
.animdiv_stacks_in_173.invertedTrue #mask_stacks_in_173 rect {
  transform: scale(-1,1);
  transform-origin: center;
}
.animdiv_stacks_in_173.invertedTrue #mask_single_stacks_in_173 rect {
  transform: scale(-1,1) translate(-960px,0);;
  transform-origin: center;
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap svg path.animdiv-opacity {
  stroke: none;
  stroke-width: 0;
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs {
  height: 100%;
}
.animdiv_stacks_in_173.anim-v-12 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
  shape-rendering: optimizeSpeed;
}
@media (min-resolution: 2ddpx) {
  .animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
    shape-rendering: optimizeSpeed;
  }
}

.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top {
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0.5px 0 0 0);
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top .pattern-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-center {
  z-index: 2;
  height: 100%;
  clip-path: inset(109px 0 0 0);
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap > svg {
  width: 100%;
  overflow: visible;
}
.animdiv_stacks_in_173 > .animdiv-wrap-outer > .animdiv-wrap:after {
  background: #FFFFFF;
}
.animdiv_stacks_in_173 .animdiv-content-wrap {
  position: relative;
  z-index: 3;
  min-height: 110px;
  display: grid;
  align-items: center;
  
}
.animdiv_stacks_in_173 .animdiv-content-wrap > div {
  
  
  padding: 220px 0 110px 0;
  
  
  
}
.animdiv_stacks_in_173.anim-v-8  .animdiv-content-wrap> div,
.animdiv_stacks_in_173.anim-v-15 .animdiv-content-wrap > div,
.animdiv_stacks_in_173.anim-v-18 .animdiv-content-wrap > div,
.animdiv_stacks_in_173.anim-v-19 .animdiv-content-wrap > div {
  
  padding: 165.000000px 0 110px 0;
  
  
  
}
.animdiv_stacks_in_173 .animdiv-mask,
.animdiv_stacks_in_173 image:not(.animdiv-pattern):not(.animdiv-off),
.animdiv_stacks_in_173 image.animdiv-off {
  transform-origin: center;
}
.svg-animdiv:not([data-category="Animated"]) #pat_r_stacks_in_173 path,
.svg-animdiv:not([data-category="Animated"]) .animdiv_stacks_in_173 .animdiv-use-r {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.svg-animdiv[data-category="Animated"][data-variation="7"] #pat_r_stacks_in_173 {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.animdiv_stacks_in_173.layerTrue .animdiv-content-wrap {
  height: calc(110px + 0px);
}
.animdiv_stacks_in_173.layerTrue .animdiv-content-wrap > div {
  display: none;
}
/**/
.animdiv_stacks_in_173.overlapTrue {
  margin: -110px 0 0 0;
}
.animdiv_stacks_in_173.overlapTrue.layerTrue,
.animdiv_stacks_in_173.overlapFalse.layerTrue {
  position: absolute;
  width: 100%;
  margin: -0px 0 0 0;
}
/**/
.animdiv_stacks_in_173.anim-v-17.layer1False .patternSingle > path,
.animdiv_stacks_in_173.anim-v-16.layer2False .patternSingle g:nth-child(3),
.animdiv_stacks_in_173.anim-v-16.layer1False .patternSingle g:nth-child(4),
.animdiv_stacks_in_173.anim-v-14.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_173.anim-v-13.layer1False .patternSingle > path:nth-child(1),
.animdiv_stacks_in_173.anim-v-20.layer2False .patternRepeat g:nth-child(1),
.animdiv_stacks_in_173.anim-v-20.layer1False .patternSingle path,
.animdiv_stacks_in_173.anim-v-15.layer3False .patternSingle path,
.animdiv_stacks_in_173.anim-v-10.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-10.layer3False .patternSingle path,
.animdiv_stacks_in_173.anim-v-9.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-9.layer3False .patternSingle path,
.animdiv_stacks_in_173.anim-v-5.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_173.anim-v-5.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-5.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_173.anim-v-4.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-4.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_173.anim-v-3.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_173.anim-v-3.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-3.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_173.anim-v-1.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-1.layer3False .patternRepeat path:nth-child(3) {
  display: none;
}
.animdiv_stacks_in_173.anim-v-3.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-3.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3),
.animdiv_stacks_in_173.anim-v-5.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_173.anim-v-5.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3) {
  opacity: 1 !important;
}
/**/




/*!
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */@font-face{font-family:weathericons;src:url(font/weathericons-regular-webfont.eot);src:url(font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(font/weathericons-regular-webfont.woff) format('woff'),url(font/weathericons-regular-webfont.ttf) format('truetype'),url(font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-cloudy:before{content:"\f002"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-rain:before{content:"\f008"}.wi-day-showers:before{content:"\f009"}.wi-day-snow:before{content:"\f00a"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-sunny:before{content:"\f00d"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-thunderstorm:before{content:"\f010"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-cloudy:before{content:"\f013"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-lightning:before{content:"\f016"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-rain:before{content:"\f019"}.wi-showers:before{content:"\f01a"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-windy:before{content:"\f021"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-clear:before{content:"\f02e"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-cloudy:before{content:"\f031"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-rain:before{content:"\f036"}.wi-night-showers:before{content:"\f037"}.wi-night-snow:before{content:"\f038"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-celsius:before{content:"\f03c"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-refresh:before{content:"\f03e"}.wi-cloud-up:before{content:"\f040"}.wi-cloud:before{content:"\f041"}.wi-degrees:before{content:"\f042"}.wi-down-left:before{content:"\f043"}.wi-down:before{content:"\f044"}.wi-fahrenheit:before{content:"\f045"}.wi-horizon-alt:before{content:"\f046"}.wi-horizon:before{content:"\f047"}.wi-left:before{content:"\f048"}.wi-lightning:before{content:"\f016"}.wi-night-fog:before{content:"\f04a"}.wi-refresh-alt:before{content:"\f04b"}.wi-refresh:before{content:"\f04c"}.wi-right:before{content:"\f04d"}.wi-sprinkles:before{content:"\f04e"}.wi-strong-wind:before{content:"\f050"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-thermometer:before{content:"\f055"}.wi-tornado:before{content:"\f056"}.wi-up-right:before{content:"\f057"}.wi-up:before{content:"\f058"}.wi-wind-west:before{content:"\f059"}.wi-wind-south-west:before{content:"\f05a"}.wi-wind-south-east:before{content:"\f05b"}.wi-wind-south:before{content:"\f05c"}.wi-wind-north-west:before{content:"\f05d"}.wi-wind-north-east:before{content:"\f05e"}.wi-wind-north:before{content:"\f060"}.wi-wind-east:before{content:"\f061"}.wi-smoke:before{content:"\f062"}.wi-dust:before{content:"\f063"}.wi-snow-wind:before{content:"\f064"}.wi-day-snow-wind:before{content:"\f065"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-day-sleet-storm:before{content:"\f068"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-solar-eclipse:before{content:"\f06e"}.wi-lunar-eclipse:before{content:"\f070"}.wi-meteor:before{content:"\f071"}.wi-hot:before{content:"\f072"}.wi-hurricane:before{content:"\f073"}.wi-smog:before{content:"\f074"}.wi-alien:before{content:"\f075"}.wi-snowflake-cold:before{content:"\f076"}.wi-stars:before{content:"\f077"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-umbrella:before{content:"\f084"}.wi-day-windy:before{content:"\f085"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-up-left:before{content:"\f087"}.wi-down-right:before{content:"\f088"}.wi-time-12:before{content:"\f089"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-day-sleet:before{content:"\f0b2"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-sleet:before{content:"\f0b5"}.wi-day-haze:before{content:"\f0b6"}.wi-beafort-0:before{content:"\f0b7"}.wi-beafort-1:before{content:"\f0b8"}.wi-beafort-2:before{content:"\f0b9"}.wi-beafort-3:before{content:"\f0ba"}.wi-beafort-4:before{content:"\f0bb"}.wi-beafort-5:before{content:"\f0bc"}.wi-beafort-6:before{content:"\f0bd"}.wi-beafort-7:before{content:"\f0be"}.wi-beafort-8:before{content:"\f0bf"}.wi-beafort-9:before{content:"\f0c0"}.wi-beafort-10:before{content:"\f0c1"}.wi-beafort-11:before{content:"\f0c2"}.wi-beafort-12:before{content:"\f0c3"}.wi-wind-default:before{content:"\f0b1"}.wi-wind-default._0-deg{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.wi-wind-default._15-deg{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}.wi-wind-default._30-deg{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}.wi-wind-default._45-deg{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wi-wind-default._60-deg{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg)}.wi-wind-default._75-deg{-webkit-transform:rotate(75deg);-moz-transform:rotate(75deg);-ms-transform:rotate(75deg);-o-transform:rotate(75deg);transform:rotate(75deg)}.wi-wind-default._90-deg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.wi-wind-default._105-deg{-webkit-transform:rotate(105deg);-moz-transform:rotate(105deg);-ms-transform:rotate(105deg);-o-transform:rotate(105deg);transform:rotate(105deg)}.wi-wind-default._120-deg{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.wi-wind-default._135-deg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.wi-wind-default._150-deg{-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);-o-transform:rotate(150deg);transform:rotate(150deg)}.wi-wind-default._165-deg{-webkit-transform:rotate(165deg);-moz-transform:rotate(165deg);-ms-transform:rotate(165deg);-o-transform:rotate(165deg);transform:rotate(165deg)}.wi-wind-default._180-deg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wi-wind-default._195-deg{-webkit-transform:rotate(195deg);-moz-transform:rotate(195deg);-ms-transform:rotate(195deg);-o-transform:rotate(195deg);transform:rotate(195deg)}.wi-wind-default._210-deg{-webkit-transform:rotate(210deg);-moz-transform:rotate(210deg);-ms-transform:rotate(210deg);-o-transform:rotate(210deg);transform:rotate(210deg)}.wi-wind-default._225-deg{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.wi-wind-default._240-deg{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-ms-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}.wi-wind-default._255-deg{-webkit-transform:rotate(255deg);-moz-transform:rotate(255deg);-ms-transform:rotate(255deg);-o-transform:rotate(255deg);transform:rotate(255deg)}.wi-wind-default._270-deg{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.wi-wind-default._285-deg{-webkit-transform:rotate(295deg);-moz-transform:rotate(295deg);-ms-transform:rotate(295deg);-o-transform:rotate(295deg);transform:rotate(295deg)}.wi-wind-default._300-deg{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);-ms-transform:rotate(300deg);-o-transform:rotate(300deg);transform:rotate(300deg)}.wi-wind-default._315-deg{-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg)}.wi-wind-default._330-deg{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg);-ms-transform:rotate(330deg);-o-transform:rotate(330deg);transform:rotate(330deg)}.wi-wind-default._345-deg{-webkit-transform:rotate(345deg);-moz-transform:rotate(345deg);-ms-transform:rotate(345deg);-o-transform:rotate(345deg);transform:rotate(345deg)}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-cresent-1:before{content:"\f096"}.wi-moon-waxing-cresent-2:before{content:"\f097"}.wi-moon-waxing-cresent-3:before{content:"\f098"}.wi-moon-waxing-cresent-4:before{content:"\f099"}.wi-moon-waxing-cresent-5:before{content:"\f09a"}.wi-moon-waxing-cresent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-3rd-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}

/*	BigVideo Styles 
	You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}
div.vjs-control-bar {display: none;}

/*Fix for most themes*/
/*#big-video-wrap~div {position: relative;}*/
video#big-video-vid_html5_api.vjs-tech {position: relative !important;}


body {
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}


#UWeatherStack_stacks_in_169 {
	font-size: 16px;
	text-shadow: none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	letter-spacing: 0;
}

#stacks_in_169_weatherWidget, #stacks_in_169_weatherWidget * {
	box-sizing: border-box;
}

#stacks_in_169_weatherWidget {
	padding: 0.6em;
	border: 1px solid #DFDFDF;
	background-color: #FFFF0A;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.8em;
	width: 11em;
}

#stacks_in_169_weatherWidget::after {
	content: "";
	  display: table;
	  clear: both;
}

#stacks_in_169_weatherWidget h4 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	margin-bottom: 0.5em;
}

#stacks_in_169_weatherWidget p.date, #stacks_in_169_weatherWidget p.description {
	text-align: center;
}

#stacks_in_169_weatherWidget .weatherForecast {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #DFDFDF;
}
#stacks_in_169_weatherWidget .weatherCondition .iconDescription, #stacks_in_169_weatherWidget .weatherForecast .iconDescription {
	width: 5em;
	display: inline-block;
}

#stacks_in_169_weatherWidget .weatherCondition p, #stacks_in_169_weatherWidget .weatherForecast p {
	margin: 0;
	display: inline-block;
}

#stacks_in_169_weatherWidget .weatherCondition p.icon, #stacks_in_169_weatherWidget .weatherForecast p.icon {
	font-size: 3em;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#stacks_in_169_weatherWidget .weatherCondition p.description, #stacks_in_169_weatherWidget .weatherForecast p.description {
	font-size: 0.8em;
	font-weight: 300;
	width: 100%;
	text-align: center;
	margin-top: 0.5em;
	text-transform: capitalize;
}

#stacks_in_169_weatherWidget .weatherCondition .info, #stacks_in_169_weatherWidget .weatherForecast .info {
	display: inline-block;
	font-size: 2em;
	vertical-align: top;
	margin-top: 0.4em;
	width: 2.2em;
}

#stacks_in_169_weatherWidget .weatherCondition .info .minTemp,#stacks_in_169_weatherWidget  .weatherForecast .info .minTemp {color: #71AACD;}
#stacks_in_169_weatherWidget .weatherCondition .info .maxTemp, #stacks_in_169_weatherWidget .weatherForecast .info .maxTemp {color: #FC6666;}
#stacks_in_169_weatherWidget .weatherCondition .minmax, #stacks_in_169_weatherWidget .weatherForecast .minmax {font-size: 0.45em;}
#stacks_in_169_weatherWidget .weatherCondition .temp, #stacks_in_169_weatherWidget .weatherForecast .temp {
	max-width: 2em;
	text-align: center;
	line-height: 1em;
}

#stacks_in_169_weatherWidget .forecast {
	margin-bottom: 10px;
}

#stacks_in_169_weatherWidget .forecast:first-of-type {margin-left: 0;padding-left:0;border-left:none;}

#stacks_in_169_weatherWidget p.date {display:block;font-weight: strong;text-align: center;margin-bottom: 2px;}

#stacks_in_169_weatherWidget .weatherForecast {margin-top: 0;padding-top: 0;}

/*horizontal layout*/



/*Big Layout*/



#stacks_in_169_weatherWidget {
	width: 270px;
	
}

#stacks_in_169_weatherWidget .weatherCondition {
	font-size: 1.6em;
	width: 100%;
}

#stacks_in_169_weatherWidget .weatherCondition .iconDescription {width: 6.5em;}

#stacks_in_169_weatherWidget .weatherForecast .forecast {
	font-size: 0.8em;
	width: 89px;
	text-align: center;
	float: left;
}

#stacks_in_169_weatherWidget .weatherCondition .iconDescription, #stacks_in_169_weatherWidget .weatherForecast .iconDescription {margin-right: 0;}

#stacks_in_169_weatherWidget .weatherForecast .forecast p.description {display: none;}

#stacks_in_169_weatherWidget .forecast div.info, #stacks_in_169_weatherWidget .weatherCondition div.info {
	margin-top: 0.2em;
	margin-left: 4px;
}

#stacks_in_169_weatherWidget .weatherForecast .info {width: auto;}

#stacks_in_169_weatherWidget .weatherForecast .forecast p.icon {
	font-size: 2em;
	margin-left: 4px;
}

#stacks_in_169_weatherWidget .weatherForecast .iconDescription {
	width: 2em;
}

#stacks_in_169_weatherWidget .weatherCondition p.description {
	margin-top: 0.5em;
	margin-bottom: 0em;
	width: 15em !important;
}


#stacks_in_169_weatherWidget .weatherCondition p.date {
	margin-bottom: 0.7em;
}
#stacks_in_169_weatherWidget .weatherForecast .forecast p.icon {
	margin-left: -2px;
}

#stacks_in_169_weatherWidget .weatherForecast .forecast p.minmax {
	font-size: 9px;
}


/*Stripes*/
#stacks_in_169_weatherWidget {padding: 0;}

#stacks_in_169_weatherWidget .weatherCondition, .forecast {
	padding: 0.6em 0.3em;
}

#stacks_in_169_weatherWidget .weatherCondition {
	color: #FB0280;
}

#stacks_in_169_weatherWidget .weatherForecast {margin-left: 0px;padding-left:0px;border-top:0;border-left: 0px}
#stacks_in_169_weatherWidget .forecast {
	background-color: #F5F5F5;
	margin: 0;
	color: #777777;
	border-left: 1px solid #80FF08;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}

#stacks_in_169_weatherWidget .forecast:first-of-type {
	padding-left: 5px;
}

#stacks_in_169_weatherWidget .forecast:nth-of-type(odd) {
	background-color: #F5F5F5;
}

#stacks_in_169_weatherWidget .forecast:nth-of-type(even) {
	background-color: #FAFAFA;
}

#stacks_in_169_weatherWidget .weatherForecast .forecast:hover {
	background-color: #80FF08;
	color: #FB0207;
}

#stacks_in_169_weatherWidget .weatherCondition p.description, #stacks_in_169_weatherWidget .weatherForecast p.description {width: 12em;font-size: 0.8em;}
#stacks_in_169_weatherWidget p.date {
	text-transform: uppercase;
	font-weight: bold;
}

/*smaller*/
/*#stacks_in_169_weatherWidget {
	font-size: 0.6em;
}*/

/*no description*/
/*p.description {
	display: none;
}*/
#stacks_in_169_weatherWidget div.info {margin-top: 0.4em;}
#stacks_in_169_weatherWidget .info .temp {line-height:0.5;}
#stacks_in_169_weatherWidget .iconDescription {margin-right:0;}

/*BG Video Opacity*/
#big-video-wrap {
	opacity: 1;
}
#stacks_in_169 {
    background-image: url("EFFC7C94-E3C3-4FEE-8375-3DF3E59B841F.jpg");
	background-repeat: repeat-y;
	background-position: center;
}
#jumbotron_stacks_in_188 {
    min-height: 0;
}




	
		#stacks_in_190 {
	

	transition:  color 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
	color:rgba(153, 153, 153, 1.00) ;
	font-style:oblique ;
	text-decoration:none ;
	text-align:justify ;
	font-weight: bold ;
	
	
	text-justify:auto ;
	

	

	

	

	
		color:rgba(153, 153, 153, 1.00) ;
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}




@-moz-document url-prefix() {
	
		
			#stacks_in_190 {
		
	
		color:transparent ;
		text-shadow:0 0 10px rgba(153, 153, 153, 1.00) ;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
		
			#stacks_in_190 {
		
	
		color:transparent ;
		text-shadow:0 0 10px rgba(153, 153, 153, 1.00) ;
	}
}



/*-- End Letterpress --*/

#stacks_in_190 {
	background-color: rgba(102, 204, 255, 0.17);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}




#stacks_in_192 h2,#stacks_in_192 h2 a,#stacks_in_192 p,#stacks_in_192 p a{
	color:rgba(251, 2, 7, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:oblique;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Arial Narrow', sans-serif;
	
	
	

	

	

	

	

	

	

	

	
		text-shadow: -1px -1px rgba(255, 255, 255, 1.00), 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_192 p a:hover, #stacks_in_192 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








/* HitCounter styles */
/* Bryn Owen Design, 2015   */



#stacks_in_141 {
	margin:  6px;
	padding:  6px;
}
