body {
	font-family: "Open Sans", sans-serif;
	text-align: center;
	overflow-x: hidden;
}

strong {
	font-family: "Roboto Slab", sans-serif;
	/*font-weight: 600;*/
}

a:hover {
	text-decoration: none;
}

/***** Buttons *****/
.button {
	display: inline-block;
	border: 2px solid white;
	color: white;
	padding: 8px 15px;
	line-height: normal;
	text-decoration: none;
}

.button:hover {
	background-color: white;
	color: #EB1F35;
	text-decoration: none;
}

.button.alt-1 {
	color: black;
}

/***** END Buttons *****/

.bucket {
	font-family: "Roboto Slab", sans-serif;
	/*font-family: 'Gloria Hallelujah', cursive;*/
	font-size: 1.1em;
	/*border-left: 1px solid #FFFFFF;*/
	/*height: 200px;*/
	margin-bottom: 20px;
	text-align: center;
}

.bucket:first-child {
	border: none;
}

.bucket a {
	color: #FFFFFF;
	display: block;
	vertical-align: middle;
	/*border-radius: 150px;*/
	border: 4px solid #FFFFFF;
	padding-top: 55px;
	width: 300px;
	height: 200px;
	margin: auto;
}

.bucketOne:hover {
	background-color: #67B4E2;
	text-decoration: none;
}

.bucketTwo:hover {
	background-color: #F8D069;
	text-decoration: none;
}

.bucketThree:hover {
	background-color: #66C186;
	text-decoration: none;
}

.activities .bucket a {
	padding-top: 25px;
	height: 400px;
	color: #000000;
}

.activities .bucketThree:hover {
	background-color: #EB1F35;
	text-decoration: none;
}

.bucketIcon {
	margin-top: 30px;
}

.bucket strong {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 2.5em;
	font-weight: normal;
}

.bucket .greyscaleLogo {
	margin-top: 15px;
}

h2 strong {
	font-weight: 700;
}

h2 strong {
	font-weight: 700;
}

.section {
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;

	line-height: 2em;
	font-size: 1.5em;
}

.section h1 {
	font-family: "Roboto Slab", sans-serif;
	font-size: 30pt;
	
}

.section h3 {
	font-family: "Roboto Slab", sans-serif;
	
}

h3 a {
	border: 2px solid #EB1F35;
	display: inline-block;
	color: #FFFFFF;
	background-color: #EB1F35;
	text-decoration: none;
	padding: 4px 8px;
}

h3.cta a {
	border: 2px solid #FECC64;
	background-color: #FECC64;
	color: #000000;
}

h3 a:hover {
	border: 2px solid #EB1F35;
	background-color: #FFFFFF;
	color: #C81B3A;
	text-decoration: none;
}

h3.cta a:hover {
	border: 2px solid #66C087;
	background-color: #66C087;
	color: #000000;
}

h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.transparentbg {
	background: rgba(255,255,255,0.9);
}

.section h2 {
	font-family: "Roboto Slab", sans-serif;
	font-size: 1.7em;
	line-height: 1.5em;
}

.colour-border-top {
	margin-top: -66px;
	margin-bottom: -1px;
	overflow: hidden;
}

.colour1 {
	background-color: #FFFFFF;
	color: #000000;
}

.colour-border {
	margin-bottom: -65px;
	margin-top: -1px;
	overflow: hidden;
}

.colour2 {
	background-color: #67B4E2;
	color: #FFFFFF;

}

.colour3 {
	background-color: #EB1F35;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

.colour4 {
	background-color: #F8D069;
	color: #000000;

}

.colour5 {
	background-color: #66C186;
	color: #000000;

}

.footer {
	/*font-size: 16pt;*/
	position: relative;
	line-height: 1.5em;
}

.logoBlock {
	/*text-align: right;*/

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.rollingPin {
	/*position: absolute;*/
	background-image: url(../images/rolling-pin.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 45px;
	padding-bottom: 40px;
	/*height: 100%;
	width: 100%;*/
}

@keyframes animatedBackground {
	from { background-position: 0 0;}
	to { background-position: 0 100%;}
}

@-webkit-keyframes animatedBackground {
	from { background-position: 0 0;}
	to { background-position: 0 100%;}
}


.carousel-control.left {
	background-image: none;
	left: -10%;
	text-shadow: none;
}

.carousel-control.right {
	background-image: none;
	left: auto;
	right: -10%;
	text-shadow: none;
}

.carousel-caption {
	background: rgba(255,255,255,0.9);
	max-width: 300px;
	position: absolute;
	right: auto;
	bottom: auto;
	top: 40px;
	left: auto;
	z-index: 10;
	padding: 20px;
	color: #000;
	text-align: center;
	text-shadow: none;
}

.container {

}

.carousel-caption.left {
	left: 40px;
}

.carousel-caption.right {
	right: 40px;
}

.carousel-indicators {
	bottom: -10%;
}

@supports (display: flex) {
	.logos-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.logos-row:before,
	.logos-row:after {
		display: none;
	}
}

.grayscaleLogo {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	margin-bottom: 45px;
	max-width: 100%;
}

.grayscaleLogo:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.footerLogo {
	height: auto;
	/*width: 120px;*/
}

.trademark {
	font-size: 10pt;
}

.links {
	line-height: 1em;
	text-align: left
}

.videoLinks {
	margin-top: 20px;
}

.videoLinks a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.8em;
	font-size: 0.8em;
}

.videoLinks a:hover {
	color: #F8D069;
}

.links a {
	color: #EB1F35;
	text-decoration: none;
}

.links a:visited {
	color: #EB1F35;
}

.links a:hover {
	color: #C81B3A;
}

.innerpage {
	text-align: left;
	margin-top: -60px;
}

.pageLogo {
	text-align: center;
	margin-top: 40px;
}

.innerHeader {
	font-size: 1.4em;
	font-family: "Roboto Slab", sans-serif;
}
.innerSubhead {
	font-size: 1.2em;
	font-family: "Roboto Slab", sans-serif;
}


.innerHeader strong {
	font-size: 1.7em;
	font-family: "Gloria Hallelujah", cursive;
	font-weight: normal;
}

.bottomLinks {
	margin-top: 20px;
	text-align: left;
	color: #EB1F35;
	font-size: 1.5em;
	font-family: "Roboto Slab", sans-serif;
}

.bottomLinks strong{
	font-size: 1.8em;
	font-family: "Gloria Hallelujah", cursive;
	font-weight: normal;
}

.bottomLinks a {
	color: #EB1F35;
}

.menu {
	position: fixed;
	width: 100%;
	z-index: 1030;
	border-bottom: 3px solid #FFFFFF;
}

.menu a:hover {
	color: #FFFFFF;
}

.menuBox {
	display: inline-block;
	padding: 30px 120px;
	padding-bottom: 50px;
	font-family: "Roboto Slab", sans-serif;
	font-size: 3em;
	border: 4px solid #FFFFFF;
	color: #FFFFFF;
	margin-bottom: -15px;
}

.menuLogo img {
	width: 120px;
}

.menuLogo {
	position: fixed;
	left: 20px;
	top: 15px;
}

.hamburger {
	position: fixed;
	right: 0px;
	top: 15px;
	width: 120px;
	text-align: left;
	padding: 5px 10px;
	z-index: 1030;
	font-size: 1.3em;
}

.hamburger a {
	color: #FFFFFF;
}

.faq {
	text-align: left
}

.faq h1 {
	color: #66C186;
	margin-bottom: 30px;
	font-family: "Roboto Slab", sans-serif;	
}

.faq > a {
	color: #000000;
	font-size: 1.5em;
	font-family: "Roboto Slab", sans-serif;	
}

.faq a:hover {
	color: #66C186;
}

.faq hr {
	border-color: #66C186;
	border-width: 2px;
}

.answer {
	padding-top: 15px;
	font-size: 1.1em;
}

.answer a {
	color: #66C186;
}

.challenge iframe {
	display: block;
	padding-bottom: 2em;
	margin: 0 auto;
}

#wowbookpage {
	position: relative;
	height: calc(100vh - 96px);
	overflow: hidden;
}

#toolkit {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.closeLink a {
	color: inherit;
	/*font-size: 1.2em;*/
	font-weight: bold;
}

.closeLink a:hover {
	color: inherit;

}

.footer a {
	color: #EB1F35;
	text-decoration: none;
}

.footer a:hover {
	color: #C81B3A;
	text-decoration: none;
}

.footer a:visited {
	color: #EB1F35;
	text-decoration: none;
}

#backgroundScroll {
	background-image: url(../images/background-icons-04-3.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 15s linear infinite;
	-webkit-animation: animatedBackground 15s linear infinite;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}

.screen-reader-text:focus {
	 background-color: #111;
	 border-radius: 3px;
	 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	 clip: auto !important;
	 color: #CCC;
	 display: block;
	 font-size: 0.883em;
	 font-weight: bold;
	 height: auto;
	 left: 5px;
	 line-height: normal;
	 padding: 15px 23px 14px;
	 text-decoration: none;
	 top: 5px;
	 width: auto;
	 z-index: 100000; /* Above WP toolbar. */
 }