/* CSS Document */


/* Core style information */

html {
	overflow-y: scroll;
}

body {
	font: normal 0.8em "Tahoma", "Arial", "Helvetica", "sans-serif";
	background-color: #fff;
	color: #000;
	margin: 0;
}

p {
	font-size: 1em
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

b, strong {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #f15c22;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3,h5 {
	font-size: 1.2em;
	margin: 0.2em 0 0.2em;
	padding: 0;
}

h4 {
	font-weight: normal;
	font-size: 1.3em
}

fieldset {
	border: none;
}

img {
	border: 0;
}

small {
	font-size: 0.7em;
}

/* Generic Styles */

.wrapper {
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.orange {
	color: #f15c22;
	/*#e63805*/
}

.blue {
	color: #0089d1;
}

img.right {
	margin: 0 0 0 1em;
}

div#outerShell {
	clear: both;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 996px;
	background-color: #fff;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

div#login {
	color: #666;
}

div#login a:hover {
	text-decoration: underline;
}

/* submit box form */

div.submitBox {
	float: right;
	display: inline;
	margin: 12px 20px 0 20px;
}

div.submitBox div.submitTextBox {
	float: left;
	display: inline;
	clear: both;
}

div.submitBox div.submitButton {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}


/* top bar */

div#topBar,
div#bottomBar {
	background: transparent url("/_images/grey_bar.gif") repeat-x left center;
	height: 45px;
}

div#topBarContainer {
	float: left;
	display: inline;
	margin: 0 20px;
	width: 956px;
}

div#topBarContainer a {
	text-decoration: none;
	font-weight: normal;
}

div#topBarContainer div#languageBox {
	float: left;
	margin: 14px 0 0 10px;
	color: #555555;
}

div#topBarContainer ul {
	float: left;
	margin: 16px 0 0 5px;
}

div#topBarContainer ul li {
	background: transparent url("/_images/nav/footer_seperator.gif") no-repeat right center;
	float: left;
	padding: 0 8px 0 8px;
}

div#topBarContainer label, 
div#topBarContainer ul li a {
	color: #555555;
}

div#topBarContainer ul li a:hover {
	color: #f15c22;
	text-decoration: underline;
}

div#topBarContainer a.intLink {
	background: transparent url("/_images/grey_bar.gif") repeat-x left center;
	float: right;
	padding: 16px 0 13px 0;
	margin: 0 20px 0 0;
	color: #f15c22;
	font-weight: bold;
}

div#topBarContainer a.intLink:hover {
	background: transparent url("/_images/dark_orange_bar.gif") repeat-x left center;
	color: #fff;	
}

div#topBarContainer a.intLink span {
	border-left: 1px solid #d7d3d2;
	border-right: 1px solid #d7d3d2;
	padding: 0 21px 13px 21px;
}

div#topBarContainer div.submitBox {
	margin: 12px 0 0 0;
}


/* top links */

div#topLinks {
	margin: 10px 0 0 0;
}

div#topLinks a#logo {
	float: left;
	margin: 0 0 0 20px;
	width: 147px;
	height: 70px;
	overflow: hidden;
}
	div#topLinks a#logo img {
		width: 147px;
		height: 70px;
		border: 0 none;
	}

div#topLinks a#donate {
	float: right;
	margin: 0 20px 0 20px;
	width: 136px;
	height: 70px;
	overflow: hidden;
}

div#topLinks ul, 
div#topLinks ul li {
	float: left;
}

div#topLinks div#topnav {
	margin: 10px 0 0 0;
}

div#topLinks div#topnav ul li {
	background: transparent url("/_images/nav/nav_seperator.gif") no-repeat right center;
	padding: 0 10px 0 8px;
}

div#topLinks div#topnav ul li.last {
	background: none;
	padding: 0 20px 0 8px;
}

div#topLinks div#topnav ul li a {
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
	color: #111;
}

div#topLinks div#topnav ul li a.active,
div#topLinks div#topnav ul li a:hover {
	color: #f15c22;
	border-bottom: 1px solid #f15c22;
}

/* main panel */

div#mainPanel {
	background: transparent url("/_images/grey_bar.gif") repeat-x left bottom;
	margin: 20px 0 0 0;
}


/* bottom bar */

div#bottomBar p {
	float: left;
	display: inline;
	margin: 15px 0 0 20px;
	font-size: 1.2em;
	color: #8e8679;
}

div#bottomBar span {
	padding: 0 0 0 0.5em;
	color: #f15c22;
}

div#bottomBar ul#socialBookmarks {
	float: left;
	margin: 15px 0 0 5px;
}

div#bottomBar ul#socialBookmarks li {
	float: left;
	margin: 0 5px;
}


/* footer */

div#footer ul {
	float: left;
	display: inline;
	margin: 15px 0 15px 20px;
}
 
div#footer ul li {
	background: transparent url("/_images/nav/footer_seperator.gif") no-repeat left center;
	float: left;
	padding: 0 8px 0 10px;
	font-size: 0.9em;
	color: #8e8679;
}

div#footer ul li.first {
	background: none;
	padding: 0 8px 0 0;
}

div#footer ul li a {
	color: #8e8679;
	text-decoration: none;
	font-weight: normal;
}


/* pages */

/* home page */

div#homeContent {
	float: left;
	margin: 0 20px 0 20px;
	display: inline;
	width: 272px;
	/*font-size: 1.3em;*/
	color: #111;
}
	div#homeContent a {
		/*font-weight: bold;*/
	}

	div#homeContent ul {
		margin-left: 15px;
	}
	div#homeContent li {
		list-style-position: outside;
		list-style-type: disc;
		padding: 0 0 0.2em;
	}

div#homeContent strong {
	color: #f15c22;
}
div#homeContent p {
	margin: 0 0 1em 0;
}


div#caseStudiesContainer {
	background: transparent url("/_images/case_studies/home_bg.gif") no-repeat left top;
	float: left;
	width: 684px;
	height: 318px;
}

div#caseStudies {
	position: relative;
	float: left;
	margin: 15px 0 0 57px;
	display: inline;
}


div#columns {
	clear: both;
	float: left;
	width: 975px;
	display: inline;
	margin: 0 0 20px 20px;
}

div#columns div {
	float: left;
	margin: 0 19px 0 0;
}

div#columns div.end {
	margin: 0;
}

div#columns h2 {
	background: transparent url("/_images/heading_image.gif") no-repeat left 3px;
	padding: 0 0 0 45px;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	color: #111;
}

	div#columns div.listing {
		font-size: 0.9em;
		border: 0 none;
		margin: 0;
		padding: 0;
		font-weight: normal;
		color: #241d17;
		margin-bottom: 10px;
	}
		div#columns div.listing a {
			font-weight: bold;
			color: #f15c22;
		}
	div#columns div.spacer {
		border-top: 1px solid #d9d9d9;
		margin: 1em 0 0;
		padding: 1em 0 0;
	}
	div#columns div.jobs {
		/*padding: 0 0 20px 45px;
		background: transparent url("/_images/jobs_arrow.gif") no-repeat 10px top;*/
	}
		div#columns span.listing-date {
			font-style: normal;
			font-weight: normal;
			color: #8c887f;
		}
		div#columns a.listing-title {
			font-weight: bold;
			color: #000 !important;
		}
		div#columns a.listing-more {
			color: #336;
		}


div.twoColumn div {
	width: 468px;
}

div.threeColumn div {
	width: 305px;
}

/* sub page */

div#subnav {
	float: left;
	display: inline;
	margin: 0 0 30px 20px;
	width: 225px;
}
div#subnav-extras {
	clear: both;
	margin: 20px 0 0;
}

div#subnav a {
	text-decoration: none;
}

div#subnav ul li.navLevel0 {
	background: transparent url("/_images/nav/subnav_button.gif") no-repeat left top;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	width: 225px;
}
	div#subnav ul li.navLevel2 {
		padding-left: 15px;
	}

div#subnav ul li.active,
div#subnav ul li:hover {
	background: transparent url("/_images/nav/subnav_button_on.gif") no-repeat left top;
}

div#subnav ul li.navLevel0 a {
	display: block;
	padding: 7px 12px 12px 12px;
	margin: 2px 0;
	width: 194px;
	outline: none;
	color: #444444;
	font-weight: bold;
	overflow: hidden;
}

div#subnav ul li.navLevel0 a.active,
div#subnav ul li.navLevel0 a:hover {
	color: #fff;
	font-weight: bold;
}

div#container {
	float: left;
	margin: 0 0 0 28px;
	width: 703px;
}

div#banner {
	margin: 0 0 1em 0;
	width: 703px;
	height: 163px;
}

div#banner-text {
	padding: 25px;
	width: 228px;
	height: 113px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
}

div#breadcrumb {
	margin: 0 0 1em 0;
	color: #8e8679;
	font-size: 0.9em;
}

div#breadcrumb a {
	color: #8e8679;
	font-weight: normal;
}

div#content {
	background: transparent url("/_images/heading_image.gif") no-repeat left top;
	padding: 0 0 10px 45px;
}

div#content img {
	padding: 0 5px;
}

div#content ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

div#content ul li {
	list-style-type: disc;
	margin: 0.5em 0;
}

div#content a {
	/*text-decoration: underline;*/
}

div#pageLinks {
	float: right;
	margin: 0;
}

div#pageLinks a {
	float: left;
	margin: 0 2px;
	padding: 35px 0 0 0;
	width: 60px;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
}

div#pageLinks a#print {
	background: transparent url("/_images/nav/print.gif") no-repeat center top;
}

div#pageLinks a#email {
	background: transparent url("/_images/nav/email.gif") no-repeat center top;
}

table.extraInfo {
	border-collapse: collapse;
	background-color: #dbdfe0;

}
table.extraInfo th,
table.extraInfo td {
    border-bottom: 2px solid #F15C22;
	border-top: 2px solid #F15C22;
	padding: 10px;
	width: 160px;
	text-align: left;
	overflow: hidden;
}

table.extraInfo th {
	background: transparent url("/_images/heading_image_small.gif") no-repeat left center;
	width: 140px;
	padding-left: 25px;
}

table.extraInfo td {
	background-color: #f9e5ce;
}

table.extraInfo tr.top th,
table.extraInfo tr.separator th,
table.extraInfo tr.bottom th,
table.extraInfo tr.top td,
table.extraInfo tr.separator td,
table.extraInfo tr.bottom td {
	background: none;
	padding: 0;
}

img#depaul-countries-map {
	padding: 0 !important;
}

div#project-back-to-map {
	text-align: center;
	padding: 25px 0 0;
}

/* donation table */
table.donation {
	border-collapse: collapse;
	background-color: #dbdfe0;

}
table.donation th,
table.donation td {
    border-bottom: 1px solid #FFF;
	
	padding: 10px;
	width: 160px;
	text-align: left;
	overflow: hidden;
}

table.donation th {

}

table.donation td {
	background-color: #f9e5ce;
}

table.donation tr.top th,
table.donation tr.separator th,
table.donation tr.bottom th,
table.donation tr.top td,
table.donation tr.separator td,
table.donation tr.bottom td {
	background: none;
	padding: 0;
}

/* END donation table */



/* project maps/regions */

div#projectMapContainer {
	clear: both;
}
	div#projectMapContainer fieldset {
		float: right;
		width: 180px;
		font-size: 0.8em;
		z-index: 100;
	}
div#projectMapImg {
	margin-top: 10px;
	position: relative;
	width: 450px;
	min-height: 700px;
}
	div#projectMapImg a {
		outline: none;
	}
div#projectMapImg-1 {
	float: left;
	text-align: left;
	width: 450px;
}
div#projectMapImg-2 {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	text-align: left;
	width: 450px;
}


/* newsletter signup form */

div#signup-form table {
	width: 100%;
}

div#signup-form table th {
	width: 25%;
}

div#signup-form table th,
div#signup-form table td {
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

div#signup-form table td input[type=text] {
	width: 235px;
}
div#signup-form table td textarea {
	width: 235px;
	height: 60px;
}

div#signup-form div.error {
	margin: 0 0 0 1em;
	display: inline;
	color: #ff0000;
}

div#signup-form input#signup_captcha {
	margin: 5px 0 0 0;
	width: 96px;
}


/* comments */

div#comments {
	font: normal 90% "Verdana", "Tahoma", "Arial", "Helvetica", "sans-serif";
	border-top: 1px dashed #cfcfcf;
	margin: 10px 0;
	padding: 10px 0 0;
}
	div#comments div.comment-name {
		margin: 10px 0 0;
	}
	div#comments div.comment-date {
		margin: 5px 0 0;
	}
	div#comments div.comments-none {
	}
	div#comments div.comment {
		padding: 5px 0 15px;
		font-style: italic;
		border-bottom: 1px dashed #cfcfcf;
	}
div#comments-thanks {
	font-weight: bold;
	margin: 0 0 15px;
}
form#comments-post {
	margin: 0 0 10px;
	border-bottom: 1px dashed #cfcfcf;
}
	form#comments-post table {
	    width: 60%;
		border-collapse: collapse;
		margin: 0 0 10px;
	}
		form#comments-post th {
			background-color: #ddd;
			font-size: 90%;
			font-weight: bold;
			color: #000;
			border: 1px solid #cfcfcf;
			padding: 5px;
			text-align: center;
		}
		form#comments-post td {
			font-size: 90%;
			font-weight: normal;
			color: #000;
			border: 1px solid #cfcfcf;
			padding: 5px;
			background-color: #fff;
		}
			form#comments-post td.label {
				width: 20%;
				vertical-align: top;
				background-color: #eee;
			}
			form#comments-post td.submit {
				text-align: center;
			}
		form#comments-post input, 
		form#comments-post textarea {
			font: normal 110% "Verdana", "Tahoma", "Arial", "Helvetica", "sans-serif";
			width: 58%;
		}
		form#comments-post textarea {
			height: 80px;
		}
			form#comments-post td input.submit {
				width: 120px;
			}
		
/* listings */

div.listing {
	border-bottom: 1px solid #D0D1D2;
	margin: 1em 0;
	padding-bottom: 1em;
}

img.listing-thumbnail {
	float: left;
	width: 80px;
	height: 55px;
	margin: 15px 10px 15px 0;
}

div.listing-title {
	font-weight: bold;
}

div.listing-date,
div.listing-quote  {
	font-style: italic;
}

div.listing-abstract {
	margin: 0.5em 0 0 0;
}

/* homepage case studies */

div.casestudy-story {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 610px;
	height: 220px;
	background-position: right 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	border-left: 1px solid #fff;
}
	div#casestudy-story-1 {
		display: block;
	}
	div.casestudy-story div {
		padding: 18px 0 0 45px;
		font: bold 1.8em "Tahoma", "Arial", "Helvetica", "sans-serif";
		background: transparent url("/_images/case_studies/fade_default.png") repeat-y left top;
		color: #fff;
		width: 270px;
		height: 100%;
	}
	div.casestudy-story a {
		display: block;
		width: auto;
		margin: 18px 0 0;
		padding: 0;
		font: bold 0.6em "Tahoma", "Arial", "Helvetica", "sans-serif";
		text-transform: uppercase;
		color: #fff;
		outline: none;
	}
div#casestudy-21st-logo {
    position: absolute;
    top: -28px;
    left: 566px;
    width: 98px;
    height: 114px;
    background: url("/_images/case_studies/21st-logo.png") no-repeat left top;
    z-index: 10;
}
div.casestudy-tab {
	display: block;
	float: left;
	width: 153px;
	margin-top: 220px;
	text-align: center;
	background-color: #928670;
}
	div.casestudy-tab a {
		display: block;
		float: left;
		font: bold 0.8em "Tahoma", "Arial", "Helvetica", "sans-serif";
		color: #fff;
		background-color: #928670;
		border: 1px solid #fff;
		padding: 0;
		padding-top: 9px;
		width: 151px;
		height: 22px;
		outline: none;
		overflow: hidden;
	}
	div.casestudy-tab a:hover {
		background-color: transparent;
	}
	div.casestudy-tab a.active {
		background-color: transparent;
		border-top: 0;
		padding-top: 10px;
	}

/* events calendar  */

div.event-calendar {
	text-align: center;
	padding: 2px 0 4px;
}
div.event-calendar table {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: default;
	color: #767676;
}
div.event-calendar td {
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
div.event-calendar td.prev-month, 
div.event-calendar td.next-month {
	text-align: center;
	vertical-align: middle;
	height: 8px;
	background-color: #ffffff;
}
div.event-calendar td.prev-month {
	border-right: 0;
	border-top: 1px solid #F15C22;
	text-align: right;
}
div.event-calendar td.next-month {
	border-left: 0;
	border-top: 1px solid #F15C22;
	text-align: left;
}
div.event-calendar td.prev-month a,
div.event-calendar td.next-month a {
	display: block;
	height: 14px;
	width: 12px;
	text-decoration: none;
}
div.event-calendar td.prev-month a {
    float: right;
    background-image: url(/_images/prev-month.gif);
}
div.event-calendar td.next-month a {
    float: left;
    background-image: url(/_images/next-month.gif);
}
div.event-calendar td.month { /* January ~ December */
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #F15C22;
	border-left: 0;
	border-right: 0;
	height: 8px;
	padding: 5px 0;
	background-color: #ffffff;
}
div.event-calendar td.days { /* Sunday ~ Saturday */
	font-size: 80%;
	font-weight: bold;
	vertical-align: middle;
	height: 28px;
	border-top: 1px solid #F15C22;
	border-bottom: 1px solid #F8E3C8;
	padding-left: 5px;
}
div.event-calendar td.days-first {
    border-left: 1px solid #FFF;
}
div.event-calendar td.days-last {
    border-right: 1px solid #FFF;
}
div.event-calendar td.day { /* An ordinary day */
	padding: 6px 0 0 8px;
	width: 64px;
	height: 73px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	border-left: 2px solid #F8E3C8;
	border-right: 2px solid #F8E3C8;
	border-bottom: 2px solid #F8E3C8;
}
div.event-calendar td.weekend { /* An ordinary weekend day */
    background-color: #ffffff;
}
div.event-calendar td.today { /* Today! */
	font-weight: bold;
	background-color: #f8e3c8;
}
div.event-calendar td.event { /* An event day */    
	padding: 0;
	font-weight: bold;
	background-color: #f8e3c8;
}
div.event-calendar td.event div.event-border {
    height: 100%;
    border: 2px solid #f15c22;
    padding: 6px 0 0 8px;
	width: 87%;
}
div.event-calendar td.nodate { /* Day outside of current month */
    background-color: #dedede;
}
div.event-calendar td div { /* Event information */
	text-align: left;
	line-height: 1em;
	display: block;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	padding: 0;
	width: 80px;
	height: 49px;
}
div#content div.event-calendar td div a {
    background: url(/_images/event-bullet.gif) no-repeat left 6px;
    padding-left: 8px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	/*white-space: nowrap;*/
	white-space : normal;
}
div.event-listing {
	clear: both;
	margin: 0 0 3em 0;
}
div.event-listing-title a {
	font-weight: bold;
}
div.event-listing-date {
	font-style: italic;
	margin: 0.5em 0;
}
a.event-listing-readmore {
	float: right;
}


/* search form */

form#site-search {
	width: auto;
}

form#site-search table {
	width: 99%;
	border-collapse: collapse;
}

form#site-search td {
	vertical-align: top;
	padding: 10px 40px 10px 10px;
	border-bottom: 1px solid #fff;
}

form#site-search td.label {
	width: 120px;
	background-color: #eee;
}

div#site-search-page {
	text-align: center;
	padding: 20px 0 10px;
}

div#site-search-results {
}

div#site-search-paging {
	text-align: center;
	padding: 10px 0 0;
	font-weight: bold;
}

div#site-search-paging a {
	font-weight: normal;
}

	
/* world pay style overrides */
table.container {
	margin: -15px 0 0 0 !important;
}


/* Donation forms */
form#singleDonation, 
form#monthlyDonation, 
form#recurringDonation {
	float: left;
	margin: 0;
	padding: 0 12px;
}

form#singleDonation div.pluginbg {
    background: url(/_images/plugins/DepaulTrust_018.jpg) no-repeat left top;
}

form#monthlyDonation div.pluginbg {
    background: url(/_images/plugins/DepaulNcastle-350.jpg) no-repeat left top;
}

form#recurringDonation div.pluginbg {
    background: url(/_images/plugins/DepaulNcastle-047.jpg) no-repeat left top;
}

div.pluginbg {
    float: left;
    width: 300px;
    height: 200px;
    margin: 10px 0;
    clear: both;
}

div.plugincontent {
    width: 264px;
    height: 168px;
    background: transparent url(/_plugins/donations/orange_background.png) repeat left top;
    margin: 11px 8px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}

form#recurringDonation div.plugincontent
{
    height: 178px;
    padding: 0 10px;
}

p.pluginbtn {
    text-align: center;
}


/* FAQs */
div#faqs {
	margin: 0 0 2em 0;
}
div.faq {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px dashed #999;
}
	div.faq-links {
		padding: 10px 0 20px;
		border-bottom: 1px dashed #999;
	}
		div.faq-links ul {
			padding: 0;
			margin: 0;
			list-style-position: inside;
		}
		div.faq-links li {
			margin: 0;
			padding: 2px 0;
		}
		div.faq-links a {
		}
	div.faq-title {
		font-size: 110%;
		font-weight: bold;
	}
	div.faq-question {
		padding: 5px 0;
		font-style: italic;
	}
	div.faq-answer {
		padding: 5px 0;
	}
	div.faq-navigation {
		text-align: right;
	}
/* JS open/close animation */
div.faq-panel,
div.faq-panel-collapsed{
	margin: 0 0 10px;
	padding: 0;
} 
	div.faq-panel-question,
	div.faq-panel-collapsed div.faq-panel-question {
		display: block;
		background-color: #eee;
		cursor: pointer;
		font-weight: bold;
		margin: 0;
		padding: 4px;
	} 
	div.faq-panel-collapsed div.faq-panel-question {
	}
	div.faq-panel-answer {
		overflow: hidden;
		padding: 5px;
	}
	div.faq-panel-collapsed .faq-panel-answer {
		display: none;
	}
	div.faq-panel-question p {
		margin: 0;
	}
	div.faq-panel-answer p {
		margin: 0 0 1em 0;
	}

/* Press Release Styling */
div.press-listing {
	border-bottom:1px solid #D0D1D2;
	margin: 1em 0;
	padding-bottom: 1em;
}

div.press-listing-date {
	font-style: italic;
}

div.press-listing-abstract {
	margin: 0.5em 0 0;
}

/* Press Release END */