/*

Redfibre
www.redfibre.co.uk

Copyright (c) 2013 Redfibre

Developed from Redfibre construct v2.0

*/

/* Page elements
---------------------------------------*/

/* Header
---------------------------------------*/
header {
  padding: 35px 0;
  min-height: 165px;
}

#headerLogo img {
  float: left;
}

#headerLogo h1 {
  margin: 40px 0 0 15px;
  float: left;
  color: #534d3f;
  font-size: 22px;
}

#headerInfo {
  padding-top: 25px;
}

#headerInfo p {
  text-align: right;
  color: #534d3f;
  font-size: 17px;
}

#headerInfoLimiter {
  max-width: 300px;
  float: right;
}

#headerSearch {
  float: right;
}

/* Search Box
	---------------------------------------*/
#advSearchfield {
  border: 0;
}

#as0_advsea-search {
  border: 0;
  height: 20px;
  width: 130px;
  margin: 6px 0 0 20px;
  align: center;
}

/* Search Results Page
	-----------------------------------------*/
div.advsea-result {
  padding: 25px 0;
}

#smallNavLower {
  position: absolute;
  top: 50%;
  right: 15px;
}
#smallNavLower:hover {
  cursor: pointer;
}

@media only screen and (max-width: 860px) {
  header {
    padding: 0 0 35px 0;
    min-height: 75px;
  }

  #headerWrapper {
    position: relative;
    z-index: 10;
    background: #f7f6f0;
    padding: 10px 0 10px 0;
    width: 100%;
  }

  #headerSearch {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }

  #smallNavLowerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}

/* Navigation
---------------------------------------*/
nav {
  min-height: 60px;
  margin-bottom: 20px;
}

#navBreakLine {
  height: 1px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    left,
    #ffffff 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    left,
    #ffffff 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #ffffff 100%
  );
  background: linear-gradient(
    left,
    #ffffff 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #ffffff 100%
  );
}

#navMainBar {
  width: 100%;
  min-width: 860px;
  text-align: center;
}

#navMainBar ul {
  width: 100%;
  margin: 10px auto 0 auto;
}

#navMainBar li.navMainItem {
  vertical-align: top;
  display: inline-block;
  padding: 10px 30px 30px 30px;
  border-right: solid 1px #d6d4cd;
  height: 40px;
  -webkit-transition: margin 350ms ease-out;
  -moz-transition: margin 350ms ease-out;
  -ms-transition: margin 350ms ease-out;
  -o-transition: margin 350ms ease-out;
  transition: margin 350ms ease-out;
}

#navMainBar li.subBelow {
  background: url("../../assets/images/template/bkg_subBelow.png") no-repeat;
  background-position: center;
}

#navMainBar li.last {
  border-right: none;
}

#navMainBar a {
  /*color: #918201;*/
  font-size: 20px;
}

#navMainBar a:hover {
  cursor: pointer;
}

.wf-loading #navMainBar a {
  font-size: 17px;
}
.wf-inactive #navMainBar a {
  font-size: 17px;
}

/* Nav drop menus
	---------------------------------------*/
div.subNavWrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 400;
  margin-top: -20px;
  padding-top: 20px;
}

div.subNav {
  margin-top: 5px;
  min-height: 200px;
  background: #fff;
  border-top: solid 1px #efede7;
  border-bottom: solid 2px #f2f1eb;
}

div.subNavContent {
  padding-top: 30px;
}

div.subNavTab {
  display: none;
  height: 15px;
  width: 29px;
  background: url("../../assets/images/template/bkg_subNavTab.png") no-repeat;
  position: relative;
  margin: 0 auto;
  top: 20px;
  z-index: 500;
}

div.subNavContentImage {
  width: 40%;
  height: 105px;
  float: left;
  overflow: hidden;
  position: relative;
}

div.subNavContentImage img {
  position: absolute;
  height: 100%;
  max-width: none !important;
  left: 0;
  right: 0;
}

div.subNavContentMain {
  width: 60%;
  padding: 0 15px;
  float: left;
  text-align: left;
}

div.subNavContentMain p {
  font-size: 17px;
  line-height: 20px;
  color: #4f4d44;
  padding-top: 5px;
}

div.subNavContentLinksBreak {
  float: left;
  height: 100%;
  width: 100%;
  min-height: 105px;
  margin-right: 39px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
}

div.subNavContentLinksContainer {
  width: 100%;
  height: 100%;
  min-height: 105px;
  min-height: 105px;
  margin: 0 0 0 1px;
  background: #fff;
  padding-left: 40px;
}

#navMainBar div.subNavContentLinksContainer ul {
  margin: 0;
}

#navMainBar div.subNavContentLinksContainer ul li {
  display: block;
  float: left;
  width: 25%;
  text-align: left;
  height: 35px;
  overflow: hidden;
  background: url("../../assets/images/template/bkg_menuDash.png") no-repeat
    right bottom;
}

#navMainBar div.subNavContentLinksContainer ul li a {
  text-align: left;
  font-size: 17px;
  font-style: italic;
  padding-top: 10px;
  line-height: 42px;
}

/*
div.aboutSubTextRightBreak {
	float: left;
	height: 100%;
	width: 100%;
	margin-right: 39px;
	background: #d6d4cd;
	background: -moz-linear-gradient(top, #f7f6f0 0%,#d6d4cd 15%,#d6d4cd 85%,#f7f6f0 100%); 
	background: -webkit-linear-gradient(top, #f7f6f0 0%,#d6d4cd 15%,#d6d4cd 85%,#f7f6f0 100%); 
	background: linear-gradient(top, #f7f6f0 0%,#d6d4cd 15%,#d6d4cd 85%,#f7f6f0 100%);
}

div.aboutSubTextRightContainer {
	width: 100%;
	margin-left: 1px;
	background: #f7f6f0;
	padding-left: 40px;
	
}
*/

li.navSpacer {
  background: #f00 !important;
  width: 1px;
  padding: 10px 0 0 0 !important;
}

li.activeTab {
  background: none !important;
  margin-bottom: 250px;
}

li.activeTab a {
  color: #534d3f;
}

li.activeTab div.subNav a {
  color: #918201;
}

li.activeTab div.subNav a:hover {
  color: #534d3f;
}

li.activeTab div.subNav1,
li.activeTab div.subNav2,
li.activeTab div.subNav3 {
  display: block !important;
}

li.activeTab div.subNavTab1,
li.activeTab div.subNavTab2,
li.activeTab div.subNavTab3 {
  display: block !important;
}

/*
	li.dropSubNav1:hover, li.dropSubNav2:hover, li.dropSubNav3:hover { background: none!important; margin-bottom: 200px; }
	li.dropSubNav1:hover div.subNav1, li.dropSubNav2:hover div.subNav2, li.dropSubNav3:hover div.subNav3 { display: block!important; }
	li.dropSubNav1:hover div.subNavTab1, li.dropSubNav2:hover div.subNavTab2, li.dropSubNav3:hover div.subNavTab3 { display: block!important; }
	*/

/*-------------------------------------*/

/* Mobile nav
	---------------------------------------*/

#smallNavWrapper {
  z-index: 1;
  margin: -1000px 0 0 0;
  -webkit-transition: margin 700ms ease-out;
  -moz-transition: margin 700ms ease-out;
  -ms-transition: margin 700ms ease-out;
  -o-transition: margin 700ms ease-out;
  transition: margin 700ms ease-out;
}

#smallNavWrapper.sticky {
  margin: 0 0 0 0;
}

#smallNavigation {
  width: 100%;
  min-width: 290px;
  text-align: left;
  padding-bottom: 20px;
}

#smallNavigation ul {
  width: 100%;
  margin: 10px auto 0 auto;
}

#smallNavigation li {
  display: block;
  width: 100%;
  height: auto;
  border-top: solid #fff 1px;
  background: #f7f6f0;
}

#smallNavigation li:hover {
  background: #d6d4cd;
}

#smallNavigation a {
  display: block;
  width: inherit;
  padding: 20px;
  color: #918201;
  font-size: 20px;
}

.wf-loading #smallNavigation a {
  font-size: 17px;
}
.wf-inactive #smallNavigation a {
  font-size: 17px;
}

/*-------------------------------------*/

/* Breadcrumb
---------------------------------------*/

#breadcrumbWrapper {
  padding-bottom: 20px;
  display: block;
}

#breadcrumbWrapper.hideBread {
  display: none !important;
}

li.B_firstCrumb {
  display: inline-block;
}

li.B_firstCrumb a {
  font-size: 15px;
  color: #9d9987;
}

li.B_crumb {
  display: inline-block;
}

li.B_crumb a {
  font-size: 15px;
  color: #9d9987;
}

li.B_currentCrumb {
  display: inline-block;
  font-size: 15px;
  color: #afaa8a;
}

li.B_currentCrumb a {
  font-size: 15px;
  color: #afaa8a;
}

li.B_lastCrumb {
  display: inline-block;
  font-size: 15px;
  color: #afaa8a;
}

li.B_lastCrumb a {
  font-size: 15px;
  color: #afaa8a;
}

/* Home page
---------------------------------------*/

#indexSlider {
  position: relative;
  max-width: 1081px;
  margin: 0 auto;
}

#indexSlider img {
  width: 100%;
}

#indexSliderContainer {
  position: relative;
  width: 100%;
  max-width: 1081px;
  height: 521px;
  overflow: hidden;
  margin: 0 auto;
}

#indexSliderContainer div.sliderSlide {
  width: 100%;
  margin-bottom: 600px; /* padding tested provide clearance!! */
  position: absolute;
  top: 0;
  left: 0;
}

/* Can we center the image in the slide??
#indexSliderContainer img{
	position: absolute;
	width: 100%;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

@media only screen and (max-width: 860px) {
  #indexSliderContainer {
    max-height: 420px;
  }
}

@media only screen and (max-width: 780px) {
  #indexSliderContainer {
    max-height: 425px;
  }
}

@media only screen and (max-width: 680px) {
  #indexSliderContainer {
    max-height: 328px;
  }
}

@media only screen and (max-width: 565px) {
  #indexSliderContainer {
    max-height: 275px;
  }
}

@media only screen and (max-width: 450px) {
  #indexSliderContainer {
    max-height: 220px;
  }
}

@media only screen and (max-width: 320px) {
  #indexSliderContainer {
    max-height: 160px;
  }
}

#indexSliderContainer div.indexSliderInfoWrapper {
  position: absolute;
  width: 100%;
  bottom: 40px;
  right: 40px;
}

#indexSliderContainer div.indexSliderInfo {
  float: right;
  background: #fff url("../../assets/images/template/bkg_sliderInfoTree.png")
    no-repeat bottom right;
  height: 295px;
  width: 321px;
  overflow: hidden;
  padding: 35px 25px 0 25px;
}

#indexSliderContainer div.indexSliderInfo h4 {
  text-align: left;
  padding-bottom: 10px;
}

#indexSliderContainer div.indexSliderInfo p {
  font-size: 18px;
  padding-bottom: 10px;
}

#indexSliderContainer div.indexSliderInfo a {
  font-size: 17px;
  background: #fff url("../../assets/images/template/btn_sliderLinkArrow.png")
    no-repeat bottom right;
  width: 321px;
  overflow: hidden;
  padding: 10px 50px 0 0;
}

#indexNewsFeature {
}

#indexNewsFeatureImg {
  width: 37.5%;
  padding-right: 10px;
  float: left;
}

#indexNewsFeatureTitle {
  width: 62.5%;
  padding-left: 10px;
  float: left;
}

#indexNewsFeatureTitle h6 {
  text-align: left;
  font-style: italic;
  margin-top: 20px;
}

#indexNewsFeatureText {
  width: 100%;
  clear: both;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 860px) {
  #indexNewsFeatureImg,
  #indexNewsFeatureTitle,
  #indexNewsFeatureText {
    padding: 0 0 20px 0;
  }
}

#indexNewsRecent p {
  padding-top: 20px;
}

#indexInitiativeImg {
  max-height: 460px;
  overflow: hidden;
  padding-right: 0px;
  background: #f7f6f0;
  border-right: 15px solid #fff;
}

@media only screen and (max-width: 860px) {
  #indexInitiativeImg {
    padding-bottom: 20px;
    border: none;
    padding-right: 15px;
  }
  #indexInitiative {
    padding-bottom: 20px;
  }
}

#indexInitiative {
  background: #fff;
}

#indexInitiativeInfo h4 {
  padding-top: 40px;
  color: #918201;
}

#indexInitiativeInfo h6 {
  text-align: center;
  color: #918201;
  margin-top: 40px;
}

#indexInitiativeInfo p {
  text-align: center;
  color: #918201;
}

/* About the Duchy page
---------------------------------------*/

div.aboutHeading h1 {
  text-align: center;
  padding-bottom: 20px;
}
div.aboutIntro p {
  text-align: center;
  padding-bottom: 40px;
}
p.aboutImgText {
  text-align: center;
  color: #918201;
  font-style: italic;
}

div.aboutSubImgLeft {
  padding-right: 40px;
}
div.aboutSubImgRight {
  padding-left: 40px;
}
div.aboutSubTextLeft {
  padding-right: 40px;
}
div.aboutSubTextRight {
  padding-left: 0px;
}

div.aboutSubTextRightBreak {
  float: left;
  height: 100%;
  width: 100%;
  margin-right: 39px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
}

div.aboutSubTextRightContainer {
  width: 100%;
  margin-left: 1px;
  background: #f7f6f0;
  padding-left: 40px;
}

div.aboutSubTextLeftBreak {
  float: left;
  height: 100%;
  width: 100%;
  margin-right: 39px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
}

div.aboutSubTextLeftContainer {
  width: 100%;
  margin-left: -1px;
  background: #f7f6f0;
  padding-left: 1px;
  padding-right: 40px;
}

div.aboutVideoOuter {
  background: #fff;
  padding: 30px 0 40px 0;
  /* margin: 0 40px; Really!? Check with Gendall - probably error in PSD */
  margin: 0 30px; /* Suggested replacement for above */
}

div.aboutVimeo {
  /* position: relative; 
	padding: 0;
	 right: -20px; Really!? Check with Gendall - probably error in PSD */
}

div.aboutSeparatorQuote {
  clear: both;
  width: 10%;
  height: 2px;
  margin: 40px auto;
  background: url("../../assets/images/template/bkg_separator.png") repeat-x;
}

#aboutVideoInfo h4 {
  color: #918201;
}

#aboutVideoInfo h6 {
  text-align: center;
  color: #918201;
  margin-top: 40px;
}

#aboutVideoInfo p {
  text-align: center;
  color: #918201;
}

@media only screen and (max-width: 860px) {
  div.aboutThumbs {
    margin-bottom: 60px;
  }
}

div.aboutThumbs h3 {
  padding-top: 30px;
}

div.aboutThumbs p {
  padding-top: 10px;
  padding-bottom: 20px;
}

#aboutThumbsWrapper {
  background: #fff;
}

.aboutThumbHeader {
  clear: both;
  padding-top: 60px;
  padding-bottom: 55px;
}

/* Sales and lettings page
---------------------------------------*/

#salSales {
  width: 100%;
}
#salLettings {
  width: 100%;
  background: #fff;
}

div.salHeading h1 {
  text-align: center;
  padding-bottom: 20px;
}
div.salItemContent {
  padding-bottom: 75px;
}
div.salItemContentSub {
  padding-bottom: 20px;
}

div.salItemTitle {
  position: relative;
  float: left;
  width: 65%;
  padding: 0 15px 0 0 !important;
}

div.salItemDownload {
  position: relative;
  float: left;
  height: 53px;
  width: 35%;
  padding: 0 !important;
}

div.salItemDownload a {
  float: right;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 20px;
  margin-top: 35px;
  background: url("../../assets/images/template/btn_pdfDownload.png") no-repeat
    right;
}
div.salItemDownload a:hover {
  background: url("../../assets/images/template/btn_pdfDownloadHover.png")
    no-repeat right;
}

div.salItemSeperator {
  clear: both;
  width: 90%;
  height: 2px;
  margin: 0 auto 75px auto;
  background: url("../../assets/images/template/bkg_separator.png") repeat-x;
}

span.price {
  color: #918201;
}

div.salItemSep1 {
  display: none;
}

/* People and Places page
---------------------------------------*/

#mapWrapper {
}

#mapContainer {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

#map-canvas {
  margin: 0;
  height: 440px;
  position: relative;
}

#mapTitle {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background: #fff;
  height: 40px;
  width: 200px;
  z-index: 100;
}

#mapTitle h4 {
  color: #534d3f;
  font-size: 17px;
  padding-top: 15px;
  align: center;
}

div.peopleSeparator {
  clear: both;
  width: 15%;
  height: 2px;
  margin: 50px auto 50px auto;
  background: url("../../assets/images/template/bkg_separator.png") repeat-x;
}

div.peopleHeading h1 {
  text-align: center;
  padding-bottom: 20px;
}
div.peopleIntro p {
  text-align: center;
}
div.peopleThumbs h3 {
  padding-top: 30px;
  text-align: center;
}

div.peopleThumbs p {
  padding-top: 10px;
  padding-bottom: 20px;
}

div.peopleThumbs {
  text-align: center;
  font-size: 17px;
}

div.peopleThumbs img {
  max-height: 199px;
}

@media only screen and (max-width: 860px) {
  div.peopleThumbs {
    margin-bottom: 60px;
  }

  div.peopleThumbs img {
    max-height: none;
  }
}
@media only screen and (max-width: 860px) {
  div.peopleThumbsSmall {
    margin-bottom: 60px;
  }
}

div.peopleThumbsSmall h4 {
  padding-bottom: 20px;
}

div.peopleThumbsSmall p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

div.peopleThumbsSmall {
  height: 345px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
}

div.peopleThumbsSmall img {
  max-height: 145px;
}
@media only screen and (max-width: 860px) {
  div.peopleThumbsSmall img {
    max-height: none;
  }
}

/* Content pages
---------------------------------------*/

div.contentHeading h1 {
  text-align: center;
  padding-bottom: 20px;
}
div.contentIntro p {
  text-align: center;
  padding-bottom: 40px;
}
p.contentImgText {
  text-align: center;
  color: #918201;
  font-style: italic;
}

div.contentSubImgLeft {
  padding-right: 40px;
}
div.contentSubImgRight {
  padding-left: 40px;
}
div.contentSubTextLeft {
  padding-right: 40px;
}
div.contentSubTextRight {
  padding-left: 0px;
}

div.contentSubTextRightBreak {
  float: left;
  height: 100%;
  width: 100%;
  margin-right: 39px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
}

div.contentSubTextRightContainer {
  width: 100%;
  margin-left: 1px;
  background: #f7f6f0;
  padding-left: 40px;
}

div.contentSubTextLeftBreak {
  float: left;
  height: 100%;
  width: 100%;
  margin-right: 39px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
}

div.contentSubTextLeftContainer {
  width: 100%;
  margin-left: -1px;
  background: #f7f6f0;
  padding-left: 1px;
  padding-right: 40px;
}

div.contentSeparatorQuote {
  clear: both;
  width: 10%;
  height: 2px;
  margin: 40px auto;
  background: url("../../assets/images/template/bkg_separator.png") repeat-x;
}

@media only screen and (max-width: 860px) {
  div.contentThumbs {
    margin-bottom: 60px;
  }
}

div.contentThumbs h3 {
  padding-top: 30px;
}

div.contentThumbs p {
  padding-top: 10px;
  padding-bottom: 20px;
}

#contentThumbWrapper {
  background: #fff;
}

div.contentThumbHeader {
  clear: both;
  padding-top: 60px;
  padding-bottom: 55px;
}

/* Stories
---------------------------------------*/

#storiesArchive {
  text-align: center;
}
#storiesArchive a {
  font-size: 17px;
}

#storiesPagination {
  text-align: center;
}

#storiesPagination ul {
  display: inline-block;
}
#storiesPagination ul li {
  display: inline-block;
  padding: 20px;
}

/* Sitemap
---------------------------------------*/
#siteMap {
}

#siteMap ul {
  font-size: 17px;
}

#siteMap ul li {
  margin-left: 20px;
}

#siteMap ul li a {
  font-size: 17px;
}

#siteMap ul li a:hover {
}

/* Footer
---------------------------------------*/
footer {
  background: #3f3f41;
  min-height: 200px;
  width: 100%;
}

#footerInfo p {
  margin-top: 15px;
  text-align: center;
  color: #f8f6ee;
  text-transform: uppercase;
  font-size: 10px;
}

#footerInfo span.minor {
  color: #767676;
}

#footerLinks {
  margin-top: 40px;
  text-align: center;
}

#footerLinks ul.left {
  float: left;
}

#footerLinks ul.right {
  float: right;
}

#footerLinks li {
  display: inline;
  padding: 0 12px;
  border-right: solid 1px #f8f6ee;
}

#footerLinks a,
#footerLinks a:visited {
  font-size: 15px;
  color: #f8f6ee;
}

#footerLinks li.last {
  border-right: none;
}

@media only screen and (max-width: 860px) {
  #footerLinks ul.left {
    float: none !important;
    margin: 0 auto;
  }

  #footerLinks ul.right {
    float: none !important;
    margin: 15px auto 0 auto;
  }

  #footerLinks li {
    display: inline;
    padding: 0 12px;
    border-right: none;
  }
}

#footerLinks a:hover {
  color: #767676;
}

p.footerLastUpdate {
  letter-spacing: 3px;
  font-style: italic;
}

/* Content Blocks
---------------------------------------*/

div.blockHeading h1 {
  text-align: center;
  padding-bottom: 20px;
}
div.blockIntro p {
  text-align: center;
}
p.blockImgText {
  text-align: center;
  color: #918201;
  font-style: italic;
}

div.blockSubImgLeft {
  padding-right: 40px;
}
div.blockSubImgLeft.noGutter {
  padding-right: 4px;
}
@media only screen and (max-width: 640px) {
div.blockSubImgLeft.noGutter {
  padding-right: 15px;
}
}
div.blockSubImgRight {
  padding-left: 40px;
}
div.blockSubImgRight.noGutter {
  padding-left: 4px;
}
@media only screen and (max-width: 640px) {
div.blockSubImgRight.noGutter {
  padding-left: 15px;
}
}
div.blockSubTextLeft {
  padding-right: 40px;
}
div.blockSubTextRight {
  padding-left: 0px;
}

div.blockElement {
  padding-top: 40px;
  padding-bottom: 40px;
}
div.blockMainText {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.blockSubTextRightBreak {
  float: left;
  height: 100%;
  width: 100%;
  margin-right: 39px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
}

div.blockSubTextRightContainer {
  width: 100%;
  margin-left: 1px;
  background: #f7f6f0;
  padding-left: 40px;
}

div.blockSubTextLeftBreak {
  float: left;
  height: 100%;
  width: 100%;
  margin-right: 39px;
  background: #d6d4cd;
  background: -moz-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
  background: linear-gradient(
    top,
    #f7f6f0 0%,
    #d6d4cd 15%,
    #d6d4cd 85%,
    #f7f6f0 100%
  );
}

div.blockSubTextLeftContainer {
  width: 100%;
  margin-left: -1px;
  background: #f7f6f0;
  padding-left: 1px;
  padding-right: 40px;
}

div.blockVideoOuter {
  background: #fff;
  padding: 30px 0 30px 0;
  /* margin: 0 40px; Really!? Check with Gendall - probably error in PSD */
  margin: 0 30px; /* Suggested replacement for above */
}

div.blockVimeo {
  /* position: relative; 
	padding: 0;
	 right: -20px; Really!? Check with Gendall - probably error in PSD */
}

div.blockSeparatorQuote {
  clear: both;
  width: 10%;
  height: 2px;
  margin: 40px auto;
  background: url("../../assets/images/template/bkg_separator.png") repeat-x;
}

#blockVideoInfo h4 {
  color: #918201;
}

#blockVideoInfo h6 {
  text-align: center;
  color: #918201;
  margin-top: 40px;
}

#blockVideoInfo p {
  text-align: center;
  color: #918201;
}

@media only screen and (max-width: 860px) {
  div.blockThumbs {
    margin-bottom: 60px;
  }
}

div.blockThumbs h3 {
  padding-top: 30px;
}

div.blockThumbs p {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* Classes
---------------------------------------*/

.clear {
  clear: both;
}

.clear10 {
  width: 100%;
  height: 10px;
  clear: both;
}

.clear20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.clear40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.clear60 {
  width: 100%;
  height: 60px;
  clear: both;
}

.clear75 {
  width: 100%;
  height: 75px;
  clear: both;
}

.clear100 {
  width: 100%;
  height: 100px;
  clear: both;
}

.separator {
  clear: both;
  width: 90%;
  height: 2px;
  margin: 40px auto;
  background: url("../../assets/images/template/bkg_separator.png") repeat-x;
}

.separatorSmall {
  clear: both;
  width: 40%;
  height: 2px;
  margin: 20px auto;
  background: url("../../assets/images/template/bkg_separator.png") repeat-x;
}

h5.quote {
  text-align: center;
  font-style: italic;
}

.thumbHeader {
  clear: both;
  padding-top: 125px;
  padding-bottom: 55px;
}

/* Search Box
	---------------------------------------*/
form.advsea-form fieldset {
  padding: 10px 10px;
  margin: 10px 10px;
  border: none !important;
}
#as0_advsea-search {
  background: url("/assets/images/template/bkg_headerSearch.png") no-repeat !important;
  margin: 30px 0 0 0 !important;
  height: 37px !important;
  width: 170px !important;
}
#as0_advsea-submit {
  display: none !important;
}
form.advsea-form #as0_advsea-search {
  width: 200px !important;
  height: 37px !important;
  padding-left: 26px !important;
}
div.advsea-result a,
.advsea-previous a,
.advsea-next a,
div.advsea-paging,
div.advsea-paging1,
.advsea-highlight-1 {
  color: inherit !important;
}
form.advsea-form a.advsea-helplink {
  padding: 0 20px 0 0;
  background: url(images/help.png) 0 2px no-repeat;
  font-size: 16px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
a.advsea-helplink span {
  display: none !important;
}

form.advsea-form div.advsea-helpwindow {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  background: black;
  color: white;
}
