/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css"; 

/* Layout rules */
@import "layouts/responsive.css";
@import "layouts/responsive2.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

@import "state_menu.css";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css");

@import "sharethis.css";

@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i';

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

/*blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
} */

/* Blockquote Styled similar to Medium.com */

nav.navigation a.contextual-links-trigger {
    visibility:hidden;
    display: none;
}

article.node-live-event .field-title-field {
    visibility: hidden;
    display: none;
}

blockquote {
    border-left: 3px solid rgba(0,0,0,.8);
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    color: rgba(0,0,0,.8);
     letter-spacing: .01rem;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
    outline: 0;
    word-break: break-word;
    word-wrap: break-word; 
}

/*CSS for user alert module */

div.user-alert {
  width: auto;
  height: auto;
  background-color: white;
  border: 0px solid black;
  position: relative;
}

div.user-alert div.user-alert-close a {
  text-decoration: none !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  text-transform: lowercase;
}

div.user-alert p { 
  display: block;
  margin: 0;
}

/* End user alert module */

.header {
    text-align: center;
}

.header .media {
    margin-top: -20px;
}

header#header.header {
    height: 100px;
}

#content {
    margin: 0 0 20px 0;
    width: 800px;
}

/*#main {
    margin: 0;
}*/

.breadcrumb {
	display: block;	
        width: 60%;
}

.featured p {
	display: inline;
}

.featured a {
	text-decoration : none;
	color: #000000;
	font-family: 'Droid Sans', sans-serif;
}

div.featured {
	overflow:hidden; 
	border-bottom: 1px solid #205493;
	clear: both;
	height: auto;
}

.featured .featured_text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featured .featured_text ul {
    list-style-position: inside; 
    margin-left: -20px;
    margin-top: -10px;
}

.featured .featured_text ul li {
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: 2px solid #205493;
    line-height: normal;
}

.featured .featured_text ul li:last-child {
    border-bottom: 0px;
}

.featured .featured_lg_img {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featured .featured_sm_imgs {
	/*margin-top: -30px;*/
}

.featured_sm_img2 {
    margin-top: -1.75em; /* Because I placed two blocks on top of each other, this counters the .block margin of 1.5em for p tag in normalize.css */
} 

.splash_title_lg a {
    background-color: #000;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.1;
    left: 0;
    width: 100%;
    height: 2.5em;
    display: inline-block;
    overflow: hidden;
 }

.splash_title_sm a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.1;
    background-color: #000;
    padding: inherit;
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
    box-sizing:border-box;
    width: 100%;
    height: 2.5em;
    display: inline-block;
    overflow: hidden;
    margin-top:-1.1em;
}
   
.region-home-cards table {
	border-collapse: separate;
	border-spacing: 10px;
	table-layout: fixed;
}
  
.region-home-cards td {
    vertical-align: top;
    padding: 1em;
    text-align: justify; 
    line-height: 1.25em;
}

.region-home-cards h4 {
    margin: 5px 15px 10px;
}

.region-home-cards h4 a {
    color: #981b1e;
    text-decoration: none;
    font-size: 1.25em;
    line-height: 1.20em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

#block-views-state-front-page-block-4 .views-field-title a {
    color: #981b1e;
    text-decoration: none;
    font-size: 1.65em;
    line-height: 1.65em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

#block-views-state-front-page-block-4 .views-field-title {
    margin: 20px 0 0 20px;
}

#block-views-state-front-page-block-4 .field-body p {
    margin-top: 10px;
}

#block-views-state-front-page-block-4 .field-body {
    float:none;
    
}

.region-live {
    margin: 0 20px;
    position: relative;
    left: 30px;
}

.block-views-state-front-page-block-4 .view-id-state_front_page {
    position: relative;
    left: 30px;
}

.block-views-state-front-page-block-4 .live-graphic {
    float:left;
}

.region-home-cards td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}  
  
div.cards {
	overflow: hidden;
	margin-top: 10px;
}

div.cards p {
	display: inline;
}

div.story_cards {
	float: left;
}

.story_cards h3 {
	color: #981b1e;
	margin-top: 5px;
	padding-left: 5px;
}

div.card_summary {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	text-align: justify; 
	line-height: 1.25em;
}

#block-views-state-front-page-block {
    position: relative;
    top: -15px;
}

div.live-bottom {
	margin-top: 20px;
}

div.live-header{
    width: 100%; 
    height: 20px; 
    border-bottom: 1px solid #205493;	
}

.live-bottom .live-words {
    text-align: left; 
    font-size: 2.5em;
    color: #205493;	
    padding: 0 10px 0 0;
    background-color: white;
    position: relative;
    top: 10px;
}
	
.footer {
    border-top: 1px solid #205493;
    border-bottom: 1px solid #205493;
    line-height: 2em;
    margin: 5px 2% 0 2%;
    
}

.footer .heading {
	font-size: 1.5em;
	color: #205493;
	display: inline;
}

.footer .blogroll {
	font-size: 1em;
	padding: 10px;
}

.footer .blogroll:last-child {
	border-right: none;
}

.footer .block {
	margin-bottom: 10px;
	margin-top: 10px;
}
.sidebars ul {
    list-style: none;
    list-style-position: inside; 
    margin-top: 5px;
    margin-left: -20px;
}

.sidebars h2 {
    color: #981B1E;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.sidebars a {
	color: black;
	text-decoration: none;
}

h1#page-title {
    color: #981b1e;
    margin-top: 20px;
    max-width: 760px;
    line-height: 38px;
}

.page a:link  {
	color: #205493;
	text-decoration: none;
}

.page a:visited {
	color: #205493;
	text-decoration: none;
}

.page a:hover {
    color: #205493;
    text-decoration: underline;
}

.node-title a:active {
    color: #205493;
    text-decoration: none;
}

/*CSS for Views - specifically landing pages */
.breadcrumb a {
    font-size: 1em;
    color: #255684;
    text-decoration: none;
}

.landing table {
    border-collapse: separate;
    border-spacing: 25px;
}

.landing td {
    border: 1px solid #205493;
    vertical-align: top;
    padding: 10px 20px 10px 20px;
    width: 50%;
}

.landing h3.field-label {
	display: inline;
}

.landing .field-read-time {
	float: right;
}

.landing h2.node-title a {
	color: #981b1e;
}

.landing .node-title a:link  {
	color: #981B1E;
	text-decoration: none;
}

.landing .node-title a:visited {
	color: #981B1E;
	text-decoration: none;
}

.landing .node-title a:hover {
	color: #981B1E;
	text-decoration: underline;
}

.landing .node-title a:active {
	color: #981B1E;
	text-decoration: none;
}

.landing .pager a:link  {
	color: #205493;
	text-decoration: none;
}

.landing .pager a:visited {
	color: #205493;
	text-decoration: none;
}

.landing .pager a:hover {
	color: #205493;
	text-decoration: underline;
}

.landing .pager a:active {
	color: #205493;
	text-decoration: none;
}

.landing table.views-view-grid {
	border-collapse: separate;
	border-spacing: 25px;
}

.landing table td article.node-teaser .field-body,
.landing table td article.node-teaser {
    width: 100%;
}

#teaser-left .field-primary-image {
    width: 36%;
    margin: 10px 3% 30px 0;
    float: left;
}

.view-id-taxonomy_term.teaser-view #teaser-left #node-info {
    width: 60%;
}

#node-info {
    float: left;
/*    width: 60%;*/
}

article.node-contributor #teaser-left header#node-info {
    float: left;
    width: auto;
}

.view-id-taxonomy_term #teaser-left header {
/*    display: table;*/
}

.issues-list td {
    border: none;
    vertical-align: top;
    padding: 5px 75px;
}

.issues-list h3.field-label {
	display: inline;
}

.issues-list h2.node-title a {
	color: #981b1e;
}

.issues-list .node-title a:link  {
	color: #981B1E;
	text-decoration: none;
}

.issues-list .node-title a:visited {
	color: #981B1E;
	text-decoration: none;
}

.issues-list .node-title a:hover {
	color: #981B1E;
	text-decoration: underline;
}

.issues-list .node-title a:active {
	color: #981B1E;
	text-decoration: none;
}

.region-list td {
    border: none;
    vertical-align: top;
    padding: 5px 75px;
}

.region-list h3.field-label {
	display: inline;
}

.region-list h2.node-title a {
	color: #981b1e;
}

.region-list a:link  {
	color: #981B1E;
	text-decoration: none;
}

.region-list a:visited {
	color: #981B1E;
	text-decoration: none;
}

.region-list a:hover {
	color: #981B1E;
	text-decoration: underline;
}

.region-list a:active {
	color: #981B1E;
	text-decoration: none;
}

.region-list .link {
	padding: 5px 75px;
}

.social-feeds table {
	border-collapse: separate;
	border-spacing: 25px;
	table-layout: fixed;
}

.social-feeds td {
    border: 1px solid #205493;
    vertical-align: top;
    padding: 10px 20px 10px 20px;
}

.facebook-feed li {
	border-bottom: 1px solid #205493;
}

.facebook-feed img {
	float: right;
}

#participate-page .panel-panel {
	margin-top: 30px
}

.participate-header {
	display: inline-block;
	width: 95%;
	margin-left: 10px;
}

.participate-header p {
	display: inline;
}

.participate-header a {
	color: #205493;
	text-decoration: none;
}

/* Front Page */
#block-views-state-front-page-block-1 h4.field-content {    
    line-height: 1.35em;
    margin: 0 0 0.7em 0;
}

#block-views-state-front-page-block-1 h4.field-content a {
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
}

.front .region-home-cards,
.region-promoted {
    float:left;
    z-index: -10;
    width: 100%;
}

.front .region-live .block {
    margin-bottom: 0px;
}

.card-front .views-field-sharethis {
    position: absolute;
    bottom: 10px;
}

.view-state-front-page .card-front {
    position: relative;
}

#block-views-state-front-page-block-1 {
    width: 24.5%;
    float: left;
    padding-right: 1%;
}

#block-views-state-front-page-block-2 {
    width: 49.5%;
/*    height: 405px;*/
    float: left;
}

#block-views-state-front-page-block-2 .view-id-state_front_page {
    position: relative;
}

#block-views-state-front-page-block-3 {
    width: 24%; 
/*    float: left;*/
}

#block-views-state-front-page-block-3 .views-row.views-row-1,
#block-views-state-front-page-block-3 .views-row.views-row-2 {
    position: relative;
    margin-bottom: 3px;
}

#block-views-state-front-page-block-2 .view-id-state_front_page .views-field-title,
#block-views-state-front-page-block-3 .views-row.views-row-1 .views-field-title,
#block-views-state-front-page-block-3 .views-row.views-row-2 .views-field-title {
    z-index: 10;
}

#block-views-state-front-page-block-3 .views-row-1 .views-field-title a,
#block-views-state-front-page-block-3 .views-row-2 .views-field-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: white;
    text-decoration: none;
/*    font-weight: bold;*/
    line-height: 1.2em;
    padding: 9px;
    bottom: -8px;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#block-views-state-front-page-block.card-front .views-field-title h4 a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    text-decoration: none;
}

#block-views-state-front-page-block-2 .view-id-state_front_page .views-field-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 24px;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: bold;
    padding: 12px;
    bottom: -8px;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.draggableviews-processed li.views-row { 
    float: none; 
    width: 100%; 
    margin-left: 0; 
}

footer#footer.region-footer {
    /*border-top: 1px solid #205493;*/ 
}

.front .region-home-cards .card-front {
    width: 32.3%;
    float: left;
    height: 500px;
    border: 1px solid silver;
    margin-bottom: 20px;
}

.bc_responsive {
   padding: 0; 
}


.front .region-home-cards .views-row-1.card-front,
.front .region-home-cards .views-row-4.card-front {
    margin-right: 1.32%;
}

.front .region-home-cards .views-row-3.card-front,
.front .region-home-cards .views-row-6.card-front {
/*    margin-left: 1.31%;*/
    float: right;
}

.front .region-home-cards .card-front .field-body p {
    margin: 0px 15px;
    line-height: 24px;
    font-size: 16px;
}

#footer #block-block-19 span.blogroll a {
    margin: 0 15px;
    font-weight: bold;
    text-decoration: none; 
    color: #205493;
}

#participate-page .more-link,
.front .region-home-cards .card-front a.views-more-link {
    float: right;
    margin-right: 15px;
    font-weight: bold;
    text-decoration: none; 
    text-transform: lowercase;
    color: #205493;
}

.front tr.row-first td.col-1,
.front tr.row-first td.col-2 {
    width: 400px;
    padding-top: 0px;
}

.front .views-view-grid .field-body p {
    margin: 5px 0;
    width: 400px;
}

.region-sidebar-first {
    padding: 0;
}

.main-content .field-image-with-cropping,
article .field-body,
article {
    width: 760px;
}

h2.block-title,
#block-views-dynamic-region-block-block .views-field.views-field-title, 
#block-views-dynamic-region-block-block .views-field.views-field-title a,
#block-views-dynamic-issues-block-block .views-field.views-field-title, 
#block-views-dynamic-issues-block-block .views-field.views-field-title a,
.view-more-stories-by-this-author .views-field.views-field-title,
.view-more-stories-by-this-author .views-field.views-field-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.45em;
    line-height: 22px;
}

h2.block-title.block__title {
    margin-bottom: 20px;
    
}

/*.view-more-stories-by-this-author .views-field.views-field-title a,
#block-views-dynamic-region-block-block .views-field.views-field-title a {
    line-height: 1em;
}*/

#block-views-dynamic-issues-block-block .view-content h3,
#block-views-dynamic-region-block-block .view-content h3 {
    margin: 12px 0 12px 0;
}

#block-views-dynamic-issues-block-block .view-content h3 a,
#block-views-dynamic-region-block-block .view-content h3 a {
/*  margin: 5px 0 5px 0;*/
  font-family: 'Roboto condensed', sans-serif;
  font-weight: 700;
  color: #4C4C4C;
  padding-left: 15px;
  font-size: 1.22em;
}


#block-views-07226caec12a98a357d7f5b6ee2b8051 .view-more-stories-by-this-author .views-row,
#block-views-dynamic-issues-block-block .view-dynamic-issues-block .views-row,
#block-views-dynamic-region-block-block .view-dynamic-region-block .views-row {
    padding: 0 0 10px 15px;
    line-height: 20px;
}

#block-views-07226caec12a98a357d7f5b6ee2b8051



.view-more-stories-by-this-author .views-row .views-field-title span a,
#block-views-dynamic-issues-block-block .view-dynamic-issues-block .views-row .views-field-title span a,
#block-views-dynamic-region-block-block .view-dynamic-region-block .views-row .views-field-title span a {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #205493;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px 5px 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: white;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #205493;
}


/* Set textarea heights for Author and Multiple contributor bio fields */

#edit-field-multiple-contributor-bio-und-0-value_ifr,
#edit-field-contributor-bio-und-0-value_ifr {
    height: 350px !important;
}

#edit-field-contributor-bio-und-0-value_ifr html #tinymce p,
#edit-field-multiple-contributor-bio-und-0-value_ifr html #tinymce p,
body#tinymce.mceContentBody p,
body#tinymce.mceContentBody p.p1 {
    line-height: 30px;
    font-size: 18px;
    margin: 10px 0;
}

.form-item.form-type-textarea.form-item-field-contributor-bio-und-0-value,
.form-item.form-type-textarea.form-item-field-multiple-contributor-bio-und-0-value {
    margin: 10px 0;
}

p.p1, ul p.p1, li.p2, li.p1 {
    line-height: 30px;
    font-size: 18px;
}

/*for textimage form element*/

#field-textcard-add-more-wrapper {
    width: 760px !important;
}

.cirkuitSkin td.mceIframeContainer {
    height: 426px !important;
}

iframe#edit-field-textcard-und-0-value_ifr,
#field-textcard-add-more-wrapper body.mceContentBody {
    height: 426px !important;
    border-bottom: 1px solid #000000;
}

/*front page small features*/

#block-views-state-front-page-block-3 {
    float: right;
}

.front #block-views-state-front-page-block-3 .field-content img.featured_small {
    width: 100%;
    height: auto;
}

.front #block-views-state-front-page-block-2 img.primary-image {
    width: 100%;
    height: auto;
}

.front #block-views-state-front-page-block-2 .field-content {
    padding-left: 0px;
}

/*.ui-dialog.media-wrapper .ui-dialog-buttonpane {
    display: block;
    visibility: visible;
}*/

.front .region-promoted .block {
    margin-bottom: 0;
}


iframe #media-wysiwyg-format-form  a.button.fake-ok {
    background-color: pink !important;
}

#mediaStyleSelector body #media-wysiwyg-format-form.format-processed a.fake-ok,
a.button.fake-ok, a.fake-ok, .fake-ok {
    position: relative;
    bottom: 30px;
    left: 10px;
    z-index: 200;
    background-color: #286090 !important;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px 5px 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: white;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#edit-field-photo-credit-und-0.form-autocomplete,
div.autocomplete-deluxe-multiple {
    display: inline-block;
    font-size: 13px;
    position: relative;
    background-color: #FFFFFF;
    background: #fff no-repeat -38px -22px;
    background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    padding: 4px 5px;
    border: 1px solid #AAAAAA; 
    cursor: text;
    height: auto !important; 
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    line-height: 15pt; 
    width: 503px;
    cursor: text;
}
    
ul.ui-autocomplete {
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 3px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-top: 0px solid gray;
    z-index:50 !important;
    border-radius: 0px;
}

form#file-entity-add-upload #field-imagedate-add-more-wrapper span.fieldset-legend,
form#media-wysiwyg-format-form fieldset#edit-options.form-wrapper span.fieldset-legend {
    visibility:hidden;
    display: none;
}

#edit-field-imagedate-und-0-value.date-padding,
#fieldset.date-combo .container-inline-date .date-padding,
#field-imagedate-add-more-wrapper fieldset.date-combo {
    border: 0px solid #c0c0c0;
    padding: 0;
}

form#media-wysiwyg-format-form fieldset.form-wrapper {
    border: 0px solid #c0c0c0;
}

#media-wysiwyg-format-form .field-group-htabs-wrapper.group-image.field-group-htabs {
    visibility: hidden;
    display: none;
}

.media-wrapper .ui-dialog-titlebar.ui-widget-header {
    border-width: 0px;
    background-color: white;
}

#ui-dialog-title-mediaStyleSelector, #ui-dialog-title-mediaBrowser.ui-dialog-title {
    color: silver;
}

a.button {
    -webkit-appearance: none; 
}

.media-browser-edit-link a {
    color: #286090 !important;
    font-weight: bold;
    text-decoration: none;
}

body.page-media-format-form {
    margin-top: 40px;
}

/*a:-webkit-any-link {
    color: #286090 !important;
    text-decoration: none;
    cursor: auto;
}*/

#block-block-43 p,
#block-block-17 p {
    margin: 0 !important;
}

#block-views-state-front-page-block-2 .view-id-state_front_page .views-field-title h2 a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
}

/*Stories page*/
/*body.landing-page.section-issues table.views-view-grid {
    width: 860px;
}

body.landing-page.section-issues table.views-view-grid td.col-1,
body.landing-page.section-issues table.views-view-grid td.col-2 {
    width: 430px;
    float:left;
}*/

.page-regions #content,
.page-issues #content {
    margin-left: 100px;
}

.page-regions #content .view-header p,
.page-issues #content .view-header p {
    font-size: 20px;
    color: #222222;
}

.view-regions.regions-list,
.view-issues.issues-list {
    width: 960px;
    margin-left: 50px;
}

.view-regions.regions-list .views-row.region,
.view-issues.issues-list .views-row.issue {
    width: 420px;
    float: left;
}



.view-regions.regions-list .node-title a,
.view-issues.issues-list .node-title a {
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
}

#block-user-alert-user-alert.block.block-user-alert {
    margin-bottom: 15px;
}

.page-participate #main #content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-participate #main #content .panel-3col-33 .panel-col-last,
.page-participate #main #content .panel-3col-33 .panel-col-first {
    width: 30%;
    float: left;
}

.page-participate #main #content .panel-3col-33 .panel-col{
    width: 40%;
    float: left; 
}

.page-participate #main #content ul {
    list-style-type: none;
    padding-left: 0;
}

.page-participate #main #content ul li {
    margin-bottom: 20px;
}

.page-participate #main #content ul a {
    text-decoration: none;
    font-weight: bold;
    color: #205493;
}

.page-participate #main #content ul.facebook-feed span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.page-participate #main #content h2.pane-title {
    margin-top: 10px;
}

.page-node.node-type-user-alert #content,
article.node-user-alert.view-mode-full,
article.node-user-alert.view-mode-full .field-body,
.page-node-edit.node-type-user-alert #content,
.page-node-add-user-alert #content {
    width: 100%;
}

// at some point this goes into @media - right now it is good for very wide browsers
#block-block-23 { 
  width: 15%; 
  margin: 0;
}

#block-block-22 { 
  float: right;
  position: relative;
  left: -220px;
}

#block-block-20 #at4-follow.at4-follow {
    left: -29px;
    position: relative;
    top: -14px !important;
}

ul#main-menu.links {
    margin:  0 0 0 10px;
}
.responsive-menu {
    max-height: 35px;
}

.at-icon-wrapper {
   background-color: rgb(150, 150, 150) !important;
}

.node-article .field-multiple-authors, 
.node-article.view-mode-full .field-contributor-ref h3.field-label, 
.node-article .field-contributor-ref .field-fullname {
    visibility: hidden;
    display: none;
}

article .field-body {
    border-bottom: 1px solid gray;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

article.view-mode-full div.field-body p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

/*#disqus_thread {
   margin: 20px 0 10px 0; 
   border-top: 1px solid gray;
   border-bottom: 1px solid gray;
   padding: 15px 0;
}*/

body.not-logged-in #disqus_thread {
   margin-bottom: 0; 
   border-bottom: 0px solid gray;
   padding-bottom: 0;
}

#block-sharethis-sharethis-block .st_facebook_hcount .stButton .st-facebook-counter.stMainServices  {
    background: url(../images/social_icons/square-facebook.svg) no-repeat scroll left top transparent !important;
    padding: 0px 33px 33px 0;
}

#block-sharethis-sharethis-block .st_facebook_hcount .stButton .stArrow {
    background-color: #ffffff;
    background-image: none !important;
    text-align: center;
    width: 46px;
    padding-bottom: 5px;
    margin-left: 0px; 
}

#block-sharethis-sharethis-block .st_twitter_hcount .stButton .stArrow {
    background-color: #ffffff;
    background-image: none !important;
    text-align: center;
    width: 46px;
    padding-bottom: 5px;
    margin-left: 0px; 
}

#block-sharethis-sharethis-block .st_email_hcount .stButton .stArrow {
    background-color: #ffffff;
    background-image: none !important;
    text-align: center;
    width: 46px;
    padding-bottom: 5px;
    margin-left: 0px;
}

#block-sharethis-sharethis-block .st_googleplus_hcount .stButton .stArrow {
    background-color: #ffffff;
    background-image: none !important;
    width: 49px;
    padding-bottom: 5px;
    text-align: center;
    margin: 0;
    padding-left: 0px;
}

#block-sharethis-sharethis-block .stButton .stArrow .stButton_gradient {
    background: none;
    border: 0px solid white;
    display: inline-block;
    padding: 0;
}

#block-sharethis-sharethis-block .st_facebook_hcount .stButton .st-facebook-counter.stMainServices {
    background: url(../images/social_icons/square-facebook.svg) no-repeat scroll left top transparent !important;
    padding: 0px 33px 33px 0;
    width: 17px;
}

#block-sharethis-sharethis-block .st_twitter_hcount .stButton .stMainServices.st-twitter-counter {
    background: url(../images/social_icons/square-twitter.svg) no-repeat scroll left top transparent !important;
    padding: 0px 33px 33px 0;
    width: 16px;
}

#block-sharethis-sharethis-block .st_email_hcount .stButton .stMainServices.st-email-counter {
    background: url(../images/social_icons/email.svg) no-repeat scroll left top transparent !important;
    padding: 0px 33px 33px 0;
    width: 17px;
}

#block-sharethis-sharethis-block .st_googleplus_hcount .stButton .stButton_gradient {
    background: url(../images/social_icons/square-gplus.svg) no-repeat scroll left top transparent !important;
    padding: 0px 49px 33px 0;
}

#block-sharethis-sharethis-block .st_googleplus_hcount .stButton .stButton_gradient.stHBubble {
    background-image: none !important;
}

#block-sharethis-sharethis-block .st_googleplus_hcount .stButton .googleplus {
    visibility: hidden;
}

#block-sharethis-sharethis-block .st_googleplus_hcount .stButton .stButton_gradient {
    border: 0px solid white;
    border-radius: 0px;
    width: 50px;
    padding-right: 0px;
}

#block-sharethis-sharethis-block .stButton{
   margin: 0px;
   width: 50px;
}

#block-sharethis-sharethis-block .stButton .stHBubble {
    z-index: 10;
    margin: 0;
}

#block-sharethis-sharethis-block .stButton .stArrow {
    background-image: none;
}

#block-sharethis-sharethis-block .stBubble_hcount {
    color: #333333;
}

/*svg.at-icon-facebook*/
.front i.fa.fa-facebook-square,
.front i.fa.fa-envelope-square,
.front i.fa.fa-twitter-square,
.front i.fa.fa-google-plus-square,
i.fa.fa-rss {
    font-size: 23px;
    color: silver;
}


i.fa.fa-rss,
i.fa.fa-youtube-play,
i.fa.fa-google-plus,
i.fa.fa-twitter,
i.fa.fa-facebook {
    font-size: 21px;
    color: silver;
}

.at4-follow-inner {
    border-width: 0;
    margin: 0; 
}

.not-logged-in .region-footer2-left .at4-follow-inner {
    top: 5px;
    right: -3px;
}   

.at-circular-element .at-icon-wrapper {
     border-radius: 0 !important;
     background-color: #ffffff !important;
}

.not-logged-in #block-sharethis-sharethis-block {
     width: 50px;
}

.view-id-state_front_page .sharethis-wrapper {
    margin: 20px 15px 0 15px;
}

.view-id-state_front_page .sharethis-wrapper .stButton .stButton_gradient {
    background-repeat: repeat-x;
    border: 0px solid #bfbfbf; 
    padding: 2px;
    font-family: serif;
    display: inline-block;
    height: 16px;
    background: #ffffff; 
}

.view-id-state_front_page .sharethis-wrapper .stButton .stArrow {
    background-image: none;
}

.view-id-state_front_page .sharethis-wrapper .stButton .stBubble_hcount {
    padding: 5px 2px;
    white-space: nowrap;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    position: relative;
    top: -4px;
}

.stButton .chicklets {
    display: none !important;
}

.stButton .stMainServices,
.stButton .googleplus {
    background-image: none !important;
}

.page-node-add .at4-follow {
  visibility: hidden;
  display: none;
}

.at4-follow .at4-follow-container .at-icon-wrapper {
    height: 28px !important;
    width: 35px !important;
}

.at4-follow-24 .at-follow-btn {
    width: 30px !important;
}

#block-block-66 .email input#email,
#block-search-form .search-form .form-item-search-block-form input#edit-search-block-form--2 {   
    height: 26px;
    width: 220px;
    margin: 5px 0 0 5px;
/*    padding: 3px 3px 3px 15px;*/
    border-radius: 4px;
    border-style: solid;
    border-width: 0px;
    padding: 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: gray;
}
    
.search-form #edit-actions.form-actions.form-wrapper button {
    border: 0px solid transparent;
    background-color: #286090;
    padding: 0 3px;
}

#block-search-form #search-block-form #edit-actions--2 input#edit-submit--2.form-submit,
#block-search-form #edit-actions input#edit-submit--2 {
    visibility: hidden;
    display: none;
}

#block-search-form #search-block-form #edit-actions--2.form-actions.form-wrapper button {
    float: right;
    margin: 0;
    padding: 9px 0 0 0;
    border: 0px solid transparent;
    background-color: #286090;
    position: relative;
    left: -5px;
}

nav.navigation #block-search-form #search-block-form button:before {
    color: white;
    content: "\f002";
    font-family: FontAwesome;
    border: 0px solid transparent;
    background-color: #286090; 
}

.block-search input#edit-submit.form-submit {
    visibility: hidden;
    display: none;
}

/*#block-search-form {
    width: 255px;
    float: right;
    height: 36px;
    margin: 0 5px 0 0;
}*/

.video-js {
    z-index: 100;
    float: none;
    width: inherit !important;
    padding-top: 56.25%;
}

#edit-govdelivery-signup .form-item.form-type-textfield.form-item-email label,
.form-type-textfield.form-item-field-contributor-link-und-0-value,
article .field-contributor-link,
span.field-label, 
div.field-header-field-type.inline {
    visibility: hidden;
    display: none;
}

div.caption-left {
    float: left;
    margin: 5px 20px 5px 0;
}

div.caption-right {
    float: right;
    margin: 5px 0 5px 20px;
}

div.caption p.caption-text {
    margin: .15em 5px;
    line-height: 1.25em;
}

div.caption-inner {
    border: 0px solid gray;
    border-bottom: 2px solid gray;
    padding: 0 0 6px 0;
    background: #ffffff;
}


.embedded-video .player {
    position:relative;
    padding-bottom:56.25%;
    padding-top: 0;
    height: 0;
    overflow:hidden;
    margin-bottom: 12px;
}
    
.embedded-video .player iframe, 
.embedded-video .player object, 
.embedded-video .player embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

iframe.youtube-player {
    width: 100%;
}


/*.embedded-video,*/
.bc-player-SyFyoy9Mx_default {
    width: inherit !important;
    height: inherit !important;
}

.region-home-cards #block-views-state-front-page-block .video-js {
    margin-bottom: 12px;
    padding-top: 56.25%;
}

.region-promoted #block-views-state-front-page-block-3 .embedded-video {
    z-index: 100;
}

.flickr-block-set-title {
/*    float:left;*/
}

.flickr-block-set-title a {
    float: right;
    width: 200px;
}

.flickr-block-photoset a {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #205493;
}

.page-participate .flickr-block-photosets .flickr-block-photoset {
    margin-top: 1em;
}

.page-participate iframe#twitter-widget-0 {
    width: 360px !important;
}

#block-govdelivery-signup-0.contextual-links-region {
    position: static;  
    float: right;
    margin: 5px 10px 4px 10px;
}

#edit-govdelivery-signup label {
    float: left;
    margin-top: 2px;
}

fieldset#edit-govdelivery-signup {
    border: 0px solid #c0c0c0;
    margin: 5px;
    padding: 0;
}

#edit-govdelivery-signup .form-item.form-type-textfield.form-item-email {
   margin: 0 5px 0 0; 
   float: left;
}

#edit-govdelivery-signup .fieldset-wrapper input#edit-submit--3.form-submit,
#edit-govdelivery-signup .fieldset-wrapper input#edit-submit--2.form-submit {
   padding: 2px 10px 2px 0px;
   margin: 0;
   text-transform: uppercase;
   font-size: 16px;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 500;
   background-color: #205493;
}

#edit-govdelivery-signup .fieldset-wrapper input#edit-email {
    margin: 0px 0 0 5px;
    padding: 3px 0 3px 15px;
    height: 26px;
    border-radius: 4px;
    border-style: solid;
    border-width: 0px;
    width: 250px;
    color: gray;
}

#govdelivery-signup-blockform {
/*    width: 430px;*/
    float: right;
/*    margin: 5px 8px;*/
}

article ul.links.inline li a,
.node-article.view-mode-full p.submitted a {
    text-decoration: none;
    font-weight: bold;
    color: #286090;
}

.field-contributor-ref .node-contributor h2.node-title a {
    text-decoration: none;
    font-weight: bold;
    color: #286090;
    font-size: 0.7em;
    font-family: 'Droid Sans', sans-serif;
    float: left;
    padding-right: 5px;
}

.field-contributor-ref .node-contributor .field-contributor-bio {
/*   line-height: 1.2em; 
   padding-bottom: 20px;
   border-bottom: 1px solid gray;
   margin-bottom: 20px;*/
    visibility: hidden;
    display: none;

}   

.page-node-edit .sidebar {
    margin-top: 20px;
}

.node-article-form input#edit-field-show-textcard-und-0-upload-button,
#edit-field-show-textcard-und-0-ajax-wrapper label,
#edit-field-show-textcard-und-0-ajax-wrapper .description,
.node-article-form input#edit-field-show-textcard-und-0-upload {
    visibility: hidden;
    display: none;
}

.front div#block-views-state-front-page-block-4 img {
    margin: 0 20px 20px 100px;
    float: left;
}

.front div#block-views-state-front-page-block-4 .view-content .views-row-1 {
    width: 95%;
}

.page-taxonomy-term #content {
    width: 100%;
    padding: 0;
}

.view-taxonomy-term .view-content .views-row article.node-teaser {
    width: 100%;
/*    float: left;*/
    margin: 0 20px 10px 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid gray;
}

.view-taxonomy-term .view-content .views-row article .field-body {
    width: 100%;
    border-bottom: 0px solid gray;
    border-left: 2px solid silver;
    margin-bottom: 5px;
    padding: 0 0 10px 15px;
}

.view-taxonomy-term .view-content .views-row article #translated {
    font-size: 13px;
}

.view-taxonomy-term .view-content .views-row article p.submitted {
    margin: 5px 0;
/*    padding-right: 20px;
    width: auto;*/
}

.view-taxonomy-term .view-content .views-row article p.submitted a {
    font-weight: bold;
    text-decoration: none;
    color: #205493;
}

.unpublished {
    font-size: 110px;
}

.page-node.node-type-article h1#page-title.page__title.title {
    visibility: hidden;
    display: none;
}

.page-node.node-type-article .field-title-field h1 {
    color: #981b1e;
    margin: 20px 0 0 0;
    max-width: 760px;
    line-height: 48px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
}

.node-article #node-admin-data{
    background: black;
    min-width: 300px;
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
    height: 24px;
}

.not-logged-in .node-article #node-admin-data{
   visibility: hidden;
   display: none;
}

article.node-teaser.node-article #node-admin-data {
    margin-bottom: 10px;
    width: 40%;
}

.node-article .field_content_identifier {
    float: left;
    height: 10px;
    background: black;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.node-article #statistics {
/*    float: left;*/
    height: auto;
    background: black;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

article.node-teaser .node-article .field_content_identifier,
article.node-teaser .node-article #statistics {
    padding: 0 15px;
}

#node-admin-data {
    float: none;
}

#translated {
    clear: both;
}

#translated .links.inline {
    margin-left: 15px;
}

p.submitted {
    margin: 5px 15px 25px 0;  
}

#teaser-left {
    float: left;
    width: 55%;
    padding: 0 20px 0 0;
}

#teaser-left h2.node__title {
    float: none;
    clear: both;
    padding-top: 5px;
}

#teaser-left h2.node__title a {
    padding: 0 20px 0 0;
}

#teaser-right {
    width: 95%;
    float: left;
}

article.node-teaser {
    width: 100%;
}

#content .view-taxonomy-term .view-content {
    border-top: 1px solid gray;
    margin: 30px 30px 0 30px;
    padding: 10px 0 0 0;
}

.field_read_time {
    font-family: georgia, serif;
    font-style: italic;
    padding: 0;
    color: darkslategray;
    font-size: 18px;
/*    clear: both;*/
    text-align: right;
/*    float: left;*/
    position: relative;
    top: -25px;
    height: 5px;
}

.node-teaser .field_read_time {
    float: left;
    height: 35px;
/*    position: relative;*/
    top: 0px;
}

/*#field-read-time {
    height: 5px;
}*/

.view-id-taxonomy_term.teaser-view.basic-pager.landing .view-header {
    float: right;
    padding: 0 60px 0 0;
    position: relative;
    top: -55px;
}

.view-id-taxonomy_term.teaser-view.basic-pager.landing #statistics .inline {
    margin: 0 10px;
}

article.node-contributor.node-teaser #teaser-right,
article.node-contributor.node-teaser #teaser-left {
    float: none;
    width: 100%
}

article.node-contributor.node-teaser #teaser-left h2.node__title a {
/*    padding-right: 5px;*/
    visibility: hidden;
    display: none;
}

article.node-contributor.node-teaser #teaser-left h2.node__title {
    padding-top: 0;
}

#content.column {
    margin: 2px 0 0 0;
}
/*nav.breadcrumb {
    visibility: hidden;
    display: none;
}*/

/* Style Article form  */

#article-node-form,node-form.node-article-form {
    float: left;
    width: 800px;
}

.vjs-dock-text, .video-js .vjs-dock-text {
    visibility: hidden;
    display: none;
}

#block-system-main-menu {
/*    visibility: hidden;
    display: none;*/
}

.views-row .player iframe.youtube-player #player .ytp-chrome-top,
.views-row .player iframe.youtube-player #player .ytp-gradient-top,
.vjs-dock-shelf .vjs-button.vjs-share-control {
    visibility: hidden;
    display: none;
}

.block-views-state-front-page-block-4 .block-views .views-field-title a {
    
}

a.feed-icon {
        visibility: hidden;
        display: none;
}
    
ul.facebook-feed .facebook-feed-picture {
    margin-right: 15px;
    margin-bottom: 10px;
}

ul.facebook-feed .facebook-feed-time {
    margin-bottom: 15px;
}

article.node-91 .accordion-content {
    display: none;
}

article.node-91 .accordion-toggle h3 span#accordionIcon {
    color: gray;
    font-size: .6em;
    padding-left: 5px;
}

#block-block-71 p a,
#block-block-72 p a {
    display: none;
}


/*nav.navigation #block-block-67 a {
  line-height: 30px;
  color: pink;
  padding: 0 5px;
  float: right;
}

* hidden search field *
#search-block-form {
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  z-index: 9999;
}
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }*/

#block-views-story-minutiae-block-1,
#block-views-story-minutiae-block {
    clear: both;
    position: relative;
    top: 20px;
}

#block-views-story-terms-block.block {
    margin-bottom: 30px;
}

#block-views-story-terms-block .view-content{
  background-color: pink;
  float: none;
}

.view-story-terms .view-id-story_terms {
    background-color: orange;
    margin-bottom: 30px;
}

.view-story-terms.story-tags {
    margin-bottom: 20px;
}

.view-story-terms .views-row {
  float: left;
  margin-right: .33em;
}

.view-story-terms .views-row {
    display: block;
    margin-bottom: .7em;
    float: left; 
    margin: 0 5px 10px 20px;
}

.view-story-terms .term {
  background-color: #205493;
  padding: .33em .5em .33em .75em;
}

.view-story-terms .term,
.view-story-terms .term a,
.view-story-terms .count,
.view-story-terms .count a {
  color: white;
  text-decoration: none;
}

.view-story-terms .views-row:hover .term a {
  text-decoration: underline;
}

.view-story-terms .count {
  background-color: #163552;
  padding: .33em .5em .33em .5em;
}

.issues-list .vocabulary-regions a,
.issues-list .vocabulary-issues a {
    text-decoration: none;
}

nav.navigation #block-dyslexia-dyslexia-switcher .dyslexia_switcher.dyslexia_switcher_links p,
header#header.header #block-dyslexia-dyslexia-switcher .dyslexia_switcher.dyslexia_switcher_links p {
    margin: 0;
    height: 20px;
    width: 10%;
}

nav.navigation #block-dyslexia-dyslexia-switcher .dyslexia_switcher.dyslexia_switcher_links p a,
header#header.header #block-dyslexia-dyslexia-switcher .dyslexia_switcher.dyslexia_switcher_links p a {
    margin: 0;
    height: 20px;
    width: 10%;
    /*color: yellow;*/
    text-decoration: none;
}

nav.navigation #block-dyslexia-dyslexia-switcher.block h2.block-title.block__title,
header#header.header #block-dyslexia-dyslexia-switcher h2.block-title.block__title {
    margin: 0;
    height: 20px;
    visibility: hidden;
    display: none;
}

nav.navigation #block-dyslexia-dyslexia-switcher.block {
    margin: 0;
    float: none;
}

/*iframe.pagepreview-preview {
    border: 1px solid #aaa;
    width: 1100px;
    height: 480px;
}*/
article.view-mode-full div.field-body p.caption-text {
    font-weight: bold;
    color: gray;
    font-family: 'Roboto Condensed', sans-serif;
}

.node-article .field-caption {
    font-weight: bold;
    color: gray;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
}

body.maintenance-page.in-maintenance {
    margin: 20px auto 0 auto;
    width: 240px; 
}

body.maintenance-page.in-maintenance #content.column,
body.maintenance-page.in-maintenance h1#page-title {
   text-align: center;
   width: 240px;
}

input[type="submit"]#edit-field-show-textcard-und-0-remove-button {
   visibility: hidden;
   display: none; 
}

article.node-unpublished h2.node__title.node-title a {
    visibility: hidden;
    display: none;
}

.body_mce {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 18px;
    margin: 10px 0;
}

.header1_mce {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    margin: 10px 0;  
}

.header2_mce {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    font-size: 26px;
    margin: 10px 0;
}

