@charset "utf-8";
/* CSS Document */
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
}
.dropShadow {
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 2;
}
#navShim { height: 131px; }

ol {
	margin: 0 0 0 2em;
	padding-left: 0px;
	color: #ccc;
}
li {
	padding-left: 0px;
	color: #36A9E1;
}
.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: "Montserrat", sans-serif;
	margin: 0px;
	font-size: 16px;
	color: #333333;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
a {
    text-decoration: none;
    color: #888A75;
    font-weight: 400;
}
a:hover {
	color: #36A9E1;
	font-weight: 400;
}
p {
    color: #3F4036;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
.pFooter {
	color: #FFFFFF;
	font-size: 126px;
	font-weight: 400;
	
}
.openingPara {
	color: #333366;
}
.hasDropCap::first-letter {
	font-size: 2.9em;
	float: left;
	margin: -0.1em 0.1em -0.1em 0;
	line-height: 1;
	font-weight: 400;
}
.pSmall { 
    font-size: 14px;
    color: #5A5A50;
    font-weight: 400;
    line-height: normal;
}
.pSmallCentre {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
}
.pDate {
    font-family: "Crimson Text", serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 4px;
}
.centreText {
	margin-top: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.4;
	font-size: 12px;
	letter-spacing: 1px;
}
h1 {
    font-family: "Crimson Text", serif;
    font-size: 30px;
    font-weight: 300;
    color: #3F4036;
    background-position: 0% 0%;
    line-height: 1.4;
    letter-spacing: -1px;
}

h2 {
	color: #333333;
	font-size: 22px;
	font-weight: 300;
	line-height: normal;
}
h3 {
	color: #2D2E83;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}
h4 {
	
	color: #36A9E1;
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
}
h5 {
	color: #FFFFFF;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 500;
}
h6 {
	color: #B7AB87;
	font-size: 20px;
	font-weight: 400;
}

#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: 35px;
}

#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: 6px;
	right: -7px;
	background-position: bottom;
	padding-top: 3px;
	width: auto;
	text-align: right;
	padding-left: 0px;
	
}
.headerContact a {
	color: #333366;
}
.headerContact a:hover {
	color: #666666;
}
#navWrapper { clear:both; }

#nav {
    position: absolute;
    text-decoration: none;
    bottom: 0px;
    right: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
#nav ul {
	list-style-type: none;
	font-weight: 500;
	margin: 0 -10px 0 0;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style-type: none;
	font-weight: 500;
}
#nav ul li a {
	position: relative;
	color: #fff;
	display: block;
	padding: 18px 14px 12px 18px;
	font-weight: 500;
}
#nav > ul > li > a:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-top-color: #FFF;
	top: 29px;
	position: absolute;
	right: -3px;
	font-weight: 500;
}
#nav > ul > li > a.noDrop:after {
	content: none;
}
#nav ul li:hover > a {
    color: #b5b8a3;
    font-weight: 500;
}
#nav ul li:hover > a:after {
	border-top-color:#b5b8a3;
	font-weight: 500;
}
#nav li:hover ul {
	display: block;
	font-weight: 500;
}
#nav ul ul {
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}
#nav ul ul li {
	float: none;
	font-weight: 500;
}
#nav ul ul a {
	text-align: left;
	padding: 10px 18px;
	font-weight: 500;
}
#nav ul ul a:hover {
    color: #b5b8a3;
    font-weight: 500;
}
.introCopyTextWrapper {
   padding-top: 300px;
	width: 70%;
    float: left;
    position: relative;
}
.introCopy {
	
	
	position: relative;
	z-index: 100;
	max-width: 1200px;
	margin: 0 auto;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
	color: #FFFFFF;
	padding: 0 3%;
	text-align: left;
	overflow: hidden;
}
.introCopyTextTitle {
    font-size: 60px;
    color: #F0F2E1;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(-100px);
    text-transform: none;
    line-height: 1.1;
}
.introCopyText {
	font-size: 38px;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
	opacity: 0;
	transform: translateY(100px);
	line-height: 1.1;
	padding-top: .5em;
}
.introCopyTextTitle, .introCopyText {
    transition-duration: 0.8s;
    font-weight: 400;
    color: #F0F2E1;
}
.active .introCopyTextTitle, .active .introCopyText, .animatedIntro.animated .introCopyTextTitle, .animatedIntro.animated .introCopyText {
	opacity: 1;
	transform: translateY(0);
}
.leftBlockHeader {
	font-size: 40px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	line-height: 1.4;
}
.leftBlockHeader:after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	margin: 10px auto 20px auto;
	background-color: #333366;
}
.centreBlockHeader2 {
	 font-family: "Crimson Text", serif;
    font-size: 44px;
    color: #4B4C40;
    font-weight: 300;
    margin-top: 15px;
    line-height: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.centreBlockHeader2:after {
    content: '';
    display: block;
    width: 300px;
    height: 44px;
    margin: 12px auto 60px auto;
    background-image: url(../images/scroll.png);
}
.centreFooterHeader {
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
	margin-top: 25px;
}
.marginZero {
	margin-bottom: 0px;
}
.wrapWhite {
    padding-top: 48px;
    line-height: normal;
    background-color: #FBFBFB;
    padding-bottom: 40px;
}
.wrapWhitea {
    color: #55553F;
    text-decoration: underline;
    font-weight: 400;
}
.wrapWhite a .li {
	color: #333366;
	text-decoration: none;
}
.wrapWhite a:hover {
    color: #64645D;
    text-decoration: underline;
}
.wrap1 {
    padding-top: 48px;
    line-height: normal;
    background-color: #EFEFEB;
    padding-bottom: 40px;
}
.wrap1 a {
    color: #96968A;
    text-decoration:none;
    font-weight: 400;
}
.wrap1 a .li {
	color: #333366;
	text-decoration: none;
}
.wrap1 a:hover {
    color: #64645D;
    text-decoration: none;
}
.wrapGrid {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #96968A;
}
.wrapGrid2 {
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #36A9E1;
}

.wrapFooter {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #888A75;
}
.wrapFooter a {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2;
}
.wrapFooter a:hover {
	color: #151414;
}
.wrap2 {
    padding-top: 48px;
    background-repeat: no-repeat;
    background-position: 0% 20%;
    background-color: #F9F9F7;
    padding-bottom: 40px;
}
.wrap2 a {
    color: #8B888A;
    font-weight: 400;
    text-decoration: underline;
}
.wrap2 a .li {
	color: #333366;
	text-decoration: none;
}
.wrap2 a:hover {
    color: #4B4C40;
    text-decoration: underline;
    font-weight: 400;
}

.leftImage {
    float: left;
    margin-right: 20px;
    margin-top: 1px;
    margin-bottom: 3px;
}

.leftImageText {
    font-family: "Crimson Text", serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
} 

.flexibleImage.leftImage {
	width: 100%;
}
.centreImage {
	display: block;
	text-align: center;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.marginTop {
	margin-top: 5px;
	padding-top: 5px;
}
.marginTopImage {
	margin-top: 73px;
}


.box {
	box-sizing: border-box;
	position: relative;
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}



.boxFooter {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    text-align: center;
    border: 1px solid #FFFFFF;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
}
.boxFooter a {
    color: #FFFFFF;
}
.boxFooter a:hover {
    text-decoration: none;
    color: #E2E5D4;
}



.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: #CB0F5F;
}
.boxButton {font-family: "Crimson Text", serif;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 170px;
    padding-left: 5px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 9px;
    text-align: center;
    border: 1px solid #555555;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    margin-top: 20px;
}
.boxButton a {
    text-decoration: none;
    color: #3F4036;
}
.boxButton a:hover {color: #A0A0A0;
}
.boxButtonRight {font-family: "Crimson Text", serif;
    box-sizing: border-box;
    position: relative;
	float:right;
    width: 100%;
    max-width: 170px;
    padding-left: 5px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 9px;
    text-align: center;
    border: 1px solid #555555;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    margin-top: 20px;
}
.boxButtonRight a {
    text-decoration: none;
    color: #3F4036;
}
.boxButtonRight a:hover {color: #A0A0A0;
}
.boxButtonFrames {
    font-family: "Crimson Text", serif;
    box-sizing: border-box;
    padding-left: 5px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 9px;
    text-align: center;
    border: 1px solid #555555;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #96968A;
    margin-top: 10px;
    clear: both;
    float: none;
    color: #EBEBEB;
}
.boxButtonFrames a {
    text-decoration: none;
    color: #E4E0D4;
}
.boxButtonFrames a:hover {
    color: #FFFFFF;
}

.boxButtonSmall {
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
    padding-right: 2%;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 2%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-position: bottom;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
    color: #4F5251;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #36A9E1;
}
.boxButtonSmall a {
	color: #4F5251;
	font-size: 14px;
	font-weight: 400;
}
.boxButtonSmall a:hover {
	color: #999798;
	font-size: 14px;
	font-weight: 400;
}
.contentWrap {
	position: relative;
	max-width: 1200px;
	margin: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 40px;
}
.contentWrapWhite {
    position: relative;
    max-width: 800px;
    margin: auto;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 40px;
    background-color: #FBFBFB;
    padding-top: 20px;
}
.contentWrapNarrow {
    position: relative;
    max-width: 800px;
    margin: auto;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 40px;
    padding-top: 20px;
}


.rolloverEnlarge {
	transition-duration: 0.3s;
}
.rolloverTrigger:hover .rolloverEnlarge, .rolloverEnlarge:hover {
	transform: scale(1.1);
}
sup {
	text-transform: lowercase;
	position: relative;
	font-size: 0.8em;
	top: 0.1em;
}

.parallaxWrap {
	height: 600px;
	position: relative;
}
.parallaxCaption {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 0px;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 60px;
}

.gridItem {font-family: "Crimson Text", serif;
	margin-top: 10px;
	float: left;
	width: 15.06%;
	position: relative;
	margin-left: 1.6%;
	margin-bottom: 1.6%;
}
.gridItem  a {
    text-decoration: none;
}

.gridItem  a:hover {
    text-decoration: none;
}

.whiteScript {
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.whiteScriptOpening {
	color: #ffffff;
	font-size: 26px;
	font-weight: 400;
}

.blockBox {
    box-sizing: border-box;
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.centreBox {
	box-sizing: border-box;
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}


.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;
}
#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: #888a75;;
}
#header.white #nav ul li a:hover {
	color: #888a75;;
}
#header.white #nav > ul > li > a:after {
	border-top-color: #888a75;;
}
#header.white {
	background: #FFF;
	border-bottom: 1px solid #888a75;;
}
#header.white .headerContact {
	color: #888a75;
}
#logoWhite, #logoBlack, #nav ul li a, #nav > ul > li > a:after, #header, .headerContact {
	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;
}
.centreBlockHeader {
    font-family: "Crimson Text", serif;
    font-size: 44px;
    color: #4B4C40;
    font-weight: 300;
    margin-top: 20px;
    line-height: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.centreBlockHeader:after {
    content: '';
    display: block;
    width: 300px;
    height: 44px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    background-image: url(../images/scroll.png);
}

.footerTitle {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: 300;
	margin-top: 24px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.whiteCentreTitle {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 30px;
	line-height: normal;
}

.teamGridTitle {
	font-size: 20px;
	color: #2D2E83;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 10px;
	position: relative;
}
.teamGridTitle:after {
	content: '\f05a';
	position: absolute;
	right: 6px;
	top: 10px;
	font-family: 'FontAwesome';
	font-size: 1.18em;
}
.teamGridSubTitle {
	font-size: 14px;
	color: #36A9E1;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
	font-variant: normal;
	padding: 10px;
	position: relative;
}
.lineWhite {
	width: auto;
	border-top: 1px solid #333333;
	padding-top: 10px;
	padding-bottom: 20px;
}
.mob a {
	color: inherit;
}

.overflowHidden {
	overflow: hidden;
}
.lineFull {
	padding-top: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #d3ad37;
	margin-bottom: 30px;
	padding-bottom: 1px;
}
.contentWrap.full-width {
	max-width: none;
}
.white {
	color: #ffffff;
	text-align: center;
}

.boxServices {font-family: "Crimson Text", serif;
    box-sizing: border-box;
    position: relative;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.boxList li {
	padding-left: 0px;
	margin-bottom: 8px;
	color: #36A9E1;
	font-weight: 400;
	font-size: 18px;
}
.boxList li:last-child {
	margin-bottom: 0;
}
.boxList2 {
    box-sizing: border-box;
    position: relative;
    width: 99%;
    padding-right: 5px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}
.boxList2 li {
    padding-left: 0px;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-weight: 300;
}

.boxList2 li:last-child {
	margin-bottom: 0;
}
.whiteSubTitle {
    font-size: 28px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.4;
}


.video-wrapper {
	height: 800px;
}
.slideShowWrapper.zoomIn .slide img {
	transition: transform 5.5s linear;
}
.slideShowWrapper.zoomIn .slide.zoom img {
	transform: scale(1.1)
}
.centreColSubTitle {
    font-family: "Crimson Text", serif;
    font-size: 3em;
    font-size: 26px;
    color: #4B4C40;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    letter-spacing: -1px;
}
.hasDropCap::first-letter {font-family: "Crimson Text", serif;
    font-size: 3em;
    float: left;
    margin: 0 0.1em -0.1em 0;
    line-height: 1;
    font-weight: 300;
}
.hasDropCap::first-letter2 {font-family: "Crimson Text", serif;
    font-size: 3em;
    float: left;
    margin: 0 0.1em -0.1em 0;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 300;
}
.shopCaption {
    font-family: "Crimson Text", serif;
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #6C6D5D;
    line-height: 1.2;
    font-weight: 400;
    background-image: url(../images/small-scroll.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    text-align: center;
  
}

.shopCaption a {
    text-decoration: none;
}

.shopCaption a:hover {
    text-decoration: none;
}
.line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #828181;
    padding-top: 22px;
    text-align: center;
}
