/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*body styles*/

body {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* typography.css */

html {
	font-size: 100.01%;
}

body {
	font-size: .75em;
	color: #333;
	background: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color: #000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	line-height: 2em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
}

h5 {
	font-size: .95em;
	font-weight: normal;
}

h6 {
	font-size: .90em;
	font-weight: normal;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin: 0;
}

ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

/* agnsw styles */

#contentblock {
	background-color: #fff;
	color: 333;
	width: 950px;
	padding: 15px;

}

#bannerblock {
	background-color: #000;
	color: white;
	width: 950px;
	padding: 0 15px;
}

.chunk p {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.chunk h2 {
	padding-bottom: 10px;
	margin-bottom: 5px;
}

/*home page col styles*/

.home-col-1 {
	margin-left: -15px
}

.home-col-2 {
	margin-left: 15px
}

.home-col-3 {
	margin-right: -15px
}

/* topnav styles */

.text-logo {
	width: 375px;
	float: left;
	margin-bottom: 15px
}

#topnav ol, ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	right: 0;
	left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#topnav li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

#topnav li a {
	display: block;
	color: #FFF;
	margin-left: -5px;
	padding-left: 5px;
	padding-right: 50px;
	margin-right: 5px;
	text-decoration: none;
}

#topnav   li a:link {
	color: #fff;
	text-decoration: none;
}

#topnav  li a:visited {
	color: #fff;
	text-decoration: none;
}

#topnav  li a:hover {
	background-color: #fe4819;
	margin-left: -5px;
	padding-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#topnav  li a:active {
	background-color: #fe4819;
	text-decoration: none;
}

#topnav .section-highlight {
	background-color: #fe4819;
	margin-left: -5px;
	padding-left: 5px;
	margin-right: 5px;
	display: block;
	text-decoration: none;
}

.col-1 {
	width: 120px;
	float: left
}

.col-2 {
	width: 120px;
	float: left
}

.col-3 {
	width: 120px;
	float: left
}

.col-4 {
	width: 120px;
	float: left
}

.col-5 {
	width: 120px;
	float: left
}

/* subnav */

.subnav-bar {
	width: 100%;
	height: 40px;
	clear: both;
}
.subnav-space {
	width: 100%;
	height: 1px;
	clear: both;
}

.col-subnav {
	width: 735px;
	padding-top: 10px;
	float: left
}

.col-search {
	width: 245px;
	float: right
}

#subnav li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
	font-weight: normal;
}

#subnav li a {
	display: inline;
	color: #FFF;
	text-decoration: none;
}

#subnav   li a:link {
	color: #fff;
	text-decoration: none;
}

#subnav  li a:visited {
	color: #fff;
	text-decoration: none;
}

#subnav  li a:hover {
	color: #fff;
	background-color: #fe4819;
	text-decoration: none;
	padding: 12px 5px 14px;
	margin-left: -5px;
	margin-right: -5px;
}

#subnav  li a:active {
	background-color: #fe4819;
	text-decoration: none;
}

#subnav .sub_section-highlight {
	color: #fff;
	background-color: #fe4819;
	text-decoration: none;
	padding: 12px 5px 14px;
	margin-left: -5px;
	margin-right: -5px;
}

/* breadcrumb link style */

#breadcrumb {
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px
}

/* #breadcrumb a:link {
color: #fff;
text-decoration: none;
}
#breadcrumb a:visited {
  color: #fff;
  text-decoration: none;
}

#breadcrumb a:hover, a:active {
  color: #f00;
} */

.home {
	padding-top: 5px;
}

/* agnsw body link styles */

a:link {
	color: #267cd2;
	text-decoration: none;
}

a:visited {
	color: #267cd2;
	text-decoration: none;
}

a:hover, a:active {
	color: #fe4819;
	background-color: none;
}

/* Footer styles */

#footer {
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 85%;
	color: white;
	clear: both
}

.footer-col-1 {
	width: 255px;
	padding-top: 10px;
	float: left
}

.footer-col-2 {
	width: 245px;
	padding-top: 10px;
	float: left
}

.footer-col-3 {
	width: 240px;
	padding-top: 10px;
	float: left
}

.footer-col-4 {
	width: 240px;
	padding-top: 10px;
	float: left
}

.white {
	color: #fff;
}

#footer a {
	margin-right: 10px;
	margin-left: 10px;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #fe4819;
}

.agnsw-logo {
	float: right;
}

.glamkit-logo {
}

.grey {
	color: #999;
}

.grey-small {
	color: gray;
	font-size: 85%;
}

.white-bg {
	background-color: white;
}

.black-bg {
	background-color: black
}

/* agnsw 2.0 search */

.searchbox-right {
	padding-left: 720px;
}

.search-box p {
	margin: 0;
	padding: 0;
}

.search-box {
	color: #FFF;
	margin: 0;
	padding: 10px 0 10px 0px;
}

.search-box input {
	background: #fff;
	color: #000;
}

.search-box #text {
	float: left;
	padding-left: 6px;
	height: 15px;
	border-top: 1px solid #a5a5a5;
	margin-right: 0;
}

.search-box #go {
	float: left;
}

/* Search results page */

.summary {
	margin: 0;
	padding: 0;	
}
	
.url {

}	

/* agnsw 2.0 email sign-up */

.email-box p {
	margin: 0;
	padding: 0;
}

.email-box {
	color: #FFF;
	margin: 0;
	padding: 10px 0 10px 0px;
}

.email-box input {
	background: #fff;
	color: #000;
}

.email-box #text-email {
	float: left;
	padding-left: 6px;
	height: 15px;
	border-top: 1px solid #a5a5a5;
	margin-right: 0;
}

.email-search-box #go-email {
	float: left;
}

*:focus {
	outline: 0;
}

.topbar {
	background-color: #000;
}

/*Exhibition listings*/

.listing {
	font-size: 0.90em; 
}

.exhibition h1 {
	line-height: 1em;
}	

.exhibition-prices {
	margin-top: 15px;
	margin-bottom: 3px;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding-top: 3px;
	padding-bottom: 3px;
}

.further-info {
	margin-bottom: 15px;
	border-bottom: 1px solid silver;
	padding-top: 3px;
	padding-bottom: 3px;
}

.exhibition-prices p {
	margin: 0;
}

/* Controls spacing on exhibition listings*/
.exhib-title {
	height: 58px;
}

.free {
	margin-bottom: 30px;
}

/*Exhibitions page*/

.exhibitions img {
	float: left;
	border-style: none;
}

.exhibitions {
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #dcdcdc;
}

.exhib-size-change {
	border-top: 2px solid #333;
}

.exhib-size-change-dark {
	border-top: 2px solid #999;
}
.exhib-price {
	font-size: 80%
	padding-top: 50px;
	padding-bottom: 25px
	color: lime;
}

.exhib-hero {
	margin: 0 0 0 -15px;
}

.exhib-photo {
	margin: 10px 0 0 0;
	height: 85px;
}

.exhib-side {
	position: relative;
	height: 380px;
}

.exhib-photos {
	position: absolute;
	bottom: 0;
	width: 230px;
}

.exhib-minor {
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
	margin-top: 10px;
}

.exhib-minor img {
	padding-bottom: 10px;
}

.pullquote {
	font-size: 2em;
	margin: 0;
	line-height: 1;
}

.exhib {
	margin-top: 20px;
}

/* Controls spacing on audio-tour listing*/
.audio-item {
	height: 68px;
}
.audio-tour {
	line-height: 1.3em;	
}


.image-attribution {
	font-size: .85em;
	color: #999;
	line-height: 1.2em;
	
}
	
.no-attribution {
	margin-top: 58px;
}
	

.video {
	width: 660px;
	height: 387px;
	display: block;
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
}

.controller {
	position: absolute;
	left: 0;
	bottom: 0;
}

/*Visit styles */

.chunk_ql h2 {
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.chunk_ql img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.headers h1 {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* Collection ff styles */

/*.collection h3 {
	font-size: 1.2em;
	line-height: 1.1;
	padding: 10px 0 5px 0;
	height:30px;
    display: table-cell;
    vertical-align: bottom;
}*/

.collection h3 {
	font-size: 1.2em;
	line-height: 1.1;
	padding-top: 15px;
}


.collection h4 {
	padding-top: 14px;
}

.collection_title_2 {
	margin-top: -16px
	height:30px;
}

	
/*Venues aka The Gallery styles*/	
.venue {
	line-height: 1.5em;
}

/*Whats On styles*/

.event-category {
    text-transform: uppercase;
    color: gray;
}

.date hr {
	margin: 0px;
}

.filter {
	margin-bottom: 2px;
}

/* Link styles for all the above set by ui.theme.css */

div.plain div.ui-accordion-content {
	border-top-color: #aaaaaa;
	border-top-width: 1px;
	border-width: 0px;
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #aaaaaa;
}

div.plain div.ui-accordion-content img {
	float: right;
	display: block;
	clear: both;

}

div.plain div.ui-accordion-content .filter p {
	margin: 0;

}

div.plain div.ui-accordion-content h4 {
	margin: 10px 0 0;

}

div.plain div.ui-accordion-content-active {
	border-top: 1px solid #aaaaaa;
}

div.plain h3.ui-accordion-header a {
	border-bottom: 1px solid #aaaaaa;
}

div.plain h3.ui-accordion-header {
	border-width: 0px;
	padding: 0;
	background: none;
	font-size: 1em;
	font-weight: bold;
}

/*for accordion on exhibition page in right-hand col*/
.exhib-events p {
	margin: 0;
	font-size: 92%;
}

.exhib-events img {
	margin-left: 5px;
	margin-bottom: 10px;
}

.exhib-events ul {
	margin: 0;
	font-size: 90%;
	}

div.accordion_text {
	float: left
}

div.accordion_image {
	float: left
}
.event-date {
	padding-top: 0px;
	font-size: 1em;
	font-weight: bold;
}

#next a:link {
	background-color: #f3f3f3!important;
	border-bottom: 1px solid #aaaaaa;
}

/* @end */

/* What's On page styles */
table.calendar {
    width:100%;
}

table.calendar a {
    color:#333
}

table.calendar td:hover {
	background-color: #267cd2;
	color: #fff;
}

table.calendar td, table.calendar th {
    text-align: center;
}

table.calendar th {
	font-weight: bold;
}

table.calendar .today { ;
	border-color: #267cd2;  
	border-width: 1px;  
	border-style: solid;  
}

table.calendar .active_day {
	background-color: #267cd2;
}

table.calendar .active_day a {
	color: #fff;
}

table.calendar .not_in_month a {
	color: #ccc;
}

table.calendar .range_hover {
    background-color: #a2bbd3;
}

table.calendar .active_day a, table.calendar .range_hover a {
       color: #fff;
}


/* @group The grid */

/* grid.css */

.container {
	width: 980px;
	margin: 0 auto;
}

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16 {
	float: left;
	margin-right: 10px;
}

.last, div.last {
	margin-right: 0;
}

.span-1 {
	width: 50px;
}

.span-2 {
	width: 110px;
}

.span-3 {
	width: 170px;
}

.span-4 {
	width: 230px;
}

.span-5 {
	width: 290px;
}

.span-6 {
	width: 350px;
}

.span-7 {
	width: 410px;
}

.span-8 {
	width: 470px;
}

.span-9 {
	width: 530px;
}

.span-10 {
	width: 590px;
}

.span-11 {
	width: 650px;
}

.span-12 {
	width: 710px;
}

.span-13 {
	width: 770px;
}

.span-14 {
	width: 830px;
}

.span-15 {
	width: 890px;
}

.span-16 {
	width: 950px;
	margin-right: 0;
}

/* blueprint textarea spans --- will probably delete eventually 

input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, text˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ p {
	margin: 0;
	height: 1px
}

/* @end */1px
}

/* @end */