/*
Theme Name: VOSD
Author: Fairway Technologies
Author URI: http://fairwaytech.com/
Description: Custom VOSD theme.
Version: 1.0
License: GNU General Public License
License URI: see license.txt
Tags: coffee, nightshift

This theme, like WordPress, is licensed under the GPL.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automatic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Twitter Bootstrap


*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );
@import url( ui.css );
@import url(//fonts.googleapis.com/css?family=Reenie+Beanie);


@font-face {
    font-family: 'omnesregular';
    src: url('fonts/omnesregular-webfont.eot');
    src: url('fonts/omnesregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/omnesregular-webfont.woff') format('woff'),
         url('fonts/omnesregular-webfont.ttf') format('truetype'),
         url('fonts/omnesregular-webfont.svg#omnes_att_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quattrocentoregular';
    src: url('fonts/quattrocento-regular-webfont.eot');
    src: url('fonts/quattrocento-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quattrocento-regular-webfont.woff') format('woff'),
         url('fonts/quattrocento-regular-webfont.ttf') format('truetype'),
         url('fonts/quattrocento-regular-webfont.svg#quattrocentoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quattrocentobold';
    src: url('fonts/quattrocento-bold-webfont.eot');
    src: url('fonts/quattrocento-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quattrocento-bold-webfont.woff') format('woff'),
         url('fonts/quattrocento-bold-webfont.ttf') format('truetype'),
         url('fonts/quattrocento-bold-webfont.svg#quattrocentobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500');


/* Global Styling */
*{
  -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
body {
	word-wrap: break-word;
	font-family: 'quattrocentoregular', times, serif;
	font-size: 19px;
    line-height: 1.6;
}

body .gform_wrapper .gform_footer input[type=submit] {
    background: #fff;
    border: none;
    font-family: 'omnesregular', arial, sans-serif;
    font-size: 22px;
    padding: 4px 10px 9px;
    background-color: #ff7c1b;
    color: #fff;
    margin-right: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 200;
	margin: 0;
	font-family: 'omnesregular', arial, sans-serif;
}
h1, .h1 {
    font-size: 48px;
}
h3, .h3 {
    font-size: 18px;
}
.container {
 width:100%;
 padding: 0 15px;
}
p {
  margin: 0 0 25px;
}
b, strong {
	font-family: 'quattrocentobold', times, serif;
}

/* Alignment */
.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;
}
#content {
  min-height: 700px;
  position: relative;
  width: 100%;
  overflow:hidden;
}
.infinite-wrap {
  padding: 0 80px;
}
.fixedPosition {
  /*position: fixed;
  width: 100%;
  z-index: 9999;*/
}

/* Design stuff */
/* Header */
.header header {
  float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin: 0;
  padding: 0;
}
#imagelightbox {
  border: 10px solid #333;
}
.miniheader {
  background: #444;
  color: #fff;
  font-family: omnesregular;
  padding: 10px 20px;
}
.miniheader .powered {
  background: transparent;
  line-height: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
}
.miniheader .funfont {
  float: left;
  margin: -5px 0;
  padding: 0;
}
.miniheader .donate-text {
  float: left;
  font-size: 22px;
  margin: -1px 13px;
}
.miniheader .subscribe {
  background: transparent;
  float: right;
  left: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-align: right;
}
.miniheader .subscribe form {
  float: right;
}
.miniheader .subscribe-input {
  border: 0 none;
  font-size: 18px;
  padding: 4px 10px;
}
.miniheader #morning-report-signup button {
  background: #ff7c1b;
  border: 0 none;
  color: #fff;
  font-size: 18px;
  padding: 4px 5px;
}
.site-banner {
	background: #ff7c1b url('../../images/header-bg.jpg');
	color: #fff;
	/*font-family: 'oranda_cn_btcondensed', times, serif;*/
	font-family: 'omnesregular', arial, sans-serif;
	font-size: 24px;
	height: 155px;
	width: 100%;
}
.powered {
  background: url("../../images/powered.png") no-repeat;
  float: left;
  margin: 38px 0 0;
  padding: 20px 20px 25px;
  width: 40%;
  line-height: 1.4;
}
.powered  a {
  color: #fff;
}
.subscribe {
    background: url("../../images/signupbg.png") no-repeat ;
    left: 18%;
    margin: 40px 0 0 200px;
	max-width: 700px;
    padding: 20px 0 16px 32px;
	position: absolute;
    width: 100%;
    line-height: 1.4;
}
.subscribe div {
    float: left;
    width: 40%;
}
.subscribe input {
    background: rgba(255, 255, 255, 0.2);
    border: none;
	font-family: 'omnesregular', arial, sans-serif;
	font-size: 20px;
    padding: 6px 12px 10px;
	width: 80%;
}
.subscribe-input::-webkit-input-placeholder { /* WebKit browsers */ color:  #fff;}
.subscribe-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff;}
.subscribe-input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #fff;}
.subscribe-input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #fff;}

.subscribe button {
    background: #fff;
    border:none;
	font-family: 'omnesregular', arial, sans-serif;
	font-size: 22px;
    padding: 4px 10px 9px;
    color: #ff7c1b;
    margin: 0 0 0 -5px;
}

.donateButtonHeader {
  float: right;
  padding: 25px 0 0;
}
donateButtonHeader a:hover{
  text-decoration: none;
}
.funfont {
  color: #fff;
  font-family: "Reenie Beanie",cursive;
  font-size: 28px;
  padding: 14px 130px 0 0;
  position: relative;
  z-index: 999;
}
.donate-text {
  color: #fff;
  /*font-family: "quattrocentoregular",times,serif;*/
  font-size: 27px;
  margin: -10px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}
a:hover .funfont, a:hover  .donate-text, .donateButtonHeader a:hover{
    text-decoration: none;
}
.fadein {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
}
.fadein img{
  position:absolute;
  margin: 0 6px;
}
.animated.flipInX {
  background: #2a2a2a !important;
  border: none !important;
  border-radius: 20px !important;
  color: #fff !important;
  height: auto !important;
  opacity: 0.8;
  padding: 10px;
}
.animated.flipInX .noty_text {
  font-size: 16px !important;
  line-height: 24px;
}


/* Nav bar */

.navbar {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 100;
  margin: 0;
}
.nav.navbar-nav {
  width: 100% !important;
  float: none !important;
}
.navbar-nav > li {
    display: inline-block;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #474747;
}
.dropdown-menu li a {
  padding: 8px 20px;
  font-size: 18px;
}
.navbar-default {
  background: #595959;
  border: medium none;
  border-radius: 0;
  font-family: 'omnesregular', arial, sans-serif;
  margin: 0;
}
.navbar-header {
  width: 25%;
}
.navbar-brand {
  background: url("../../images/vosd-logo.png") no-repeat;
  margin: 12px 9px 0;
  padding: 0;
  text-indent: -9999px;
  max-width: 315px;
  width: 90%;
  height: 35px;
  background-size: 100%;
}
.navbar-collapse {
  width: 100% !important;
  padding: 0;
}
.navbar-default .navbar-nav > li {
  background: #474747;
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  padding: 20px 15px;
}
.categoryNav {
    float: left;
}
.nav.nav-pills {
  background: #474747;
  float: left;
  margin-right: 1px;
  padding: 5px;
}
.nav > li > a {
  color: #fff;
  padding: 10px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.right-menu{
	float: right !important;
}
.notification-links {
  margin: -7px 17px;
  position: absolute;
  right: 0;
}
footer .notification-links {
  display: none;
}
.notification-links a {
  background: #428bca;
  border-radius: 50px;
  color: #fff;
  float: left;
  margin: 4px 10px;
  padding: 1px 8px 2px;
  font-size: 12px;
}
.navbar-default .navbar-nav .notification-links span {
  font-size: 12px;
  padding: 2px 5px 3px;
  position: absolute;
  text-align: right;
  margin: 4px;
}

.login-menu-item {
    color: #fff;
    float: right;
    font-size: 20px;
    padding: 15px;
    background: #474747;
    margin-left: 1px;
}
.login-menu-item a{
    color: #fff;
}
.avatar {
  border-radius: 20px;
  height: 30px;
  margin: -15px 10px -10px 0;
  width: auto;
}

/* Modals */

label {
  font-weight: normal;
}
/* Jeff Johnson, 15nov15:  This is handled by the VOSD Theme manaaged in the Popup Maker plugin */
.popmake {
  border-radius: 0 !important;
  font-size: 16px !important;
  padding: 19px 30px 27px !important;
/*  left: 50% !important;
  margin-left: -20% !important;
  min-width: 360px !important;
  width: 40% !important;*/
}
.popmake .popmake-title {
    display: none;
}
.popmake .login-submit {
  float: right;
  margin-top: -45px !important;
}
.popmake .input {
    border: medium none;
    padding: 4px 9px 0 !important;
}
.popmake .button-primary {
  background: #ff7c1b;
  border: medium none;
  color: #fff;
  padding: 7px 15px;
}
/* Jeff Johnson, 15nov15:  This is handled by the VOSD Theme manaaged in the Popup Maker plugin */
/*.popmake .popmake-close {
  background: #eee !important;
  border-radius: 20px !important;
  color: #999 !important;
  margin: 2px 5px !important;
  padding: 4px 8px 5px !important;
  right: 0 !important;
}
*/

/*ultimate modal responsive*/
@media screen and (max-width: 400px){
  div#ultimate-modal-content.ultimate-modal{
	width: 90% !important;
	margin: 0 !important;
	height: auto !important;
  }
  #ultimate-modal-content {
	top: 20px !important;
	left: 20px !important;
  }
	.therm-wrapper {
  	height: 310px !important;
  	margin-left: -25px;
  	width: 115% !important;
  	margin-top: -16px !important;
	}
	.therm-wrapper iframe {
  	margin: -160px 0 0;
	}
}
@media only screen and (max-device-width: 480px) and (orientation:landscape) {
   		.therm-wrapper {
  			display: none;
		}
		#ultimate-modal-content {
  			height: auto !important;
  			top: 130% !important;
		}
	}


/* This class is added by code in the vosd-custom.js to handle the scrolling feature. */
.site-navigation-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  margin-left: 15px;
  padding-right: 30px;
}

/* Side bar */

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
#login .dropdown-menu {
  left: auto;
  right: 0;
}

@media (min-width: 769px) {
.dropdown-menu li:hover
.sub-menu {visibility: visible;}
}
@media (min-width: 769px) {
.dropdown:hover
.dropdown-menu {display: block;}
}

.sidebar {
  background: #eee;
}
.sidebar.fixedCol300 {
  background: #eee;
  height: 600px;
  min-height: 100%;
  width: 316px;
  /* margin-top: 270px;*/
  position: absolute;
  display: block;
  z-index:99;
}
.sidebar-padder {
  min-height: 1200px;
  /*height: auto;*/
  height: 1200px;
  overflow-y: scroll;
  position: relative;
}
.sidebar-padder h4 {
  background: #ccc;
  color: #333;
  font-size: 16px;
  padding: 9px 27px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar-padder h4:after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 13px solid #ccc;
  content: " ";
  height: 0;
  margin: 25px -60px;
  position: absolute;
  width: 0;
  z-index: 9999;
}

.left-vosd-ad {
  text-align: center;
  margin: 0;
  padding: 0;
}
.left-vosd-ad p {
  margin: 0;
}
.left-vosd-ad img {
  max-width: 316px;
  width: 100%;
}
.left-vosd-ad .easy-footnotes-wrapper {
  display: none;
}

#search {
  background: #0092d1;
  width: 316px;
}
.search-submit {
  font-family: fontawesome;
}
.error-search .search-form {
  background: #eee;
  max-width: 330px;
}
.error-search .search-field {
  color: #333;
}
.error-search .search-submit {
  background: transparent;
  border: medium none;
  color: #0092d1;
  font-size: 30px;
  margin-top: -27px;
}
.error-search .form-control::-webkit-input-placeholder { /* WebKit browsers */  color: #888;}
.error-search .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #888;}
.error-search .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #888;}
.error-search .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #888;}

.search-field.form-control {
  background: none;
  border: medium none;
  box-shadow: none;
  color: #fff;
  font-family: "omnesregular",arial,sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin: 10px 24px -4px 15px;
  width: 80%;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */  color: #fff;}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff;}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #fff;}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #fff;}

.articleListItem {
  margin: 30px;
}
.articleListItem h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  margin: 3px 0 0;
}
.articleListItem h3 a{
  color: #000;
}
.opinion:before {
    background: url(../../images/bg-opinion-tag.png);
    color: #fff;
    content: "Opinion";
    margin: 10px 0 0 -10px;
    padding: 3px 7px 2px 14px;
    position: absolute;
    font-size: 14px;
    font-family: "omnesregular",arial,sans-serif;
    text-transform: uppercase;
    z-index: 99;
}
.archive article.category-opinion:before {
  background: url("../../images/bg-opinion-tag.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  content: "Opinion";
  font-family: "omnesregular",arial,sans-serif;
  font-size: 14px;
  margin: -23px 0 0 -23px;
  padding: 3px 7px 2px 14px;
  position: absolute;
  text-transform: uppercase;
}
.hp-article .opinion:before {
  background-position: 0 10px;
  background-repeat: no-repeat;
  font-size: 40px;
  margin: -60px 0;
  padding: 10px 15px 2px;
}
.featured-image.opinion:before {
  margin: 15px -20px;
  font-size: 30px;
  padding: 0 16px;
}

#content .story-page-ad {
  /*margin: 40px 0 20px;*/
  margin-bottom: 20px;
}

/*PAGE*/

.subpages-container {
  font-family: "omnesregular",arial,sans-serif;
  padding: 0;
}
.subpages-container ul{
  margin: 0;
  padding: 0;
}
.subpages-container li.page_item {
  background: #eee;
  list-style: none;
  padding: 10px 40px;
  width: 100%;
  margin: 0 0 1px;
}
.subpages-container li.page_item a {
  color: #333;
}
.subpages-container page_item li{
  border: none;
}
.subpages-container .children {
    display: none;
}
.subpages-container .current_page_item {
  font-weight: bold;
}
.subpages-container .current_page_item, .subpages-container .current_page_parent {
  background: #999 !important;
}
.subpages-container .current_page_item a, .subpages-container .current_page_parent a{
  color: #fff !important;
}
.subpages-container .current_page_item ul.children, .subpages-container .current_page_parent ul.children{
  display: block ;
  margin: 0 0 0 20px;
}
.subpages-container .current_page_item .children li, .subpages-container .current_page_parent .children li{
  background: transparent ;
  padding: 0 ;
}
.subpages-container .current_page_item .children li a, .subpages-container .current_page_parent .children li a{
  color: #ccc !important;
  font-size: 16px;
}
.current_page_item ul li ul li{
  font-size: 14px !important;
}
.current_page_item ul li ul li a{
  font-size: 14px !important;
}
.widget-title {
  background: #e1e1e1;
  margin: 0 0 2px;
  padding: 30px 40px;
}
.subpages-container .widget-title a {
  font-size: 30px;
  color: #666;
}
.page .mem-carousel {
  margin: 0;
}
.page .site-footer {
  margin: 0;
}
.page-content {
  padding: 20px;
}
.narrativepage-content {
  padding: 50px;
}
.page article {
  padding: 30px 40px 0;
}
.pagercol {
  border-left: 5px solid #ccc;
  padding-left: 25px;
}
.page .box {
  background: #ededed;
  border-radius: 3px;
  box-shadow: 10px 10px 0 #ccc;
  margin: 30px;
  padding: 20px;
  width: 40%;
}
.page pull-right.box {
  margin: 30px 0 30px 30px;
}
.pull-right.box li {
  list-style: none;
  margin: 0;
  padding: 7px 0;
}
.page .column-width-one-fourth img {
  border-radius: 100px;
  height: auto;
  width: auto;
}
.page .column-width-three-fourths {
  line-height: 36px;
  padding: 30px 0;
}
.page .page-contentt li {
  margin: 0 0 15px;
  padding: 0;
}
.column-width-one-fifth img {
  height: auto;
  min-width: 150px;
}


/* This class is added by code in the vosd-custom.js to handle the scrolling feature. */
.sideBar-fixed {
  position: fixed !important;
  top: 60px !important;
  z-index: 999;
}

/* Home Page */
.home-wrapper{
    width: 100%;
}
.home article {
    display: none;
}
.hp-article {
	width: 100%;
	z-index:1;
}
.hp-image {
  background-position: center 20%;
  background-size: cover;
  height: 800px;
  overflow: hidden;
  width: 100%;
}
.hp-image img{
	width: 100%;
}
.home .wrapper {
    background: #fff;
    margin: -57px 0 0 75px;
    max-width: 960px;
    padding: 25px 40px;
    width: 85%;
}
.home h1 a {
    color: #000;
}
.featured-ad {
  font-family: "omnesregular",arial,sans-serif;
}
.home .featured-ad {
  padding: 0 0 0 130px;
  width: 900px;
}
.ad-wrapper {
  margin: 0 auto;
  display: inline-block;
}
.featured-ad .title {
    background: #dedede;
    float: right;
    padding: 6px 10px 0 20px;
    text-transform: uppercase;
}
.featured-ad .title:before {
    background: url("/wp-content/uploads/2014/10/dogear-grey.gif");
    content: "";
    height: 10px;
    margin: -6px 0 0 -20px;
    position: absolute;
    width: 10px;
}
.featured-ad .ad{
    border: 5px solid #dedede;
    float: right;
}

.overflow {
    overflow: auto;
}
.stories-tap {
    background-image: url("/wp-content/uploads/2014/11/beer-tap-blur.jpg");
    margin-top: 60px;
    width: 100%;
    background-size:cover;
    font-family: 'omnesregular', arial, sans-serif;
}
.stories-tap h2 {
    background: rgba(100, 100, 100, 0.5);
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    padding: 15px 0 20px 100px;
}
.stories-tap .sot-readmore {
    background: rgba(100, 100, 100, 0.5);
    float: left;
    font-size: 27px;
    font-weight: 300;
    padding: 13px 0 20px 55%;
    width: 100%;
}
.stories-tap .sot-readmore a{
    color: #fff;
    text-decoration: none;
}
.stories-tap .overlay p {
  background: rgba(100, 100, 100, 0.5);
  padding: 10px;
}
.stories-tap a {
  color: #fff;
  font-size: 22px;
  display: block;
}
.stories-tap a.button {
  background: #ff7c1b;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 10px;
  right: 10px;
}
.tile.slideTextUp a {
    display: none;
}
.tile.slideTextUp a:first-child {
    display: block;
}
.responsiveArrow i{
    display: none;
}
.RaiseYourVoice {
    margin: 60px 100px;
    max-width: 1100px;
   font-family: 'omnesregular', arial, sans-serif;
}
.RaiseYourVoice h2 {
    font-size: 65px;
    margin: 8px 25px 0 -15px;
	font-family: "Reenie Beanie",cursive;
	text-align: right;
	line-height: 55px;
}
.RaiseYourVoice h3 {
    margin: 30px 0 0;
}
.social-feature-art {
    float: left;
    font-size: 19px;
    line-height: 24px;
    margin: 20px 67px 0 0;
    width: 24%;
}
.social-feature-art img{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}
.social-feature-art a:hover{
    text-decoration: none;
}
.social-feature-art h4 {
    background: #0080b8;
    color: #fff;
    margin: 10px 0 0 -20px;
    padding: 10px 10px 5px 20px;
    position: absolute;
    font-family: 'quattrocentoregular', times, serif;
}
.social-feature-art h4:before {
    background: url("/wp-content/uploads/2014/10/dogear-drkblue.gif");
    content: "";
    height: 10px;
    margin: -10px 0 0 -20px;
    position: absolute;
    width: 10px;
}
.CutChaos {
    background-image:url('/wp-content/uploads/2014/11/fog.jpg');
    background-color: #e5e5e5 ;
    padding: 60px;
    text-align: center;
    width: 100%;
   font-family: 'omnesregular', arial, sans-serif;
   font-weight: 100;
   background-position: center center !important;
    background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.mobile-directions {
  display: none;
}
.CutChaos .wrap {
    max-width: 1020px;
}
.CutChaos h2 {
    font-size: 32px;
}
.CutChaos h3 {
    font-size: 22px;
    margin: 20px;
}
.CutChaos  h4 {
    font-size: 20px;
    padding: 50px 0 20px;
}
.CutChaos ul {
    margin: 0;
    padding: 0;
}
.CutChaos li {
    display: inline-table;
    list-style: none ;
}
.CutChaos .boxes li {
    background: #0092d1;
    color: #fff;
    font-size: 13px;
    height: 125px;
    margin-right: 25px;
    padding: 20px 0 0;
    text-transform: uppercase;
    width: 17%;
}
.CutChaos .boxes li:hover {
    background: #ff7c1b;
    cursor: pointer;
}
.CutChaos .boxes li:last-child {
  margin: 0;
}
.CutChaos .boxes li p {
    font-size: 17px;
    line-height: 20px;
    margin-top: 13px;
    text-transform: none;
}
.CutChaos .boxes li.active {
    background: #ff7c1b;
	padding-top: 20px;
}
.CutChaos .boxes li.active:before {
    content:'\f00c';
	position:absolute;
	color: #fff;
	font-family: FontAwesome;
   	font-size: 62px;
    margin: -35px auto;
}
.CutChaos .reports li {
    font-size: 22px;
    margin: 0 20px;
    float: none;
    display: inline-block;
    white-space: nowrap;
}
input.white-input {
    background: #fff;
    border: none;
    font-size: 22px;
    margin: 50px 0 0;
    padding: 16px 20px 10px;
    width: 40%;
}
.CutChaos button {
    background:#ff7c1b;
    border: none;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin: -5px;
    padding: 7px 20px 10px;
}
.memberAd {
    background: #ff7c1b;
    padding-left: 100px;
}
.memberAd blockquote {
  border: none;
  font-size: 30px;
  margin: 0 0 20px;
  padding: 0;
}
.home .events {
  background: #eee;
  padding: 50px;
  border-bottom: 10px solid #ccc;
}
.home .events h3 {
  font-size: 26px;
  margin: 0 0 20px;
}
.home .events h4 {
  clear: none;
  float: left;
  font-size: 20px;
  width: 100%;
}
.home .events ul {
  margin: 0;
  padding: 0;
}
.home .events li {
  background: #fff;
  box-shadow: 2px 2px 0 #ccc;
  float: left;
  list-style: none;
  margin: 0 0 20px;
  max-width: 1000px;
  width: 100%;
  font-size: 14px;
}
.home .events b {
  color: #999;
  line-height: 37px;
}
.home .events img {
  height: auto !important;
  float: left;
  width: 100%;
}
.home .eventpad {
  padding: 15px 20px;
  color: #333;
}
.home.page #content {
 padding: 0 0 0 316px;
}
.home.page .mem-carousel {
  margin-left: 300px;
}
.home.page .site-footer {
  margin-left: 300px;
}



/* Author credits*/
.author-bio {
  border-top: 1px #ccc solid;
  padding: 20px 0;
  border-bottom: 1px #ccc solid;
  float: left;
  margin-bottom: 40px;
}
.category-opinion .author-bio {
  display: none;
}
.author-bio img {
  width: 100%;
  height: auto;
  border-radius: 80px;
  padding: 10px;
  max-width:140px;
}
.author-bio .author-title {
  margin: 10px 0 15px;
}
.content-author {
  font-size: 16px;
  font-weight: normal;
}
.content-author ul {
    margin: 5px 0 26px;
    padding: 0;
	font-family: 'omnesregular', arial, sans-serif;
}
.content-author li {
    display: inline;
}
.content-author li:after {
    content: " / ";
    position: relative;
}
.content-author li:last-child:after {
    content: "";
    position: relative;
}
.excerpt p {
    display: inline;
}
.entry-meta {
    margin: 20px 0;
}

#author-pagination-links {
  text-align: center;
}

#newer-stories-link {
  margin-right: 6px;
}

#older-stories-link {
  margin-left: 6px;
}

/* Article */
#infscr-loading {
  text-align: center;
  margin: 100px;
}
.caption {
  background: #fff;
  color: #000;
  float: right;
  font-size: 14px;
  margin-top: -68px;
  opacity: 0.7;
  padding: 3px 9px;
  position: relative;
  text-align: right;
}
.follow-box {
  float: left;
  margin: 60px 0;
  width: 100%;
  text-align: center;
}
.follow-box:nth-child(2) {
  width: auto;
  text-align: left;
}
.follow-box:nth-child(2):before {
  border-bottom: 30px solid transparent;
  border-right: 30px solid #eee;
  border-top: 30px solid transparent;
  content: "";
  margin: -5px 0 0 -50px;
  position: absolute;
  z-index: -1;
}
.follow-box .btn a,
.follow-box .btn a:hover {
  color: #fff;
  text-decoration: none;
}
.single #content {
  padding: 0 0 0 315px;
}
.social-share-icons {
  margin-left: -13px;
  float: left;
}
.page-header {
  border-bottom: none;
  margin: 0;
}
.page-header h1{
  margin: 0 0 20px;
}
.entry-content h1.entry-title {
  margin: 0 0 40px;
}
.entry-content h1 {
  margin: 0 0 20px;
}
.entry-content .aligncenter {
 clear:none;
}
article .header {
  margin-left: 75px;
  padding: 40px 40px 0;
}
h3.sharelines {
  font-size: 27px;
  margin: 20px 0 ;
  border-top: 4px double #ccc;
  padding-top: 13px;
}
.vosd-shareline-text {
  color: #333;
  font-size: 26px;
}
.header .ad {
  max-width: 1000px;
}
.article-ad-wrap {
  margin: 30px 10px;
  width: 341px;
  padding: 20px;
}
.lower-article-ad-wrap {
  margin: 30px 10px;
  width: 341px;
  padding: 20px;
  display: none;
}
.article-ad {
  border: 1px solid #ccc;
  background: #fff;
}
.article-ad:before {
  content: "Proud Sponsor";
  font-size: 12px;
  margin: -19px 97px;
  position: absolute;
  text-transform: uppercase;
}
.featured-image {
  height: auto;
  max-width: 900px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin-left: 120px;
}
.featured-image > img {
  width: 100%;
}
.noimg {
	display:none;
}
.summaryExcerpt::before {
  content: "The Gist";
  text-transform: uppercase;
  font-family: 'omnesregular', arial, sans-serif;
  font-weight: bold; 
  font-size: 14px;
  color: #0092d1;
  background-color: #fff;
  position: absolute;
  top: -11px;
  left: 0;
  padding: 0 8px 0 0;
}
.summaryExcerpt {
  border-top: 2px dotted #e1e1e1;
  font-family: 'omnesregular', arial, sans-serif;
  font-weight: bold;
  margin-top: 10px;
  padding: 14px 0px 0px;
  font-size: 16px;
  position: relative;
}
.summaryExcerpt p {
  border-bottom: 2px dotted #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.summaryExcerpt li {
  border-bottom: 2px dotted #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  list-style: none; 
}
.summaryExcerpt ul {
    padding-left: 0;
}
.summary {
  background: #444;
  color: #fff;
  font-size: 14px;
  padding: 0 7px;
}
#summaryHeader a {
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;
  width: 100%;
}
.summary #summaryContent {
  line-height: 26px;
  padding: 10px 2px;
  border-top: 1px solid #fff;
}
.description {
  background: #e1e1e1;
  font-size: 14px;
  padding: 5px 9px;
  position: relative;
}
.entry-content {
  padding: 60px 120px;
  max-width: 1100px;
}
.page .entry-content {
  padding: 0;
}
.entry-content h2 {
  margin: 45px 0 15px;
  clear: none;
}
.related {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.related h2 {
  border-top: double #ccc 4px;
  padding-top: 20px;
  width: 100%;
}
.related ul {
    margin: 0;
    padding: 0;
}
.related li {
    float: left;
    list-style: none;
    margin: 20px 20px 0 0;
    padding: 0;
    width: 30%;
}
.related h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 5px;
}
.related img {
  width: 100%;
}
.comments-area {
    padding: 40px;
}
.mini-comment {
  background: #555;
  border-radius: 100px;
  color: #fff;
  font-family: omnesregular;
  font-size: 12px;
  font-weight: bold;
  margin: -80px -20px;
  padding: 2px 8px;
  position: absolute;
}
#livefyre-comments {
  padding: 80px 125px;
  max-width: 1100px;
}
#livefyre-comments .goog-inline-block {
  white-space: nowrap;
}
.fyre .fyre-widget {
  padding: 60px 0;
}
#nav-below { display: none; }

/* Archive */

.author .page-title-main {
  color: #fff;
  padding: 100px;
}

article .page-header {
  height: auto !important;
}
.archive .title {
  background: #fff;
  font-size: 71px;
  height: 309px;
  opacity: 0.8;
  padding: 96px;
  position: relative;
  z-index: 99;
}
.archive #content {
    padding: 0;
}
.archive .page-header {
  height: 265px;
  margin: 40px 0 0;
}
.archive footer, .archive .mem-carousel {
  margin: 0;
}
.taxonomy-description {
  border-left: 10px solid #eee;
  float: left;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 289px;
  padding-left: 30px;
  margin-left: 66px;
}
.archive article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin:40px 60px;
}
.archive .page-title-main {
  background-color: #000 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 308px;
  margin: -60px 0 20px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
}
.archive .attachment-post-thumbnail {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.archive .thumb {
  opacity: 0.5;
}
.archive .thumb img {
  margin-top: -25%;
}
.content-padder {
    padding: 20px 80px;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-caption {
	margin-bottom: 10px;
	max-width: 100%;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	width:100%;
}
.wp-caption .wp-caption-text {
  background: #fff;
  font-size: 14px;
  margin-top: -50px;
  opacity: 0.8;
  padding: 0 10px;
  position: relative;
  float: right;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* 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 */
}


/* Content */

@media screen and (max-width: 768px) {
  .home .main-content {
    margin-top: 50px;
  }
}
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}

/*Member carousel*/

.mem-carousel {
  background: #ff7c1b;
  margin-left: 300px;
}
.mem-carousel a{
  color: #fff;
  font-family: 'omnesregular', arial, sans-serif;
}
.mem-carousel h4 {
  display:none;
}
.mem-carousel h5 {
  font-family: "quattrocentoregular",times,serif;
  font-size: 30px;
  margin: 65px 17% 0;
  position: absolute;
}
.mem-carousel:before {
  background: url("/wp-content/uploads/2016/03/support-journalism-cta.png") no-repeat;
  background-size: 70%;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  width: 440px;
  margin: 24px 24px;
  z-index: 99;
}
.mem-carousel .attachment-full {
  width: 100%;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  position: absolute;
  z-index: 99;
}
.carousel-caption {
  color: #fff;
  left: 0;
  padding-bottom: 0;
  right: 23%;
  text-align: center;
  text-shadow: none;
  bottom: 0;
}
.carousel-inner img {
  height: 200px !important;
  width: auto;
}
.carousel-indicators {
  display: none;
}
.carousel-caption h3 {
  width: 100%;
  text-align: right;
}

/*Footer*/

.site-footer {
    font-family: 'omnesregular', arial, sans-serif;
	margin-left: 300px;
}
.footer-navbar .right-menu {
  display: none;
}
.footer-navbar .left-menu {
  width: 33%;
}
.footer-navbar  .site-info li {
  font-size: 16px;
  font-weight: bold;
  list-style: outside none none;
  margin: 0;
}
.footer-navbar .dropdown-menu li a {
  font-size: 14px;
  padding: 5px 10px;
  white-space: inherit !important;
}

.footer-navbar .dropdown-menu {
  border: medium none;
  border-radius: 4px;
  box-shadow: none;
  display: block;
  margin: 0;
  min-width: 160px;
  padding: 0;
  position: relative;
  background: transparent;
  z-index:0;
}
.footer-navbar ul.nav.navbar-nav {
  float: left !important;
  width: 55% !important;
}
.footer-navbar .site-info li {
    margin: 0;
}
.footer-navbar .dropdown-toggle {
  font-size: 16px;
  font-weight: bold;
}

.site-footer-inner {
    padding: 40px;
}
.site-info ul {
    margin: 0;
    padding: 0;
}
.site-info li {
    font-size: 13px;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
}
.site-info li a{
    color: #333;
}
.footer-navbar .caret {
  display: none;
}
.foot-col-social {
	float: left;
	width: 10%;
}
.foot-col {
	float: left;
	width: 25%;
}

footer.entry-meta {
    display: none;
}
.post-navigation {
    float: left;
    padding: 40px;
    width: 100%;
}
.social li {
  margin: 0 0 10px;
}
.social li a {
    background-image: url("/wp-content/images/social-icons.png");
    display: block;
    height: 36px;
    text-indent: -9999px;
    width: 36px;
}
.twitter a {
    background-position: 0 -45px;
}
.instagram a {
    background-position: 0 36px;
}
.podcast a {
    background-position: 0 -89px;
}
.stitcher a {
    background-position: 0 -130px;
}
.site-footer .logo {
    margin: 0 0 20px;
    max-width: 220px;
}
.footlist {
	font-weight: bold;
}

/* Google ad overrides */


#google_image_div {
    overflow: visible !important;
}
#google_image_div img {
    height: 110px !important;
    width: 890px !important;
}



/* Clearing */
.clear {
	clear: both;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { /* margin-bottom: 2em; */ }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  background: none;
  border: medium none;
  color: #fff;
  float: right;
  font-family: FontAwesome;
  font-size: 20px;
  margin: 8px 0 0 -15px;
  position: absolute;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/* resonsive */
@media screen and (min-width:2000px) {

  .article-ad-wrap {
  	width: 45%;
  }
  .article-ad-wrap .featured-ad {
  	margin-left: 60px;
  	max-width: 300px;
  }
}
@media screen and (max-width:2000px) {
	.hp-image {
 	 height: 600px;
	}
}
@media screen and (max-width:1400px) {
  .subscribe {
    left: 16%;
  }
  .entry-content .aligncenter {
  	clear: both;
  }
}
@media screen and (max-width:1300px) {
  .subscribe {
    background: none;
    padding: 0;
    width: auto;
	margin: 40px 20%;
  }
  .subscribe div {
    float: none;
    width: 100%;
  }
  .powered {
	width: 35%;
  }
  .home .wrapper {
    width: 100%;
	margin: 0;
  }
  .home .featured-ad, .CutChaos, .social-feature-art {
    margin: 0;
	padding: 20px;
  }
  .hp-image {
     height: 450px;
  }
  .CutChaos .boxes li {
    margin-right: 5px;
  }
  .CutChaos .boxes li p {
    font-size: 14px;
 }
  .social-feature-art {
    width: 30%;
  }
  article .header {
    margin-left: 0;
    padding: 20px;
	}
   #summaryHeader a {
  	padding: 119px 12px;
  }
  .summary #summaryContent {
  	padding: 23px 0 20px 10px;
  }
  .entry-content {
  	padding: 20px;
  }
  .RaiseYourVoice h2 {
  	text-align: left;
  }
  .featured-image {
    margin: 0 20px;
  }
}

@media screen and (max-width:948px) {
  .site-banner {
	height: 200px;
	display: none;
  }
  .powered {
  	font-size:20px;
  	float: none;
  	background: none;
  	width: 100%;
  	margin: 0;
	padding-bottom: 0;
  }
  .subscribe {
    left: 0;
    margin: 0;
    padding: 16px 32px;
    position: relative;
  }
  .subscribe div {
    float: left;
    width: 100%;
    margin: 0;
  }
  #cf4a {
    display: none;
  }
  .funfont {
    padding: 0;
    float: left;
  }
  .donate-text {
    float:left;
    font-size: 26px;
    margin:  -3px 15px;
  }
  .donateButtonHeader {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    padding: 12px 22px 40px;
    background: #000;
  }
  .RaiseYourVoice {
    margin: 10px;
  }
  .foot-col {
	float: none;
	width: 100%;
  }
    .navbar-default .navbar-nav > li > a {
  	color: #fff !important;
  	font-size: 16px;
  	padding: 15px 5%;
  }
  .footer-navbar .left-menu {
     width: 50%;
  }
  .site-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    margin-left: 15px;
    padding-right: 30px;
  }
}
@media screen and (max-width:948px) {
  .footer-navbar .left-menu {
     width: 100%;
  }
}

@media screen and (max-width:768px) {
.lower-article-ad-wrap {
  display: block !important;
}
.lower-article-ad-wrap .featured-ad
{
  margin-left: 0px;
  margin-bottom: 20px;
}
.article-ad-wrap {
  display: none !important;
}
  .powered {
  	font-size:20px;
  	float: none;
  	background: none;
  	width: 100%;
  	margin: 0;
	padding-bottom: 0;
  }
  .subscribe {
    left: 0;
    margin: 0;
    padding: 16px 32px;
    position: relative;
  }
  .subscribe div {
    float: left;
    width: 100%;
    margin: 0;
  }
  #cf4a {
    display: none;
  }
  .funfont {
    padding: 0;
    float: left;
  }
  .donate-text {
    float:left;
    font-size: 26px;
    margin:  -3px 15px;
  }
  .donateButtonHeader {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    padding: 12px 22px 40px;
    background: #000;
  }
   .hp-image {
       height: 275px;
	}
 .single #content {
  	padding: 0;
  }
  #content {
    padding: 0 !important;
  }
  .content-padder {
    padding: 20px;
  }
  .infinite-wrap {
  padding: 20px;
  }
  .archive .page-title-main {
  /*margin: -60px -20px 20px;
  padding: 20px;*/
  height: 200px;
  }
  .archive .title {
  font-size: 28px;
  /*height: auto;
  padding: 33px 20px;*/
  }
  .taxonomy-description {
  margin-top: 140px;
  }
  .home .wrapper {
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .home .featured-ad {
  	display: none;
  }
  .stories-tap {
    overflow: scroll;
    margin-top: 20px;
  }
  .responsiveArrow i {
    color: #ccc;
    font-size: 100px;
    margin: 150px 0;
    position: absolute;
    right: 21px;
    display:block;
  }
 .CutChaos {
    padding: 10px;
 }
 .CutChaos .boxes li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 45%;
	font-size: 10px;
  }
  .CutChaos .reports li {
  float: none;
  margin: 0;
  text-align: left;
  }
  .CutChaos h4 {
  padding: 20px 0;
  }
  .CutChaos .num {
  background: #fff;
  border-radius: 40px;
  color: #ff7c1b;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px;
  width: 40px;
  }
  .mobile-directions {
  display: block;
  padding: 20px 0 15px;
 }
  .RaiseYourVoice h2 {
  margin: 40px 25px 0 0;
  font-size: 47px;
  }
 input.white-input {
    width: 75%;
  }
  .sideBar-fixed {
     top: inherit;
     position: relative !important;
     width: 100% !important;
  }
.sidebar.fixedCol300 {
  display: inline-block;
  height: auto;
  overflow: visible;
  position: relative;
}
.sidebar-padder {
  height: auto;
}
  .site-footer-inner {
    padding: 10px;
  }
  #search {
  	width:  100% ;
  }
  label {
  	width: 90%;
  }
  .subpages-container {
    position: relative;
    margin:30px 0;
    width: 100%;
  }
  .site-footer {
    margin-top: 80px;
    margin-left: 0 !important;
  }
  .footlist > li {
    float: left;
    width: 100%;
  }
  .mem-carousel {
    margin: 0 !important;
  }
  .navbar-header {
  width: 100%;
  }
  .navbar-nav li {
  	display: inline-block;
  	float: left !important;
  	width: 100%;
  }
  .navbar-nav {
  	float: left;
  	margin: 0;
  }
  .dropdown-menu {
  	position: relative;
  	width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
  	background-color: #fff;
    float: left;
  }
  .footer-navbar ul.nav.navbar-nav {
    width: 100% !important;
  }
  .footer-navbar .left-menu {
     width: 50%;
  }
  .home .events li {
    width: 100%;
  }
  .page article {
  	padding: 0;
	}
  #livefyre-comments {
  	padding: 10px;
  }
  .fyre .fyre-stream-sort {
  		margin: 45px 0 13px !important;
	}
	.related li {
    width: 100%;
  }
  .stories-tap {
    display: none;
  }
  .RaiseYourVoice {
    display: none;
  }
}

@media screen and (max-width:400px) {
  .navbar-brand {
  	background-size: 100%;
  	width: 70%;
  	min-width: 235px;
  }
  .social-feature-art {
    width: 100%;
  }
  .sideBar-fixed {
     width: 100% !important;
  }
  .widget_search {
    position: fixed;
    top: 50px;
    width: 100% !important;
    z-index: 999;
  }
  .stories-tap h2 {
    font-size: 32px;
    padding: 15px 0 20px 15px;
  }
  .stories-tap .sot-readmore {
    padding: 17px;
  }
  .login-menu-item{
    display: none;
  }
  article .header {
    /*margin-left: 0;*/
    margin: 40px 0 20px;
    padding: 20px;
  }
  .show_menu, .hide_menu {
    padding: 10px;
  }
  .home .events {
  padding: 20px;
  }
/*  .summary #nav {
    padding: 10px;
  }*/
  .CutChaos .boxes li {
  width: 90%;
  height: auto;
  margin: 10px auto;
  }
  .CutChaos ul {
  margin: 0;
  padding: 0;
  }
  .CutChaos .reports li {
  white-space: nowrap;
}
  .summary #summaryContent {
    padding: 10px;
  }
  .follow-box {
    font-size: 20px;
    line-height: 53px;
    margin: 69px 0;
    padding: 10px 10px 10px 20px;
    right: 0;
    width: 100%;
  }
  .entry-content {
    font-size: 18px;
    line-height: 2;
    max-width: 1100px;
    padding: 15px;
  }
  .mem-carousel {
  margin-top: 60px !important;
  }
  .mem-carousel:before {
    width: 90%;
  }
  .mem-carousel h5 {
  font-size: 18px;
  }
    .footer-navbar .left-menu {
     width: 100%;
  }
  #member_benefits tr {
  display: inline-block;
  }
  #member_benefits td {
  display: inline-table;
  }
  ul.wpfai-list li {
    margin: 0;
  }
  .page-header h1 {
    margin: 40px 0 20px;
    margin-bottom: 20px;
  }
  .social li {
    margin: 0 5px 10px;
    float: left;
  }
}

/*Print*/

.print-button {
  float: left;
  padding: 15px 30px;
}

.printlogo {
  background: url("/wp-content/uploads/2014/10/vosd-logo-color.png") no-repeat;
  background-size: 100%;
  display: none;
  height: 50px;
  margin: 40px;
  width: 300px;
}

@media print {
    .printlogo {
       display: block !important;
    }
   .site-header, .site-navigation, .ad, .article-ad-wrap, #livefyre-comments, .follow-box, .mem-carousel,
   .social-share-icons, .site-footer, .print-button, .related {
  		display: none;
	}
	.sidebar {
  		display: none !important;
	}
	.single #content {
  		padding: 40px !important;
	}
	.entry-content {
  		max-width: 100% !important;
  		padding: 0;
	}
	.featured-image {
  		margin-left: 0;
  		max-width: 100%;
	}
}