body {
	font-family: 'Libre Franklin', sans-serif;
/*   background-color: #F9FBFF; */
	margin: 0;
/*	padding: 24px;*/
	color: #4c4c4c;
	margin-top: 59px;
}

blockquote {
  border-left: 3px solid #f87642;
  margin-left: 12px;
  padding-left: 18px;
}

li {
	margin-bottom: .5em;
}

/*LINKS*/

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}

.body-post a, .body-text a {
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
	box-shadow: inset 0 -1px 0 0 #fff, inset 0 -3px 0 0 #FAC833;
/*	border-bottom: 2px solid #fafa33;*/
/*	text-decoration: underline;*/
/*	background-color: #fafa33;*/
}
.body-post a:hover, .body-text a:hover {
/*	color: #008fd5;*/
/*	color: #000;*/
/*	text-decoration: underline;*/
	background-color: #FAC833;
	text-shadow: none;
}

.featured-post a, .post-box a {
    color: #000;
    text-decoration: none;
}
.featured-post a:hover, .post-box a:hover {
	text-shadow: none;
	box-shadow: none;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
	box-shadow: inset 0 -1px 0 0 #fff, inset 0 -3px 0 0 #FAC833;
}

/*DROPDOWN MENU*/

.dropbtn {
    background-color: #fff;
    color: #4c4c4c;
    /*padding: 16px;*/
    font-size: 16px;
	font-weight: 500;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
/*    min-width: 90px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 480px) {
  .dropdown-content {
    right: 0;
  }
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
	border-bottom: 1px solid #ddd;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: none;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%;
	}
}

#wrapper {
  margin:auto;
  padding: 0 36px;
/*  margin-top: 60px;*/
  max-width: 1120px;
}

#header {
  width: 100%
  color: #000;
  margin-bottom: 6px;
}

#logo {
/*  color: #000;
  font-weight: 900;
  font-size: 24px;*/
/*  border-bottom: 2px solid #000;*/
/*  padding: 3px 0;*/
/*  padding-bottom: 10px;*/
/*  background-color: #ebebeb;*/

}
#logo a {
  color: #000;
  border: 0;
}
.logo-image  {
  height: 32px;
/*  padding: 20px 15px;
  display: inline-block;*/
}
.logo-type {
	height: 30px;
	vertical-align: 35%;
}
.callout {
  float:right;
/*  font-size: 16px;*/
  font-weight: 500;
  margin-right: 12px;
/*  border: 4px solid #ddd;*/
}
.callout a, .callout a:hover {
	color: #000 !important;
}

@media screen and (min-width: 0px) and (max-width: 850px) {
  .callout { display: none; }  /* show it on small screens */
  .donate { display: none; }
  .twitter-follow-button { display: none; }
  .powered { display: none;}
  #home-banner {font-size: 20px !important; }
  .u-hidden\@mobile { display: none!important; }
}


[id="menu"] {
  font-size: 15px;
  font-weight: 500;
/*  clear:both;*/
  border-bottom: 1px solid #E6E6E6;
  position: fixed;
  background-color: #fff;
  display: block;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
/*  padding: 10px 24px;*/
/*  background-color: #e1e1e1;*/
}
[id="menu"] a {
/*	margin-right: 2em;	*/

}
[id="menu"] a:hover {
	color: #999;
}
[id="menu"] a:hover .callout  {
	color: #4c4c4c;
}

[id="menu"] .nav-item {
	padding: 20px 15px;
	display: inline-block;
}
[id="menu"] .nav-logo {
	padding: 0 5px 0 15px;
	display: inline-block;
	vertical-align: middle;
}

#home-banner-wrapper {
	background-image: url('/theme/barffle/images/capitol5.jpg');
	width: 100%;
	background-size:100% auto;
}
#home-banner {
	margin:auto;
	max-width: 1080px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	padding: 24px 50px;
	line-height: 1.5em;
	margin-bottom: 12px;
}
#home-banner span {
	display: inline;
/*	background-color: #fa3635;*/
	/*background: rgba(242, 134, 64, 0.7);
    box-shadow: 10px 0 0 rgba(242, 134, 64, 0.7), -10px 0 0 rgba(242, 134, 64, 0.7);*/
	background: rgba(256, 0, 0, 0.7);
    box-shadow: 10px 0 0 rgba(256, 0, 0, 0.7), -10px 0 0 rgba(256, 0, 0, 0.7);
}
#home-banner span.highlight {
	display: inline;
	background-color: RGBA(227, 227, 0, 0.7);
    box-shadow: 10px 0 0 RGBA(227, 227, 0, 0.7), -10px 0 0 RGBA(227, 227, 0, 0.7);
}
#home-banner span.highlight a {
	color: #000;
}
#home-banner span.highlight a:hover {
	text-decoration: underline;
}


.single-column {
  max-width: 700px;
  margin:auto;
  padding-top: 1em;
}
.single-column-2 {
  max-width: 800px;
  margin:auto;
  padding-top: 1em;
}
.single-column-3 {
  max-width: 900px;
  margin:auto;
  padding-top: 1em;
}

.section-center {
	margin: 0 auto;
	}

.section-header {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
}

.sidebar-header {
  color: #000;
  font-size: 22px;
/*  text-transform: uppercase;*/
  text-align: center;
  margin: 0 0 .5em 0;
}
.sidebar-header img {
	height: 24px;
	margin-right: 3px;
	margin-bottom: -2px;
}


.sidebar-item {
  padding: 1em;
  background-color: #f9f9f9;
  margin-bottom: 3px;
  min-height: 80px;
}
.sidebar-item:hover {
	background-color: #f1f1f1;
	font-weight: inherit;
}
.sidebar-item img {
	float: right;
	margin-left: 12px;
}
.sidebar-headline {
  font-weight: 500;
  color: #222;
  margin-bottom: 1em;
}
.sidebar-byline {
  font-size: 14px;
}
.sidebar-byline span {
  color: #C91900;
}

.sidebar-item-all {
  padding: 1em;
  background-color: #f3f3f3;
  margin-bottom: 3px;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 1em;
}
.sidebar-item-all:hover {
	color: #C91900;
	background-color: #eee;
}

.content {
	margin-top: 1em;
/*	margin-bottom: 1em;*/
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding: 0 1em;
}

/*.newsletter-ad {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
  background-color: #C91900;
  color: #fff;
}*/

.featured-post {
  margin-bottom: 2em;
}
.featured-post-image a:hover {
	text-shadow: none;
	box-shadow: none;
}

.byline {
  font-size: 16px;
  margin-bottom: 20px;
  height: 40px;
}
.byline img {
  border-radius: 50%;
  height: 40px;
  margin-right: 6px;
  vertical-align: middle;
}
.byline a {
  font-weight: 500;
  border: none;
  color: #000;
}
.byline a:hover {
  text-decoration: underline;
}
.byline span {
  margin-top: 10px;
  float:right;
  font-size: 15px;
}
.byline span a {
  font-weight: normal;
  color: #C91900;
}
img.body-image {
  width: 100%;
  margin-bottom: 1em;
}

img.listing-image {
	width: 100%;
}

h1.latest {
	font-weight: 700;
	font-size: 30px;
	color: #000;
	margin: 0;
	vertical-align: top;
	border-bottom: 2px solid #000;
	margin-bottom: 12px;
}

h1.headline-post {
/*	font-family: 'Lora', serif;*/
	font-weight: 700;
	font-size: 46px;
	color: #000;
	margin: 0;
	line-height: 1.2em;
}
h2.headline-post {
/*  font-family: 'Lora', serif;*/
  font-weight: 700;
  font-size: 32px;
  color: #333;
  margin: 0;
}
h3.headline-post {
/*  font-family: 'Lora', serif;*/
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.summary-post {
  font-size: 20px;
  line-height: 1.5em;
  color: #000;
}
.content .summary-post {
  margin-bottom: 1.3em;
}
.byline-post {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1em;
}
.content .byline-post {
	font-size: 16px;
  	margin-bottom: 2em;
}
.content .byline-post .name {
  font-weight: 700;
}
.content .byline-post .date {
  font-size: 14px;
  text-transform: none;
}

.byline-post a {
  border: 0;
  color: #000;
}
.byline-post .name {
  font-weight: 500;
}
.byline-post .date {
  font-size: 12px;
  text-transform: none;
}

.body-post {
  font-family: 'Lora', serif;
  font-size: 14pt;
  line-height: 28px;
/*  color: #232323;*/
  color: #000;
}
.body-post img {
	max-width: 100%;
	height: auto;
}

.post-box {
/*  border-right: 1px solid #ccc;*/
/*  min-height: 375px;*/
/*  padding-right: 12px;*/
  display: block;
/*  padding: 6px;*/
  /*max-height: 100px;*/
}


.headline {
  font-weight: 700;
  color: #333;
  display: inline;
  margin-right: 6px;
}

.body-text {
  clear: both;
  font-size: 18px;
  line-height: 1.7em;
  padding-left: 2px;
  margin-bottom: 1em;
}
.body-text p:first-of-type {
  display: inline;
}

/*

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 16px;
}
textarea {
    width: 100%;
    height: 300px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 16px;
}
select {
    font-size: 16px;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
}
.button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
    font-size: 16px;
}*/

#about {
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 1.5em;
	font-style: italic;
	margin: 1em 0;
	padding: 1em 0;
	clear: both;
}
#footer {
	clear: both;
	background-color: #222326;
	padding: 50px 36px;
	margin-top: 1em;
}
#footer-wrapper {
	margin:auto;
	max-width: 1100px;
}
#footer-info {
  font-weight: 700;
  margin-bottom: 1em;
}
#footer-info a {
	margin-right: 20px;
	color: #fff;
}
#footer-info a:hover {
	color: #999aa1;
}
#footer-info span {
  float: right;
}
#footer-resources {
  font-size: 14px;
}
#footer-resources a {
	color: #999aa1;
	margin-right: 20px;
}
#footer-resources a:hover {
	color: #fff;
}
#footer-resources span {
  float: right;
}

/*.latest {
  border-top: 1px solid #999;
  margin-bottom: 2em;
  padding-left: 3px;
}
.latest h3 {
  color: #000;
}
.latest ul {
  padding-left: 0;
}
.latest ul li {
  margin-bottom: 1em;
  list-style-type: none;
}*/

.author-bio {
  font-weight: 40;
  margin-bottom: 1em;
  padding-bottom: 1em;
  /*border-bottom: 1px solid #333;*/
}
.author-bio h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}
.author-bio span {
  display: block;
  margin-bottom: 6px;
}
.author-bio span img {
  margin-right: 5px;
}
.author-bio span a {
  border: 0;
  color: #C91900;
}
.author-bio span a:hover {
  text-decoration: underline;
}
img.author-page {
  border-radius: 50%;
  height: 100px;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
}

ul.index-list {
  font-size: 14px;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 2em;
}
ul.index-list li a {
  font-weight: 700;
  font-size: 18px;
  border:0;
}
ul.index-list li a:hover {
  text-decoration: underline;
  color: #C91900;
}
ul.index-list li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

a.edit_link {
  font-size: 14px !important;
  color: #C91900;
}

#hot-take-header {
	font-size: 30px;
	color: #000;
/*	text-transform: uppercase;*/
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
}
#hot-take-header img {
	height: 36px;
	margin-right: 6px;
	margin-bottom: -3px;
}

h1.page-header {
	font-weight: 700;
	font-size: 46px;
	color: #000;
	margin-top: 55px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	margin-bottom: 0;
}
h3.page-subhead {
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}

.about-section {
	border-top: 1px solid #ddd;
	padding-top: .5em;
}

img.bio-pic {
/*	display: block;
	margin: 0 auto;*/
	border-radius: 50%;
	width: 200px;
}
/*.bio {
	font-family: 'Lora';
	font-size: 13px;
	line-height: 17px;
}*/

.supporter-logo {
	width: 100%;
/*	width: auto;*/
/*	height: 80px;*/
	vertical-align: baseline;
}

.about-menu li {
	margin-bottom: .5em;
	list-style-type: square;
	color: #C91900;
}
.about-menu li a {
/*	border-bottom: 1px solid #ccc;*/
	color: #000;
}
.about-menu li a:hover {
	color: #C91900;
}

/*PAGINATION*/
.pagination {
	font-size: 20px;
}
.pager {
	margin-bottom: 5em;
}

.pagination ul {
    float: left;
    clear: both;
    display: block;
    margin: 8px 0;
    padding: 0;
    border: 1px solid #DDD;
}

.pagination ul li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #DDD;
    padding: 4px 6px;
    margin-bottom: 0;
}

.pagination ul li:last-child {
    border-right: none;
}

.pagination ul li.active {
    font-weight: bold;
    background-color: #ddd;
}

.pagination ul li a {
    text-decoration: none;
}

h3.blog-listing-headline {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
h3.blog-listing-headline a:hover {
	text-decoration: underline;
	color: #C91900;
}
.blog-listing-teaser {
	line-height: 1.5em;
}
.blog-listing-entry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

/**
 * Styles for 'responsive video embeds'
 */
.responsive-video {
/*  height: 0; */
/*  padding-top: 25px; */
/*  padding-bottom: 67.5%;*/
  margin-bottom: 1em;
/*  position: relative; */
/*  overflow: hidden;*/
}
.responsive-video.vimeo {
/*  padding-top: 0;*/
}
.responsive-video.widescreen {
/*  padding-bottom: 57.25%;*/
}
.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
  width: 100%;
/*  height: 100%;*
/*  position: absolute;*/
}
@media (max-width: 767px) {
  .responsive-video {
/*    padding-top: 0;*/
  }
}

/*LOADING EFFECTS*/
.modeule {}
.come-in {
  transform: translateY(150px);
  animation: come-in 1s ease forwards;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to { transform: translateY(0); }
}

/*MAILCHIMP FORM*/
.newsletter {
	padding-top: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}
.newsletter h2 {
	margin-bottom: 6px;
	line-height: 1em;
}
.newsletter-side {
	padding-top: 1em;
	padding-bottom: 1em;
}
.newsletter-side h2 {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1em;
}
input.required.email {
	font-size: 18px;
	color: #66676e;
	border: 2px solid #e6e7eb;
	box-sizing: border-box;
	margin: 0;
	padding: 13px 15px;
/*	outline-style: none;*/
	float: left;
	margin-right: 4px;
	margin-bottom: 6px;
}
button#mc-embedded-subscribe.form-submit {
	background-color: #2196F3;
	font-size: 18px;
	color: #fff;
	padding: 13px 15px;
	text-align: center;
	border: 2px solid #2196F3;
	box-sizing: border-box;
}
.mce-security {
	position: absolute;
    left: -5000px;
}

/*
 * Main Navigation
 */
.c-main-nav {
  display: table;
}

  .c-main-nav__item {
    display: table-cell;
    vertical-align: middle;
  }

/*
 * Search Form
 */
.c-search-form {
  display: inline-block;
  font-size: 16px;
  float: right;
  margin-right: 12px;
}

  .c-search-form__input,
  .c-search-form__button {
    padding: 6px;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    font-size: 1em;
  }

  .c-search-form__input {
    -webkit-appearance: none;
    color: #66676e;
    border-color: #e6e7eb;
    margin: 0;
    /*outline-style: none;*/
  }

  .c-search-form__button {
    background-color: #2196F3;
    color: #fff;
    text-align: center;
    border-color: #2196F3;
  }

.u-link-natural {
  text-decoration: none!important;
  box-shadow: none!important;
  background-color: none!important;
}

.u-link-natural:hover {
  text-decoration: none!important;
  box-shadow: none!important;
  background-color: transparent!important;
}
