
body {
  background: #b9cca5 url(../../images/bg-clouds.png) no-repeat top center fixed;
  background: url(../../images/bg-clouds.png) no-repeat top center, -webkit-gradient(linear, left top, left bottom, from(#e3ecd9), to(#b9cca5)) fixed;
  background: url(../../images/bg-clouds.png) no-repeat top center, -webkit-linear-gradient(top, #e3ecd9, #b9cca5) fixed;
  background: url(../../images/bg-clouds.png) no-repeat top center, -moz-linear-gradient(top, #e3ecd9, #b9cca5) fixed;
  background: url(../../images/bg-clouds.png) no-repeat top center, -ms-linear-gradient(top, #e3ecd9, #b9cca5) fixed;
  background: url(../../images/bg-clouds.png) no-repeat top center, -o-linear-gradient(top, #e3ecd9, #b9cca5) fixed;
  background: url(../../images/bg-clouds.png) no-repeat top center, linear-gradient(top, #e3ecd9, #b9cca5) fixed;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#e3ecd9', EndColorStr='#b9cca5')
}

body.category-california {
  background: #e3ecd9 url(../../images/bg-clouds3.jpg) no-repeat top center fixed
}

body.category-idaho {
  background: #e3ecd9 url(../../images/idaho.jpg) no-repeat top center fixed
}

body.category-utah {
  background: #e3ecd9 url(../../images/utah2.jpg) no-repeat top center fixed
}

body.category-alaska {
  background: #e3ecd9 url(../../images/alaska.jpg) no-repeat bottom center fixed
}

body.category-arizona-articles {
  background: #e3ecd9 url(../../images/arizona.jpg) no-repeat bottom center fixed
}

body.category-dc-news-bureau {
  background: #e3ecd9 url(../../images/dc2.jpg) no-repeat top center fixed
}

body.category-montana {
  background: #e3ecd9 url(../../images/montana2.jpg) no-repeat bottom center fixed
}

body.category-oregon {
  background: #e3ecd9 url(../../images/oregon2.jpg) no-repeat top center fixed
}

body.category-wyoming {
  background: #e3ecd9 url(../../images/wyoming.jpg) no-repeat bottom center fixed
}

body.single-worldnews_type,
body.post-type-archive-worldnews_type {
  background: #e3ecd9 url(../../images/worldnews.jpg) no-repeat top center fixed
}

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

#site-navigation{
  background-color: #e4f0db;
  border-color: #afcf97;
  border-bottom: 1px solid #afcf97;
  margin: 0 0 2em;
  box-shadow: inset 0 5px 5px 0 rgb(0 0 0 / 5%);
}


.site-header .pm_container {  
  margin: 0 auto; 
  padding: 0 15px; 
}

#content{
  margin: 0 auto;
  background-color: rgba(255,255,255,.6);
  padding: 0 15px;
  padding-bottom: 20px;
}

#content-subscribe,#content-subscr {
  margin: 0 auto;
}

footer#footer{
  margin: 0 auto;
  margin-top: 15px;
  padding: 3px 0 30px;
  border-top: 1px solid #cadfba;
}

#featuredWrap .hp-slide{
  width: 48%;
}

.thumb{
  display: flex;
  justify-content: flex-start;
}

.thumb img{
  height : 72px;
}

#archive-div-title{
  width: 75%;
}

.thumb a.videoPlay{
  width: 22%;
}

figure.videoArrow{
  position: absolute;
  margin-top: 1.7%;
  margin-left: 3.6%;
}

figure.videoArrow button[name="play"] {
  width: 30px;
  height: 30px;
  background: #032c00;
  border: none;
  border-radius: 100%;
  margin: auto;
  cursor: pointer;
}
figure.videoArrow button[name="play"]:focus {
  outline: 0;
  border: 1px solid hsl(210, 58%, 69%);
  box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);
}

figure.videoArrow button[name="play"]::after {
  content: '';
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent white;
}

.right-sidebar #primary{
  width: 65% !important;
  float: left;
}

section#main{
  width: 65% !important;
  float: left;  
}

img.single-thmb{
  width: 125px;
}

.right-sidebar #sidebar{
  width: 30% !important;
  float: right;
}

.sidebar-feature-articles li {
  display: block;
  clear: both;
  float: left;
  padding-bottom: 5px;
  line-height: 14px;
  font-size: 14px;
}

.sidebar-feature-articles .videoPlay{
  float: left;
  margin: 0px 5px 0px 0px;
}

#site-navigation a{
  color: #60903c;
  text-shadow: 0 1px 0 #fff;
}

a:hover{
  text-decoration: underline;
}

.thumb h3 {
  overflow: hidden;
  line-height: 1.2em;
}

.search-form{
  margin-top: 10px;
}

.search-form input{
    border-color: #aed293 #d6e8c9 #d6e8c9 #aed293;
    background-color: #e4f0db;
    color: gray;
    font-size: 1em;
    outline-color: unset !important;
}

.search-form input::placeholder{
  color: gray;
  font-size: 1em;
}

#signin_menu {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  display: none;
  background-color: #fff;
  position: absolute;
  width: 210px;
  z-index: 100;
  border: 1px transparent;
  text-align: left;
  padding: 12px;
  top: 29px;
  right: 0;
  margin-top: 0;
  margin-right: 0;
  *margin-right: -1px;
  color: #789;
  font-size: 11px
}

#signin_menu input[type=password],
#signin_menu input[type=text] {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #ACE;
  font-size: 13px;
  margin: 0 0 5px;
  padding: 5px;
  width: 203px
}

#signin_menu p {
  margin: 0
}

#signin_menu a {
  color: #6AC
}

#signin_menu label {
  font-weight: 400
}

#signin_menu p.remember {
  padding: 10px 0
}

#signin_menu p.complete,
#signin_menu p.forgot {
  clear: both;
  margin: 5px 0
}

#signin_menu p a {
  color: #27B!important
}

#signin_submit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #39d url(images/loginImg/bg-btn-blue.png) repeat-x scroll 0 0;
  border: 1px solid #39D;
  color: #fff;
  text-shadow: 0 -1px 0 #39d;
  padding: 4px 10px 5px;
  font-size: 11px;
  margin: 0 5px 0 0;
  font-weight: 700
}

#signin_submit::-moz-focus-inner {
  padding: 0;
  border: 0
}

#signin_submit:focus,
#signin_submit:hover {
  background-position: 0 -5px;
  cursor: pointer
}

.posts-navigation{
  display: none;
}

.widget ul li a {
  line-height: 22px;
  color: #333;
}

.widget h3{
  color: #333;
  font: normal 16px/1.5em 'Arvo', arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #cadfba;
}


#content-ad, #content-subscribe {
  border-color: #cadfba;
}

#content-ad, #content-subscribe {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}



#content-subscribe .banner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

#content-subscribe .banner .button-wrap a{
  padding: 8px 20px;
  font-size: 1.3em;
  border-radius: 3px;
  text-decoration: none;
}

#featured-category {
  border-color: #cadfba;
  color: #3f850d;
  background: #fff;
}

#featured-category {
  padding: 1.5em 20px;
  border-top: 3px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
}

#footer ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .menu li {
  float: left;
  margin: 10px;
}

#footer-search,#copyright{
  margin-top: 15px;
  padding: 3px 0 30px;
  border-top: 1px solid #cadfba;  
}

#copyright{
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-search .rss{
  padding: 10px 10px 10px 20px;
  background: url(../../images/ico-rss.png) no-repeat 0 10px;
}

.categoryDrop {
  padding: 10px 0;
  text-align: right;
}
.fr {
  float: right;
}

.categoryDrop label{
  display: block;
}

.categoryDrop select{
  background-color: white;
  font-size: 13px;
}

#topnav{
  padding: 10px 0;
  font-size: 13px;
  line-height: 23px;
  text-align: right;
  position: relative;
  z-index: 9999;
}

#topnav a.signin {
  position: relative;
  margin-left: 3px;
  text-shadow: 1px 1px rgb(255 255 255 / 50%);
  color: #97ad7e;
  background: #cedcbf;
  padding: 4px 6px 6px;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: color .25s ease-out;
  -moz-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

#topnav a.signin:hover {
  color: #000;
}

a.signin span {
  background-image: url(../../images/toggle_down_light.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 4px 16px 6px 0;
}

a.signin.menu-open span {
  background-image: url(../../images/toggle_up_dark.png);
  color: #789;
}

#infscr-loading{
  background: #fff;
  background-color: rgba(255,255,255,.8);
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 35px;
}

#infscr-loading div {
  float: left;
  line-height: 35px;
  padding-left: 20px;
  font-size: 18px;
  color: #254e08;
}

#infscr-loading img {
    float: left;
}

article.page, article.post {
  border-bottom: 1px solid rgba(255,255,255,.9);
}

article.post .excerpt,article .excerpt {
  line-height: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding-bottom: 10px;
}

strong a {
  font-style: unset;
}

.sidebar-feature-articles li a {
  font-size: 14px;
  color: #1f5000;
}

#content-subscribe p{
  font-size: 1.3em;
}

.videoDimension {
  width: 125px;
  height: 67px;
  overflow: hidden;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#featured-category ul li{
  display: flex;
  justify-content: flex-start;
}

#featured-category ul li a{
  margin: 5px;
}

#featured-category ul li a img{
  height : 72px;
}

#footer #footer-navigation {
  margin-top: 3px;
  padding: 1.3em 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}

#footer .menu-item a{
  color: #60903c;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none !important;
}

#footer-search .pm_header_search{
  width: 40%;
}

#footer #footer-widgets {
  border-top: 1px dotted #e9e9e9;
  padding: 30px 0;
}

#footer, #footer #copyright {
  color: #0b3500;
}
#footer #copyright {
  padding: 1.2em 0 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  font-size: .9em;
  color: #b3b3b3;
}

#topnav a.menu-open {
  background: #fff!important;
  color: #666!important;
  outline: 0;
  text-shadow: 1px 1px rgb(255 255 255 / 50%);
}

article.post header h1, article header h1{
  line-height: 1.2em;
}

article.post .post-meta li, article .post-meta li {
  display: inline;
  padding: 0 12px 0 12px;
  border-left: 1px solid #d0d0d0;
}

article.post .post-meta li:first-child, article .post-meta li:first-child {
  border: none;
  padding-left: 0;
}

article.post .post-meta .post-author a, article .post-meta .post-author a {
  color: #787878;
}

article .post-meta, article.post .post-meta {
  background-color: #dfedd4;
}

.entry p {
  padding-bottom: 10px;
  font-size: 12pt;
  line-height: 1.6;
}

.featured-bureau {
  width: 48%;
  float: left;
}

.featured-dc {
  width: 48%;
  float: right;
}

.flex-direction-nav {
  display: none !important;
}

#sliderBureau .title, #sliderDc .title {
  position: absolute;
  top: 190px;
  width: 400px;
  background: rgba(0,0,0,.8);
  color: #fff;
  padding: 5px 5px 5px 15px;
}

.archive_header .fl {
  width: 70%;
  float: left;
}

.archive_header .catrss {
  width: 28%;
  text-align: right;
  float: right;
}

.archive_header .catrss a {
  font-size: .8em;
  text-decoration: none;
  line-height: 1em;
}

.archive_header {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: 1px dotted #222;
  margin: 0 0 10px;
  border-color: #132804;
}

#carouselBureau ul li img,#carouselDc ul li img{
  height: 70px;
}

#sliderBureau{
  position: relative;
}

#single-post .entry{
  width: 65%;
  float: left;
}

.entry blockquote p {
  position: relative;
}

.entry blockquote p:first-child:before {
  color: #c9e1b7;
}

.entry blockquote p:first-child:before {
  content: '\201C';
  font-size: 8em;
  line-height: 1em;
  position: absolute;
  top: -15px;
  left: -105px;
  color: #dedede;
  font-family: "Times New Roman", Times, serif;
}

.entry blockquote {
  padding: 10px 20px 10px 25%;
  font-size: 1.2em;
  color: #000;
}

#post-entries, .nav-entries, .woo-pagination, .wp-pagenavi {
  background: #e4f0db;
}

.nav-entries, .wp-pagenavi, .woo-pagination, #post-entries {
  padding: 10px 15px;
  background: #f7f7f7;
}

.related-posts .fl{
  display: flex;
  justify-content: flex-start;
}

.related-posts .fl .videoPlay{
  width: 22%;
}

.related-posts .fl h4{
  width: 70%;
  margin-left: 2%;
}

.comment-respond .form-submit input.submit {
  float: left !important;
}

#single-post article .entry p.tags {
  color: rgb(96, 144, 60);
  background-color: rgb(223, 237, 212);
}

#single-post article .entry p.tags {
  color: rgb(120, 120, 120);
  margin-bottom: 20px;
  font-size: 0.9em;
  background: url(../../images/ico-tag.png) 10px 10px no-repeat rgb(242, 242, 242);
  padding: 5px 30px;
}

.entry ul, .entry ol {
  margin-bottom: 1.5em;
  padding: 0px 0px 0px 30px;
}

p.comment-form-comment{
  width: 80%;
}

#single-post article header h1{
  padding-bottom: 10px;
}

#single-post article header .post-meta{
  margin-bottom: 10px;
}

#single-post article header .post-meta ul{
  padding : 5px 10px;
}

article .post-meta, article.post .post-meta {
  color: #60903c;
}

.entry-content p {
  padding-bottom: 10px;
  font-size: 12pt;
  line-height: 1.6;
}

.nav-menu a:hover, .nav-menu li.current-cat a, .nav-menu li.current-menu-ancestor a, .nav-menu li.current_page_item a, .nav-menu li.current_page_parent a, .nav-menu li.li.current-menu-item a, .nav-menu li.sfHover a,
#footer-navigation li.current_page_item a 
{
  color: #132804 !important;
}

#single-post article #single-media {
  border-color: #132804;
}

#single-post article #single-media {
  border-bottom: 1px dotted #222;
}

#single-media img.single-thmb{
  width : 100%;
  padding-bottom : 20px;
} 

#single-post article header{
  padding-bottom: 1.5em;
  border: none;
}

.comment-form .comment-form-comment label{
  width: 100%;
}

.comment-reply-title{
  padding: 5px 10px;
}

.archive_header {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 0 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #222;
}

#contact-page ol.forms {
  float: left;
  list-style: none;
  width: 100%;
  margin: 10px 0 0;
}

#contact-page ol.forms li {
  clear: both;
  float: left;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}

#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
}

#contact-page ol.forms li.screenReader {
  margin-bottom: 0;
}

#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.entry #sitemap-pages, .entry #sitemap-categories, .entry #archive-categories, .entry #archive-dates {
  float: left;
  width: 50%;
}

#archive-categories ul li, #archive-dates ul li {
  list-style-type: disc;
}

article.post .post-meta ul, article .post-meta ul {
  padding: 3px 10px;
}

article.post .post-meta, article .post-meta {
  margin: 0 0 .3em 0;
  padding: 1px 0 0;
  line-height: 1.5em!important;
}

article.post header h1, article header h1 {
  margin: 0 0 .3em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

small{
  font-size: 100% !important;
}

.related-posts .nav-prev{
  margin-bottom: 10px;
}

.related-posts img.videoPlay{
  height:70px;
}

.site-logo .logo-img .bureau {
  position: absolute;
  bottom: -8px;
  right: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.35em;
  color: #254e08;
}

.site-logo .logo-img a:hover {
  text-decoration: none;
}

.wlm_regform_improved{
  margin: unset !important;
}
