/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

.no-title #page-title {
	display: none;
}

.no-title  #content {
	height: 488px;
}

.logged-in.no-title  #content {
	height: 595px;
}

.node-photo.view-mode-full .right {
	float: right;
	width: 583px;
}

.node-photo.view-mode-full .left {
	color: #484848;
	font-size: 11px;
	width: 195px;
}

.node-photo .left .item-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.node-photo .left a {
	color: #96451d;
	text-decoration: none;
}

.node-photo .left p {
	margin: 12px 0;
}

.field-name-field-web {
	height: 357px;
}

.field-name-field-caption {
	color: #7c7c7c;
}

.field-name-field-caption p {
	font-size: 14px;
	margin: 0;
}

.jcarousel {
	margin-top: 10px;
}

ul.slideshow {
	list-style: none;
}

.slideshow a {
	background: url(../images/reel-bg.png) 0 0 no-repeat;
	display: block;
	height: 51px;
	padding: 5px;
}

.node-type-brochure-gallery .slideshow a {
	background: none;
	height: 60px;
	padding: 0;
}

.jcarousel-prev,
.jcarousel-next {
	background: url(../images/carousel-control.png) 0 0 no-repeat;
	cursor: pointer;
	height: 22px;
	position: absolute;
	top: 20px;
	width: 15px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-prev-disabled-horizontal {
	cursor: default;
	opacity: 0.7;
}

.jcarousel-prev {
	left: 0;
}

.jcarousel-next {
	background-position: 0 -22px;
	right: 0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal,
.jcarousel-skin-tango .jcarousel-item {
  height: 60px !important;
}

.node-bio {
	position: relative;
	width: 678px;
}


.field-name-field-headshot  {
	position: absolute;
	right: 0;
	top: 0px;
	width: 318px;
}

.load-container {
	height: 398px;
}

.node-type-brochure-gallery .load-container {
	height: 360px;
}

.load-container.loading {
	background: url(../images/ajax-loader.gif) center no-repeat;
}

.node-bio .field-name-body {
	min-height: 360px;
}

.node-bio .field-name-body p {
	color: #8d7e5e;
	font-size: 14px;
	width: 285px;
}

.view-executive-team {
	float: right;
	margin: 0;
	padding-top: 20px;
/* 
	width: 125px;
 */
	width: 140px;
}

.view-executive-team .views-row {
	margin-bottom: 12px;
}

.view-executive-team a,
.section-locations #content .block-menu-block ul li a {
	background: url(../images/menu-arrow-right.png) left top no-repeat;
	color: #484848;
	padding-left: 15px;
	text-decoration: none;
}

.view-executive-team a {
  display: block;
  background: none;
}

.section-locations #content .block-menu-block ul li.toggle > a {
	background-image: url("../images/menu-arrow-down.png");
}

.view-executive-team a.active {
/* 
	background-image: url(../images/menu-arrow-left.png);
 */
  color: #96451D;
  font-weight: bold;
}

.section-locations #content .block-menu-block {
/* 
	left: 700px;
	position: absolute;
	top: 0;   if using jscroll
	top: 70px;
 */
 float: right;
 
	width: 157px;
	margin-top: 1.5em;
}

.section-locations #content .block-menu-block ul {
	padding: 0;
}

.section-locations #content .block-menu-block ul ul {
	padding-left: 10px;
}


.section-locations #content .block-menu-block ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 8px;
}

.section-locations #content .block-menu-block ul ul {
	display: none;
}

.section-locations #content .block-menu-block ul li.toggle ul {
	display: block;
}

.section-locations #content .block-menu-block ul li a {
	color: #484848;
	display: block;
	padding-left: 20px;
}

.menu-block-2 > .menu > li > a {
	color: #844725 !important;
	font-weight: bold;
	text-transform: uppercase;
}

.section-locations #content .block-menu-block ul ul li a { 
/* 
	background: url(../images/arrow-right.png) 0 5px no-repeat;
 */
  background: none;
  line-height: normal;

	font-size: 11px;
	margin-left: 10px;
	padding-left: 15px;
}

/* 
.node-type-location .section-locations #content .block-menu-block ul ul li a {
  line-height: normal;
}
 */
.section-locations #content .block-menu-block ul ul li a.active { 
/* 
	background: url(../images/arrow-left.png) 0 5px no-repeat;
 */
  background: none;
  color: #96451D;
  font-weight: bold;
}

.node-location .field-label {
	font-weight: normal;
}

.node-type-location #page-title {
	margin-bottom: 20px;
}

/* 
.node-location .field-name-body p {
	margin: 0 0 10px 0;
}
 */

.node-location .field-name-field-address {
	margin: 30px 0 20px;
}

.node-location .field-collection-container {
	border: none;
	margin: 20px 0 0 0;
}

.node-location .field-collection-view {
	border: none;
	margin: 0;
}

.node-location .field-collection-container .field-item {
	margin: 0;
}

.node-video {
	margin-top: 10px;
}

.node-video .field-name-body {
	font-size: 14px;
	width: 190px;
}

.node-video .field-name-body p {
	color: #7C7C7C;
	margin-top: 0;
}

.node-video .field-name-field-youtube {
	float: right;
}

.view-videos .slideshow a {
	background: none;
	margin-top: 7px;
	padding: 0;
}

.view-videos .slideshow li,
.view-videos .jcarousel-clip-horizontal {
	height: 65px !important;
}

.view-videos .slideshow li {
	width: 69px !important;;
}

.view-videos .jcarousel-clip {
	background: url(../images/movies-bg.png) 0 0 no-repeat;
}

.node-type-article #page-title {
	margin-bottom: 25px;
}

.sub-title {
	color: #3E3E3E;
	font-family: "trajan-pro-3",serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
}

.node-article p {
	margin: 0 0 1.5em;
}

.node-type-article  .full-width {
	clear: both;
	margin-top: 1.5em;
}

.style-1 .top {
	min-height: 131px;
}

.style-1 .field-name-field-image {
	float: left;
	margin-right: 20px;
}

.node-article .col {
	float: left;
	width: 47%;
}

.node-article .col.left {
	margin-right: 20px;
}

.style-2  .sub-title {
	margin-bottom: 50px;
}

.style-3  .sub-title {
	margin-bottom: 30px;
}

.style-4  .sub-title {
	margin-bottom: 20px;
}

.style-4 .field-name-field-image {
	margin-bottom: 15px;
}

.node-type-location #page-title,
.node-type-bio #page-title {
	margin-left: 0;
}

.node-location {
  float: left;
	width: 510px;
}

.clearfix::after {
  content: none;
}

.node-type-location .clearfix::after {
  content: ".";
}
