/*! hattaway 2015-07-14 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	z-index: 100000;
	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*! jQuery UI - v1.11.4 - 2015-06-19
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/*! jQuery UI - v1.11.4 - 2015-06-19
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
/*! jQuery UI - v1.11.4 - 2015-06-19
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/****** Colors ******/
/****** Breakpoints ******/
/****** Shortcuts ******/
.transition {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.transition-none {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.touch-callout {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.overflow-hidden {
  overflow: hidden;
}
.position-fixed {
  position: fixed;
}
.hidden {
  display: none!important;
}
.tablet-show {
  display: none;
}
@media (max-width: 1023px) {
  .tablet-show {
    display: block;
  }
}
.tablet-hide {
  display: block;
}
@media (max-width: 1023px) {
  .tablet-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.mobile-hide {
  display: block;
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
.white {
  color: #ffffff;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
/****** HTML5 display definitions ******/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/****** Base ******/
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
}
/****** Links ******/
:focus {
  outline: none;
  border: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/****** Typography ******/
body {
  background: #ffffff;
  font-size: 63.7%;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  color: #ffffff;
}
h1 {
  font-size: 7.7em;
  line-height: .95em;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 6em;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-size: 2.4em;
  margin: 0 0 20px 0;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
p {
  font-size: 1.7em;
  line-height: 1.6em;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #ffffff;
}
p.extra-large {
  font-size: 2.7em;
  letter-spacing: -0.5px;
  line-height: 1.4em;
}
p.large {
  font-size: 2.5em;
  font-weight: 500;
}
a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover {
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/****** Lists ******/
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/****** Embedded content ******/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
/****** Figures ******/
figure {
  margin: 0;
}
/****** Forms ******/
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/****** Tables ******/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/****** Clearfix ******/
header,
footer,
nav,
.row-fluid {
  zoom: 1;
}
header:before,
footer:before,
nav:before,
.row-fluid:before {
  display: table;
  content: "";
}
header:after,
footer:after,
nav:after,
.row-fluid:after {
  display: table;
  content: "";
  clear: both;
}
/****** Base Styles ******/
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/****** Bootstrap Columns ******/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.564102564102564%;
  *margin-left: 2.5109110747408616%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.564102564102564%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.45299145299145%;
  *width: 91.39979996362975%;
}
.row-fluid .span10 {
  width: 82.90598290598291%;
  *width: 82.8527914166212%;
}
.row-fluid .span9 {
  width: 74.35897435897436%;
  *width: 74.30578286961266%;
}
.row-fluid .span8 {
  width: 65.81196581196582%;
  *width: 65.75877432260411%;
}
.row-fluid .span7 {
  width: 57.26495726495726%;
  *width: 57.21176577559556%;
}
.row-fluid .span6 {
  width: 48.717948717948715%;
  *width: 48.664757228587014%;
}
.row-fluid .span5 {
  width: 40.17094017094017%;
  *width: 40.11774868157847%;
}
.row-fluid .span4 {
  width: 31.623931623931625%;
  *width: 31.570740134569924%;
}
.row-fluid .span3 {
  width: 23.076923076923077%;
  *width: 23.023731587561375%;
}
.row-fluid .span2 {
  width: 14.52991452991453%;
  *width: 14.476723040552828%;
}
.row-fluid .span1 {
  width: 5.982905982905983%;
  *width: 5.929714493544281%;
}
.fivecolumns .span2 {
  width: 17.79005524861878448%;
  *width: 17.7155871635124022%;
}
@media (max-width: 767px) {
  /*margin right instead of margin left to do overflow hidden*/
  .row-fluid > [class*="span"] {
    float: none;
    width: auto;
    margin-left: 0;
  }
  /*Use this to set exact percentages and have the last box be ok*/
  .row-fluid > [class*="span"]:last-child {
    overflow: auto;
  }
}
/****** Structure ******/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 4%;
  }
}
.container-alt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.container-alt2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container-alt2 {
    padding: 0 10px;
  }
}
/* selectBox styles */
/* Dropdown control */
.selectBox-dropdown {
  min-width: 100%;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  border: none;
  font-size: 2em;
  height: 45px;
  background: #ffffff;
  color: #1c1c1c;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .selectBox-dropdown {
    margin-bottom: 20px;
  }
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  padding: 8px 0 0 15px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url('../images/form-DarkDownArrow.png') 50% center no-repeat;
  background-size: 25px 25px;
  width: 65px;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  background: #ffffff;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 100%;
}
/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options.selectBox-options-top {
  border-bottom: none;
  padding: 15px 0;
}
.selectBox-options.selectBox-options-bottom {
  border-top: none;
  padding: 15px 0;
}
.selectBox-options LI:first-child {
  display: none;
}
.selectBox-options LI A {
  line-height: 1.4em;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  color: #474747;
  font-size: 1.5em;
  text-decoration: none;
  padding: 1px 15px;
}
@media (max-width: 1023px) {
  .selectBox-options LI A {
    font-size: 1.7em;
    text-decoration: none;
    padding: 3px 15px;
  }
}
@media (max-width: 767px) {
  .selectBox-options LI A {
    padding: 7px 15px;
  }
}
.selectBox-options LI.selectBox-hover A {
  font-weight: 600;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  font-weight: 600;
  background: #c8def4;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
.cropFrame {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.cropImage {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  max-width: none;
}
.cropControls {
  background: #000;
  width: 100%;
  height: 26px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  t-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropFrame.hover .cropControls {
  opacity: .55;
  filter: alpha(opacity=55);
}
.cropControls span {
  display: block;
  float: left;
  color: #fff;
  font-size: 11px;
  margin: 7px 0 0 5px;
}
.cropZoomIn,
.cropZoomOut {
  display: block;
  float: right;
  margin: 4px 4px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cropZoomIn::after,
.cropZoomIn .after {
  content: "+";
  display: block;
  text-align: center;
}
.cropZoomOut::after,
.cropZoomOut .after {
  content: "-";
  display: block;
  text-align: center;
}
/*IE8*/
.cropZoomIn:after,
.cropZoomIn .after {
  content: "+";
  display: block;
  text-align: center;
}
/*IE8*/
.cropZoomOut:after,
.cropZoomOut .after {
  content: "-";
  display: block;
  text-align: center;
}
body {
  background: #f16226;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(65%, #f16226), color-stop(100%, #d3300d));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f16226 65%, #d3300d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16226', endColorstr='#d3300d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  opacity: 1;
}
body.story-wall-page,
body.timeline-page,
body.infographic-page {
  background: #fcb819;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e19326 0%, #fab01b 11%, #fab01b 25%, #fa5116 49%, #fa5116 78%, #d16f0c 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e19326), color-stop(11%, #fab01b), color-stop(25%, #fab01b), color-stop(49%, #fa5116), color-stop(78%, #fa5116), color-stop(99%, #d16f0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e19326 0%, #fab01b 11%, #fab01b 25%, #fa5116 49%, #fa5116 78%, #d16f0c 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e19326 0%, #fab01b 11%, #fab01b 25%, #fa5116 49%, #fa5116 78%, #d16f0c 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e19326 0%, #fab01b 11%, #fab01b 25%, #fa5116 49%, #fa5116 78%, #d16f0c 99%);
  /* IE10+ */
  background: linear-gradient(to right, #e19326 0%, #fab01b 11%, #fab01b 25%, #fa5116 49%, #fa5116 78%, #d16f0c 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e19326', endColorstr='#d16f0c', GradientType=1);
  /* IE6-9 */
}
body.story-wall-page::before,
body.timeline-page::before,
body.infographic-page::before {
  background-image: url('../images/BG-storywall-bg.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
body .active {
  opacity: 1;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
#wrapper {
  opacity: 1;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
}
#wrapper .preactive {
  opacity: 0;
}
.main-header {
  position: absolute;
  width: 100%;
  z-index: 101;
  height: 75px;
}
.main-header .left {
  float: left;
}
@media (max-width: 767px) {
  .main-header .left {
    float: none;
    margin-top: -15px;
  }
}
.main-header .left a {
  display: block;
}
@media (max-width: 1400px) {
  .main-header .left img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .main-header .left img {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
}
.main-header .right {
  overflow: hidden;
  text-align: right;
  padding: 25px 35px 0 0;
}
.main-header .right > div {
  float: right;
}
.main-header .right #lang_sel_list {
  display: inline-block;
  position: static;
  height: auto;
  float: left;
  margin: 11px 10px 0 0;
}
@media (max-width: 1023px) {
  .main-header .right #lang_sel_list {
    margin-right: 0;
  }
}
.main-header .right #lang_sel_list ul li:first-child {
  border-right: 1px solid #ffffff;
}
.main-header .right #lang_sel_list ul li a.lang_sel_sel,
.main-header .right #lang_sel_list ul li a.lang_sel_other {
  font-size: 1.3em;
  font-weight: 500;
  background: none;
  color: #ffffff;
  padding: 1px 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.main-header .right #lang_sel_list ul li a.lang_sel_sel:hover,
.main-header .right #lang_sel_list ul li a.lang_sel_other:hover {
  opacity: .5;
}
.main-header .right .share-btn {
  padding-right: 50px;
}
.main-header .right .share-btn img {
  margin-top: 1px;
}
.nav-click {
  margin-left: 30px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  float: left;
  display: inline-block;
}
@media (max-width: 767px) {
  .nav-click {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 10px;
  }
}
.nav-click:hover {
  opacity: .5;
}
.nav-click img {
  text-align: center;
  display: block;
  margin: 0 auto 3px;
  width: 32px;
  height: 23px;
}
.nav-click span {
  display: block;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.social,
.share-btn {
  display: inline-block;
  float: left;
}
.social {
  margin-top: 8px;
}
.social a {
  display: inline-block;
  padding: 0 8px;
  float: left;
}
.social a:hover {
  opacity: .5;
}
.social a .facebook {
  width: 12px;
  height: 22px;
}
.social a .twitter {
  width: 22px;
  height: 18px;
}
.social a .youtube {
  width: 18px;
  height: 22px;
}
.social a .instagram {
  width: 21px;
  height: 21px;
}
.share-btn {
  margin: 8px 0 0 13px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.share-btn:hover {
  opacity: .5;
}
.share-btn img {
  margin-top: 6px;
  width: 57px;
  height: 20px;
}
/* homepage logo animations */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.overlay {
  position: fixed;
  z-index: 10000;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.overlay .close {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 25px;
}
.overlay .close:hover {
  opacity: .5;
}
.overlay .close img {
  height: 29px;
  width: 29px;
}
.nav-overlay nav {
  position: absolute;
  margin: auto;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.nav-overlay nav ul {
  margin: 0;
  padding: 0;
}
.nav-overlay nav li:last-child a {
  text-align: left;
  border-right: none;
  padding-right: 0;
  margin-left: 30px;
}
.nav-overlay nav a {
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  font-size: 3.7em;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  text-decoration: none;
}
.nav-overlay nav a:hover {
  color: #ffae00;
}
@media (max-width: 767px) {
  .nav-overlay nav a {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
}
.nav-overlay nav .menu-item-language {
  width: 50%;
  display: inline-block;
}
.nav-overlay nav .menu-item-language a {
  font-size: 2.2em;
  text-align: right;
  border-right: 1px solid #ffffff;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .nav-overlay nav .menu-item-language a {
    font-size: 1.5em;
  }
}
.nav-overlay nav .menu-item-language a:hover {
  color: #ffae00;
}
.nav-overlay nav .bottom {
  text-align: center;
}
.nav-overlay nav .bottom .menu-item-language {
  display: none;
}
.nav-overlay nav .bottom li {
  display: inline-block;
}
.nav-overlay nav .bottom li:hover {
  background: -webkit-linear-gradient(#ffae00, #ffae00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-overlay nav .bottom li:hover a {
  color: #ffae00;
}
.nav-overlay nav .bottom li a {
  display: block;
  font-size: 2.2em;
}
@media (max-width: 767px) {
  .nav-overlay nav .bottom li a {
    font-size: 1.5em;
    padding-right: 15px;
    margin: 0 15px 0 0;
  }
}
.nav-overlay nav .mobile-social {
  width: 230px;
  margin: 30px auto 0;
  display: none;
}
@media (max-width: 767px) {
  .nav-overlay nav .mobile-social {
    display: block;
  }
}
.share-overlay {
  z-index: 50000;
}
.share-overlay .share-inner {
  background: #ffffff;
  width: 400px;
  height: 175px;
  padding: 41px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .share-overlay .share-inner {
    width: 75%;
    height: auto;
    padding: 5%;
    top: 80px;
    bottom: inherit;
  }
}
.share-overlay .share-inner .title {
  color: #474747;
  font-size: 3.2em;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.share-overlay .share-inner p {
  color: #474747;
  text-align: center;
  font-size: 1.3em;
}
.share-overlay .share-inner .at-share-tbx-element .at-share-btn {
  margin: 0 5px;
}
#homepage {
  background: #f4bd1c;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f4bd1c 65%, #f4911c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(65%, #f4bd1c), color-stop(100%, #f4911c));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #f4bd1c 65%, #f4911c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #f4bd1c 65%, #f4911c 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #f4bd1c 65%, #f4911c 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f4bd1c 65%, #f4911c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4bd1c', endColorstr='#f4911c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  position: relative;
  min-height: 675px;
}
@media (max-width: 767px) {
  #homepage {
    min-height: 0;
  }
}
#homepage .background-slider-fade {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url('../images/carousel-overlay.png') repeat-x center bottom;
}
#homepage .background-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
#homepage .background-slider .slide {
  position: absolute;
  top: 0;
  bottom: 0;
}
#homepage .background-slider .slide.left {
  left: 0;
  right: 30%;
  margin: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  #homepage .background-slider .slide.left img {
    left: 0;
  }
}
#homepage .background-slider .slide.right {
  float: right;
  height: 100%;
  overflow: hidden;
  text-align: right;
  width: 100%;
}
@media (max-width: 1023px) {
  #homepage .background-slider .slide.right img {
    max-height: 80%;
    right: 0;
  }
}
#homepage .background-slider .slide img {
  height: 100%;
  width: auto;
}
@media (max-width: 1023px) {
  #homepage .background-slider .slide img {
    vertical-align: bottom;
    bottom: 0;
    position: absolute;
    max-width: 800px;
    height: auto;
  }
}
#homepage .content {
  display: table;
  position: absolute;
  bottom: 140px;
  z-index: 2;
  max-width: 1240px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  #homepage .content {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  #homepage .content {
    top: 150px;
    position: relative;
    margin: auto;
    padding: 0;
  }
}
#homepage .content .video {
  position: relative;
  float: left;
  width: 45%;
  margin-right: 35px;
  background: #000000;
}
#homepage .content .video:hover .video-img {
  opacity: .5;
}
#homepage .content .video .video-img {
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#homepage .content .video .inner {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#homepage .content .video .inner > div {
  top: 40%;
  position: relative;
}
#homepage .content .video .inner > div img,
#homepage .content .video .inner > div span {
  display: block;
  margin: 0 auto;
}
#homepage .content .video .inner > div img {
  margin: 0 auto 10px;
  width: 48px;
}
@media (max-width: 767px) {
  #homepage .content .video {
    width: 100%;
  }
}
#homepage .content .text {
  overflow: hidden;
}
#homepage .content .text h1 {
  margin: 0 0 8px 0;
}
@media (max-width: 1400px) {
  #homepage .content .text h1 {
    font-size: 5em;
  }
}
@media (max-width: 767px) {
  #homepage .content .text h1 {
    font-size: 2.5em;
    text-align: center;
  }
}
@media (max-width: 1400px) {
  #homepage .content .text h2 {
    font-size: 2em;
  }
}
#homepage .bottom-sticky {
  position: absolute;
}
@media (max-width: 767px) {
  #homepage .bottom-sticky {
    text-align: center;
    display: block;
    float: none;
  }
}
@media (max-width: 767px) {
  #homepage .bottom-sticky a {
    width: auto;
  }
}
.home-video-overlay .home-video-inner {
  padding-top: 75px;
}
#our-tomorrow {
  background: #f16226;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(65%, #f16226), color-stop(100%, #d3300d));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #f16226 65%, #d3300d 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f16226 65%, #d3300d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16226', endColorstr='#d3300d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  position: relative;
  min-height: 675px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #our-tomorrow {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  #our-tomorrow {
    min-height: 0;
    overflow: hidden;
  }
}
#our-tomorrow .mobile-title {
  background: rgba(247, 161, 50, 0.8);
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  padding: 17px 20px;
  color: #ffffff;
  font-size: 1.9em;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  display: none;
}
@media (max-width: 767px) {
  #our-tomorrow .mobile-title {
    display: block;
  }
}
#our-tomorrow .background-image-fade {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url('../images/overlay-bottom.png') repeat-x center bottom;
}
@media (max-width: 767px) {
  #our-tomorrow .background-image-fade {
    display: none;
  }
}
#our-tomorrow .background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
  z-index: 0;
}
@media (max-width: 767px) {
  #our-tomorrow .background-image {
    display: none;
  }
}
#our-tomorrow .background-image img {
  max-height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #our-tomorrow .mobile-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 0;
  }
}
#our-tomorrow .top-text {
  padding: 200px 0 0 60px;
  max-width: 450px;
  position: relative;
  z-index: 103;
}
@media (max-height: 950px) {
  #our-tomorrow .top-text {
    padding-top: 100px;
  }
}
@media (max-height: 810px) {
  #our-tomorrow .top-text {
    padding-top: 60px;
  }
}
@media (max-height: 770px) {
  #our-tomorrow .top-text {
    padding: 50px 0 0 50px;
  }
}
@media (max-width: 1023px) {
  #our-tomorrow .top-text {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .top-text {
    padding: 100px 30px 30px;
    max-width: 100%;
    text-align: center;
  }
}
#our-tomorrow .top-text h1 {
  font-size: 4.5em;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  #our-tomorrow .top-text h1 {
    font-size: 2.5em;
  }
}
#our-tomorrow .top-text p {
  font-size: 1.5em;
}
#our-tomorrow .scrolling-content-wrap {
  width: 100%;
  position: absolute;
  bottom: 50px;
  margin: auto;
  height: auto;
  z-index: 2;
  /*@media (max-height: 780px) {
			bottom: 50px;
		}
		@media @mobile {
			overflow-x: hidden;
			overflow-y: hidden;
			height: 100%;
			width: 95%;
			left: 0;
			right: 0;
			bottom: 0;
		}*/
}
@media (max-height: 770px) {
  #our-tomorrow .scrolling-content-wrap {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap {
    position: relative;
    bottom: 0;
  }
}
#our-tomorrow .scrolling-content-wrap .title {
  padding: 0 60px;
  text-transform: uppercase;
  color: white;
  font-size: 1.4em;
  margin-bottom: 10px;
  position: relative;
  z-index: 103;
}
@media (max-height: 770px) {
  #our-tomorrow .scrolling-content-wrap .title {
    display: none;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .title {
    padding: 0 30px;
    margin-top: 30px;
  }
}
#our-tomorrow .scrolling-content-wrap .cycle-prev,
#our-tomorrow .scrolling-content-wrap .cycle-next {
  width: 50px;
  height: 50px;
  top: 150px;
  z-index: 102;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 20.5px 36.5px;
  background-position: center;
  opacity: .8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .cycle-prev,
  #our-tomorrow .scrolling-content-wrap .cycle-next {
    display: none;
  }
}
#our-tomorrow .scrolling-content-wrap .cycle-prev:hover,
#our-tomorrow .scrolling-content-wrap .cycle-next:hover {
  opacity: 1;
}
#our-tomorrow .scrolling-content-wrap .cycle-prev {
  left: 0;
  background-image: url('../images/ourTomorrowLeftArrow.png');
}
#our-tomorrow .scrolling-content-wrap .cycle-next {
  right: 0;
  background-image: url('../images/ourTomorrowRightArrow.png');
}
#our-tomorrow .scrolling-content-wrap .fade-left,
#our-tomorrow .scrolling-content-wrap .fade-right {
  height: 355px;
  width: 132px;
  position: absolute;
  z-index: 101;
  bottom: 0;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .fade-left,
  #our-tomorrow .scrolling-content-wrap .fade-right {
    display: none;
  }
}
#our-tomorrow .scrolling-content-wrap .fade-left {
  background: url('../images/ourTomorrowLeftGradient.png') no-repeat right center;
  left: 0;
}
#our-tomorrow .scrolling-content-wrap .fade-right {
  background: url('../images/ourTomorrowRightGradient.png') no-repeat right center;
  right: 0;
}
#our-tomorrow .scrolling-content-wrap .scrolling-content {
  padding: 0 30px;
  /*width: 100%;*/
  /*white-space: nowrap;*/
  /*padding: 0 30px 0 75px;*/
  /*@media @mobile {
   				padding: 0;
				overflow: scroll;
				height: 100%;
   			}*/
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item {
  width: 390px;
  height: 330px;
  margin: 5px 6px 10px;
  float: none;
  display: inline-block;
  position: relative!important;
  opacity: 1!important;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item.last {
    padding-bottom: 65px;
  }
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item.content {
  width: 515px;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item.content {
    width: 100%;
    position: static;
    display: block;
    padding-top: 150px;
    height: auto;
  }
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner {
  width: 515px;
  background: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner {
    width: 100%;
    margin: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner .copy {
    text-align: center;
    position: static;
  }
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner h1 {
  font-size: 5.2em;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner h1 {
    font-size: 2.5em;
  }
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner h2 {
  font-weight: 300;
  margin: 0 0 20px 0;
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner h2 span.title {
  font-weight: 700;
  text-transform: uppercase;
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner h2 span.medium {
  text-transform: none;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item.content .inner .button-orange {
    display: none;
  }
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item .share-your-own {
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .share-your-own {
    position: relative;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .share-your-own span {
    font-size: 2.8em;
    padding-top: 5px;
  }
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner {
  width: 380px;
  height: 320px;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner {
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner.share-your-own {
    height: 250px;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner .copy {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    padding: 15px;
  }
}
#our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner .links {
  bottom: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner .links {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    padding: 0 15px 15px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner .links a {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  #our-tomorrow .scrolling-content-wrap .scrolling-content .item .inner .links a.share {
    margin-right: 0;
  }
}
#our-tomorrow .bottom-sticky {
  position: absolute;
}
.top-arrow {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.top-arrow.bottom-fix {
  position: fixed;
  top: inherit;
  bottom: 20px;
  display: none;
}
.top-arrow a {
  display: block;
  background: url('../images/icon-UpArrow.png') no-repeat top center;
  background-size: 22px 14.5px;
  margin: 30px 30px 0 0;
  width: 100px;
  text-align: center;
  padding: 25px 0 0 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  float: right;
}
.top-arrow a:hover {
  opacity: .5;
}
.bottom-sticky {
  height: 65px;
  padding: 10px 35px;
  background: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
@media (max-width: 767px) {
  .bottom-sticky {
    position: relative;
  }
}
.bottom-sticky a {
  color: #f16225;
  font-size: 1.9em;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px;
  line-height: 2.3em;
  padding-top: 2px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bottom-sticky a {
    display: block;
    margin: 0 auto;
    float: none;
    zoom: 1;
    width: 160px;
  }
  .bottom-sticky a:before {
    display: table;
    content: "";
  }
  .bottom-sticky a:after {
    display: table;
    content: "";
    clear: both;
  }
}
.bottom-sticky a.bottom-arrow {
  background-image: url('../images/icon-OrangeDownArrow_Small.png');
  background-size: 27px 27px;
}
.bottom-sticky a.bottom-arrow:hover {
  background-image: url('../images/icon-OrangeDownArrow_Small@2x.gif');
}
.bottom-sticky a.bottom-arrow:before {
  content: url('../images/icon-OrangeDownArrow_Small@2x.gif');
  width: 0;
  height: 0;
  display: none;
}
.bottom-sticky a.plus {
  padding-right: 0;
}
.bottom-sticky a.plus:hover img {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}
.bottom-sticky a.plus span,
.bottom-sticky a.plus img {
  float: left;
}
.bottom-sticky a.plus img {
  width: 19px;
  height: 19px;
  margin: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .bottom-sticky a.plus img {
    float: right;
  }
}
.bottom-sticky a.watch {
  background: url('../images/icon-GrayPlayBtn.png') left center no-repeat;
  padding-right: 0;
  padding-left: 40px;
  color: #474747;
  text-transform: none;
  font-size: 1.3em;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 3.5em;
  font-weight: 500;
  background-size: 29px 29px;
}
@media (max-width: 767px) {
  .bottom-sticky a.watch {
    display: none;
  }
}
.bottom-sticky a.watch:hover {
  background-image: url('../images/icon-GrayPlayBtn@2x.gif');
}
.bottom-sticky a.watch:before {
  content: url('../images/icon-GrayPlayBtn@2x.gif');
  width: 0;
  height: 0;
  display: none;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-orange {
  font-size: 19px;
  font-weight: 700;
  color: #ff4800;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  padding: 8px 22px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.button-orange.plus {
  padding-right: 50px;
}
.button-orange.plus::after {
  background-image: url('../images/icon-OrangePlusIcon_Small.png');
  background-size: 19px 19px;
  background-position: 0 center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  width: 40px;
  height: 19px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button-orange.plus:before {
  content: url('../images/icon-WhitePlusIcon_Small@2x.gif');
  width: 0;
  height: 0;
  display: none;
}
.button-orange:hover {
  color: rgba(255, 72, 0, 0.5);
}
.button-orange:hover::after {
  opacity: .5;
}
.item {
  width: 195px;
  height: 165px;
  float: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .item {
    width: 150px;
  }
}
.item .color-overlay {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.item .special-video.copy {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item .special-video.copy h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
}
.item .special-video.copy h2 a {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.item .special-video.copy .play-btn {
  right: 20px;
  bottom: 20px;
}
.item:hover .inner {
  background-size: 120%;
}
@media (max-width: 767px) {
  .item:hover .inner {
    background-size: cover;
  }
}
.item:hover .color-overlay {
  opacity: 1;
}
.item:hover .share-your-own .image {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}
.item.small .special-video.copy .play-btn {
  right: 0;
  bottom: 0;
}
.item.small.video .inner {
  background-image: none!important;
}
.item.small .play-btn {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  opacity: .3;
}
.item.small .copy h2 {
  font-size: 1.8em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .item.small .copy h2 {
    font-size: 1.5em;
  }
}
.item.small .copy h2 p {
  font-size: 18px;
}
.item.large {
  width: 390px;
  height: 330px;
}
@media (max-width: 767px) {
  .item.large {
    width: 300px;
  }
}
.item.large .play-btn {
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .item.large .play-btn {
    right: 0;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
.item.large .inner {
  width: 380px;
  height: 320px;
}
@media (max-width: 767px) {
  .item.large .inner {
    width: 290px;
  }
}
.item.hope .color-overlay {
  background: #ff4800;
  background: -webkit-linear-gradient(#ff4800, rgba(255, 72, 0, 0.74));
  background: linear-gradient(#ff4800, rgba(255, 72, 0, 0.74));
}
.item.hope .links a.relate {
  color: #ff4800;
  background-image: url('../images/hope-heart.png');
  background-size: 17px 15px;
}
.item.hope .links a.share {
  color: #ff4800;
  background-image: url('../images/hope-Plus.png');
  background-size: 14.5px 14.5px;
}
.item.fear .color-overlay {
  background: #ff7300;
  background: -webkit-linear-gradient(#ff7300, rgba(255, 115, 0, 0.8));
  background: linear-gradient(#ff7300, rgba(255, 115, 0, 0.8));
}
.item.fear .links a.relate {
  color: #ff7300;
  background-image: url('../images/fear-Heart.png');
  background-size: 17px 15px;
}
.item.fear .links a.share {
  color: #ff7300;
  background-image: url('../images/fear-Plus.png');
  background-size: 14.5px 14.5px;
}
.item.idea .color-overlay {
  background: #ffae00;
  background: -webkit-linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
  background: linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
}
.item.idea .links a.relate {
  color: #ffae00;
  background-image: url('../images/idea-Heart.png');
  background-size: 17px 15px;
}
.item.idea .links a.share {
  color: #ffae00;
  background-image: url('../images/idea-Plus.png');
  background-size: 14.5px 14.5px;
}
.item.video.small .inner .copy {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item.video.small .inner .copy h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item.video.small .inner .copy h2 a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item .inner {
  margin: 5px;
  background-size: 100%;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 185px;
  height: 155px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .item .inner {
    overflow: hidden;
    width: 140px;
    margin: 0;
    background-size: cover;
  }
}
.item .special-video-color-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .9;
  background: #ffae00;
  background: -webkit-linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
  background: linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
}
.item .color-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.item .copy {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  white-space: normal;
}
.item .copy h2 {
  font-size: 2.3em;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item .copy h2 {
    font-size: 1.9em;
  }
}
.item .copy h2 span {
  text-transform: uppercase;
}
.item .copy h2 a {
  text-decoration: none;
}
.item .copy h2 p {
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 500;
  display: inline;
}
.item .copy p {
  margin-bottom: 15px;
}
.item .copy .line {
  width: 66px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 15px;
}
.item .copy h3 span:not(.shares):not(.relates) {
  font-weight: 300;
}
.item .play-btn {
  background: url('../images/icon-VideoPlayWhite.png') no-repeat;
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.item .links {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 20px;
  margin: auto;
}
@media (max-width: 767px) {
  .item .links {
    right: 0;
  }
}
.item .links a,
.item .links div {
  font-size: 1.7em;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  background-color: white;
  background-repeat: no-repeat;
  margin-right: 7px;
  text-decoration: none;
  display: inline-block;
}
.item .links a:hover,
.item .links div:hover {
  opacity: .5;
}
.item .links a.relate,
.item .links div.relate {
  padding: 7px 40px 6px 13px;
  background-position: 90% center;
}
.item .links a.share,
.item .links div.share {
  padding: 7px 36px 6px 13px;
  background-position: 86% center;
}
.item .share-your-own {
  text-align: center;
  display: block;
  zoom: 1;
}
.item .share-your-own:before {
  display: table;
  content: "";
}
.item .share-your-own:after {
  display: table;
  content: "";
  clear: both;
}
.item .share-your-own.small .image {
  margin: 25px auto 15px;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
}
.item .share-your-own.small span {
  font-size: 2.8em;
  line-height: 1em;
}
@media (max-width: 767px) {
  .item .share-your-own.small span {
    font-size: 2em;
    line-height: 1em;
    padding: 0 10px;
  }
}
.item .share-your-own .image {
  margin: 75px auto 10px;
  width: 54px;
  height: 54px;
  background: url('../images/icon-OrangePlusLarge.png') no-repeat center;
  background-size: 54px 54px;
}
.item .share-your-own span {
  font-size: 4.6em;
  color: #f16225;
  text-transform: uppercase;
  display: block;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .item .share-your-own span {
    font-size: 4em;
    padding: 20px;
    line-height: 1.1em;
  }
}
.form-overlay {
  background: #2a1905;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2a1905 0%, #322505 25%, #320d05 49%, #320d05 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2a1905), color-stop(25%, #322505), color-stop(49%, #320d05), color-stop(100%, #320d05));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2a1905 0%, #322505 25%, #320d05 49%, #320d05 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2a1905 0%, #322505 25%, #320d05 49%, #320d05 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2a1905 0%, #322505 25%, #320d05 49%, #320d05 100%);
  /* IE10+ */
  background: linear-gradient(to right, #2a1905 0%, #322505 25%, #320d05 49%, #320d05 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a1905', endColorstr='#320d05', GradientType=1);
  /* IE6-9 */
  position: fixed;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20000;
  display: none;
}
.form-overlay .back {
  background: url('../images/icon-UpArrow.png') no-repeat center;
  background-size: 22px 14.5px;
  width: 22px;
  height: 14.5px;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .form-overlay .back {
    top: 0;
    padding: 15px;
  }
}
.form-overlay .back:hover {
  opacity: .5;
}
.form-overlay .close-count {
  position: absolute;
  z-index: 100;
  right: 35px;
  top: 35px;
}
@media (max-width: 767px) {
  .form-overlay .close-count {
    right: 15px;
    top: 15px;
    right: 5px;
    top: 5px;
  }
}
.form-overlay .close-count .count {
  display: inline-block;
  margin-right: 40px;
  color: white;
  font-size: 1.8em;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .form-overlay .close-count .count {
    margin-right: 10px;
    font-size: 1.5em;
  }
}
.form-overlay .close-count .count.show {
  opacity: 1;
}
.form-overlay .close-count .close-form {
  display: inline-block;
}
.form-overlay .close-count .close-form img {
  height: 29px;
  width: 29px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .form-overlay .close-count .close-form img {
    height: 29px;
    width: 29px;
    margin-top: 0;
    padding: 10px;
  }
}
.form-overlay .close-count .close-form:hover {
  opacity: .5;
}
.form-overlay .button {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.form-overlay .button.submit button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 2.8em;
  width: auto;
  height: auto;
  padding: 3px 20px 0;
}
@media (max-width: 767px) {
  .form-overlay .button.submit button {
    font-size: 2em;
  }
}
.form-overlay .button button {
  font-size: 1.2em;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 5px solid #ffffff;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 80px;
  height: 50px;
  letter-spacing: 1px;
  text-align: center;
  /*padding-top: 12px;*/
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
.form-overlay .button button.special .text {
  display: block;
}
.form-overlay .button button .text {
  color: #ffffff;
  display: none;
}
.form-overlay .button button img {
  width: 21px;
  height: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.form-overlay .button button:hover {
  opacity: .5;
}
.form-overlay .button button[type="submit"] {
  display: none;
}
.form-overlay .error {
  position: absolute;
  font-weight: 600;
  text-transform: uppercase;
  left: 0;
  right: 0;
  bottom: 13px;
  text-align: center;
  color: #ffae00;
  font-size: 1.6em;
  display: none;
  z-index: 3;
}
@media (max-width: 767px) {
  .form-overlay .error {
    bottom: 10px;
    font-size: 1em;
  }
}
.form-overlay .title-wrap {
  position: absolute;
  z-index: 2;
  top: 100px;
  max-width: 1040px;
  padding: 0 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
@media (max-width: 767px) {
  .form-overlay .title-wrap {
    top: 65px;
    width: 90%;
  }
}
.form-overlay .title-wrap a {
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  line-height: 1em;
  display: inline-block;
  margin-right: 35px;
  font-size: 2.8em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 9px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .form-overlay .title-wrap a {
    font-size: 2.5em;
    margin-right: 20px;
  }
}
.form-overlay .title-wrap a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.form-overlay .title-wrap a.main {
  color: #ffffff;
  font-size: 9.2em;
}
@media (max-width: 767px) {
  .form-overlay .title-wrap a.main {
    font-size: 2.5em;
  }
}
.form-overlay .title-wrap a.main:hover {
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.form-overlay .wrap .inner-wrap {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.form-overlay .wrap .inner-wrap .content-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap .content-wrap {
    top: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.form-overlay .wrap .inner-wrap input[type="text"] {
  font-weight: 300;
  color: #ffffff;
  font-size: 2.8em;
  background: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap input[type="text"] {
    font-size: 1.7em;
  }
}
.form-overlay .wrap .inner-wrap input[type="file"] {
  display: none;
}
.form-overlay .wrap .inner-wrap input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.form-overlay .wrap .inner-wrap textarea {
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  font-size: 2.4em;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap textarea {
    font-size: 1.7em;
  }
}
.form-overlay .wrap .inner-wrap.intro,
.form-overlay .wrap .inner-wrap.name-location {
  text-align: center;
}
.form-overlay .wrap .inner-wrap.intro {
  max-width: 710px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.intro {
    max-width: 90%;
  }
}
.form-overlay .wrap .inner-wrap.intro p.extra-large {
  font-weight: 300;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.intro p.extra-large {
    font-size: 1.7em;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.intro p.large {
    font-size: 1.7em;
  }
}
.form-overlay .wrap .inner-wrap.name-location {
  max-width: 375px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.name-location {
    max-width: 90%;
  }
}
.form-overlay .wrap .inner-wrap.name-location input[type="text"] {
  height: 50px;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.name-location input[type="text"] {
    height: 40px;
    margin-bottom: 20px;
  }
}
.form-overlay .wrap .inner-wrap.name-location input[type="text"]:disabled {
  opacity: .5;
}
.form-overlay .wrap .inner-wrap.name-location ::-webkit-input-placeholder {
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.name-location :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.name-location ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.name-location :-ms-input-placeholder {
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.name-location .selectBox-dropdown {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.name-location .selectBox-dropdown {
    margin-bottom: 25px;
  }
}
.form-overlay .wrap .inner-wrap.name-location .fake-photo-upload {
  color: #ffffff;
  font-size: 2.8em;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  border: 4px solid #ffffff;
  padding: 3px 20px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 5px;
  /*@media @mobile {
						margin-bottom: 20px;
					}*/
}
.form-overlay .wrap .inner-wrap.name-location .fake-photo-upload:hover {
  opacity: .5;
}
.form-overlay .wrap .inner-wrap.name-location .fake-photo-upload img {
  width: 29px;
  height: 24px;
  margin: -10px 0 0 10px;
}
.form-overlay .wrap .inner-wrap.name-location .fake-photo-upload-name {
  font-size: .8em;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.name-location .anonymous p {
    font-size: 1.4em;
  }
}
.form-overlay .wrap .inner-wrap.topic {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.topic {
    width: 90%;
  }
}
.form-overlay .wrap .inner-wrap.topic .topic-first {
  border-bottom: 1px solid white;
  color: white;
  zoom: 1;
  padding-bottom: 3px;
  margin: 50px auto 35px;
  position: relative;
}
.form-overlay .wrap .inner-wrap.topic .topic-first:before {
  display: table;
  content: "";
}
.form-overlay .wrap .inner-wrap.topic .topic-first:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.topic .topic-first {
    margin: 10px auto 20px;
  }
}
.form-overlay .wrap .inner-wrap.topic .topic-first div {
  display: inline-block;
  float: left;
  width: 440px;
  font-size: 2.8em;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.topic .topic-first div {
    font-size: 1.7em;
  }
}
.form-overlay .wrap .inner-wrap.topic .topic-first div span {
  font-style: italic;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.topic .topic-first div span {
    margin-right: 0;
  }
}
.form-overlay .wrap .inner-wrap.topic .topic-first input[type="text"] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 180px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.topic .topic-first input[type="text"] {
    position: static;
    padding-left: 0;
    padding-right: 50px;
  }
}
.form-overlay .wrap .inner-wrap.topic .topic-first ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic .topic-first :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic .topic-first ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic .topic-first :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic .topic-first .counter {
  font-size: 13px;
  right: 10px;
  font-weight: 300;
  float: right;
  width: auto;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.topic .topic-first .counter {
    position: absolute;
    bottom: 0;
  }
}
.form-overlay .wrap .inner-wrap.topic .topic-second {
  margin-bottom: 15px;
}
.form-overlay .wrap .inner-wrap.topic .topic-second ::-webkit-input-placeholder {
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.topic .topic-second :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.topic .topic-second ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.topic .topic-second :-ms-input-placeholder {
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.topic .video-upload {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: none;
}
.form-overlay .wrap .inner-wrap.topic ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-overlay .wrap .inner-wrap.topic .fake-video-upload {
  color: #ffffff;
  font-size: 1.3em;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.form-overlay .wrap .inner-wrap.topic .fake-video-upload:hover {
  opacity: .5;
}
.form-overlay .wrap .inner-wrap.topic .fake-video-upload img {
  width: 33px;
  height: 20px;
  margin-right: 8px;
}
.form-overlay .wrap .inner-wrap.confidential-ques {
  max-width: 980px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques {
    max-width: 100%;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .mobile-top-gradient {
  background: url('../images/top-gradient.png') repeat-x bottom left;
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .mobile-top-gradient {
    display: block;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .mobile-bottom-gradient {
  background: url('../images/bottom-gradient.png') no-repeat top center;
  height: 150px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -moz-background-size: 1200px 150px;
  -webkit-background-size: 1200px 150px;
  background-size: 1200px 150px;
  width: 100%;
  display: none;
  /*@media @mobile {
						display: block;
					}*/
}
.form-overlay .wrap .inner-wrap.confidential-ques .content-wrap {
  height: 80%;
  top: 20%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .content-wrap {
    width: 90%;
    margin: 0 auto;
    top: 30px;
    padding-top: 0;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap {
  zoom: 1;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap:before {
  display: table;
  content: "";
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap {
    padding-top: 75px;
    overflow: scroll;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 416px;
  height: 150px;
  background: #ffffff;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 46px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 46px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 46px -5px rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden {
    width: 100%;
    height: 200px;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden .input-box p {
  color: #474747;
  font-size: 2.2em;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden .input-box p {
    font-size: 1.8em;
    line-height: 1.4em;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden .input-box > div input[type="text"] {
  border-bottom: 1px solid #474747;
  border-radius: 0;
  width: 305px;
  float: left;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden .input-box > div input[type="text"] {
    width: 80%;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden .input-box > div .other-submit {
  background: url('../images/form-other-popup.png') no-repeat right top;
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden .input-box > div .other-submit {
    width: 20%;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .other-hidden .input-box > div .other-submit:hover {
  opacity: .5;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap p {
  font-size: 1.9em;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap p {
    font-size: 1.7em;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .columns-inner-wrap {
  max-width: 775px;
  zoom: 1;
  margin: 0 auto;
  overflow: scroll;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .columns-inner-wrap:before {
  display: table;
  content: "";
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .columns-inner-wrap:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .columns-inner-wrap {
    overflow: visible;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .left,
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .right {
  width: 48.5%;
  float: left;
}
@media (max-width: 1023px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .left,
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .left,
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .right {
    width: 100%;
    float: none;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .left {
  margin-right: 3%;
}
@media (max-width: 1023px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .left {
    margin-right: 8%;
    margin-left: 1%;
  }
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .left {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .right {
    padding-bottom: 150px;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap input[type="text"] {
  height: 45px;
  background: #ffffff;
  color: #1c1c1c;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2em;
  padding: 0 15px;
  margin-bottom: 7px;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap ::-webkit-input-placeholder {
  color: #1c1c1c;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #1c1c1c;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1c1c1c;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap :-ms-input-placeholder {
  color: #1c1c1c;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .select-multiple {
  height: 45px;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple {
    margin-bottom: 20px;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple.race-check {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple.race-check {
    margin-bottom: 20px;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple label {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 2em;
  padding: 5px 15px 0;
  display: block;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple label span {
  color: #b7b7b7;
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple label span {
    font-size: 9px;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple .checkboxes {
  line-height: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  color: #474747;
  font-size: 1.5em;
  text-decoration: none;
  width: 100%;
  height: auto;
  white-space: inherit;
  padding: 0 20px 10px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple .checkboxes {
    font-size: 1.7em;
  }
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple .checkboxes input[type="checkbox"] {
  float: left;
  top: 4px;
  position: relative;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple .checkboxes span {
  overflow: auto;
  display: block;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple .selectBox-inline {
  width: 99%!important;
  display: block!important;
  height: 60px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  background: transparent;
}
.form-overlay .wrap .inner-wrap.confidential-ques .columns-wrap .multiple .selectBox-inline .selectBox-options {
  width: 96.5%;
  margin-bottom: 5px;
}
.form-overlay .wrap .inner-wrap.review {
  max-width: 1170px;
  padding: 0 20px;
}
.form-overlay .wrap .inner-wrap.review .gradient {
  background: url('../images/bottom-gradient.png') repeat-x top center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  z-index: 1;
  display: none;
}
@media (max-width: 1210px) {
  .form-overlay .wrap .inner-wrap.review .gradient {
    display: block;
  }
}
.form-overlay .wrap .inner-wrap.review .content-wrap {
  zoom: 1;
}
.form-overlay .wrap .inner-wrap.review .content-wrap:before {
  display: table;
  content: "";
}
.form-overlay .wrap .inner-wrap.review .content-wrap:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 1210px) {
  .form-overlay .wrap .inner-wrap.review .content-wrap {
    top: 100px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    overflow: scroll;
  }
}
.form-overlay .wrap .inner-wrap.review .content-wrap .title {
  font-size: 6em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.review .content-wrap .title {
    font-size: 3em;
  }
}
.form-overlay .wrap .inner-wrap.review .content-wrap .wrapper {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1210px) {
  .form-overlay .wrap .inner-wrap.review .content-wrap .wrapper {
    overflow: scroll;
    padding-bottom: 150px;
  }
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column {
  width: 390px;
  float: left;
  display: none;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column:last-child {
  margin-right: 0;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.hope .color-overlay {
  background: #ff4800;
  background: -webkit-linear-gradient(#ff4800, rgba(255, 72, 0, 0.74));
  background: linear-gradient(#ff4800, rgba(255, 72, 0, 0.74));
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.hope .links .relate {
  color: #ff4800;
  background-image: url('../images/hope-Heart.png');
  background-size: 17px 15px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.hope .links .share {
  color: #ff4800;
  background-image: url('../images/hope-Plus.png');
  background-size: 14.5px 14.5px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.fear .color-overlay {
  background: #ff7300;
  background: -webkit-linear-gradient(#ff7300, rgba(255, 115, 0, 0.8));
  background: linear-gradient(#ff7300, rgba(255, 115, 0, 0.8));
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.fear .links .relate {
  color: #ff7300;
  background-image: url('../images/fear-Heart.png');
  background-size: 17px 15px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.fear .links .share {
  color: #ff7300;
  background-image: url('../images/fear-Plus.png');
  background-size: 14.5px 14.5px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.idea .color-overlay {
  background: #ffae00;
  background: -webkit-linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
  background: linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.idea .links .relate {
  color: #ffae00;
  background-image: url('../images/idea-Heart.png');
  background-size: 17px 15px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column.idea .links .share {
  color: #ffae00;
  background-image: url('../images/idea-Plus.png');
  background-size: 14.5px 14.5px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column .item.large {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column .item.large:hover .inner .color-overlay {
  opacity: .9;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column .item.large .inner {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column .item.large .inner .background-image {
  width: 380px;
  height: 320px;
  position: absolute;
  z-index: 0;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column .item.large .inner .links {
  bottom: 20px;
  left: 20px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column .item.large .copy h2 {
  max-height: 93px;
  overflow: hidden;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column .item.large .copy h2 span {
  text-transform: none;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column a {
  color: #ffae00;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  font-size: 2em;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.form-overlay .wrap .inner-wrap.review .content-wrap .column a:hover {
  opacity: .5;
}
.form-overlay .wrap .inner-wrap.thank-you {
  max-width: 750px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.thank-you {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.thank-you p.extra-large {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}
.form-overlay .wrap .inner-wrap.thank-you .email-share {
  max-width: 375px;
  margin: 0 auto;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share input[type="text"] {
  height: 50px;
  border-bottom: 1px solid white;
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.thank-you .email-share input[type="text"] {
    height: 40px;
    margin-bottom: 20px;
  }
}
.form-overlay .wrap .inner-wrap.thank-you .email-share ::-webkit-input-placeholder {
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share :-ms-input-placeholder {
  color: #ffffff;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share a {
  width: 100%;
  background: #ffffff;
  font-size: 2.4em;
  color: #1c1c1c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 0 4px;
  display: block;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-overlay .wrap .inner-wrap.thank-you .email-share a {
    font-size: 1.5em;
  }
}
.form-overlay .wrap .inner-wrap.thank-you .email-share a:hover {
  opacity: .5;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share a.topic {
  display: none;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share a.topic.active {
  display: block;
}
.form-overlay .wrap .inner-wrap.thank-you .email-share a img {
  width: 21px;
  height: 21px;
  margin: -5px 0 0 15px;
}
.top-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(247, 161, 50, 0.8);
  z-index: 1;
  padding: 17px 20px;
  color: #ffffff;
  font-size: 1.9em;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.infographic {
  padding: 135px 0 40px;
}
@media (max-width: 767px) {
  .infographic {
    padding-top: 90px;
  }
}
.infographic .right {
  overflow: hidden;
  text-align: right;
  padding: 25px 35px 0 0;
}
@media (max-width: 767px) {
  .infographic .right {
    padding: 0;
  }
}
.infographic .right > div {
  float: right;
}
.infographic .infopic {
  margin: 30px auto;
  text-align: center;
}
.infographic .infopic img {
  margin: auto;
}
@media (max-width: 767px) {
  .infographic-icons-social {
    float: left;
  }
}
.infographic-icons-social a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 8px center;
  width: 145px;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #ffffff;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3em;
  padding: 8px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .infographic-icons-social a {
    width: auto;
    background-size: 13px;
    padding: 6px 4px;
    margin-left: 0;
    background-position: 5px center;
    font-size: 1.1em;
  }
}
.infographic-icons-social a:hover {
  opacity: .5;
}
.infographic-icons-social a span {
  display: block;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .infographic-icons-social a span {
    padding-left: 17px;
  }
}
.infographic-icons-social .infographic-facebook {
  background-image: url('../images/infographic/facebook.png');
}
.infographic-icons-social .infographic-twitter {
  background-image: url('../images/infographic/tweeter.png');
}
.infographic-icons-social .infographic-pinterest {
  background-image: url('../images/infographic/pinterest.png');
}
.infographic-icons-social .infographic-download {
  background-image: url('../images/infographic/download.png');
}
.story-wall {
  padding: 135px 0 40px;
}
@media (max-width: 767px) {
  .story-wall {
    padding-top: 90px;
  }
}
.story-wall .filters {
  zoom: 1;
}
.story-wall .filters:before {
  display: table;
  content: "";
}
.story-wall .filters:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 1023px) {
  .story-wall .filters {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    position: relative;
  }
}
.story-wall .filters .sort {
  display: none;
}
@media (max-width: 1023px) {
  .story-wall .filters .sort {
    display: block;
    font-family: "vinyl", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #ffffff;
    background: url('../images/icon-WhiteDownArrow.png') no-repeat right center;
    padding: 0 35px 0 0;
    float: right;
  }
}
.story-wall .filters ul {
  margin: 0 0 30px;
  list-style: none;
  padding: 0;
  text-align: right;
  width: auto;
  float: right;
}
@media (max-width: 1023px) {
  .story-wall .filters ul {
    margin: 0;
    text-align: left;
    background: #000000;
    padding: 20px 0;
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    width: 275px;
  }
}
.story-wall .filters ul.desktop > li {
  overflow: hidden;
  float: left;
}
.story-wall .filters ul.desktop > li > ul {
  display: none;
}
.story-wall .filters ul.desktop > li:hover {
  overflow: visible;
}
.story-wall .filters ul.desktop > li:hover > ul {
  opacity: 1;
  display: block;
}
.story-wall .filters ul > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 1023px) {
  .story-wall .filters ul > li {
    display: block;
  }
}
.story-wall .filters ul > li.active > a {
  border-bottom: 3px solid #ffffff;
}
@media (max-width: 1023px) {
  .story-wall .filters ul > li.active > a {
    border-bottom: none;
  }
}
.story-wall .filters ul > li > a {
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0 20px;
  text-decoration: none;
  display: block;
}
@media (max-width: 1185px) {
  .story-wall .filters ul > li > a {
    font-size: 2.25em;
    margin: 0 15px;
  }
}
@media (max-width: 1050px) {
  .story-wall .filters ul > li > a {
    margin: 0 13px;
  }
}
@media (max-width: 1023px) {
  .story-wall .filters ul > li > a {
    display: block;
    margin: 0;
    padding: 5px 30px;
  }
}
.story-wall .filters ul > li > a:hover {
  border-bottom: 3px solid #ffffff;
}
@media (max-width: 1023px) {
  .story-wall .filters ul > li > a:hover {
    border-bottom: none;
  }
}
.story-wall .filters ul > li > a:after {
  content: url('../images/icon-WhiteDownArrow.png');
  padding-left: 10px;
}
.story-wall .filters ul > li > a:only-child:after {
  content: '';
  padding-left: 0;
}
.story-wall .filters ul > li > ul {
  position: absolute;
  top: 100%;
  opacity: 0;
  background: #ffffff;
  z-index: 1;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 20px 15px;
  margin: 0;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  box-shadow: 0 0 5px #666;
  max-height: 425px;
  overflow: auto;
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 1023px) {
  .story-wall .filters ul > li > ul {
    display: none;
    position: relative;
    width: 275px;
    opacity: 1;
    background: #ffffff;
    box-shadow: none;
    padding: 15px 0 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-height: 225px;
    height: auto;
    overflow-y: scroll;
    border: 1px solid transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.story-wall .filters ul > li > ul li {
  display: block;
}
.story-wall .filters ul > li > ul li a {
  color: #474747;
  font-size: 1.8em;
  margin: 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  display: block;
  padding: 2px 0;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .story-wall .filters ul > li > ul li a {
    font-family: "vinyl", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    padding: 0 30px 0 45px;
    text-decoration: none;
    color: #000000;
  }
}
.story-wall .filters ul > li > ul li a:hover,
.story-wall .filters ul > li > ul li a.active {
  font-weight: 600;
  border-bottom: none;
}
.story-wall .filters ul > li > ul input.search-for {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8em;
  margin: 5px 0;
  color: #474747;
  padding: 5px;
  border: 1px solid #eaeaea;
}
@media (max-width: 1023px) {
  .story-wall .filters ul > li > ul input.search-for {
    width: 80%;
    margin-left: 30px;
  }
}
.story-wall .filters ul > li > ul input.search-for:focus {
  border: 1px solid #eaeaea;
}
.story-wall .story-wall-isotope {
  margin: 0 auto;
  zoom: 1;
  /*@media @mobile {
			width: 300px!important;
		}*/
}
.story-wall .story-wall-isotope:before {
  display: table;
  content: "";
}
.story-wall .story-wall-isotope:after {
  display: table;
  content: "";
  clear: both;
}
#more-button {
  text-align: center;
  margin-bottom: 50px;
}
#more-button .load-more {
  margin: 30px 0;
  border: none;
  font-size: 19px;
  font-weight: 700;
  color: #e84905;
  background-color: #ffffff;
  padding: 8px 22px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#more-button .load-more:disabled {
  opacity: .5;
}
#more-button .load-more:hover {
  opacity: .5;
}
.story-overlay .pager a,
.story-overlay-alt .pager a {
  position: absolute;
  top: 45%;
  width: 20px;
  height: 29px;
  text-indent: -99999px;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 29px;
}
@media (max-width: 767px) {
  .story-overlay .pager a,
  .story-overlay-alt .pager a {
    width: 25px;
    height: 45px;
    padding: 10px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.story-overlay .pager a:hover,
.story-overlay-alt .pager a:hover {
  opacity: .5;
}
.story-overlay .pager a.next,
.story-overlay-alt .pager a.next {
  background-image: url('../images/pager-next.png');
  right: 150px;
}
@media (max-width: 1023px) {
  .story-overlay .pager a.next,
  .story-overlay-alt .pager a.next {
    right: 0;
  }
}
.story-overlay .pager a.prev,
.story-overlay-alt .pager a.prev {
  background-image: url('../images/pager-prev.png');
  left: 150px;
}
@media (max-width: 1023px) {
  .story-overlay .pager a.prev,
  .story-overlay-alt .pager a.prev {
    left: 0;
  }
}
.story-overlay .story-inner,
.story-overlay-alt .story-inner {
  width: 620px;
  height: 450px;
  overflow-x: none;
  overflow-y: auto;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
  background-position: center;
  position: relative;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .story-overlay .story-inner,
  .story-overlay-alt .story-inner {
    width: 95%;
    height: 390px;
    top: 80px;
    bottom: inherit;
    padding: 30px 40px;
  }
}
.story-overlay .story-inner.hope .color-overlay,
.story-overlay-alt .story-inner.hope .color-overlay {
  background: #ff4800;
  background: -webkit-linear-gradient(#ff4800, rgba(255, 72, 0, 0.74));
  background: linear-gradient(#ff4800, rgba(255, 72, 0, 0.74));
}
.story-overlay .story-inner.hope .links a.relate,
.story-overlay-alt .story-inner.hope .links a.relate {
  color: #ff4800;
  background-image: url('../images/hope-heart.png');
  background-size: 17px 15px;
}
.story-overlay .story-inner.hope .links a.share,
.story-overlay-alt .story-inner.hope .links a.share {
  color: #ff4800;
  background-image: url('../images/hope-Plus.png');
  background-size: 14.5px 14.5px;
}
.story-overlay .story-inner.fear .color-overlay,
.story-overlay-alt .story-inner.fear .color-overlay {
  background: #ff7300;
  background: -webkit-linear-gradient(#ff7300, rgba(255, 115, 0, 0.8));
  background: linear-gradient(#ff7300, rgba(255, 115, 0, 0.8));
}
.story-overlay .story-inner.fear .links a.relate,
.story-overlay-alt .story-inner.fear .links a.relate {
  color: #ff7300;
  background-image: url('../images/fear-Heart.png');
  background-size: 17px 15px;
}
.story-overlay .story-inner.fear .links a.share,
.story-overlay-alt .story-inner.fear .links a.share {
  color: #ff7300;
  background-image: url('../images/fear-Plus.png');
  background-size: 14.5px 14.5px;
}
.story-overlay .story-inner.idea .color-overlay,
.story-overlay-alt .story-inner.idea .color-overlay {
  background: #ffae00;
  background: -webkit-linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
  background: linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
}
.story-overlay .story-inner.idea .links a.relate,
.story-overlay-alt .story-inner.idea .links a.relate {
  color: #ffae00;
  background-image: url('../images/idea-Heart.png');
  background-size: 17px 15px;
}
.story-overlay .story-inner.idea .links a.share,
.story-overlay-alt .story-inner.idea .links a.share {
  color: #ffae00;
  background-image: url('../images/idea-Plus.png');
  background-size: 14.5px 14.5px;
}
.story-overlay .story-inner .special-video-color-overlay,
.story-overlay-alt .story-inner .special-video-color-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .9;
  background: #ffae00;
  background: -webkit-linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
  background: linear-gradient(#ffae00, rgba(255, 174, 0, 0.78));
}
.story-overlay .story-inner .color-overlay,
.story-overlay-alt .story-inner .color-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .9;
  width: 620px;
  height: 450px;
}
@media (max-width: 767px) {
  .story-overlay .story-inner .color-overlay,
  .story-overlay-alt .story-inner .color-overlay {
    width: 95%;
    height: 390px;
    top: 80px;
    bottom: inherit;
  }
}
.story-overlay .story-inner .copy,
.story-overlay-alt .story-inner .copy {
  position: relative;
  white-space: normal;
}
.story-overlay .story-inner .copy h2,
.story-overlay-alt .story-inner .copy h2 {
  font-size: 2.3em;
  margin-bottom: 5px;
  font-weight: 500;
}
.story-overlay .story-inner .copy h2 span,
.story-overlay-alt .story-inner .copy h2 span {
  text-transform: uppercase;
}
.story-overlay .story-inner .copy h2 p,
.story-overlay-alt .story-inner .copy h2 p {
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 500;
  display: inline;
}
.story-overlay .story-inner .copy p,
.story-overlay-alt .story-inner .copy p {
  margin-bottom: 15px;
}
.story-overlay .story-inner .copy .line,
.story-overlay-alt .story-inner .copy .line {
  width: 66px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 15px;
}
.story-overlay .story-inner .copy h3 span:not(.shares):not(.relates),
.story-overlay-alt .story-inner .copy h3 span:not(.shares):not(.relates) {
  font-weight: 300;
}
.story-overlay .story-inner .links,
.story-overlay-alt .story-inner .links {
  position: relative;
}
.story-overlay .story-inner .links a,
.story-overlay-alt .story-inner .links a {
  font-size: 1.8em;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  background-color: white;
  background-repeat: no-repeat;
  margin-right: 7px;
  text-decoration: none;
  display: inline-block;
}
.story-overlay .story-inner .links a:hover,
.story-overlay-alt .story-inner .links a:hover {
  opacity: .5;
}
@media (max-width: 767px) {
  .story-overlay .story-inner .links a.relate,
  .story-overlay-alt .story-inner .links a.relate,
  .story-overlay .story-inner .links a.share,
  .story-overlay-alt .story-inner .links a.share {
    display: block;
    width: 100px;
  }
}
.story-overlay .story-inner .links a.relate,
.story-overlay-alt .story-inner .links a.relate {
  padding: 7px 40px 6px 13px;
  background-position: 90% center;
}
@media (max-width: 767px) {
  .story-overlay .story-inner .links a.relate,
  .story-overlay-alt .story-inner .links a.relate {
    margin-bottom: 10px;
  }
}
.story-overlay .story-inner .links a.share,
.story-overlay-alt .story-inner .links a.share {
  padding: 7px 36px 6px 13px;
  background-position: 86% center;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.page {
  padding: 220px 0 100px;
}
@media (max-width: 767px) {
  .page {
    padding: 90px 0 50px;
  }
}
.page .page-title {
  width: 375px;
  margin-right: 40px;
  float: left;
}
@media (max-width: 767px) {
  .page .page-title {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.page .page-title h1 {
  font-size: 5.9em;
}
@media (max-width: 767px) {
  .page .page-title h1 {
    font-size: 3em;
  }
}
.page .page-content {
  overflow: hidden;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .page .page-content {
    padding-top: 0;
  }
}
.page .page-content ul,
.page .page-content ol {
  margin: 0px 0 20px 20px;
}
.page .page-content ul li,
.page .page-content ol li {
  font-size: 1.7em;
  line-height: 1.6em;
  margin: 0px 0 10px 0;
  font-weight: 400;
  color: #ffffff;
}
#page-timeline {
  width: 100%;
  position: relative;
  min-height: 675px;
}
#page-timeline .timeline-overlay-back {
  position: fixed;
  z-index: 10000;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
#page-timeline .page .container {
  max-width: 900px;
}
#page-timeline .page .page-title {
  width: 100%;
  margin: 0px;
  float: none;
}
#page-timeline .page .page-content {
  padding-top: 0;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  #page-timeline .page .page-content {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #page-timeline .page .page-content {
    margin-bottom: 60px;
  }
}
#page-timeline .page .page-content .larger {
  display: block;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.45em;
}
#page-timeline .page .page-content .timeline-buttons {
  margin: 30px 0 85px;
  zoom: 1;
}
#page-timeline .page .page-content .timeline-buttons:before {
  display: table;
  content: "";
}
#page-timeline .page .page-content .timeline-buttons:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  #page-timeline .page .page-content .timeline-buttons {
    margin-bottom: 50px;
  }
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button {
  display: inline-block;
  width: 31%;
  margin-right: 3.5%;
  height: 185px;
  vertical-align: bottom;
  padding: 32px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0px 0px 3px #888;
  position: relative;
  float: left;
}
@media (max-width: 767px) {
  #page-timeline .page .page-content .timeline-buttons a.timeline-button {
    width: 100%;
    margin: 0 0 10px 0;
    height: 135px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button:last-child {
  margin-right: 0;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button:hover::after {
  opacity: 1;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button:hover i.fa {
  opacity: .5;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button span.inner-text,
#page-timeline .page .page-content .timeline-buttons a.timeline-button i.fa {
  position: relative;
  z-index: 2;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button span.inner-text {
  color: #F06127;
  text-transform: uppercase;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 2.8em;
  line-height: 1.05em;
}
@media (max-width: 1023px) {
  #page-timeline .page .page-content .timeline-buttons a.timeline-button span.inner-text {
    font-size: 2.6em;
  }
}
@media (max-width: 767px) {
  #page-timeline .page .page-content .timeline-buttons a.timeline-button span.inner-text {
    font-size: 2.2em;
  }
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button i.fa {
  color: #F06127;
  font-size: 6.5em;
  line-height: .7em;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button i.fa.fa-angle-right {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 55px;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-interactive {
  background-image: url('../images/banner-timeline.jpg');
  text-align: center;
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-interactive::after {
  background-image: url('../images/banner-timeline-hover.jpg');
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-hopes-and-fears {
  padding: 60px 25px;
  background-image: url('../images/banner-hopes-and-fears.jpg');
}
@media (max-width: 767px) {
  #page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-hopes-and-fears {
    padding: 50px 50px 50px 25px;
  }
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-hopes-and-fears::after {
  background-image: url('../images/banner-hopes-and-fears-hover.jpg');
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-diversity {
  padding: 52px 25px;
  background-image: url('../images/banner-diversity.jpg');
}
@media (max-width: 767px) {
  #page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-diversity {
    padding: 50px 50px 50px 25px;
  }
}
#page-timeline .page .page-content .timeline-buttons a.timeline-button#timeline-button-diversity::after {
  background-image: url('../images/banner-diversity-hover.jpg');
}
#page-timeline .page .page-content hr.timeline-top-sep {
  border-top: 8px solid #ffffff;
  margin: 25px 0;
}
#page-timeline .page .page-content .timeline-thin-wrap {
  margin: 0 0 10px;
}
#page-timeline .page .page-content .timeline-thin-wrap .timeline-thin-text,
#page-timeline .page .page-content .timeline-thin-wrap .timeline-sub-heading {
  font-size: 3.7em;
  color: #ffffff;
}
@media (max-width: 767px) {
  #page-timeline .page .page-content .timeline-thin-wrap .timeline-thin-text,
  #page-timeline .page .page-content .timeline-thin-wrap .timeline-sub-heading {
    font-size: 3em;
  }
}
#page-timeline .page .page-content .timeline-thin-wrap .timeline-thin-text {
  font-weight: 300;
  letter-spacing: 3px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #page-timeline .page .page-content .timeline-thin-wrap .timeline-thin-text {
    display: block;
  }
}
#page-timeline .page .page-content .timeline-thin-wrap .timeline-sub-heading {
  font-weight: 600;
  line-height: 1em;
}
#page-timeline div#timeline-nav {
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 3;
}
@media (max-width: 1023px) {
  #page-timeline div#timeline-nav {
    display: none;
  }
}
#page-timeline div#timeline-nav ul.timeline-nav-list {
  list-style: none;
  width: 55px;
  overflow: hidden;
  padding: 0 0 0 40px;
  margin: 0;
  position: relative;
}
@media (max-width: 1100px) {
  #page-timeline div#timeline-nav ul.timeline-nav-list {
    padding-left: 10px;
    background-position: 36px;
  }
}
#page-timeline div#timeline-nav ul.timeline-nav-list::after {
  position: absolute;
  background: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 66px;
  width: 3px;
  height: 450px;
  content: '';
  z-index: 0;
}
#page-timeline div#timeline-nav ul.timeline-nav-list.overflow-show {
  overflow: visible;
}
#page-timeline div#timeline-nav ul.timeline-nav-list li {
  padding: 10px 0px;
}
#page-timeline div#timeline-nav ul.timeline-nav-list li a {
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
}
#page-timeline div#timeline-nav ul.timeline-nav-list li a:hover .nav-text {
  opacity: 1;
}
#page-timeline div#timeline-nav ul.timeline-nav-list li a img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
#page-timeline div#timeline-nav ul.timeline-nav-list li a img.large {
  visibility: hidden;
}
#page-timeline div#timeline-nav ul.timeline-nav-list li a img.large.active {
  visibility: visible;
}
#page-timeline div#timeline-nav ul.timeline-nav-list li a .nav-text {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  left: 130%;
  top: 7px;
  padding: 3px 13px;
  background: #ffffff;
  color: #f16225;
  font-size: 2em;
  text-align: left;
  display: block;
  width: auto;
  height: 28px;
  white-space: nowrap;
  box-shadow: 0px 0px 3px #888;
}
#page-timeline div#timeline-nav ul.timeline-nav-list.scroll-fix {
  left: 200px;
  margin-left: 0;
}
#page-timeline .timeline-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  #page-timeline .timeline-container {
    padding: 0 4%;
  }
}
#page-timeline .timeline-container h1 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 8.2em;
  text-transform: none;
  margin-bottom: 40px;
  width: 80%;
}
@media (max-width: 1023px) {
  #page-timeline .timeline-container h1 {
    font-size: 7.5em;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-timeline .timeline-container h1 {
    font-size: 4em;
  }
}
#page-timeline .timeline-container h1 strong {
  font-weight: 300;
}
#page-timeline .timeline-container h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 3.7em;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1075px) {
  #page-timeline .timeline-container h2 {
    padding-left: 75px;
  }
}
@media (max-width: 1023px) {
  #page-timeline .timeline-container h2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #page-timeline .timeline-container h2 {
    font-size: 3em;
  }
}
#page-timeline .timeline-container .timeline-blocks-container {
  margin-bottom: 400px;
}
@media (max-width: 1075px) {
  #page-timeline .timeline-container .timeline-blocks-container {
    padding-left: 75px;
  }
}
@media (max-width: 1023px) {
  #page-timeline .timeline-container .timeline-blocks-container {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #page-timeline .timeline-container .timeline-blocks-container {
    margin-bottom: 100px;
  }
}
#page-timeline .timeline-container .timeline-blocks-container .top {
  position: relative;
}
#page-timeline .timeline-container .timeline-blocks-container .top h1,
#page-timeline .timeline-container .timeline-blocks-container .top h2 {
  position: relative;
  z-index: 1;
}
#page-timeline .timeline-container .timeline-blocks-container .top .title-background {
  position: absolute;
  right: -30px;
  bottom: -150px;
  z-index: 0;
  height: 500px;
}
@media (max-width: 1023px) {
  #page-timeline .timeline-container .timeline-blocks-container .top .title-background {
    display: none;
  }
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 1174px;
  width: 900px;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block {
  box-shadow: 0px 0px 3px #888;
  margin-bottom: 10px;
  -webkit-transition: background-size 0.7s ease;
  -moz-transition: background-size 0.7s ease;
  -o-transition: background-size 0.7s ease;
  -ms-transition: background-size 0.7s ease;
  transition: background-size 0.7s ease;
  cursor: pointer;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block:hover .background-button {
  background-size: 65px;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.transparent {
  box-shadow: none;
  background-color: none;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-1 {
  width: 290px;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-1 .flipper {
  width: 290px;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-2 {
  width: 590px;
}
@media (max-width: 767px) {
  #page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-2 {
    width: 290px;
  }
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-2 .flipper {
  width: 590px;
}
@media (max-width: 767px) {
  #page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-2 .flipper {
    width: 290px;
  }
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-3 {
  width: 900px;
}
@media (max-width: 1023px) {
  #page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-3 {
    width: 590px;
  }
}
@media (max-width: 767px) {
  #page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-3 {
    width: 290px;
  }
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-3 .flipper {
  width: 900px;
}
@media (max-width: 1023px) {
  #page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-3 .flipper {
    width: 590px;
  }
}
@media (max-width: 767px) {
  #page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block.column-3 .flipper {
    width: 290px;
  }
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block .original-text {
  font-size: 2.5em;
  font-style: italic;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block .fhpadds {
  padding-top: 115px;
}
@media (max-width: 767px) {
  #page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block .fhpadds {
    padding-top: 70px;
  }
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block .popover-copy {
  display: none;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block .background-button {
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 59px;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block .inner {
  margin: 25px;
}
#page-timeline .timeline-container .timeline-blocks-container .timeline-blocks .timeline-block .inner a {
  text-decoration: none;
}
#page-timeline #popover {
  padding: 50px 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 620px;
  height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10001;
  background: #ffffff;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #page-timeline #popover {
    width: 90%;
    height: 90%;
  }
}
#page-timeline #popover .popover-close {
  z-index: 10005;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
#page-timeline #popover .popover-close:hover {
  opacity: .5;
}
#page-timeline #popover .popover-title {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
#page-timeline #popover .popover-title a {
  text-decoration: none;
  display: inline;
}
#page-timeline #popover .popover-title a:hover {
  opacity: .5;
}
#page-timeline #popover hr {
  width: 80%;
  height: 1.2px;
  margin: 0 auto 30px;
}
#page-timeline #popover .popover-source {
  font-size: 1.4em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}
#page-timeline #popover .popover-social {
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
}
#page-timeline #popover .popover-social .sharing-description {
  display: none;
}
#page-timeline #popover .popover-social img {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#page-timeline #popover .popover-social img:hover {
  opacity: .5;
}
#page-timeline .flipper {
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform .5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
#page-timeline .flipper.flipped {
  -webkit-transform: translateX(-100%) rotateY(-180deg);
  -moz-transform: translateX(-100%) rotateY(-180deg);
  -o-transform: translateX(-100%) rotateY(-180deg);
  transform: translateX(-100%) rotateY(-180deg);
}
#page-timeline .flipper > div {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#page-timeline .flipper > div.front {
  background: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  /*font-size: 2.5em;
  				font-style: italic;
  				text-align: left; */
}
#page-timeline .flipper > div.back {
  background: #ffffff;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-timeline .flipper > div.back a.source {
  font-size: 2em;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
#page-timeline .flipper > div.back a.source:hover {
  opacity: .5;
}
#page-timeline .flipper > div.back .back-social {
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
}
#page-timeline .flipper > div.back .back-social .sharing-description {
  display: none;
}
#page-timeline .flipper > div.back .back-social img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#page-timeline .flipper > div.back .back-social img:hover {
  opacity: .5;
}
.top-gradient {
  background: url('../images/story-wall-fade.png') repeat-x top center;
  height: 181px;
  position: fixed;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .top-gradient {
    display: none;
  }
}
/* map */
.map-overlay {
  display: block;
  z-index: 500;
}
@media (max-width: 767px) {
  .map-overlay {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    background: #89b5b4;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.map-overlay .inner-wrap {
  background: #89b5b4;
  max-width: 980px;
  padding: 0 0 100px;
  max-height: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 10%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 1023px) {
  .map-overlay .inner-wrap {
    width: 350px;
    padding: 0 0 50px;
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media (max-width: 767px) {
  .map-overlay .inner-wrap {
    width: 100%;
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.map-overlay .inner-wrap .mobile-background-image {
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  display: none;
}
@media (max-width: 1023px) {
  .map-overlay .inner-wrap .mobile-background-image {
    display: block;
  }
}
.map-overlay .inner-wrap .close {
  z-index: 100;
}
@media (max-width: 1023px) {
  .map-overlay .inner-wrap .close {
    right: 15px;
    top: 15px;
  }
}
.map-overlay .inner-wrap .mobile-drops {
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 1023px) {
  .map-overlay .inner-wrap .mobile-drops {
    display: block;
  }
}
.map-overlay .inner-wrap .mobile-drops .drop {
  width: 95%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px;
  background: url('../images/form-DarkDownArrow.png') no-repeat 95% center #ffffff;
  background-size: 27px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.map-overlay .inner-wrap .mobile-drops .drop.inactive {
  opacity: .5;
}
.map-overlay .inner-wrap .mobile-drops .drop .title {
  font-size: 1.8em;
  font-weight: 600;
}
.map-overlay .inner-wrap .mobile-drops .drop > ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  z-index: 2;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  box-shadow: 0 0 5px #666;
  height: 255px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
  display: none;
}
@media (max-width: 767px) {
  .map-overlay .inner-wrap .mobile-drops .drop > ul {
    height: 200px;
  }
}
.map-overlay .inner-wrap .mobile-drops .drop > ul li {
  display: block;
  cursor: pointer;
}
.map-overlay .inner-wrap .mobile-drops .drop > ul li:first-child div {
  padding-top: 15px;
}
.map-overlay .inner-wrap .mobile-drops .drop > ul li:last-child div {
  padding-bottom: 15px;
}
.map-overlay .inner-wrap .mobile-drops .drop > ul li.active div {
  font-weight: 600;
}
.map-overlay .inner-wrap .mobile-drops .drop > ul li > div {
  color: #000000;
  font-size: 1.8em;
  margin: 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  display: block;
  padding: 4px 20px;
  text-decoration: none;
}
.map-overlay .inner-wrap .mobile-drops .drop > ul li ul {
  display: none;
}
.map-overlay .inner-wrap .mobile-info {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .map-overlay .inner-wrap .mobile-info {
    margin-top: 15px;
  }
}
.map-overlay .inner-wrap .mobile-info .info {
  width: 95%;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 15px;
}
.map-overlay .inner-wrap .mobile-info .info .inner {
  background: rgba(200, 181, 160, 0.8);
  border: 2px solid #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 15px;
}
@media (max-width: 767px) {
  .map-overlay .inner-wrap .mobile-info .info .inner {
    padding: 15px;
  }
}
.map-overlay .inner-wrap .mobile-info .info .inner .title {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 5px;
}
.map-overlay .inner-wrap .mobile-info .info .inner .column {
  zoom: 1;
}
.map-overlay .inner-wrap .mobile-info .info .inner .column:before {
  display: table;
  content: "";
}
.map-overlay .inner-wrap .mobile-info .info .inner .column:after {
  display: table;
  content: "";
  clear: both;
}
.map-overlay .inner-wrap .mobile-info .info .inner .column .left {
  width: 63%;
  float: left;
  font-size: 1.6em;
  margin-right: 3%;
}
.map-overlay .inner-wrap .mobile-info .info .inner .column .right {
  overflow: hidden;
  color: #f16225;
  font-size: 2.4em;
  font-weight: 600;
}
.map-overlay .inner-wrap .mobile-info .reset {
  width: 95%;
  margin: 0 auto;
  display: block;
  background-color: #f16225;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
}
.map-overlay .inner-wrap #map {
  position: relative;
  height: 520px;
}
@media (max-width: 1023px) {
  .map-overlay .inner-wrap #map {
    display: none;
  }
}
.map-overlay .inner-wrap #map path {
  stroke: #ffffff;
  stroke-width: .5;
  cursor: pointer;
  position: relative;
}
.map-overlay .inner-wrap .zooms {
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 40px;
  zoom: 1;
}
.map-overlay .inner-wrap .zooms:before {
  display: table;
  content: "";
}
.map-overlay .inner-wrap .zooms:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 1023px) {
  .map-overlay .inner-wrap .zooms {
    display: none;
  }
}
.map-overlay .inner-wrap .zooms .zoom-out,
.map-overlay .inner-wrap .zooms .zoom-in,
.map-overlay .inner-wrap .zooms .reset {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #8e8e8e;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  float: left;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.2em;
  color: #8e8e8e;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  margin-right: 10px;
}
.map-overlay .inner-wrap .zooms .zoom-out:hover,
.map-overlay .inner-wrap .zooms .zoom-in:hover,
.map-overlay .inner-wrap .zooms .reset:hover {
  color: #eaeaea;
}
.map-overlay .inner-wrap .zooms .reset {
  margin-right: 0;
  width: auto;
  padding: 0 5px;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.9em;
}
.map-overlay .inner-wrap .autocomplete {
  width: 600px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin: 100px auto 30px;
  zoom: 1;
  position: relative;
}
.map-overlay .inner-wrap .autocomplete:before {
  display: table;
  content: "";
}
.map-overlay .inner-wrap .autocomplete:after {
  display: table;
  content: "";
  clear: both;
}
.map-overlay .inner-wrap .autocomplete label {
  padding-top: 5px;
  position: relative;
  display: inline-block;
  float: left;
}
.map-overlay .inner-wrap .autocomplete .submit {
  float: left;
  display: inline-block;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  position: absolute;
  top: 17px;
  right: 20px;
}
.map-overlay .inner-wrap .autocomplete .autocomplete-error {
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  text-align: center;
  display: none;
}
.map-overlay .inner-wrap .source {
  text-align: center;
  display: block;
  padding: 0 20px;
  font-size: .95em;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .3px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .map-overlay .inner-wrap .source {
    display: none;
  }
}
.map-overlay .inner-wrap .source:hover {
  opacity: .5;
}
.map-overlay .inner-wrap h2 {
  text-align: center;
  margin-top: 30px;
  color: #000000;
}
.map-overlay .inner-wrap .key-wrap {
  text-align: center;
}
.map-overlay .inner-wrap .key-wrap .key {
  display: inline-block;
  zoom: 1;
}
.map-overlay .inner-wrap .key-wrap .key:before {
  display: table;
  content: "";
}
.map-overlay .inner-wrap .key-wrap .key:after {
  display: table;
  content: "";
  clear: both;
}
.map-overlay .inner-wrap .key-wrap .key .key-item {
  float: left;
  margin-right: 35px;
  zoom: 1;
}
.map-overlay .inner-wrap .key-wrap .key .key-item:before {
  display: table;
  content: "";
}
.map-overlay .inner-wrap .key-wrap .key .key-item:after {
  display: table;
  content: "";
  clear: both;
}
.map-overlay .inner-wrap .key-wrap .key .key-item:first-child div {
  background: #bbd1fa;
}
.map-overlay .inner-wrap .key-wrap .key .key-item:nth-child(2) div {
  background: #5da2e7;
}
.map-overlay .inner-wrap .key-wrap .key .key-item:nth-child(3) div {
  background: #2058c7;
}
.map-overlay .inner-wrap .key-wrap .key .key-item:last-child div {
  background: #090890;
}
.map-overlay .inner-wrap .key-wrap .key .key-item div {
  width: 22px;
  height: 22px;
  float: left;
  margin: 2px 15px 0 0;
}
.map-overlay .inner-wrap .key-wrap .key .key-item p {
  color: #000000;
  float: left;
  margin-bottom: 0;
}
.ui-widget {
  z-index: 1000000;
  position: relative;
  border-bottom: 3px solid #000000;
  font-size: 2em;
  font-weight: 600;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 480px;
  float: left;
  padding-bottom: 1px;
}
.ui-widget input#county-autocomplete {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: transparent;
  padding: 7px 10px 0 210px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-widget-content {
  border: none;
  background: transparent;
  color: #000000;
  font-size: 2em;
  padding-left: 210px;
  margin-top: 10px;
}
.ui-menu .ui-menu-item {
  padding: 3px 10px 3px 10px;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
}
.ui-menu .ui-menu-item:hover {
  border: none;
  color: #f16225;
  padding: 3px 10px 3px 10px;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  width: 400px!important;
  border-bottom: none;
  padding-top: 10px;
  max-height: 140px;
  overflow: scroll;
}
.qtip {
  background: rgba(255, 255, 255, 0.45);
  width: 355px;
  max-width: 355px;
  padding: 7px;
}
.qtip.qtip-light {
  border: none;
  color: rgba(255, 255, 255, 0.3);
}
.qtip .qtip-content {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 5px #999;
  padding: 45px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qtip .qtip-content .location {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 30px;
  font-weight: 600;
  color: #000000;
}
.qtip .qtip-content .columns {
  zoom: 1;
}
.qtip .qtip-content .columns:before {
  display: table;
  content: "";
}
.qtip .qtip-content .columns:after {
  display: table;
  content: "";
  clear: both;
}
.qtip .qtip-content .columns .left {
  width: 205px;
  font-size: 1.6em;
  color: #000000;
  line-height: 1.4em;
  float: left;
  margin-right: 20px;
}
.qtip .qtip-content .columns .right {
  overflow: visible;
  font-size: 2em;
  color: #f16225;
  font-weight: 600;
  padding-top: 27px;
}
.qtip-default {
  border: none;
}
.qtip-default .qtip-icon {
  border-color: transparent;
  background: transparent;
  color: #777;
  right: 0px;
  top: 5px;
  padding: 10px 10px 5px 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.qtip-default .qtip-icon:hover {
  opacity: .5;
}
div.ui-tooltip-tip {
  background-color: red;
  border-color: pink;
}
