/*
Theme Name: USNI News
Theme URI: http://news.usni.org
Author: Unleashed Technologies and USNI
Author URI: http://www.usni.org
Description: Bespoke theme for USNI News.
Version: 0.1.9
Text Domain: usninews
Template: twentytwelve
*/
/* Use stylesheet from parent theme to start */
@import url("../twentytwelve/style.css");

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background: none repeat scroll 0 0 #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1;
    font-size: 13px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END RESET */

h1 {
    font-size: 32px;
    color: #9a000a;
    margin-bottom: 15px;
}

h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    color: #9a000a;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

h6 {
    font-size: 18px;
    color: #9a000a;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

h1.entry-title {
    color: #000000;
    font-size: 30px !important;
    font-weight: bold !important;
}

h3.sidebarHeader,
h3.widget-title {
    background-color: #AB0025;
    background-size: cover;
    border-bottom: 3px solid #666666;
    color: #FFFFFF;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: inherit;
    *line-height: 1.0 !important;
    margin-bottom: 0.8em !important;
    padding: 0.9em 0.9em 0.9em 2.6em;
    text-transform: none;
}

/*
#secondary:nth-child(4n+1) h3.sidebarHeader, #secondary:nth-child(4n+1) h3.widget-title {background:url("img/headerbg_sb1.jpg") no-repeat scroll 0 0;}
#secondary:nth-child(4n+2) h3.sidebarHeader, #secondary:nth-child(4n+2) h3.widget-title {background:url("img/headerbg_sb2.jpg") no-repeat scroll 0 0;}
#secondary:nth-child(4n+3) h3.sidebarHeader, #secondary:nth-child(4n+3) h3.widget-title {background:url("img/headerbg_sb3.jpg") no-repeat scroll 0 0;}
#secondary:nth-child(4n+4) h3.sidebarHeader, #secondary:nth-child(4n+4) h3.widget-title {background:url("img/headerbg_sb4.jpg") no-repeat scroll 0 0;}
*/
/*
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+1) {background:url("img/headerbg_sb1.jpg") no-repeat scroll 0 0;}
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+2) {background:url("img/headerbg_sb2.jpg") no-repeat scroll 0 0;}
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+3) {background:url("img/headerbg_sb3.jpg") no-repeat scroll 0 0;}
h3.sidebarHeader:nth-child(4n+1), h3.widget-title:nth-child(4n+4) {background:url("img/headerbg_sb4.jpg") no-repeat scroll 0 0;}

*/

a {
    color: #9a000a;
}

a:hover {
    color: #6d130b !important;
}

.content p {
    color: #6b6b6b;
}

p:empty {
    display: none;
}

p:target:empty {
    display: none;
}

.post-date {
    margin-bottom: 1em;
}

.date,
.entry-date {
    color: #8f773e;
    font-weight: bold;
}

.updated-date {
    color: #666666;
}

a.more-link {
    font-weight: bold;
    text-decoration: none;
}

.clearMe {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
}

b,
strong {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

i,
em {
    font-style: italic;
}

.chart {
    max-width: 100%;
}

/*body styles - gen*/

h1.site-title a {
    background: url(img/usni_logo.png) no-repeat;
    display: block;
    height: 92px;
    width: 451px;
    text-indent: -99999px;
}

.navHorz ul li a {
    display: block;
    float: left;
}

.navHorz ul li {
    *float: left;
}

#bodyMain {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*header*/

#wrapper {
    overflow: hidden;
}

#headerTop {
    display: block;
    border-bottom: solid 5px #c3c3c3;
    overflow: hidden;
    background: #a90f19;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MGYxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MDAxMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a90f19 0%, #90010a 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90f19), color-stop(100%, #90010a));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #a90f19 0%, #90010a 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #a90f19 0%, #90010a 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #a90f19 0%, #90010a 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #a90f19 0%, #90010a 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90f19', endColorstr='#90010a', GradientType=0);
    /* IE6-8 */

    padding: 0 0 1em;
}

#headerTop #navigation.main {
    margin: 0 auto;
    padding: 1em 0 0;
    width: 100%;
}

#headerTop #navigation.main ul li a {
    color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    padding: 0 1.4em;
    text-decoration: none;
}

#headerTop #navigation.main ul li a:hover {
    color: #d6d6d6 !important;
    text-decoration: underline;
}

#headerBottomWrapper {
    background: url(img/headerbg.jpg) no-repeat center top;
    clear: both;
    display: block;
    height: 94px;
    border-bottom: solid 10px #666666;
}

#headerBottom {
    width: 100%;
    margin: 0 auto;
}

#headerRight {
    position: relative;
}

#headerRight .search.top {
}

#headerRight .search.top input {
}

#headerRight .search.top submit {
}

#headerLeft {
    float: left;
}

/*sidebar social menu*/

.social.largeIcon {
    display: block;
    margin-bottom: 1.2em;
}

.social.largeIcon ul {
    text-align: center;
}

.social.largeIcon ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 10px;
    vertical-align: middle;
}

.social.largeIcon ul li a {
    display: block;
    height: 40px;
    outline: none;
    text-indent: -99999px;
    width: 40px;
}

.social.largeIcon ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.social.largeIcon ul li a.facebook {
    background: url(img/svg/facebook_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.twitter {
    background: url(img/svg/twitter_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.linkedin {
    background: url(img/svg/linkedin_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.rss {
    background: url(img/svg/rss_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.instagram {
    background: url(img/svg/instagram_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.flickr {
    background: url(img/svg/flickr_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.sharethis {
    background: url(img/soc_sharethis.png) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.youtube {
    background: url(img/svg/youtube_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

.social.largeIcon ul li a.usni {
    background: url(img/svg/usni_icon.svg) no-repeat left top;
    background-size: 40px 40px;
}

/*footer social menu*/

.social.smallIcon {
    float: right;
    padding-top: 0.2em;
}

.social.smallIcon ul {
}

.social.smallIcon ul li {
    float: left;
    list-style: none;
}

.social.smallIcon ul li a {
    display: block;
    height: 28px;
    width: 28px;
    text-indent: -99999px;
}

.social.smallIcon ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.social.smallIcon ul li a.facebook {
    background: url(img/soc_facebook_small.png) no-repeat left top;
}

.social.smallIcon ul li a.twitter {
    background: url(img/soc_twitter_small.png) no-repeat left top;
}

.social.smallIcon ul li a.rss {
    background: url(img/soc_rss_small.png) no-repeat left top;
}

.social.smallIcon ul li a.sharethis {
    background: url(img/soc_sharethis_small.png) no-repeat left top;
}

.social.smallIcon ul li a.youtube {
    background: url(img/soc_youtube_small.png) no-repeat left top;
}

.social.smallIcon ul li a.usni {
    background: url(img/soc_usni_small.png) no-repeat left top;
}

/*footer*/

#footer.main {
    clear: both;
    display: block;
}

#footerTop {
    background: #d0d0d0;
}

#footerNavWrapper {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footerNav {
    display: block;
    float: left;
    padding: .6em 0;
}

#footerNav ul li {
    float: left;
}

#footerNav ul li a {
    font-family: verdana, Geneva, sans-serif;
    font-size: .9em;
    margin-right: 2em;
    text-decoration: none;
}

#footerNav ul li a:hover {
    text-decoration: underline;
}

#footerBottomWrapper {
    background: #9a000a;
    color: #ffffff;
    height: 80px;
    padding: 15px;
}

#footerBottom {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

#footerBottom a {
    color: #ffffff;
    text-decoration: none;
}

#footerBottom a:hover {
    color: #d6d6d6 !important;
}

#footerBottomLeft {
    display: block;
    float: left;
    width: 40%;
}

span.footerBottomLeft.top {
    display: block;
    text-transform: uppercase;
    margin-bottom: .8em;
}

span.footerBottomLeft.bottom {
    display: block;
    clear: both;
    font-size: 0.8em;
}

#footerBottomRight {
    display: block;
    float: right;
    text-align: right;
    width: 40%;
}

.footerBottomRight.top {
    display: block;
    margin-bottom: .8em;
}

.footerBottomRight.top li {
    display: inline;
}

.footerBottomRight.top ul li:after {
    content: " | ";
}

.footerBottomRight.top ul li:last-child:after {
    display: none;
}

.footerBottomRight.bottom {
    display: block;
    clear: both;
    font-size: 0.8em;
}

/*top stories*/

.topStory {
    display: block;
    float: left;
    margin-bottom: 1em;
    width: 50%;
}

.topStoryImg img {
    border: solid 2px #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    display: block;
    float: left;
    margin-right: 1em;
}

.topStoryDate {
    color: #7D6525;
    display: block;
    float: left;
    margin-bottom: 0.2em;
}

h3.topStory {
    clear: none;
    float: left;
    font-size: 1.5em;
    width: 50%;
}

h3.topStory a {
    color: #000000;
    text-decoration: none;
}

/*article listing*/

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    color: #9A000A;
    font-size: 2.1em;
    line-height: inherit;
    text-transform: none;
}

.archive-header,
.page-header,
.entry-header {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.usninews_post_image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

article.post .single-post-ad {
    text-align: center;
}



article.post .single-post-ad img {
    max-width: 75%;
    border: none;
    margin: 0 auto 2em auto;
}

.page article.post .entry-content img,
.archive article.post .entry-content img,
.home article.post .entry-content img,
.search article.post .entry-content img,
.page article.post .entry-content p.wp-caption-text,
.archive article.post .entry-content p.wp-caption-text,
.home article.post .entry-content p.wp-caption-text,
.search article.post .entry-content p.wp-caption-text,
.page article.post .entry-content div.wp-caption,
.archive article.post .entry-content div.wp-caption,
.home article.post .entry-content div.wp-caption,
.search article.post .entry-content div.wp-caption {
    display: none;
}

.page article.post .entry-header,
.archive article.post .entry-header,
.home article.post .entry-header,
.search article.post .entry-header {
    margin-bottom: 0;
}

.page article.post .entry-title,
.archive article.post .entry-title,
.home article.post .entry-title,
.search article.post .entry-title {
    clear: none;
    margin-bottom: 14px;
}

.page article.post,
.home article.post,
.archive article.post,
.search article.post {
    background: #f5f5f5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f5f5f5), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #f5f5f5 30%, #ffffff 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #f5f5f5 30%, #ffffff 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */

    border-bottom: medium none;
    border-left: 3px solid #9A000A;
    border-radius: 0.8em 0 0.8em 0.8em;
    -webkit-border-radius: 0.8em 0 0.8em 0.8em;
    -moz-border-radius: 0.8em 0 0.8em 0.8em;
    margin-bottom: 2.5em;
    padding: 0.5em 0.5em 0.5em 1.4em;
}

article.post h1 a {
    color: #000000;
}

.entry-content {
    color: #6B6B6B;
    font-size: 1.19em;
}

article.post img {
    border: 3px solid #DADADA;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

/*search*/

form#searchform {
    position: absolute;
    right: 0;
    top: 20px;
    *width: 300px;
}

p.subLine {
    position: absolute;
    right: 0px;
    top: 65px;
    font-size: 16px;
    font-weight: bold;
    color: #00295c;
    text-shadow: #fff 1px 1px;
}

form#searchform label.screen-reader-text {
    display: none;
}

form#searchform input#s {
    border-bottom: 1px solid #9B9B9B;
    border-left: 1px solid #9B9B9B;
    border-top: 1px solid #9B9B9B;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #686868;
    float: left;
    margin: 0;
    padding: 0.8em;
    width: 237px;
}

form#searchform input#searchsubmit {
    background: url(img/search.jpg) no-repeat top center #9d141b;
    border: solid 1px #9d141b;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #FFFFFF;
    display: block;
    float: right;
    height: 39px;
    text-indent: -999999px;
    width: 39px;
    *height: 38px;
    *width: 36px;
}

form#searchform input#searchsubmit:hover {
    background: url(img/search_hov.jpg) no-repeat top center #c0141c;
}

/*sidebar widget*/

aside.widget {
    border: solid 1px #d3d3d3;
    margin-bottom: 2em !important;
}

#mc_embed_signup {
    padding: 10px 15px 15px;
    font-size: 13px;
}
#mc_embed_signup h5 {
    line-height: 1.25em;
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 100%;
}
#mc_embed_signup div.clear {
    text-align: center;
}
.mc-field-group {
    margin-bottom: 1em;
}
.mc-field-group > input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.mc-field-group select {
    margin-top: 0.5em;
    width: 100%;
}
.mc-field-group strong {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    display: block;
}
.mc-field-group.input-group ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
.mc-field-group.input-group ul li {
    margin-left: 0;
    font-size: 100%;
}
.mc-field-group.input-group ul li input {
    margin-right: 0.5em;
}
#mc-embedded-subscribe {
    width: 80%;
}
.mc_error_msg {
    color: red;
    margin-bottom: 1.0em;
}

/*trending stories*/

#trendStories {
}

ul.trendStories {
    padding: 0.6em 1em 1em;
}

ul.trendStories li.trendStory {
    border-bottom: 1px dotted #D6D6D6;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

ul.trendStories li.trendStory h3.trendStory {
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

ul.trendStories li.trendStory h3.trendStory a {
    color: #000000;
    text-decoration: none;
}

ul.trendStories li.trendStory .trendStoryDate {
    font-size: 0.9em;
}

/*categories*/

.widget_categories ul {
    padding: 0 1em 1em;
}

.widget_categories ul li {
    background: url(img/bullet1.png) no-repeat left top;
    color: #0D4787;
    font-weight: bold;
    line-height: 1em !important;
    margin: 0 0 0.6em;
    padding-left: 1em;
}

.widget_categories ul li a {
    color: #000000 !important;
    text-decoration: none;
}

.widget_categories ul li a:hover {
    color: #9a000a !important;
}

/*Breadcrumbs */

#crumbs {
    margin-bottom: 1em;
}

/* Mail Signup */
#mc_signup {
    padding: 10px 15px 15px;
}

/*pager*/

ol.wp-paginate {
    clear: both;
    display: block;
    margin-bottom: 2em;
    text-align: center;
}

ol.wp-paginate li span.title {
    display: none;
}

ol.wp-paginate li a,
ol.wp-paginate li span {
    border: none;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0.5em 0.3em !important;
}

ol.wp-paginate li a.page {
    background: #e3e3e3;
    color: #0d4787;
}

ol.wp-paginate li span.current {
    background: #0d4787;
    color: #ffffff;
    border: none;
}

ol.wp-paginate .prev,
ol.wp-paginate .next {
    color: #0d4787;
}

ol.wp-paginate:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

/*paper.li*/

div.paperli {
    clear: both;
    margin-bottom: 2em;
}

.widget.widget_adpress_widget img {
    width: 300px;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

.widget.widget_adpress_widget .image-campaign li {
    margin: 0 0 1em;
}

.widget-area.articleSocial {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#usninews_twitter ul {
    margin-bottom: 0;
}

#usninews_twitter ul li {
    margin: 0 1em;
    font-size: 11px;
}

#usninews_twitter .twitter-follow-button,
#trendStories .twitter-follow-button {
    display: block;
    margin: 0 0;
    background: #aaaaaa;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.widget-area .widget a.twitter-follow-button {
    color: #ffffff;
}

.author {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 3px;
    clear: none;
}

#leaderboard-ad {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
}

#leaderboard-ad .widget {
    max-width: 100%;
    margin: 0 auto;
}

#banner-ad {
    clear: both;
    display: block;
    width: 100%;
    margin: 1em auto;
}

#banner-ad .widget {
    width: 468px;
    max-width: 100%;
    margin: 0 auto;
}

/* Media queries */
@media all and (max-width: 800px) and (min-width: 10px) {
    #bodyMain {
        margin: 0 auto;
        padding: 3%;
        width: 94%;
    }

    #headerBottom {
        margin: 0 auto;
        width: 100%;
    }

    #headerTop #navigation.main {
        padding-top: 1em;
        width: 100%;
    }

    #footerNavWrapper {
        margin: 0 auto;
        width: 100%;
        background: none repeat scroll 0 0 #9A000A;
    }

    #footerSocialMenu {
        display: none;
    }

    #footerTop {
        background: none repeat scroll 0 0 #D0D0D0;
        height: auto;
    }

    #footerBottom {
        clear: both;
        margin: 0 auto;
        width: 100%;
        background: none repeat scroll 0 0 #9A000A;
    }

    #footerBottomRight {
        display: none;
    }

    #footerBottomLeft {
        display: block;
        float: left;
        width: 100%;
    }

    #footerBottomWrapper {
        background: url("img/usnifooterlogo.jpg") no-repeat top center #9A000A;
        color: #FFFFFF;
        height: 60px;
        padding-top: 70px;
        text-align: center;
        width: 100%;
    }

    span.footerBottomLeft.top {
        display: block;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0.8em;
        text-transform: uppercase;
    }

    .widget-area {
        width: 100% !important;
        float: none;
    }

    .site-content {
        float: none;
        width: 100%;
        margin: 0;
    }

    /* Header */
    #headerBottomWrapper {
        background: url("img/headerbg.jpg") no-repeat scroll center top #9A000A;
        border-bottom: 10px solid #666666;
        clear: both;
        display: block;
        height: auto;
    }

    #headerTop {
        background: url("img/newsheader.jpg") top center no-repeat #9A000A;
        border-bottom: 1px solid #C3C3C3;
        height: auto !important;
        padding-top: 65px;
        filter: none !important;
    }

    #headerBottom {
        margin: 0 auto;
        padding: 0 3%;
        width: 94%;
    }

    #headerRight {
        display: none;
    }

    h1.site-title a {
        background: none repeat scroll 0 0 transparent;
        display: block;
        height: 60px;
        margin: 0 auto;
        position: absolute;
        text-indent: -99999px;
        top: 0;
        width: 90%;
    }

    #headerLeft {
        margin: 0 auto 0 auto;
        float: none;
    }

    /* Navigation */
    #headerTop #navigation.main {
        margin: 0 auto;
        padding-top: 0;
        text-align: left;
        width: 100%;
    }

    .main-navigation ul.nav-menu.toggled-on,
    .menu-toggle {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: url(img/arrow.png) right center no-repeat transparent;
        border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #8A000A;
        border-image: none;
        border-radius: 0 0 0 0;
        border-style: none none none solid;
        box-shadow: none !important;
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        padding: 2% 2% 2% 3%;
        text-align: left;
        text-transform: uppercase;
        width: 44%;
    }

    .menu-toggle:hover {
        color: #5e5e5e;
        background: url(img/arrowOver.png) right center no-repeat #ebebeb;
    }

    h1.site-title {
        margin-bottom: 0 !important;
    }

    #menu-primary-navigation-1,
    #menu-primary-navigation {
        display: none;
        border-top: 2px solid #7A000A;
    }

    .navHorz ul li a {
        background: none repeat scroll 0 0 #9A000A;
        border-bottom: 1px solid #8A000A;
        display: block;
        float: none;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0 !important;
        text-align: center;
    }

    .navHorz ul li a:hover {
        background: none repeat scroll 0 0 #8A000A;
        text-decoration: none !important;
        color: #ffffff !important;
    }

    #footerNav ul li a {
        background: none repeat scroll 0 0 #9A000A;
        border-bottom: 1px solid #8A000A;
        display: block;
        float: none;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0 !important;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }

    #footerNav ul li a:hover {
        background: none repeat scroll 0 0 #8A000A;
        text-decoration: none !important;
        color: #ffffff !important;
    }

    #footerNav {
        display: block;
        float: none;
        padding: 1px 0 0;
        text-align: right;
    }

    #footerNav ul li {
        width: 100%;
    }

    /* Search */
    form#searchform {
        border-radius: 10px 10px 10px 10px;
        height: 40px;
        padding: 2%;
        position: relative;
        top: 0;
    }

    form#searchform input#s {
        border-bottom: 1px solid #9B9B9B;
        border-left: 1px solid #9B9B9B;
        border-radius: 0 0 0 0;
        border-top: 1px solid #9B9B9B;
        color: #686868;
        float: left;
        margin: 0;
        padding: 0.8em 2%;
        width: 70%;
    }

    form#searchform input#searchsubmit {
        background: url("img/search.jpg") no-repeat scroll center top #9D141B;
        border: 1px solid #9D141B;
        border-radius: 0 0 0 0;
        color: #FFFFFF;
        display: block;
        float: right;
        height: 39px;
        text-indent: -999999px;
        width: 18%;
    }

    form#searchform input#searchsubmit:hover {
        background: url("img/search_hov.jpg") no-repeat scroll center top #9D141B;
        border: 1px solid #9D141B;
        border-radius: 0 0 0 0;
        color: #FFFFFF;
        display: block;
        float: right;
        height: 39px;
        text-indent: -999999px;
        width: 18%;
    }

    #sr-paper-frame-1 {
        display: none;
    }

    /* Content Styles */
    article.post img {
        border: 0 none !important;
        border-radius: 0 0 0 0;
        box-shadow: none;
        height: auto;
        margin-top: 0;
        min-height: 60px;
        width: 100%;
    }

    article.post .author-avatar img {
        border: 0 none !important;
        border-radius: 0 0 0 0;
        box-shadow: none;
        height: auto;
        margin-top: 0;
        min-height: 60px;
        width: 80px;
    }

    article.post .author-avatar {
        float: left;
    }

    .page article.post footer.entry-meta,
    .archive article.post footer.entry-meta,
    .search article.post footer.entry-meta,
    .home article.post footer.entry-meta {
        margin-top: 0;
    }

    .page article.post .entry-title,
    .archive article.post .entry-title,
    .home article.post .entry-title,
    .search article.post .entry-title,
    .page .entry-header,
    .archive .entry-header,
    .home .entry-header,
    .search .entry-header {
        clear: none;
        margin-bottom: 0;
        line-height: 18px !important;
    }

    .page article.post .entry-title a,
    .archive article.post .entry-title a,
    .home article.post .entry-title a,
    .search article.post .entry-title a {
        font-size: 20px;
        line-height: 20px !important;
    }

    .widget.widget_adpress_widget .image-campaign li {
        margin: 0 0 1em;
        text-align: center;
        width: 100%;
    }

    #campaign-1 {
        width: 100% !important;
    }

    .page article.post,
    .home article.post,
    .archive article.post,
    .search article.post {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 2px dashed #D7D7D7;
        border-left: medium none;
        margin-bottom: 1em;
        padding: 0em 0.5em 1em 0;
        border-radius: 0em 0 0 0;
    }

    #topStories {
        border-bottom: 4px solid #AEAEAE;
        margin-bottom: 1.5em;
        padding: 0 0 0.5em;
    }

    div.topStory {
        display: block;
        float: left;
        margin-bottom: 1em;
        width: 50%;
    }

    .topStoryDate {
        color: #7D6525;
        display: block;
        float: none;
        margin-bottom: 0.2em;
    }

    ol.wp-paginate li a,
    ol.wp-paginate li span {
        border: medium none;
        font-family: Verdana, Geneva, sans-serif;
        padding: 0.5em 0.6em !important;
    }

    .assistive-text {
        display: none !important;
    }

    #menuClick {
        margin-right: -3px
    }

    .site-content article {
        margin-bottom: 0;
    }

    .site-content nav {
        clear: both;
        line-height: 2;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .nav-previous,
    .previous-image {
        background: none repeat scroll 0 0 #8A000A;
        padding: 1em 2%;
        width: 45%;
        color: #fff;
        text-decoration: none;
        font-weight: Bold;
        float: left;
    }

    .nav-next,
    .next-image {
        float: right;
        background: none repeat scroll 0 0 #8A000A;
        padding: 1em 2%;
        width: 45%;
        color: #fff;
        text-decoration: none;
        font-weight: Bold;
    }

    .nav-previous a,
    .previous-image a,
    .nav-next a,
    .next-image a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }

    .single #secondary {
        display: none;
    }

    #leaderboard-ad aside.widget {
        border: 0px !important;
        margin: 10px auto 0 !important;
    }

    #leaderboard-ad .widget.widget_adpress_widget img {
        max-width: 100%;
        width: auto;
    }
}

@media all and (max-width: 400px) and (min-width: 10px) {
    div.topStory {
        background: none repeat scroll 0 0 #EAEAEA;
        display: block;
        float: left;
        margin-bottom: 1em;
        padding: 2%;
        width: 96%;
    }
}

/** New Media Queries **/
@media (min-width: 768px) {
    #leaderboard-ad .widget {
        width: 728px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #headerTop #navigation.main, #bodyMain, #headerBottom, #footerNavWrapper, #footerBottom {
        margin: 0 auto;
        width: 960px;
    }

    .site-content {
        float: left;
        width: 65.104166667%;
    }

    .widget-area {
        float: right;
        width: 26.041666667%;
    }
}

@media (min-width: 1200px) {
    #headerTop #navigation.main, #bodyMain, #headerBottom, #footerNavWrapper, #footerBottom {
        width: 1170px;
    }
}

/** Full Width Article Layout **/
.post-template-single-full-width-php .usninews_sharethis, .post-template-single-full-width-php #crumbs {
    text-align: center;
}

.post-template-single-full-width-php h1.entry-title {
    font-size: 30px !important;
    text-align: center;
}

.post-template-single-full-width-php .author {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.post-template-single-full-width-php .post-date {
    font-size: 15px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.post-template-single-full-width-php .dateline {
    display: none;
}

.post-template-single-full-width-php .site-content {
    float: none;
    width: 100%;
}

.post-template-single-full-width-php .entry-content p {
    margin: 0 0 1rem;
    text-align: center;
}

.post-template-single-full-width-php article.post img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post-template-single-full-width-php footer.entry-meta {
    text-align: center;
}

.post-template-single-full-width-php .author-info {
    background: #EEEEEE;
    max-width: 600px;
    margin: 2rem auto 1.5rem;
    padding: 2rem;
    text-align: left;
}

.post-template-single-full-width-php .author-info .usninews_sharethis {
    text-align: left;
    margin-bottom: 15px;
}

/** Full Width Article Layout Media Queries **/
@media (min-width: 768px) {
    .post-template-single-full-width-php .entry-content p {
        margin: 0 4rem 1rem;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .post-template-single-full-width-php h1.entry-title {
        font-size: 35px !important;
    }

    .post-template-single-full-width-php .entry-content p {
        margin: 0 6rem 1rem;
    }
}

@media (min-width: 1200px) {
    .post-template-single-full-width-php h1.entry-title {
        font-size: 45px !important;
    }

    .post-template-single-full-width-php .entry-content p {
        margin: 0 8.5rem 1rem;
    }
}

/** Member Initiative Social Media change **/
#headerTop #navigation.main #sidebarSocialMenu ul li a {
    padding: 0;
}

@media (max-width: 1199px) {

    #headerTop #navigation.main #sidebarSocialMenu {
        clear: both;
        padding-top: 20px;
    }

}

/** Additoinal Member Block Queries **/

.member-sidebar a span {
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 55px;
    width: 65%;
    text-align: center;
    left: 3%;
    font-size: 15px;

}

@media (min-width: 1199px) {
    .member-sidebar a span {
        font-size: 20px;
        bottom: 60px;
    }
}

@media (max-width: 992px) {
    .member-sidebar a span {
        font-size: 14px;
        bottom: 45px;
    }
}

@media (max-width: 767px) {
    .member-sidebar a span {
        font-size: calc(6vw);
        bottom: calc(17vw);
    }
}

/* WooCommerce Styles */

.woocommerce-placeholder {
    display: none !important;
}

/* Store Page Paragraph Styles */

.promo_container_main img {
    height: 300px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#contentimg {
    width: 28%;
    float: left;
    height: auto;
    margin: 0 20px;
}

#contentimg img {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 20px;
}

.membership-content h1 {
    color: #1d283f;
    font-size: 37px !important;
    margin-bottom: 30px;
    margin-top: 20px;
}

.membership-content.proceedings-membership h1 {
    color: #Ae010d;
}

.membership-content h2 {
    color: #1d283f;
    margin: 0;
}

.membership-content h3 {
    color: #FFF;
    margin: 0;
}

.membership-content h4 {
    color: #1d283f;
    margin: 0;
}

.membership-content h5 {
    color: #1d283f;
    margin: 0 0 10px;
}

.membership-content h6 {
    margin: 0;
}

.membership-content p {
    margin-bottom: 10px;
    font-size: 1.1em
}

.promo_container_main_list {
    float: left;
    margin-top: 20px !important;
    width: 60%;
}

.promo_container_main_list li {
    font-style: italic;
    margin-bottom: 10px;
}

.membership-content em {
    font-style: italic;
}

.membership-content.proceedings-membership .entry-content img {
    box-shadow: none;
}

.proceedings-membership .promo_container_main {
    font-size: 20px;
}
.proceedings-membership .promo_container_main p {
    font-size: 24px;
    line-height: 1.175;
    width: 70%;
}

.proceedings-membership .promo_container_main p:first-child {
    margin: 0 0 40px;
}

.proceedings-membership .promo_container_main img {
    height: 350px;
}

.proceedings-membership .promo_container_main_list {
    margin-top: 0 !important;
}

.proceedings-membership .promo_container_main_list li {
    font-style: normal;
    margin: 0 0 5px 15px;
}

.membership-content .panel-header {
    padding: 15px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background: rgba(47, 65, 102, 1);
    background: -moz-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47, 65, 102, 1)), color-stop(100%, rgba(29, 40, 63, 1)));
    background: -webkit-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: -o-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: -ms-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4166', endColorstr='#1d283f', GradientType=0);
    margin-right: 0;
}

.membership-content .product-header {
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: rgba(47, 65, 102, 1);
    background: -moz-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47, 65, 102, 1)), color-stop(100%, rgba(29, 40, 63, 1)));
    background: -webkit-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: -o-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: -ms-linear-gradient(top, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(47, 65, 102, 1) 0%, rgba(29, 40, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4166', endColorstr='#1d283f', GradientType=0);
    margin-right: 0;
}

.membership-content .woocommerce.columns-1 ul.products li.product {
    color: #000;
    background: rgba(227, 227, 227, 1);
    background: -moz-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(186, 186, 186, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227, 227, 227, 1)), color-stop(100%, rgba(186, 186, 186, 1)));
    background: -webkit-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(186, 186, 186, 1) 100%);
    background: -o-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(186, 186, 186, 1) 100%);
    background: -ms-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(186, 186, 186, 1) 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 227, 1) 0%, rgba(186, 186, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#bababa', GradientType=0);
    opacity: 1;
}

.membership-content .woocommerce-page.columns-1 ul.products li.product, {
    padding: 15px 30px;
}

.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin: 0;
}

.membership-content li p {
    color: #000000;
    height: auto;
    margin-left: 25px;
    width: 80%;
}

.membership-content .question {
    float: left;
    height: auto;
    width: 90%;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 25px;
    font-style: italic;
}

.membership-content .product-content {
    clear: both;
}

.woocommerce ul.products li.product .price {
    color: #000000;
    font-size: 18px;
    margin: 0;
    display: block;
    font-weight: 800;
    position: absolute;
    top: 20px;
    right: 35px;
}

.woocommerce ul.products li.product h3 {
    padding: 15px 15px;
    margin: 0;
    font-size: 20px;
    color: #000000;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    right: 15px;
    float: right;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product ul {
    list-style: disc;
    margin: 0 0 0 20px;
}

.woocommerce .products li.product ul li {
    list-style: disc;
}

.woocommerce ul.products li.product ul strong {
    display: inline;
}

.proceedings-membership .woocommerce ul.products li.product {
    clear: both;
}

.proceedings-membership .woocommerce ul.products li.product h3 {
    color: #ad000c;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    width: 20%;
}

.proceedings-membership .woocommerce ul.products li.product .short-description {
    float: left;
    margin: 30px 0;
    width: 50%;
}

.proceedings-membership .woocommerce ul.products li.product .price {
    color: #ad000c;
    font-size: 30px;
}

.proceedings-membership .woocommerce ul.products li.product a,
.proceedings-membership .woocommerce ul.products li.product a:hover {
    color: #6b6b6b !important;
}

.proceedings-membership .woocommerce ul.products li.product .button {
    background-color: #ad000c;
    border-radius: 10px;
    bottom: 20px;
    color: #fff !important;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: 20px;
}

.proceedings-membership .woocommerce ul.products li.product .button:hover {
    color: #fff !important;
}

.woocommerce ul.products .flag {
    background: url('img/wc-product-attribute-flag-background.png') no-repeat;
    background-size: contain;
    bottom: 20px;
    display: inline-block;
    height: 53px;
    left: -18px;
    position: absolute;
    width: 220px;
}

.woocommerce ul.products .flag p {
    color: #fff;
    font-style: italic;
    line-height: 49px;
    margin: 0 0 0 30px;
    text-transform: uppercase;
}

.mission-block {
    margin-bottom: 10px;
    margin-top: 40px;
}

@media (max-width: 850px) {
    .promo_container_main img {
        display: none;
    }

    .promo_container_main_list {
        float: left;
        margin-top: 20px !important;
        width: 100%;
    }

    .promo_container_main_list li {
        margin-left: 25px;
    }
}