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

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

ul {
    margin: 0 0 0 1em;
    padding-left: 5px;
    line-height: normal;
    color: #1C88C6;
    list-style-type: none;
	
}
ol {
	margin: 0 0 0 2em;
	padding-left: 0px;
	color: #666666;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

.blue {color: #1c88c6;}


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: 'Roboto', sans-serif;
    margin: 0px;
    font-size: 16px;
    color: #3D4851;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
}
a:hover {
    color: #1C88C6;
    font-weight: 500;
	
}

p {
    font-family: 'Roboto', sans-serif;
    color: #133333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	
}
.white {
	color: #fff;
	line-height: 1.6;
	font-size: 18px;
	
}
.pStrong {
	color: #47474A;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1px;
	
}
.pSmall {
	color: #565555;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
}

.pSmallBlue {
    color: #6E93A9;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400;
}
.pSmallWhite {
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}
.credit {
	margin-top: 0;
	color: #181819;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.centreText {
	margin-top: 0;
	color: #000000;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.centreTextSmall {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
}
h1 {
	color: #999999;
	font-size: 24px;	
	
	
	
}
h2 {
	text-shadow: 0px 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	
}
h3 {
	font-size: 50px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.6;
	letter-spacing: -1px;
	text-shadow: 3px 3px 12px #000000;
	margin-bottom: 6px;
	min-width: 0px;
	margin-top: 0px;

		
}
h4 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 0px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.6;
	text-shadow: 2px 2px 10px #000000;
}
h5 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 0px;
	color: #FFFFFF;
	line-height: 1.6;
	text-shadow: 0px 0px;
	letter-spacing: -1px;
	margin-bottom: 30px;
	
	
	
}
h6 {
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.4;
	
}

.pRight {
	text-align: right;
}
.openingPara {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    color: #181819;
    line-height: normal;
    letter-spacing: -1px;
	
}



.openingPara2 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    color: #000000;
    line-height: normal;
    letter-spacing: -2px;
	
}
.openingPara2:after {
	content: '';
	display: block;
	width: 95%;
	height: 3px;
	margin: 10px auto 20px 0px;
	background-color:#1c88c6;
}
.openingPara2Blue {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    color: #1C88C6;
    line-height: normal;
    letter-spacing: -2px;
	
}
.openingParaSmaller {font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0px;
	color: #999999;
	line-height: normal;
}
.openingParaDark {font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0px;
	color: #181819;
	line-height: normal;
}
.secondParaDark {
	font-size: 16px;
	font-weight: 500;
	color: #2B2A2A;
	line-height: normal;
}
.boxTitle {
	font-size: 24px;
	font-weight: 400;
	margin-top: 0px;
	color: #999999;
	line-height: normal;
	letter-spacing: -1px;
	
}

#header {
    position: fixed;
    width: 100%;
    z-index: 200;
    border-bottom: 1px solid #565555;
    background-color: #F8FCFE;
}
#headerOuter {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 3%;
    padding-left: 3%;
    max-width: 1200px;
    padding-top: 5px;
}
#headerInner {
	padding-top: 0px;
	position: relative;
}
#headerImage {
	position: relative;
}
#headerImage img {
	margin-top: 15px;
	margin-bottom: 25px;
}
.flexImage {
	width: 100%;
	height: auto;
}
.flexibleImage {
	width: 100%;
	height: auto;
}
.headerContact {
    position: absolute;
    top: -1px;
    text-align: right;
    right: -7px;
    height: 5px;
	
}
.headerContact a img { margin-top: 4px; }

#nav {
    position: absolute;
    text-decoration: none;
    bottom: 0px;
    right: 0;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
#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: #000000;
	display: block;
	padding: 20px 15px 12px 18px;
	
	
}
#nav > ul > li > a:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-top-color:#1c88c6;
	top: 29px;
	position: absolute;
	right: -3px;
}
#nav > ul > li > a.noDrop:after {
	content: none;
}
#nav ul li:hover > a {
    color: #1c88c6;
	
	
	
}
#nav ul li:hover > a:after {
	border-top-color: #000;
}
#nav li:hover ul {
	display: block;
	
}
#nav ul ul {
	
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	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: #FFF;
	background:#1c88c6;
	
}
#info {
	position: relative;
	color: #FFFFFF;
}
#welcome {
	position: relative;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-top: 1%;
}
.imageCopy1 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 0px;
    color: #E0E0E0;
    line-height: 1;
    text-shadow: 1px 1px 1px #333333;
    text-transform: none;
    margin-bottom: 0px;
	
}
.imageCopy1Dark {
	font-size: 50px;
	font-weight: 600;
	margin-top: 0px;
	color: #999;
	line-height: 1;
	letter-spacing: -2px;
	text-shadow: 1px 1px 4px #000000;
	text-transform: none;
	margin-bottom: 0px;
	
}

.imageCopy2 {
	font-size: 28px;
	font-weight: 700;
	color: #B6B6B6;
	line-height: 1.6;
	text-shadow: 1px 1px 4px #000000;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 0px;
	
}
.imageCopy2Dark {
	font-size: 36px;
	font-weight: 600;
	color: #666666;
	line-height: 1.6;
	text-shadow: 0px 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	letter-spacing: -1px;
	
}

.imageCopy3 {
    font-size: 36px;
    font-weight: 600;
    color: #F1F1F1;
    line-height: 1.4;
    text-shadow: 1px 1px 1px #333333;
    margin-bottom: 6px;
    min-width: 0px;
    margin-top: 10px;
    text-transform: none;

		
}
.imageCopy3Dark {
	font-size: 36px;
	font-weight: 600;
	color: #F1F1F1;
	line-height: 1.4;
	letter-spacing: -2px;
	text-shadow: 2px 2px 4px #181819;
	margin-bottom: 6px;
	min-width: 0px;
	margin-top: 10px;
	text-transform: none;

		
}
.introCopy {
	font-family: 'Roboto', sans-serif;
	position: relative;
	z-index: 100;
	max-width: 1200px;
	padding-top: 60px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 70px;
	margin: 0 auto;
	text-transform: none;
	
}
.introCopy a {
	text-decoration: none;
	color: #FFFFFF;
}
.introCopy a:hover {
	text-decoration: none;
	color: #666666;
}
.introCopyStatic {font-family: 'Roboto', sans-serif;
	position: relative;
	z-index: 100;
	max-width: 1200px;
	padding-top: 100px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 70px;
	margin: 0 auto;
}
.introCopyStatic a {
	text-decoration: none;
	color: #FFFFFF;
}
.introCopyStatic a:hover {
	text-decoration: none;
	color: #1E4612;
}
.centreBlock {
	overflow-x: hidden;
	overflow-y: hidden;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.centreBlockHeader {font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #1c88c6;
	font-size: 36px;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	
}

.centreBlockHeader:after {
    content: '';
    display: block;
    width: 40px;
    height: 44px;
    margin: 10px auto 20px auto;
    background-image: url(../images/scroll-trans-small.png);
}
.centreBlockHeaderWhite {font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	
}

.centreBlockHeaderWhite:after {
    content: '';
    display: block;
    width: 70px;
    height: 77px;
    margin: 10px auto 20px auto;
    background-image: url(../images/scroll-trans.png);
}
.marginZero {
	margin-bottom: 0px;
}

.introCopyTextWrap {
	max-width: 1200px;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 0%;
	padding-top: 2%;
}
.introCopyText {
	position: relative;
	max-width: 400px;
	color: #FFFFFF;
	font-weight: 500;
}
.introCopyText a {
	color: #9ECAD5;
	text-decoration: none;
}
.introCopyText a:hover {
	color: #E7F1F4;
}
.introCopyWrapper {
	margin-right: auto;
	margin-left: auto;
	padding-right: 3%;
	padding-left: 3%;
	position: relative;
	max-width: 1200px;
}
#introCopyWrapper2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-right: 3%;
	padding-left: 3%;
	position: relative;
	max-width: 1200px;
}
.wrap1 {
    border-top: 1px solid #999999;
    background-color: #DDEFF9;
    padding-bottom: 30px;
}
.wrap1 a {
	color: #181819;
	text-decoration: none;
	font-weight: 500;
}
.wrap1 a .li {
	color: #222D5B;
	text-decoration: none;
}
.wrap1 a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: 500;
}

.wrap1LG {
    border-top: 1px solid #999999;
    background-color: #999999;
    padding-bottom: 40px;
}
.wrap1LG a {
	color: #181819;
	text-decoration: none;
	font-weight: 500;
}
.wrap1LG a .li {
	color: #222D5B;
	text-decoration: none;
}
.wrap1LG a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: 500;
}






.wrap1Grey {
    background-color: #312E2E;
    padding-top: 20px;
    padding-bottom: 3px;
    text-align: center;
}

.wrap1Grey a {
    text-decoration: none;
    color: #999999;
    font-weight: 200;
    font-size: 14px;
}
.wrap1Grey a:hover {
    color: #59B3E7;
    font-weight: 200;
}

.wrap2 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #333333;
    padding-bottom: 30px;
}
.wrap2 a {
	color: #1c88c6;
	font-weight: 600;
	line-height: 1.6;
}
.wrap2 a .li {
	color: #222D5B;
	text-decoration: none;
}
.wrap2 a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.6;
}
.wrap3 {
    background-color: #FFFFFF;
    border-bottom: 2px solid #1C88C6;
    padding-top: 15px;
}
.wrap3 a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.wrap3 a .li {
	color: #222D5B;
	text-decoration: none;
}
.wrap3 a:hover {
	color: #262261;
	text-decoration: none;
	font-weight: normal;
}
.slide {
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}
.faderLeft, .faderRight {
	position: absolute;
	top: 50%;
	margin-top: 16px;
	z-index: 20;
	cursor: pointer;
}
.faderLeft {
	left: 3%
}
.faderRight {
	right: 3%;
}
.indicators {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	z-index: 20;
}
.footerlogo {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 9px;
	position: relative;
	border-bottom: 2px solid #1E4612;
}
.footerHead {
	margin-bottom: 30px;
	padding-top: 20px;
	border-bottom: 1px solid #454343;
	position: relative;
}
.footerTitle {
	color: #454343;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
}
.ruleBottom {
	padding-bottom: 20px;
	border-bottom: 1px solid #454343;
	margin-bottom: 20px;
}
.smallText {
	font-size: 14px;
	color: #181819;
	line-height: 1.4;
}
.smallTextWhite {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 1.4;
	
}
.name .colourWhite {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
}
.staticImage {
	position: relative;
}
.leftImage {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 3px;
	
}
.flexibleImage.leftImage {
	width: 100%;
}
.leftImage2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
.rightImage {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.centreImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.marginTop {
    margin-top: 10px;
}
.marginTop25 {
    margin-top: 25px;
}


.boxWhite {
	box-sizing: border-box;
	position: relative;
	background-repeat: repeat-y;
	width: 100%;
	color: #181819;
	line-height: 1.4;
	font-size: 16px;
	border: 1px solid #7E7E7E;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	
	
}
.boxGrey {
    box-sizing: border-box;
    position: relative;
    background-repeat: repeat-y;
    width: 95%;
    color: #2D519B;
    line-height: 1.4;
    font-size: 16px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-right: 15px;
    border-top: 3px solid #1C88C6;
    padding-top: 20px;
    padding-bottom: 20px;
	
	
}
.boxGrey a:link {
    text-decoration: none;
    color: #2D519B;
    font-weight: 600;
}
.boxGrey li {
	color:#000000;
}
.boxGrey a:hover {
	color: #333333;
	font-weight: 600;
	
}



.box {
    box-sizing: border-box;
    position: relative;
    background-repeat: repeat-y;
    width: 100%;
    color: #181819;
    line-height: 1.4;
    font-size: 16px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    background-position: 100% 100%;
}
.box a:link {
    text-decoration: none;
    color: #1C88C6;
    font-weight: 600;
}
.box li {
	color:#000000;
}
.box a:hover {
	color: #000000;
	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: #999999;
	
}





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

.rolloverEnlarge {
	transition-duration: 0.3s;
}
.rolloverEnlarge:hover {
	transform: scale(1.1);
}
.overflowHidden {
	overflow: hidden;
}
.imageBorder {
	border: 4px solid #68913E;
	margin-top: 4px;
}
.imageSmallBorder {
	border: 1px solid #573366;
}

sup {
    font-size: 16px;
    color: #1C88C6;
    line-height: 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%;
}
.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;
}

.whiteScript {
	color: #4851B7;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -1px;
}
.readMore {
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #999999;
	position: relative;
	background-color: #FFF;
}
.rolloverEnlarge {
	transition-duration: 0.3s;
	
}
.rolloverEnlarge:hover {
	transform:scale(1.1);
}
.rolloverEnlarge.minimum:hover {
	transform:scale(1.05);
}
.blockBox {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #999999;

}
.quoteBox {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

.centreBox {
	box-sizing: border-box;
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;

}



.quote {
	font-family: 'IM Fell Great Primer', serif;
	font-size: 50px;
	font-style: normal;
	color: #999999;
	position: relative;
	vertical-align: bottom;
	bottom: -20px;
	line-height: 1;
}
.quote.bottom {
		vertical-align: top;
	top: -3px;
}

.testimonialCo {
	color: #3F6E6E;
	font-size: 22px;
	margin-bottom: 0px;
	line-height: 1.2;
}
.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%);
}
.centreButton a {
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	line-height: 1;
}
	

.centreButton a:hover {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
	
.parallaxWrap {
    position: relative;
    border-top: 2px solid #cccccc;
    background-image: url(../images/paralax.jpg);
    height: 300px;
}
.parallaxCaption {
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-align: center;
    font-size: 44px;
    color: #1C88C6;
    text-shadow: 0px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.parallaxCaption2 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-align: center;
    font-size: 44px;
    color: #181819;
    text-shadow: 0px 0px;
    letter-spacing: 2px;
 
}
.parallaxWrapScaffold {
    position: relative;
    height: 300px;
}
.parallaxCaptionWhite {
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-align: center;
    font-size: 44px;
    color: #FFFFFF;
    text-shadow: 0px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.readMore2 {
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 4px;
	padding-bottom: 3px;
	width: 95px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	position: relative;
	font-size: 12px;
	color: #1c88c6;
	font-weight: 600;
	letter-spacing: 1px;
}




.box ul li {
    font-size: 16px;
    color: #1C88C6;
    line-height: 1.3;
	
}

@media screen{
.introCopy.verticalCentrePad.forceUnfloated p a {
}
.introCopy.verticalCentrePad.forceUnfloated p a {
	color: #000000;
}

.hasDropCap::first-letter {
    font-size: 3em;
    float: left;
    margin: 0 0.1em -0.1em 0;
    line-height: 1;
    font-weight: 400;
}
.dropShadow {
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
	position:relative;
	z-index:2;
}

.boxButton {
    box-sizing: border-box;
    position: relative;
    width: 30%;
    padding-left: 2%;
    padding-top: 5px;
    padding-right: 2%;
    padding-bottom: 5px;
    background-color: #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #000000;
    margin-top: 20px;
}

.boxButton a:link {
    color: #1C88C6;
}
.boxButton a:hover {
    color: #000000;		
}	
	
.line {
    background-color: #333333;
    height: 1px;
    width: auto;
}
.caseStudyLink {
    text-align: center;
    color: #181819;
    font-size: 22px;
    margin-bottom: 15px;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 15px;}
	
.contentWrapNarrow {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}	
}
