/****** FILE: themes/mysite/js/libs/fancyBox/jquery.fancybox.css *****/
/*! 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('/themes/mysite/js/libs/fancyBox/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('/themes/mysite/js/libs/fancyBox/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('/themes/mysite/js/libs/fancyBox/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('fancybox_overlay.png');*/
	background-color:rgb(255,255,255);
	background-color:rgba(0,0,0,.45);
}

.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('/themes/mysite/js/libs/fancyBox/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('/themes/mysite/js/libs/fancyBox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/****** FILE: themes/mysite/js/libs/jkit/css/jkit.css *****/


/****** FILE: themes/mysite/css/screen.css *****/
html,body,div,span,applet,object,iframe,h1,h2,.main article h3.subHead,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}html{overflow-y:scroll}html{font-size:62.5%}body{text-rendering:optimizeLegibility}body{-webkit-font-smoothing:antialiased;-webkit-font-smoothing:none;-webkit-font-smoothing:subpixel-antialiased}body,input,button{-webkit-font-smoothing:antialiased}p{-moz-osx-font-smoothing:grayscale}.noMargin{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.no-js .jsShow{display:none}.jsHide{display:none}.warningJS{position:absolute;top:0;width:100%;background:#fff;color:red;left:0;z-index:999}.clearLeft{clear:left}.clearRight{clear:right}.clearBoth{clear:both}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;visibility:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}#ie_clearing{display:none}.ir{display:block;text-indent:-999em;overflow:hidden;background-repeat:no-repeat;text-align:left;direction:ltr}.hidden{display:none;visibility:hidden}.visuallyhidden{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.invisible{visibility:hidden}#skiplinks{position:absolute;top:0px;left:-32768px;z-index:1000;width:100%;margin:0;padding:0;list-style-type:none}#skiplinks a.skip:focus,#skiplinks a.skip:active{left:32768px;outline:0 none;position:absolute;width:100%}.error{height:15px;background-color:#FFFE36;font-size:11px;border:1px solid #E1E16D;padding:4px 10px;color:#000;display:none;z-index:5;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-box-shadow:0 0 6px #ddd;-webkit-box-shadow:0 0 6px #ddd}.Message{font-size:140px;font-size:14rem;color:red}.error p{margin:0}.ImageWrapper{-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);-o-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);display:block;overflow:hidden;position:relative}.WhiteRounded{background-color:#ffffff;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:50%;-ms-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);-o-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1)}.WhiteRounded>a{color:#222222;display:block;font-weight:normal}.RedRounded{background-color:#D8322B;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:50%;-ms-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);-o-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1)}.RedRounded>a{color:#FFFFFF;display:block;font-weight:normal}.BlackRounded{background-color:#222222;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:50%;-ms-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);-o-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1)}.BlackRounded>a{color:#ffffff;display:block;font-weight:normal}.WhiteHollowRounded{border:1px solid #ffffff;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:50%}.WhiteHollowRounded>a{color:#ffffff;display:block;font-weight:normal}.BlackHollowRounded{border:1px solid #222222;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:50%}.BlackHollowRounded>a{color:#222222;display:block;font-weight:normal}.WhiteSquare{background-color:#ffffff;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:4px 4px 4px;-ms-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);-o-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1)}.WhiteSquare>a{color:#222222;display:block;font-weight:normal}.BlackSquare{background-color:#222222;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:4px 4px 4px;-ms-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);-o-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,0.1)}.BlackSquare>a{color:#ffffff;display:block;font-weight:normal}.WhiteHollowSquare{border:1px solid #ffffff;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:4px 4px 4px}.WhiteHollowSquare>a{color:#ffffff;display:block;font-weight:normal}.BlackHollowSquare{border:1px solid #222222;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;border-radius:4px 4px 4px}.BlackHollowSquare>a{color:#222222;display:block;font-weight:normal}.VisibleButtons{margin:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px}.VisibleImageOverlay{position:absolute;background:none repeat scroll 0 0 rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;opacity:.6;visibility:visible}.ImageWrapper .ImageOverlayH{background:none repeat scroll 0 0 rgba(0,0,0,0.5);bottom:0;display:block;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayH{opacity:1}.ImageWrapper .ImageOverlayHe{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:0;display:block;height:0;left:0;opacity:0;position:absolute;top:50%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayHe{height:100%;top:0;opacity:1}.ImageWrapper .ImageOverlayLi:after{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;content:"";display:block;left:0;opacity:0;position:absolute;top:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayLi:after{top:-50%;opacity:1}.ImageWrapper .ImageOverlayLi:before{background:none repeat scroll 0 0 rgba(0,0,0,0.5);bottom:-100%;height:100%;content:"";display:block;left:0;opacity:0;position:absolute;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayLi:before{bottom:-50%;opacity:1}.ImageWrapper .ImageOverlayBe:after{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;content:"";display:block;left:0;opacity:0;position:absolute;top:-100%;-webkit-transition:all 0.6s ease 0s;transition:all 0.6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayBe:after{top:50%;opacity:1}.ImageWrapper .ImageOverlayBe:before{background:none repeat scroll 0 0 rgba(0,0,0,0.5);bottom:-100%;height:100%;content:"";display:block;left:0;opacity:0;position:absolute;-webkit-transition:all 0.6s ease 0s;transition:all 0.6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayBe:before{bottom:50%;opacity:1}.ImageWrapper .ImageOverlayB{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;left:50%;opacity:0;position:absolute;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:0}.ImageWrapper:hover .ImageOverlayB{left:0;width:100%;opacity:1}.ImageWrapper .ImageOverlayC:after{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;content:"";display:block;right:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayC:after{right:-50%;opacity:1}.ImageWrapper .ImageOverlayC:before{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;content:"";display:block;left:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayC:before{left:-50%;opacity:1}.ImageWrapper .ImageOverlayN:after{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;content:"";display:block;right:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all 0.6s ease 0s;transition:all 0.6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayN:after{right:50%;opacity:1}.ImageWrapper .ImageOverlayN:before{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;content:"";display:block;left:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all 0.6s ease 0s;transition:all 0.6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayN:before{left:50%;opacity:1}.ImageWrapper .ImageOverlayO{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;left:-100%;opacity:0;position:absolute;top:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayO{left:0;top:0;opacity:1}.ImageWrapper .ImageOverlayF{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;right:-100%;opacity:0;position:absolute;top:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayF{right:0;top:0;opacity:1}.ImageWrapper .ImageOverlayNe{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;left:-100%;opacity:0;position:absolute;bottom:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayNe{bottom:0;left:0;opacity:1}.ImageWrapper .ImageOverlayNa{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;right:-100%;opacity:0;position:absolute;bottom:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayNa{bottom:0;right:0;opacity:1}.ImageWrapper .ImageOverlayMg{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;left:0;opacity:0;position:absolute;top:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayMg{top:0;opacity:1}.ImageWrapper .ImageOverlayAl{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;left:0;opacity:0;position:absolute;bottom:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayAl{bottom:0;opacity:1}.ImageWrapper .ImageOverlaySi{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;top:0;opacity:0;position:absolute;right:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlaySi{right:0;opacity:1}.ImageWrapper .ImageOverlayP{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;top:0;opacity:0;position:absolute;left:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayP{left:0;opacity:1}.ImageWrapper .ImageOverlayS{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;top:0;opacity:0;position:absolute;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%;-webkit-transform:rotate(180deg) scale(0);-ms-transform:rotate(180deg) scale(0);transform:rotate(180deg) scale(0)}.ImageWrapper:hover .ImageOverlayS{-webkit-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);opacity:1}.ImageWrapper .ImageOverlayCl{background:none repeat scroll 0 0 rgba(0,0,0,0.5);height:100%;display:block;top:0;opacity:0;position:absolute;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%;-webkit-transform:rotate(-180deg) scale(0);-ms-transform:rotate(-180deg) scale(0);transform:rotate(-180deg) scale(0)}.ImageWrapper:hover .ImageOverlayCl{-webkit-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);opacity:1}.ImageWrapper .ImageOverlayArLeft:before{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;content:"";display:block;position:absolute;top:-50%;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;width:100%;height:100%;left:-100%;overflow:hidden}.ImageWrapper .ImageOverlayArLeft:after{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;content:"";display:block;position:absolute;top:50%;-webkit-transition:all 0.2s ease .2s;transition:all 0.2s ease .2s;width:100%;height:100%;left:-100%;overflow:hidden}.ImageWrapper .ImageOverlayArRight:before{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;content:"";display:block;position:absolute;top:-50%;-webkit-transition:all 0.2s ease .3s;transition:all 0.2s ease .3s;width:100%;height:100%;right:-100%;overflow:hidden}.ImageWrapper .ImageOverlayArRight:after{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;content:"";display:block;position:absolute;top:50%;-webkit-transition:all 0.2s ease .5s;transition:all 0.2s ease .5s;width:100%;height:100%;right:-100%;overflow:hidden}.ImageWrapper:hover .ImageOverlayArLeft:before,.ImageWrapper:hover .ImageOverlayArLeft:after{opacity:1;left:50%}.ImageWrapper:hover .ImageOverlayArRight:before,.ImageWrapper:hover .ImageOverlayArRight:after{opacity:1;right:50%}.ImageWrapper .ImageOverlayK{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .ImageOverlayK{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.ImageWrapper .ImageOverlayCa{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .ImageOverlayCa{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.ImageWrapper .ImageOverlaySc{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .ImageOverlaySc{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.ImageWrapper .ImageOverlayTi{background:none repeat scroll 0 0 rgba(0,0,0,0.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .ImageOverlayTi{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.GrayScale{-webkit-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:.6;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.GrayScale:hover{-webkit-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(0%);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.BackgroundS img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.BackgroundS:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.BackgroundRR img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.BackgroundRR:hover img{-webkit-transform:rotate(-10deg) scale(1.4);-ms-transform:rotate(-10deg) scale(1.4);transform:rotate(-10deg) scale(1.4)}.BackgroundR img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.BackgroundR:hover img{-webkit-transform:rotate(10deg) scale(1.4);-ms-transform:rotate(10deg) scale(1.4);transform:rotate(10deg) scale(1.4)}.BackgroundRS img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.BackgroundRS:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.BackgroundF img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.BackgroundF:hover img{opacity:0}.BackgroundFS img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.BackgroundFS:hover img{-webkit-transform:scale(10);-ms-transform:scale(10);transform:scale(10);opacity:0}.BackgroundFRS img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.BackgroundFRS:hover img{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.SquareCircle{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.SquareCircle:hover{border-radius:50%}.CircleSquare{border-radius:50%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.CircleSquare:hover{border-radius:0}.ImageWrapper .CStyleH{margin:0;opacity:0;position:absolute;text-align:center;top:0;visibility:hidden;width:100%;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleH{margin-top:-20px;opacity:1;top:50%;visibility:visible}.ImageWrapper .CStyleHe{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;bottom:0;width:100%;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleHe{margin-bottom:-20px;opacity:1;bottom:50%;visibility:visible}.ImageWrapper .CStyleLi{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:right;right:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleLi{margin-right:-42px;opacity:1;right:50%;visibility:visible}.ImageWrapper .CStyleBe{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:left;left:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleBe{margin-left:-42px;opacity:1;left:50%;visibility:visible}.ImageWrapper .CStyleB{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transform:scale(0.2);-ms-transform:scale(0.2);transform:scale(0.2);-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleB{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ImageWrapper .CStyleC span{position:absolute}.ImageWrapper .CStyleC span:nth-of-type(1){bottom:50%;top:50%;left:0;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all 400ms cubic-bezier(1, 0, 0.57, 0) !important;-webkit-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important}.ImageWrapper .CStyleC span:nth-of-type(2){bottom:50%;top:50%;left:50%;right:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .CStyleC span:nth-of-type(3){bottom:50%;top:50%;right:0;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 400ms cubic-bezier(1, 0, 0.57, 0) !important;-webkit-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important}.ImageWrapper:hover .CStyleC span:nth-of-type(1){left:50%;visibility:visible;opacity:1}.ImageWrapper:hover .CStyleC span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ImageWrapper:hover .CStyleC span:nth-of-type(3){right:50%;visibility:visible;opacity:1}.ImageWrapper .StyleH{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleH{opacity:1;visibility:visible}.ImageWrapper .StyleHe{margin:0;opacity:0;position:absolute;text-align:center;top:0;visibility:hidden;width:100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleHe{margin-top:-20px;opacity:1;top:50%;visibility:visible}.ImageWrapper .StyleLi{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;bottom:0;width:100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleLi{margin-bottom:-20px;opacity:1;bottom:50%;visibility:visible}.ImageWrapper .StyleBe{visibility:hidden;opacity:0;position:absolute;text-align:right;right:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleBe{margin-right:-42px;opacity:1;right:50%;visibility:visible}.ImageWrapper .StyleB{visibility:hidden;opacity:0;position:absolute;text-align:left;left:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleB{margin-left:-42px;opacity:1;left:50%;visibility:visible}.ImageWrapper .StyleC{visibility:hidden;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transform:scale(0.2);-ms-transform:scale(0.2);transform:scale(0.2);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleC{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ImageWrapper .StyleN{visibility:hidden;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;visibility:visible;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleN{opacity:1;visibility:visible;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.ImageWrapper .StyleO span{position:absolute}.ImageWrapper .StyleO span:nth-of-type(1){bottom:50%;top:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleO span:nth-of-type(2){bottom:50%;top:50%;right:50%;margin:-20px -42px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleO span:nth-of-type(1){opacity:1;visibility:visible;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.ImageWrapper:hover .StyleO span:nth-of-type(2){opacity:1;visibility:visible;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.ImageWrapper .StyleF{visibility:hidden;-webkit-transform:scale(0.5) rotateX(360deg);-ms-transform:scale(0.5) rotateX(360deg);transform:scale(0.5) rotateX(360deg);margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleF{opacity:1;-webkit-transform:scale(1) rotateX(0deg);-ms-transform:scale(1) rotateX(0deg);transform:scale(1) rotateX(0deg);visibility:visible}.ImageWrapper .StyleNe{visibility:hidden;margin:0;-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleNe{opacity:1;-webkit-transform:rotateY(360deg);-ms-transform:rotateY(360deg);transform:rotateY(360deg);visibility:visible}.ImageWrapper .StyleNa{visibility:hidden;-webkit-transform:scale(0.2) rotateY(360deg);-ms-transform:scale(0.2) rotateY(360deg);transform:scale(0.2) rotateY(360deg);margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleNa{opacity:1;-webkit-transform:scale(1) rotateY(0deg);-ms-transform:scale(1) rotateY(0deg);transform:scale(1) rotateY(0deg);visibility:visible}.ImageWrapper .StyleMg span{position:absolute}.ImageWrapper .StyleMg span:nth-of-type(1){bottom:50%;top:50%;left:50%;margin:-20px 0 0 -82px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleMg span:nth-of-type(2){bottom:50%;top:50%;right:50%;margin:-20px -82px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleMg span:nth-of-type(1){margin:-20px 0 0 -42px;visibility:visible;opacity:1}.ImageWrapper:hover .StyleMg span:nth-of-type(2){margin:-20px -42px 0 0;visibility:visible;opacity:1}.ImageWrapper .StyleAl span{position:absolute}.ImageWrapper .StyleAl span:nth-of-type(1){top:0;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleAl span:nth-of-type(2){bottom:0;right:50%;margin:0 -42px -20px 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleAl span:nth-of-type(1){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleAl span:nth-of-type(2){bottom:50%;visibility:visible;opacity:1}.ImageWrapper .StyleSi span{position:absolute}.ImageWrapper .StyleSi span:nth-of-type(1){bottom:0;left:50%;margin:0 0 -20px -42px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleSi span:nth-of-type(2){top:0;right:50%;margin:-20px -42px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleSi span:nth-of-type(1){bottom:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleSi span:nth-of-type(2){top:50%;visibility:visible;opacity:1}.ImageWrapper .StyleP span{position:absolute}.ImageWrapper .StyleP span:nth-of-type(1){top:0;left:0;margin:-40px 0 0 -40px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleP span:nth-of-type(2){bottom:0;right:0;margin:0 -40px -40px 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleP span:nth-of-type(1){top:50%;left:50%;margin:-20px 0 0 -42px;visibility:visible;opacity:1}.ImageWrapper:hover .StyleP span:nth-of-type(2){bottom:50%;right:50%;margin:0 -42px -20px 0;visibility:visible;opacity:1}.ImageWrapper .StyleS span{position:absolute}.ImageWrapper .StyleS span:nth-of-type(1){bottom:0;left:0;margin:-40px 0 0 -40px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleS span:nth-of-type(2){top:0;right:0;margin:0 -40px -40px 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleS span:nth-of-type(1){bottom:50%;left:50%;margin:0 0 -20px -42px;visibility:visible;opacity:1}.ImageWrapper:hover .StyleS span:nth-of-type(2){top:50%;right:50%;margin:-20px -42px 0 0;visibility:visible;opacity:1}.ImageWrapper .StyleCl{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;visibility:visible;-webkit-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleCl{opacity:1;visibility:visible;-webkit-transform:rotateX(360deg);-ms-transform:rotateX(360deg);transform:rotateX(360deg)}.ImageWrapper .StyleAr span{position:absolute}.ImageWrapper .StyleAr span:nth-of-type(1){top:50%;bottom:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotate(0deg);-ms-transform:scale(0.2) rotate(0deg);transform:scale(0.2) rotate(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleAr span:nth-of-type(2){top:50%;bottom:50%;right:50%;margin:-20px -42px -0 0;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotate(0deg);-ms-transform:scale(0.2) rotate(0deg);transform:scale(0.2) rotate(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleAr span:nth-of-type(1){visibility:visible;opacity:1;-webkit-transform:scale(1) rotate(360deg);-ms-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}.ImageWrapper:hover .StyleAr span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1) rotate(360deg);-ms-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}.ImageWrapper .StyleK span{position:absolute}.ImageWrapper .StyleK span:nth-of-type(1){top:50%;bottom:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleK span:nth-of-type(2){top:50%;bottom:50%;right:50%;margin:-20px -42px -0 0;visibility:hidden;opacity:0;-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleK span:nth-of-type(1){visibility:visible;opacity:1;-webkit-transform:rotateY(360deg);-ms-transform:rotateY(360deg);transform:rotateY(360deg)}.ImageWrapper:hover .StyleK span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:rotateY(360deg);-ms-transform:rotateY(360deg);transform:rotateY(360deg)}.ImageWrapper .StyleCa span{position:absolute}.ImageWrapper .StyleCa span:nth-of-type(1){top:50%;bottom:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotateY(0deg);-ms-transform:scale(0.2) rotateY(0deg);transform:scale(0.2) rotateY(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleCa span:nth-of-type(2){top:50%;bottom:50%;right:50%;margin:-20px -42px -0 0;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotateY(0deg);-ms-transform:scale(0.2) rotateY(0deg);transform:scale(0.2) rotateY(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleCa span:nth-of-type(1){visibility:visible;opacity:1;-webkit-transform:scale(1) rotateY(360deg);-ms-transform:scale(1) rotateY(360deg);transform:scale(1) rotateY(360deg)}.ImageWrapper:hover .StyleCa span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1) rotateY(360deg);-ms-transform:scale(1) rotateY(360deg);transform:scale(1) rotateY(360deg)}.ImageWrapper .StyleSc span{position:absolute}.ImageWrapper .StyleSc span:nth-of-type(1){bottom:50%;top:50%;left:0;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleSc span:nth-of-type(2){top:0;right:50%;left:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleSc span:nth-of-type(3){bottom:50%;top:50%;right:0;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleSc span:nth-of-type(1){left:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleSc span:nth-of-type(2){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleSc span:nth-of-type(3){right:50%;visibility:visible;opacity:1}.ImageWrapper .StyleTi span{position:absolute}.ImageWrapper .StyleTi span:nth-of-type(1){bottom:50%;top:50%;left:0;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleTi span:nth-of-type(2){bottom:50%;top:50%;left:50%;right:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper .StyleTi span:nth-of-type(3){bottom:50%;top:50%;right:0;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .StyleTi span:nth-of-type(1){left:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleTi span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ImageWrapper:hover .StyleTi span:nth-of-type(3){right:50%;visibility:visible;opacity:1}.ImageWrapper .StyleV span{position:absolute}.ImageWrapper .StyleV span:nth-of-type(1){top:0;left:50%;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s}.ImageWrapper .StyleV span:nth-of-type(2){top:0;left:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s}.ImageWrapper .StyleV span:nth-of-type(3){top:0;right:50%;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s}.ImageWrapper:hover .StyleV span:nth-of-type(1){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleV span:nth-of-type(2){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleV span:nth-of-type(3){top:50%;visibility:visible;opacity:1}.ImageWrapper .PStyleH{background:url(/themes/mysite/images/plus.png) no-repeat scroll center center/60px 60px #222;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%;z-index:9999}.ImageWrapper:hover .PStyleH{opacity:.6;visibility:visible}.ImageWrapper .PStyleHe{position:absolute;background:url(/themes/mysite/images/plus.png) no-repeat scroll center center/100% 100% #222;width:100%;height:100%;z-index:199;-ms-background-origin:padding-box, padding-box;background-origin:padding-box, padding-box;background-position:center center;background-repeat:no-repeat;-ms-background-size:10px 10px, 100% 100%;background-size:10px 10px, 100% 100%;opacity:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .PStyleHe{opacity:.6;-ms-background-size:60px 60px, 100% 100%;background-size:60px 60px, 100% 100%;visibility:visible}.ImageWrapper .PStyleLi{-webkit-transform:scale(0.5) rotateY(180deg);-ms-transform:scale(0.5) rotateY(180deg);transform:scale(0.5) rotateY(180deg);background:url(/themes/mysite/images/plus.png) no-repeat scroll center center/60px 60px #222;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%;z-index:9999}.ImageWrapper:hover .PStyleLi{opacity:.6;-webkit-transform:scale(1) rotateY(0deg);-ms-transform:scale(1) rotateY(0deg);transform:scale(1) rotateY(0deg);visibility:visible}.ImageWrapper .PStyleBe{-webkit-transform:scale(0.5) rotateX(180deg);-ms-transform:scale(0.5) rotateX(180deg);transform:scale(0.5) rotateX(180deg);background:url(/themes/mysite/images/plus.png) no-repeat scroll center center/60px 60px #222;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;width:100%;z-index:9999}.ImageWrapper:hover .PStyleBe{opacity:.6;-webkit-transform:scale(1) rotateX(0deg);-ms-transform:scale(1) rotateX(0deg);transform:scale(1) rotateX(0deg);visibility:visible}.ImageWrapper .PStyleB{position:absolute;background:url(/themes/mysite/images/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:199;-ms-background-origin:padding-box, padding-box;background-origin:padding-box, padding-box;background-position:top left;background-repeat:no-repeat;-ms-background-size:10px 10px, 100% 100%;background-size:10px 10px, 100% 100%;opacity:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .PStyleB{opacity:.6;-ms-background-size:60px 60px, 100% 100%;background-size:60px 60px, 100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleC{position:absolute;background:url(/themes/mysite/images/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:199;-ms-background-origin:padding-box, padding-box;background-origin:padding-box, padding-box;background-position:top right;background-repeat:no-repeat;-ms-background-size:10px 10px, 100% 100%;background-size:10px 10px, 100% 100%;opacity:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .PStyleC{opacity:.6;-ms-background-size:60px 60px, 100% 100%;background-size:60px 60px, 100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleN{position:absolute;background:url(/themes/mysite/images/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:199;-ms-background-origin:padding-box, padding-box;background-origin:padding-box, padding-box;background-position:bottom right;background-repeat:no-repeat;-ms-background-size:10px 10px, 100% 100%;background-size:10px 10px, 100% 100%;opacity:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .PStyleN{opacity:.6;-ms-background-size:60px 60px, 100% 100%;background-size:60px 60px, 100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleO{position:absolute;background:url(/themes/mysite/images/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:199;-ms-background-origin:padding-box, padding-box;background-origin:padding-box, padding-box;background-position:bottom left;background-repeat:no-repeat;-ms-background-size:10px 10px, 100% 100%;background-size:10px 10px, 100% 100%;opacity:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .PStyleO{opacity:.6;-ms-background-size:60px 60px, 100% 100%;background-size:60px 60px, 100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleF{position:absolute;background:url(/themes/mysite/images/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:199;-ms-background-origin:padding-box, padding-box;background-origin:padding-box, padding-box;background-position:top center;background-repeat:no-repeat;-ms-background-size:10px 10px, 100% 100%;background-size:10px 10px, 100% 100%;opacity:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .PStyleF{opacity:.6;-ms-background-size:60px 60px, 100% 100%;background-size:60px 60px, 100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleNe{position:absolute;background:url(/themes/mysite/images/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:199;-ms-background-origin:padding-box, padding-box;background-origin:padding-box, padding-box;background-position:bottom center;background-repeat:no-repeat;-ms-background-size:10px 10px, 100% 100%;background-size:10px 10px, 100% 100%;opacity:0;top:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .PStyleNe{opacity:.6;-ms-background-size:60px 60px, 100% 100%;background-size:60px 60px, 100% 100%;visibility:visible;background-position:center center}.ContentWrapperH .ContentH{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperH:hover .ContentH{opacity:1;visibility:visible}.ContentWrapperH .ContentH .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperH .ContentH .Content h2,.ContentWrapperH .ContentH .Content .main article h3.subHead,.main article .ContentWrapperH .ContentH .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperH .ContentH .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperH .ContentH .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperH .ContentH .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperHe .ContentHe{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperHe:hover .ContentHe{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ContentWrapperHe .ContentHe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperHe .ContentHe .Content h2,.ContentWrapperHe .ContentHe .Content .main article h3.subHead,.main article .ContentWrapperHe .ContentHe .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperHe .ContentHe .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperHe .ContentHe .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperHe .ContentHe .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperLi img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperLi:hover img{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.ContentWrapperLi .ContentLi{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperLi:hover .ContentLi{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ContentWrapperLi .ContentLi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperLi .ContentLi .Content h2,.ContentWrapperLi .ContentLi .Content .main article h3.subHead,.main article .ContentWrapperLi .ContentLi .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperLi .ContentLi .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperLi .ContentLi .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperLi .ContentLi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperBe img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;opacity:1}.ContentWrapperBe:hover img{-webkit-transform:scale(10);-ms-transform:scale(10);transform:scale(10);opacity:0}.ContentWrapperBe .ContentBe{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperBe:hover .ContentBe{opacity:1;visibility:visible}.ContentWrapperBe .ContentBe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperBe .ContentBe .Content h2,.ContentWrapperBe .ContentBe .Content .main article h3.subHead,.main article .ContentWrapperBe .ContentBe .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperBe .ContentBe .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperBe .ContentBe .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperBe .ContentBe .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperB img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperB:hover img{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.ContentWrapperB .ContentB{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:-100%;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperB:hover .ContentB{opacity:1;visibility:visible;top:0}.ContentWrapperB .ContentB .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperB .ContentB .Content h2,.ContentWrapperB .ContentB .Content .main article h3.subHead,.main article .ContentWrapperB .ContentB .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperB .ContentB .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperB .ContentB .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperB .ContentB .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperC img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperC:hover img{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.ContentWrapperC .ContentC{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;bottom:-100%;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperC:hover .ContentC{opacity:1;visibility:visible;bottom:0}.ContentWrapperC .ContentC .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperC .ContentC .Content h2,.ContentWrapperC .ContentC .Content .main article h3.subHead,.main article .ContentWrapperC .ContentC .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperC .ContentC .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperC .ContentC .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperC .ContentC .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperN img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperN:hover img{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.ContentWrapperN .ContentN{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;right:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperN:hover .ContentN{opacity:1;visibility:visible;right:0}.ContentWrapperN .ContentN .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperN .ContentN .Content h2,.ContentWrapperN .ContentN .Content .main article h3.subHead,.main article .ContentWrapperN .ContentN .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperN .ContentN .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperN .ContentN .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperN .ContentN .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperO img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperO:hover img{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ContentWrapperO .ContentO{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperO:hover .ContentO{opacity:1;visibility:visible;left:0}.ContentWrapperO .ContentO .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperO .ContentO .Content h2,.ContentWrapperO .ContentO .Content .main article h3.subHead,.main article .ContentWrapperO .ContentO .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperO .ContentO .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperO .ContentO .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperO .ContentO .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperF img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperF:hover img{-webkit-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.ContentWrapperF .ContentF{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:50%;height:100%;display:block;top:0;left:0;-webkit-transform:perspective(600px) rotateY(90deg);-ms-transform:perspective(600px) rotateY(90deg);transform:perspective(600px) rotateY(90deg);-webkit-transform-origin:left center 0;-ms-transform-origin:left center 0;transform-origin:left center 0;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperF:hover .ContentF{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateY(0deg);-ms-transform:perspective(600px) rotateY(0deg);transform:perspective(600px) rotateY(0deg)}.ContentWrapperF .ContentF .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperF .ContentF .Content h2,.ContentWrapperF .ContentF .Content .main article h3.subHead,.main article .ContentWrapperF .ContentF .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperF .ContentF .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperNe img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperNe:hover img{-webkit-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.ContentWrapperNe .ContentNe{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:50%;display:block;top:0;left:0;-webkit-transform:perspective(600px) rotateX(-90deg);-ms-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:center top 0;-ms-transform-origin:center top 0;transform-origin:center top 0;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperNe:hover .ContentNe{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateX(0deg);-ms-transform:perspective(600px) rotateX(0deg);transform:perspective(600px) rotateX(0deg)}.ContentWrapperNe .ContentNe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperNe .ContentNe .Content h2,.ContentWrapperNe .ContentNe .Content .main article h3.subHead,.main article .ContentWrapperNe .ContentNe .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperNe .ContentNe .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperNa img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperNa:hover img{-webkit-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.ContentWrapperNa .ContentNa{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:50%;height:100%;display:block;top:0;right:0;-webkit-transform:perspective(600px) rotateY(-90deg);-ms-transform:perspective(600px) rotateY(-90deg);transform:perspective(600px) rotateY(-90deg);-webkit-transform-origin:right center 0;-ms-transform-origin:right center 0;transform-origin:right center 0;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperNa:hover .ContentNa{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateY(0deg);-ms-transform:perspective(600px) rotateY(0deg);transform:perspective(600px) rotateY(0deg)}.ContentWrapperNa .ContentNa .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperNa .ContentNa .Content h2,.ContentWrapperNa .ContentNa .Content .main article h3.subHead,.main article .ContentWrapperNa .ContentNa .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperNa .ContentNa .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperMg img{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperMg:hover img{-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.ContentWrapperMg .ContentMg{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:50%;display:block;bottom:0;left:0;-webkit-transform:perspective(600px) rotateX(90deg);-ms-transform:perspective(600px) rotateX(90deg);transform:perspective(600px) rotateX(90deg);-webkit-transform-origin:center bottom 0;-ms-transform-origin:center bottom 0;transform-origin:center bottom 0;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperMg:hover .ContentMg{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateY(0deg);-ms-transform:perspective(600px) rotateY(0deg);transform:perspective(600px) rotateY(0deg)}.ContentWrapperMg .ContentMg .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperMg .ContentMg .Content h2,.ContentWrapperMg .ContentMg .Content .main article h3.subHead,.main article .ContentWrapperMg .ContentMg .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperMg .ContentMg .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperAl .ContentAl{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateY(0deg) scale(0);-ms-transform:rotateY(0deg) scale(0);transform:rotateY(0deg) scale(0);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperAl:hover .ContentAl{opacity:1;visibility:visible;-webkit-transform:rotateY(360deg) scale(0.9);-ms-transform:rotateY(360deg) scale(0.9);transform:rotateY(360deg) scale(0.9)}.ContentWrapperAl .ContentAl .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperAl .ContentAl .Content h2,.ContentWrapperAl .ContentAl .Content .main article h3.subHead,.main article .ContentWrapperAl .ContentAl .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperAl .ContentAl .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperAl .ContentAl .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperAl .ContentAl .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperSi .ContentSi{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateX(0deg) scale(0);-ms-transform:rotateX(0deg) scale(0);transform:rotateX(0deg) scale(0);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperSi:hover .ContentSi{opacity:1;visibility:visible;-webkit-transform:rotateX(360deg) scale(0.9);-ms-transform:rotateX(360deg) scale(0.9);transform:rotateX(360deg) scale(0.9)}.ContentWrapperSi .ContentSi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperSi .ContentSi .Content h2,.ContentWrapperSi .ContentSi .Content .main article h3.subHead,.main article .ContentWrapperSi .ContentSi .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperSi .ContentSi .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperSi .ContentSi .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperSi .ContentSi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperP .ContentP{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateY(0deg) scale(0.9);-ms-transform:rotateY(0deg) scale(0.9);transform:rotateY(0deg) scale(0.9);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperP:hover .ContentP{opacity:1;visibility:visible;-webkit-transform:rotateY(360deg) scale(0.9);-ms-transform:rotateY(360deg) scale(0.9);transform:rotateY(360deg) scale(0.9)}.ContentWrapperP .ContentP .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperP .ContentP .Content h2,.ContentWrapperP .ContentP .Content .main article h3.subHead,.main article .ContentWrapperP .ContentP .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperP .ContentP .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperP .ContentP .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperP .ContentP .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperS .ContentS{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateX(0deg) scale(0.9);-ms-transform:rotateX(0deg) scale(0.9);transform:rotateX(0deg) scale(0.9);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperS:hover .ContentS{opacity:1;visibility:visible;-webkit-transform:rotateX(360deg) scale(0.9);-ms-transform:rotateX(360deg) scale(0.9);transform:rotateX(360deg) scale(0.9)}.ContentWrapperS .ContentS .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperS .ContentS .Content h2,.ContentWrapperS .ContentS .Content .main article h3.subHead,.main article .ContentWrapperS .ContentS .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperS .ContentS .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperS .ContentS .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperS .ContentS .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperCl{overflow:visible !important}.ContentWrapperCl img{position:relative;z-index:455;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCl:hover img{-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%)}.ContentWrapperCl .ContentCl{position:absolute;background:#ffffff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:200;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCl:hover .ContentCl{visibility:visible}.ContentWrapperCl .ContentCl .Content{position:absolute;top:65%;display:block;width:100%}.ContentWrapperCl .ContentCl .Content h2,.ContentWrapperCl .ContentCl .Content .main article h3.subHead,.main article .ContentWrapperCl .ContentCl .Content h3.subHead{font:bold 16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 2px;text-align:center}.ContentWrapperCl .ContentCl .Content .ReadMore{margin:8px auto;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;display:block;width:80px}.ContentWrapperCl .ContentCl .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperAr{overflow:visible !important}.ContentWrapperAr img{position:relative;z-index:455;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperAr:hover img{-webkit-transform:translateY(40%);-ms-transform:translateY(40%);transform:translateY(40%)}.ContentWrapperAr .ContentAr{position:absolute;background:#ffffff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:200;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperAr:hover .ContentAr{visibility:visible}.ContentWrapperAr .ContentAr .Content{position:absolute;top:5%;display:block;width:100%}.ContentWrapperAr .ContentAr .Content h2,.ContentWrapperAr .ContentAr .Content .main article h3.subHead,.main article .ContentWrapperAr .ContentAr .Content h3.subHead{font:bold 16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 2px;text-align:center}.ContentWrapperAr .ContentAr .Content .ReadMore{margin:8px auto;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;display:block;width:80px}.ContentWrapperAr .ContentAr .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperK{overflow:visible !important}.ContentWrapperK img{position:relative;z-index:455;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperK:hover img{-webkit-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.ContentWrapperK .ContentK{position:absolute;background:#ffffff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:200;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperK:hover .ContentK{visibility:visible}.ContentWrapperK .ContentK .Content{display:block;width:100%;position:relative}.ContentWrapperK .ContentK .Content ul{position:absolute;top:0;right:0}.ContentWrapperK .ContentK .Content ul li{margin:14px 16px}.ContentWrapperK .ContentK .Content ul li a{font-size:21px;color:#a9a9a9}.ContentWrapperCa{overflow:visible !important}.ContentWrapperCa img{position:relative;z-index:455;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCa:hover img{-webkit-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.ContentWrapperCa .ContentCa{position:absolute;background:#ffffff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:200;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCa:hover .ContentCa{visibility:visible}.ContentWrapperCa .ContentCa .Content{display:block;width:100%;position:relative}.ContentWrapperCa .ContentCa .Content ul{position:absolute;top:0;left:0}.ContentWrapperCa .ContentCa .Content ul li{margin:14px 16px}.ContentWrapperCa .ContentCa .Content ul li a{font-size:21px;color:#a9a9a9}.ContentWrapperSc .ContentSc{position:absolute;background:#ffffff;visibility:hidden;width:100%;height:100%;display:block;top:-100%;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperSc:hover .ContentSc{visibility:visible;top:0}.ContentWrapperSc .ContentSc .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperSc .ContentSc .Content h2,.ContentWrapperSc .ContentSc .Content .main article h3.subHead,.main article .ContentWrapperSc .ContentSc .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperSc .ContentSc .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperSc .ContentSc .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperSc .ContentSc .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperTi .ContentTi{position:absolute;background:#ffffff;visibility:hidden;width:100%;height:100%;display:block;top:0;left:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperTi:hover .ContentTi{visibility:visible;left:0}.ContentWrapperTi .ContentTi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperTi .ContentTi .Content h2,.ContentWrapperTi .ContentTi .Content .main article h3.subHead,.main article .ContentWrapperTi .ContentTi .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperTi .ContentTi .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperTi .ContentTi .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperTi .ContentTi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperV .ContentV{position:absolute;background:#ffffff;visibility:hidden;width:100%;height:100%;display:block;top:0;right:-100%;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperV:hover .ContentV{visibility:visible;right:0}.ContentWrapperV .ContentV .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperV .ContentV .Content h2,.ContentWrapperV .ContentV .Content .main article h3.subHead,.main article .ContentWrapperV .ContentV .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperV .ContentV .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperV .ContentV .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperV .ContentV .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperCr .ContentCr{position:absolute;background:#ffffff;visibility:hidden;width:100%;height:0;display:block;bottom:-100%;left:0;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCr:hover .ContentCr{visibility:visible;height:100%;bottom:0}.ContentWrapperCr .ContentCr .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperCr .ContentCr .Content h2,.ContentWrapperCr .ContentCr .Content .main article h3.subHead,.main article .ContentWrapperCr .ContentCr .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperCr .ContentCr .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperCr .ContentCr .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperCr .ContentCr .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperMn .ContentMn{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperMn:hover .ContentMn{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperMn .ContentMn .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperMn .ContentMn .Content h2,.ContentWrapperMn .ContentMn .Content .main article h3.subHead,.main article .ContentWrapperMn .ContentMn .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperMn .ContentMn .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperMn .ContentMn .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperMn .ContentMn .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperFe .ContentFe{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperFe:hover .ContentFe{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperFe .ContentFe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperFe .ContentFe .Content h2,.ContentWrapperFe .ContentFe .Content .main article h3.subHead,.main article .ContentWrapperFe .ContentFe .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperFe .ContentFe .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperFe .ContentFe .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperFe .ContentFe .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperCo .ContentCo{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCo:hover .ContentCo{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperCo .ContentCo .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperCo .ContentCo .Content h2,.ContentWrapperCo .ContentCo .Content .main article h3.subHead,.main article .ContentWrapperCo .ContentCo .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperCo .ContentCo .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperCo .ContentCo .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperCo .ContentCo .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperNi .ContentNi{position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperNi:hover .ContentNi{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperNi .ContentNi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperNi .ContentNi .Content h2,.ContentWrapperNi .ContentNi .Content .main article h3.subHead,.main article .ContentWrapperNi .ContentNi .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperNi .ContentNi .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperNi .ContentNi .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperNi .ContentNi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperCu img{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCu:hover img{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.ContentWrapperCu .ContentCu{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperCu:hover .ContentCu{opacity:1;visibility:visible;-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg)}.ContentWrapperCu .ContentCu .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperCu .ContentCu .Content h2,.ContentWrapperCu .ContentCu .Content .main article h3.subHead,.main article .ContentWrapperCu .ContentCu .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperCu .ContentCu .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperCu .ContentCu .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperCu .ContentCu .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ContentWrapperZn img{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperZn:hover img{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg)}.ContentWrapperZn .ContentZn{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;position:absolute;background:#ffffff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ContentWrapperZn:hover .ContentZn{opacity:1;visibility:visible;-webkit-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg)}.ContentWrapperZn .ContentZn .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperZn .ContentZn .Content h2,.ContentWrapperZn .ContentZn .Content .main article h3.subHead,.main article .ContentWrapperZn .ContentZn .Content h3.subHead{font:16px "Source Sans Pro",Arial,sans-serif;color:#8CA757;padding:0 0 6px}.ContentWrapperZn .ContentZn .Content p{font:normal 12px "Source Sans Pro";color:#666666}.ContentWrapperZn .ContentZn .Content .ReadMore{float:right;margin:16px 0 0;background:#D1CDC3;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));background:-webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%,#c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);border-radius:2px 2px 2px 2px;-ms-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;-o-box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent;box-shadow:0 -1px 0 rgba(0,0,0,0.08) inset,0 1px 1px 0 rgba(0,0,0,0.11),0 0 0 transparent}.ContentWrapperZn .ContentZn .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px "Source Sans Pro"}.ImageWrapper .RibbonCTL .Triangle:after{border-right:35px solid transparent;border-top:35px solid #FFFFFF;content:" ";display:block;height:0;position:absolute;width:0;top:0;left:0;z-index:99}.ImageWrapper .RibbonCTL .Sign{top:2px;left:2px;position:absolute;z-index:999}.ImageWrapper .RibbonCTL .Sign a{color:#666666}.ImageWrapper .RibbonCTL{opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .RibbonCTL{opacity:1;visibility:visible}.ImageWrapper .RibbonCTR .Triangle:after{border-left:35px solid transparent;border-top:35px solid #FFFFFF;content:" ";display:block;height:0;position:absolute;width:0;top:0;right:0;z-index:99}.ImageWrapper .RibbonCTR .Sign{top:2px;right:2px;position:absolute;z-index:999}.ImageWrapper .RibbonCTR .Sign a{color:#666666}.ImageWrapper .RibbonCTR{opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .RibbonCTR{opacity:1;visibility:visible}.ImageWrapper .RibbonCBL .Triangle:after{border-right:35px solid transparent;border-bottom:35px solid #FFFFFF;content:" ";display:block;height:0;position:absolute;width:0;bottom:0;left:0;z-index:99}.ImageWrapper .RibbonCBL .Sign{bottom:1px;left:1px;position:absolute;z-index:999}.ImageWrapper .RibbonCBL .Sign a{color:#666666}.ImageWrapper .RibbonCBL{opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .RibbonCBL{opacity:1;visibility:visible}.ImageWrapper .RibbonCBR .Triangle:after{border-left:35px solid transparent;border-bottom:35px solid #FFFFFF;content:" ";display:block;height:0;position:absolute;width:0;bottom:0;right:0;z-index:99}.ImageWrapper .RibbonCBR .Sign{bottom:1px;right:1px;position:absolute;z-index:999}.ImageWrapper .RibbonCBR .Sign a{color:#666666}.ImageWrapper .RibbonCBR{opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ImageWrapper:hover .RibbonCBR{opacity:1;visibility:visible}.TBlack{background:none repeat scroll 0 0 rgba(0,0,0,0.8) !important}.TWhite{background:none repeat scroll 0 0 rgba(255,255,255,0.8) !important}html{font-size:62.5%}body{font-family:Arial, sans-serif;line-height:1.4}h1{height:102px;width:102px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 0;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden;position:absolute;left:50%;margin-left:-45px;top:19px;z-index:11}h1 a{display:block;width:100%;height:100%}header{min-height:123px}a:link,a:visited{color:black}a.current,a.section,p.readMore a,a:hover,a:focus{color:#f3971b}footer{height:109px;width:1000px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -543px;background-repeat:no-repeat;background-repeat:repeat-x;position:fixed;bottom:0;width:100%}em{font-style:italic}strong{font-weight:bold}header{margin-top:30px;margin-top:1.875rem;position:relative}header .headerHover{position:absolute;overflow:visible !important;top:36px;left:50%;z-index:10}@media (max-width: 600px){header .headerHover{display:none}}header .headerHover .points{position:absolute;right:-34px;top:29px;display:block;height:3px;width:33px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -530px;background-repeat:no-repeat}header .headerHover div{display:none}header .about.headerHover{margin-left:-128px;height:61px;width:61px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -254px;background-repeat:no-repeat}header .about.headerHover:hover{background-position:0 -325px}header .about.headerHover p{margin-bottom:1em}header .about:hover{color:#000}header .about:hover div{position:absolute;left:-117px;width:100px;display:block}header .address.headerHover{margin-left:77px;height:61px;width:61px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -112px;background-repeat:no-repeat}header .address.headerHover:hover{background-position:0 -183px}header .address.headerHover .points{right:62px;display:block}header .address:hover{color:#000}header .address:hover div{position:absolute;left:90px;width:250px;display:block}header strong{font-weight:700}.wrapper{*zoom:1;max-width:95em;_width:95em;padding-left:1em;padding-right:1em;margin-left:auto;margin-right:auto;position:relative}.wrapper:after{content:"";display:table;clear:both}.container{padding-bottom:50px;padding-bottom:3.125rem}.blockqoute{width:100%;padding:2em 0;border-top:1px solid #b2b2b2;border-bottom:1px solid #b2b2b2;position:relative;line-height:1.3}.blockqoute p{font-family:'Neuton', sans-serif;font-size:20px;font-size:2rem;color:#b2b2b2;text-align:center}.blockqoute div.birds{height:15px;width:150px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -902px;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden;position:absolute;top:-35px;left:17%}@media (max-width: 600px){.blockqoute div.birds{display:none}}nav{position:relative;left:0;margin-bottom:30px;margin-bottom:1.875rem}nav ul#nav li{text-align:left}nav ul#nav li a{font-family:'Roboto Condensed', sans-serif;font-size:14px;font-size:1.4rem;text-decoration:none}ul#mNav{text-align:center;padding:2em 0}ul#mNav li{position:relative;display:inline-block;font-family:'Roboto Condensed', sans-serif;border-right:1px solid #000;line-height:1.4;padding:0 1.5em;font-weight:700}ul#mNav li a{display:inline-block;font-size:15px;font-size:1.5rem;text-decoration:none;text-transform:uppercase}ul#mNav li.last{padding-right:0;border:none}ul#socMedia{position:absolute;right:0;top:0}@media (max-width: 600px){ul#socMedia{display:none}}ul#socMedia li{display:inline-block;margin-right:.5em}ul#socMedia li a{display:inline-block}ul#socMedia li.twitter a{height:20px;width:25px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -782px;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden}ul#socMedia li.twitter a:hover{background-position:0 -812px}ul#socMedia li.vimeo a{height:20px;width:20px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -842px;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden}ul#socMedia li.vimeo a:hover{background-position:0 -872px}ul#socMedia li.facebook a{height:20px;width:20px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -662px;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden}ul#socMedia li.facebook a:hover{background-position:0 -692px}ul#socMedia li.myspace a{height:20px;width:83px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -722px;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden}ul#socMedia li.myspace a:hover{background-position:0 -752px}ul#socMedia li.newsletter a{height:20px;width:25px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -396px;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden}ul#socMedia li.newsletter a:hover{background-position:0 -426px}.main{margin-bottom:14em}.main article.Entries{border-bottom:1px dotted #b2b2b2}.main h2,.main article h3.subHead{font-size:15px;font-size:1.5rem;font-family:'Roboto Condensed', sans-serif;font-weight:700;line-height:1.3}.main h2 a,.main article h3.subHead a{text-decoration:none}.main h2.withoutSubTitle,.main article h3.withoutSubTitle.subHead{margin-bottom:1em}.main article{padding:20px 0;padding:1.25rem 0}.main article h3.subHead{color:#b2b2b2;width:auto;height:auto;margin:20px 0;margin:1.25rem 0}.main article h3.subHead.bgImage{height:8px;width:12px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -512px;background-repeat:no-repeat;background-position:0px -506px;width:auto;height:auto;text-indent:1em}.main article h3.dateformat{font-weight:lighter}.main article a:link,.main article a:visited{color:#f3971b}.main article a:hover,.main article a:focus{color:#b2b2b2}.main article h2 a:link,.main article h3.subHead a:link,.main article a:visited{color:black}.main article h2 a:hover,.main article h3.subHead a:hover,.main article h2 a:focus,.main article h3.subHead a:focus{color:#f3971b}.main article.first{padding-top:0}.main p,.main td,.main figcaption{font-size:12px;font-size:1.2rem;font-family:'Arial', sans-serif;margin-bottom:1em;line-height:1.5}.main .ImageWrapper{box-shadow:none}.main img{max-width:100%;min-width:100%}.main .overview{overflow:hidden}.main .overview ul li{width:22.58065%;float:left;margin-right:3.22581%;display:inline}.main .overview ul li a{text-decoration:none}.main .overview ul li figcaption{font-family:'Roboto Condensed', sans-serif;line-height:1.3}.main .overview ul li .Content{width:100%;height:100%;background-color:#b2b2b2;top:0;padding:0 !important}.main .overview ul li .Content p{padding:.5em;color:#fff}.main .last{margin-right:0 !important}.main .first{clear:both}.main .smallFirst{clear:inherit}.main .first.smallFirst{clear:both}.main .smallLast{margin-right:inherit}.main .readMore a{height:6px;width:5px;background-image:url('/themes/mysite/images/icons-s5bfb5af8b1.png');background-position:0 -496px;background-repeat:no-repeat;font-weight:bold;text-decoration:none;text-indent:1em;display:block;width:auto;height:auto;background-position:0 -490px}.main .readMore a:hover,.main .readMore a:focus{color:#b2b2b2}.col_1{width:66.31579%;float:left;margin-right:1.05263%;display:inline;display:block;margin:0 auto !important;float:none}.col_2_1,aside{width:48.3871%;float:left;margin-right:3.22581%;display:inline}@media (max-width: 600px){.col_2_1,aside{float:none !important;width:100% !important}}.col_2_1 img,aside img{max-width:100%;min-width:100%}.col_2_1 ul li,aside ul li{margin-bottom:1em}.col_2_2,section.content{width:48.3871%;float:right;margin-right:0;*margin-left:-1em;display:inline}@media (max-width: 600px){.col_2_2,section.content{float:none !important;width:100% !important}}.mapbox{width:100%}#Breadcrumbs{color:#b2b2b2;padding:1em 0}#Breadcrumbs a{color:#b2b2b2;text-decoration:none}#Breadcrumbs a:hover,#Breadcrumbs a:focus{color:#f3971b}.mapbox{height:400px;width:100%}.mapbox img{min-width:inherit !important;max-width:inherit !important}.mapBoxInfo{max-width:250px}.mapBoxInfo img{width:100% !important;margin-top:1em}.mapBoxInfo a{text-decoration:none;font-size:15px;font-size:1.5rem}.pagination{text-align:center;margin:20px 0;margin:1.25rem 0}.pagination li{display:inline-block;margin:0 .2em;color:#f3971b}.pagination li a{color:#383838;display:inline-block;width:30px;height:30px;text-align:center;line-height:30px;border-radius:0.25em;font-size:14px;font-size:1.4rem;-webkit-transition:background 0.2s, color 0.2s;transition:background 0.2s, color 0.2s;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;text-decoration:none}.pagination li a:hover{background-color:#f3971b;color:#fff}.pagination .active a{background-color:#f3971b;color:#fff}.js-video{height:0;padding-top:25px;padding-bottom:67.5%;margin-bottom:10px;position:relative;overflow:hidden}.js-video.widescreen{padding-bottom:57.25%}.js-video.vimeo{padding-top:0}.js-video embed,.js-video iframe,.js-video object,.js-video video{top:0;left:0;width:100%;height:100%;position:absolute}.PressePage section,.PresentationPage section,.PublicationPage section,.NewsletterHolder section,.CooperationPage section{width:66.31579%;float:left;margin-right:1.05263%;display:inline;display:block;margin:0 auto !important;float:none}.PressePage section table,.PresentationPage section table,.PublicationPage section table,.NewsletterHolder section table,.CooperationPage section table{width:100%}.PressePage section table th,.PresentationPage section table th,.PublicationPage section table th,.NewsletterHolder section table th,.CooperationPage section table th{display:none}.PressePage section table td.date,.PresentationPage section table td.date,.PublicationPage section table td.date,.NewsletterHolder section table td.date,.CooperationPage section table td.date{width:10%;font-weight:bold}.PressePage section table td,.PresentationPage section table td,.PublicationPage section table td,.NewsletterHolder section table td,.CooperationPage section table td{padding-bottom:.25em;vertical-align:top}.PressePage section table td.text,.PresentationPage section table td.text,.PublicationPage section table td.text,.NewsletterHolder section table td.text,.CooperationPage section table td.text{display:block;width:auto;height:auto}.PressePage section table td.place,.PresentationPage section table td.place,.PublicationPage section table td.place,.NewsletterHolder section table td.place,.CooperationPage section table td.place{width:20%}.PressePage section table a,.PresentationPage section table a,.PublicationPage section table a,.NewsletterHolder section table a,.CooperationPage section table a{text-decoration:none}.CooperationPage .main h3{font-size:13px;font-size:1.3rem;font-family:'Roboto Condensed', sans-serif;font-weight:700;line-height:1.3;margin-bottom:.5em}.CooperationPage .main h3 a{text-decoration:none}.CooperationPage .main ul{margin-bottom:20px;margin-bottom:1.25rem}.CooperationPage .main li{font-size:12px;font-size:1.2rem;margin-bottom:10px;margin-bottom:0.625rem}.NewsletterHolder #mc_embed_signup{margin-top:20px;margin-top:1.25rem;line-height:1.6}@media only screen and (max-width: 500px){h1{right:1em;left:auto}.main .overview ul li{width:100%;float:left;margin-right:14.28571%;display:inline;margin-bottom:2em}.main p,.main td,.main figcaption{font-size:14px !important;font-size:1.4rem !important}.place{display:none}}@media only screen and (max-width: 600px){ul#mNav li{display:block;border:none;line-height:2}nav ul#nav li a{font-size:18px;font-size:1.8rem}}@media only screen and (min-width: 501px) and (max-width: 700px){.main .overview ul li{width:46.66667%;float:left;margin-right:6.66667%;display:inline}.main .overview .last{margin-right:inherit !important}.main .overview .first{clear:inherit}.main .overview .smallFirst{margin-left:0;clear:both}.main .overview .smallLast{margin-right:0 !important}}@media only screen and (max-width: 700px){.PressePage section,.PresentationPage section,.PublicationPage section,.CooperationPage section,.col_1{width:100%}.PressePage section table td.date,.PresentationPage section table td.date,.PublicationPage section table td.date{width:auto;min-width:40px;padding-right:4%}}@media only screen and (max-width: 800px){.main article.first{border-top:1px dotted #b2b2b2;padding:20px 0;padding:1.25rem 0}}@media only screen and (min-width: 659px) and (max-width: 806px){ul#mNav li{padding:0 .8em}ul#mNav li a{font-size:13px;font-size:1.3rem}}@media only screen and (max-height: 450px){footer{display:none}}@media print{*{background:transparent !important;color:#444 !important;text-shadow:none !important}a,a:visited{color:#444 !important;text-decoration:underline}a:after{content:" (" attr(href) ")"}abbr:after{content:" (" attr(title) ")"}.ir a:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}@page{margin:0.5cm}p,h2,.main article h3.subHead,h3{orphans:3;widows:3}h2,.main article h3.subHead,h3{page-break-after:avoid}}


