/*
	Theme Name: Design World
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	
	Template: genesis
*/

/* Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/vRvZYZlUaogOuHbBTT1SNevvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/0ihfXUL2emPh0ROJezvraLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #1c1c1c;
	font-family: 'Ubuntu', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #1c1c1c;
	font-family: 'Ubuntu', Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 20px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.green { color: #97c028; font-weight: bold; }

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #202020;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #000;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 1140px;
}

/* Above Header
------------------------------------------------------------ */

#above-header {
	/*background: #87b221 url(images/above-header.jpg) repeat-x;*/
        background-color: #000000;
	/* overflow: hidden; */ /* Removedy by PAT 20121203 */
	width: 100%; /* Added by PAT 20121203 */
	min-width: 1140px; /* Added by PAT 20121203 */
	height: 38px; /* Added by PAT 20121203 */
	min-height: 38px; /* Added by PAT 20121203 */
}

#above-header .searchform {
	float: right;
}

#above-header .searchform {
	position: relative;
	margin-top: 5px;
	width: 241px;
}

#above-header .s {
	border: none;
	border-top: 1px solid #ced1c7;
	border-left: 1px solid #ced1c7;
	color: #6a6a6a;
	font-size: 11px;
	line-height: 11px;
	padding: 7px 5px 5px;
	font-family: 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	width: 203px;
	position: absolute;
	left: 0;
}

#above-header .searchsubmit {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	padding: 6px 10px 5px;
	font-family: 'Myriad Pro', sans-serif;
	position: absolute;
	right: 0;
}

/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	float: left;
	padding: 20px 0;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-left: 1px solid #eb780b;
	color: #eb780b;
	display: block;
	font-size: 14px;
	line-height: 14px;
 	padding: 0 5px;
	position: relative;
	text-decoration: none;
}

#subnav li.first-menu-item a {
	border-left: 0;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	text-decoration: underline;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #680700;
	min-height: 140px;
        height: 140px;
	min-width: 1140px; /* Added by PAT 20121203 */
	overflow: hidden;
	width: 100%;
}

#header .wrap {
	/*background: url(images/header-highlight.png) no-repeat;*/
	overflow: hidden;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 14px 0 15px;
	width: 341px;
}

#title {
	display: block;
	background: url("/wp-content/uploads/2014/01/csdwhitelogo-284x85.png") no-repeat; 

	text-indent: -9999em;
}

#title a,
#title a:hover {
	display: block;
	width: 341px;
	height: 95px;
}

#description {
	font-size: 14px;
	color: #999999;
        float: right;
}

#header .widget-area {
	float: right;
	width: 740px;
	padding-top: 15px;
	text-align: right;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
}

li a .sf-sub-indicator {
	display: none;
}



/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #2d2d2d;
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
	min-width: 1140px; /* Added by PAT 20121203 */
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	border-left: 2px solid #383838;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 0 15px;
	margin: 11px 0;
	position: relative;
	text-decoration: none;
}

#nav li.first-menu-item a {
	border-left: 0;
	padding-left: 0;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
 color: #186fc8;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #2c2c2c;
	border: 1px solid #383838;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #186FC8;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(../genesis/images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(../genesis/images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}



/* Inner
------------------------------------------------------------ */

#inner {
	background: url(/wp-content/uploads/2013/08/grey_wash_wall.png);
	margin: 0 auto;
	/*overflow: hidden;*/ /* Removed by PAT 20121203 */
	display: inline-table; /* Added by PAT 20121203 */
	width: 100%; /* Added by PAT 20121203 */
}


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

.breadcrumb {
	border-bottom: 1px solid #c4c4c4;
	color: #808080;
	padding: 40px 0 15px;
	margin-bottom: 20px;	
}

.breadcrumb a {
	color: #202020;
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: none;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	background: #e0e0e0;
	float: left;
	width: 82.291666%; /* 790/1000 */
}

.content-sidebar #content-sidebar-wrap {
	background: #e0e0e0 url(images/border.jpg) repeat-y 839px 0;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
  box-shadow: 10px 0px 5px -4px #444444, -10px 0px 5px -4px #444444;
  -moz-box-shadow: 10px 0px 5px -4px #444444, -10px 0px 5px -4px #444444;
  -webkit-box-shadow: 10px 0px 5px -4px #444444, -10px 0px 5px -4px #444444;
  -o-box-shadow: 10px 0px 5px -4px #444444, -10px 0px 5px -4px #444444;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	background: #fff;
	float: left;
	width: 839px;
}

.full-width-content #content {
	width: 100%;
}

.hentry,
.breadcrumb,
#comments,
#respond {
	margin-left: 45px;
	margin-right: 45px;
}

body.single .post.hentry,
body.page .page.hentry {
	padding-bottom: 20px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	border-top: 5px solid #d6d6d6;
	padding-top: 20px;
	margin-bottom: 20px;
}

.article-video {
	padding-bottom: 20px;
}

.post.first-post {
	border-top: 0;
	padding-top: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


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

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
}

h1,
h2.entry-title a {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}


h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info and Meta
------------------------------------------------------------ */

.post-info {
	margin-bottom: 30px;
}

.post-info a,
.post-meta a {
	color: #1C1C1C;
	text-decoration: underline;
}

.post-info a:hover,
.post-meta a:hover {
	text-decoration: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

/* After Content
------------------------------------------------------------ */

#after-content {
	background: #e0e0e0;
	border-top: 40px solid #808080;
	padding: 24px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 5px 20px 20px 0;
}

img.alignright {
	display: inline;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

img.alignleft,
img.alignright,
img.alignnone {
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

img.no-shadow {
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
}

.sidebar li {
	font-size: 12px;
	line-height: 18px;
}

.sidebar p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
	margin: 0 15px;
	color: #3d3d3d;
}

.sidebar a {
	color: #3d3d3d;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.widget-area h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	color: #676767;
	font-size: 16px;
	margin: 0 15px 15px;
}

#sidebar-alt {
	float: left;
	width: 15.625%; /* 150/1000 */
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: #e7e7e7 url(images/widget-bg.jpg) repeat-x;
	border-bottom: 1px solid #cfcfcf;
	margin: 0;
	padding: 25px 0 10px;
}

.sidebar .widget .widget-wrap {
	overflow: hidden;
	width: 100%;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: disc;
	word-wrap: break-word;
}


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

.widget.newsletter h4 {
	background: url(images/icon-newsletter.png) no-repeat;
	line-height: 24px;
	padding-left: 40px;
}

.widget.white-paper h4 {
	background: url(images/icon-download.png) no-repeat;
	line-height: 31px;
	padding-left: 40px;
}

.widget.podcast h4 {
	background: url(images/icon-podcast.png) no-repeat;
	line-height: 28px;
	padding-left: 40px;
}

.widget.webinar h4 {
	background: url(http://images.designworldonline.com.s3.amazonaws.com/widget-classes-images/webinar.png) no-repeat;
	line-height: 28px;
	padding-left: 40px;
}

.widget.ipad h4 {
	background: url(http://images.designworldonline.com.s3.amazonaws.com/widget-classes-images/ipad.png) no-repeat;
	line-height: 28px;
	padding-left: 40px;
}

.widget.twitter h4 {
	background: url(http://images.designworldonline.com.s3.amazonaws.com/widget-classes-images/tweet.png) no-repeat;
	line-height: 28px;
	padding-left: 40px;
}

.widget.bolt h4 {
	background: url(http://images.designworldonline.com.s3.amazonaws.com/widget-classes-images/bolt.png) no-repeat;
	line-height: 28px;
	padding-left: 40px;
}

.sidebar .widget.no-padding {
	padding: 0;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #eb780b;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #2f6a0b;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #666666;
	clear: both;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	min-width: 1140px; /* Added by PAT 20121203 */
	position: relative; /* Added by PAT 20121203 */
}

#footer-widgets .wrap {
	background: url(images/footer-widgets-divider.png) repeat-y;
	width: 1143px;
	overflow: hidden;
}

#footer-widgets .widget-area {
	width: 285px;
	float: left;
	padding: 25px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

#footer-widgets .widget-area h4 {
	background: url(images/footer-widget-title.png) no-repeat 0 6px;
	color: #fff;
	padding-left: 15px;
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 15px;
}

#footer-widgets p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #97c028;
	text-decoration: none;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #000;
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
	min-width: 1140px; /* Added by PAT 20121203 */
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer-right {
	text-align: right;
}



/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin-bottom: 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* 404
------------------------------------------------------------ */

body.error404 {
/*	background: url(images/site-bg.jpg); */
background-color: #EEEEEE;
}

.error404 #inner {
	background: transparent;
}

.error404 #content-sidebar-wrap {
	background: transparent;
	-moz-box-shadow: 0 0 0 #888;
	-webkit-box-shadow: 0 0 0 #888;
	box-shadow: 0 0 0 #888;
	
}

.error404 #content {
	background: transparent;
	padding: 120px 0 0;
}

.error404 #content h1 {
	color: #545252;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.error404 #content p {
	text-align: center;
}

.error404 .button {
	background: url(images/button-bg.png) no-repeat;
	width: 160px;
	height: 51px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 51px;
	margin-bottom: 100px;
	text-decoration: none !important;
}

.error404 .button:hover {
	text-decoration: none;
}

/* Taxonomy Listing
------------------------------------------------------------ */

.taxonomy-listing {
	overflow: hidden; 
	width: 100%;
}

.taxonomy-listing ul li {
	display: block;
	list-style-type: none;
	margin: 0;
}

.taxonomy-listing h4 {
	color: #fff;
	background: #808080;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 45px;
}

.taxonomy-listing ul {
	padding: 45px;
	overflow: hidden;
}

/* Customer Archive
------------------------------------------------------------ */

#supplier-search, #chain-search {
	background: #e8e8e8;
	padding: 45px;
}

#supplier-search h4, #chain-search h4 {
	color: #676767;
}

#supplier-search .searchform, #chain-search .searchform,
#supplier-search .category-form, #chain-search .category-form {
	float: left;
	padding-right: 10px;
}

#supplier-search .searchform, #chain-search .searchform {
	position: relative;
	width: 270px;
	margin-right: 20px;
}

#supplier-search .s, #chain-search .s {
	position: relative;
	left: 0;
	width: 184px;
	font-size: 12px;
	outline: none;
	padding: 5px 10px 4px;
}

#supplier-search .searchsubmit, #chain-search .searchsubmit {
	background: #97c028;
	float: left;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Helvetica', Arial, sans-serif;
	position: absolute;
	padding: 5px 10px;
	right: 0;
}

#supplier-search .letters, #chain-search .letters {
	color: #9a9a9a;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

#supplier-search .letters a, #chain-search .letters a {
	text-decoration: none;
}

#supplier-search .letters a:hover, #chain-search .letters a:hover,
#supplier-search .letters a.current, #chain-search .letters a.current {
	text-decoration: underline;
}

#customer-listing {
	overflow: hidden;
	width: 100%;
	padding: 45px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

#customer-listing li {
	display: block;
	margin: 0;
	list-style-type: none;
}

#customer-listing a {
	color: #676767;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	word-wrap:break-word;
}

.featured-customer {
	background: #f5f5f5;
	border: 1px solid #bebebe;
	margin: 45px;
	padding: 20px 20px 10px;
	overflow: hidden;
}

.featured-customer .left {
	width: 165px;
	float: left;
}

.featured-customer .right {
	width: 500px;
	float: right;
}

.featured-customer h4 a {
	color: #676767;
	text-decoration: none;
	text-transform: uppercase;
}

.featured-customer p,
.featured-customer a {
	color: #676767;
	padding-bottom: 10px;
}

/* Single Customer
------------------------------------------------------------ */

.customer-top {
	background: #e8e8e8 url(images/customer-top-divider.jpg) repeat-y 635px 0;
	overflow: hidden;
	width: 100%;
}

.customer-top #supplier-search,
.single-suppliers .customer-content .left {
	padding: 25px 15px 25px 45px;
	float: left;
	width: 565px;
	background: transparent;
}

.customer-top #chain-search,
.single-suppliers .customer-content .left {
	padding: 25px 15px 25px 45px;
	float: left;
	width: 565px;
	background: transparent;
}


.customer-top .customer-top-right,
.single-suppliers .customer-content .right {
	padding: 25px 25px 25px 0;
	float: right;
	width: 455px;
}

.customer-top .customer-top-right {
	text-align: right;
}

.customer-content {
	background: url(images/customer-main-divider.jpg) repeat-y 635px 0;
	overflow: hidden;
	width: 100%;
}

.customer-content .full {
	padding: 25px 25px 25px 45px;
	background: #fff;
}

.customer-content h3 {
	color: #676767;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 20px;
}

.customer-content .attachment-be_customer_logo {
	float: left;
	margin: 0 20px 10px 0;
}

.customer-content p {
	color: #676767;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
} 

.customer-content .website {
	color: #676767;
}

.customer-content .links img {
	padding-right: 10px;
	vertical-align: middle;
}

.customer-content .divider {
	background: url(images/customer-main-divider.jpg) repeat-x;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.listing-item {
	background: url(images/customer-dotted-divider.jpg) repeat-x left bottom;
	overflow: hidden;
	padding-bottom: 18px;
	margin-bottom: 18px;
	width: 100%;
}

.listing-item .image {
	float: left;
	border: 1px solid #797979;
	margin: 0 20px 0 0;
}

.listing-item h4,
.listing-item p {
	margin-left: 125px;
}

.listing-item.no-image h4,
.listing-item.no-image p {
	margin-left: 0;
}

.customer-content h4 a {
	text-decoration: none;
}

.single-suppliers .customer-content .right.lower {
	padding-left: 0;
	padding-right: 0;
	width: 504px;
}

.single-suppliers .right .data-sheets,
.single-suppliers .right .webinars,
.single-suppliers .right .white-paper {
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}

.single-suppliers .right .data-sheets,
.single-suppliers .right .webinars {
	background: url(images/customer-main-divider.jpg) repeat-x left bottom;
}

.customer-content .lower p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.customer-content .lower p a {
	font-weight: bold;
}

.customer-content .resources a {
	color: #676767;
	text-decoration: none;
}

.customer-content .lower a.pdf,
.customer-content .lower a.dat {
	width: 90px;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	padding-top: 70px;
	font-size: 12px;
	color: #676767;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
}

.customer-content a.pdf {
	background: url(images/icon-pdf.png) no-repeat center top;
}

.customer-content a.dat {
	background: url(images/icon-dat.png) no-repeat center top;
}

.archive .hentry {
	overflow: hidden;
}

/* Calculator and Podcast
------------------------------------------------------------ */

#top-widgets {
	background: #fff url(images/top-widgets-divider.png) repeat-y 379px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	width: 100%;
}

.home #top-widgets {
	background: #fff url(images/home-top-widgets-divider.png) repeat-y 264px 0;
}

#top-widgets .top-widget {
	width: 380px;
	float: left;
}

#top-widgets .top-widget#featured-articles {
	width: 265px;
}

#top-widgets .top-widget#latest-news {
	width: 345px;
}

#top-widgets .top-widget#latest-video {
	width: 530px;
}

#top-widgets .widget-content {
	padding: 15px;
}

#top-widgets h4,
.single-calculators h1.entry-title,
.single-podcasts h1.entry-title,
h2.section-title {
	background: #555555;
	color: #fff;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #c3c3c3;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	padding: 0 15px;
	margin-bottom: 0;
}

#top-widgets h4 {
border-right: 1px solid #c3c3c3;
}

#latest-video h4 {
  border-right: none;
}

.single-calculators h1.entry-title,
.single-podcasts h1.entry-title {
	padding: 0 45px;
}

#top-widgets .featured-item {
	overflow: hidden;
	width: 100%;
}

.home #top-widgets .featured-item {
	padding-bottom: 15px;
}

#top-widgets .featured-item img {
	float: left;
	margin: 0 10px 20px 0;
}

#top-widgets h5 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #202020;
	font-size: 14px;
	line-height: 14px;
}

#top-widgets h5 a,
#top-widgets ul li a {
	text-decoration: none;
}

#top-widgets .featured-item p {
	font-family: Arial, sans-serif;
	color: #202020;
	font-size: 12px;
	line-height: 18px;
}

#top-widgets ul {
	margin: 0 0 20px 20px;
}

#top-widgets ul.two-column li {
	width: 42%;
	float: left;
	padding-right: 25px;
}

#top-widgets ul li {
	padding-bottom: 4px;
}

.single-calculators .hentry,
.single-podcasts .hentry {
	margin-left: 0;
	margin-right: 0;
}

.single-calculators .hentry .entry-content,
.single-podcasts .hentry .entry-content,
.section-content {
	margin: 45px;
	overflow: hidden;
}

.section-content .widget img {
	padding-right: 0px;
}

.section-content .listing-item p a {
	text-decoration: none;
	font-weight: bold;
}

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

#featured-groups-section p {
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: 700;
}

#section-commentary {
	margin-top: 20px;
}

#section-commentary .instructions {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}

.commentary-wrapper {
	position: relative;
	overflow: hidden;
	width:660px; 
	padding:0 32px;
	margin:0 auto;  
}

.commentary-wrapper .jcarousel-prev,
.commentary-wrapper .jcarousel-next {
	position:absolute;
	top:47px;
	width:23px;
	height:25px;
	background:url(images/commenter-arrows.png);
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-4000px;   
}

.commentary-wrapper .jcarousel-prev {
	left:0;
}

.commentary-wrapper .jcarousel-next {
	right:0;
	background-position:right; 
}

.commentary-wrapper .jcarousel-clip {
	width:660px;
	position:relative;
	overflow: hidden; 
}

.commentary-wrapper ul {
	list-style: none outside none;
	position: relative;
	width: 10000px;
}

.commenter {
	float: left;
	width: 190px;
	margin: 0 15px;  
}

.commenter .image {
	position:relative;
}

.commenter .image img {
	display: block;
}

.commenter .image span {
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:url(images/semi-black.png); 
	color: #fff;
	padding: 2px 8px; 
	font-size: 11px;
	line-height:13px; 
}

.commenter p {
	font-size:12px; 
	line-height:1.2;
	padding:10px 0 0;
	font-weight: 700;  
}

.commenter p a {
	color: #202020;
}

.home .section-content h4 {
	font-size: 14px;
	text-transform: uppercase;
}

.home .section-content h4 a {
	text-decoration: none;
}

.home .cat-image {
	float: left;
	width: 70px;
}

.home .cat-listing {
	margin-left: 95px;
}

.home .cat-listing li,
.home .cat-listing li a {
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
        font-family: Arial, sans-serif;
}

#featured-groups-section {
	margin-bottom: 0;
}

#section-cat-listing {
	margin-bottom: 25px;
}

/** Single Company **/

.single-leadership-companies #content {
	position: relative;
}

.leadership-badge {
	position: absolute;
	right: 45px;
	top: 30px;
}

.single-leadership-companies #content .left {
	width: 302px;
	float: left;
	margin-right: 30px;
}

.single-leadership-companies #content .right {
	width: 715px;
	float: left;
}

.single-leadership-companies .entry-content {
	overflow: hidden;
	width: 100%;
}

.company-sharing textarea {
	width: 286px;
	font-size: 11px;
}

.company-sharing p {
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
}

.company-sharing {
	border-top: 1px solid #c4c4c4;
	padding-top: 20px;
}

.vote-button {
	padding-bottom: 25px;
}





#interContainer{
position: absolute;
width: 640; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #d0e47e;
border: 1px solid black;
visibility: hidden;
z-index: 600;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;

background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(/interstitial/blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 599;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}


#interContainer{
position: absolute;
width: 660px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #d0e47e;
border: 1px solid black;
visibility: hidden;
z-index: 600;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;

background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(/interstitial/blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 599;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
 


/* Applies to Videos.designworldonline.com PAT 20121015 */
#magfooter{
 	display: none !important;
}

div#magnify_page, div#magnify_site_top, div.mvp_site_top_leftbackground, div#magnify_site_footer{
	min-width: 1140px;
}
body.mvp_html_doc{
	min-width: 1140px;
}

/* Removing Search Results... PAT 20130110 */
body.search-results h1.archive-title {
	display: none;
}


/* Red Button PAT 20130110 */

button.greenbutton {
		margin-top: 0px;
}

button.greenbutton {
  background: #97C028;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0 #404d1d, 0 6px 0px #46541f, 0 8px 4px 1px #111111;
  box-shadow: 0px 1px 0 #404d1d, 0 6px 0px #46541f, 0 8px 4px 1px #111111;
  color: #fff;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  margin-bottom: 10px;
  padding: 10px 10px 12px 10px;
  text-align: center;
  text-shadow: 0 1px 1px #424d1e;
  -webkit-background-clip: padding-box;
}

button.greenbutton:hover {
    -webkit-box-shadow: inset 0 0px 20px 1px #9bad5e, 0px 1px 0 #404d1f, 0 6px 0px #46541f, 0 8px 4px 1px #111111;
    box-shadow: inset 0 0px 20px 1px #9bad5e, 0px 1px 0 #404d1f, 0 6px 0px #46541f, 0 8px 4px 1px #111111;
    cursor: pointer;
}

button.greenbutton:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #cbed5c, 0 1px 0 #404d1d, 0 2px 0 #46541f, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #cbed5c, 0 1px 0 #404d1d, 0 2px 0 #46541f, 0 4px 3px 0 #111111;
    margin-top: 4px;
}

#leadershippage {
  display: inline-table;
}

#leadershippage h4 {
  background-color:#202020;
  color: #FFFFFF;
  padding: 5px;
  margin: 0;
  font-weight: normal;
}

#leadershippage .left {
  width: 255px;
  float: left;
  display: inline-table;
}

#leadershippage .left #theme-my-login {
width: 230px;
padding-left: 20px;
background-color: #f2f2f2;
}

#leadershippage .right {
  width: 440px;
  float: left;
  display: block;
  border-left: 1px solid #cccccc;
  margin-left: 20px;
  padding-left: 20px;
}

.orangemenu a {
  color: #f87b00 !important;
}

.gchoice_16_1, .gchoice_16_3, .gchoice_16_5, .gchoice_16_7, .gchoice_16_9, .gchoice_16_12 {
  width: 300px;
  float: left;
}

#quicklinks {
  width: 300px;
  height: 370px;
  display: inline-table;
}

#quicklinks .header {
  background: url(/wp-content/uploads/2013/04/headerbg-1x25.jpg) repeat-x #477db3;
  width: 100%;
  height: 25px;
  display: inline-table;
  text-align: center;
}

#quicklinks .header h1 {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: 26px;
}

#quicklinks .row {
  background: url(/wp-content/uploads/2013/04/bg-1x57.jpg) repeat-x #ffffff;
  width: 100%;
  height: 56px;
  display: inline-table;
}

#quicklinks .row:last-child {
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 1px 0px 0px #efefef;
  -moz-box-shadow: 0 1px 0px 0px #efefef;
  -webkit-box-shadow: 0 1px 0px 0px #efefef;
  -o-box-shadow: 0 1px 0px 0px #efefef;
}

#quicklinks .row .image {
  width: 22%;
  display: inline-table;
  float: left;
  text-align: center;
  margin: 10px 0;
}

#quicklinks .row .label {
  width: 78%;
  display: inline-table;
  float: left;
  margin: 18px 0;

}

#quicklinks .row .label a {
  font-size: 14px;
  color: #666666;
}

.fb_iframe_widget iframe {
  position: relative !important;
}

/** disqus is too close to the edges of the site... it needs margin! PAT 20130425 **/
div#disqus_thread {
  margin: 0 30px;
}

#top-widgets h5 {
  font-size: 11px;
}

#top-widgets .featured-item p {
  font-size: 11px;
  line-height: 12px;
}



.ginput_complex .ginput_full input{
  width: 97% !important;
}

#chain-list {
  padding: 45px;
}

#chain-winner {
  width: 100%;
  background: url("/wp-content/uploads/2014/04/featuredchainbg-1x256.jpg");
  position: relative;
  background-repeat: repeat-x;
  background-color: #CCCCCC;
  padding: 30px 0;
}

#chain-winner .logo {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 35%;
}
#chain-winner .content {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 60%;
}

#chain-winner .headline {
  font-size: 25px;
  color: #000000;  
  font-weight: bold;
}

#chain-winner .name {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #00589c;
  text-decoration: none;
  font-weight: bold;
}

#chain-winner .copy {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #000000;
}

#previous-winners {
  margin: 30px 0;
}

#previous-winners .single {
  border-bottom: 1px dashed #DDDDDD;
  padding: 15px 0;
}

#previous-winners .single .logo {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

#previous-winners .single .content {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
}

#previous-winners .single .content .name {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#previous-winners .single .content .copy {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #000000;
}
#previous-winners .single .content .link {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #c53032;
}

/* PartnerTable dm 5/18/2017 */
.PartnerTable{
	display: table;
	width: 100%;
}
.PartnerTableRow {
	display: table-row;
}
.PartnerTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.PartnerTableCell, .PartnerTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	text-align: center;
}
.PartnerTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.PartnerTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.PartnerTableBody {
	display: table-row-group;
}