h2 {
    line-height: 1.4;
}

p,
ul,
ol,
table {
    -webkit-font-smoothing: auto;
}

.hentry a:hover {
    -webkit-transition: .3s all ease-in-out;
    transition: .15s all ease-in-out;
    color: #1f9bd6;
}

aside a {
    text-decoration: underline;
}

.bis h2:before {
    display: block;
    content: " ";
    margin-top: -280px;
    height: 285px;
    visibility: hidden;
}

:focus {
    outline: none;
}

.article-wrapper {
    height: 100%;
    overflow-y: scroll;
}

.entry-content menu,
.entry-content ol,
.entry-content ul {
    padding: 0 0 20px 40px;
}

.entry-content a {
    text-decoration: underline;
}

.btn.btn-info {
    background-color: #23adef;
    color: #fff;
    padding: 5px 15px;
    margin: 0 5px 3px 0;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

a.btn.btn-info:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.btn.btn-info:active,
.btn.btn-info:focus {
    background-color: #229eda;
}

.lead {
    font-size: 21px;
    line-height: 29px;
    font-weight: 300;
    font-family: "Whitney SSm A", "Whitney SSm B", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 20px;
}

.single .byline,
.group-blog .byline {
    display: none;
}

h1.entry-title {
    line-height: 1.1;
    font-weight: 700;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4,
.bs-callout-default a {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4,
.bs-callout-primary a {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4,
.bs-callout-success a {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4,
.bs-callout-danger a {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4,
.bs-callout-warning a {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4,
.bs-callout-info a {
    color: #5bc0de;
}

.tiled-gallery-caption {
    font-style: italic;
    font-weight: 500;
}

.menu-widget li ul li {
    font-size: 75%;
    margin-bottom: 0px;
}

img.alignnone {
    margin: 10px 0px 20px;
}

img.alignright {
    margin: 10px 0px 20px 30px;
}

img.alignleft {
    margin: 10px 30px 20px 0px;
}

@media (max-width:959px) {
    img.alignleft,
    img.alignright {
        margin: 10px 0px;
        width: 100%;
    }
}

.current-menu-item a {
    background-color: #fff !important;
    color: #23adef !important;
}

.home .entry-title {
    display: none;
}

.gallery-item {
    float: left;
    padding: 0em 1.4em;
}

.wp-caption-text {
    font-style: italic;
    text-align: left;
    font-size: 85%;
}

.nooz-source {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
}

.nooz-link {
    font-weight: 600;
}

.nooz-source:before {
    content: "\2014";
    padding-left: 2px;
    padding-right: 5px;
}

.nooz-datetime {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    float: left;
}

.nooz-item-odd,
.nooz-item-even {
    padding: 15px;
    background-color: rgba(35, 173, 239, .05);
    border-left: #23adef 5px solid;
}

h3.nooz-group-title.nooz-group {
    font-size: 60px;
    font-weight: 400;
}

.widget-area .button {
    display: block;
    text-align: center;
}

.button,
.button:visited {
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    margin: 0px 5px 5px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.button.blue,
.button.blue:visited {
    background: #23adef;
    color: #FFF !important;
    text-decoration: none;
}

.button.blue:hover {
    background: #0f92d0;
    text-decoration: none;
}

blockquote {
    padding: 15px 30px 5px;
    background-color: rgba(35, 173, 239, .05);
overflow: auto;
}
