body {
	font-family: 'Guardian Text Egyptian Web';
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #005689;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Guardian Egyptian Web';
	font-weight: 500;
}

h3 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;

	margin: 0 75px 0 0;
	padding: 10px 0 0 0;
}

p {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
}


.promo-wrapper {
	max-width: 860px;
	cursor: pointer;
	position: relative;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 10px 0 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;

	box-sizing: border-box;
    padding: 10px;
    border-top: 2px solid rgba(149,28,85,1);
}

.promo-wrapper a {
	color: black;
	text-decoration: none;
}

.promo-wrapper .text-block {
	display: block;
	width: 100%;
	font-family: 'Guardian Egyptian Web', Georgia, serif;
	vertical-align: top;
}

.text-block .kicker {
	color: rgba(149,28,85,1);
	font-weight: 700;
	font-size: 20px;
}

.text-block .kicker:after {
    content: '/';
    display: inline-block;
    margin-left: .2em;
    color: #d6d6d6;
}

.title-card {
	font-size: 24px;
    line-height: 0.9;
    padding: 0 0 20px 0;
    color: #333;
    line-height: 1.2;
}

.sub-title-card {
	font-family: 'Guardian Egyptian Web';
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
    padding: 10px 0;
}

.image-block .pointer-block {
	position: absolute;
	left: 4%;
	bottom: 4%;
	max-width: 90%;
	background-color: rgba(149,28,85,0.9);
	border-radius: 5px;
	padding:5px;
}

.image-block img.pointer {
	display:inline-block;
	padding-right: 2%;
	border-style:none;
	
}

.pointer-block > * {
	vertical-align: middle;
}

.image-block .call-to-action {
	display:inline-block;
	font-family: 'Guardian Text Sans Web';
	color: white;
	font-weight: bold;
	line-height: 20px;
	width: 70%;
}

.promo-wrapper .image-block {
	position: relative;
	display: block;
	width: 100%;
}

.image-block img.interactive-image {
	display: block;
	width: 100%;
	transition: opacity 0.4s ease;
	border-style:none;
	will-change: opacity;
}

.promo-wrapper:hover img.interactive-image {
	opacity: 0.6;
}

.promo-wrapper:hover .call-to-action {
	text-decoration: underline;
}

@media screen and (min-width: 620px){
	.promo-wrapper .image-block {
		display: inline-block;
		width: 60%;

	}

	.promo-wrapper .text-block {
		display: inline-block;
		width: 34%;
		padding-right: 5%;
	}

	.text-block .kicker {
    	font-size: 18px;
	}

}

@media screen and (min-width: 860px){
	.promo-wrapper .image-block {
		display: inline-block;
		width: 50%;

	}

	.promo-wrapper .text-block {
		display: inline-block;
		width: 44%;
		padding-right: 5%;
	}
}
