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

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}
.dropShadow {
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
	position:relative;
	z-index:2;
}


ol {
	margin: 0 0 0 2em;
	padding-left: 0px;
	color: #ccc;
}
li {
    padding-left: 0px;
    color: #d3ad37;
}

.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: #444444;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
a {
    text-decoration: none;
    color: #788891;
    font-weight: 400;
}
a:hover {
    color: #d3ad37;
    font-weight: 400;
}
p {
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    line-height: 1.4;
    
}

.openingPara {
    color: #333366;
	
}

.hasDropCap::first-letter {
    font-size: 3em;
    float: left;
    margin: 0 0.1em -0.1em 0;
    line-height: 1;
    color: #D3AD37;
    font-weight: 300;
}
.hasDropCap::first-letter2 {
    font-size: 2.9em;
    float: left;
    margin: 0 0.1em -0.1em 0;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 300;
}

.pSmall {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	line-height: normal;
}

.pSmallCentre {
    font-size: 12px;
    color: #D3AD37;
    font-weight: 400;
    text-align: center;
}

.pGold{
    color: #d3ad37;
    font-weight: 500;
   
   
}

.pDate {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.3;
}

.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 {
    color: #d3ad37;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
	
}



h2 {
    font-size: 30px;
    color: #444444;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3;
  
   
	
   
	
	
}
.h2 {
    font-family: 'Libre Baskerville', serif;
    color: #d3ad37;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 1.4;
	
	
}
.h3 {
    color: #284C55;
    font-size: 26px;
    font-weight: 400;
	
	
}
.dateBlue {
    color: #284C55;
    font-size: 20px;
    font-weight: 400;
	
	
}

h3 {
    font-size: 24px;
    color: #555555;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.4;
  
			
}


h4 {
    color: #d3ad37;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
	
	
}
h5 {
    color: #d3ad37;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
	
	
}

h6 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
	
	
}
.italicIn {
    color: #000000;
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
	
	
}

.blue {
    color: #287183;
    line-height: 1.4;
	
	
}
.testimonialFont { font-family: 'Libre Baskerville', serif;
    color: #287183;
    line-height: 1.4;
	
	
}
.gold {
    color: #d3ad37;
    line-height: 1.4;
	
	
}
.staticImage {
    position: relative;
    height: 800px;
}
.staticImage2 {
    position: relative;
    height: 500px;
}



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

#navWrapper { clear:both; }

#nav {
    position: absolute;
    text-decoration: none;
    bottom: 0px;
    right: 0;
    color: #d3ad37;
    font-size: 16px;
    font-weight: 500;
    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: #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: 15px;
	position: absolute;
	right: -3px;
	
}
#nav > ul > li > a.noDrop:after {
	content: none;
	
}
#nav ul li:hover > a {
    color: #d3ad37;
}
#nav ul li:hover > a:after {
	border-top-color:#788891;
}
#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: #d3ad37;	
	
}

#nav ul li:nth-child(3) ul { column-count:2; }


#nav a.subnav-arrow { position:absolute; padding:15px 22px; margin:0; width:0; top:-4px; margin-left:-10px; border:none; display:none; }
#nav a.subnav-arrow span { display:block; border: 7px transparent solid; border-left-color: #000;  transition-duration:0.3s; }
#nav a.subnav-arrow.active span { transform: rotateZ(90deg); transform-origin: 25% 50% 0; }	
#nav a.subnav-arrow:after { content:none; }



.introCopyTextWrapper {
    margin-top: 250px;
	 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.60);
	color: #FFFFFF;
	padding: 0 3%;
	text-align: left;
	overflow:hidden;
	
}
.introCopyTextTitle {
	font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-size: 46px;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    opacity: 0;
      transform: translateY(-100px);
    text-transform: none;
    line-height: 1.1;
    letter-spacing: -1px;
	
}
.introCopyText {
	font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-size: 34px;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    opacity: 0;
   	transform: translateY(100px);
    line-height: 1.2;
    padding-top: .5em;
}
.introCopyTextTitle, .introCopyText {
	transition-duration: 0.8s;
	
}
.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 {
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-transform: capitalize;
}
.centreBlockHeader2:after {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    margin: 25px auto 25px auto;
    background-image: url(../images/after-blue.png);
    background-repeat: no-repeat;
}



.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;
}
.wrapNews {
    padding-top: 48px;
    line-height: normal;
    background-color: #93A0A7;
}
.wrapDarkGrey {
    padding-top: 48px;
    line-height: normal;
    background-color: #2B2F30;
}


.wrap1 {
    padding-top: 30px;
    line-height: normal;
}
.wrap1 a {
    color: #284C55;
}
.wrap1 a .li {
	color: #333366;
	text-decoration: none;
}
.wrap1 a:hover {
    color: #D3AD37;
}
.wrapGrid {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #d3ad37;
}
.wrapGridWhite {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    border-top: 2px solid #287183;
}

.wrap1Last{
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

.wrap1Last a {
    text-decoration: none;
    color: #53636B;
    font-weight: 400;
    line-height: 1.1;
    font-size: 12px;
}

.wrap1Last a:hover {
    color: #d3ad37;
}
.wrapFooter {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #333333;
}
.wrapFooter a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 2;
}
.wrapFooter a:hover {
	color: #151414;
}
.wrap2 {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: 0% 20%;
    background-color: #F8F8F8;

}
.wrap2 a {
	color: #C3C0C0;
	font-weight: 300;
	
}
.wrap2 a .li {
	color: #333366;
	text-decoration: none;
}
.wrap2 a:hover {
	color: #EA383D;
	text-decoration: none;
	font-weight: 300;
	
}
.wrap3 {
    background-color: #788891;
    padding-top: 30px;
    background-repeat: no-repeat;
	
}
.wrap3 a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}
.wrap3 a .li {
	color: #333366;
	text-decoration: none;
}
.wrap3 a:hover {
    color: #CC3333;
    text-decoration: none;
}






.leftImage {
    float: left;
    margin-right: 15px;
    margin-top: 1px;
	
}
.rightImage {
	float: right;
	margin-left: 20px;
	margin-top: 1px;
	
}

.flexibleImage.leftImage {
	width: 100%;
}

.centreImage {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.centreImageNews {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #287183;
}
.centreImageLast {
    display: block;
    text-align: center;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
   
}

.marginTop {
	margin-top: 15px;
	padding-top: 5px;
}
.marginTop25 {
	margin-top: 25px;
	padding-top: 5px;
}

.marginTopImage {
    margin-top: 73px;
}
.marginTopImageContact {
    margin-top: 170px;
}

.box {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-top: 20px;
}

.boxArticle {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-top: 20px;
}

.boxMessage {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d3ad37;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: center;
   
}
.boxMessageInner {
    box-sizing: border-box;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
   
}
.boxMessageDefamation {
    box-sizing: border-box;
    position: relative;
    border: 4px solid #d3ad37;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: center;
    background-image: url(../images/defamation-social-media.jpg);
    background-color: #161E20;
    background-position: 100% 50%;
   
}
.box2 {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-bottom: 20px;
    padding-top: 0px;
    margin-left: 10px;
}
.boxBorderIndex {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-bottom: 15px;
    border: 1px solid #284C55;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    background-color: #FDFDFD;
    width: 100%;
}
.boxBorderQuote {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-bottom: 14px;
    border: 1px solid #D3AD37;
    padding-left: 14px;
    padding-top: 14px;
    padding-right: 14px;
    margin-bottom: 25px;
    background-color: #FCF9F2;
    width: 100%;
}
.boxIndexHeadLeft {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
   
}
.boxIndexHeadRight {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-right: 40px;
    margin-top: 15px;
    padding-bottom: 8px;
}
.boxNewsStandFirst {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
}



.newsStandFirst {
    font-size: 22px;
    color: #287183;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3;
}

.boxNewsBlue {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333333;
    background-color: #287183;
    line-height: 1.4;
   
}
.boxNewsClear {
    box-sizing: border-box;
    position: relative;
    padding-right: 10px;
    color: #333333;
    line-height: 1.4;
   
}
.newsTitleIndex {
    font-family: 'Libre Baskerville', serif;
    color: #287183;
    font-size: 26px;
}
.newsTitleIndexUpdate {
    color: #284C55;
    font-size: 22px;
    letter-spacing: -1px;
}


.boxNews {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #287183;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: 50% 97%;
    background-image: url(../images/BrianMcGrane-dark-logo.png);
}
.boxNews a {
    text-decoration: underline;
    color: #FFFFFF;
   
}
.boxNews a:hover {
    text-decoration: underline;
    color: #CCCCCC;
   
}
.boxNewsGold {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333333;
    background-color: #D3AD37;
    line-height: 1.4;
}
.boxNewsGold a {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.5;
}
.boxNewsGold a:hover {
    text-decoration: none;
    color: #333333;
    line-height: 1.5;
}
.boxNewsGrey {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333333;
    background-color: #2B2F30;
    line-height: 1.4;
}
.boxNewsGrey a {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.5;
}
.boxNewsGrey a:hover {
    text-decoration: none;
    color: #D3AD37;
    line-height: 1.5;
}


.boxCosts {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #D3AD37;
    padding-right: 20px;
    padding-left: 15px;
}
.boxCosts a {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.5;
}
.boxCosts a:hover {
    text-decoration: none;
    color: #333333;
    line-height: 1.5;
}
	
.boxFooter {
    box-sizing: border-box;
    position: relative;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    border: 2px solid #d3ad37;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
	
.boxFooter a {
    text-decoration: none;
    color: #666666;
    line-height: 1.5;
}
.boxFooter a:hover {
    text-decoration: none;
    color: #d3ad37;
    line-height: 1.5;
}
	


.box a {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
}
.box a:hover {
    color: #FFFFFF;
    font-weight: 400;
}

.boxList {
    box-sizing: border-box;
    position: relative;
    width: 90%;
    line-height: 1;
    font-size: 16px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #788891;
}
.boxList a {
    text-decoration: none;
    color: #788891;
    line-height: 1;
}
.boxList a:hover {
    color: #d3ad37;
    line-height: 1;
}



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

.boxButtonCentre {
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 10px;
    background-color: #FFFFFF;
    color: #287183;
    font-size: 16px;
    width: 90%;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #585757;
    margin-top: 10px;
}
.boxButtonCentre a {
    color: #287183;
}

.boxButtonCentre a:hover {
    color: #269CB9;
	
}




.boxButton {
    box-sizing: border-box;
    position: relative;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    text-align: left;
    padding-left: 12px;
    background-color: #3494AB;
    color: #FFFFFF;
    font-size: 20px;
    width: 40%;
    font-weight: 400;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.boxButton a {
    color: #FFFFFF;
    font-weight: 400;
}

.boxButton a:hover {
    color: #D3AD37;
    font-weight: 400;
}

.boxButtonArticle {
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: center;
    padding-left: 5px;
    background-color: #FFFFFF;
    color: #287183;
    width: 40%;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.boxButtonArticle a {
    color: #287183;
    font-weight: 400;
}

.boxButtonArticle a:hover {
    color: #D3AD37;
    font-weight: 400;
	
}

.boxButtonReadmore {
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 5px;
    background-color: #FFFFFF;
    color: #287183;
    width: 35%;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 16px;
    border: 1px solid #D3AD37;
    
}
.boxButtonReadmore a {
    color: #287183;
    font-weight: 400;
}

.boxButtonReadmore a:hover {
    color: #D3AD37;
    font-weight: 400;
	
}
.boxButtonSmall {
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
    padding-right: 2%;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid #999798;
    margin-top: 15px;
    padding-left: 2%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background-position: bottom;
    background-color: rgba(120,136,145,1.00);










	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    color: #4F5251;
    font-size: 14px;
    letter-spacing: 1px;
    width: 60%;
}
.boxButtonSmall a {
	color: #4F5251;
	font-size: 14px;
	font-weight:400;
}

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





.contentWrap2 {
	position: relative;
	max-width: 1200px;
	margin: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 40px;
}
.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;
}

sup2 {
    font-size: 30px;
    font-weight: 400;
}


.gridItem {
	margin-top: 10px;
	float: left;
	width: 15.06%;
	position: relative;
	margin-left: 1.6%;
	margin-bottom: 1.6%;
}
.name {
    font-size: 14px;
    color: #287183;
    margin-top: 13px;
    margin-bottom: 8px;
}
.smallCentre {
	font-size: 12px;
	color: #181819;
	text-align: center;

	
}
.goldScript {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    background-repeat: no-repeat;
    font-weight: 400;

	
}
.creditPhotoWhite {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    text-align: right;

	
}


.whiteScript {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;

	
}
.whiteScriptOpening {
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
	
}
.whiteScriptOpening:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #3494AB;
}



.whiteScriptOpeningNews {
     font-size: 20px;
	font-family: 'Libre Baskerville', serif;
    color: #ffffff;
    font-weight: 400;
	
}


.quoteBox {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    height: 600px;
}


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


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



.blueName {
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    padding-top: 5px;
    line-height: 1.4;
    margin-top: 5px;
	
}
.whiteh2 {
    color: #ffffff;
    text-transform: uppercase;
	
}
	

.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, .no-slideshow #header #logoWhite { opacity:0; }
#header.white #logoBlack, .no-slideshow #header #logoBlack { opacity:1; }
#header.white #nav li ul, .no-slideshow #header #nav li ul { background:#FFF; }
#header.white #nav ul li a, .no-slideshow #header #nav ul li a { color:#333366; }
#header.white #nav ul li a:hover, .no-slideshow #header #nav ul li a:hover {
    color: #d3ad37;
}
#header.white #nav > ul > li > a:after, .no-slideshow #header #nav > ul > li > a:after { border-top-color:#333366; }
#header.white, .no-slideshow #header {
	background: #FFF;
	border-bottom: 1px solid #8B888A;
}
#header.white .headerContact, .no-slideshow #header .headerContact { color:#666;  }

#logoWhite, #logoBlack, #nav ul li a, #nav > ul > li > a:after, #header, .headerContact {
    transition-duration: 0.75s;
    padding-top: 5px;
}
#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-size: 48px;
    color: #444444;
    font-weight: 300;
    margin-top: 10px;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
 
	
}
.centreBlockHeader:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    margin: 10px auto 10px auto;
    background-color: #D3AD37;
}



.footerTitle {
    font-size: 24px;
    color: #333333;
    font-weight: 300;
    margin-top: 24px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
	
}
.footerTitle:after {
    content: '';
	display: block;
	width: 120px;
	height: 2px;
	margin: 15px auto 30px auto;
	background-color: #d3ad37;
}





.whiteCentreTitle {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 30px;
    line-height: normal;
	
	
}
.blackCentreTitle {
    font-size: 36px;
    color: #287183;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
	
	
}
.centreColSubTitle {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    font-variant: normal;
    padding-top: 10px;
    padding-bottom: 10px;
	
	
}



.lineWhite {
	width: auto;
	border-top: 1px solid #333333;
	padding-top: 10px;
	padding-bottom: 20px;
}
.mob a {color:inherit;}

.leftImageW {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}
.overflowHidden{
    overflow: hidden;
}
.lineFull {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #3494AB;
    margin-bottom: 30px;
    padding-bottom: 1px;
    margin-top: 20px;
}










.contentWrap.full-width{
	max-width: none;
}

.white{
    color: #ffffff;
}
#popUp {
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 260px;
    text-align: center;
    border: 4px solid #A27816;
    background: #FFFFFF;
    z-index: 1000;
	}
.popup {
	
	text-align: center;
	text-transform: uppercase;
	
}
#popUp a:link {
    color: #000000;
    font-weight: 500;
    text-transform: none;
	
}
#popUp a:hover {
	color: #A27816;
	font-weight: 500;
}
#popUp a:visited {
	color: #000000;
	font-weight: 500;
	
}
.boxTeam {
    box-sizing: border-box;
    position: relative;
    width: 94%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    background-color: #287183;
    margin-top: 20px;
}
.boxResource {
    box-sizing: border-box;
    position: relative;
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 25px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    background-image: url(../images/justice.png);
    background-repeat: no-repeat;
    background-color: #F7F8F9;
    background-position: 95% 50%;
    border: 1px solid #E7EAED;
}
.boxList li {
    padding-left: 0px;
    margin-bottom: 8px;
    color: #AD9A5F;
    font-weight: 600;
}

.boxList li:last-child {
	margin-bottom: 0;
}
.boxList2 {
    box-sizing: border-box;
    position: relative;
    padding-right: 5px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    width: 100%;
}
.boxList2 li {
    padding-left: 0px;
    margin-bottom: 12px;
    color: #D3AD37;
    font-weight: 500;
}

.boxList2 li:last-child {
	margin-bottom: 0;
}
.newsGridItem {
    background-color: rgba(255,255,255,0.89);
}
.newsGridText {
	padding: 10px;
}
.newsTitle {
    font-family: 'Libre Baskerville', serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.4;
}
.newsDate {
    font-size: 16px;
    color: #D3AD37;
    padding-top: 8px;
    padding-bottom: 8px;
}
.newsTeaserText {
    color: #333333;
    font-weight: 300;
    font-size: 18px;
}
.newsGridItem.rolloverEnlarge:hover { transform: scale(1.05); }

.newsGridImage {
    overflow: hidden;
}
.photoCredit {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 9px;
    color: #B0AFAF;
    padding-top: 5px;
}
.black {
    color: #444444;
}
.articleBoxGold {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333333;
    background-color: #D3AD37;
    line-height: 1.4;
    width: 100%;
}
.articleBoxGold a {
    text-decoration: none;
    color: #FFFFFF;
   
}
.articleBoxGold a:hover {
    text-decoration: none;
    color: #333333;
   
}

.articleImageGold {
    box-sizing: border-box;
    position: relative;
    background-color: #D3AD37;
    line-height: 1.4;
    height: 100%;
}
.articleCopyGold {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    background-color: #D3AD37;
    line-height: 1.4;
}

.articleTitle {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Libre Baskerville', serif;
    color: #FFFFFF;
    font-weight: 500;
}
.articleP {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}
.parallaxWrap {
    height: 600px;
    position: relative;
}


.parallaxCaption {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.4;
}
.parallaxCaption2 {
    
   position: relative;
    text-align: center;
    font-size: 20px;
    color: #287183;
    font-weight: 400;
	
}
.parallaxCaption2 a:link {
    color: #FFFFFF;
}
.parallaxCaption2 a:hover {
    color: #CC3333;
}
.boxPara {
    box-sizing: border-box;
    position: relative;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    text-align: center;
    padding-left: 35px;
    background-color: rgba(255,255,255,0.73);
    color: #444444;
    width: 35%;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #777777;
    line-height: 1.4;
    letter-spacing: normal;
}
.boxPara a {
    color: #D3AD37;
    font-weight: 400;
}

.boxPara a:hover {
    color: #287183;
    font-weight: 400;
	
}
.concertinaWrapper {
    border-bottom: 2px solid  #d3ad37;
}
.concertinaHead {
	font-family: 'Libre Baskerville', serif;
    margin-top: 20px;
    border-top: 2px solid #d3ad37;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 0px;
    padding-bottom: 4px;
    position: relative;
    color: #555555;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
}
a.concertinaTrigger:first-of-type .concertinaHead {
	border: none;
}
.concertinaHead:after {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 22px;
    right: 0;
    content: '\2b';
    color: #287183;
    font-size:22px;
}
.concertinaHead.active:after {
	content:'\f068';
}

.concertinaContent {
}
.concertinaContentInner {
    padding-bottom: 20px;
}
.pConcertina {
    font-size: 16px;
    color: #143037;
    font-weight: 400;
    line-height: 1.5;
    
}.boxConcertina {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 40px;
    margin-left: 2%;
    margin-right: 2%;
}
.centreImageConcertina {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.contentWrap.narrow {
    max-width: 90%;
}
.wrap1shade {
    font-family: 'Libre Baskerville', serif;
    background-position: center;
    background-size: cover;
    padding-top: 15px;
    background-color: #E1EBF7;
    text-align: center;
    color: #183C6C;
    padding-bottom: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 1.6;
}
.wrap1shade a {
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}

.wrap1shade a:hover {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
