/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

#branding {height: 160px;}






@import url('https://fonts.googleapis.com/css?family=Lato:700,900');

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'),url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'CinzelDecorative';
  font-style: normal;
  font-weight: 400;
  src: local('CinzelDecorative-Regular'), url("fonts/CinzelDecorative") format('woff');
}
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: local('Quattrocento'),  url("fonts/Quattrocento.woff") format('woff');
}

@font-face
{
font-family: museo500-regular-webfont ;
src: url('../fonts/museo500-regular-webfont.ttf');
}


@font-face
{
font-family: SourceSansPro-Regular;
src: url('../fonts/SourceSansPro-Regular.woff');
}

p, div{word-spacing: 2px; 

}



body.page-taxonomy article.node-article header.node-header h1 a{font-family: museo500-regular-webfont;font-weight: normal;}

body.page-taxonomy article.node-article ul li.node-readmore{color: #a91116;
text-shadow: none;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
float: right;
margin-top: 10px;
margin-bottom: 10px;}



section.field-name-field-newsletter-category,
section.field-name-field-upload-image{display:none;}

/* =============================================================================
 *   Old Archives block Start
 * ========================================================================== */
.region-sidebar-second div#block-block-7.block {
    border-bottom: none;
    border-left: none;
    border-radius: 0 0 5px 5px;
    border-right: none;
    margin: 20px 0 0;
    margin-bottom: 20px;
    margin-right: 5%;
}

/* =============================================================================
 *   Old Archives  block End 
 * ========================================================================== */

/* =============================================================================
 *   Photo gallery block START  div.view-photo-gallery div.view-content div.views-row{width:23%; float:left; margin-left:1%;}
 * ========================================================================== */

section#block-views-photo-gallery-block a.block-title-link{color:#ffffff;}

div.view-photo-gallery{width:100%;}

div.view-photo-gallery div.view-content{width:100%;}


/* =============================================================================
 *   Photo gallery block End 
 * ========================================================================== */

/* =============================================================================
 *   Sharebar social links START  
 * ========================================================================== */

#___plusone_1 {width:60px !important;}
body ul#sharebarx li  {margin-right: 4% !important ;}
iframe#twitter-widget-1 {width: 78px !important; }

/* =============================================================================
 *   Sharebar social links END
 * ========================================================================== */
.front section#block-views-highlights-block-1{display:none;}

article.node-article div.field-name-field-author {text-align: right;}

/* =============================================================================
 *   Page-calendar
 * ========================================================================== */


body.page-calendar-created #tasks {
   margin-top: 7%;
}


body.page-calendar-created.page-calendar-created-week #tasks {
   margin-top: 5%;
}

body.page-calendar-created.page-calendar-created-year #tasks {
   margin-top: 5%;
}


body.page-calendar-created .view .date-nav-wrapper .date-next{background: none repeat scroll 0 0 #A91116; right:36%;}
body.page-calendar-created .view .date-nav-wrapper .date-next a {color: #fff;}

body.page-calendar-created .view .date-nav-wrapper .date-prev {background: none repeat scroll 0 0 #A91116; left:36%; right:auto;}
body.page-calendar-created .view .date-nav-wrapper .date-prev a {color: #fff;}

body.page-calendar-created .view .date-nav-wrapper .date-heading {background-color: #A91116;}

body.page-calendar-created .view .date-nav-wrapper .date-heading h3 {color: #fff;}
body.page-calendar-created .view .date-nav-wrapper .date-heading h3 a {color: #fff;}

body.page-calendar-created .calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {color: #fff;}


/* =============================================================================
 *   Page-calendar End 
 * ========================================================================== */

/*subscribe start*/
.region-sidebar-second  .block-simple-subscription .content {padding: 8px 12px;}  

.block-simple-subscription input[type="text"] {

  background: #FFFFFF url('bg_form.png') left top repeat-x;  
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));     
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #2E2B2B;
  outline: 0;
  padding: 0px 3px;
  font-size: 13px;
  height: 2.2em;
  width:99%;
}



.block-simple-subscription input[type="submit"] {
  background: #A91116;
  border-radius: 4px;
  border: solid 1px red;
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*subscribe end*/







/*edition*/
.edvol div.views-field-title span.field-content {font-size:18px; font-family: museo500-regular-webfont;  font-weight: normal;}


.edvol div.views-field-created span.field-content{font-size: 18px; font-family: museo500-regular-webfont;  font-weight: normal;}


.edvol{
  color:#a91116;
  margin-top: 14px;
  font-size: large;
  text-align:right;
  float:right;
}

div.block-social {text-align:right; margin-top: 10px; float:right;}

/*
 * "Main page content" block
 */
#block-system-main {}

.view-featured-post-views{/*height: 190px;margin-top: 23px;*/}



/*captcha*/

fieldset.captcha {border:none;}

 span.fieldset-legend, div.fieldset-description {display:none;} 


/*for more articles*/
#block-block-4 {

  width:280px;
  margin: 20px 0px 8px 8px;
  border-bottom: 1px solid #A91116;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-top: 3px solid;
  border-radius: 3px;
 }


.morarticle{
  width:280px;
  margin: 0px 0px 8px 8px;
  border-bottom: 1px solid #A91116;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-top: 3px solid;
  border-radius: 3px;

}

.morarticle span.views-label{ font-size:18px; font-family: museo500-regular-webfont;font-weight: normal;}

.morarticle span.field-content a {font-family: SourceSansPro-Regular;font-weight: normal;}
/*sidebar highlights*/
.node ul.links li a {
  text-transform: lowercase;
  display: block;
  float: left;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 0.5em 0.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

}




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

}

h1 {text-transform: uppercase;}

h1#page-title {
    
    padding-bottom: 12px;
    text-align: left;
    text-transform: none;
     color: #A91116;
    font-size: 22px;
    letter-spacing: 1px;
    margin-left: 4em;
    font-family: museo500-regular-webfont;
font-weight: normal;
}



/*block-links*/

.block-links div.view-content {margin-top:-9px;}
.block-links h3 {margin: 1px 0 0 0; font-family: museo500-regular-webfont;font-weight: normal;}
.block-links a {font-family: SourceSansPro-Regular;font-weight: normal;}


/*  innerpage image field custom code start*/

.page-node .field-type-image {  width: 38%;  float: left;}



/*breadcrumb*/
.page-node #breadcrumb li.crumb a {
  margin-top: 6px;
  background: url(../images/home.jpg) center -3px no-repeat;
  width: 39px;
  height: 34px;
  display: inline-block;
  position: absolute;
  z-index: 5;
  text-indent: -9999px;
  border-right: 15px solid white;
  float: left;
}

.page-node h1#page-title {  margin-left: 3em;  margin-top: -24px;}


#breadcrumb li.crumb a {

  background: url(../images/home.jpg) center -3px no-repeat;
  width: 61px;
  height: 40px;
  display: inline-block;
  position: absolute;
  z-index: 5;
  margin-top: 20px;
  text-indent: -9999px;
  border-right: 15px solid white;
  float:left;
  margin-left: -11px;
}

/*current-issue*/

.current-issue .view-header hr {

  height: 3px;
  border: 0;
  background: rgb(14,14,14);
  background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(255,255,255,1) 73%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(73%,rgba(255,255,255,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(255,255,255,1) 73%);
  background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(255,255,255,1) 73%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(255,255,255,1) 73%);
  background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(255,255,255,1) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#ffffff',GradientType=1 );

}

.current-issue div.view-content .views-row {
  width: 100%;
  height:440px;
  float: left;
 /* border-color: #000000 #CFCFCF #A91116 #CFCFCF;
  border-radius: 4px;
  border-style: solid;
  border-width: 3px 1px 6px 1px; */
  padding-bottom: 15px;
  height: 275px;
  overflow:hidden;
  margin: 5px 16px 10px 0px;

}


.current-issue div.view-content .views-field-term-node-tid span a {
  font-family:'Lato';
  text-transform:uppercase;
  display:inline-block;
 color:black;
margin-top:25px;
font-size: 16px;
letter-spacing:1.6px;
  /*border-bottom: 1px solid #A91116; 
  color: #A91116;
  font-size: 18px;
  font-family: 'Lato';
  margin: 0;
  padding: 6px;
  text-align: center;
  font-weight:bold;
  text-transform: uppercase; */
}

.currentnews #block-views-current-issue-new-block-10 .current-issue div.view-content .views-field-term-node-tid span a {
 font-family: 'Lato';
  font-weight:bold;
  text-transform: uppercase;}


.current-issue div.view-content .views-field-body {padding: 0 5px 0 10px;}

/* .current-issue  div.view-content div.currentissue h4 a {color: #006BBE; text-decoration: none; font-family: museo500-regular-webfont;font-weight: normal;} */

.current-issue  div.view-content div.currentissue h4 {
 /* background: url("../images/menu_arrow.jpg") no-repeat scroll 0 16px transparent; */
  margin: 0 0 0 0px;
  padding: 8px 8px 8px 10px;

}

.current-issue {margin-bottom:10px; width:294px; float: left;}



/* .currentissue{height:223px; overflow:hidden; } */
.currentissue p {

  word-spacing:0;
  margin-left: 9px; 
  text-align: justify;
  padding: 0 5px 0 0;
  font-family: 'MyriadPro-Regular';
font-weight: normal;
font-size: 104%;
color:#000000;
}


/*
.current-issue .clearfix:after {clear:none;}



#block-views-current-issue-new-block-1{margin-top: -25px;}*/





/*top block*/

 .view-display-id-page_1 div.views-field-field-image img {
  float: left;
  width: 28%;
  height: 181px;
  margin-right: 10px;
}


.view-display-id-page_1 div.views-field-body {
  float: left;
  width: 67%;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 10px;
  height: 163px;

}

.view-display-id-page_1 div.views-field-body  { text-decoration: none;}
.view-display-id-page_1 div.views-field-body h1 a:link, a:visited {
    
   font-size: 88%;
  /* color: #A91116; */
   text-decoration: none;
   font-family: 'Lato';
font-weight: normal;
letter-spacing:1px;
}

div#block-system-main div.views-row-1 div.mainnews h1 {margin:-13px 0px 0px 0px; }



div#block-system-main div.views-row-1 div.mainnews1 h1 {margin:46px 0px 0px 0px;
/*line-height:1.5;*/}



div.mainnews1 p {
  /*display:none;
  word-spacing:0;
  margin-left: 2px; text-align: justify;
  padding: 0 5px 0 0;
  font-family: SourceSansPro-Regular;
font-weight: normal;
font-size: 111%;
color:#000000;*/
}

/*********************************************************************
 * 
 * top2blocks
 * 
 * ********************************************************************/

#block-views-featured-post-views-block-3 div.mainnews p {  text-indent: 8%;padding: 0 5px 0px 11px;}
div.mainnews p {
    font-weight: 550;
    letter-spacing: 1px;
    /* word-spacing: 1px; */
    line-height: 27px;
    height: 200px;
    overflow: hidden;
    font-size: 17px;
    display: inline-block;
    color: black;
    text-align: justify;
    padding: 10px;
    margin-left: 5px;
    margin-top: -5px;
    font-family:''MyriadPro-Regular';
}

.top2block {width:422px; height:202px; float:left; }


.top2block div.view-display-id-block_2 div.views-field-body a:link, a:visited {
   /* color: #006BBE;*/
    text-decoration: none;
}

.top2block div.view-display-id-block_2 div.views-field-body h1 a:link, a:visited {
   
    text-decoration: none;
   /* font-size: 50%;
    font-family: museo500-regular-webfont;
    font-weight: normal;*/
}




.top2block div.view-display-id-block_2{/*margin-right: 24px;*/ }

#block-views-featured-post-views-block-2, #block-views-featured-post-views-block-3 { margin-bottom: 54px;}

.top2block div.view-display-id-block_3 div.views-field-body a:link, a:visited {
    color: #006BBE;
    text-decoration: none;
}

.top2block div.view-display-id-block_3 div.views-field-body h1 a:link, a:visited {
   
    text-decoration: none;
    font-size: 50%;
}





.top2block .views-row {
  float: left;
  width: 100%;
  /*padding: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;*/
  height: 170px;
  margin-top: 0px;
}

.top2block  .views-row-1 {margin-right: 8px;}
.top2block  .views-row-1 h1 {font-size: 22px;}

.top2block .views-row a {   color: #006BBE;}

.top2block .views-row h1{ /*line-height:0.75; font-size: 30px; font-family: museo500-regular-webfont;font-weight: normal; padding: 2% 0px 0px 3%; */}

.top2block .views-row-1 h1 a{
    margin-left: 15px;
    margin-top: 15px;
    font-weight: bolder;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
       color: #006BBE;
    letter-spacing: 2px;
    text-decoration: none;
    max-height: 85px;
    overflow: hidden;
    font-family: 'Lato';
line-height:28px;
}
#block-views-featured-post-views-block-3.top2block .views-row h1{  padding: 2% 0px 0px 19%; }

.top2block .views-row div.views-field-field-image{
   width: 0%;
   float: left;
   margin-right: 0px;
   margin-top: 0px;
   display:none;
   
   }

#block-views-featured-post-views-block-3.top2block .views-row div.views-field-body{ background: url(/sites/all/themes/peoples/images/ribbon.png) no-repeat;}

.top2block .views-row div.views-field-body{width: 100%;float: left; }

.top2block .views-row div.mainnews{width: 100%; /*overflow: hidden*/; height:145px;}


div.mainnews h1 a {text-transform:none;}

div.mainnews h1 {margin:0px 0px 8px 0px;}

div.mainnews {max-height:200px;}

div.mainnews1 h1 a {text-transform:none;}

div.mainnews1 h1 {margin:0px 0px 8px 0px;}

div.mainnews1 {
/*max-height:154px;*/ 
margin-top: 60px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 20px;}


/*more-link
a.views-more-link {
   float: right;
background: url("../images/arrow2.png") no-repeat; 
   display: inline-block;
   width: 18px;
   text-indent: -9999px;
}

.top2block a.views-more-link {
  margin-top:3px;
}
*/



/*footer*/
section#block-block-1 {
width: 26%;
float: left;
}

section#block-block-1 h2.block-title{
  border-bottom: 1px dotted #000000;
    color: #A91116;
    margin-bottom: 4px;
    padding-bottom: 4px;
    width: 100%;
    font-family: museo500-regular-webfont;
  font-weight: normal;
    }
    section#block-block-1 div.block-content p{
font-family: SourceSansPro-Regular;
font-weight: normal;
}

section#block-block-6{width:25%; float:left;}
section#block-block-6 h2.block-title{
  border-bottom: 1px dotted #000000;
    color: #A91116;
    margin-bottom: 4px;
    padding-bottom: 4px;
    width: 100%;
    font-family: museo500-regular-webfont;
  font-weight: normal;
    }  
section#block-block-6 .simple-subscription a img {width:100%;}
/* frontpage second sidebars*/


.page-editions div.region-sidebar-second {margin-top: 9px;}

.page-editions div.region-sidebar-second .block {
    border-bottom: 2px solid #A91116;
    border-left: 2px solid #B1AFAF;
    border-radius: 0 0 5px 5px;
    border-right: 2px solid #B1AFAF;
    margin: 20px 0 0;
    margin-bottom: 20px;
    margin-right: 5%;
}

/*calendar block*/
.front .region-sidebar-second #block-views-calendar-block-1 { margin: 0px 0 0;}

.region-sidebar-second #block-views-calendar-block-1 .block-title{display:none;}
/*calendar toggle block*/
.region-sidebar-second #block-block-5{
	border-bottom: none;
    border-left: none;
    border-radius: 0 0 5px 5px;
    border-right: none;
    margin-bottom: 0px;
    }
    
.region-sidebar-second .block {
    border-bottom: 2px solid #A91116;
    border-left: 2px solid #B1AFAF;
    border-radius: 0 0 5px 5px;
    border-right: 2px solid #B1AFAF;
    margin: 20px 0 0;
    margin-bottom: 20px;
    margin-right: 5%;
}

.region-sidebar-second .block .block-title {
    background: url("../images/headings_border.jpg") no-repeat scroll center bottom / 302px auto #A91116;/*280px*/
    border-radius: 5px 5px 0 0;
    height: 39px;
    margin: 0;
    background-color:#A91116;
    display:none;
    
}

.region-sidebar-second .block h2 {
    color: #FFFFFF;
    font-size: 17px;
    
    padding-top: 9px;
    text-align: center;
    text-transform: uppercase;
    font-family: museo500-regular-webfont;
    font-weight: normal;
}

.region-sidebar-second .block ul li a {  font-family: SourceSansPro-Regular;font-weight: normal;font-size: 15px;color:#000000;}

.region-sidebar-second .block-inner { margin-left: 0px; margin-right: 0px;} 
 
/*highlights*/

.region-sidebar-second .block-high { height: 432px; margin-bottom: 6%; overflow: hidden; } 



.block-high ul li:first-child { margin-top: 0px;}



.block-high ul li {
    background: url("../images/menu_arrow.jpg") no-repeat scroll 0px 12px rgba(0, 0, 0, 0);
    float: left;
    line-height: 20px;
    list-style: none outside none;
    margin-left: 10px;
    padding-left: 14px;
    padding-right: 5px;
    padding-top: 5px;
}

.region-sidebar-second .block .block-high {
    border-bottom: 1px solid #A91116;
    border-left: 1px solid #B1AFAF;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #B1AFAF;
    
      margin-bottom: 20px;
    margin-right: 5%;
}


/*newsletter*/

.region-sidebar-second  .block-newsletter .content {padding: 8px 12px;}


.block-newsletter input[type="text"] {

  background: #FFFFFF url('bg_form.png') left top repeat-x;  
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));     
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);

  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #2E2B2B;
  outline: 0;
  padding: 0px 3px;
  font-size: 13px;
  height: 2.2em;
  width:99%;
}



.block-newsletter input[type="submit"] {
  background: #A91116;
  border-radius: 4px;
  border: solid 1px red;
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*block links*/

.region-sidebar-second .block-links .content {padding: 8px 12px;}



/*inner page sidebar*/


.block-all ul li {
    background: url("../images/menu_arrow.jpg") no-repeat scroll 0px 12px rgba(0, 0, 0, 0);
    float: left;
    line-height: 20px;
    list-style: none outside none;
    
    margin-left: 10px;
    padding-left: 14px;
    padding-right: 5px;
    padding-top: 5px;
}

article.node-article div.field-item p{font-family: SourceSansPro-Regular;font-weight: normal;font-size: 109%;color: #000000;}

/*frontpage block calander*/

.region-sidebar-second  .block-cal .content {  padding: 8px 12px;}



.block-cal .view .date-nav-wrapper .date-prev {
  top: 10px;
  background: black;
  border: none;
  padding: 0;
}

.block-cal .view .date-nav-wrapper .date-next {
  top: 10px;
  background: black;
  border: none;
  padding: 0;

}

.block-cal .date-heading {
  background: black;
  border: none;
  height: 44px;
}
.block-cal .view .view-header {height: 46px;}

.block-cal .view .date-heading h3 a {
  color: rgb(240, 238, 238);
  font-size: 26px;
  top: 6px;
  position: relative;
}

.block-cal .view thead tr th {font-size: 10px;color: #8F8F8F;}

.block-cal .view .mini {background: #F1F1F1;}

.block-cal .view tbody tr td {border: 1px solid white;padding: 9px;}

.block-cal .view .date-nav-wrapper .date-next a {
  color: #F3F3F3;
  font-size: 18px;
  background: none;
}

.block-cal .view .date-nav-wrapper .date-prev a {
  color: #F3F3F3;
  font-size: 18px;
  background: none;
}



.calendar-calendar td .mini-day-on a {
  text-decoration: none;
  color: #006bbe;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}


/*innerpage archives*/

.view-editions .view-header h1{padding-left:10%;}

.view-header p {
  background: #A91116;
  color: #fff;
  height: 33px;
  margin: 20px 0 10px;
  text-align: center;
  padding-top: 7px;
  font-size: 22px;
  font-family: museo500-regular-webfont;
  font-weight: normal;
}

.issue-group {
  background: #EBE8E3;
  border-left: 1px solid #A91116;
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 2;
}

.issue-group h3 {
  margin-bottom: 5px;
  font-family: museo500-regular-webfont;
  font-weight: normal;
}
.issue-group h3 a {
  color: #000;
  font-size: 22px;
}

.issue-group .views-field-title a {
  color: #006bbe;
  font-family: SourceSansPro-Regular;
font-weight: normal;
font-size: 16px;
}



/*inner page comments */

.user-picture {
	float: left;
}

.comment-group {
	float: left;
	width: 700px;
	margin-left: 10px;
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px #ddd;
	
}

.comment .submitted {
	background: #ddd;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 1px;
}

.field-name-comment-body {
	padding: 7px 10px;
}
.comment-links {
	padding: 0 10px 0;
}
.comment h3 {
	margin: 10px 0 5px;
}
.comment-form label {
	color: #a91116;
	text-transform: uppercase;
	font-size: 14px;
}
#comments .form-item-subject,
#comments .form-type-item,
#comments .form-item-name {
	margin-left: 10px;
}
#comments input[type="text"],
#comments .form-textarea {
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px #ddd;
}
#comments .filter-wrapper {
	display: none;
}
#comments input[type="submit"] {
	background: #A91116;
	border-radius: 3px;
	border: solid 1px #888;
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	font-weight: normal;
	
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
}
#comments h2.comment-form {
	/*display: none;*/
}
#comments h2.title 
{
	color: #a91116;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: dotted 1px #000;
	
}


#comments input[type="text"] {

  background: #FFFFFF url('bg_form.png') left top repeat-x;  
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));     
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);

  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #363131;
  outline: 0;
  padding: 0px 3px;
  font-size: 14px;
  height: 2.0em;
  width: 99%;
}



.comment ul.links li a {text-transform: lowercase;
  display: block;
  float: left;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 0.5em 0.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

}

/*comment-form for preview*/


.comment-form #edit-preview{display:none;}

.comment-form input[type="text"],
.comment-form .form-textarea {
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px #ddd;
}


.comment-form fieldset.filter-wrapper{display:none;}

.comment-form .submitted {
	background: #ddd;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 1px;
}



.comment-form input[type="submit"] {
	background: #A91116;
	border-radius: 3px;
	border: solid 1px #888;
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	font-weight: normal;
	
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
}




/*taxnomony inner page*/

.page-taxonomy-term header.node-header {font-size:70%;} 

.page-taxonomy-term div.field-type-image{width: 27%;float: left;}

.page-taxonomy-term article.node-article {

  border-color: #000000 #CFCFCF #A91116 #CFCFCF;
  border-radius: 4px;
  border-style: solid;
  border-width: 3px 1px 6px 1px;
}

.page-taxonomy-term div.sharethis-buttons {margin-bottom: 1%;}

.page-taxonomy-term ul.links li.comment-add {display:none;}

.page-taxonomy-term ul.links {float: right;}


.page-taxonomy-term ul.links li.node-readmore a{
 
  text-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo500-regular-webfont;
font-weight: normal;
background:none;
color: #a91116;
border:none;
}

.page-taxonomy-term a.feed-icon {display:none;}
/* =============================================================================
 *   custom code end
 * ========================================================================== */




/*custom code end*/

html {
  background: #f8f8f8;
}


body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  background-color: #f8f8f8;
  color:#291F1F;
  font-weight:699;
  line-height: 1.75;
}


/* =============================================================================
 *   HTML Elements #f8f8f8
 * ========================================================================== */



h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 38px 0px #747474;
}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {background: none repeat scroll 0 0 #EBE8E3;
    border-top: 5px solid #A91116;}

/*
 * Wraps the sidebars the content column
 */
#columns {}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {background: none repeat scroll 0 0 #EBE8E3;
    border-top: 5px solid #A91116;}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {width:200px; float:right; height:35px;}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
  display:none;
}

#site-name a {font-size: 72%;}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: none;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {border-bottom: 1px solid #333333;
margin: 30px auto 20px;}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
 margin-left:16px;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {margin-top:-50px}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {margin-bottom: 10px;}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {color: #a91116;
  text-decoration: none;}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: none;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
 margin-left:-72px;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {
margin-bottom: 0px;
}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul{padding: 0 0 0 0px;}
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}



/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {text-align: justify; padding-right:8px}

.node ul.links {}

.node ul.links li {}



.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
 
}

table.sticky-header {
  z-index: 10;
}

table {
border:none;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
 
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  letter-spacing:1.5px;
  font-weight:600;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
 /* border-top: 1px solid #ccc; */
}

tr.odd {
  background: #fff;
  border-bottom:0px;

}
tbody {
border-top:0px;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}
.currentissue h4 {
text-transform:uppercase;
}

.currentnews #block-views-featured-post-views-block-2 {height:400px;background-color:#e6e3dc;margin-left:15px; width:100%;float:left}
.currentnews  #block-views-current-issue-new-block  { height:453px;background-color:#e6e3dc;margin-left:15px; width:24%;float:left}
.currentnews #block-views-current-issue-new-block-2 { height:453px;background-color:#f4efe6;margin-left:13.8px; width:24%;float:left }
.currentnews #block-views-current-issue-new-block-1 { height:453px;background-color:#e6e3dc;margin-left:13.8px; width:24%;float:left }
.currentnews #block-views-current-issue-new-block-3 { height:453px;background-color:#f4efe6;margin-left:15px; width:23.56%;float:left }
.currentnews #block-views-current-issue-new-block-4 { height:453px;background-color:#f4efe6;margin-left:15px; width:24%;float:left}
.currentnews #block-views-current-issue-new-block-5 { height:453px;background-color:#e6e3dc;margin-left:13.8px !important;width:24%;float:left }
.currentnews #block-views-current-issue-new-block-6 { height:453px;background-color:#f4efe6;margin-left:15px;width:24%;float:left }
.currentnews #block-views-current-issue-new-block-7 { height:453px;background-color:#980819;margin-left:13.8px;width:24%;float:left }
.currentnews #block-views-current-issue-new-block-8 { height:453px;background-color:#e6e3dc;margin-left:15px;width:23.56%;float:left }
.currentnews #block-views-current-issue-new-block-9 { height:453px;background-color:#980819;margin-left:15px;width:24%;float:left }
.currentnews #block-views-current-issue-new-block-10 { height:453px;background-color:#f4efe6;margin-left:13.8px;width:24%;float:left;position:relative; }
.currentnews #block-views-current-issue-new-block-11 { height:453px;background-color:#e6e3dc;margin-left:13.8px;width:24%;float:left;position:relative; }
.currentnews #block-views-current-issue-new-block-12 { height:453px;background-color:#f4efe6;margin-left:15px;width:23.56%;float:left;position:relative; }


.currentnews #block-views-current-issue-new-block-2 .views-field .views-field-term-node-tid .filed-content a {

color:black;
}
.currentnews #block-views-current-issue-new-block-10 .block-content .view-content .views-field-body .currentissue h4 ,
.currentnews #block-views-current-issue-new-block-11 .block-content .view-content .views-field-body .currentissue h4 ,
.currentnews #block-views-current-issue-new-block-12 .block-content .view-content .views-field-body .currentissue h4 {max-height:92px;}
.currentnews #block-views-current-issue-new-block-10 .views-field-body-1,
.currentnews #block-views-current-issue-new-block-11 .views-field-body-1,
.currentnews #block-views-current-issue-new-block-12 .views-field-body-1{    position: absolute;
    bottom: 20px;}

.currentnews #block-views-featured-post-views-block-2 p a.views-more-link {
text-align: left;
    /* margin-left: -100px; */
    color: #980819;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1.2px;
    margin-top: 70px;
    position: absolute;
    left: 45px;
font-family:'MyriadPro-Regular';
}

.currentnews .views-field .views-field-body-1 .field-content a {

color:red;
}

.currentnews .field-content .currentissue h4 a{
 color: #006bbe;
display: inline-block;
margin-top:10px;
font-weight: bold;
letter-spacing:1px;

}


.currentnews .field-content a { margin-left: 15px;
/*margin-top: 14px;
font-weight: bolder;*/
text-transform: capitalize;
/*display: inline-block;*/
margin-right: 15px;
color: #980819;
letter-spacing: 2px; 
text-decoration:none;
/*max-height:85px;
overflow:hidden;*/
font-family: museo500-regular-webfont;
font-weight: normal !important;
}
.currentnews .currentissue h4 { margin-left: 15px;
letter-spacing: 2.5px;
word-spacing: 2px;
font-weight: 700;
display: inline-block;
margin-right: 15px;
color: #171717;
font-size: 28px; } 

/*ID 9 background red and image */
.currentnews #block-views-current-issue-new-block-9 .views-field-field-image { width:100%; height:183px;}

#block-views-current-issue-new-block-9 .block-inner { margin:0px; }

.currentnews #block-views-current-issue-new-block-9  .field-content a { color:white;text-decoration:none;font-size:28px;text-transform:capitalize;line-height:32px;letter-spacing:1px;max-height: 160px;    overflow: hidden; }
.currentnews #block-views-current-issue-new-block-9 .views-field-field-image span { display:none; }
.currentnews #block-views-current-issue-new-block-9 .field-content a,
.currentnews #block-views-current-issue-new-block-7 .field-content a
{margin-left:0px;}
.currentnews #block-views-current-issue-new-block-9 .views-field-title,
.currentnews #block-views-current-issue-new-block-7 .views-field-title
{margin-left:15px;clear:both;    padding-top: 20px;}
.currentnews #block-views-current-issue-new-block-9 div.view-content .views-field-term-node-tid span a {font-size:16px;color:white;}
   
#block-views-current-issue-new-block-9 .current-issue div.view-content .views-row { margin-top:0px; }

.currentnews #block-views-current-issue-new-block-9 .more-link { text-align:left;margin-left:30px;letter-spacing:1px;top:-52px;position:relative }
.currentnews #block-views-current-issue-new-block-9 .more-link a { color:white; }

#block-views-current-issue-new-block-9 img { width:100%; }


/*ID 7 background red and image */
.currentnews #block-views-current-issue-new-block-7 .views-field-field-image { width:100%;height:183px; }
.currentnews #block-views-current-issue-new-block-7 .views-field-field-image img {height:183px;}
#block-views-current-issue-new-block-7 .block-inner { margin:0px; }
#block-views-current-issue-new-block-7 views-field views-field-body-1 .views-more-link{ color:black; } 
/*.currentnews #block-views-current-issue-new-block-7 .views-field .views-field-body-1 .field-content .views-more-link { margin-top:20px;color:black} */

.currentnews #block-views-current-issue-new-block-7  .field-content a { color:white;text-decoration:none;font-size:28px;text-transform:capitalize;line-height:32px;letter-spacing:1px;max-height: 160px;    overflow: hidden; }

.currentnews #block-views-current-issue-new-block-7 .views-field-field-image span { display:none; }

.currentnews #block-views-current-issue-new-block-7 div.view-content .views-field-term-node-tid span a { font-size:18px; }
.currentnews #block-views-current-issue-new-block-7 div.view-content .views-field-term-node-tid,
.currentnews #block-views-current-issue-new-block-9 div.view-content .views-field-term-node-tid {float:right;}
.currentnews #block-views-current-issue-new-block-7 div.view-content .views-field .views-field-title .field-content a {margin-left:-300px}
   
#block-views-current-issue-new-block-7 .current-issue div.view-content .views-row { margin-top:0px; }

.currentnews #block-views-current-issue-new-block-7 .more-link { text-align:left;margin-left:30px;letter-spacing:1px;top:-52px;position:relative }
.currentnews #block-views-current-issue-new-block-7 .more-link a { color:white; }

#block-views-current-issue-new-block-7 img { width:100%; }

/*ID-7 ends here*/

.more-link {
    text-align: left;
    margin-left: 15px;
    color: #980819;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1.2px;
}

.currentnews #block-views-featured-post-views-block-2 .views-field-term-node-tid .field-content a {display:inline-block;font-size:16px;text-transform:uppercase;}
.currentnews #block-views-current-issue-new-block .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';/* word-break: break-all; */letter-spacing:1px}
.currentnews #block-views-current-issue-new-block-1 .field-content a, .currentnews #block-views-featured-post-views-block-2 .views-field-term-node-tid .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';letter-spacing:1px}
.currentnews #block-views-current-issue-new-block-2 .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';letter-spacing:1px}
.currentnews #block-views-current-issue-new-block-3 .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';letter-spacing:1px}
.currentnews #block-views-current-issue-new-block-4 .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';letter-spacing:1px}
.currentnews #block-views-current-issue-new-block-5 .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';/* word-break: break-all;*/ letter-spacing:1px}
.currentnews #block-views-current-issue-new-block-6 .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';letter-spacing:1px}
.currentnews #block-views-current-issue-new-block-8 .field-content a { margin-top:25px;font-family:'MyriadPro-Regular';/* word-break: break-all;*/letter-spacing:1px}

.currentnews #block-views-current-issue-new-block .views-field-term-node-tid .field-content a, .currentnews #block-views-featured-post-views-block-2 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;color: #a91116;}
.currentnews #block-views-current-issue-new-block-1 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;letter-spacing:1px;color: #a91116; }
.currentnews #block-views-current-issue-new-block-2 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;color:#a91116;}
.currentnews #block-views-current-issue-new-block-3 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;color: #a91116; }
.currentnews #block-views-current-issue-new-block-4 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;color: #a91116;}
.currentnews #block-views-current-issue-new-block-5 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;color: #a91116; }
.currentnews #block-views-current-issue-new-block-6 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;color: #a91116; }
.currentnews #block-views-current-issue-new-block-8 .views-field-term-node-tid .field-content a {font-family: museo500-regular-webfont;
    font-weight: normal;color: #a91116; }


.currentnews #block-views-current-issue-new-block .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;font-weight: normal;letter-spacing:1.5px; margin-top:10px;color:#006BBE}
.currentnews #block-views-current-issue-new-block-1 .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;font-weight: normal;letter-spacing:1.5px;margin-top:10px;color:#006BBE }
.currentnews #block-views-current-issue-new-block-2 .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;
    font-weight: normal;letter-spacing:1.5px;margin-top:10px;color:#006BBE}
.currentnews #block-views-current-issue-new-block-3 .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;
    font-weight: normal;letter-spacing:1.5px;margin-top:10px;color:#006BBE}
.currentnews #block-views-current-issue-new-block-4 .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;
    font-weight: normal;letter-spacing:1.5px;margin-top:10px;color:#006BBE}
.currentnews #block-views-current-issue-new-block-5 .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;
    font-weight: normal;letter-spacing:1.5px;margin-top:10px;color:#006BBE}
.currentnews #block-views-current-issue-new-block-6 .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;
    font-weight: normal;letter-spacing:1.5px;margin-top:10px;color:#006BBE}
.currentnews #block-views-current-issue-new-block-8 .views-field-body .field-content .currentissue h4 a {font-family: museo500-regular-webfont;font-weight: normal;letter-spacing:1.2px;margin-top:10px;color:#006BBE}



.currentnews #block-views-current-issue-new-block-10 .views-field-term-node-tid {margin-top:25px;}

.currentnews #block-views-current-issue-new-block-10 .views-field-term-node-tid span a {font-family: museo500-regular-webfont;
    font-weight: normal;
    text-transform: uppercase;font-size:16px;letter-spacing:1.6px;color: #a91116; }
.currentnews #block-views-current-issue-new-block-10 .views-field-body .field-content .currentissue { margin-top:6px; }
.currentnews #block-views-current-issue-new-block-10 .views-field-body .field-content .currentissue p { margin-top:-2px; }
.currentnews #block-views-current-issue-new-block-10 .views-field-body-1 .field-content { margin-top:-1px;}
.currentnews #block-views-current-issue-new-block-10 .views-field-body-1 .field-content a { font-family:'MyriadPro-Regular';letter-spacing:1px;}

.currentnews #block-views-current-issue-new-block-11 .views-field-term-node-tid {margin-top:25px;}

.currentnews #block-views-current-issue-new-block-11 .views-field-term-node-tid span a { color: #a91116;font-family: museo500-regular-webfont;
    font-weight: normal;
    text-transform: uppercase;font-size:16px;letter-spacing:1.6px  }
.currentnews #block-views-current-issue-new-block-11 .views-field-body .field-content .currentissue { margin-top:6px; }
.currentnews #block-views-current-issue-new-block-11 .views-field-body .field-content .currentissue p { margin-top:-2px; }
.currentnews #block-views-current-issue-new-block-11 .views-field-body-1 .field-content { margin-top:-1px;}
.currentnews #block-views-current-issue-new-block-11 .views-field-body-1 .field-content a { font-family:'MyriadPro-Regular';letter-spacing:1px;}


.currentnews #block-views-current-issue-new-block-12 .views-field-term-node-tid {margin-top:25px;}

.currentnews #block-views-current-issue-new-block-12 .views-field-term-node-tid span a { color: #a91116;font-family: museo500-regular-webfont;
    font-weight: normal;
    text-transform: uppercase;font-size:16px;letter-spacing:1.6px  }
.currentnews #block-views-current-issue-new-block-12 .views-field-body .field-content .currentissue { margin-top:6px; }
.currentnews #block-views-current-issue-new-block-12 .views-field-body .field-content .currentissue p { margin-top:-2px; }
.currentnews #block-views-current-issue-new-block-12 .views-field-body-1 .field-content { margin-top:-1px;}
.currentnews #block-views-current-issue-new-block-12 .views-field-body-1 .field-content a { font-family:'MyriadPro-Regular';letter-spacing:1px;}


.currentnews #block-views-featured-post-views-block-2 .views-field-body .field-content {}


.currentnews #block-views-featured-post-views-block-2 .views-field-body .field-content .mainnews span a div {margin-left:15px;font-size:21px;font-family: museo500-regular-webfont;
    font-weight: normal;letter-spacing:1px }
.currentnews #block-views-featured-post-views-block-2 .views-field-body .field-content .mainnews span a {  color: #980819;font-family: 'Lato';
    text-transform: uppercase;font-weight:bold; margin-left:15px; } 
.currentnews #block-views-featured-post-views-block-2 .views-field-body .field-content .mainnews h4 a { color: #006bbe;
    display: inline-block; margin-top: -25px;margin-left: 15px; text-transform: capitalize;margin-right: 15px;letter-spacing: 1px;text-decoration: none; max-height: 85px;    font-family: museo500-regular-webfont;
    font-weight: normal !important; line-height:44px;font-size:30px}

.no_article_title h4 {
    text-align:right;
    color: black;
    margin-right: 20px;
    
}



