/* STANDARD STYLES TO FIX BROWSER FORMATING */
html {
	height: 100%;
}
body {
	background-color: #000;
	padding: 0;
	margin: 0;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index: 10;
}
table {
	border: 0;
	border-collapse: collapse;
}
table th, table td {
	text-align: left;
}
img {
	border: 0;
}
form {
	display: inline;
}
select {
	margin: 0;
}
label {
	padding-right: 4px;
}
ul {
	padding: 0 1em;
	list-style-type: disc;
}
iframe {
	position: relative; /* need this to push videos ontop of the popup mask */
	width: 100%;
	height: 100%;
}

/*
*
*	CUSTOM FONTS
*
*/

h1, h2, h3, h4, h5, p, a, li, dt, dd, th, td, input, select, option, optgroup, textarea, span, label, legend, div {
	font-family: sans-serif;
	margin: 0;
	color: #808285;
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
	font-weight: 200;
}
p {
	margin-bottom: 26px;
}
/* Heading font styles */
h1 {
	line-height: 50px;
}
h2 {
	font-size: 55px;
	line-height: 50px;
}
label { /* Field input */
	color: #808285;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
}
label.error {
	color: #F58220;
}
input { /* Field */
	color: #808285;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
select,
textarea { /* Drop down  */
	color: #808285;
}
input.error,
textarea.error,
select.error {
	border-left: 3px solid #F58220 !important;
}
/* form element sizing */
input.tiny {
	width: 40px;
}
input.small {
	width: 60px;
}
input.medium {
	width: 120px;
}
input.large {
	width: 240px;
}
input.huge {
	width: 320px;
}
input.date {
	width: 100px;
}
b {
	font-weight: 600;
}

/* Default a href styles */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* BUTTONS */
/* NOTE: clear is the default... */
.button,
input.button {
	display: inline-block;
	height: 42px;
	line-height: 42px !important;
	min-width: 100px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #808285;
	text-decoration: none;
	border-radius: 6px;
	z-index: 10;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	-webkit-appearance: none; /* Turn off iPhone and iPad submit styles */
}
.button:hover {
	text-decoration: none;
}

/* white */
.button.outline{
  color: white;
  border: 1px solid white;
  background: none;
}

.button.outline:hover, .button.outline:active {
  background: rgba(255, 255, 255, 0.1);
}

/* dark */
.button.dark {
	color: white;
  border: none;
  background-color: rgba(202, 179, 125, 0.8);
}

 .button.dark:hover, .button.dark:active {
  color: white;
  border: none;
  background-color: #CAB37D;
}

.button.dark.mobile {
  height: 30px;
  line-height: 30px !important;
  min-width: auto;
  padding: 0 14px;
  font-size: 14px;
}

/*
*
*	DEVICE WIDTHS
*
*/

/* FULL WIDTH CONTAINERS */

/* SITE WIDE MARGINS */
#navigation, #subNavigation, .content, #footer, #legals, .carouselContainer, .peopleFeatureTitle, #shareHeader {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

/* Large desktop */
@media (min-width: 1220px) {
	#navigation, .content, #footer, #legals, .carouselContainer, .peopleFeatureTitle, #shareHeader {
		padding: 0 36px;
		width: 1128px;
	}
}
/* Standard desktop */
@media (min-width: 800px) and (max-width: 1219px) {
	#navigation, .content, #footer, #legals, .carouselContainer, .peopleFeatureTitle, #shareHeader {
		padding: 0 3%;
		width: 94%;
	}
}
/* Tablet displays */
@media (min-width: 640px) and (max-width: 799px) {
	#navigation, #subNavigation, .content, #footer, #legals, .carouselContainer, .peopleFeatureTitle, #shareHeader {
		padding: 0 3%;
		width: 94%;
	}
}
/* Mobile displays*/
@media (max-width: 639px) {
	#navigation, #subNavigation, .content, #footer, #legals, .carouselContainer, .peopleFeatureTitle, #shareHeader {
		padding: 0 7%;
		width: 86%;
	}
}

/* Full width containers */
.carousel, #mapContainer {
	width: 100%;
}

/*
*
*	11 COLUMN GRID
*
*/

/* DEFAULT COLUMN STRUCTURE */
.contentLeft,
.contentRight {
	float: left;
}

/* content areas */
.contentLeft {
	margin-right: 1.86%; /* Default grid spacer size */
}
.contentRight {
	margin-right: 0;
}
/* Full and half size layouts */
.fiftyFifty {
	width: 49.00%;
}
.contentFull {
	width: 100%;
}

/* COLUMN GRID */
.one {
	width: 7.4%;
}
.two {
	width: 16.66%;
}
.three {
	width: 25.92%;
}
.four {
	width: 35.18%;
}
.five {
	width: 44.44%;
}
.six {
	width: 53.7%;
}
.seven {
	width: 62.96%;
}
.eight {
	width: 72.22%;
}
.nine {
	width: 81.48%;
}
.ten {
	width: 90.74%;
}
.eleven,
.fullwidth {
	width: 100%;
}
.fullwidth {
	width: 81.48%;
	padding-left: 9.26%;
	padding-right: 9.26%;
}

/*
*
*	STANDARD SITE STYLES
*
*/


/* SOCIAL BAR STYLES */

#shareHeaderContainer {
	height: 50px;
	background-color: #FFF;
	border-bottom: solid 1px #EBEBEC;
}
#shareHeader {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: left;
}

/* font-awesome icons */
.socialIcon {
  background: none;
  display: inline-block;
  color: #999B9D;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

.navigationIcon {
  color: #999B9D;
}

.socialIcon:hover,
.socialIcon:active,
.navigationIcon:hover,
.navigationIcon:active {
  color: #CAB37D;
}

.socialButtonsDesktop .socialIcon {
  margin: 13px 0 0 0;
}

.socialButtonsDesktop {
  margin-left: -10px;
}

.socialButtonsMobile .socialIcon {
  margin-top: 12px;
}

.socialButtonsMobile .socialButton {
  display: table-cell;
  height: 50px;
  width: 50px;
  border-right: 1px solid #DCDDDE;
  text-align: center;
}

#shareHeader .socialBookingButton {
	float: right;
}

#shareHeader .socialBookingButton .button {
  box-sizing: border-box;
  padding: 0 0.5em;
	margin: 7px 0;
  height: 36px;
  line-height: 36px !important;
  font-size: 14px;
}

/* NAVIGATION STYLES */
#navigationContainer {
	min-height: 100px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background-color: #FFF;
}
#navigation ul {
	padding: 0;
	margin: 0;
	height: 100px;
}
#navigation ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	height: 100px;
}
#navigation ul li.first {
	width: 18.52%;
	text-align: left;
}
#navigation ul li.first + li {
	width: 18.52%;
	text-align: left;
}
/* logo styles */

#navigation .logo-desktop {
  width: 110px;
  height: 75px;
}

#navigation ul li.first + li + li {
	width: 25.92%;
	text-align: center;
}
#navigation ul li.first + li + li h1 {
	position: relative;
	top: 43px;
	z-index: 20;
}
#navigation ul li.first + li + li a {
	display: block;
	height: 65px;
}
/* Right hand navigation items */
#navigation ul li.first + li + li + li {
	width: 18.52%;
	text-align: right;
}
#navigation ul li.last {
	width: 18.52%;
	text-align: right;
}

/* Nav font styles */
#navigation ul li h3 {
	margin-top: 25px;
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
}
#navigation ul li h3 a {
	color: #808285;
	font-size: 18px;
	line-height: 100px;
	font-weight: 400;
	text-decoration: none;
}

/* subnavigation */
#navigation #subNavigation {
	clear: left;
	height: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#navigation #subNavigation.active {
	min-height: 330px;
	padding-bottom: 36px;
	border-top: 1px solid #DCDDDE;
	border-bottom: 1px solid #DCDDDE;
}
/* Custom navigation based on location */
body.home #navigation #subNavigation.active,
body.news #navigation #subNavigation.active,
body.contact #navigation #subNavigation.active,
body.services #navigation #subNavigation.active,
body.services.details #navigation #subNavigation.active,
body.people #navigation #subNavigation.active,
body.people.details #navigation #subNavigation.active {
	border-bottom: none;
}
/* Sub navigation columns */
#navigation #subNavigation .contentLeft,
#navigation #subNavigation .contentRight {
	margin-top: 56px;
}
#navigation #subNavigation .navigationColumn {
	float: left;
	width: 31.6%;
	margin-top: 24px;
	margin-left: 2.5%;
}
#navigation #subNavigation .navigationColumn.all {
	width: 100%;
	margin-left: 0;
}
#navigation #subNavigation .navigationColumn.first {
	margin-left: 0;
}

#navigation #subNavigation h4 {
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #DCDDDE;
}
#navigation #subNavigation h4 a {
	font-size: 16px;
	text-decoration: none;
}
#navigation #subNavigation h4 a.active,
#navigation #subNavigation h4 a:hover {
	color: #CAB37D;
}
#navigation #subNavigation ul {
	list-style: none;
	padding: 0;
	margin-top: 50px;
	border-bottom: none;
}
#navigation #subNavigation ul li {
	float: none;
	height: 20px;
}
#navigation #subNavigation ul li a {
	font-size: 14px;
	text-decoration: none;
}
#navigation #subNavigation ul li a.active,
#navigation #subNavigation ul li a:hover {
	color: #CAB37D;
}


/* MOBILE DROP DOWN NAVIGATION  styles are in devicestyles.css*/


/* CONTENT CONTAINER STYLES */
#contentContainer {
	height: auto;
	background-color: #FFF;
}


/* FOOTER STYLES */

#footerContainer {
	clear: both;
	min-height: 280px;
	padding: 60px 0 40px 0;
	background-color: #333132;
}

#footer .footerColumn {
	float: left;
	width: 15.11%;
	margin-left: 1.86%;
}
#footer .footerColumn:first-child {
	margin-left: 0;
}

#footer .footerColumn h4 {
	padding-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #424142;
}
#footer .footerColumn:first-child h4 {
	border-bottom: none;
}

#footer .footerColumn ul {
	list-style: none;
	padding: 0;
	margin-top: 50px;
}

#footer .footerColumn ul li a {
	text-decoration: none;
	font-size: 12px;
}
#footer .footerColumn ul li a.active,
#footer .footerColumn ul li a:hover {
	color: #FFF;
}

#legalsContainer {
	padding: 24px 0;
	background-color: #000;
  text-align: center;
}

#legals span.copyright {
	font-size: 12px;
	color: #808285;
}

/* Mobile footer */
#footerContainer .footerMobile h4 {
	text-align: center;
}


/*
*
*	SITE CONTENT STYLES
*
*/

/* Common content border top styles */
.content {
	position: relative;
	z-index: 0;
}

/* Home */

/* Service styles */
.serviceHeader {
	margin-top: 72px;
	margin-bottom: 66px;
	font-size: 24px;
	color: #CAB37D;
	text-align: center;
}
.serviceCategoryMenu {
	padding-top: 95px;
	padding-bottom: 95px;
}
.serviceCategoryMenu .serviceColumn {
	float: left;
	width: 23.60%;
	margin-left: 1.86%;
}
.serviceCategoryMenu .serviceColumn.first {
	margin-left: 0;
}
.serviceCategoryMenu .serviceColumn h4 a.active {
	color: #CAB37D;
}
.serviceList,
.peopleList {
	position: relative;
	height: auto;
	margin-bottom: 80px;
}
/* Override for the service page service list */
body.services .serviceList {
	margin-top: 66px;
}
.peopleList {
	margin-top: 80px;
}
.serviceList .serviceTile,
.peopleList .peopleTile {
	position: relative;
	float: left;
	width: 33.1%;
	height: 441px;
	background-color: #FFF;
}
.serviceList .serviceTile {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .5s ease-in, opacity 1s;
	-moz-transition: all .5s ease-in, opacity 1s;
	-o-transition: all .5s ease-in, opacity 1s;
	transition: all .5s ease-in, opacity 1s;
}
.serviceList .serviceTile.active {
	position: relative;
	opacity: 1;
	z-index: 20;
}
.peopleList .peopleTile .peopleTextContainer {
	position: relative;
	width: 100%;
	text-align: center;
}
.serviceList .serviceTile .serviceTitle,
.peopleList .peopleTile .peopleTitle,
.peopleList .peopleTile .peoplePosition {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	text-decoration: none;
}
.peopleList .peopleTile .peoplePosition {
	font-size: 18px;
	font-style: italic;
}
.serviceList .serviceTile .serviceTitle a:hover,
.peopleList .peopleTile .peopleTitle a:hover {
	text-decoration: underline;
}
.serviceList .serviceTile .serviceImage,
.peopleList .peopleTile .peopleImage,
.serviceList .serviceTile .serviceImageHover,
.peopleList .peopleTile .peopleImageHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 369px;
	background-color: #DCDDDE;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.peopleList .peopleTile .peopleImage,
.peopleList .peopleTile .peopleImageHover {
	border: 1px solid #DCDDDE;
}
.peopleList .peopleTile .peopleImage,
.peopleList .peopleTile .peopleImageHover {
	background-position: center right;
}

/* Turn on and off the hover images */
.serviceList .serviceTile .serviceImageHover,
.peopleList .peopleTile .peopleImageHover,
.serviceList .serviceTile:hover .serviceImage,
.peopleList .peopleTile:hover .peopleImage {
	opacity: 0;
}
.serviceList .serviceTile:hover .serviceImageHover,
.peopleList .peopleTile:hover .peopleImageHover {
	opacity: 1;
}
.serviceList .serviceTile .serviceBlurb,
.peopleList .peopleTile .peopleBlurb {
	position: absolute;
	bottom: 0;
	height: 36px;
	width: 100%;
	padding: 16px 0 19px 0;
	font-size: 12px;
	border: 1px solid #DCDDDE;
	border-top: none;
}
.serviceList .serviceTile .serviceBlurb p,
.peopleList .peopleTile .peopleBlurb p {
	margin: 0 16px;
	margin-bottom: 0;
}

/* Service transition styles */
.serviceList .serviceTile.active {
  box-sizing: border-box;
	width: 33.2%;
	height: 465px;
  border: 4px solid white;
}

/* Service features */
.serviceFeature,
.peopleFeature {
	height: 500px;
	background-color: #DCDDDE;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.peopleFeature {
	background-color: #FFF;
	background-size: contain;
	background-position: bottom center;
}
.serviceFeature h1,
.peopleFeature h1 {
	margin-bottom: 40px;
	font-size: 55px;
	color: #FFF;
}
.serviceFeature h5,
.peopleFeature h5 {
	font-style: italic;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 40px;
}
.peopleFeature h1,
.peopleFeature h5 {
	color: #808285;
}
.peopleFeatureTitle {
	position: relative;
	bottom: 0;
}
.peopleFeatureTitle h5 {
	max-width: 550px;
}

.peopleFeature h1,
.peopleFeature h5 {
	text-align: left;
}
.content.serviceDetails .contentLeft.seven,
.content.peopleDetails .contentLeft.seven {
	width: 53.5%;
	padding-right: 9.26%;
}
.content.serviceDetails .contentLeft,
.content.peopleDetails .contentLeft {
	padding-top: 36px;
	padding-bottom: 72px;
	border-right: 1px solid #DCDDDE;
}
.content.serviceDetails .contentRight,
.content.peopleDetails .contentRight {
	padding-top: 36px;
	padding-bottom: 72px;
	font-size: 16px;
}
.content.serviceDetails h4,
.content.peopleDetails h4 {
	font-weight: 600;
	margin-bottom: 24px;
}
.content.serviceDetails h3,
.content.peopleDetails h3 {
	font-size: 24px;
	margin-bottom: 32px;
	padding-top: 24px;
}
.serviceDetails .contentLeft h3:first-child,
.serviceDetails .contentRight h3:first-child,
.peopleDetails .contentLeft h3:first-child,
.peopleDetails .contentRight h3:first-child {
	padding-top: 0;
}

/* Service people links */
.content.serviceDetails .servicePeople,
.content.peopleDetails .servicePeople {
	float: left;
	width: 41%;
	margin-right: 9%;
	margin-bottom: 20px;
}
.content.serviceDetails .servicePeople p,
.content.peopleDetails .servicePeople p {
	margin-bottom: 8px;
	line-height: 14px;
}
.content.serviceDetails .servicePeople p a,
.content.peopleDetails .servicePeople p {
	font-size: 12px;
	line-height: 14px;
}
.content.serviceDetails .servicePeople .servicePeopleImage,
.content.peopleDetails .servicePeople .servicePeopleImage {
	width: 100%;
	margin-bottom: 12px;
	border-radius: 50%;
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.content.serviceDetails ul,
.content.peopleDetails ul {
	margin-bottom: 26px;
}

.practitionerButton {
  min-width: 120px;
}

/* Follow links */
/* News social links */
.followLinks {
	height: 20px;
	margin-top: 64px;
	line-height: 20px;
	text-align: left;
}
.followLinks span {
	display: block;
	float: left;
	line-height: 20px;
	margin-right: 8px;
}
.followLinks .follow {
	display: inline-block;
	margin-left: 4px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat !important;
}
.followLinks .follow.facebook {
	background: url('../images/follow-icons.png');
	background-position: 0 0;
}
.followLinks .follow.facebook:hover {
	background-position: 0 -20px;
}
.followLinks .follow.twitter {
	background: url('../images/follow-icons.png');
	background-position: -20px 0px;
}
.followLinks .follow.twitter:hover {
	background-position: -20px -20px;
}
.followLinks .follow.linkedin {
	background: url('../images/follow-icons.png');
	background-position: -40px 0px;
}
.followLinks .follow.linkedin:hover {
	background-position: -40px -20px;
}

/*  END  */

/* News styles */
#news .contentLeft,
#news .contentRight,
.newsDetails .contentLeft,
.newsDetails .contentRight {
	padding-top: 80px;
	padding-bottom: 70px;
}
/* News custom margins and padding */
#news .contentLeft,
.newsDetails .contentLeft {
	min-height: 300px;
	margin-right: 0;
	width: 27.78%;
}
#news .contentLeft hr.break,
.newsDetails .contentLeft hr.break {
	margin: 24px 0;
}

#news .contentRight,
.newsDetails .contentRight {
	min-height: 300px;
	width: 53.7%;
	border-left: 1px solid #DCDDDE;
}
#news h3,
.newsDetails h3 {
	margin-bottom: 32px;
	font-size: 24px;
}
#news .content ul.newsCategories,
.newsDetails .content ul.newsCategories {
	padding: 0;
	list-style: none;
	margin-bottom: 48px;
}
#news .content ul.newsCategories li a.active,
.newsDetails .content ul.newsCategories li a.active {
	color: #CAB37D;
}

/* News blocks */
#news .newsDetails,
.newsDetails .newsDetails {
	padding-left: 3.72%;
}
.newsDetails .newsDetails {
	border-bottom: none;
}
#news .newsDetails.active,
.newsDetails .newsDetails.active {
	height: auto;
	opacity: 1;
}
#news .newsDetails p.newsHeader,
.newsDetails .newsDetails p.newsHeader {
	height: 12px;
}
#news .newsDetails span.date,
.newsDetails .newsDetails span.date {
	float: left;
	width: 50%;
	font-size: 12px;
}
#news .newsDetails .newsImage,
.newsDetails .newsDetails .newsImage {
	margin-bottom: 24px;
	background-color: #F3F4F4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#news .newsDetails h2,
.newsDetails .newsDetails h2 {
	margin-bottom: 12px;
}
#news .newsDetails:hover h2,
.newsDetails .newsDetails h2 {
	color: #CAB37D;
}
#news .newsDetails p,
.newsDetails .newsDetails p {
	margin-bottom: 12px;
}

/* News tranisitions */
#news .contentLeft,
#news .newsList {
	height: auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#news .newsDetails a {
	display: block;
}
#news .newsDetails {
	height: 0;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#news .newsDetails.active {
	height: auto;
	opacity: 1;
	margin-bottom: 24px;
	padding-bottom: 36px;
	border-bottom: 1px solid #DCDDDE;
}


/* News details page over rides */
#news .newsDetails a,
#news .newsDetails:hover {
	text-decoration: none;
}

/* News button links */
.newsDetails .newsDetails p.link,
.newsDetails .newsDetails p.socialLinks {
	float: left;
	margin-top: 36px;
	width: 50%;
}
.newsDetails .newsDetails p.socialLinks {
	float: right;
}

/* Button link styles */
#news a.buttonLink,
.newsDetails a.buttonLink {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
#news a.buttonLink span,
.newsDetails a.buttonLink span {
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	margin-right: 4px;
	background-image: url('../images/link-icons.png');
	background-repeat: no-repeat;
	overflow: hidden;
}
#news a.buttonLink:hover,
.newsDetails a.buttonLink:hover {
	color: #CAB37D;
	text-decoration: none;
}
#news a.buttonLink.email span,
.newsDetails a.buttonLink.email span {
	background-position: 0 0;
}
#news a.buttonLink.email:hover span,
.newsDetails a.buttonLink.email:hover span {
	background-position: 0 -20px;
}
#news a.buttonLink.link span,
.newsDetails a.buttonLink.link span {
	background-position: -20px 0;
}
#news a.buttonLink.link:hover span,
.newsDetails a.buttonLink.link:hover span {
	background-position: -20px -20px;
}
#news a.buttonLink.video span,
.newsDetails a.buttonLink.video span {
	background-position: -40px 0;
}
#news a.buttonLink.video:hover span,
.newsDetails a.buttonLink.video:hover span {
	background-position: -40px -20px;
}
#news a.buttonLink.news span,
.newsDetails a.buttonLink.news span {
	background-position: -60px 0;
}
#news a.buttonLink.news:hover span,
.newsDetails a.buttonLink.news:hover span {
	background-position: -60px -20px;
}

/* News social links */
#news .socialLinks,
.newsDetails .socialLinks {
  float: right;
  height: 20px;
  text-align: right;
}

/* Remove the underline for the link block */
.newsDetails .newsDetails hr.break {
	clear: Both;
	margin-bottom: 12px;
}
.newsDetails .newsDetails span.author {
	font-size: 12px;
	text-align: left;
	width: 100%;
}

/* About styles */
.aboutFeature {
	height: 650px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aboutFeature {
	background-color: #FFF;
	background-size: contain;
}
.content.about h1 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 55px;
	color: #000;
}
.content.about h5 {
	text-align: center;
	font-style: italic;
	font-size: 20px;
	color: #000;
}
body.about .contentFull {
	margin-top: 36px;
	border-top: 1px solid #DCDDDE;
	border-bottom: 1px solid #DCDDDE;
}
body.about.philosophy .contentFull {
	border-bottom: none;
}
body.about .contentFull h4 {
	margin-top: 48px;
	margin-bottom: 48px;
	color: #1A5F6E;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
}
body.about.philosophy .contentFull h4 {
	color: #CAB37D;
}
body.about .contentLeft p,
body.about .contentRight p {
	color: #1A5F6E;
}


/* Contact styles */
#contact .contentLeft.four,
#contact .contentRight.four {
	width: 35.50%;
	margin-right: 0;
	border: 0;
}
#contact .contentLeft.three {
	width: 23.14%;
	padding-left: 1.86%;
	margin: 0 1.86%;
	border-left: 1px solid #DCDDDE;
	border-right: 1px solid #DCDDDE;
}

#contact .contentLeft,
#contact .contentRight {
  padding-top: 80px;
  padding-bottom: 50px;
}

#contact h3 {
  margin-bottom: 32px;
  font-size: 24px;
}

#contact .opening-hours-table td,
#contact .contact-table td {
  vertical-align: top;
}

#contact .opening-hours-table .day {
  padding-right: 1em;
}

#contact .opening-hours-table .time {
  text-align: right;
}

#contact .contact-table td:first-child {
  padding-right: 0.5em;
}

#contact .link-bold {
  font-weight: bold;
}

#mapContainerContact {
	height: 650px;
}

/*  info box styles */
.infoBox {
	/* This is set in the GAmaps code */
}
h2.infoWindow,
p.infoWindow {
	width: 230px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}
h2.infoWindow {
	margin-bottom: 40px;
}
p.infoWindow.address {
	margin-bottom: 5px;
	font-size: 24px;
}
p.infoWindow.telephone {
	font-size: 24px;
}
p.infoWindow.last {
	padding-bottom: 20px;
}
p.infoWindow.address.last {
	margin-bottom: 0;
}
p.infoWindow.email {
	padding-bottom: 55px;
}
p.infoWindow.email .button {
	font-size: 16px !important;
	font-weight: 300;
}


/*
*
*	CUSTOM Structure elements
*
*/

/* These elements must always be off/hidden this is only content for the DOM */
#holding {
	display: none;
	height: 0;
}
.meta {
	display: none;
	height: 0;
}
/* Site breaks */
hr.break {
	border: none;
	margin: 0;
	border-top: 1px solid #DCDDDE;
	padding: 0 9.26%;
}


/* this is required to give the content containers a height */
hr.fake {
	margin: 0 !important;
	padding: 0;
	opacity: 0;
	border-color: transparent;
	clear: left;
}


/*
*
*	CUSTOM Browser style overrides
*
*/

/* scroll bar styles */
::-webkit-scrollbar {
    width: 10px;
	z-index: 50;
}
/* track */
::-webkit-scrollbar-track {
	background-color: #FFF;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* bar */
::-webkit-scrollbar-thumb {
    background: #808285;
	height: 70px;
	max-height: 70px;
}
::-webkit-scrollbar-thumb:hover {
	background: #231F20;
}