/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: Lato, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #151754;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: underline;
}
.wrapper {
	position: relative;
	/* max-width: 320px; */
	margin: 0 auto;
	background-color: #fff;
}
.mobile-l,
.display-d,
.display-w {
	display: none !important;
}
nav ul, nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
header a,
nav a,
footer a {
	text-decoration: none;
}
.header-top {
	display: block;
	background-color: #f0f0f0;
	background-color: #c4e7fd;
	padding: 0 0 0 .5em;
}
.header-top .header-block {
	display: inline-block;
	font-size: .75em;
	line-height: 2.5em;
	font-weight: 400;
	text-align: left;
}
.header-top .header-block.hours,
.header-top .header-block.guide {
	width: 55%;
	text-align: center;
}
.header-top .header-block.weather {
	width: 22.5%;
	text-align: left;
	/* background-color: #ddd; */
}
.header-top .header-block.social {
	width: 22.5%;
	text-align: right;
}
.header-top .header-block.social a {
	font-size: 1.25em;
	margin: 0 .5em 0 0;
}
.header-top .header-block.social a:last-child {
	margin: 0 .5em 0 0;
}
.header-top .header-block._translate {
	width: 2.5em;
	text-align: center;
	background-color: #151754;
	color: #fff;
	float: right;
}
header h1 {
	position: relative;
	display: block;
	width: 50%;
	height: 5em;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
}
header h1 a {
	position: absolute;
	top: .5em;
	left: 0;
	width: 100%;
	height: 4em;
	background-image: url(/wp-content/uploads/islamorada-chamber-of-commerce-m.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	z-index: 9;
}
header .tagline {
	background-color: #f9f39d;
	padding: .25em 0 .5em;
}
header .tagline p {
	font-size: .875em;
	line-height: 1.25em;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
}
header .tagline p span {
	display: block;
	font-weight: 700;
}
header .call {
	background-color: #9eaceb;
	padding: .25em 0 .5em;
}
header .call p {
	font-size: .875em;
	line-height: 1.25em;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
}
header .call p span {
	white-space: nowrap;
}
header .call p a {
	display: inline-block;
	color: #fff;
	border-bottom: 1px dotted #fff;
	margin: 0 .5em;
}
.mobile-icon {
	font-size: 1.5em;
	line-height: 1em;
	position: absolute;
	top: 1.75em;
	left: 15px;
	z-index: 10;
	cursor: pointer;
	color: #222;
	text-align: center;
}
.mobile-icon#mobile-translate {
	left: auto;
	right: 10px;
}
.mobile-icon span {
	display: block;
	font-size: 6px;
	line-height: 3.5em;
	text-transform: uppercase;
}
.header-image img.img-l {
	display: none;
}
.header-image img.img-p {
	display: block;
}
.header-image img {
	max-width: 100%;
}

.events {
	max-width: 90%;
	margin: 1.5em auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.event-block {
	/* width: 50%;
	float: left; */
	flex: 0 0 50%;
	text-align: center;
	margin-bottom: 1.5em;
}
.event-block img {
	max-width: 90%;
	max-height: 251px;
}

.promo {
	margin: 0;
	padding: 0 1% 1.5em;
}
.promo ul,
.promo ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.promo ul li {
	position: relative;
	display: block;
	width: 23%;
	margin: 1%;
	height: 0;
	padding-bottom: 40.95%;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.promo ul li#promo-eat {
	background-image: url(/wp-content/uploads/palm-blue.jpg);
}
.promo ul li#promo-play {
	background-image: url(/wp-content/uploads/palm-orange.jpg);
}
.promo ul li#promo-stay {
	background-image: url(/wp-content/uploads/palm-lavender.jpg);
}
.promo ul li#promo-happenings {
	background-image: url(/wp-content/uploads/palm-green.jpg);
}
.promo ul li#promo-shop {
	background-image: url(/wp-content/uploads/palm-pink.jpg);
}
.promo ul li#promo-services {
	background-image: url(/wp-content/uploads/palm-gold.jpg);
}
.promo ul li#promo-island {
	background-image: url(/wp-content/uploads/palm-teal.jpg);
}
.promo ul li#promo-store {
	background-image: url(/wp-content/uploads/palm-red.jpg);
}
.promo ul li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.promo ul li a span {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: .625em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
	padding: .75em 0;
}
.promo ul li#promo-services a span {

}
.no-touchevents .promo ul li,
.no-touchevents .promo ul li:hover a span {
	-webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touchevents .promo ul li:hover {
	background-size: 110% 110%;
}
.no-touchevents .promo ul li:hover a span {
	background-color: #000;
}

.content {
	font-size: .6875em;
	width: 90%;
	margin: 0 auto 2.5em;
}
.content h1 {
	font-size: 2.5em;
	line-height: 1.125em;
	font-weight: 300;
	color: #e12981;
	text-align: center;
	margin: .5em 0 0 0;
}
.content h2 {
	font-size: 1.875em;
	font-weight: 700;
	line-height: 1.125em;
	color: #78c7f2;
	text-align: center;
}
.content h3 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.25em;
	color: #0067ab;
	text-transform: capitalize;
	text-align: center;
}
.content p,
.content > ul {
	text-align: left;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.5em;
	color: #1d2337;
}
.content p img,
.content img.aligncenter {
	max-width: 100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	width: auto;
	height: auto;
}
.content .page-img {
	text-align: center;
}
.content .img-two img {
	display: inline-block;
	max-width: 50%;
	width: auto;
	height: auto;
	margin: 0;
}

ul.grid, ul.grid li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.grid {
	display: table;
	margin: 1.5em auto;
	text-align: center;
}
ul.grid li {
	width: 47%;
	display: inline-block;
	font-size: .75em !important;
	line-height: 1.5em;
	padding: 0 0 1.5em 0;
	vertical-align: top;
	margin: 0 1%;
}
ul.grid li img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 .5em 0;
}

p.back-to-top {
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	margin: 0;
	padding: .5em 0;
}

article p.back-to-top {
	font-size: .875em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
footer {
	padding: .5em 0 0 0;
	background-color: #76c4f2;
	font-size: .75em;
	text-align: center;
}
footer p {
	text-align: center;
	color: #fff;
	color: rgba(256,256,256,0.6);
	font-size: .875em;
	line-height: 1.5em;
}

footer p span,
footer li span {
	display: block;
}
footer ul, footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
}
footer ul li.social {
	display: inline-block;
	margin: .5em 1em 0;
	font-size: 1.5em;
}
footer ul li span {
	white-space: nowrap;
}
footer a:link, footer a:visited, footer a:active {
	color: #fff;
}
footer .footer-block.image {
	display: block;
	background-image: url(/wp-content/uploads/footer-page-m.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-color: #fff;
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	margin: 1.5em 0 0 0;
}
.home footer .footer-block.image {
	background-image: url(/wp-content/uploads/footer-front-m.jpg);
	background-size: cover;
}
footer .footer-block.image img {
	max-width: 100%;
}
.awe-loading {
	display: none !important;
}
.awesome-weather-wrap {
	display: inline-block !important;
	background: transparent !important;
	font-family: Lato !important;
	color: #151754 !important;
	text-shadow: none !important;
	font-size: 1em !important;
	line-height: 1em !important;
}
.awe-weather-ajax-wrap {
	display: inline-block !important;
}
.awesome-weather-header {
	display: none !important;
}
.awesome-weather-current-temp {
	padding: 0 !important;
	font-size: 1em !important;
	float: none !important;
}
.awesome-weather-current-temp sup {
	display: none !important;
}

.goog-te-gadget {
	font-family: Lato !important;
	font-size: 1em !important;
	line-height: 1em !important;
	color: #151754 !important;
	margin-top: .625em;
}
.goog-te-gadget-simple {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 1em !important;
}
.goog-te-gadget-simple .goog-te-gadget-icon {
	display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	border-left: none !important;
	color: #151754 !important;
}
#google_translate_element_m .goog-te-gadget {
	margin-top: 2.5em;
}
#google_translate_element_m .goog-te-gadget select {
	font-family: Lato !important;	
}
#google_translate_element_m .goog-te-gadget span {
	display: block;
}

#SFctr {
	margin-top: 1.5em;
}
#SFbizpne {
	margin: 0 auto;
}
#SFylpfnd {
	display: none;
}
#SFctr #SFylpmap {
	margin-top: 0 !important;
}
.page-id-152 #SFylpfnd {
	display: block;
}

.gallery {
	display: table;
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
}
.gallery .gallery-img {
	display: inline-block;
	text-align: center;
	}
.gallery .gallery-img img {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.25); 
}

.gallery .gallery-img {
	display: block;
	float: left;
	padding: 0 0 3em 0;
	font-size: .75em;
	line-height: 1.5em;
	text-align: center;
	height: auto;
}
.gallery.gallery-four .gallery-img { 
	width: 50%;
}
.gallery.gallery-four .gallery-img:nth-child(2n+1) {
	clear: both;
}
.gallery .gallery-img img { 
	max-width: 90%;
	margin-bottom: 1em;
}
.section-more {
	width: 100% !important;
	text-align: center !important;
	background-color: #9eaceb;
	margin: 0 !important;
	padding: .75em 0 !important;
	list-style: none;
}
.section-more li {
	color: #ddd;
}
.section-more a {
	color: #fff !important;
	text-decoration: none !important;
}

.banner {
	display: block;
	margin: 2em auto;
}
.banner.banner-728x90 {
	width: 320px; 
	height: 50px;
	max-width: 100%;
	max-height: 50px;
}

@media only screen and (min-width: 568px) {
	.wrapper {
		/* max-width: 568px; */
	}
	.promo ul li {

	}
	.mobile-p {
		display: none !important;
	}
	.mobile-l {
		display: block !important;
	}
	.header-top .header-block.weather, 
	.header-top .header-block.social {
		width: 15%;
	}
	.header-top .header-block.hours,
	.header-top .header-block.guide {
		width: 70%;
	}
	.header-top .header-block.social a {
		margin: 0 .5em 0 0;
	}
	header .tagline p span {
		display: inline-block;
	}
	.promo ul li a span {
		font-size: .875em;
		line-height: 1em;
	}
	ul.grid li {
		width: 22%;
	}
	.gallery.gallery-four .gallery-img { 
		width: 25%;
	}
	.gallery.gallery-four .gallery-img:nth-child(2n+1) {
		clear: none;
	}
	.gallery.gallery-four .gallery-img:nth-child(4n+1) {
		clear: both;
	}
	.section-more {
		display: block;
		list-style: none;
		margin: 0 0 2em;
		text-align: center !important;
	}
	.section-more li {
		display: inline-block;
		font-weight: bold;
		margin: 0 .75em !important;
	}
	.event-block {
		flex: 0 0 33.33%;
	}
}

@media only screen and (min-width: 767px) {
	.wrapper {
		max-width: 100%;
	}

	footer ul li {
		display: inline-block;
	}
	footer ul li.contact {
		margin: 0 1em;
	}
	footer p span,
	footer li span {
		display: inline-block;
	}

	footer p span:before {
		font-size: .75em;
		line-height: 2em;
		content: "|";
		margin: 0 .75em 0 0;
		padding: 0 0 0 .75em;
	}
	ul.grid li {
		width: 17%;
	}
	ul.columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	ul.columns-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	ul.columns-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	ul.columns li, ul.columns-3 li, ul.columns-4 li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	.banner.banner-728x90 {
		width: 728px; 
		height: 90px;
		max-width: 728px;
		max-height: 90px;
	}

}
@media only screen and (min-width: 1024px) {

	.display-m {
		display: none !important;
	}
	.display-d {
		display: block !important;
	}
	span.display-d {
		display: inline-block !important;
	}

	.header-top .header-block {
		font-size: .875em;
		line-height: 2.5em;
		margin: 0 1em;
	}
	.header-top .header-block span.display-d {
		display: inline-block !important;
	}
	.header-top .header-block.weather,
	.header-top .header-block.hours,
	.header-top .header-block.guide,
	.header-top .header-block.translate,
	.header-top .header-block.social {
		width: auto;
		white-space: nowrap;
		display: inline-block !important;
	}
	.header-top .header-block.hours,
	.header-top .header-block.guide {
		float: left;
	}
	.header-top .header-block.translate {
		vertical-align: top;
		height: 2.5em;
	}
	.header-top .header-block.social a {
		font-size: 1em;
	}
	.top-nav {
		float: right;
		display: inline-block !important;
	}
	.top-nav li {
		display: inline-block;
	}
	.top-nav li a {
		display: block;
		height: 2.5em;
		padding: 0 1em;
		font-size: .875em;
		line-height: 2.5em;
		color: #fff;
		text-shadow: 0 0 .5em rgba(0,0,0,0.25);
	}
	#top-nav-resources {
		background-color: #9cdc96;
	}
	#top-nav-members {
		background-color: #60a2d2;
	}
	#top-nav-contact {
		background-color: #e14092;
	}
	.top-nav li a:hover {
		background-color: #000;
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
		color: #fff;
		text-shadow: none;
	}

	header h1 {
		font-size: 1.5em;
		width: 100%;
		margin: 0 auto;
	}
	header h1 a {
		/* top: .5em;
		left: 1em; */
		width: 100%;
		height: 4em;
		background-image: url(/wp-content/uploads/islamorada-chamber-of-commerce-d.png);
	}

	header .call {
		font-size: 1.25em;
		padding: .5em;
	}
	header .call p a {
		border-bottom: none;
	}

	nav#main-nav {
		font-size: 1em;
		position: relative;
		display: block;
		width: 100%;
		background-color: #fff997;
		height: 3em;
	}
	nav#main-nav > div {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	nav#main-nav ul,
	nav#main-nav li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	nav#main-nav > div > ul {
		position: relative;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	nav#main-nav > div > ul > li {
		display: inline-block;
		position: relative;
		margin: 0;
		font-size: 1em;
		line-height: 3em;
		font-weight: 400;
	}
	nav ul > li:hover > ul {
		opacity: 1;
		z-index: 9999;
		visibility: visible;
	}
	nav#main-nav > div > ul > li > a {
		display: inline-block;
		text-decoration: none;
		padding: 0 .75em;
		color: #000 !important;
	}
	nav#main-nav > div > ul > li:hover > a {
		background-color: #000;
		text-decoration: none !important;
		color: #fff !important;
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
	}

	nav ul > li > ul {
		padding: 0;
		position: absolute;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
	}
	nav ul > li > ul {
		width: auto;
	}
	nav ul > li > ul > li {
		font-size: .875em;
		line-height: 1.5em;
		font-weight: 300;
		text-transform: none;
		height: auto;
		margin: 0;
		padding: 0 !important;
		text-align: left;
		white-space: nowrap;
		display: block;
		color: #fff;
		border-top: 1px solid #fff;
	}
	nav ul > li > ul > li > a {
		display: block;
		text-align: left;
		margin: 0 !important;
		padding: 0 .75em !important;
		line-height: 2.25em !important;
		background-color: #f4dd48;
		color: #000 !important;
		text-decoration: none;
	}
	nav ul > li > ul > li:nth-child(even) > a {
		background-color: #fff997;
	}
	nav ul > li > ul > li.full-list > a {
		background-color: #9eaceb;
		font-weight: bold;
		color: #fff !important;
	}
	nav ul > li > ul > li > a:hover { 
		color: #fff !important;
		text-decoration: none !important;
		background: #9eaceb !important;
	}

	nav.top-nav div {
		position: relative;
	}
	nav.top-nav ul li ul,
	nav.top-nav ul li ul li {
		display: block;
	}

	.top-nav i,
	nav#main-nav i {
		padding-right: .25em;
	}

	.content {
		font-size: 1.25em;
		width: 80%;
	}
	.events {
		margin: 3em auto;
		max-width: 200%x; 
	}
	.event-block {
		flex: 0 0 20%;
	}
	.promo {
		padding: 0 1% 1.5em;
	}
	.promo ul li {
		width: 10.5%;
		border: 0;
		padding-bottom: 20.475%;
		margin: 1%;
	}


	footer {
		font-size: 1em;
	}
	footer .footer-block.image {
		background-image: url(/wp-content/uploads/footer-page-1-d.jpg);
		background-repeat: repeat-x;
		padding-bottom: 15%;
	}
	.home footer .footer-block.image {
		background-image: url(/wp-content/uploads/footer-front-d.jpg);
	}

}


@media only screen and (min-width: 1280px) {
	.display-w {
		display: inline-block !important;
	}
	.header-top {
		font-size: 1.125em;
	}
	nav#main-nav {
		font-size: 1.25em;
	}
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
