﻿/*********************
  general items
*********************/

* {
	margin:0;
	padding:0;
}
ul,ol {
	padding:0 0 20px 20px;
}
p {
	padding-bottom:20px;
}
a {
	color:#cc0000;
}
p a {
	text-decoration: none;
	border-bottom: 1px dashed #cc0000;
}
p a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
a:focus {
	outline:0;
}
a img {
	border:0;
}
fieldset {
	border:0;
}
.hidden {
	display: none;
	height: 0;
	overflow: hidden;
}

/*********************
  main styles
*********************/

html {
	font-family: Rooney, Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
	font-size:.627em;
	height: 100%;
}
body {
	text-align:center;
	color:#231f20;
	height: 100%;
}
h1,h2,h3,h4 {
	font-family: PlutoBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
::selection {
	background: #FCDF65; /* Safari */
	}
::-moz-selection {
	background: #FCDF65; /* Firefox */
}

/*********************
  all webfonts
*********************/

.Rooney-normal-normal {
	font-family: Rooney;
	font-weight: normal;
	font-style: normal;
}
.Rooney-bold-italic {
	font-family: Rooney;
	font-weight: bold;
	font-style: italic;
}
.Rooney-bold-normal {
	font-family: Rooney;
	font-weight: bold;
	font-style: normal;
}
.Rooney-normal-italic {
	font-family: Rooney;
	font-weight: normal;
	font-style: italic;
}
.PlutoBold-Italic {
	font-family: PlutoBold-Italic;
	font-weight: normal;
	font-style: normal;
}
.PlutoBold {
	font-family: PlutoBold;
	font-weight: normal;
	font-style: normal;
}
.PlutoHeavy-Italic {
	font-family: PlutoHeavy-Italic;
	font-weight: normal;
	font-style: normal;
}
.PlutoHeavy {
	font-family: PlutoHeavy;
	font-weight: normal;
	font-style: normal;
}
.PlutoRegular-Italic {
	font-family: PlutoRegular-Italic;
	font-weight: normal;
	font-style: normal;
}
.PlutoRegular {
	font-family: PlutoRegular;
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	width: 100%;
	min-width: 960px;
	min-height: 100%;
}
#push {
	width: 100%;
	min-width: 960px;
	overflow: auto;
	padding-bottom: 240px;
}
#header,
.container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.cl  {clear: left;}
.clb {clear: both;}

/*********************
  header
*********************/

#header {
	position: relative;
	height:  90px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#logo {
	float: left;
	display: inline;
	margin: 14px 0 10px;
}

/*contact-media*/
.contact-media {
	position: absolute;
	top: 8px;
	right: -5px;
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-family: PlutoRegular, Arial, Helvetica, sans-serif;
}
.contact-media li {
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0;
	padding: 5px 7px;
}
.contact-media li:first-child {
	background: url(../images/structural/media-divider.gif) no-repeat center right;
}

.contact-media li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #808184;
	padding-bottom: 4px;
	margin-bottom: -4px;
}
.contact-media li a:hover {
	color: #000;
	text-decoration: none;
}
.contact-media li.active a {
	color: #000;
	text-decoration: none;
	background: url(../images/structural/active-arrow.png) no-repeat 50% bottom;
}
.contact-media li.active {
	
}

/*main-nav*/
.main-nav {
	position: absolute;
	top: 50px;
	right: -10px;
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: PlutoBold, Arial, Helverica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #8c8c8d;
}
.main-nav li {
	float: left;
	display: inline;
	list-style-type: none;
	padding: 5px 10px;
	border-left: 1px solid #d0d2d3;
}
.main-nav li:first-child {
	border: 0;
}
.main-nav li a {
	float: left;
	display: block;
	padding-top: 2px;
	border-top: 2px solid #cc0000;
	color: #8c8c8d;
	text-decoration: none;
}
.main-nav li a:hover,
.main-nav li.current-menu-item a {
	color: #000;
}
.main-nav li.active,
.main-nav li.current-menu-item {
	background: url(../images/structural/active-arrow.png) no-repeat 50% bottom;
}

/*left-nav*/
.left-nav {
	float: left;
	clear: left;
	width: 200px;
	padding: 0;
	margin: 0 0 40px;
	list-style-type: none;
	border: 2px solid #e2e1dc;
	border-width: 2px 0;
}
.left-nav li {
	float: left;
	clear: left;
	position: relative;
	padding: 5px 0;
	border-top: 1px dashed #a0a1a3;
	width: 200px;
	list-style-type: none;
}
.left-nav li:first-child {
	border-top: 0;
}
.left-nav li a {
	float: left;
	display: block;
	position: relative;
	margin-right: -30px;
	z-index: 2;
	padding: 10px;
	width: 210px;
	font-size: 12px;
	font-family: PlutoBold, Arial, Helverica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #cc0000;
}
.left-nav li a:hover {
	color: #fff;
	background: #fbb124 url(../images/structural/scroll.png) no-repeat 187px 10px;
}
.left-nav li.double-line a:hover {
	background-position: 187px 18px;
}
.left-nav li.double-line a span {
	display: block;
	width: 160px;
}

/*topics nav */
.topics-nav li.active a{
	color: #fff;
	background: #fbb124 url(../images/structural/showing-all.png) no-repeat 177px 10px;
}
.topics-nav li a:hover {
	background: none;
	background-color: #fbb124;
}
.topics-nav li.double-line a:hover {
	background-position: 177px 18px;
}

h2.filter-by {
	float: left;
	clear: left;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.topics-nav li a {
	color: #cc0000;
}

/*********************
  showroom
*********************/
.showroom {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 390px;
	overflow: hidden;
	background: #efeee8;
}
.subpage .showroom {
	height: 98px;
	margin-bottom: 40px;
}
.transparent-line {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	min-width: 960px;
	height: 5px;
	overflow: hidden;
	background: url(../images/structural/trans-border.png);
}
.btm-line {
	top: 93px;
	left: 0;
}
.showroom-item {
	display: block;
	width: 100%;
	height: 100%;
	background: #e8e8e8;
}
.photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.photo .photo-wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	max-width: 1600px;
}
.photo img {
	width: 100%;
}
.main-col .entry-content {clear: left;}

#wp-admin-bar-top-secondary .photo {
	min-width: 16px!important;
	width: 16px!important;
	height: 16px!important;
	position: static!important;
}
#prev,
#next {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -26px;
	padding-top: 51px;
	width: 54px;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/structural/show-controls.png) no-repeat 0 0;
}
#prev {left:  10px;}
#next {right: 10px;}

#prev:hover {padding-top: 52px;background-position: 0 -51px;}

#next {background-position: 0 -103px;}
#next:hover {padding-top: 52px; background-position: 0 -154px;}

.home-pager {
	float: left;
	display: inline;
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -43px;
	bottom: 13px;
	width: 220px;
	height: 25px;
}
.home-pager span {
	float: left;
	display: inline;
	margin-left: 5px;
	padding-top: 25px;
	width: 25px;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/structural/show-pagination.png) no-repeat -60px 0;
}
.home-pager span:first-child        {margin-left: 0;}
.home-pager span:hover              {background-position: -30px 0;}
.home-pager span.cycle-pager-active {background-position:   0   0;}

/*top featured rotator*/
.featured-rotator {
	float: none;
	width: 680px;
	min-height: 304px;
	margin-bottom: 40px;
}
.featured-rotator h2 a {
	text-decoration: none;
}
.featured-rotator #prev     {left:  -64px;}
.featured-rotator #next     {right: -64px;}
.featured-rotator .featured {height: 256px;}
.featured-rotator .home-pager {bottom: 2px;}

.subpage .showroom-item .container {
	position: relative;
	z-index: 2;
	padding: 35px 0 0 0;
	width: 960px;
	height: auto;
	background: none;
}
.subpage h1 {
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	font-size: 30px;
	color: #fff;
	text-shadow: 3px 2px 1px #cc0000;
}
.share-page {
	float: right;
	display: inline;
	margin-right: -28px;
	padding-top: 8px;
	width: 250px;
}
.share-page .facebook {
	float: left;
	margin: 0 5px 0 3px;
	width: 50px;
}
.share-page .label {
	float: left;
	display: inline;
	width: 110px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}

.stories-and-news .share-page {
	margin-top: -7px;
	line-height: normal;
}
.stories-and-news .share-page .label {
	color: #231f20;
	text-shadow: none;
}
.stories-and-news .pluginButtonSmall {
	padding: 0 5px 1px 5px!important;
}
.lead-link p a {
	text-decoration: none;
	font-size: 24px;
	display: block;
	border: 0;
}
.addthis_toolbox {
	float: left;
	display: inline;
}
.active-item {
	display: block;
}
.addthis_button_facebook_like {
	width: 44px;
	overflow: hidden;
	margin-right: 10px;
}

.showroom-item .container {
	position: relative;
	height: 390px;
}
.showroom-item .container .featured-box {
	position: absolute;
	bottom: 47px;
	left: 47px;
	z-index: 2;
	padding: 15px;
	width: 340px;
	border: 4px solid #fff;
	background: #efeee8;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.showroom-item .container .featured-box h2 {
	margin-bottom: 1px;
	width: auto;
	font-size: 30px;
	line-height: 30px;
	color: #cc0000;
	text-shadow: 3px 3px 0 #FFFFFF;
	moz-text-shadow: 3px 3px 0 #FFFFFF;
}
.showroom-item .container .featured-box h2 a {
	text-decoration: none;
}
.showroom-item .container .featured-box p {
	clear: left;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #231f20;
	line-height: 18px;
	padding-bottom: 10px;
}
.showroom-item .container .featured-box a.more {
	clear: left;
	float: left;
	border-color: #efeee8;
}
.showroom-item .container .featured-box a.more:hover {
	border-bottom: 1px dashed #CC0000;
}
.fb-inner-line {
	float: left;
	padding-left: 20px;
	border-left: 4px solid #fbb124;

}
.video-material {
	float: left;
	clear: left;
	position: relative;
	border: 5px solid #fff;
	width: 226px;
	height: 128px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.showroom-item .video-material {
	margin-top: 8px;
	margin-bottom: 5px;
}
.video-material:hover {
	top: -2px;
	left: -2px;
	-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
.video-material img.bgr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.video-material br {
	display: none;
	height: 0;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/structural/video-overlay.png);
}
.video-heading {
	display: block;
	position: relative;
	z-index: 3;
	width: 100%;
	padding-top: 94px;
	text-align: center;
	z-index: 3;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: PlutoBold, Arial, Helverica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.subpage .video-heading {
	/*padding-top: 86px;*/
}
.play-video-ico {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	margin: -15px 0 0 -15px;
	padding-top: 29px;
	width: 30px;
	height: 0;
	overflow: hidden;
	background: url(../images/structural/play.png) no-repeat 0 0;
}
.video-material:hover .play-video-ico {
	background-position: 0 -29px;
}
.video-info {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 13px;
	z-index: 3;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
}

/*********************
  home-top-content
*********************/
.home-top-content {
	padding: 40px 0 50px;
	margin-bottom: 50px;
	background: url(../images/structural/dots.gif);
}
.learn-about {
	width: 882px;
	padding: 30px;
	border: 9px solid #fff;
	background: #efeee8;
	-webkit-box-shadow:  1px 3px 14px 3px rgba(000, 000, 000, 0.1);
	box-shadow: 1px 3px 14px 3px rgba(000, 000, 000, 0.1);
}
.learn-about .divider {
	float: left;
	width: 882px;
	background: url(../images/structural/learn-divider.png) repeat-y 441px 0;
}
.learn-item {
	float: left;
	display: inline;
	margin-top: -30px;
	width: 420px;
	font-size: 17px;
	color: #231f20;
	line-height: 21px;
}
.learn-item:first-child {
	margin-right: 42px;
}
.learn-item .learn-heading {
	display: block;
	padding: 30px 135px 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px dashed #fbb124;
}
.learn-item h2 {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 30px;
	color: #000;
}
.learn-item p {
	padding-bottom: 16px;
}
.learn-item a.learn-more {
	float: left;
	clear: left;
	display: block;
	padding-top: 14px;
	padding-bottom: 1px;
	border-top: 1px dashed #cc0000;
	font-family: PlutoBold, Arial, Helverica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 15px;
}
.learn-item a.learn-more:hover {
	padding-bottom: 0;
	border-bottom: 1px dashed #CC0000;
}
.learn-item .lh-1 {
	background: url(../images/structural/book.png) no-repeat 247px 15px;
	padding: 30px 180px 20px 0;
}
.lh-2 {background: url(../images/structural/ico-4.png) no-repeat 291px  0;}

.home-subheading {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 4px solid #fcb225;
	margin-bottom: 25px;
}
.home-subheading h2 {
	float: left;
	display: inline;
	width: 76%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.home-subheading .all-link {
	float: right;
	display: inline;
	text-align: right;
	width: 24%;
}
.home-subheading .all-link a {
	border-bottom: 1px solid white;
	font-size: 13px;
	font-family: PlutoBold, Arial, Helverica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 14px;
}
.home-subheading .all-link a:hover {
	border-bottom: 1px dashed #cc0000;
}
.home .stories-and-news .video-box h2 {
	color: #cc0000;
	font-size: 18px!important;
	line-height: 24px;
}
.home .stories-and-news .video-box h2 a {
	line-height: inherit;
}
.stories-and-news .video-box h2 a {
	text-decoration: none;
	display: block;
	color: #cc0000;
}

.stories-and-news .tweet p {
	font-size: 24px;
}
.stories-and-news .video-box p.quote,
blockquote {
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	padding-bottom: 5px!important;
}

/*********************
  triple-box
*********************/
.triple-box {
	float: left;
	clear: left;
	width: 100%;
	min-width: 960px;
	font-size: 15px;
}
.box {
	float: left;
	clear: left;
	display: block;
	width: 280px;
	margin: 0 0 40px;
}
.box p {
	padding-bottom: 10px;
}
.more,
.pdf-pop-link a {
	border-bottom: 1px solid #fff;
	font-size: 13px;
	font-family: PlutoBold, Arial, Helverica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 14px;
}
.featured .more {
	border-bottom: 1px solid #efeee8;
}
.more:hover,
.pdf-pop-link a:hover {
	border-bottom: 1px dashed #CC0000;
}
.box:first-child {
	margin-left: 0px;
}
.img-link,
.img-link img {
	display: block;
}
.img-link {
	margin-bottom: 20px;
}
.box h2 {
	padding-bottom: 6px;
	margin-bottom: 11px;
	border-bottom: 2px solid #fcb225;
	font-size: 18px;
	line-height: 20px;
	color: #231f20;
}
.home .box h2 a {
	color: #231f20;
	text-decoration: none;
}
.home .box h2 a:hover {
	text-decoration: none;
}

/*********************
  footer
*********************/

#footer {
	clear:both;
	position: relative;
	margin-top: -124px;
	width: 100%;
	min-width: 960px;
	min-height: 80px;
	padding-top: 44px;
	font-size: 14px;
	color: #fff;
	background: url(../images/structural/footer-bgr.png) repeat-x 0 0;
}
#footer a {
	color: #fff;
}
#footer .container {
	position: relative;
}
.footer-left {
	float: left;
	display: inline;
	width: 340px;
}
.footer-left p {
	float: left;
	display: inline;
	width: 340px;
	font-size: 12px;
}
.footer-left ul {
	clear: left;
	display: inline;
	width: 340px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer-left ul li {
	display: inline;
}
.footer-left ul li a {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
.footer-left ul li a:hover {
	border-bottom: 1px dashed #cc0000;
}
.follow {
	position: absolute;
	top: 10px;
	left: 514px;
	text-align: right;
}
.twitter-follow {
	float: left;
	display: block;
	text-decoration: none;
	font-family: PlutoBold, Arial, Helverica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	padding-right: 60px;
	background: url(../images/structural/twitter-ico.png) no-repeat 65px 5px;
}
.twitter-follow:hover {
	background-position: 65px -47px;
}
.footer-right {
	float: right;
	text-align: right;
	padding-top: 16px;
	width: 280px;
}
.footer-right a {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
.footer-right a:hover {
	border-bottom: 1px dashed #cc0000;
}

/*********************
  subpage
*********************/
.left-col,
.main-col {
	float: left;
	display: inline;
	margin-right: 80px;
	width: 200px;
	font-size: 15px;
}
.left-col {
	position: relative;
}
.main-col {
	float: right;
	width: 680px;
	min-height: 500px;
	margin-right: 0;
	font-size: 17px;
}
.main-col .address-line {
	font-size: 15px;
	line-height: 20px;
}
.main-col .address-line p {
	padding-bottom: 8px;
}
.main-col h2 {
	font-size: 32px;
	line-height: 32px;
}
.home .left-col {
	width: 280px;
	margin-right: 60px;
}
.home .main-col,
.home .main-col .stories-and-news {
	width: 620px;
}
.home .stories-and-news .video-box {
	width: 620px;
}
body.custom-background { background-color: #fff!important; }
.home #post-29 h2.entry-title {display: none;}
.box a.img-link {
	position: relative;
	display: block;
	border: 5px solid #fff;
	margin: 0 -5px 13px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.box .video-material {
	position: relative;
	margin: 0 -5px 13px;
	width: 280px;
	height: 157px;
}
.box .video-heading {
	padding-top: 120px;
}

/*left col modules*/
.description {
	float: left;
	clear: left;
	margin-bottom: 40px;
	border-bottom: 1px dashed #a0a1a3;
	width: 200px;
	line-height: 22px;
	font-family: Rooney, Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	font-style: italic;
}
.nbb {
	border:0;
	margin: 0 0 5px;
}
.nbm {
	margin: 0 0 10px;
}
.lc-box {
	float: left;
	clear: left;
	border: 6px solid #e2e1dc;
	padding: 24px;
	width: 140px;
	line-height: 22px;
}
.lc-box img {
	display: block;
	margin-bottom: 15px;
}
.lc-box a.more {
	line-height: 14px;
	display: block;
}
.lc-box h2 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #fcb225;
}

/*contact*/
.contact {
	float: left;
	clear: left;
	margin-bottom: 40px;
	width: 200px;
}
.contact h2 {
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom: 2px solid #FCB225;
	font-size: 20px;
	line-height: 20px;
	color: #231F20;
}
.contact .position {
	display: block;
	margin-top: -2px;
	padding-bottom: 6px;
	font-size: 13px;
	font-style: italic;
}
.contact .phone,
.contact .email {
	font-size: 13px;
	padding-bottom: 3px;
}
.contact .phone span,
.contact .email span {
	margin-right: 3px;
	font-size: 13px;
	font-family: PlutoBold, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #959595;
}
.contact .email p {
	display: inline;
}

/*model-box*/
.model-box {
	float: left;
	clear: left;
	width: 680px;
	padding-bottom: 20px;
}
.model-box h2 {
	padding-bottom: 5px;
	margin-bottom: 9px;
	background: url(../images/structural/dash.png) repeat-x scroll left bottom transparent;
}
.program-support {
	float: left;
	clear: left;
	width: 680px;
	list-style-type: none;
	padding: 0 0 40px 25px;
}
.program-support li {
	float: left;
	clear: left;
	position: relative;
	padding: 0 0 20px 113px;
	min-height: 120px;
	width: 567px;
}
.program-support h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}
.program-support li img {
	float: left;
	display: inline;
	margin-left: -113px;
}
.program-support li p {
	padding-bottom: 20px;
}


/*main col*/
.featured {
	float: left;
	width: 620px;
	border: 6px solid #e2e1dc;
	padding: 24px;
	margin-bottom: 45px;
	background: #efeee8;
}
.featured h2 {
	color: #cc0000;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #fcb225;
	text-shadow: 2px 2px 1px #fff;
	moz-text-shadow: 2px 2px 1px #fff;
}
.feat-head {
	display: block;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 16px;
}
.feat-left {
	float: left;
	display: inline;
	margin-right: 36px;
	width: 326px;
	font-size: 15px;
}
.feat-left p {
	line-height: 20px;
	padding-bottom: 10px;
}
.feat-right {
	float: left;
	display: inline;
	padding-top: 20px;
	width: 258px;
}
.featured .video-material,
.stories-and-news .video-material,
.type-stories_news .video-material {
	width: 228px;
	height: 128px;
}
.stories-and-news .video-material,
.type-stories_news .video-material {
	float: right;
	margin: 0 0 15px 40px;
}
.stories-and-news .video-material img,
.type-stories_news .video-material img {
	width: 228px;
	min-height: 128px;
}
.no-heading h2 {
	display: none;
}
h3.widget-title {
	display: none;
}
.intro {
	padding-bottom: 40px;
}
.main-col .intro {
	font-size: 19px;
	padding-bottom: 20px;
}
.mid-box {
	font-size: 15px;
}
.mid-box p {
	padding-bottom: 10px;
}
.mid-box-heading {
	float: left;
	display: inline;
	width: 620px;
	margin-bottom: 15px;
}
.mid-box-heading .mini-logo {
	float: left;
	display: inline;
	margin-right: 30px;
}
.mid-box-heading h2 {
	float: left;
	display: inline;
	width: 485px;
	margin-bottom: 0;
}
.mid-box-heading h2 a {
	display: block;
	text-decoration: none;
}
.mid-box .left-img {
	float: left;
	display: inline;
	border: 5px solid #fff;
	margin: 0 20px 5px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mid-box .mid-box-img {
	float: left;
	padding: 0 20px 10px 0;
	background-color: #efeee8;
}
.mid-box .mid-box-img img {
	max-width: 250px;
}
.mid-box .right-content {
	float: left;
	display: inline;
	width: 343px;
}
.mid-box .right-content h2 a,
.mid-box  h2 a {
	text-decoration: none;
}

/*points*/
.point-wrp {
	float: left;
	clear: left;
	width: 680px;
	padding: 0;
	margin: 20px 0;
}
.point {
	float: left;
	display: inline;
	padding: 5px 0 0 35px;
	margin: 0 0 20px 20px;
	width: 285px;
	background: url(../images/structural/bullet-1.gif) no-repeat 0 0;
}
.point h3 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 18px;
}
.point h3 a {
	text-decoration: none;
	color: #231F20;
}

.media {
	float: left;
	clear: left;
	margin-top: 25px;
	width: 100%;
}
.media .point p {
	font-size: 13px;
}

/*elements*/
.elements {
	clear: left;
	list-style-type: none;
	padding-top: 5px;
}
.elements h3 {
	font-size: 18px;
	line-height: 18px;
	color: #cc0000;
	margin-bottom: 9px;
	padding-bottom: 9px;
	background: url(../images/structural/dash.png) repeat-x bottom left;
}
.elements h3 a {
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}
.elements p {
	padding-bottom: 5px;
}
.elements li {
	padding-bottom: 35px;
}
.elements li .more {
	font-size: 11px;
}

/*form*/
.frm-wrp {position: relative;}
#contact-form,
#contact-form fieldset,
.frm-wrp {
	display: block;
	float: left;
	clear: left;
	margin-bottom: 40px;
	width: 680px;
}
#contact-form fieldset {margin: 0;padding: 0;}
.frm-wrp {
	margin-bottom: 28px;
}
.error-msg {
	float: left;
	clear: left;
	padding: 14px 20px;
	margin-bottom: 20px;
	width: 640px;
	background: #ffd8d8;
}
#contact-form label {
	float: left;
	display: block;
	margin-bottom: 4px;
	width: 680px;
	color: #404041;
	text-transform: uppercase;
	font-size: 12px;
	font-family: PlutoBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.red {color: #cc0000;}

#contact-form input {
	float: left;
	clear: left;
	display: block;
	width: 340px;
	border: 4px solid #e2e1dc;
	padding: 4px;
	min-height: 28px;
	line-height: 28px;
	color: #404041;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#contact-form input#submit-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 127px;
	height: 51px;
	margin: 0;
	padding: 0;
	border: 0;
}
#contact-form textarea {
	float: left;
	clear: left;
	display: block;
	overflow: auto;
	width: 504px;
	height: 180px;
	border: 4px solid #e2e1dc;
	padding: 4px;
	line-height: 16px;
	color: #404041;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.text-submit-wrp {
	position: relative;
	float: left;
	width: 680px;
}
/*inner-box*/
.inner-cols-wrp {
	float: left;
	clear: left;
	width: 680px;
}
.inner-col {
	float: left;
	display: inline;
	margin-left: 40px;
	width: 320px;
}
.partner-box {
	clear: left;
	float: left;
	display: inline;
	width: 320px;
	margin: 0 0 35px 0;
}
.partner-box.odd {
	clear: none;
	margin-left: 40px;
}
.partner-box h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 9px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fcb225;
}
.partner-box p {
	font-size: 15px;
	padding-bottom: 5px;
}
.partner-box p a {
	font-size: 13px;
}
.partner-box p a.partner-logo  {
	border: 0!important;
}
.partner-box .partner-logo {
	float: right;
	display: inline;
	margin: 5px 0 5px 15px;
}
.partner-box .partner-logo img {
	max-width: 320px;
}
.partner-box .scholar-avatar {
	/*outline: 1px solid #efeeed;*/
	border: 5px solid #fff;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.partner-box .scholar-avatar img {
	display: block;
	max-width: 125px;
}

/*opportunity*/
.opportunity-wrp {
	float: left;
	clear: left;
	padding: 40px 30px;
	margin: -40px 0 80px;
	background: url(../images/structural/dots.gif) repeat -1px -7px;
}
.op-box p {
	padding-bottom: 15px;
}
.op-box {
	float: left;
	clear: left;
	width: 520px;
	border: 10px solid #efeee8;
	padding: 40px;
	margin-top: 40px;
	background: #fff;
	-webkit-box-shadow: 0 0 6px 4px rgba(213, 213, 213, 0.55);
	box-shadow: 0 0 6px 4px rgba(213, 213, 213, 0.55);
}
.op-box:first-child {
	margin-top: 0;
}
div.op-box-img {
	float: left;
	display: block;
	padding: 0 20px 20px 0;
	background-color: #fff;
}
div.op-box-img img {
	max-width: 200px;
}
.op-box-even div.op-box-img {
	float: right;
	padding: 0 0 20px 20px;
}
.op-box img.right {
	float: right;
}
.op-box h2 {
	margin-bottom: 9px;
	padding-bottom: 9px;
	font-size: 32px;
	line-height: 32px;
	color: #000;
	background: url("../images/structural/dash.png") repeat-x scroll left bottom transparent;
}

/*stories - news*/
.stories-and-news,
.type-stories_news {
	float: left;
	clear: left;
	width: 680px;
}
.stories-and-news .video-box,
.type-stories_news .video-box {
	float: left;
	clear: left;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 4px solid #ddd;
	width: 680px;
}
.type-stories_news .video-box {
	border-bottom: 0;
}
.stories-and-news .video-box:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.stories-and-news .video-box h2 {
	margin: 0;
	padding: 0;
	line-height: 32px;
}
.stories-and-news .video-box .cat-date,
.single .cat-date {
	padding: 5px 0 10px;
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	color: #231f20;
	font-family: Rooney, Georgia, "Times New Roman", serif;
	font-weight: normal;
}
.single .cat-date {
	clear: left;
	margin-bottom: 15px;
}
.stories-and-news .video-box .date,
.single .date {
	display: inline;
	padding-right: 10px;
	color: #231f20;
	font-style: italic;
}
.cat-date span {
	display: inline;
	border-right: 1px solid #000;
	margin-right: 12px;
}
.stories-and-news .video-box .category,
.single .category {
	display: inline;
	color: #cc0000;
	font-style: normal;
}
.stories-and-news .video-box .category a,
.single .category a {
	color: #cc0000;
	font-style: normal;
	border-bottom: 1px dashed #cc0000;
	text-decoration: none;
}
.stories-and-news .video-box .category a:hover,
.single .entry-content a:hover,
.single .category a:hover {
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}
.stories-and-news .video-box p {
	padding-bottom: 5px;
}

.stories-and-news h2 a {
	margin: 0;
	padding: 0;
	line-height: 32px;
	color: inherit;
	text-decoration: none;
}
.stories-and-news h2 a:hover {
	color: #cc0000;
}
.edit-link {
	position: fixed;
	top: 30px;
	right: 3px;
}
.edit-link a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #ccc;
	padding: 4px 8px;
	text-transform: uppercase;
	clear: both;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #464646;
}
.edit-link a:hover {
	background: #cc0000;
	color: #fff;
}
/*.page-id-15 .edit-link {
	float: left;
	clear: left;
	margin-top: -35px;
}*/

/* popups */
div.pp_pic_holder {
	margin-top: 20px;
	border: 8px solid #edece6;
	-webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.45);
}
.pp_pic_holder .ppt {
	display: none!important;
}
.pp_social .facebook {
	margin-left: 5px;
	width: 52px;
}
div.light_square .pp_close {
	width: 56px;
	height: 56px;
	background: url(../images/structural/close.png) no-repeat -59px 0;
	right: -32px;
	top: -32px;
	z-index: 100;
}
div.light_square .pp_close:hover {
	background-position: 0 0;
}
.popup {
	padding: 20px 20px 0;
	width: 865px;
}
.popup h2 {
	font-size: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.popup .video-wrp {
	margin-bottom: 25px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 8px 6px rgba(213, 213, 213, 0.75);
	box-shadow: 0px 0px 8px 6px rgba(213, 213, 213, 0.75);
}
.popup .pop-desc {
	float: left;
	width: 725px;
	padding-right: 30px;
	font-size: 17px;
	line-height: 21px;
}
.popup .social-icons {
	float: left;
	padding-left: 30px;
	width: 80px;
	font: italic 14px Rooney, Georgia, "Times New Roman", serif;
	background: url(../images/structural/dots-vertical.png) repeat-y 0 0;
}
.popup .social-icons .facebook,
.popup .social-icons .twitter {
	margin: 0 0 10px 0;
	float: right;
	clear: right;
}
#pp_full_res .popup .social-icons p {
	margin-bottom: 0;
	text-align: right;
}
.pdf-pop-link a,
.pdf-pop {
	padding: 5px 0 10px 35px;
	background: url(../images/structural/pdf-icon.gif) no-repeat 0 0;
}
.download-link {
	margin-top: 50px;
	border-top: 2px solid #fcb225;
	padding-top: 14px;
	width: 320px;
}
.share-container-custom {
	float: right;
	height: 110px;
}
/* wp clear */
.xoxo {
	margin: 0;
	padding: 0;
}
.xoxo li {
	list-style-type: none;
}
.type-page h1.entry-title {
	display: none;
}
.single .main-col h1.entry-title {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 15px;
	padding: 0;
	color: #231F20;
	text-shadow: none;
}
.single .entry-meta {
	display: none;
}
.youtube-video {
	clear: both;
	margin-bottom: 20px;
}
.pagination {
	display: none;
	text-align: center;
}
.pagination a,
.pagination span  {
	margin: 0 5px;
}
.ready-for-next-page {
	display: none;
}
.load-next-page {
	display: none;
}
.ready-for-next-page img.loader {
	margin-left: 330px;
}
.left-col-content {
	position: relative;
}
.xoxo.absolute {
	position: absolute;
	top: 0;
}
.xoxo.fixed {
	position: fixed;
	padding-top: 20px;
}
.pp_inline #header,
.pp_inline #footer,
.pp_inline .showroom,
.pp_inline .left-col {
	display: none;
}
.video-popup {
	display: none;
}

/* ### */
.left-col .widget_opportunity_subnav_widget,
.left-col .widget_text {
	float: left;
	clear: left;
	margin-bottom: 40px;
	border-bottom: 1px dashed #a0a1a3;
	width: 200px;
	line-height: 22px;
	font-family: Rooney, Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	font-style: italic;
}
#view-related-stories {
	display: none;
}
.stories-and-news .video-box-top {
	padding-bottom: 5px;
}
.single-stories_news .entry-content p a {
	border: none;
}
#text-12,
#text-15,
#text-16 {
	border: none;
}
#opportunity_subnav_widget-2,
#text-11,
#text-18,
#text-22,
#text-30,
#text-31,
#text-32,
#text-34 {
	margin-bottom: 10px;
	border: none;
}
.single-stories_news #text-30 {
	margin-bottom: 30px;
	border-bottom: 1px dashed #a0a1a3;
}
#text-35 {
	padding-bottom: 15px;
	border-bottom: 2px solid #e2e1dc;
}
.all-stories {
	margin-left: 10px;
	padding: 2px 0 0 17px;
	background: url(../images/structural/left-arrow.gif) no-repeat 0 0;
}
.single .entry-content img {
	max-width: 680px;
}
#opportunity_widget-2 img {
	max-width: 140px;
}
.home .left-col .widget_text {
	margin-bottom: 10px;
	border: none;
	width: 280px;
}


