@charset "utf-8";
/* CSS Document */



html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}


ol {
	margin: 0 0 0 2em;
	padding-left: 0px;
	color: #ccc6;
}
li {
    padding-left: 0px;
    color: #EE321D;
    font-size: 20px;
}

.indent {
	margin-left: 1em;
	text-indent: -1em;
}
img {
	outline: none;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hamburger {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
body {
    font-family: "Arsenal", sans-serif;
    margin: 0px;
    font-size: 16px;
    color: #534F4F;
    overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #ee321d;
	font-weight: 500;
}
a:hover {
    color: #E0A13C;
    font-weight: 500;
}
p {
    color: #333333;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}
.contentWrap2 .whitebgBox p {
}
.contentWrap2 .whitebgBox p {
}



.pSmall {
    color: #ED740E;
    font-size: 16px;
    line-height: 1;
    font-weight: 200;
    letter-spacing: normal;
}

.name{
    font-size: 14px;
    margin-bottom: 12px;
    color: #2A2422;
    margin-top: 8px;
}

.centreText {
    text-align: center;  
}



h1 {
    font-size: 44px;
    font-family: "Arsenal", sans-serif;
    color: #EE321D;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-top: 10px;
    line-height: normal;

	
}
h2 {
    font-size: 44px;
    font-family: "Arsenal", sans-serif;
    color: #EE321D;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-top: 10px;
	
}
h3 {
    font-family: "Arsenal", sans-serif;
    font-size: 34px;
    color: #E0A13C;
    font-weight: 300;
    line-height: 1.4;
}
h4 {
    font-family: "Arsenal", sans-serif;
    font-size: 34px;
    color: #E0A13C;
    font-weight: 300;
    line-height: 1.4;
}
h5 {
   font-family: "Arsenal", sans-serif;
    font-size: 34px;
    color: #E0A13C;
    font-weight: 300;
    line-height: 1.4;
}
h6 {
	 font-family: "Arsenal", sans-serif;
    font-size: 34px;
    color: #E0A13C;
    font-weight: 300;
    line-height: 1.4;
}

.staticImage {
    position: relative;
    height: 800px;
}

.claret{
    color: #538338;
}



#header {
    position: fixed;
    width: 100%;
    z-index: 200;
    background-repeat: no-repeat;
}
#headerOuter {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 3%;
	padding-left: 3%;
	max-width: 1200px;
}
#headerInner {
	padding-top: 0px;
	position: relative;
}
#headerImage {
	position: relative;
	float: left;
}
#headerImage img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#navShim { height:179px; }

.slide {
	width: 100%;
	height: 100%;
	
}
.faderLeft, .faderRight {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 20;
	cursor: pointer;
}
.faderLeft {
	left: 3%
}
.faderRight {
	right: 3%;
}



.flexibleImage {
	width: 100%;
	height: auto;
}
.headerContact {
    box-sizing: border-box;
    position: absolute;
    top: -15px;
    text-align: right;
 	right: -7px;
    padding-left: 5px;
    padding-bottom: 5px;
}



#navWrapper { clear:both; }
#nav {
    position: absolute;
    text-decoration: none;
    bottom: 5px;
    right: 0;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
	
}
#nav ul {
	list-style-type: none;
	margin: 0 -10px 0 0;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li a {
	position: relative;
	color: #ffffff;
	display: block;
	padding: 20px 15px 12px 18px;
}
#nav > ul > li > a:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-top-color: #e0a13c;
	top: 29px;
	position: absolute;
	right: -3px;
	
}
#nav > ul > li > a.noDrop:after {
	content: none;
	
}
#nav ul li:hover > a {
    color: #ee321d;
}
#nav ul li:hover > a:after {
	border-top-color:#ee321d;
}
#nav li:hover ul {
	display: block;
}
#nav ul ul {
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#nav ul ul li {
	float: none;
}
#nav ul ul a {
	text-align: left;
	padding: 10px 18px;
}
#nav ul ul a:hover {
	color: #ee321d;
	
	
}

.whiteTitleTop {
    font-family: "Arsenal", sans-serif;
    font-size: 34px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.4;
}
.introCopy {
    position: relative;
    z-index: 100;
    max-width: 1200px;
    padding-right: 10%;
    padding-left: 10%;
    margin: 0 auto;
    text-transform: none;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    color: #FFFFFF;
    font-size: 46px;
    padding-top: 200px;
    line-height: 1.2;
    text-align: left;
    font-weight: 500;
}

.introCopyTextTitle {
    font-size: 48px;
    font-family: "Arsenal", sans-serif;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    opacity: 0;
    margin-left: -400px;
    line-height: 1.2;
}
.introCopyText {
    font-family: "Arsenal", sans-serif;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    opacity: 0;
    margin-left: 400px;
    line-height: 1.2;
    margin-top: 20px;
}
.introCopyTextTitle, .introCopyText {
    transition-duration: 1s;
   
}
.active .introCopyTextTitle, .active .introCopyText { opacity:1; margin-left:0; }


.introCopyText a {
	color: #fff;
	text-decoration: none;
}
.introCopyText a:hover {
	color: #ee321d;
}

.boxFooter {
	box-sizing: border-box;
	position: relative;
	width: 98%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding-bottom: 20px;
	line-height: 1.4;
	
	
	
}




.centreBlockHeader {
    font-size: 44px;
    font-family: "Arsenal", sans-serif;
    text-align: center;
    color: #e0a13c;	
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 25px;
    line-height: 1.1;
    margin-top: 10px;
}
.centreBlockHeader:after {
    content: '';
    display: block;
    width: 90px;
    height: 6px;
    margin: 20px auto 30px auto;
    background-color: #ee321d;	
}

.centreBlockHeaderWhite {
    font-size: 44px;
     font-family: "Arsenal", sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 0px;
    line-height: 1.1;
    margin-top: 10px;
}
.centreBlockHeaderWhite:after {
    content: '';
    display: block;
    width: 90px;
    height: 6px;
    margin: 20px auto 30px auto;
    background-color: #ee321d;	
}

.centreBlockHeaderRed {
    font-size: 44px;
    font-family: "Arsenal", sans-serif;
    text-align: center;
    color: #EE321D;
    font-weight: 400;
    padding-top: 0px;
    line-height: 1.1;
    margin-top: 10px;
}
.centreBlockHeaderRed:after {
    content: '';
    display: block;
    width: 90px;
    height: 6px;
    margin: 20px auto 60px auto;
    background-color: #ee321d;	
}




.centreBlockHeaderWhiteonRed {
    font-size: 44px;
     font-family: "Arsenal", sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 0px;
    line-height: 1.1;
    margin-top: 10px;
}
.centreBlockHeaderWhiteonRed:after {
    content: '';
    display: block;
    width: 90px;
    height: 6px;
    margin: 20px auto 30px auto;
    background-color: #e0a13c;	
}



.centreFooterHeader {
     font-family: "Arsenal", sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: normal;
    margin-top: 25px;
    text-transform: uppercase;
    background-color: #ee321d;
}
.centreFooterHeader:after {
	content: '';
	display: block;
	width: 180px;
	height: 60px;
	margin: 10px auto 5px auto;
	
}
 .redTitle {
    font-size: 38px;
    font-family: "Arsenal", sans-serif;
    text-align: left;
    color: #EE321D;
    font-weight: 400;
    padding-top: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: normal;
}

.marginZero {
	margin-bottom: 0px;
}
.wrapBlack {
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wrap1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #E0A13C;
}
.wrap1 a {
    color: #EE321D;
    font-weight: 400;
}
.wrap1 a .li {
	color: #ee321d;
	text-decoration: none;
}
.wrap1 a:hover {
    color: #2A2422;
    font-weight: 400;
}
.wrap1WhiteThorns {
    padding-top: 30px;
    padding-bottom: 200px;
    background-color: #FFFFFF;
    border-top: 3px solid #E0A13C;
    background-image: url(../events-images/thornBg.jpg);
    background-repeat: repeat-x;
    background-position: 0% 100%;
	
}
.wrap1White {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-top: 3px solid #E0A13C;
}
.wrap1White a {
    color: #EE321D;
    font-weight: 400;
}
.wrap1White a .li {
	color: #ee321d;
	text-decoration: none;
}
.wrap1White a:hover {
    color: #2A2422;
    font-weight: 400;
}


.wrapFooter {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E5A13C;
}
.wrapFooter a {
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.6;
}
.wrapFooter a:hover {
    color: #538338;
    line-height: 1.6;
}
.wrapFooterLast {
    padding-bottom: 20px;
    letter-spacing: 1px;
    background-color: #FFFFFF;
}
.wrapFooterLast a {
    font-weight: normal;
    text-decoration: none;
    color: #EE321D;
}
.wrapFooterLast a:hover {
    color: #EE321D;
}


.wrap2 {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 400px;
    border-top: 8px solid #E0A13C;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/people.png);
    background-position: 50% 100%;
}
.wrap2 a {
    color: #EE321D;
    font-weight: 400;
	
}
.wrap2 a .li {
	color: #ffffff;
	text-decoration: none;
}
.wrap2 a:hover {
    color: #FC9A36;
    text-decoration: none;
    font-weight: 400;
	
}
.wrap2 a:visited {
    color: #EE321D;
    text-decoration: none;
    font-weight: 400;
	
}
.wrap22 {
    background-color: #FBF9F7;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #E0A13C;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #372B1D;
}
.wrap22 a {
    color: #E0A13C;
    font-weight: 500;
	
}
.wrap22 a .li {
	color: #ffffff;
	text-decoration: none;
}
.wrap22 a:hover {
    color: #E0A13C;
    text-decoration: none;
    font-weight: 500;
	
}
.wrap22 a:visited {
    color: #EE321D;
    text-decoration: none;
    font-weight: 500;
	
}

.wrap3 {
    background-color: #EE321D;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 40px;
}
.wrap3 a {
    color: #E0A13C;
    text-decoration: none;
    font-weight: 500;
}
.wrap3 a .li {
	color: #ee321d;
	text-decoration: none;
}
.wrap3 a:hover {
    color: #2A2422;
    text-decoration: none;
    font-weight: 500;
}




.name .colourWhite {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
}

.leftImage {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 20px;
	
	
}

.leftImage1 {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
	
	
}
.leftImage3 {
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	
}

.flexibleImage.leftImage {
	width: 100%;
}
.leftImage2 {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	border: 1px solid #ee321d;
}
.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.centreImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
}


.marginTop {
    font-family: "Arsenal", sans-serif;
    margin-top: 25px;
    color: #538338;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}
.marginTopImage {
    margin-top: 40px;
    color: #538338;
    font-size: 18px;
    line-height: 1.2;
}

.boxTitle {
     font-family: "Arsenal", sans-serif;
    box-sizing: border-box;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 28px;
    font-size: 22px;
    background-color: #ee321d;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
}
.boxTitleSmaller {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    background-color: #ee321d;
    text-transform: uppercase;
    height: 60px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.box {
    box-sizing: border-box;
    position: relative;
    width: 94%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0px;
	
}
.boxWithBorders {
    box-sizing: border-box;
    position: relative;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 20px;
    padding-right: 30px;
    border: 1px solid #E9A52E;
    padding-left: 30px;
	
}


.boxFooter {
    box-sizing: border-box;
    position: relative;
    width: 96%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    text-align: center;
    border: 3px solid #EE321D;
    padding-bottom: 3%;
    line-height: 1.4;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
}
.boxFooterBorderless {
	box-sizing: border-box;
	position: relative;
	width: 98%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	
	padding-bottom: 20px;
	line-height: 1.4;
	
	
	
}


.box a:link {
    text-decoration: none;
    color: #EE321D;
    font-weight: 300;
}
.box a:hover {
    color: #E9A52E;
    font-weight: 500;
}

.boxList {
    box-sizing: border-box;
    position: relative;
    float: left;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    width: auto;
}
.boxList a {
    text-decoration: none;
    color: #E0A13C;
    font-weight: 500;
}
.boxList a:hover {
    color: #ee321d;
    font-weight: 500;
}

.boxQuote {
     font-family: "Arsenal", sans-serif;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 80px;
    color: #538338;
    padding-bottom: 20px;
    padding-right: 60px;
    background-image: url(../images/quote-marks.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    background-position: 1% 5%;
    text-align: left;
    font-style: italic;
}
.boxQuote a {
	text-decoration: none;
	color: #4F5251;
}
.boxQuote a:hover {
	color: #ee321d;
	font-weight: 600;
}

.boxTestimonial {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #ee321d;
}
.boxTestimonial a {
	text-decoration: none;
	color: #4F5251;
}
.boxTestimonial a:hover {
	color: #ee321d;
	font-weight: 600;
}
.footerBox {
	box-sizing: border-box;
	position: relative;
	background-repeat: repeat-y;
	width: 100%;
	color: #181819;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	text-align: center;
}
.footerBox a:link {
	text-decoration: none;
	color: #7E7E7E;
	font-weight: 400;
}
.footerBox a:hover {
	color: #ee321d;
}

.boxButton {
    font-size: 26px;
    box-sizing: border-box;
    position: relative;
    padding-right: 20px;
    text-align: center;
    border: 1px solid #E0A13C;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #E0A13C;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -1px;
}
.boxButton a {
    color: #FFFFFF;
  
}

.boxButton a:hover {
    color: #EE321D;
	
}

.boxButtonSmall {
    font-size: 20px;
    box-sizing: border-box;
    position: relative;
    width: 33%;
    padding-right: 20px;
    text-align: center;
    border: 1px solid #E0A13C;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #E3AD55;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: -1px;
}
.boxButtonSmall a {
    color: #FFFFFF;
  
}

.boxButtonSmall a:hover {
    color: #EE321D;
	
}


.contentWrap {
	position: relative;
	max-width: 1200px;
	margin: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 40px;
}

.contentWrap.full-width{
	max-width: none;
}
.contentWrap.narrow {
    max-width: 80%;
}
.contentWrapWB.narrow {
    max-width: 700px;
    margin: auto;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 40px;
    background-repeat: no-repeat;
}

.rolloverEnlarge {
	transition-duration: 0.3s;
}
.rolloverEnlarge:hover {
	transform: scale(1.1);
}
.overflowHidden {
	overflow: hidden;
}

sup {
    font-size: 12px;
   
}

.parallaxWrap {
    height: 800px;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #392D1F;
}


.gridWrapper {
	overflow: hidden;
	position: relative;
	margin-left: -1.6%;
	margin-bottom: -1.6%;
	margin-top: 20px;
}
.gridItem {
	margin-top: 10px;
	float: left;
	width: 15.06%;
	position: relative;
	margin-left: 1.6%;
	margin-bottom: 1.6%;
}
.name1 {
	font-size: 18px;
	position: relative;
	text-transform: none;
	line-height: 1.4;
	font-weight: 300;
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: left;
	padding-left: 5px;
	color: #181819;
	letter-spacing: -1px;
}
.subHead {
    color: #E0A13C;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1px;
   
}
.whiteScript {
	color: #FFFFFF;
	font-weight: 400;
}

.whiteScriptOpening {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
}

.whiteCentreScript {
	color: #FFFFFF;
	text-align: center;
}
.redOpen {
    color: #EE321D;
    font-weight: 500;
}
.red {
    color: #EE321D;
   
}

.whiteScriptName {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
}

.whiteCentreScriptSerif {
     font-family: "Arsenal", sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
}

.readMore {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
	margin-top: 10px;
	position: relative;
	background-color: #FFF;
	width: 140px;
	font-size: 16px;
	height: auto;
	border: 1px solid #D1967E;
	text-align: center;
}
.readMore a:link {
	color: #6A4B3F;
	text-transform: uppercase;
	font-size: 16px;
}
.readMore a:hover {
	color: #ee321d;
	text-transform: uppercase;
	font-size: 16px;
}
.masterclassBoxTitle {
	box-sizing: border-box;
	position: relative;
	width: 90%;
	margin-bottom: 10px;
	
	
}

.blockBox {
    font-family: "Arsenal", sans-serif;
    box-sizing: border-box;
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
   
   
}

.blockBox2 {
    font-family: "Arsenal", sans-serif;
    box-sizing: border-box;
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #7C7C7C;
}
.blockBox2 a {
    color: #E0A13C;
    font-size: 20px;
}

.blockBox2 a:hover {
    color: #EE321D;
	 font-size: 20px;
}
	
.centreBox {
    box-sizing: border-box;
    position: relative;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
   
}
.blockBoxNews {
    box-sizing: border-box;
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 2px solid #ee321d;
}
.blockBoxImage {
    box-sizing: border-box;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    
}
.whitebgBox {
    box-sizing: border-box;
    position: relative;
    margin-right: auto;
    padding-left: 20px;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    padding-top: 10px;
   
}
.whitebgBoxEventsPage {
    box-sizing: border-box;
    position: relative;
    margin-right: auto;
    padding-left: 20px;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    padding-top: 20px;
   
}

.quote {
	
	font-size: 60px;
	color: #ee321d;
	position: relative;
	vertical-align: bottom;
	bottom: -30px;	
}
.quote.bottom {
	vertical-align: top;
	top: -3px;}
	
	

.centreButton {
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7E7E7E;
	width: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	background-position: 5% 0%;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	background-image: -webkit-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
}

#logoWhite { position:absolute; left:0; width:420px;}
#logoBlack { opacity:0; }

#header.white #logoWhite { opacity:0; }
#header.white #logoBlack { opacity:1; }
#header.white #nav li ul { background:#FFF; }
#header.white #nav ul li a {
    color: #e0a13c;
}
#header.white #nav ul li a:hover { color:#ee321d; }
#header.white #nav > ul > li > a:after { border-top-color:#ee321d; }
#header.white { background:#FFF;  }

#logoWhite, #logoBlack, #nav ul li a, #nav > ul > li > a:after, #header { transition-duration:0.75s; }
#nav ul li:hover a, #nav > ul > li:hover > a:after { transition-duration:0s; }


.fancybox-caption {text-align:center;
padding-top:50px !important}
.fancybox-caption::after {border:none !important;}

.darkGrey {
	color: #333;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	letter-spacing: -1px;
}
.courseTitle {
	font-size: 24px;
	color: #ee321d;
	text-align: center;
}
.nameTitle{
    font-size: 26px;
    color: #EE321D;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: 1.2;
}
.nameTitleBlack{
    font-size: 24px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: normal;
}

.listTitle{
    font-size: 22px;
    color: #EE321D;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.infoTitle{
    font-size: 26px;
    color: #E0A13C;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: normal;
}

.nextEvent{
    font-size: 46px;
    color: #E0A13C;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: normal;
}
.infoTitleIndex{
    font-size: 26px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: normal;
}
.infoTitleIndex:after {
    content: '';
    display: block;
    width: 88%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #EE321D;
}
.infoTitleIndex2{
    font-size: 26px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: normal;
}


.nameTitleWhite{
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.centreColTitle {
    font-family: "Arsenal", sans-serif;
    font-size: 28px;
    color: #2A2422;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 1;
}



.footerTitle {
    font-family: "Arsenal", sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 24px;
    text-transform: uppercase;
    text-align: center;
}

.footerTitle:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 0px auto;
    background-color: #EE321D;
}




.rolloverEnlarge {
	transition-duration: 0.3s;
	
}
.rolloverEnlarge:hover {
	transform:scale(1.1);
}
.openingPara {
	font-size: 26px;
	 font-family: "Arsenal", sans-serif;
		color: #FFFFFF;
	line-height: 1.2;
}

.openingParaDark {
    font-size: 28px;
    line-height: 1.2;
    font-family: "Arsenal", sans-serif;
}
.openingParaLarge {
    font-size: 40px;
    font-family: "Arsenal", sans-serif;
    color: #534F4F;
    line-height: 1.2;
    font-weight: 400;
}
.line {
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    position: relative;
    background-color: #E0A13C;
    height: 1px;
    width: 100%;
    margin-left: auto;
}

.line2 {
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    background-color: #EE321D;
    height: 1px;
    width: 100%;
    margin-left: auto;
}
.boxContactLeft {
    box-sizing: border-box;
    position: relative;
    width: 40%;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    background-color: #E0A13C;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    text-align: center;
	
}

.boxContactLeft a {
    color: #FFFFFF;
    font-weight: 300;
	
}

.boxContactLeft a:hover {
    color: #EE321D;
    font-variant: normal;
    font-weight: 300;
	
}

.boxRegister {
    box-sizing: border-box;
    position: relative;
    width: 60%;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    background-color: #E0A13C;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
	
}

.boxRegister a {
    color: #FFFFFF;
    font-weight: 300;
	 font-size: 20px;
}

.boxRegister a:hover {
    color: #EE321D;
    font-weight: 300;
    font-size: 20px;
	
}

.boxContact {
	 font-family: "Arsenal", sans-serif;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #6A4B3F;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	
}

.video-wrapper { height: 800px; }


.parallaxCaption {
    position: relative;
    text-align: center;
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: 0px 0px;
    font-weight: 300;
}
.parallaxCaption2 {
    font-family: "Arsenal", sans-serif;
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #E0A13C;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.40);
    font-weight: 400;
    font-variant: normal;
    padding-top: 10px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: capitalize;
	
}
.boxTeam {
     font-family: "Arsenal", sans-serif;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    width: 94%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    background-color: #ee321d;
    margin-top: 20px;
    padding-bottom: 8px;
}


.centreColSubTitle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
	
	
}

.colSubTitleBlack {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    color: #333333;
    text-align: left;
	
	
}
.hasDropCap::first-letter {
    font-family: "Arsenal", sans-serif;
    font-size: 4em;
    float: left;
    margin: -0.1em 0.1em -0.1em 0;
    line-height: 1;
    font-weight: 300;
   
    
}
.wrapGrid {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #8EC6C7;
}
.boxGridGallery {
    box-sizing: border-box;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding-top: 20px;
    width: auto;
}
.sectionIntro {
    font-size: 26px;
    line-height: 1.2;
}
.sectionIntroRed {
    font-size: 26px;
    line-height: 1.2;
    color: #EE321D;
}
.sectionIntroWhite {
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
}
.dropShadow {
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 2;
}
.pipe {
    color: #E0A13C;
    font-weight: 500;
}
.wrap1shade {
    background-position: center;
    background-size: cover;
    padding-top: 4px;
    background-color: #EE321D;
    text-align: center;
    padding-bottom: 4px;
    font-weight: 500;
    letter-spacing: 1px;
}
.wrap1shade a {
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    letter-spacing: -1px;
}

.wrap1shade a:hover {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -1px;
}
#popUp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    border: 8px solid #D36E35;
    background-repeat: no-repeat;
    width: auto;
    line-height: normal;
    max-width: 30%;
    text-align: center;
    background-color: rgba(255,255,255,0.85);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.popUpTitle {
    font-size: 30px;
    color: #E0A13C;
    text-align: center;
    font-weight: 500;
    line-height: normal;
}

.pPopUp {
    color: #333333;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: normal;
}

.popup {
	text-align: center;
	text-transform: uppercase;
}
#popUp a {
    color: #E0A13C;
    font-weight: 500;
    text-transform: none;
}
#popUp a:hover {
    color: #EE321D;
    font-weight: 500;
    background-color: #FFFFFF;
}



#popUp2 {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    font-size: 22px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    border: 5px solid #02BB66;
    color: #333333;
    font-weight: 400;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../images/gofundme.png);
    background-repeat: no-repeat;
    background-position: 50% 10%;
  
 
}




.boxDates {
    box-sizing: border-box;
    position: relative;
    width: 96%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    text-align: left;
    border: 2px solid #EE321D;
    padding-bottom: 10px;
    line-height: 1.4;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.gfm-embed {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    float: left;
}
.zeffy {
	position:relative;
	overflow:hidden;
	height:450px;
	width:100%;
	padding-top:450px;
	
	
	
	
}.spacer {
    width: 100%;
    height: 20px;
}
.boxMedia {
    box-sizing: border-box;
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 32px;
    margin-left: 2px;
    border: 1px solid #8B888A;
    background-color: #FFFFFF;

	
}
.boxMedia a {
    color: #208C9F;
    font-weight: 400;
    font-size: 18px;
}

.boxMedia a:hover {
    color: #287183;
    font-weight: 400;
    font-size: 18px;
}
