@charset "utf-8";
/* CSS Document */
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

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


ol {
	margin: 0 0 0 2em;
	padding-left: 0px;
	color: #ccc6;
}
li {
    padding-left: 0px;
    color: #21466D;
    font-size: 14px;
}

.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: 'Raleway', sans-serif;
    margin: 0px;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
a {
    text-decoration: none;
    color: #287183;
    font-weight: 400;
}
a:hover {
    color: #24A5BC;
    font-weight: 400;
}
p {
    
    color: #21466D;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
}
.pLarger {
    color: #21466D;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: none;
}
.white {
   	font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
}
.quote {
    color: #445256;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.pRed {
	color: #F10C0C;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}
.covid{
	color: #E50B62;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 500;
	
}

.pSmall {
    font-size: 14px;
    color: #03142A;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 5px;
}

.pSmallCentre {
    font-size: 12px;
    color: #208C9F;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    text-align: center;
}
.pDate {
	
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: normal;
}

.centreText {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.centreTextSubMenu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	
}

.centreTextWhite {
    margin-top: 0;
    text-align: center;
    color: #FFFFFF;
	
}




h1 {
	
	line-height: normal;	
	
}
h2 {
line-height: normal;		
	
}
h3 {
	
	line-height: normal;	
	
}
h4 {
	
	
}
h5 {
	
	
}


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

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


#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: 5px;
	margin-bottom: 35px;
}
#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: -2px;
    width: auto;
    margin-top: 3px;
}

#navWrapper { clear:both; }
#nav {
	position: absolute;
	text-decoration: none;
	bottom: 0px;
	right: 0;
	color: #666666;
	font-size: 14px;
}
#nav ul {
	list-style-type: none;
	margin: 0 -10px 0 0;
	padding: 0;
	text-transform: uppercase;
}
#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li a {
	position: relative;
	color: #fff;
	display: block;
	padding:18px 14px 12px 26px;
}
#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: #21466D;
}
#nav ul li:hover > a:after {
	border-top-color:#1d8ea1;
}
#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: #1d8ea1;
	
	
}
.paraHead {
	
	font-size: 30px;
	color: #FFF;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
	
}

.introCopy {
    position: relative;
    z-index: 100;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
    text-align: left;
   
    margin-top: 30px;
}
.introCopyBlue {
    position: relative;
    z-index: 100;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
    text-align: left;
    margin-top: 30px;
    color: #21466D;
}

.introCopyTextTitle {
	font-style: normal;
	font-size: 52px;
	font-weight: 600;
	opacity: 0;
	/*	margin-top: -100px; */
	
	transform: translateY(-100px);
	text-transform: none;
	line-height: 1.2;
	
}
.introCopyText {
	font-style: normal;
	font-size: 48px;
	position: relative;
	opacity: 0;
	/*	margin-top: 200px; */
	
	transform: translateY(100px);
	font-weight: 600;
	line-height: normal;
	
}
.introCopyTextTitle, .introCopyText {
	transition-duration: 0.8s;
	color: #FFFFFF;
	
}

.introCopyTextTitleBlue, .introCopyText {
    transition-duration: 0.8s;
    color: #21466D;
	
}

.active .introCopyTextTitle, .active .introCopyText, 
.animatedIntro.animated .introCopyTextTitle, .animatedIntro.animated .introCopyText { opacity:1; transform:translateY(0); }

.introCopy2 {
	padding-right: 40%;
	padding-left: 10%;
	padding-top: 270px;
	position: relative;
	z-index: 100;
	max-width: 1200px;
	margin: 0 auto;
	color: #D0D0D0;
	font-size: 46px;
	text-align: left;
}

.introCopyTextTitle2 {
	font-size: 68px;
	
	font-style: normal;
	position: relative;
	color: #E4E4E4;
	opacity: 0;
	margin-top: 200px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 2px;
	
}
.introCopyText2 {
	font-size: 40px;
	
	font-style: normal;
	color: #FFFFFF;
	font-weight: 400;
	opacity: 0;
	margin-top: -100px;
	text-transform: none;
	line-height: 1.2;
	
	
}
.introCopyTextTitle2, .introCopyText2 {
	transition-duration: 0.8s;
	
}
.active .introCopyTextTitle2, .active .introCopyText2, 
.animatedIntro.animated .introCopyTextTitle2, .animatedIntro.animated .introCopyText2 { opacity:1; margin-top:0; }


.introCopyText2 a {
	color: #fff;
	text-decoration: none;
}
.introCopyText2 a:hover {
	color: #838403;
}

.leftBlockHeader {
    text-align: left;
    color: #21466D;
    font-size: 32px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: normal;
    margin-top: 20px;
    text-transform: none;
    margin-bottom: 20px;
}
.leftBlockHeader:after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #6acad5;
}



.leftBlockHeaderSmiles {
    text-align: left;
    color: #21466D;
    font-size: 32px;
    font-weight: 500;
  
    padding-bottom: 20px;
    line-height: normal;
  
    text-transform: none;
    margin-bottom: 20px;
}
.leftBlockHeaderSmiles:after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #6acad5;
}
.centreBlockHeaderEmergency {
    text-align: center;
    color: #208C9F;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: normal;
    margin-top: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.centreBlockHeaderEmergency:after {
    content: '';
    display: block;
    width: 110px;
    height: 92px;
    margin: 10px auto 15px auto;
    background-image: url(../images/emergency-treatment.png);
    background-repeat: no-repeat;
}
.centreBlockHeader {
    text-align: center;
    color: #208C9F;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: normal;
    margin-top: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.centreBlockHeader:after {
	content: '';
	display: block;
	width: 110px;
	height: 79px;
	margin: 10px auto 15px auto;
	background-image: url(../images/tooth-110.png);
	background-repeat: no-repeat;
}
.centreBlockHeader2 {
	text-align: center;
	color: #21466D;
	font-size: 40px;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
	margin-top: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.centreBlockHeader2:after {
	content: '';
	display: block;
	width: 140px;
	height: 100px;
	margin: 10px auto 20px auto;
	background-image: url(../images/tooth.png);
	background-repeat: no-repeat;
}

.centreBlockFooterHeaderWhite {
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: normal;
    margin-top: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.centreBlockHeaderWhite {
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: normal;
    margin-top: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.centreBlockHeaderWhite:after {
	content: '';
	display: block;
	width: 91px;
	height:70px;
	margin: 10px auto 15px auto;
	background-image: url(../images/logo-white2.png);
	background-repeat: no-repeat;
}

.centreBlockHeaderVid {
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: normal;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.centreBlockHeaderVid:after {
	content: '';
	display: block;
	width: 91px;
	height:70px;
	margin: 10px auto 5px auto;
	background-image: url(../images/logo-white2.png);
	background-repeat: no-repeat;
}








.centreBlockHeader4 {
	
	text-align: center;
	color: #151414;
	font-size: 40px;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
	margin-top: 25px;
	letter-spacing: 2px;
}




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

.wrap1 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #21466D;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrap1 a {
    color: #1F4671;
    text-decoration: none;
    font-weight: 500;
}
.wrap1 a .li {
	color: #1d8ea1;
	text-decoration: none;
}
.wrap1 a:hover {
    color: #1d8ea1;
    text-decoration: none;
    font-weight: 500;
}


.wrap1SG {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(32,140,159,0.44);
    padding-top: 25px;
    margin-top: 20px;
}
.wrap1SG a {
    color: #1F4671;
    text-decoration: none;
    font-weight: 500;
}
.wrap1SG a .li {
	color: #1d8ea1;
	text-decoration: none;
}
.wrap1SG a:hover {
    color: #1d8ea1;
    text-decoration: none;
    font-weight: 500;
}





.wrap1NoBorder {
    overflow: hidden;
	font-family: 'Raleway', sans-serif;
    background-image: url(../images/Banners/blue-med-bg.jpg);
 	
}

.wrap1NoBorder a {
    color: #1F4671;
    text-decoration: none;
    font-weight: 600;
}

.wrap1NoBorder a:hover {
    color: #208C9F;
    text-decoration: none;
    font-weight: 600;
}


.wrap1NoBorderCosmetic {
    overflow: hidden;
    background-image: url(../images/Banners/cosmetic-dental-work.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #21466D;
	
}
.wrap1NoBorderCosmetic a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
}

.wrap1NoBorderCosmetic a:hover {
    color: #CFF0F6;
    text-decoration: none;
    font-size: 20px;
}


.wrap1Smiles {
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    background-image: url(../images/Banners/smiles-gallery-banner.jpg);
 	
}

.wrap1Smiles a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
}

.wrap1Smiles a:hover {
    color: #208C9F;
    text-decoration: none;
    font-weight: 600;
}





.wrapVid {
    background-color: #208C9F;
    border-top: 1px solid #21466D;
}
.wrapVid a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
}

.wrapVid a:hover {
	color: #1d8ea1;
	text-decoration: none;
	font-weight: 500;
}


.wrapFooter {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #208C9F;
}
.wrapFooter a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 2;
}
.wrapFooter a:hover {
    color: #21466D;
}
.wrap2 {
	background-color: #FFFFFF;
	margin-top: 0px;

	
}
.wrap2 a {
	color: #000000;
	font-weight: 500;
	
}
.wrap2 a .li {
	color: #1d8ea1;
	text-decoration: none;
}
.wrap2 a:hover {
	color: #E92B82;
	text-decoration: none;
	font-weight: 300;
	
}
.wrap3 {
    background-color: #E8F5F9;
    padding-top: 30px;
}
.wrap3 a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.wrap3 a .li {
	color: #1d8ea1;
	text-decoration: none;
}
.wrap3 a:hover {
	color: #21466d;
	text-decoration: none;
	font-weight: normal;
}

.wrap4 {
	background-color: #FFFFFF;
	padding-top: 10px;
	font-size: 12px;
	color: #22446A;
}
.wrap4 a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.wrap4 a:hover {
	color: #21466d;
	text-decoration: none;
	font-weight: normal;
}






.leftImage {
    float: left;
    margin-right: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
	
}
.leftImage2 {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.leftImageBullet {
    float: left;
    margin-right: 10px;

}

.flexibleImage.leftImage {
	width: 100%;
}

.centreImage {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.marginTopSpacer {
    /* [disabled]margin-top: 20px; */
    /* [disabled]margin-bottom: 20px; */
    padding-top: 30px;
    padding-bottom: 20px;
}
.marginTop {
	margin-top: 8px;
}
.marginBottom {
    margin-bottom: 15px;
}

.marginTopImage {
	margin-top: 60px;
}

.marginbottomwythall {
	margin-bottom: 50px;
}
.box {
	box-sizing: border-box;
	position: relative;
	width: 92%;
	margin-right: auto;
	margin-bottom: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: auto;
	padding-top: 8px;
	
}

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

.boxBorders {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-bottom: 5px;
	padding-bottom: 5%;
	padding-right: 5%;
	margin-left: auto;
	padding-top: 5%;
	background-color: #FDFDFE;
	padding-left: 5%;
	margin-top: 10px;
	
}
.boxContact {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-bottom: 5px;
	padding-bottom: 5%;
	padding-right: 5%;
	margin-left: auto;
	padding-top: 5%;
	padding-left: 5%;
	margin-top: 10px;
	text-align: left;
	
}
.boxContact a {color: #208C9F;
	font-weight: 500;}

.boxContact a:hover{
	color: #22446A;
	font-weight: 500;
}


.boxPrices {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-bottom: 5px;
    padding-bottom: 2%;
    padding-right: 2%;
    margin-left: auto;
    padding-top: 2%;
    background-color: #F4FBFC;
    padding-left: 2%;
    margin-top: 10px;
    text-align: left;
    border: 1px solid #136E7E;
    letter-spacing: 1px;
	
}

.boxTeam {
	box-sizing: border-box;
	position: relative;
	width: 94%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	background-color: #999798;
	border: 2px solid #CCCCCC;
	
	
	
}

.boxVisitAdd {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	border: 1px solid #1d8ea1;
	padding-top: 10px;
	padding-bottom: 10px;
	
	
	
	
}
.boxFooter {
	box-sizing: border-box;
	position: relative;
	width: 98%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	border: 2px solid #151414;
	padding-bottom: 15px;
	background-color: #21466d;
	
	
	
}
.boxColumnWidth {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-right: auto;
	text-align: center;
	border: 1px solid #666464;
	line-height: 1.6;
	font-size: 14px;
	background-color: #4F5251;
}

.box a {
    text-decoration: none;
    color: #287183;
    font-weight: 400;
}
.box a:hover {
    color: #208C9F;
    font-weight: 400;
}

.boxList {
    box-sizing: border-box;
    position: relative;
    width: 90%;
    line-height: 1.4;
    font-size: 16px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    color: #4F5251;
    text-transform: none;
    text-align: left;
}
.boxList a {
	text-decoration: none;
	color: #4F5251;
}
.boxList a:hover {
	color: #CB0F5F;
	font-weight: 600;
}

.boxList2 {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	background-color: rgba(255,255,255,0.79);
	padding-left: 3%;
	border: 4px solid #666666;
}
.boxList2 a:link {
	text-decoration: none;
	color: #4F5251;
}
.boxList2 a:hover {
	color: #CB0F5F;
	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: #CB0F5F;
}


.boxHButton {
    box-sizing: border-box;
    position: relative;
    border-radius: 0px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    padding-left: 2px;
    background: #ffffff;
   color: #208C9F;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 40%;
    margin-top: 20px;
}
.boxHButton a {
    color: #208C9F;
    font-weight: 500;
}

.boxHButton a:hover {
    color: #287183;
    font-weight: 500;	
}


.boxButton {
    box-sizing: border-box;
    position: relative;
    border-radius: 0px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    padding-left: 2px;
    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: #208C9F;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 40%;
    margin-top: 20px;
}
.boxButton a {
    color: #208C9F;
    font-weight: 500;
}

.boxButton a:hover {
    color: #287183;
    font-weight: 500;	
}
.boxButtonCentred {
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CCCCCC;
    padding-left: 2px;
    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: #208C9F;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 60%;
    margin-top: 20px;
}
.boxButtonCentred a {
	 font-size: 14px;
    color: #208C9F;
    font-weight: 500;
}

.boxButtonCentred a:hover {
    font-size: 14px;
    color: #58A7BB;
    font-weight: 500;
}

.boxButtonSmall {
	box-sizing: border-box;
	position: relative;
	width: 180px;
	padding-top: 8px;
	padding-right: 2%;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 25px;
	border: 1px solid #999798;
	margin-top: 20px;
	padding-left: 2%;
	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;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
}
.boxButtonSmall a {
	color: #4F5251;
	font-size: 14px;
	font-weight:400;
}

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

.boxQuote {
   font-family: "Neucha", cursive;
    box-sizing: border-box;
    position: relative;
    width: 80%;
    text-align: left;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #FFFFFF;
	
}


.boxInfo {
    box-sizing: border-box;
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 32px;
    margin-left: 2px;
    border: 1px solid #8B888A;
    background-color: #FFFFFF;

	
}
.boxInfo a {
    color: #208C9F;
    font-weight: 400;
    font-size: 18px;
}

.boxInfo a:hover {
    color: #287183;
    font-weight: 400;
    font-size: 18px;
}

.boxInfoSmiles {
    box-sizing: border-box;
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 2px;
    border: 1px solid #208C9F;
    background-color: #FFFFFF;
    margin-top: 5px;

	
}
.boxInfoSmiles a {
    color: #208C9F;
    font-weight: 500;
}

.boxInfoSmiles a:hover {
    color: #287183;
    font-weight: 500;
}


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

.contentWrap2 {
    position: relative;
    margin: auto;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 35px;
    background-color: #3C3D7D;
    text-align: center;
    padding-top: 10px;
}
.contentWrapNarrow {
	
	max-width: 700px;
	margin: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 40px;
}

sup {
	font-size: 12px;
}

.parallaxWrap {
	position: relative;
	padding-left: 3%;
	padding-right: 3%;
}
.parallaxWrap2 {
	height: 500px;
	position: relative;
	line-height: normal;
}

.parallaxCaption {
	font-size: 60px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 0px;
	letter-spacing: 1px;
	font-weight: 400;
	
}
.parallaxCaptionSub {
	font-size: 36px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 0px;
	font-weight: 400;
	
}
.gridWrapper {
	overflow: hidden;
	position: relative;
	margin-left: -1.6%;
	margin-bottom: -1.6%;
	margin-top: 20px;
}
.gridItem {
    margin-top: 10px;
    float: left;
    width: 48%;
    position: relative;
    margin-left: 1.6%;
    margin-bottom: 1.6%;
}
.name {
	font-size: 10px;
	color: #181819;
	margin-top: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.smallCentre {
	font-size: 12px;
	color: #181819;
	text-align: center;

	
}

.whiteScript {
	color: #FFFFFF;
	
}

.whiteScriptSmall {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	
}

.whiteScriptOpening {
	
	color: #ffffff;
	font-size: 34px;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
	
}
.whiteOpeningPara2 {
	
	color: #ffffff;
	font-size: 34px;
	line-height: normal;
	font-weight: 500;

	
}
.readMore {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    background-color: #FFF;
    font-size: 14px;
    border: 1px solid #999798;
    margin-left: 0px;
    margin-right: auto;
    text-align: left;
    width: 50%;
    text-transform: uppercase;
}
.readMore a:link {
	color: #494949;
	font-weight: 300;
}
.readMore a:hover {
	color: #143661;
}
.quoteBox {
	box-sizing: border-box;
	position: relative;
	width: 95%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
	border-left: 8px solid #E7E7E7;
	color: #666666;
	text-align: left;
	padding-bottom: 70px;
	border-bottom: 8px solid #E7E7E7;
}


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

.blockBoxPadded {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
    padding-right: 20px;
}


.boxDenplan {
	box-sizing: border-box;
	position: relative;
	width: 95%;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #9DC159;
	margin-top: 20px;
}
.centreBox {
    box-sizing: border-box;
    position: relative;
    width: 80%;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footerBordersBox {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-right: 1px solid #FFFFFF;
}
.footerBordersBox2 {
    box-sizing: border-box;
    position: relative;
    width: 90%;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
}

.leftSmilesBox {
    box-sizing: border-box;
    position: relative;
    width: 80%;
    padding-bottom: 5px;
  
    text-align: left;
}


.testP {
	
	color: #666666;
	font-size: 20px;
	font-style: italic;
	line-height: 1.2;
	text-align: left;
}



.centreButton {
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7E7E7E;
	width: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	background-position: 5% 0%;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	background-image: -webkit-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
}

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

#header.white #logoWhite { opacity:0; }
#header.white #logoBlack { opacity:1; }
#header.white #nav li ul { background:#FFF; }
#header.white #nav ul li a { color:#000; }
#header.white #nav ul li a:hover { color:#1d8ea1; }
#header.white #nav > ul > li > a:after { border-top-color:#1d8ea1; }
#header.white {
    background: #FFF;
    border-bottom: 1px solid #208C9F;
}
#header.white .headerContact { color:#666;  }

#logoWhite, #logoBlack, #nav ul li a, #nav > ul > li > a:after, #header, .headerContact { transition-duration:0.75s; }
#nav ul li:hover a, #nav > ul > li:hover > a:after { transition-duration:0s; }


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

.darkGrey {
	color: #333;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	letter-spacing: -1px;
}
.courseTitle {
	font-size: 24px;
	color: #938386;
	text-align: left;
	font-weight: 500;
	line-height: normal;
}
.wineTitle {
	
	font-size: 26px;
	color: #1d8ea1;
	text-align: center;
	font-weight: 300;
	margin-top: 10px;
	
	margin-bottom: 40px;
}


.wineTitle2 {
	
	font-size: 26px;
	color: #8B888A;
	text-align: center;
	font-weight: 300;
	margin-top: 10px;
	
	margin-bottom: 40px;
}

.centreColTitle {
	font-size: 24px;
	color: #208C9F;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
.centreSubTitle {
	font-size: 36px;
	color: #21466D;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}


.footerTitle {
	
	font-size: 28px;
	color: #151414;
	font-weight: 300;
	margin-top: 24px;
	
}
.whiteBannerTitle {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 10px;
    font-weight: 500;



}
.rolloverEnlarge {
	transition-duration: 0.3s;
}
.rolloverEnlarge:hover {
	transform:scale(1.1);
}
.rolloverEnlargeSmaller {
	transition-duration: 0.3s;
}
.rolloverEnlargeSmaller:hover {
	transform:scale(1.05);
}
.addthis_inline_follow_toolbox {display:inline-block;
	}
.paraOpening {
	
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
}

.paraOpeningDark {
	
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 1.6;
}
.pressFirst {
	font-size: 40px;
	font-weight: 200;
	color: #208C9F;
	line-height: 1.1;
	letter-spacing: -1px;
}
.pressFirstSub {
    font-size: 24px;
    font-weight: 300;
    color: #21466D;
    line-height: 1.4;
    letter-spacing: -1px;
}

.pressThird {
	font-size: 36px;
	font-weight: 400;
	color: #1F4671;
	line-height: 1.2;
	letter-spacing: -1px;
}
.pTurq {
    color: #208C9F;
    font-weight: 400;
	
}
.pipe {
    color: #208C9F;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
	
}

.videoTitle {
    font-size: 34px;
    font-weight: 400;
    color: #208C9F;
    letter-spacing: -1px;
}
.pressSecond {
	font-size: 26px;
	color: #208C9F;
	font-weight: 400;
	line-height: 1.2;
}


.lineCentre {
    margin-top: 20px;
    height: 1px;
    background-color: #208C9F;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;

}
.lineCentreWhite {
    margin-top: 25px;
    height: 1px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 25px;

}

.mob a {color:inherit;}

.leftImageK {
	float: left;
	margin-top:5px;
	margin-right:4px;
}
.overflowHidden{
	overflow: hidden;
	margin-top: 20px;
}
.lineFull {
	padding-top: 20px;
	border-top: 1px solid #208C9F;
}



.boxTwitter {
	background-color: #333;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
	width: 90%;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.3;
	max-height: 370px;
	overflow-x: hidden;
	padding-bottom: 10px;
	
}

#twitter {
	word-wrap: break-word;
	border-bottom: 20px solid #333333;
}
#twitter ul { margin:0; padding:0;  }
#twitter li { margin:0 0 12px 0; list-style:none; padding-bottom: 6px; margin-bottom: 10px; border-bottom: 1px solid #CCC; }
#twitter p { font-size:14px; line-height:1.3 }
#twitter a:link, #twitter a:visited { color:#CCC; }
#twitter a:hover { color:#FFF; }
#twitter div.user {  }
#twitter div.user img { float:left; margin:0 10px 10px 0; width:32px; height:auto; border-radius:32px; }
#twitter div.user span { display:inline-block; }
#twitter div.user span[data-scribe="component:author"] { margin-left:42px; }
#twitter div.user span[data-scribe="element:name"] { }
#twitter div.user span[data-scribe="element:screen_name"] { display:block; }
#twitter div.user span[data-scribe="element:verified_badge"] {  }
#twitter div.user span span {  }
#twitter p.tweet { color:#FFF; font-size:14px; padding-top:4px; }
#twitter p.tweet a { line-height:1.3; }
#twitter p.timePosted {  }
#twitter .interact a { margin-right:10px; }
#twitter p.tweet img, #twitter .media img { width:100%; height:auto; }
.introCopyImage {
	float: left;
	position: relative;
	width:25%;
}
.introCopyTextWrapper {
	float: right;
	position: relative;
	width:65%;
}
.hasDropCap::first-letter {
    font-size: 3em;
    float: left;
    margin: 0 0.1em -0.1em 0;
    line-height: 1;
    font-weight: 300;
}
.hasDropCapWhite::first-letter {
    font-size: 3em;
    float: left;
    margin: 0 0.1em -0.1em 0;
    line-height: 1;
    font-weight: 300;
    color: #FFFFFF;
}


.rolloverEnlarge {
	transition-duration: 0.3s;
}
.rolloverEnlarge:hover {
	transform: scale(1.1);
}
.concertinaWrapper {
    border-bottom: 2px dotted #209C9F;
}
.concertinaHead {
    border-top: 2px dotted #208C9F;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 0px;
    padding-bottom: 15px;
    position: relative;
}
a.concertinaTrigger:first-of-type .concertinaHead {
	border: none;
}
.concertinaHead:after {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 8px;
    right: 0;
    content: '\2b';
    color: #209C9F;
    font-size: 24px;
}
.concertinaHead.active:after {
	content:'\f068';
}

.concertinaContent {
}
.concertinaContentInner {
    padding-bottom: 20px;
}
.openingPara {
    font-size: 20px;
    color: #287183;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 1;
}

video { width:100%; height: auto; margin-top:40px; }

.tableTitle {
    font-size: 18px;
    font-weight: 500;
    color: #204A74;
    line-height: 1.1;
    letter-spacing: -1px;
}

.tableData {
    font-size: 16px;
    font-weight: 300;
    color: #287183;
    line-height: 1.5;
}
.line {
    background-color: #208C9F;
    height: 1px;
    width: auto;
    margin-bottom: 20px;
}
.lineLighter {
    background-color: #A4E6F2;
    height: 1px;
    width: auto;
    margin-bottom: 20px;
}
.lineStaff {
    background-color: #8B888A;
    height: 1px;
    width: auto;
    margin-bottom: 20px;
}
.caption {
    color: #21466D;
    text-align: center;
    font-size: 12px;   
}
.contentWrap.narrow {
    max-width: 70%;
    padding: 0 0 20px 0;
    color: #46666D;
    font-size: 22px;
    margin-bottom: 40px;
   
}
.servicesScrollTitle {font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}
.servicesScrollTitle:after {
     content: '';
    display: block;
    width: 120px;
    height: 4px;
   margin: 10px auto 15px auto;
    background-color: #6acad5;
}



.servicesScrollTitleDark {
    font-size: 24px;
    text-transform: uppercase;
    color: #1F4671;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}
.servicesScrollTitleDark:after {
    content: '';
    display: block;
    margin: 10px auto 15px auto;
    width: 120px;
    height: 4px;
    background-color: #208C9F;
}
.blue {
    color: #21466D;
}
.wrap1shade {
    background-position: center;
    background-size: cover;
    padding-top: 4px;
    background-color: #21466D;
    text-align: right;
    color: #6ACAD6;
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}
.wrap1shade a {
    color: #9AD2D3;
    text-decoration: none;
    text-transform: uppercase;
}

.wrap1shade a:hover {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.wrap1shadeInner {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 3%;
	padding-left: 3%;
	max-width: 1200px;
}
.boxButtonInner  {
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ffffff;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-left: auto;
    width: 220px;
    background-color: #208C9F;
}
.boxButtonInner a {
    color: #FFFFFF;
    font-weight: 400;
}

.boxButtonInner a:hover {
    color: #BFECED;
    font-weight: 400;
}




.smile {
    box-sizing: border-box;
    position: relative;
    width: 60%;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    color: #208C9F;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #21466D;

}
.smile a {
    color: #208C9F;
	  font-size: 26px;
    letter-spacing: 2px;

}
.smile a:hover {
    color: #21466D;
	  font-size: 26px;
    letter-spacing: 2px;
}
