@import url('https://www.miamidade.gov/resources/css/components/iframe.css');

/* CSS Document */

html, body {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.press-container {
	width: 640px;
	margin: 0 auto;
}

/* SET THE CONTAINER */
.press-header {
	height: 114px;
	margin-bottom:10px;
	background-repeat: no-repeat;
}

/* DEFAULT IMAGE */
.press-header.release {background-image: url(https://www.miamidade.gov/global_assets/releases/images/release.jpg);}
.press-header.advisory {background-image: url(https://www.miamidade.gov/global_assets/releases/images/advisory.jpg);}

/* LANGUAGE IMAGES */
.press-header.release.spanish {background-image: url(https://www.miamidade.gov/global_assets/releases/images/release-sp.jpg);}
.press-header.release.creole {background-image: url(https://www.miamidade.gov/global_assets/releases/images/release-cr.jpg);}

.press-header.advisory.spanish {background-image: url(https://www.miamidade.gov/global_assets/releases/images/advisory-sp.jpg);}
.press-header.advisory.creole {background-image: url(https://www.miamidade.gov/global_assets/releases/images/advisory-cr.jpg);}

/* CUSTOM HEADER RULES
.press-header.release.seaport {background-image: url(http://www.miamidade.gov/global_assets/releases/images/seaport.png);}
.press-header.release.transit {background-image: url(http://www.miamidade.gov/global_assets/releases/images/transit.png);}
*/

.press-email {
	font-size: 11px;
}


.press-contact {
	text-align: right;
}

.press-contact span{
	display: block;
}

.press-contact-container{
	margin: 10px 0;
}


.clear {
	clear: both;
}

#press-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}

#press-subtitle {
	text-align: center;
	font-size:16px;
	font-weight: normal;
	font-style: italic;
}

.press-body {
	margin-bottom:15px;
}

.press-date {
	font-weight: bold;
}

.press-body p:first-of-type {
	display: inline; /* required because WYSIWYG adds <p> tag */
}

.advisory-body {
	padding-bottom:15px;
}

.a-container {
	clear: both;
}

.a-who, .a-what, .a-when, .a-where, .a-note {
	font-weight: bold;
	width:15%;
	float:left;
	padding-bottom: 10px;
}

.a-who-val, .a-what-val, .a-when-val, .a-where-val, .a-note-val {
	width:80%;
	float:right;
	padding-bottom: 10px;
}

.press-footer {
	text-align: center;
	clear:both;
}

.press-ada{
	font-style: italic;
}

.press-department, .press-deparment {
	font-size:16px;
	font-weight:bold;
	padding: 0;
	margin: 0;
}

.press-address {
	padding: 0;
	margin: 0;
	/* display: none; */
}

.social-channels .channel {
	display: inline-block;
	margin: 6px 3px;
	width: 48px;
	height: 48px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-size:48px;
}

.twitter {background-image: url("https://www.miamidade.gov/global_assets/releases/images/social/twitter.gif");}
.facebook {background-image: url("https://www.miamidade.gov/global_assets/releases/images/social/facebook.gif");}
.instagram {background-image: url("https://www.miamidade.gov/global_assets/releases/images/social/instagram.gif");}
.youtube {background-image: url("https://www.miamidade.gov/global_assets/releases/images/social/youtube.gif");}
.googleplus {background-image: url("https://www.miamidade.gov/global_assets/releases/images/social/googleplus.gif");}
.pintrest {background-image: url("https://www.miamidade.gov/global_assets/releases/images/social/pintrest.gif");}

.print-logo {
	display: none;
}