/*
Theme Name: SBNOnline
Theme URI: http://underscores.me/
Author: Bill Forsyth
Author URI: http://metisentry.com
Description: Custom Theme For SBNOnline
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: s
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 SBNOnline is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
        5.1 - Links
        5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
        10.1 - Posts and pages
        10.2 - Asides
        10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
        12.1 - Captions
        12.2 - Galleries
13.0 Centurion Framework v 3.3
14.0 Jquery UI autocomplete
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
.shareaholic-share-buttons *:before, .shareaholic-share-buttons *:after, .shareaholic-share-buttons *{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;
}
body .shareaholic-share-buttons-container.mini li.shareaholic-share-button{
    padding: 5px 1px !important;
}
body .shareaholic-share-buttons-container:before {
    content: "Share This Article: ";
    float: left;
    line-height: 30px;
    font-size: .9em;
    font-weight: bold;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
input, select, textarea{
    font-family: "Oswald", sans-serif;
}
p {
    margin-bottom: 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
/*    background: #fff9c0; */
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
h1 {
    font-size: 2.8em; /* 48 / 16 */
    line-height: 1em; /* 48 / 48 */
    margin-bottom: .5em; /* 24 / 48 */
}
h2 {
    font-size: 2.25em; /* 36 / 16 */
    line-height: 1.333333333333333em; /* 48 / 36 */
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h3 {
    font-size: 1.5em; /* 24 / 16 */
    line-height: 1em;
    margin-top: .7em;
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h4 {
    font-size: 1.275em; /* 21 / 16 */
    line-height: 1.142857142857143em;
    margin-top: .7em;
    margin-bottom: .6666666666666667em; /* 24 / 21 */
}
h5 {
    font-size: 1.125em; /* 18 / 16 */
    line-height: 1.333333333333333em; /* 24 / 18 */
    margin-bottom: .6666666666666667em; /* 24 / 18 */
}
h6 {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}
p {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.2em; /* 24 / 16 */
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
    color: #d32727;
}

span.event { display:block; float:left;}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 1px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}
input[type="search"] {
    width: 95%;
    font-size: .85em;
    height: 20px;
}
.search-submit {
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}
.search-form-large input, .search-form-large label span{
    display: inline-block;
}
.search-form-large input[type="search"]{
    width: 70%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #d32727;
}
a:visited {
    color: #b20101;
}
a:hover,
a:focus,
a:active {
    color: #b20101;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation, .footer-nav {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer-nav {
    font-size: .8em;
}
.main-navigation ul.menu{
    height: 2em;
}
.main-navigation ul , .footer-nav ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li , .footer-nav li{
    float: left;
    position: relative;
    padding-right: .8em;
    height: 2em;
}
.footer-nav li{
    height: 1em;
    margin-bottom: 10px !important;
}

.main-navigation a , .footer-nav a{
    display: block;
    text-decoration: none;
    color: #d32727;
}
.main-navigation a:hover, .footer-nav a:hover{
    color: #000;
}
.main-navigation ul ul {
    background-color: #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 2em;
    z-index: 99999;
    padding: .5em;
}
.footer-nav ul ul {
    display: none;
}
.main-navigation ul ul ul {
    margin-top: -.5em;
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
    color: #fff;
    text-transform: none;
    padding-bottom: .3em;
    border-bottom: 2px dotted #fff;
    font-weight: 400;
    font-size: .9em;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
    color: #fff;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a,
.main-navigation .current-menu-ancestor > a{
    color: #000;
}
.main-navigation .current-menu-item .sub-menu a, .main-navigation .current-menu-ancestor .sub-menu a {
    color: #fff;
}
/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
    font-size: 1.5em;
}
@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }
    .main-navigation ul.menu{
        height: auto;
    }
    .main-navigation li {
        float: none;
        height: auto;
    }
    .main-navigation ul ul{
        display: inline-block;
        background: none;
        float: none;
        position: static;
        padding: auto;
        box-shadow: none;
        top: auto;
        padding: 0;
    }
    .main-navigation ul ul a{
        color: #D32727;
        border: none;
        width: auto;
        text-transform: uppercase;
    }
    .main-navigation ul li:hover > ul {
        display: inline-block;
    }
    .main-navigation ul ul :hover > a {
        color: #000;
    }
.main-navigation .current-menu-item .sub-menu a, .main-navigation .current-menu-ancestor .sub-menu a {
    color: #000;
}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    display: inline-block;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    display: inline-block;
}
.social-sharing{
    border-left: 2px solid #000;
}
.social-sharing ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.social-sharing li {
    float: left;
    position: relative;
    height: 24px;
    width: 24px;
    font-size: 0;
    margin-left: 2px;
}
.site-footer .social-sharing li{
    width: 16px;
    height: 16px;
}
.social-sharing a{
    display: block;
    width: 100%;
    height: 100%;
}
.social-sharing li.facebook {
    background: url(images/facebook.png) no-repeat scroll top left transparent;
    background-size: cover;
}
.social-sharing li.twitter {
    background: url(images/twitter.png) no-repeat scroll top left transparent;
    background-size: cover;
}
.social-sharing li.linkedin {
    background: url(images/linkedin.png) no-repeat scroll top left  transparent;
    background-size: cover;
}
.social-sharing li.youtube {
    background: url(images/youtube.png) no-repeat scroll top left transparent;
    background-size: cover;
}
.social-sharing li.google {
    background: url(images/google.png) no-repeat scroll top left transparent;
    background-size: cover;
}
.social-sharing li.rss {
    background: url(images/rss.png) no-repeat scroll top left transparent;
    background-size: cover;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.sbn-red{
    color: #D32727;
}
.bullet:after{
    color: #D32727;
    content: '\2022';
    padding-left: .1em;
    font-size: 2em;
    vertical-align: text-top;
}
#primary, #secondary{
    padding-top: 1.5em;
}
#content{
    margin-bottom: 2em;
    padding-bottom: .3em;
    border-bottom: 3px solid #000;
}
#masthead{
    border-bottom: 3px solid #000;
}
#masthead h1 {
    margin-bottom: 0;
}
#masthead h1 a{
    background: url("images/logo.png") no-repeat scroll center center transparent;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 120px;
    margin: 0 auto;
}
#masthead .grid-75{
    margin-top: 1em;
}
.markets{
    border-right: 1px dotted #000;
}
.market-name{
    font-size: 2.2em;
    color: #cb0000;
    font-weight: 300;
    border-bottom: 1px dotted #000;
    text-transform: uppercase;
}
.market-name a{
    text-decoration: none;
    color: #cb0000;
}
.market-links{
    list-style: none;
}
.market-links a{
    text-decoration: none;
    font-weight: bold;
}
.market-links a:visited{
    color: #D32727;
}
.market-links .current-market a{
    color: #000;
}
.section-title{
    font-family: "Oswald", "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: .2em;
    margin-bottom: 1em;
}
.section-title h1{
    font-size: 1.4em;
    margin-bottom: 0;
}
.cover-story-area .section-title{
    font-size: 1em;
    border: none;
    margin-bottom: .2em;
    padding: 0;
}
.magazine-area .section-title{
    font-weight: normal;
    border: none;
    margin-bottom: .2em;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-top: 0;
}
.events-list .section-title{
    margin-bottom: .3em;
}
.events-list .section-title h1{
    font-size: 1.2em;
}
.featured-stories strong, .insights strong, .cover-story-area strong, .columnists strong{
    font-size: .8em;
}
.featured-stories p{
    font-size: .9em;
}
.columnists img{
    height: 100%;
    max-width: 110%;
}
.cover-story-area strong{
    display: block;
}
.cover-story-area .title-link{
    text-decoration: none;
    font-weight: 900;
    font-family: "Merriweather", serif;
    color: #d32727;
}
/*.rsSlide .cover-story-area .title-link{
    display: inline-block;
}*/
.cover-story-area .full-article-link{
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #d32727;
    font-size: 1.1em;
}
.cover-story-area p{
    font-size: .9em;
}
.cover-story-area img.attachment-home-slider{
    height: 100%;
    width: auto;
    max-height: 300px;
}
.insights strong a {
    color: #000;
    text-decoration: none;
}
.featured-stories h2, .insights h2, .columnists h2{
    font-size: 1em;
    font-family: "Merriweather", serif;
    font-weight: bold;
}
.featured-stories h2 a, .insights h2 a, .columnists h2 a{
    text-decoration: none;
}
.insights h2{
    font-size: 1em;
    margin-bottom: .2em;
}
.insight-content{
    font-size: .85em;
}
.insights div.grid-100:last-child{
    border-bottom: none;
}
.magazine-content{
    font-size: .8em;
}
.magazine-link{
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
}
.magazine-area img{
    width: 100%;
}
.insights div.grid-100{
    margin-bottom: 1em;
    padding-bottom: .8em;
    border-bottom: 1px dotted #000;
}
h1.entry-title{
    font-size: 1.8em;
    color: #cb0000;
    line-height: 1.2em;
}
.single-article .entry-title{
    font-family: "Merriweather", serif;
    font-weight: 900;
}
.featured-image-cont{
    background-color: #f5f5f5;
    display: table;
}
.featured-image-cont img{
    /*display: table-cell;
    max-width: none; Phil */
    max-width: 50%;
    float: left;
}
.featured-image-quote{
    /*display: inline-block;

    display: table-cell;
    vertical-align: middle;

    padding: 1em; Phil*/
	float: right;
	width: 48%;
}
.featured-image-quote .quote{
    font-size: 1em;
    color: #cb0000;
    font-weight: 500;
}
.featured-image-quote .quote:before{
    content: '\201C';
}
.featured-image-quote .quote:after{
    content: '\201D';
}
.featured-image-quote .ceo-info{
    margin-top: .4em;
    font-size: .9em;
}
.ceo-about h2{
    font-family: 'Oswald', serif;
    letter-spacing: 0.8px;
    font-size: 1.4em;
    color: #cb0000;
    font-weight: bold;
    margin-bottom: .2em;
}
.ceo-tagline{
    font-size: .8em;
}
.ceo-about h3{
    margin-top: .5em;
    font-size: 1em;
    border-bottom: 1px dotted #000;
    font-family: 'Oswald', serif;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding-bottom: .2em;
}
.ceo-about .social-links{
    list-style: none;
    margin-left: 0;
}
.ceo-about a{
    text-decoration: none;
    font-weight: bold;
}
.ceo-interview .section-title{
    font-size: .9em;
}
.ceo-interview a{
    text-decoration: none;
}
.ceo-interview .grid-50 a{
    font-size: .8em;
    font-weight: bold;
}
.ceo-interview .grid-40.current{
    background-color: #eee;
}
.ceo-interview .grid-40.current .ceo-title, .ceo-interview .grid-40.current span{
    padding-left: 0px;
}
.ceo-interview .grid-50 {
    line-height: .10em;
}
.ceo-title{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}
.ceo-interview span{
    font-size: .8em;
    display: block;
}
.nav-links{
    font-family: 'Oswald', serif;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.nav-links a{
    text-decoration: none;
}
.sbn-page-links{
    line-height: 1;
    overflow: hidden;
}
.sbn-page-links a:last-child{
    border-left: 2px solid #404040;
    padding-left: 3px;
}
.sbn-page-links a:first-child{
    border-left: none;
    padding-left: 0;
}
.pagination{
    text-align: right;
}
.pagination a{
    text-decoration: none;
}
.pagination a span{
    color: #000;
}
.cover-story-area, .left-column, .featured-stories, .insight{
    margin-bottom: 1em;
}
.site-footer > div > div{
    margin-bottom: 1em;
}
.site-footer form input{
    margin-top: .4em;
}
.site-footer form select{
    background: transparent;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    margin-left: -15px;
    padding-left: 15px;
}
.site-footer form .styled-select{
    background: url(images/dropdown.png) no-repeat top right transparent;
    overflow: hidden;
        border: 1px solid #ccc;
    border-radius: 1px;
    color: #666;
    margin-top: .4em;
    height: 27px;
}
.site-footer form .styled-select.grid-100 select{
    width: 120%;
}
.site-footer form .styled-select.grid-30 select{
    width: 200%;
}
.site-info{
    text-transform: uppercase;
    font-size: .85em;
    text-align: right;
    letter-spacing: .3px;
}
.site-info span{
    color: #D32727;
}
.search-results .search-form-large{
    border-bottom: 1px dotted #000;
    padding: 1em 0 1.5em;
    margin-bottom: 1em;
}
.search-results .page-header{
    font-size: .7em;
    border-bottom: 3px solid #000;
    margin-bottom: 1em;
    font-family: 'Oswald', sans-serif;
}
.search-results .page-header span{
    color: #D32727;
}
.search-results .page-header h1{
    margin-bottom: .3em;
}
.search-results #main .entry-title a{
    text-decoration: none;
    font-size: .9em;
}
body.search-results .sort-fields{
    border-bottom: 1px dotted #000;
    padding-bottom: .5em;
    font-family: 'Oswald', sans-serif;
    margin-bottom: .8em;
}
body.search-results .sort-fields .grid-40{
    text-align: right;
}
.search-results .sort-fields a{
    text-decoration: none;
}
.search-results article{
    padding-bottom:.7em;
    border-bottom: 1px dotted #000;
}
.search-results .read-more{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    font-family: "Oswald", sans-serif;
}
.search-results time{
    font-weight: bold;
    font-size: .8em;
}
#search-limit ul{
    list-style: none;
    margin: 0 0 2em;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: .9em;
}
#search-limit li{
    border-bottom: 1px dotted #000;
    margin-bottom: .3em;
    padding-bottom: .4em;
}
#search-limit a{
    text-decoration: none;
}
#search-limit .current a{
    color: #000;
}
.widget_rss h1 .rsswidget{
    text-decoration: none;
    color: #000;
}
.widget_rss h1 .rsswidget:first-child{
    float: right;
    color: #D32727;
    font-size: .8em;
}
.widget_rss h1 .rsswidget:first-child:after{
    content: 'View All';
}
.widget_rss h1 .rsswidget img{
    display: none;
}
.widget_rss ul{
    list-style: none;
    margin-left: 0;
}
.widget_rss ul li{
    border-bottom: 1px dotted #000;
    padding-bottom: .3em;
    margin-bottom: .4em;
}
.widget_rss ul li a{
    text-decoration:none;
    font-weight: bold;
    font-family: "Merriweather", serif;
}
.widget_rss ul li span{
    font-weight: bold;
    font-size: .8em;
    display: block;
}
.books-list{
    margin-left: 0;
    list-style: none;
}
.books-list li{
    background: url(images/books-links.png) no-repeat top left transparent;
    min-height: 40px;
    line-height: 40px;
    padding-left: 50px;
    padding-bottom: .8em;
    font-weight: bold;
    font-size: 14px !important;
}
.books-list li.topic{
    background-position: 0 -54px;
    width: 100% !important;
}
.books-list li.develop{
    background-position: 0 -110px;
    width: 100% !important;
}
.books-list li.gain{
    background-position: 0 -166px;
    width: 100% !important;
}
.books-list li.market{
    background-position: 0 -220px;
    width: 100% !important;
}
.page-template-page-books-template-php .textwidget a{
    font-weight: bold;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
}
.right-column > div{
    margin-bottom: .5em;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.byline{
    font-weight: bold;
    font-family: 'Oswald', serif;
    letter-spacing: 0.5px;
    font-size: 1.05em;
}
.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: .5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-content h2{
    font-size: 1.6em;
    color: #cb0000;
    margin-bottom: .5em;
}
.page-template-page-books-template-php .book-section{
    margin-bottom: 1em;
}
.page-template-page-books-template-php .book-section a{
    text-decoration: none;
}
/*.page-template-page-books-template-php .grid-60, .page-template-page-books-template-php .grid-40{
    margin-top: 2em;
}*/
.event-grid{
    margin-bottom: .8em;
}
.event-grid img{
    padding: 5px;
    border: 1px solid #ddd;
}
.wpcf7-form .grid-100{
    margin-bottom: 1em;
}
.wpcf7-form .grid-100 input, .wpcf7-form .grid-100 select, .wpcf7-form .grid-100 textarea{
    width: 100%;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.widget.cta{
    background-color: #f7f7f7;
    padding: 1em;
}
.cta_link{
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
}
.widget-title {
    font-size: 1.3em;
    margin-bottom: .4em;
    border-bottom: 2px solid #000;
    padding-bottom: .125em;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}
.widget_events ul, .events-list ul{
    margin: 0;
    list-style: none;
}
.widget_events h2, .events-list h2{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0;
}
.widget_events h2 a{
    text-decoration: none;
}
.widget_events strong{
    margin-bottom: .3em;
}
.widget_events ul li.grid-100, .events-list ul li.grid-100{
    font-size: .8em;
    border-bottom: 1px dotted #000;
    padding-top: .9em;
    padding-bottom: .4em;
    margin-bottom: .5em;
}
.events-list ul li.grid-100:last-child{
    border-bottom: none;
}
.widget_events p{
    margin-bottom: .4em;
}
.widget_events a.grid-100{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em 0;
}
.events-list a{
    text-decoration: none;
    font-weight: bold;
}
.ad_background{
    background-color: #000;
    padding: 1.5em;
    margin-bottom: 1em;
}
.ad_background img{
    width: 100%;
}
.widget.side-image {
    padding: 1em;
    text-align: center;
}
.widget_text h3{
    color: #D32727;
}
.crp_related_widget ul{
    list-style: none;
    margin-left: 0;
}
.crp_related_widget li {
    margin-bottom: .25em;
    padding-bottom: .4em;
    border-bottom: 1px dotted #000;
}
.crp_related_widget li:last-child {
    border: none;
}
.crp_related_widget a {
    font-weight: bold;
    text-decoration: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
.royalSlider .rsThumbsHor { height:80px; }
.royalSlider  .rsThumbsVer { width:25%; }
.royalSlider  .rsThumb { width:100%; overflow-x: visible; background-color: #fff; font-size: .8em; font-family: "Merriweather"; font-weight: bold; padding-bottom: .2em;}
body .galleryTextThumbs .rsThumbs .rsThumb{
    border-bottom: 1px dotted #000;
    margin-left: 10px;
}
body .galleryTextThumbs .rsTmb{
    padding: .5em 0 .3em;
    color: #d32727;
}
.royalSlider .rsNavSelected .content{
    opacity: .3;
    transition: opacity 300ms ease;
}
.royalSlider .rsNavSelected:before{
    border-left: 4px solid #cb0000;
    content: " ";
    position: absolute;
    left: -10px;
    height: 62px;
    top: 5px;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {}

/* --------------------------------------------------------
 *
 *  13.0 Centurion Framework v 3.3
 *  Created by: Justin Hough
 *
 *  Documentation: http://jhough10.github.com/Centurion/get-started.html
 *  Licensed under GPL and MIT.
 *
 * -------------------------------------------------------- */
/*   GRID  */
.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.container [class*="grid-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    position: relative;
}
.container .alpha {
    margin-left: 0;
    padding-left: 0;
}
.container .omega {
    margin-right: 0;
    padding-right: 0;
}
.container .grid-5 {
    width: 5%;
}
.container .pull-5 {
    left: -5%;
}
.container .push-5 {
    left: 5%;
}
.container .grid-10 {
    width: 10%;
}
.container .pull-10 {
    left: -10%;
}
.container .push-10 {
    left: 10%;
}
.container .grid-15 {
    width: 15%;
}
.container .pull-15 {
    left: -15%;
}
.container .push-15 {
    left: 15%;
}
.container .grid-20 {
    width: 20%;
}
.container .pull-20 {
    left: -20%;
}
.container .push-20 {
    left: 20%;
}
.container .grid-25 {
    width: 25%;
}
.container .pull-25 {
    left: -25%;
}
.container .push-25 {
    left: 25%;
}
.container .grid-30 {
    width: 30%;
}
.container .pull-30 {
    left: -30%;
}
.container .push-30 {
    left: 30%;
}
.container .grid-35 {
    width: 35%;
}
.container .pull-35 {
    left: -35%;
}
.container .push-35 {
    left: 35%;
}
.container .grid-40 {
    width: 40%;
}
.container .pull-40 {
    left: -40%;
}
.container .push-40 {
    left: 40%;
}
.container .grid-45 {
    width: 45%;
}
.container .pull-45 {
    left: -45%;
}
.container .push-45 {
    left: 45%;
}
.container .grid-50 {
    width: 50%;
}
.container .pull-50 {
    left: -50%;
}
.container .push-50 {
    left: 50%;
}
.container .grid-55 {
    width: 55%;
}
.container .pull-55 {
    left: -55%;
}
.container .push-55 {
    left: 55%;
}
.container .grid-60 {
    width: 60%;
}
.container .pull-60 {
    left: -60%;
}
.container .push-60 {
    left: 60%;
}
.container .grid-65 {
    width: 65%;
}
.container .pull-65 {
    left: -65%;
}
.container .push-65 {
    left: 65%;
}
.container .grid-70 {
    width: 70%;
}
.container .pull-70 {
    left: -70%;
}
.container .push-70 {
    left: 70%;
}
.container .grid-75 {
    width: 75%;
}
.container .pull-75 {
    left: -75%;
}
.container .push-75 {
    left: 75%;
}
.container .grid-80 {
    width: 80%;
}
.container .pull-80 {
    left: -80%;
}
.container .push-80 {
    left: 80%;
}
.container .grid-85 {
    width: 85%;
}
.container .pull-85 {
    left: -85%;
}
.container .push-85 {
    left: 85%;
}
.container .grid-90 {
    width: 90%;
}
.container .pull-90 {
    left: -90%;
}
.container .push-90 {
    left: 90%;
}
.container .grid-95 {
    width: 95%;
}
.container .pull-95 {
    left: -95%;
}
.container .push-95 {
    left: 95%;
}
.container .grid-100 {
    width: 100%;
}
.container .pull-100 {
    left: -100%;
}
.container .push-100 {
    left: 100%;
}
.container .grid-33 {
    width: 33.33333%;
}
.container .pull-33 {
    left: -33.33333%;
}
.container .push-33 {
    left: 33.33333%;
}
.container .grid-66 {
    width: 66.66667%;
}
.container .pull-66 {
    left: -66.66667%;
}
.container .push-66 {
    left: 66.66667%;
}
.container .center-grid {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .container [class*="grid-"] {
        display: inline;
        float: left;
        width: 100%;
    }
    .container [class*="grid-"] [class*="grid-"],
    .container [class*="grid-"] [class*="mobile-grid-"] {
        padding: 0;
        margin: 0;
    }
    .container .mobile-grid-25 {
        width: 100%;
    }
    .container .mobile-pull-25 {
        left: -25%;
    }
    .container .mobile-push-25 {
        left: 25%;
    }
    .container .mobile-grid-50 {
        width: 50%;
    }
    .container .mobile-pull-50 {
        left: -50%;
    }
    .container .mobile-push-50 {
        left: 50%;
    }
    .container .mobile-grid-75 {
        width: 75%;
    }
    .container .mobile-pull-75 {
        left: -75%;
    }
    .container .mobile-push-75 {
        left: 75%;
    }
    .container .center-grid {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .container .alpha {
        margin-left: 0;
        padding-left: 0;
    }
    .container .omega {
        margin-right: 0;
        padding-right: 0;
    }
    .container [class*="pull-"],
    .container [class*="push-"] {
        left: 0;
    }

    .hide-desktop {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 999px) {
    .container {
        width: 98%;
    }
}

/* Centering Grid */
.center-grid {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* Clearfix */
.clearfix:after, .clearfix:before,
.container:after,
.container:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    clear: both;
    zoom: 1;
}
* html .clearfix, * html
.container {
    height: 1px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*  Features */
/* Show Elements */
.show-desktop {
    display: block !important;
}

.show-mobile {
    display: block !important;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
    border-bottom: 1px dotted #000;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    max-width: 15%;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    color: #222222;
    background-color: #fff;
}
.ui-widget-content a {
    color: #222222;

}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ffffff;
    background: #e3e3e3;
    font-weight: normal;
    color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

.tribe-events-content p {
	color: #888888;
  border: 0;
  font-family: inherit;
  font-size: 80% !important;
  font-style: inherit;
  font-weight: inherit;
  margin:0 0 1em 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.tribe-events-list-widget li {
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom: 1px dotted #000;
}
.tribe-events-list-widget li h4 a {
	text-decoration:none;
	font-weight:bold;
	font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sharing-sidebar {
	position:relative;
	left:-35px;
	top:20px;
}
.sharing-sidebar .shareaholic-share-buttons-container {
	margin-left:18px !important;
}
.sharing-sidebar .shareaholic-share-buttons-wrapper {
	position:relative;
	top:-30px;
	left:40px;
}
.sharing-sidebar .shareaholic-share-buttons-container  {
	margin-bottom:-30px !important;
}

@media screen and (max-width: 600px) {
    .container .grid-40 {
    width: 100% !important;
}
.container .grid-50 {
    width: 50% !important;
}
    .magazine-area img{
    width: 65% !important;
}
.container [class*="grid-"] [class*="grid-"], .container [class*="grid-"] [class*="mobile-grid-"] {
    width: 100% !important;
    max-width: 100% !important;
}
.ctct-custom-form {
    min-width: 250px !important;
}
}

.dm_content ul {
	list-style-type: disc;
	padding-left: 25px;
}

.dm_content ul li {
	margin: 8px 0;
}