@charset "UTF-8";
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

/*EFFECT*/
a {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
/*EFFECT*/

/*FONTS*/
.fontLight {
	font-weight: 300;
}
.fontReg {
	font-weight: 400;
}
.fontBold {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .italic {
	font-family: 'Playfair Display', serif;
}
.italic {
	font-style: italic;
}
/*FONTS*/

/*COLOURS*/
#purple .bgrColour, #purple .blockBtn, .social ul {
	background-color: #864995;
}
#purple a:hover, .footCol .footPhone span, .addressBlock .footPhone span, .addressBlock .footHead {
	color: #864995;
}
#purple .infoBoxText, #purple .infoBlockContent, footer, .footCol, .addressBlock {
	border-color: #864995;
}
#purple .heroSection, footer {
	background-color: #19001e;
}

#green .bgrColour, #green .blockBtn {
	background-color: #7dc141;
}
#green a:hover, #green .section.heroPage .intro p {
	color: #7dc141;
}
#green .infoBoxText, #green .infoBlockContent {
	border-color: #7dc141;
}
#green .heroPage {
	background-color: #193235;
}

#red .bgrColour, #red .blockBtn {
	background-color: #ea4960;
}
#red a:hover, #red .section.heroPage .intro p {
	color: #ea4960;
}
#red .infoBoxText, #green .infoBlockContent {
	border-color: #ea4960;
}
#red .heroPage {
	background-color: #551e2a;
}
/*COLOURS*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-size: 32px;
}
h1::after, h2::after, h3::after, h4::after, h5::after, h6::after, .standOut p::after {
  content: ".";
	color: #f49800;
}
.standOut .quoteName::after {
  content: "";
}
p, ul {
	line-height: 24px;
}
ul {
	padding-left: 14px;
}
a {
	text-decoration: underline;
	color: #212529;
}
.paddingWrap {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8%;
	padding-right: 8%;
}
.blockBtn {
	padding: 8px 20px;
	display: inline-block;
	margin-bottom: 15px;
	text-decoration: none;
	color: #FFFFFF;
}
.blockBtn:hover {
	text-decoration: none;
}
.blockBtn.darkHover:hover {
	background-color: #212529!important;
	color: #FFFFFF!important;
}
.blockBtn.whiteHover:hover {
	background-color: #FFFFFF!important;
}
.section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section.noTop {
	padding-top: 0px;
}
.section.topSection {
	padding-top: 120px;
}
.section.noBottom {
	padding-bottom: 0px;
}
.heroSection  {
	background-repeat: no-repeat;
	background-position: center top;
}
.heroMax {
	max-width: 600px;
}
.infoBox {
	background-color: #FFFFFF;
	font-size: 0px;
}
.infoBlock {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.infoBoxImg {
	width: 100%;
	background-color: #5C5C5C;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}
.infoBoxText {
	width: 100%;
	border-right-style: solid;
	padding: 50px;
	border-right-width: 15px;
}
.matchTable {
	width: 100%;
	height: 100%;
	display: table;
}
.matchCell {
	display: table-cell;
	vertical-align: middle;
}
.imgArrow {
	width: 17px;
	height: 35px;
}
.infoBoxImg.left  {
	text-align: right;
}
.infoBlockContent {
}
.infoBlockContent p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
}
.infoBlock.lightGrey {
	background-color: #E2E2E2;
}
.maxPadding {
	padding-top: 40px;
	padding-bottom: 400px;
}
.standOut {
	background-image: url(../img/standOut.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section.overLay {
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 100px;
	padding-bottom: 100px;
}
.standOut p {
	color: #FFFFFF;
	font-family: 'Playfair Display', serif;
	font-size: 27px;
	line-height: 42px;
	margin-bottom: 40px;
}
footer {
	border-bottom-width: 50px;
	border-bottom-style: solid;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/footerBgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.footLogo {
	margin-bottom: 30px;
	max-width: 260px;
}
.footColWrap {
	font-size: 0px;
}
.footCol {
	font-size: 14px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
.footCol:last-child {
	margin-bottom: 0px;
}
.footCol p {
	margin: 0;
	color: #FFFFFF;
	opacity: 0.7;
	font-size: 13px;
}
.footCol .footHead {
	opacity: 1;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 14px;
}
.footCol .footPhone {
	margin-top: 20px;
	font-size: 14px;
}
.footCol .footPhone span {
	opacity: 1;
}
.footCol ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footCol ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 13px;
	opacity: 0.6;
}
.section.heroPage {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 380px;
}
.footCol ul li a:hover {
	opacity: 1;
	color: #864994!important;
}
.section.heroPage p {
	color: #FFFFFF;
}
.section.heroPage h1 {
	font-size: 65px;
	padding-top: 50px;
	color: #FFFFFF;
	line-height: 65px;
}
.section.heroPage .intro {
	padding-top: 20px;
	padding-bottom: 40px;
}
.section.heroPage .intro p {
	font-family: 'Playfair Display', serif;
	font-size: 33px;
	line-height: 42px;
}
.quoteMarks {
	width: 34px;
	height: 27px;
	margin-bottom: 10px;
}
.standOut .quoteName {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-weight: 700;
}
.section.topSection.heroPage.noColour {
	background-color: #864995!important;
	padding-bottom: 60px;
}
.section.topSection.heroPage.noColour h1 {
}
.addressBlock {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.addressBlock p {
	margin: 0;
}
.addressBlock .footHead {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.addressBlock .footPhone {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 600;
}
.maxCol {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:400px){
}

@media (min-width:500px){
}

@media (min-width:600px){
.heroMax h1 {
	font-size: 50px;
	line-height: 52px;
}
}

@media (min-width:768px){
.maxPadding {
	padding-top: 70px;
}
.standOut p {
}
.standOutContent {
	width: 50%;
	float: right;
	border-left: 1px solid #FFFFFF;
	padding-left: 50px;
}
.footCol {
	width: 50%;
	border-left-style: solid;
	padding-left: 25px;
	padding-right: 50px;
	border-left-width: 1px;
}
.addressBlock {
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-style: none;
	padding-left: 20px;
	padding-bottom: 0px;
}
}

@media (min-width:700px){
}

@media (min-width:800px){
}

@media (min-width:992px){
.infoBoxImg {
	width: 35%;
	display: inline-block;
}
.infoBoxText {
	width: 65%;
}
.infoBlockContent {
	padding-left: 50px;
	border-left-width: 1px;
	border-left-style: solid;
}
}

@media (min-width:1000px){
}

@media (min-width:1100px){
.footCol {
	width: 25%;
}
}

@media (min-width:1366px){
}
