@charset "utf-8";

.cBlock-outer{
width: 100%;
clear: both;
display: flex;
padding:0;
}

.cBlock-outer .cBorder{
border:.02em  solid #ccc;
padding:.5em
}

.cBlock-outer .cMargin{
margin: 1em auto	
}

.Cimage img{
  max-inline-size: 100%;
  block-size: auto;
}

.Cimage .cImageRound{
border-radius: 50%;
shape-outside: circle(50%);
}

.Cimage .cImageLeft{
margin: 0 .5em 0 0;
float: left;
border:.02em  solid #ccc
}

.Cimage .cImageCenter{
margin:auto;
max-width: 100%;
border:.02em  solid #ccc;
display: flex
}

.Cimage .cImageRight{
float: right;
margin:  0 0 0 .5em;
border:.02em  solid #ccc;
}

.Cimage .cTitle{
color: #000;
padding: .3em .1em;
width: 100%;
overflow-wrap:break-word;
line-height: 1em;
margin: 0;
display: block
}

.Cimage .cTitleLeft{
text-align: left	
}

.Cimage .cTitleCenter{
text-align: center
}

.Cimage .cTitleRight{
text-align: right
}


.Cimage .cCaption{
padding: .2em;
width: auto;
margin:0
}


@media (max-width: 600px) {	
.Cimage .cImageLeft, .Cimage .cImageRight{max-width: 100%;clear: both;display: block;margin: auto;float:none}
.Cimage .cCaption{
width: 100%;
clear: both
}	
}

@charset "utf-8";

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

.sb-promo-inner {
	max-width: 100%;
	background: #f8f8f8;
}

.spborder{
border:.1em  solid #ccc;
border-radius:.3em
}

.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: #ddd;
	color: black !important;
	border: .02em solid #ccc
}

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

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

a.spGold:hover {
	background: white;
	color: #b68000 !important
}

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

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

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

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

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

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

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

a.spTeal:hover {
	background: white;
	color: #005461 !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 !important
}

.spCentre{
	margin:0 auto
	}

.spRight {
	margin-left: auto !important
}


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

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

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

.spportrait .sptext {
	order: 2 !important
}

.spright {
	order: 1
}

.sppadding{padding: .5em}


.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
	}
}


@media (max-width: 800px) {
	.sb-promo-button a {font-size:1em}
	}



