@charset "utf-8";

.sb-promo {
	max-width: 100%;
	clear: both;
	display: flex;
	margin: 0;
	flex-direction: row;
	padding:0
}

.sb-promo-inner {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.spborder{
border:.02em  solid #ccc;
}

.spmargin{margin: .5em 0}

.sppadding{padding: .5em}

a.spBlack {
	background: black;
	color: white !important;
	border: .02em solid #ccc
}

a.spBlack:hover {
	background: white;
	color: black !important
}

a.spBlue {
	background: #004083;
	color: white !important;
	border: .02em solid #ccc
}

a.spBlue:hover {
	background: white;
	color: #004083 !important
}

a.spGrey {
	background: #666;
	color: white !important;
	border: .02em solid #ccc
}

a.spGrey:hover {
	background: white;
	color: #666 !important
}

a.spGreen {
	background: #007b1e;
	color: white !important;
	border: .02em solid #ccc
}

a.spGreen:hover {
	background: white;
	color: #007b1e !important
}

a.spRed {
	background: #dc3545;
	color: white !important;
	border: .02em solid #ccc
}

a.spRed:hover {
	background: white;
	color: #dc3545 !important
}

a.spYellow {
	background: #ffbf00;
	color: black !important;
	border: .02em solid #ccc
}

a.spYellow:hover {
	background: black;
	color: #ffbf00 !important
}

a.spTeal {
	background: #007c8f;
	color: white !important;
	border: .02em solid #ccc
}

a.spTeal:hover {
	background: white;
	color: #007c8f !important
}

a.spWhite {
	background: white;
	color: #333 !important;
	border: .02em solid #ccc
}

a.spWhite:hover {
	background: #333;
	color: white !important
}

a.spOrange {
	background: #ff8100;
	color: black !important;
	border: .02em solid #ccc
}

a.spOrange:hover {
	background: black;
	color: #ff8100 !important
}

a.spPurple {
	background: #800080;
	color: white !important;
	border: .02em solid #ccc
}

a.spPurple:hover {
	background: white;
	color: #800080 !important
}


.spLeft {
	margin-right: auto
}

.spCentre {
	margin: 0 auto
}

.spRight {
	margin-left: auto
}


.splandscape {
	display: flex;
	flex-direction: row;
}

.spportrait {
	flex-direction: column;
	display: flex;
}

.spportrait .spleft img {
	margin: auto;
	display: flex
}

.spportrait .sptext {
	order: 2 !important
}

.spright {
	order: 1
}


.spportrait .spright img,
.spportrait .spleft img {
	padding: 0 !important
}

.sb-promo-image {
	margin: 0;
	padding: 0;
	max-width: 100%
}

.sb-promo-image img {
	max-width: 100%;
	height: auto;
	margin: auto;
	border: .02em solid #ddd
}

.sptext {
	padding: .5em;
	margin: auto;
	display: flex;
	flex-direction: column;
	max-width: 100%
}

.sb-promo-title {
	text-transform: capitalize;
	letter-spacing: .1em;
	padding: 0;	
	font-size: 2em !important;
	margin: 0 auto;	
	width: 100%;
	text-align: center;
	line-height: 1.1em !important
}

.sb-promo-description {
	padding: .5em !important;
	max-width: 100%;
	margin: 0;
	text-align: center;
	line-height: 1.2em
}

.sb-promo-button {
	padding: 0;
	text-align: center;
	margin: 1em auto !important;
	clear: both;
	width: auto;
	display: inline-flex;
	border-radius: 0 .5em .5em 0
}

.sb-promo-button a {
	padding:.8em;
	display: block;
	text-decoration: none;
	margin: auto;
	line-height: 1.2em;
	border-radius: 3em;
	font-size:1.4em;
	transition: all 0.25s ease-out
}

@media (max-width: 800px) {

	.sb-promo-description {
		font-size: 1em;
		line-height: 1.2em
	}

	.splandscape {
		flex-direction: column;
		height: 100%
	}

	.sb-promo-title {
		font-size: 2em !important;
		padding: .1em .2em !important;
		margin: .1em auto
	}

	.spleft,
	.spright {
		order: 1;
		display: flex
	}

	.spleft img,
	.spright img {
		padding: 0;
		margin: auto
	}

	.sptext {
		order: 2;
		padding: .5em 0 .5em 0
	}

	.sb-promo-button {
		order: 3
	}
}

