/********************************************
 GLOBALS
********************************************/

strong, b {
	font-weight : bold;
}
em, i {
	font-style : italic;
}
cite, u {
	text-decoration : underline;
}
p {
	margin-bottom : 12px;
	line-height : 18px;
	font-size : 13px;
}
big {
	font-size : 14px;
	font-weight : bold;
	color : #039;
}
a:hover {
	text-decoration : underline;
}
a img {
	border : none;
}
iframe {
	border : none;
	/*width : 100%;
	height : 100%;
	min-height : 400px;*/
}
table {
	border-collapse : collapse;
}
td, th {
	padding : 2px 4px;
	border : 2px ridge;
	vertical-align : middle;
}
th {
	font-weight : bold;
	text-align : center;
	white-space : nowrap;
	vertical-align : bottom;
}
object,
embed {
	position : relative;
	z-index : 0;
}
hr {
	border-style :  solid;
	border-color : #CCC;
	border-width : 1px 0 0 0;
	height : 1px;
	max-height : 1px;
	line-height : 1px;
	color : #CCC;
	background : transparent;
}
sup {
	font-size : 8px;
	position : relative;
	top : -1em;
}

/********************************************
 FORMATTING
********************************************/
a.section-title:hover {  /* if it's a link, darken */
	color : #039;
}
.register-button {
	display : block;
	margin : 30px 0;
}
.register-button a {
	font-size : 14px;
	color : #FFF !important;
	text-decoration : none !important;
	padding : 10px 30px;
	cursor : pointer;
	cursor : hand;
	font-weight : bold;
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background : #1c65dc;
	background : linear-gradient(center bottom, rgb(26,97,219) 0%, rgb(54,144,240) 51%, rgb(84,164,238) 54%, rgb(112,181,242) 100%);
	background : -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(26, 97, 219)), color-stop(0.51, rgb(54, 144, 240)), color-stop(0.54, rgb(84, 164, 238)), to(rgb(112, 181, 242)));
	background : -moz-linear-gradient(center bottom, rgb(26,97,219) 0%, rgb(54,144,240) 51%, rgb(84,164,238) 54%, rgb(112,181,242) 100%);
}
.register-button a:hover {
	text-decoration : underline !important;
}
.attention {  /* red, bold, italic */
	text-align : center;
	font-style : italic;
	font-weight : bold;
	font-size : 14px;
	color : #F00;
}
.hot {
	color: #F660AB !important;
}
.sober {
	color: #444;
}
.muted {
	color: #777;
}
.center {  /* centered content */
	text-align : center !important;
}
.centered {  /* centered container */
	margin-left : auto;
	margin-right : auto;
}
.clear {  /* clear float from client-input - should not be needed in dev tpl */
	float : none;
	clear : both;
}
.blue {  /* blue */
	color : #039;
}
img.wraps {
	float : left;
	margin : 0 10px 10px 0;
}
.pdf {
	background-image : url(../../uploads/image/icons/pdficon_mini.gif);
	background-repeat : no-repeat;
	background-position : left center;
	padding-left : 30px;
}

/********************************************
 COMMON
********************************************/


/********************************************
 MENU
********************************************/



/********************************************
 SHARE BUTTON
********************************************/


/********************************************
 SIDEBAR
********************************************/

/********************************************
 CONTENT
********************************************/


/********************************************
 CONTENT - BREADCRUMBS, HEADERS AND INDICES
********************************************/


/********************************************
 FOOTER
********************************************/


/********************************************
 SITEMAP
********************************************/
ul.sitemap a {
	color : #00F;
}
ul.sitemap li {
	font-size : 14px;
	margin-left : 20px;
	list-style-type : square;
}
ul.sitemap ul li {
	list-style-type : disc;
}
ul.sitemap ul li ul li {
	list-style-type : circle;
}

/********************************************
 CLIENT INPUT
********************************************/
.page-content {
	font-size : 13px;
}
.page-content .fieldset {
	margin-bottom : 18px;
	border : 1px solid #CCC;
	padding : 20px 10px 10px 10px;
	position : relative;
}
.page-content .fieldset .legend {
	position : absolute;
	top : -10px;
	padding : 0 4px;
	color : #039;
	background : #F5F5F5;
}
.page-content a {
	color : #00F;
	text-decoration : underline;
}
.page-content a:hover {
	color : #39F;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-bottom : 8px;
}/*
.page-content h1 {
	font-size : 16px;
}
.page-content h2 {
	font-size : 15px;
}
.page-content h3 {
	font-size : 14px;
}
.page-content h4 {
	font-size : 13px;
}
.page-content h5 {
	font-size : 12px;
}
.page-content h6 {
	font-size : 11px;
}*/
.page-content ul,
.page-content ol {
	margin : 0 0 25px 25px;
}
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
	margin : 0 0 0 25px;
}
.page-content ul li {
	margin : 0 0 2px 15px;
	line-height : 18px;
}
.page-content ol li {
	margin : 0 0 2px 25px;
	line-height : 18px;
}
.page-content ul li,
.page-content li ul li {
	list-style-type : disc;
}
.page-content li ol li,
.page-content ol li {
	list-style-type : decimal;
}


/********************************************
 HOME
********************************************/
#home-features {
    float: none;
    margin-bottom: 2em;
}
#home-features a {
    display: block;
    float: left;
    margin: 0 5px;
    padding: 20px 10px;
    text-align: center;
    line-height: 150%;
    border: 1px solid #CCC;
    width: 190px;
    height: 135px;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
    color: #888;
    background-color: #FFF;
    overflow: hidden;
}
#home-features a img {
    display: block;
    margin: 0 auto 4px auto;
    width: 96px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
}
#home-banner {
	position: relative;
	overflow: visible;
}
#home-banner-principals {
	float: left;
	width: 310px;
}
#home-banner-principals img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 5px solid #666;
}
#home-banner-principals div {
	font-size: 1.2em;
	text-align: center;
	padding: 1em;
	line-height: 1.5;
}
#home-banner-principals a {
	color: blue;
}
#home-banner-thumbs {
	float: left;
	width: 310px;
}
.home-banner-thumb {
	width: 150px;
	float: left;
}
.home-banner-thumb:first-child {
	margin-right: 10px;
}
.home-banner-thumb a {
	display: block;
	margin-bottom: 0.5em;
}
.home-banner-thumb img {
	display: block;
}
.home-banner-thumb p {
	font-size: 14px;
	color: #005B95;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
#home-banner-links {
	float: left;
	margin-top: 3em;
	width: 200px;
	padding: 0 10px;
}
#home-banner-links p {
	margin-left: 20px;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0;
}
#home-banner-scroller {
	float: left;
	width: 320px;
	height: 180px;
	margin-top: 19px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#home-banner-positioner {
	position: absolute;
	left: 10px;
}
.scrolling-testimonial {
	height: 180px;
	width: 320px;
	overflow: hidden;
}
.scrolling-testimonial a {
	display: block;
	color: #008;
}
.scrolling-testimonial,
.scrolling-testimonial a,
.scrolling-testimonial p {
	text-align: center;
	font-size: 15px !important;
}
#home-tagline {
	margin-bottom: 1em;
}
#home-tagline a {
	color: #00F;
}

#home-banner-focus {
	display: block;
	position: absolute;
	z-index: 1;
	font-size: 1.25em;
	bottom: -30px;
	right: -110px;
	width: 380px;  /* 500 - padding */
	height: 74px;  /* 179 - padding */
	background: url(/assets/images/banner-6.png) no-repeat 0 0;
	padding: 75px 60px 30px 60px;
	color: #FFF;
}
#home-banner-focus .big {
	font-size: 1.5em;
}

/********************************************
 CONTACT
********************************************/
div.contact div.social-icons {
	float : right;
	margin : 0 auto;
}
div.contact div.social-icons a {
	display : block;
	float : left;
	margin : 0 5px;
	padding : 20px 10px;
	text-align : center;
	line-height : 150%;
	border : 1px solid #CCC;
	width : 125px;
	font-style : italic;
	font-size : 11px;
	color : #888;
	background-color: #FFF;
}
div.contact div.social-icons a:hover {
	border-color : #999;
}
div.contact div.social-icons a img {
	display : block;
	margin : 0 auto 4px auto;
	width: 64px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
div.contact form {
	clear : both;
}
div.contact form label {
	display : block;
}
div.contact form textarea {
	width : 99%;
}
div.contact form input[type=submit] {
	padding : 4px 25px;
	text-transform : capitalize;
	font-weight : bold;
	display : block;
	float : right;
}
div.contact form div.fieldset.text-input label {
	width : 400px;
	text-align : right;
	margin-bottom : 4px;
}
div.contact form div.fieldset.text-input label input {
	border : 1px solid #CCC;
	width: 300px;
}
div.contact form div.fieldset.text-input label.required {
	font-weight : bold;
}
div.contact form div.fieldset.text-input label.required input {
	font-weight : 0;
	background : #FAFAFA;
}
div.contact form div.fieldset.text-input label.checkbox {
	width: 330px;
}
div.contact form div.fieldset.text-input label input[type=checkbox] {
	width: auto;
}


/********************************************
 CLIENT LIST
********************************************/
div.client-column {  /* 3 column list */
	float : left;
	width : 33%;
	font-size : 11px;
}
div.client-column div {  /* category divider */
	/*margin-bottom : 20px;*/
	margin-bottom : 2px;
}
div.client-column div h4 {  /* category title */
	margin-bottom : 4px;
}
div.client-column ul li {  /* individual client item */
	list-style-type : none;
	margin : 0;
}

/********************************************
 GLOBAL EXPERIENCE
********************************************/
div.global-experience div.flags {  /* contains flag icons */

}
div.global-experience div.flags div {  /* flag container */
	float : left;
	text-align : center;
	margin : 10px;
	font-size : 10px;
}
div.global-experience div.flags div img {  /* flag container */
	display : block;
	width : 80px;
	height : 50px;
	margin-bottom : 2px;
}
div.global-experience div.notes {  /* beneath flags */
	clear : both;
	float : none;
	padding-top : 20px;
}
div.global-experience div.notes a {  /* block link to client-list */
	display : block;
	text-align : center;
	font-weight : bold;
}

/********************************************
 EVENT SCHEDULE
********************************************/
div.event-schedule > div {  /* event sections */
	margin-bottom : 20px;
}
div.event-schedule .section-title {  /* hide titlebar */
	display : none;
}
div.event-schedule h1 {  /* event month headings */
	font-size : 16px;
	font-weight : bold;
	color : #039;
	margin-bottom : 8px;
	text-transform : uppercase;
	border-bottom : 1px solid #039;
}
div.event-schedule ul,
div.event-schedule li {  /* events column lists */
	list-style-type : disc;
	margin : 0 0 4px 10px !important;
}
div.event-schedule li li { /* topic markers */
	list-style-type : circle;
}
div.event-schedule li p {  /* events column list paragraphs */
	margin-bottom : 0px;
}

/********************************************
 HISTORY AND LEADERSHIP
********************************************/
div.history {

}
div.history div.staff div {  /* container for pic and linkedin link */
	padding : 10px;
	border : 1px solid #CCC;
	float : left;
	margin-right : 10px;
}
div.history div.staff div.bio-block {
    padding: 10px;
    border: 1px solid #CCC;
    float: left;
    margin: 0 5px;
    text-align: center;
}
div.history div.staff div a.bio {
	display: block;
}
div.history div.staff div a.bio img {  /* portrait */
	border : 1px solid #CCC;
	display : block;
	margin-bottom : 10px;
	width: 175px;
    height: 219px;
}
div.history div.staff div a.bio:hover img {  /* hover portrait */
	border-color : #39F;
}
div.history div.staff div a.linkedin {  /* linkedin container */
	display : block;
	text-decoration : none;
	width : 197px;
}
div.history div.staff div a.linkedin img {  /* linkedin icon */
	display : block;
	float : left;
	margin-right : 10px;
	border : none;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
div.history div.staff div a.linkedin strong {  /* profile name */
	display : block;
}


/********************************************
 PROFESSIONAL SPEAKING
********************************************/
div.professional-speaking {

}
div.professional-speaking div.staff {
	float : left;
	width : 50%;
}
div.professional-speaking div.staff img.portrait {
	border : 3px double #CCC;
}
div.professional-speaking div.staff div.social-icons {
	overflow : auto;
	margin-bottom : 20px;
}
div.professional-speaking div.staff div.social-icons a {  /* fb and linkedin icons and links */
	display : block;
	float : left;
	text-align : center;
	width : 120px;
	padding : 10px 10px 2px 10px;
	text-decoration : none;
}

.bio {
	text-align: justify;
}
.bio h2 {
	font-size: 1.5em;
}
.bio-summary {
	overflow: hidden;
	margin-bottom: 1em;
}
.bio-meta {
	overflow: hidden;
	margin-top: 1em;
}
.bio ul {
	margin: 0;
}
.bio li {
	list-style: disc inside;
}
.bio .portrait {
	border: 3px double #CCC;
	float: left;
	margin-right: 20px;
}
.bio .video {
	width: 420px;
	height: 315px;
	float: right;
	margin-left: 20px;
}
.bio .video iframe {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.bio-slides {
	float: left;
	margin-right: 20px;
}

.bio-slide-main {
	margin-bottom: 10px;
}
.bio-slide-main img {
	border: 3px double #CCC;
}

.bio-slide-thumbs {
	overflow: hidden;
	margin: 0;
}
.bio-slide-thumbs li {
	list-style-type: none !important;
	padding: 0 !important;
	float: left;
	margin: 0 0 0 44px !important;
}
.bio-slide-thumbs li:first-child {
	margin-left: 0 !important;
}
.bio-slide-thumbs li a {
	border: 3px double #CCC;
	display: block;
}
.bio-slide-thumbs li a:hover {
	border-color: #779;
}
.bio-slide-thumbs li a img {
	display: block;
}
.bio-info {
	margin-left: 426px;
}
.bio-info,
.bio-info * {
	font-size: 15px !important;
	line-height: 1.3;
}
.bio-downloads {
	overflow: hidden;
	margin: 0;
}
.bio-downloads li {
	list-style-type: none !important;
	float: left;
	margin: 0 10px 10px 0 !important;
}
.bio-downloads li a {
	display: block;
	background: #FFF;
	padding: 10px;
	text-align: center;
	line-height: 150%;
	border: 1px solid #CCC;
	font-style: italic;
	font-size: 11px;
	color: #888;
}
.bio-downloads li a:hover {
	border-color: #99C;
}
.bio-downloads li a img {

}
.bio-link-list, 
.proact-book-link-list {
	border-collapse: collapse;
	width: 100%;
	border: none;
	table-layout: fixed;
}
.bio-link-list, 
.proact-book-link-list td {
	border: none;
	vertical-align: top;
	text-align: center;
	padding: 2px;
}
.bio-link-list, 
.proact-book-link-list td a {
	text-decoration: none;
}
.bio-link-list td a img {
	height: 64px;
}
.proact-book-link-list td a img {
	height: 200px;
}

.breakout {
	float: left;
	padding: 10px 20px;
	color: #00F;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	width: 25%;
	margin: 10px 20px 10px 0;
	line-height: 1.3;
}

.solution-graphics {
	overflow: hidden;
}
.solution-graphics li {
	display: block;
	float: left;
	margin-right: 10px;
}
.solution-graphics li a {
	display: block;
	width: 256px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
}

/********************************************
 PODCASTS
********************************************/
div.podcasts div.player-level {
	overflow : auto;
	margin : 40px 0;
	clear : both;
}
div.podcasts div.player {
	float : left;
	width : 320px;
	margin-right : 25px;
	border : 1px solid #CCC;
	background : #FEFEFE;
}
div.podcasts div.player p {
	margin-top : 8px;
}
div.podcasts ul {
	margin-left : 0px;
	float : left;
}
div.podcasts ul li {
	list-style-type : circle !important;
}
div.podcasts div.social-icons {
	float : right;
	margin : 0 0 20px 20px;
}
div.podcasts div.social-icons a {
	display : block;
	float : left;
	margin : 0 5px;
	padding : 20px 10px;
	text-align : center;
	line-height : 150%;
	border : 1px solid #CCC;
	width : 120px;
	font-style : italic;
	font-size : 11px;
	color : #888;
	background-color: #FFF;
}
div.podcasts div.social-icons a:hover {
	border-color : #999;
}
div.podcasts div.social-icons a img {
	display : block;
	margin : 0 auto 4px auto;
	width: 64px;
}

/********************************************
 INSIGHTS
********************************************/
.insights-link-list li {
	float: left;
	list-style-type: none !important;
	margin: 5px !important;
}
.insights-link-list li a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	line-height: 150%;
	border: 1px solid #CCC;
	width: 250px;
	height: 150px;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #888;
	background-color: #FFF;
	overflow: hidden;
}
.insights-link-list li img {
	display: block;
	margin: 0 auto 4px auto;
	width: 96px;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	border: 1px solid #fff;
}

/********************************************
 EVENTS
********************************************/
@media only screen and (min-device-width: 769px){
  .events-link-list {
    display: none;
  }
}
.events-link-list li {
	float: left;
	list-style-type: none !important;
	margin: 5px !important;
}
.events-link-list li a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	line-height: 150%;
	border: 1px solid #CCC;
	width: 300px;
	height: 150px;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #888;
	background-color: #FFF;
	overflow: hidden;
}
.events-link-list li img {
	display: block;
	margin: 0 auto 4px auto;
	width: 96px;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	border: 1px solid #fff;
}
.events-link-list + * {
  clear: both;	
}

/********************************************
 SUBSCRIPTION FORM
********************************************/
#subscription-instructions {
	//float: left;
	//width: 25%;
	background: #FFF;
	//border: 1px solid #CCC;
	padding: 1em;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5;
	//margin: 0 20px 0 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
#subscription-instructions p {
	padding-top: 20px;
}
#subscription-footnote {
	float: left;
	clear: left;
	padding-top: 30px;
	padding-left: 60px;
}
#subscription-form {
   text-align: right;
}
#subscription-form label.required:before {
	content: "*";
	color: #F00;
}
#subscription-form label {
	display: block;
	margin-bottom: 0.5em;
}
#subscription-form label input {
	font-size: 1.4em;
	padding: 0.2em;
}
div.ctct-form-embed div.ctct-form-defaults {
	border-radius: 0 !important;
}
/********************************************
 PRODUCT DETAIL
********************************************/
.product-images {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.product-thumb {
	margin: 0;
	float: none;
}
.product-thumbnails {
	margin-top: 10px;
	overflow: hidden;
}
.product-thumbnail {
	float: left;
	background: #FFF;
	border: 3px double #CCC;
	margin-right: 2px;
	cursor: pointer;
}
.product-thumbnail img {
	display: block;
}
.product-detail input[type="text"] {
	padding: 3px;
	border: 1px solid #999;
	text-align: center;
}

/********************************************
 IN-PAGE TESTIMONIALS
********************************************/
.testimonials {
	overflow: hidden;
	clear: both;
	position: relative;  /* old IE */
	height: 100%;  /* old IE */
}
.testimonial-container {
	margin-top: 40px !important;
	clear: both;
	position: relative;  /* old IE */
	height: 100%;  /* old IE */
	overflow: hidden;
}
.testimonial-container h2 {
	margin: 20px 0;
	font-style: italic;
}
.testimonial-column {
	margin-bottom: 0.5em;
}
.testimonial {
	margin: 0 10px 10px 0;
	padding: 10px;
	color: #555;
	background: #FCFCFC;
	font-style: italic;
	position: relative;  /* old IE */
	height: 100%;  /* old IE */

	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.testimonial li {
	list-style-type: disc;
	margin-left: 25px;
}
.testimonial .speaker {
	color: #000;
}
.testimonial * {
	margin: 0;
	font-size: 12px !important;
}

/* free offerings 11/27/12 */
.meta-column {
	float: right;
	width: 50%;
	margin-left: 30px;
}
.meta-column .featured {
	float: none;
	max-width: 100%;
	margin-left: 0;
}
.free-offerings {

}
.free-offerings li {
	list-style: none !important;
}
.free-offerings li a {
	background-position: 0 center;
	background-repeat: no-repeat;
	display: block;
	line-height: 22px;
	padding-left: 22px;
}
.free-offerings .free-offerings-article {

}
.free-offerings .free-offerings-article a {
	background-image: url(../images/free-offerings-article.jpg);
}
.free-offerings .free-offerings-event {

}
.free-offerings .free-offerings-event a {
	background-image: url(../images/free-offerings-event.jpg);
}
.free-offerings .free-offerings-product {

}
.free-offerings .free-offerings-product a {
	background-image: url(../images/free-offerings-product.jpg);
}
.free-offerings .free-offerings-video {

}
.free-offerings .free-offerings-video a {
	background-image: url(../images/free-offerings-video.jpg);
}
.free-offerings .free-offerings-podcast {

}
.free-offerings .free-offerings-podcast a {
	background-image: url(../images/free-offerings-podcast.jpg);
}
.free-offerings .free-offerings-book {

}
.free-offerings .free-offerings-book a {
	background-image: url(../images/free-offerings-book.jpg);
}
.free-offerings .free-offerings-more {
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 1px solid #CCC;
}
.free-offerings .free-offerings-more a {

}
.steps-book p {
	font-size: 1.3em;
}

/********************************************
 ARTICLES
********************************************/
#subscribe {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 20px;
}

/* APP ICON */

.app-icon {
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.4);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.4);  /* Opera 10.5, IE 9, Firefox */
}
