@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: #ccc;
}
li {
    padding-left: 0px;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
}

.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: 40px;
	right: 0px;
	
}
body {
    font-family: 'Rajdhani', sans-serif;
    margin: 0px;
    font-size: 16px;
    color: #FFFFFF;
    overflow-x: hidden;
    background-color: #D1D5D6;
}

a {
    text-decoration: none;
    color: #FAFCFC;
    font-weight: 500;
}
a:hover {
    color: #BD9DDF;
    font-weight: 500;
}
p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    background-repeat: no-repeat;
}
.hasDropCap::first-letter {
    font-size: 3em;
    float: left;
    margin: -0.04em 0.1em -0.4em 0;
    font-weight: 400;
    line-height: 1;
}

#clients .contentWrap .hasDropCap {
}

.pDark {
   
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    background-repeat: no-repeat;
    font-style: normal;
    text-align: center;
}


.pSmall {
    color: #3D5D71;
    font-weight: 400;
    font-size: 15px;
}

.pSmallCentre {
    font-size: 16px;
    color: #584071;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}
.pDate {
	
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: normal;
}

.centreText {
	margin-top: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-weight: 400;
	line-height: 1.4;
}





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

.staticImage2 {
    position: relative;
    height: 500px;
}


#header {
    position: fixed;
    width: 100%;
    z-index: 200;
  
}
#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: 15px;
	margin-bottom: 25px;
}
#strap {
	position: relative;
	margin-left: 60px;
	
	
}

#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: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    right: -8px;
    background-position: bottom;
    width: auto;
    text-align: right;
    padding-left: 0px;
    color: #FFFFFF;
    padding-right: 0px;
    margin-right: 10px;
    
    margin-top: 16px;
}
.headerContact a {
	color: inherit;
}
#navWrapper { clear:both; }
#nav {
    position: absolute;
    text-decoration: none;
    bottom: 0px;
    right: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
#nav ul {
	color: #ffffff;
	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: #FFF;
	display: block;
	padding:18px 14px 12px 18px;
}
#nav > ul > li > a:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-top-color: #FFF;
	top: 29px;
	position: absolute;
	right: -3px;
	
}
#nav > ul > li > a.noDrop:after {
	content: none;
	
}
#nav ul li:hover > a {
	color:#FFFFFF;
}
#nav ul li:hover > a:after {
	border-top-color:#405371;
}
#nav li:hover ul {
	display: block;
}
#nav ul ul {
	font-size:8px;
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	 text-transform: none;
}
#nav ul ul li {
	float: none;
}
#nav ul ul a {
	text-align: left;
	padding: 10px 18px;
}
#nav ul ul a:hover {
	color: #405371;
	
	
}


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

#header.white #logoWhite { opacity:0; }
#header.white #logoBlack { opacity:1; }
#header.white #nav li ul { background:#405371; }
#header.white #nav ul li a:hover {
    color: #b581ec;
}
#header.white #nav > ul > li > a:after {border-top-color: #b581ec;
}
#header.white {
	background: #405371;
	border-bottom: 1px solid #b581ec;
}
#header.white .headerContact { color:#FFFFFF;  }

#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; }



.paraHead {
	font-family: 'Rajdhani', sans-serif;
	font-size: 30px;
	color: #FFF;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
	
}
.introCopyTextWrapper {
    float: left;
    position: relative;
    width: 90%;
    line-height: 1;
}
.introCopyTextWrapperBooks {
    float: left;
    position: relative;
    width: 70%;
    line-height: 1;
}

.introCopy {
	position: relative;
	z-index: 100;
	max-width: 1200px;
	margin: 0 auto;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.60);
	color: #FFFFFF;
	font-size: 46px;
	padding: 0 3%;
	text-align: left;
	overflow:hidden;
	margin-top: 150px;
}
.introCopyTextTitle {
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-size: 72px;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    opacity: 0;
    /*	margin-top: -100px; */
    transform: translateY(-100px);
    line-height: 1.1;
	
}
.introCopyText {
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    opacity: 0;
    /*	margin-top: 200px; */
	
    transform: translateY(100px);
    text-transform: none;
    line-height: normal;
}
.introCopyTextTitle, .introCopyText {
    transition-duration: 0.8s;
    margin-top: 30px;
	
}
.active .introCopyTextTitle, .active .introCopyText, 
.animatedIntro.animated .introCopyTextTitle, .animatedIntro.animated .introCopyText { opacity:1; transform:translateY(0); }



.centreBlockHeader {
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
.centreBlockHeader:after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    margin: 10px auto 20px auto;
    background-color: #D1D5D6;
}
.centreBlockHeader2NoAfter {
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
    color: #405371;
    font-size: 50px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

#welcome .contentWrap .centreBlockHeader2 {
}

.centreBlockHeader2 {
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
    color: #405371;
    font-size: 50px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.centreBlockHeader2:after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    margin: 5px auto 10px auto;
    background-color: #6B4791;
}
.centreBlockHeader3 {
    font-family: 'Rajdhani', sans-serif;
    color: #405371;
    font-size: 36px;
    font-weight: 500;
    padding-top: 8px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
}
.centreBlockHeader3:after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
  	margin-top: 8px;
	margin-bottom: 25px;
    background-color: #658E97;
}

h1 {
    font-size: 36px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0px;
}


h2 {   font-size: 36px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0px;
}



h3 {   font-size: 36px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0px;
}


h4 {   font-size: 36px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0px;
}

h5 {   font-size: 36px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0px;
}


h6 {   font-size: 36px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0px;
}


.listTitle {
    font-family: 'Rajdhani', sans-serif;
    color: #B39756;
    font-size: 22px;
    font-weight: 600;
    padding-top: 0px;
    text-transform: uppercase;
    text-align: left;
}
.listTitle2 {
    font-family: 'Rajdhani', sans-serif;
    color: #B39756;
    font-size: 24px;
    font-weight: 600;
    padding-top: 0px;
    text-align: left;
}

.centreBlockHeader4 {
	 font-family: 'Rajdhani', sans-serif;
    text-align: center;
    color: #000000;
    font-size: 50px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}



.centreFooterHeader {
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
    color: #3D5D71;
    font-size: 26px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1;
    margin-top: 25px;
	
}
.marginZero {
	margin-bottom: 0px;
}

.wrap1 {
    padding-top: 35px;
    padding-bottom: 70px;
}
.wrap1 a {
    color: #FFFFFF;
    font-weight: 500;
}
.wrap1 a .li {
	color: #B39756;
	text-decoration: none;
}
.wrap1 a:hover {
    color: #B3C0D1;
    font-weight: 500;
}


.wrapFooter {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #6B4791;
    text-align: left;
}
.wrapFooter a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 400;
}
.wrapFooter a:hover {
	color: #151414;
}
.wrap2 {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-repeat: repeat;
    background-color: #F4F4F4;
}
.wrap2 a {
    color: #1E718A;
    font-weight: 400;
    text-decoration: underline;
	
}
.wrap2 a .li {
	color: #B39756;
	text-decoration: none;
}
.wrap2 a:hover {
    color: #333333;
    text-decoration: underline;
    font-weight: 400;
	
}
.wrap3 {
    background-color: #361953;
    padding-top: 35px;
    padding-bottom: 70px;
	
}
.wrap3 a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 400;
}
.wrap3 a .li {
	color: #B39756;
	text-decoration: none;
}
.wrap3 a:hover {
    color: #B492D9;
    text-decoration: underline;
}

.wrap3Light {
    background-color: #FAFCFC;
    padding-top: 30px;
    border-bottom: 2px solid #6B4791;
	
}
.wrap3Light a {
    color: #6B4791;
    text-decoration: none;
    font-weight: 400;
}
.wrap3Light a .li {
	color: #B39756;
	text-decoration: none;
}
.wrap3Light a:hover {
    color: #3D597A;
    text-decoration: none;
    font-weight: normal;
}

.wrap3Totem {
    background-color: #FAFCFC;
    padding-top: 35px;
    padding-bottom: 10px;
    border-top: 2px solid #F2F7F7;
	
}
.wrap3Totem a {
    color: #6B4791;
    text-decoration: underline;
    font-weight: 400;
}
.wrap3Totem a .li {
	color: #B39756;
	text-decoration: none;
}
.wrap3Totem a:hover {
    color: #3D597A;
    text-decoration: underline;
    font-weight: 400;
}


.wrap3White {
    background-color: #FFFFFF;
	
}
.wrap3White a {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}
.wrap3White a .li {
	color: #B39756;
	text-decoration: none;
}
.wrap3White a:hover {
    color: #9D78C4;
    text-decoration: none;
    font-weight: normal;
}


.wrap4 {
    background-color: #E9EEF2;
    padding-top: 35px;
}
.wrap4 a {
    color: #7F98B6;
    text-decoration: none;
    font-weight: 400;
}
.wrap4 a .li {
	color: #B39756;
	text-decoration: none;
}
.wrap4 a:hover {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}


.rightImage {
    float: right;
    margin-left: 2px;
   
}

.leftImage {
    float: left;
    padding-right: 20px;
   
}
.leftQuoteImage {
    float: left;
    padding-right: 5px;
    padding-top: 4px;
   
}

.leftImage2Border {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.leftImage2 {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
	
}


.flexibleImage.leftImage {
	width: 100%;
}

.centreImage {
    display: block;
    text-align: center;
}
.centreImageMain {
	display: block;
	
	text-align: center;
	width:100%;
}

.marginTop {
    margin-top: 12px;
    padding-top: 10px;
}
.marginTopImage {
    margin-top: 25px;
}
.marginTopResponsive {
    margin-top: 120px;
    margin-bottom: 30px;
}
.box {
    box-sizing: border-box;
    position: relative;
	 text-align: center;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-bottom: 20px;
    width: 99%;
	
}


.boxFooter {
    box-sizing: border-box;
    position: relative;
    width: 95%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 20px;
    background-color:#405371;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: center;
}
	
.boxFooter a {
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
}
.boxFooter a:hover {
    font-size: 18px;
    text-decoration: none;
    color: #3D5D71;
    line-height: 1.6;
    font-weight: 400;
}
	



.box a {
    font-family: 'Rajdhani', sans-serif;
    text-decoration: none;
    color: #4B4A4A;
    font-weight: 500;
}
.box a:hover {
    font-family: 'Rajdhani', sans-serif;
    color: #5D7DA2;
    font-weight: 500;
}

.boxList {
    box-sizing: border-box;
    position: relative;
    width: 90%;
    line-height: 1.4;
    font-size: 16px;
    padding-left: 10px;
    color: #4F5251;
    padding-right: 5px;
}

.arrowList{
    padding-left: 60px;
    color: #3D5D71;
}
.arrowList li {
    list-style: none;
    position: relative;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
}
.arrowList li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 30px;
    left: -40px;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/bullet.png);
    background-size: 20px;
}


.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 {
    box-sizing: border-box;
    font-size: 18px;
    position: relative;
    margin-top: 15px;
    width: 55%;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-align: center;
    color: #6B4791;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}
.boxButton a {
    color: #6B4791;
    font-weight: 500;
    line-height: normal;
}

.boxButton a:hover {
    color: #405371;
    font-size: 18px;
}


.boxButtonSmall {
    box-sizing: border-box;
    position: relative;
    width: 150px;
    padding-top: 8px;
    padding-right: 4px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid #658E97;
    margin-top: 20px;
    padding-left: 4px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    color: #4F5251;
    font-size: 14px;
    letter-spacing: 1px;
}
.boxButtonSmall a {
	color: #4F5251;
	font-size: 14px;
	font-weight:400;
}

.boxButtonSmall a:hover {
	color: #999798;
	font-size: 14px;
	font-weight: 400;
	
}

.boxlatestArticles {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	
}


.boxInfo {
    box-sizing: border-box;
    position: relative;
    width: 98%;
    padding-right: 5px;
    padding-bottom: 20px;
    text-align: left;
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-left: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.boxVideo {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}







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


sup {
    font-size: 20px;
    font-weight: 500;
}

.parallaxWrap {font-family: 'Rajdhani', sans-serif;
    position: relative;
    width: 100%;
    height: 800px;
}

.parallaxCaption {
    font-family: 'Rajdhani', sans-serif;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20%;
    padding-right: 20%;
}
.parallaxCaption2 {font-family: 'Rajdhani', sans-serif;
    display: block;
    position: relative;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
 
}
.centreWhite {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
 
}
.centreWhite2 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: normal;
 
}

.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%;
}
.gridBackgroundColour {
    box-sizing: border-box;
    position: relative;
	background-color: #6B4791;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
	
}

.gridBackgroundColour a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    
}

.gridBackgroundColour a:hover {
    color: #D1D5D6;
	font-size: 16px;
    text-decoration: none;
	
}












.name {font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #1E718A;
    margin-top: 13px;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: none;
}
.dateNew {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #584071;
    margin-top: 13px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.6;
    text-align: right;
}

.smallCentre {
	font-size: 12px;
	color: #181819;
	text-align: center;

	
}

.whiteScript {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
	
}
.whiteScriptOpening {
   
    color: #ffffff;
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
	
}
.white {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
	
}

.whiteSmall {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
	
}

.whiteNoSize {
    color: #ffffff; 
	
}
.whiteEmail {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
	
}

.readMore {
    width: 48%;
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    background-color: #FFF;
    font-weight: 400;
    border: 2px solid #567496;
    text-align: left;
    text-transform: uppercase;
}
.readMore a:link {
    color: #3E7BBF;
    font-weight: 400;
    font-size: 14px;
}
.readMore a:hover {
    color: #7F98B6;
    font-size: 14px;
    font-weight: 400;
}
.quoteBox {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;
	background-color: #A27816;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 10px;
}


.blockBox {
    box-sizing: border-box;
    position: relative;
    width: 94%;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-align: left;
   
}

.blockBoxBldg {
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    background-repeat: no-repeat;
    border: 6px solid #1E718A;
    width: 410px;
    background-color: #1E718A;
   
}


.blockBoxbookLarge {
    box-sizing: border-box;
    position: relative;
    width: 98%;
    margin-bottom: 10px;
    padding-bottom: 20px;
   
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.blockBoxWhiteR {
    box-sizing: border-box;
    position: relative;
    width: 90%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-align: left;
    background-color: #F8F9FA;
    padding-left: 20px;
    border: 1px solid #658E97;
    padding-right: 20px;
    margin-left: 5%;
    margin-right: 5%;
}

.blockBoxBlueBg {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 20px;
    border: 1px solid #658E97;
    padding-right: 20px;
    padding-top: 20px;
    margin-top: 20px;
}
.blockBoxYellowBg {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-align: left;
    background-color: #FCF5EC;
    padding-left: 20px;
    border: 1px solid #D1D5D6;
    padding-right: 20px;
    padding-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}


.blockBoxTrans {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
    
}
.blockBoxTransLeftAlign {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
    
}
.boxQuote{
    box-sizing: border-box;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #361953;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 10px;
    padding-right: 10px;
    
}
.centreBox {
	box-sizing: border-box;
	position: relative;
	width: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}


.quote {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #584071;
    font-weight: 400;
}

	
	

.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%);
}



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





.footerTitle {
	font-family: 'Rajdhani', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 24px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	
}

.whiteCentreTitle {
	font-family: 'Rajdhani', sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 500;
	margin-top:12px;
	line-height: normal;
	text-align: center;
	
}



.greyColSubTitle {
    font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    color: #C6CBCC;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
	
}

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

.paraOpening {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
}
.paraOpeningSmaller {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}
.paraOpeningDark {
    font-family: 'Rajdhani', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #405371;
    line-height: 1.6;
}

.lineWhite {
    width: 100%;
    padding-top: 3px;
    background-color: #D1D5D6;
    margin-top: 15px;
    margin-bottom: 15px;
}



.overflowHidden{
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lineFull {
    padding-top: 10px;
    border-top: 1px solid #1E718A;
    margin-top: 35px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lineFullNoPad {
    border-top: 1px solid #9AB5BB;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.lineMiniCentre{
    border-top: 1px solid #9AB5BB;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}

.lineHalfLeft{
    border-top: 1px solid #9AB5BB;
    width: 50%;
  
    margin-bottom: 5px;
    margin-top: 5px;
}




.rightAlign {
    text-align: right;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1px;
    font-size: 18px;
    color: #584071;
}

.leftAlign {
    text-align: left;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1px;
    font-size: 18px;
    color: #584071;
}

.articleTitle {
    color: #658E97;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.2;
}

.courseTitle {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    color: #6B4791;
    text-align: left;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.4;

}
.courseTitleWhite {
    font-family: 'Rajdhani', sans-serif;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.2;

}

.episodeTitle {
    font-family: 'Rajdhani', sans-serif;
    font-size: 32px;
    color: #6B4791;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    font-weight: 500;

}
.centreColSubTitleSellers {
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    color: #405371;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 2px;
    text-align: center;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 8px;

}
.centreColSubTitleSellers:after {
  content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 6px auto 10px auto;
    background-color: #6B4791;
}


.centreColSubTitle {
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    color: #333333;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 2px;
    text-align: center;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;

}
.centreColSubTitleDark {
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    color: #3D5D71;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;

}

.centreColSubTitleDarkSmall {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    color: #3D5D71;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;

}



.boxButtonCentre {
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #EFB449;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    background-position: 0% 100%;
    margin-top: 10px;
    /* [disabled]margin-left: 10%; */
}
.boxButtonCentre a {
    color: #FAFCFB;
    font-weight: 400;
}
.boxButtonCentre a:hover {
    color: #20201F;
    font-weight: 400;
}


.centreArticleIntro {
    font-size: 24px;
    color: #333333;
    text-align: left;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.5;
}
.centreTextTitle {
    font-family: 'Rajdhani', sans-serif;
    color: #5D7DA2;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.spacerLine {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    background-color: #BFCBDA;
    height: 1px;
}

.dropShadow {
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
	position:relative;
	z-index:2;
}
.boxServices {
    box-sizing: border-box;
    position: relative;
    width: 94%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}



.aboutBox {
    box-sizing: border-box;
    position: relative;
    width: 94%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
   
}


.slideShowWrapper.zoomIn .slide img { transition:transform 7.5s linear; }
.slideShowWrapper.zoomIn .slide.zoom img { transform:scale(1.1) }


.clientBox {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
   
}

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

.contentWrapNarrow{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.wrap1shade {
    background-position: center;
    background-size: cover;
    padding-top: 8px;
    background-color: #9BB53A;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.boxTeam {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #273346;
    margin-top: 3px;
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
	letter-spacing: -1px;
  
}
.galleryImageWrapper {
    position: relative;
    overflow: hidden;
    background-color: #FAFCFC;
}
.galleryExpoCaption {
    position: relative;
    overflow: hidden;
    border-left-color: #B6B6B6;
    border-right-color: #B6B6B6;
    border-bottom-color: #B6B6B6;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: left;
    padding-top: 5px;
    font-size: 14px;
    color: #555555;
    line-height: 1.2;
    text-transform: none;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 3px;
    padding-right: 3px;
   
}
.galleryCaption {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #584071;
    line-height: 1;
    font-weight: 400;
    background-color: #FAFCFC;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.galleryCaptionTop {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}
.galleryCaption a {
    color: #6B4791;
    font-weight: 500;
    text-decoration: none;
}
.galleryCaption a:hover {
    color: #AC85D5;
    font-weight: 500;
    text-decoration: none;
}
.line {
    border-bottom: 1px solid #6B4791;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.lineLink {
    border-bottom: 1px solid #361953;
    margin-top: 15px;
    margin-bottom: 20px;
}
.footerHeader
{
	font-size:40px;
	 font-weight: 500;
	color:#ffffff;
	
}

.no-wrap {  white-space: nowrap; }

#lightwidget-wrapper iframe { vertical-align: top; }

.pipe {
   color: #b581ec;
    font-weight: 500;
    font-size: 22px;
}
