/*
    __         _       __    __  __      __
   / /_  _____(_)___ _/ /_  / /_/ /___ _/ /_  _____
  / __ \/ ___/ / __ `/ __ \/ __/ / __ `/ __ \/ ___/
 / /_/ / /  / / /_/ / / / / /_/ / /_/ / /_/ (__  )
/_.___/_/  /_/\__, /_/ /_/\__/_/\__,_/_.___/____/
             /____/      Smart online solutions.

http://www.brightlabs.com.au
info@brightlabs.com.au

*
*	Project:	Project Title
*	Date:		Date
*	Author: 	Author
*
*	Sections
*	=Header
*		=Brand
*		=Search
*	=Menu
*	=Hero
*	=Content
*		=Primary
*			=Primary Inner
*			=Listings
*		=Secondary
*	=Footer
*
*	Section IDs
*	xxxxx - Section Title
*
*	Colour Palette
*	#ff0000 - Red
*
*
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 10px;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
/* ------------------------------------------------------- */

html { font-size: 16px; }
	body {
		color: #000;
		font: 62.5%  Helvetica, arial, Geneva, sans-serif;
	}
		#wrapper {
			background: white;
			margin: 0 auto;
			overflow: hidden;
			width: 960px;
			min-height: 950px;
			position: relative;
			z-index: 10;
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
		}
				#header { background-color: #fff; position: relative; overflow: visible; z-index: 10000;}
					#brand {
						padding: 35px 0 5px 20px
					}
					#brand a {
						background: url(/images/sprites/global.png) no-repeat 0 0;
						display: block;
						height: 82px;
						width: 220px;
					}
				#menu {}
				#hero {}
				#content { overflow: hidden; }
					#primary {
						float: right;
						width: 700px;
					}
					#secondary {
						float: left;
						width: 200px;
					}
					.full-width {
						width: 100% !important;
						float: none !important;
					}
				#footer {
					background-color: #ddeff1;
				}
					#footer-inner {
						background: #004b8a;
						width: 920px;
						margin: 0 auto;
					}
/* =Header
--------------------------------------------------------- */

/*Decoration*/

#header {
}

#header-decoration {
	background: url(/images/backgrounds/big-bg.png) #ddeff1 no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 100%;
	z-index: 1;
}

#bg-shadow {
	background: url(/images/backgrounds/bg-shadow.png) no-repeat center top;
	display: block;
	position: absolute;
	top: -225px;
	left: 0;
	width: 100%;
	height: 625px;
	z-index: 2;
}

/*UI Controls*/
#usability-controls {
	width: 190px;
	height: 50px;
	position: absolute;
	/*top: 30px;*/
	top: 55px;
	right: 370px;
}
#usability-controls ul { overflow: hidden; }
#usability-controls ul li {
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 8px;
}

	#text-resize,
	#print {
		height: 35px;
		width: 35px;
		margin-top: 5px;
		background: url(/images/sprites/global.png) no-repeat 0 0;
	}

	#text-resize { background-position: -100px -150px; }
	#text-resize:hover,
	#text-resize:focus { background-position: -100px -300px; }

	#print { background-position: -200px -150px; }
	#print:hover,
	#print:focus { background-position: -200px -300px; }

	#toggle-contrast {
		background: url(/images/sprites/global.png) no-repeat 60px -146px;
		color: #004b8a;
		padding: 15px 43px 15px 0;
		font-size: 14px;
	}

	#toggle-contrast:hover,
	#toggle-contrast:focus {
		background: url(/images/sprites/global.png) no-repeat 60px -296px;
	}

	#search {
		border: 1px solid #004696;
		width: 185px;
		height: 33px;
		position: absolute;
		/*top: 33px;*/
		top: 55px;
		right: 183px;
		border-radius: 5px;
	}

	#search p label {
		position: absolute;
		top: 8px;
		left: 9px;
		font-size: 14px;
		color: #333333;
	}

	#search p input {
		border: 0;
		background: none;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		width: 140px;
		padding: 0 0 0 9px;
	}

	#search p button {
		background: url(/images/sprites/global.png) no-repeat -300px -150px;
		position: absolute;
		display: block;
		height: 23px;
		width: 23px;
		border: 0;
		top: 5px;
		right: 8px;
		cursor: pointer;
	}

/* =Menu
--------------------------------------------------------- */

#suckerfish2 {
	background-color: #004696;
	height: 56px;
	margin:	0 0 0 63px;
	overflow: hidden;
	width: 897px;
	z-index: 1000;
	font-family: "nimbus-sans",Helvetica,Arial,sans-serif;
}


	/*---LEVEL 1 MENU---*/
	#suckerfish2 > li {
		float: left;
		background: url('/images/sprites/global.png') no-repeat 0 -333px #004696;
	}
		#suckerfish2 > li > a {
			color: #fff;
			display: block;
			font-size: 20px;
			font-style: normal;
			font-weight: 700;
			height: 56px;
			line-height: 56px;
			text-align: center;
			text-decoration: none;
			font-family: "nimbus-sans",Helvetica,Arial,sans-serif;
		}

		#suckerfish2 > li:hover > a,
		#suckerfish2 > li > a:focus { background: url('/images/arrows/menu-arrow.png') no-repeat center 0; }

	/*ITEMS*/

	/*HOME using fontawesome icon*/
	#suckerfish2 > li.suckerfish_level1.suckerfish_item0 > a {
		display: none;
	}
		#main-navigation .fa-home {
			color: #fff;
			font-size: 28px;
			width: 63px;
			float: left;
			text-align: center;
			line-height: 56px;
			height: 56px;
			background-color: #004696;
		}


	/*ABOUT US*/
	.suckerfish_level1.suckerfish_item1 > a {
		width: 106px;
	}

	/*PATIENTS*/
	.suckerfish_level1.suckerfish_item2 > a {
		width: 95px;
	}

	/*HEALTH PROFESSIONALS*/
	.suckerfish_level1.suckerfish_item3 > a {
		width: 212px;
	}

	/*RESEARCH*/
	.suckerfish_level1.suckerfish_item4 > a {
		width: 107px;
	}

	/*CAREERS*/
	.suckerfish_level1.suckerfish_item5 > a {
		width: 93px;
	}

	/*NEWS & EVENTS*/
	.suckerfish_level1.suckerfish_item6 > a {
		width: 157px;
	}

	/*CONTACT US*/
	.suckerfish_level1.suckerfish_item7 > a {
		width: 126px;
	}

	.suckerfish_level1.suckerfish_item8, .suckerfish_level1.suckerfish_item9, .suckerfish_level1.suckerfish_item10, 
	.suckerfish_level1.suckerfish_item11, .suckerfish_level1.suckerfish_item12 { display: none; }


		/*----DROP DOWN (LEVEL 2)----*/

		/*----HIDE----*/
		#suckerfish2 li ul {
			font-size: 14px;
			left: -9999px;
			line-height: 18px;
			margin: 0;
			position: absolute;
			width: 200px;
			z-index: 10000;
			display: none;
		}

		/*----ACTIVATE----*/
		#suckerfish2 li:hover ul {
			left: auto;
			position: absolute;
			z-index: 100000;
			background-color: #004696;
			width: 240px;
			box-shadow: 2px 2px 2px rgba(0,0,0,.3);
			-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
			-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
			display: block;
		}

		#suckerfish2 li.suckerfish_item7:hover ul {
			right: 0;
		}

					#suckerfish2 li ul li a {
						color: #ffffff;
						border-bottom: 1px solid transparent;
						border-top: 1px solid transparent;
						height: auto;
						padding: 10px 15px;
						text-decoration: none;
						text-shadow: 1px 1px 1px rgba(0,0,0,.5);
						display: block;
					}

					#suckerfish2 li ul li:hover a {
						background-color: #00aa5d;
					}


/* =Hero
--------------------------------------------------------- */

#secondlvl-feature {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 155px;
}

#secondlvl-feature img {
	float: right;
}
#secondlvl-feature p {
	position: absolute;
	left: 20px;
	top: 60px;
	font-size: 30px;
	text-transform: uppercase;
	width: 300px;
	line-height: 30px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	z-index: 5;
}

	.section-106625 #secondlvl-feature p { top: 47px; }


	/* NEWS FEATURE */

	.news-event-image small {
		padding: 10px;
		display: block;
	}

	.news-event-image img {
		float: none !important;
	}

	.news-event-image #secondlvl-feature-mask {
		background: url(/images/backgrounds/secondlvl-feature-mask.png) no-repeat -150px 0px;
	}


/* =Content
--------------------------------------------------------- */
#content {
	 background: white;
	 padding: 20px 20px 40px 20px;
	 overflow: hidden;
	 	-webkit-transition: background-color 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
}


	/* =Primary
	----------------------------------------------------- */
	#primary {
		font-size: 12px;
		line-height: 20px;
	}

	/* Breadcrumbs */
	#breadcrumbs {
		overflow: hidden;
		margin-left: 0;
		margin: 13px 0 16px 0;
	}
	#breadcrumbs li {
		background: url(/images/icons/breadcrumb-pointer.png) no-repeat 0 center;
		color: #666666;
		list-style-type: none;
		float: left;
		padding-left: 15px;
		margin-left: 10px;
	}
	#breadcrumbs li:first-child {
		background: none;
		padding-left: 0;
		margin-left: 0;
	}
	#breadcrumbs li a {
		color: #004b8a;
		text-decoration: none;
	}

	#breadcrumbs li a:hover,
	#breadcrumbs li a:focus { text-decoration: underline; }


		/* =Primary Inner
		------------------------------------------------- */
			/* @group Style Guide */
			.formatted { color: #333333; }
			.formatted a { color: #004b8a; }
			.formatted a:visited {}
			.formatted a:hover,
			.formatted a:focus { text-decoration: none; }
			.formatted a:active {}
			/* .formatted a[href^="/page/"] {} /* internal */
			/* .formatted a[href^="http://"] {} /* external */
			/* .formatted a[href^="#"] {} /* anchor */
			.formatted abbr,
			.formatted acronym { letter-spacing: 1px }
			.formatted blockquote {
				font-style: italic;
				margin: 20px
			}
			/*
			.formatted blockquote p:before { content: open-quote; }
			.formatted blockquote p:after { content: close-quote; }
			*/
			.formatted code,
			.formatted p code { font-family: "Lucida Console", Monaco, monospace; white-space: pre; }
			.formatted em { font-style: italic; }
			.formatted hr {
				background-color: #4179a8;
				border:	0;
				color: #000;
				height: 1px;
				margin-bottom: 19px;
			}
			.formatted small {}
			.formatted strike { text-decoration: line-through; }
			.formatted strong { font-weight: bold; }
			.formatted em strong { font-style: italic; }
			.formatted h1 {
				font-size: 28px;
				font-weight: bold;
				line-height: 40px;
				margin-bottom: 10px;
				color: #004b8a;
			}
			.formatted h2 {
				font-size: 24px;
				font-weight: bold;
				line-height: 40px;
				margin-bottom: 20px;
				color: #004b8a;
			}
			.formatted h3 {
				color: #004b8a;
				font-size: 18px;
				font-weight: bold;
				line-height: 24px;
				margin-bottom: 20px;
			}
			.formatted h4 {
				color: #004b8a;
				font-size: 16px;
				font-weight: bold;
				line-height: 24px;
				margin-bottom: 20px;
			}
			.formatted h5,
			.formatted h6 {
				font-size: 16px;
				line-height: 24px;
				margin-bottom: 20px;
				font-weight: bold;
			}
			.formatted p {
				margin-bottom: 20px;
				font-size: 14px;
				line-height: 24px;
			}
			.formatted ul,
			.formatted ol { margin: 0 0 20px 30px; font-size: 14px; line-height: 24px; }
				.formatted ol > li { list-style: decimal; }
					.formatted ol ol > li { list-style: lower-alpha; }
						.formatted ol ol ol > li { list-style: lower-roman; }
				.formatted ul > li { list-style: disc; }
					.formatted ul ul > li {	list-style: circle; }
						.formatted ul ul ul > li { list-style: square; }
					.formatted ul ul,
					.formatted ul ol,
					.formatted ol ol,
					.formatted ol ul { margin-bottom: 0; }

			.formatted table td {
				vertical-align: top;
			}

			.formatted table.border-table, .formatted table.border-table td{
				border: 1px solid #333333;
			}

		/* @end */
		/* =Listings
		------------------------------------------------- */
		/* @group Default Listing */

		#basic-listing { margin-left: 0; }
		#basic-listing li {
			list-style-type: none;

		}
		#basic-listing li a {
			background: #fff url(/images/sprites/listing-arrows.png) no-repeat 636px center;
			display: block;
			text-decoration: none;
			padding: 20px 90px 20px 20px;
			margin-bottom: 20px;
			overflow: hidden;
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
			border: solid 2px #ddeff1;

		}
		#basic-listing li a p {
			color: #333333;
		}

		#basic-listing li a:hover,
		#basic-listing li a:focus {
			background: #ddeff1 url(/images/sprites/listing-arrows.png) no-repeat -164px center;
			border: solid 2px #ddeff1;
		}


		/* @end */

		/* @group News Listing */

		.news-with-img,
		#basic-listing img {
			float: left;
		}
		#basic-listing img {
			border: 1px solid #ddeff1;
			padding: 5px;
		}

		#basic-listing li small {
			display: block;
			margin: 0 0 10px 0;
		}

		.news-with-img {
			width: 440px;
			margin-left: 20px;
		}

		/* @end News listing */

		/* @group Search Listing */
		#search-results { margin-left: 0; }
		#search-results li {
			list-style-type: none;
			border-top: 1px dotted #cccccc;
		}
		#search-results li:first-child {
			border-top: 0;
		}
		#search-results a {
			display: block;
			text-decoration: none;
			padding: 20px;
		}

		#search-results a:hover,
		#search-results a:focus {
			background: #ddeff1;
		}

		#search-results a p {
			color: #333333;
		}

		.contrast #search-results li {
			border-color: #333333;
		}

		.contrast #search-results a p {
			color: #ffffff;
		}

		.contrast #search-results a:hover,
		.contrast #search-results a:focus {
			background: #1d1d1d;
		}

		/* @end Document Listing */

		#document-listing { margin-left: 0; }
		#document-listing li {
			list-style-type: none;
			margin-bottom: 20px;
			position: relative;
		}

		#document-listing li a {
			border: 2px solid #ddeff1;
			display: block;
			text-decoration: none;
			background: #ddeff1;
			padding: 20px 20px 20px 90px;
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
		}

		#document-listing li a:hover,
		#document-listing li a:focus {
			background: #fff;
			border: solid 2px #ddeff1;
		}

		#document-listing li a h3 {
			margin-bottom: 5px;
		}
		#document-listing li a p {
			color: #333333;
			font-size: 12px;
			margin-bottom: 0;
		}

		.document-icon {
			display: block;
			border: 2px solid #ddeff1;
			background: #fff url(/images/icons/default-document.png) no-repeat 11px center;
 			width: 50px;
			height: 50px;
			position: absolute;
			top: 20px;
			left: 20px;
		}

		span.greek { background: #ffffff url(/images/sprites/flags.png) no-repeat center 12px !important; }
		span.china { background: #ffffff url(/images/sprites/flags.png) no-repeat center -35px !important; }
		span.china-t { background: #ffffff url(/images/sprites/flags.png) no-repeat center -35px !important; }
		span.italy { background: #ffffff url(/images/sprites/flags.png) no-repeat center -83px !important; }
		span.vietnam { background: #ffffff url(/images/sprites/flags.png) no-repeat center -131px !important; }
		span.spain { background: #ffffff url(/images/sprites/flags.png) no-repeat center -179px !important; }
		span.turkey { background: #ffffff url(/images/sprites/flags.png) no-repeat center -227px !important; }
		span.uae { background: #ffffff url(/images/sprites/flags.png) no-repeat center -275px !important; }
		span.macedonia { background: #ffffff url(/images/sprites/flags.png) no-repeat center -323px !important; }
		span.Russia { background: #ffffff url(/images/sprites/flags.png) no-repeat center -371px !important; }


		/* @end Document Listing */

	/* =Secondary
	----------------------------------------------------- */
	#secondary {
		font-size: 12px;
		line-height: 20px;
	}

	#in-section {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		padding: 15px;
		border: 1px solid #004696;
		background: #004696;
	}

	#ctoc2 > li > a {
		background: #ffffff url(/images/sprites/ctoc-arrows.png) no-repeat 173px center;
		display: block;
		padding: 15px 40px 15px 15px;
		text-decoration: none;
		font-size: 14px;
		color: #004b8a;
		border-left: 1px solid #ddeff1;
		border-right: 1px solid #ddeff1;
		border-bottom: 1px solid #ddeff1;
		-webkit-transition: background-color 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	#ctoc2 > li > a:hover,
	#ctoc2 > li > a:focus {
		background: #ddeff1 url(/images/sprites/ctoc-arrows.png) no-repeat -227px center;
	}

	#ctoc2 > li > ul {
		background: #fff;
		padding: 0px 15px;
		border-left: 1px solid #ddeff1;
		border-right: 1px solid #ddeff1;
		border-bottom: 1px solid #ddeff1;
	}

	#ctoc2 > li > ul > li > a {
		display: block;
		padding: 10px 0;
		margin-left: 15px;
		border-top: 1px dotted #96bad0;
		text-decoration: none;
		color: #004b8a;
	}

		#ctoc2 > li > ul > li:first-child > a {
			border-top: 0;
		}

		#ctoc2 > li.ctoc_level1.ctoc_active > a,
		#ctoc2 > li.ctoc_level1.ctoc_current > a  {
			font-weight: bold !important;
			background: url(/images/sprites/ctoc-arrows.png) no-repeat -227px center !important;
		}
		li.ctoc_level2.ctoc_current a  {
			font-weight: bold !important;
		}

		/* LEVEL 3*/
		#ctoc2 > li > ul > li > ul {
			background: white;
			margin-right: -15px;
			margin-left: 15px;
			padding: 10px;
		}

		#ctoc2 > li > ul > li > ul > li:first-child a {
			border-top: none;
		}
		#ctoc2 > li > ul > li > ul > li a {
			font-weight: normal !important;
			display: block;
			padding: 8px 0;
			border-top: 1px dotted #96bad0;
			text-decoration: none;
			color: #004b8a;
		}

		#ctoc2 > li > ul > li > ul > li.ctoc_current a {
			font-weight: bold !important;
		}

		#ctoc2 .node_284672 > .ctoc_level1 {
			display: none;
		}

/* NEWS & EVENTS */

#news-event-info {
	border-bottom: 4px solid #00aa5d;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	overflow: hidden;
}

#news-event-info li {
	list-style-type: none;
	color: #8a8a8a;
	float: left;
}

/* =Contact
--------------------------------------------------------- */
.contact-details {
	background: #ddeff1;
	border: 1px solid #ddeff1;
	width: 178px;
	float: left;
	margin-left: 20px;
	padding: 20px;
	min-height: 500px;
}

	.large .contact-details {
		min-height: 550px;
	}

.contact-details dl { overflow: hidden; margin-bottom: 20px; }

.contact-details dl dt,
.contact-details dl dd {
	float: left;
	font-size: 14px;
}

.contact-details dl dt {
	font-weight: bold;
	width: 60px;
}

.contact-details dl dd {
	width: 115px;
}

.contact-details h5,
.contact-details p {
	margin-bottom: 5px;
}

.contact-details ul {
	margin-left: 0;
	padding-top: 10px;
}

.contact-details ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.emergency-details {
	margin-left: 0;
}

.contact-details img {
	margin: -20px -20px 20px -20px;
}

.outpatients-contact ul {
	margin-left: 0;
}

.outpatients-contact ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.outpatients-contact ul li a span {
	width: 148px !important;
	text-align: center;
}

/* CONTACT TABS */

#tabs {
	clear: both;
	padding-top: 40px;
}

.contact-maps {
	padding-top: 0px !important;
}

.ui-tabs-hide { display: none; }
ul.ui-tabs-nav {
	overflow: hidden;
	margin: 0 0 0 0;

}
ul.ui-tabs-nav li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}

ul.ui-tabs-nav li:first-child {
	margin-left: 0;
}

ul.ui-tabs-nav li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 20px;
	background: #fff;
	color: #004b8a;
	border-top: 2px solid #ddeff1;
	border-left: 2px solid #ddeff1;
	border-right: 2px solid #ddeff1;
}

ul.ui-tabs-nav li a:hover,
ul.ui-tabs-nav li a:focus {
	background: #004b8a;
	color: #fff;
	border-top: 2px solid #004b8a;
	border-left: 2px solid #004b8a;
	border-right: 2px solid #004b8a;
}

ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #ddeff1;
	color: #004b8a;
	border-top: 2px solid #ddeff1;
	border-left: 2px solid #ddeff1;
	border-right: 2px solid #ddeff1;
}

.tab-contents {
	border: 1px solid #ddeff1;
	background: #ddeff1;
	padding: 20px;
	margin-bottom: 20px;
}

/*Maps*/

#map-0,
#map-1,
#map-2,
#map-3 {
	height: 350px;
	border: 1px solid #ddeff1;
	margin-bottom: 20px;
}

/* Location Details */

.location-details ul {
	overflow: hidden;
	margin-left: 0;
	padding: 15px;
	background: #ffffff;
	/*border: 1px solid #ddeff1;*/
}

.location-details div.contents{
	padding: 15px 15px 5px;
	background: #ffffff;
}

.location-details ul li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
}

	.location-details ul li:first-child {
		margin-left: 0;
	}

.location-details ul li {
	width: 270px;
}
.location-details ul li+li {
	width: 335px;
}

.location-details ul li p {
	overflow: hidden;
}

.location-details ul li p span {
	float: left;
	display: inline-block;
}

span.direction-title {
	font-weight: bold;
	width: 90px;
}

span.direction-description {
	width: 245px;
}

/* CMS FORMS */

.field_contain {
	margin-bottom: 5px;
}
.field_contain input[type="text"],
.field_contain input[type="password"],
.field_contain textarea {
	border: 1px solid #848a8b;
	width: 370px;
	padding: 8px 5px;
	font-family: Arial;
}

.field_input input[name="security_code"] {
	border: 1px solid #848a8b;
	padding: 8px 5px;
	font-family: Arial;
	margin-top: 10px;
	margin-right: 10px;
	width: 108px;
}

.field_contain label,
.field_name {
	font-weight: bold;
}

.field_contain select {
	width: 180px;
	margin-bottom: 10px;
}

.field_contain textarea {
	min-height: 50px;
}

/* =Footer
--------------------------------------------------------- */
#footer-inner {
	padding: 20px;
}
#footer-inner ul { overflow: hidden; }
#footer-inner ul li {
	float: left;
	margin-left: 10px;
	font-size: 12px;
	color: white;
}
#footer-inner ul li:first-child { margin-left: 0px; }

#footer-inner ul li a {
	color: white;
}

#footer-inner ul li#brightlabs {
	float: right;
}

/* =Miscellaneous
--------------------------------------------------------- */

.main-btn {
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	display: inline-block;
	cursor: pointer;
	font-size: 14px !important;
	line-height: 14px;
	text-decoration: none;
	color: #ffffff !important;
	width: auto !important;
	padding: 0 0 0 5px !important;
}

.main-btn span {
	display: inline-block;
	padding: 0px 15px 0px 10px !important;
	line-height: 29px;
	width: auto !important;
}

	.basic-btn { 
		background-color: #00aa5d;
		line-height: 16px;
		padding: 7px 15px !important;
		color: #fff;
		text-decoration: none;
	}


	.basic-btn:hover,
	.basic-btn:focus { background-color: #333333; }

	/*CONTRAST*/
	.contrast .basic-btn {
		color: #333333 !important;
		background-color: #ffdc00;
	}
	.contrast .basic-btn span { background: url(/images/sprites/main-button.png) no-repeat right -250px; }

	.contrast .basic-btn:hover,
	.contrast .basic-btn:focus {
		color: #fff !important;
		background-color: #000;
	}
	.contrast .basic-btn:hover span,
	.contrast .basic-btn:focus span { background: url(/images/sprites/main-button.png) no-repeat right -350px; }


.wai {
	height: 1px;
	left: -9999px;
	position: absolute;
	width: 1px;
}

/* @group Sitemap */

#sitemap2 {
	background: #ddeff1;
	border: 1px solid #ddeff1;
	margin-left: 0;
	padding: 20px;
}

#sitemap2 li {
	list-style-type: none;
}

#sitemap2 a { text-decoration: none; }
#sitemap2 a:hover,
#sitemap2 a:focus { text-decoration: underline; }

#sitemap2 > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddeff1;
}

#sitemap2 > li > a {
	background: url(/images/icons/sitemap-category.png) no-repeat 0 center;
	font-weight: bold;
	padding-left: 25px;
}

#sitemap2 > li > ul > li a {
	background: url(/images/icons/sitemap-item.png) no-repeat 0 center;
	padding-left: 20px;
}

/* @end Sitemap */


/* =CONTRAST STYLES
--------------------------------------------------------- */
body.contrast {
	background-color: #313131;
}

.contrast #wrapper,
.contrast #content {
	background: black;
}

.contrast #footer {
	background: #000;
}

.contrast .formatted hr {
	background-color: #5d5929;
}

.contrast .formatted p,
.contrast .formatted ul,
.contrast .formatted ol,
.contrast .formatted dl,
.contrast .formatted h5,
.contrast .formatted h6 { color: white; }

.contrast .formatted a,
.contrast .formatted h1,
.contrast .formatted h2,
.contrast .formatted h3,
.contrast .formatted h4,
.contrast #breadcrumbs li a { color: #fff14b; }

.contrast #in-section {
	color: #fff14b;
	background: #313131;
	background: -moz-linear-gradient(top, #313131 0%, #1b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(100%,#1b1b1b));
	background: -webkit-linear-gradient(top, #313131 0%,#1b1b1b 100%);
	background: -o-linear-gradient(top, #313131 0%,#1b1b1b 100%);
	background: -ms-linear-gradient(top, #313131 0%,#1b1b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#1b1b1b',GradientType=0 );
	background: linear-gradient(top, #313131 0%,#1b1b1b 100%);
	border: 1px solid #313131;
}

.contrast #ctoc2 > li > a {
	color: #fff14b;
	background-color: transparent;
	border-left: 1px solid #313131;
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
}

	.contrast #ctoc2 > li > ul {
		background: #1b1b1b;
		border-left: 1px solid #313131;
		border-right: 1px solid #313131;
		border-bottom: 1px solid #313131;
	}

	.contrast #ctoc2 > li > ul > li > a {
		border-top: 1px dotted #313131;
		color: #fff14b;
	}

	.contrast #ctoc2 > li > ul > li:first-child > a {
		border-top: none;
	}

	/*Basic Listing*/

		.contrast #basic-listing li a {
			background: #1b1b1b url(/images/sprites/listing-arrows.png) no-repeat -165px center;
			border: 1px solid #333;
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;

		}
		.contrast #basic-listing li a p {
			color: #fff;
		}

		.contrast #basic-listing li a:hover,
		.contrast #basic-listing li a:focus {
			background: #333333 url(/images/sprites/listing-arrows.png) no-repeat -965px center;
		}

	/*Document Listing*/

	.contrast #document-listing li a {
			background: #1b1b1b;
			border: 1px solid #333;
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
	}

		.contrast #document-listing li a p {
			color: #fff;
		}

		.contrast #document-listing li a:hover,
		.contrast #document-listing li a:focus {
			background: #333333;
		}

	/*Contact Page*/
	.contrast .contact-details {
		background: #000 !important;
		border: 1px solid #333;
	}


	.contrast ul.ui-tabs-nav li a {
		background: #000;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
	}

	.contrast ul.ui-tabs-nav li a:hover,
	.contrast ul.ui-tabs-nav li a:focus {
		background: #333;
	}

	.contrast ul.ui-tabs-nav li.ui-tabs-selected a {
		background: #fff14b;
		color: #000;
	}

	.contrast .tab-contents {
		background: #313131;
		border: 1px solid #333333;
	}

	.contrast .location-details ul {
		background: #000;
		border: 1px solid #333;
	}


/* TEXT RESIZE */
.large h1,
.large h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 28px;
}
.large h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 25px;
}
.large h4,
.large h5,
.large h6 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}
.large p,
.large ul,
.large ol { font-size: 18px; line-height: 28px;}

.error-message {
	color: #c00;
}


/* 150th Anniversary Timeline Section */

#timeline-container{
	overflow: auto;
	padding: 60px 0 30px;
}

	#timeline-listing-prev {
		float: left;
		margin: 10px 10px 0 0;
		visibility: hidden;
		width: 140px;
		cursor: pointer;
	}

	#timeline-listing {
		float: left;
		margin: 0;
		width: 620px;
	}

	#timeline-listing-next {
		float: right;
		margin: 10px 0 0 10px;
		visibility: hidden;
		width: 140px;
		cursor: pointer;
	}

	#timeline-listing-next .date, #timeline-listing-prev .date{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 14px;
		color: #666;
	}

	#timeline-listing-next:hover .date, #timeline-listing-prev:hover .date,
	#timeline-listing-next:focus .date, #timeline-listing-prev:focus .date{ color: #004B8A; }

	#timeline-listing-next .title, #timeline-listing-prev .title {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
		color: #666;
	}
	#timeline-listing-next { text-align: right; }

	#timeline-listing-next:hover, #timeline-listing-prev:hover,
	#timeline-listing-next:hover .title, #timeline-listing-prev:hover .title,
	#timeline-listing-next:focus, #timeline-listing-prev:focus,
	#timeline-listing-next:focus .title, #timeline-listing-prev:focus .title { color: #004B8A; }

	#timeline-listing-prev .arrow{
		background: url('/images/arrows/big-arrow.png') no-repeat 0 -66px;
		width: 44px;
		height: 66px;
		display: block;
		text-indent: -9999px;
		margin-bottom: 28px;
	}
	#timeline-listing-prev:hover .arrow,
	#timeline-listing-prev:focus .arrow{ background-position: 0 0; }

	#timeline-listing-next .arrow{
		background: url('/images/arrows/big-arrow.png') no-repeat -44px -66px;
		width: 44px;
		height: 66px;
		text-align: left;
		text-indent: -9999px;
		margin: 0 0 28px 96px;
	}
	#timeline-listing-next:hover .arrow,
	#timeline-listing-next:focus .arrow{ background-position: -44px 0; }


	#timeline-listing li{
		list-style: none;
		float: left;
		height: 350px;
		width: 620px;
	}
    #timeline-listing li img{
        float: left;
    }

    #timeline-listing h2{
        margin: 0 0 0 280px;
        line-height: 34px;
    }
    #timeline-listing p{
        margin-left: 280px;
    }
    #gallery {
        margin: 0px 0px 0px 0px !important;
        width: 720px;
    }
    #gallery li {
        display: inline;
        list-style-type: none !important;
        padding-right: 20px;
        float: left;
        list-style-type: none;
        position: relative;
        margin-bottom: 20px;
    }
    .image-title {
        margin-top: 8px;
    }
    .image-title a {
        text-decoration: none;

    }
    .title a {
        text-decoration: none;
    }
    div.overlay,
    a.overlay {
        background: url('/images/backgrounds/overlay.png');
        display: block;
        height: 160px;
        position: absolute;
        top: 0;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        display: none;
    }
    #gallery li > a > img:focus + .overlay,
    #gallery li > a:focus > .overlay,
    #gallery li:hover .overlay {
        display: block;
    }
    #gallery .image-hover-title {
        font-size: 18px;
        font-weight: bold;
        padding: 30px 20px 10px 20px;
        margin-bottom: 0px;
        width: 180px;
        height: 18px;
        overflow: hidden;
    }
    #gallery .image-hover-caption {
        margin-top: 0px;
        margin: 0 0 0 0;
        font-size: 11px;
        line-height: 18px;
        overflow: hidden;
        padding: 0px 20px 10px 20px;
    }
    .album {
        width: 220px;
    }
    .album-picture {
        position: relative;
    }
    .album-overlay {
        position: absolute;
        top: 122px;
        right: 20px;
    }
    #gallery .overlay-content {
        width: 210px;
        height: 135px;
        overflow: hidden;
    }

	#gallery .title {
		overflow: hidden;
		font-size: 13px;
		height: 50px;
		margin-bottom: 0px;
		margin-top: 8px;
    }


	/* Z-INDEX */
 .jq-formError { z-index: 990; }
    .jq-formError .formErrorContent { z-index: 991; }
    .jq-formError .formErrorArrow { z-index: 996; }

    .ui-dialog .jq-formError { z-index: 5000; }
    .ui-dialog .jq-formError .formErrorContent { z-index: 5001; }
    .ui-dialog .jq-formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.jq-formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.jq-formError .formErrorContent {
	width: 100%;
	background: #faeeee;
	position:relative;
	color: #000;
	width: 150px;
	font-size: 11px;
	border: 2px solid #f4b6b6;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.jq-formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .jq-formError .formErrorArrow,
body.rtl .jq-formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.jq-formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.jq-formError .formErrorArrow div {
	border-left: 2px solid #f4b6b6;
	border-right: 2px solid #f4b6b6;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #faeeee;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.jq-formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.jq-formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.jq-formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.jq-formError .formErrorArrow .line8 {
	width: 11px;
}

.jq-formError .formErrorArrow .line7 {
	width: 9px;
}

.jq-formError .formErrorArrow .line6 {
	width: 7px;
}

.jq-formError .formErrorArrow .line5 {
	width: 5px;
}

.jq-formError .formErrorArrow .line4 {
	width: 3px;
}

.jq-formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #f4b6b6;
	border-right: 2px solid #f4b6b6;
	border-bottom: 0 solid #f4b6b6;
}

.jq-formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #f4b6b6;
}

.jq-formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #f4b6b6;
}


.field_name {
	width: 150px;
	text-align: right;
	font-size: 12px;
	padding: 0px 10px 0px 0px;
	float: left;
	clear: left;
}

.field_input {
	margin-left: 160px;
	margin-bottom: 2px;
	padding: 2px 0px 0px 0px;
}

.field_contain {
	width: 100%;
	overflow: hidden;
}

.supporting {
	clear: both;
	margin-bottom: 12px;
	padding: 2px 0px 0px 160px;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

.formError {
	border: 1px solid red;
}

.form_submit {
	padding-top: 20px;
	padding-left: 160px;
	clear: both;
}

.option_contain {
	clear: right;
	width: 330px;
}

.checkbox_item, .radio_item {
	width: 150px;
	float: left;
}

.clear {
	clear: both;
}

/*Blue button*/

.blue-btn{
	background: #004696;
}

/*==============================================================
Social media sharing buttons style 
================================================================*/
.header__social{
	position: absolute;
	top: 15px;
	right: 20px;
}

.header__social-text{
	font-size: 13px;
    font-weight: bold;
    color: #004696;
    margin-right: 15px;
    display: inline-block;
 	padding: 7px 0;
}	

.header__facebook, .header__twitter,.header__linkedin,.header__youtube,.header__vimeo {
	width: 30px;
	height: 30px;
	display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    text-indent: -9999px;
    background-size:contain!important;
    padding: 0;
}
.header__facebook{
	width: 13px;
	background: url('/images/icons/fb.png') 0 0 no-repeat;
}
.header__twitter{
	width: 28px;
	background: url('/images/icons/twitter.png') 0 0 no-repeat;
}
.header__linkedin{
	background: url('/images/icons/linkedin.png') 0 0 no-repeat;
	width:25px;
	height: 30px;
}
.header__youtube{
	background: url('/images/icons/youtube.png') 0 0 no-repeat;
	width: 35px;
	height: 30px;
}
.header__vimeo{
	background: url('/images/icons/vimeo.png') 0 0 no-repeat;
	width:28px;
}

#twitter-widget-0{
	opacity: 0;
}
.donate-btn{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 55px;
    padding: 8px 27px;
    font-size: 16px;
    color: white;
    background-color: #18a960;
    border: none;
    text-decoration: none;
}
.offleft {position: absolute; left: -9999px;}

/**Accordion style*/

.accordion {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
 }

.accordion__heading {
  transition: background-color ease-in-out 300ms;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "stolzlregular", "Arial", "sans-serif";
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  position: relative;
  background-color: #004696;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }
  .accordion__heading:hover {
    color: #fff; }
  .accordion__heading:after {
    display: block;
    content: ' ';
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    background: url(/images/icons/expanded.svg) center center #004696 no-repeat;
    background-size: contain;
    }
  .accordion__heading.expanded {
    background-color: #004696; }
    .accordion__heading.expanded:after {
    	background: url("/images/icons/minus.svg") center center #004696 no-repeat;
    	background-size: contain;
       }

.accordion__heading-container {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-right: 45px;
  padding-right: 2.8125rem; }

.accordion__body {
  display: none;
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0;
  padding: 25px 30px;
  padding: 1.5625rem 1.875rem;
  overflow: hidden;
  background: #f8f6f7; }
  .accordion__body.expanded {
    margin-bottom: 0; }
  .accordion__heading.expanded + .accordion__body {
    height: auto !important; }
.inner-listing-item-wrapper{
	padding: 15px 0px;
    border-bottom: 1px solid #637aad70;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.inner-listing-item-wrapper:last-child{
	border-bottom: none;
}
.inner-listing-item-wrapper .item-title{
	font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-bottom: 15px;	

}
.inner-listing-item-content{
	display: inline-block;
	width: 85%;
	float: left;

}
.inner-listing-item-resource-type{
	width: 15%;
    float: right;
    text-align: right;
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 100%;

}
.inner-listing-item-resource-type img{
	width: 40px;
	height: 40px;
	position: relative;
}
.media-resource img{
	width: 100px;
	position: relative;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  padding: 0 0.5rem;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  left: 0.5rem;
  right: 8px;
  right: 0.5rem;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  padding: 0 0 1.125rem 0.625rem;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px;
    top: 0.0625rem; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  right: -0.375rem;
  text-align: right;
  padding-right: 6px;
  padding-right: 0.375rem;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  margin-top: -3.4375rem;
  padding: 0;
  width: 90px;
  width: 5.625rem;
  height: 110px;
  height: 6.875rem;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px;
    margin-top: -3.375rem; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-top: 2.1875rem;
    margin-left: 35px;
    margin-left: 2.1875rem;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-top-width: 0.8125rem;
    border-bottom-width: 13px;
    border-bottom-width: 0.8125rem;
    top: 8px;
    top: 0.5rem; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-top-width: 1.3125rem;
    border-bottom-width: 21px;
    border-bottom-width: 1.3125rem;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    border-right: 1.0625rem solid #FFF;
    margin-left: 31px;
    margin-left: 1.9375rem; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    margin-left: 1.5625rem;
    border-right: 27px solid #3F3F3F;
    border-right: 1.6875rem solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    border-left: 1.0625rem solid #FFF;
    margin-left: 39px;
    margin-left: 2.4375rem; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
    border-left: 1.6875rem solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    max-width: 56.25rem; }
  .mfp-iframe-holder .mfp-close {
    top: -40px;
    top: -2.5rem; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
    background: #000; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    top: 2.5rem;
    bottom: 40px;
    bottom: 2.5rem;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  margin-top: -2.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  line-height: 1.125rem;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  padding-right: 2.25rem; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 50rem) and (orientation: landscape), screen and (max-height: 18.75rem) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
    margin-left: 0.3125rem; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    right: 0.3125rem;
    top: 3px;
    top: 0.1875rem; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    width: 2.1875rem;
    height: 35px;
    height: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 56.25rem) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-left: 0.375rem;
    padding-right: 6px;
    padding-right: 0.375rem; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  width: 37.5rem;
  left: 50%;
  margin-left: -300px;
  margin-left: -18.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px;
  padding-top: 2.75rem; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
