h2{
  font-size: 35px;
  color: #56484f;
}

.rtejustify{
  text-align:justify;
}

.pi-img-round > img{
  height: auto !important ;
  border-radius: 50%;
}
.label{
  display:none;
}

.file-size{
  display:none;
}
.views-field-view-node{
  width:15%;
}

.pi-section.pi-section-md.pi-titlebar.pi-titlebar-breadcrumb-right.pi-titlebar-small {
  display: block; 
}

h1 {
  text-align: center;
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-size: 26px;
    color: #EB5C0E;
}

.pi-titlebar {
    background: none!important;
    /*background-color: #ef980c!important;*/
    padding-top: 32px;
    padding-bottom: 32px;
}

.btn-default.btn-no-focus:hover, .btn-default:hover, .btn-default.btn-no-focus:active, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background: #EB5C0E;
    border-color: #EB5C0E;
}

a.pi-text-center{
    background: #EB5C0E;
    border: 1px solid #EB5C0E;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 0 #EB5C0E;
    -moz-box-shadow: inset 0 1px 0 #e8742c;
    box-shadow: inset 0 1px 0 #D7890B;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}  

.file--application-pdf a {
  display: block;
  height:100%;
   width:100%;
  text-transform: uppercase !important;
    padding: 13px 16px 13px;
    background: #EB5C0E;
    border: 1px solid #EB5C0E;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 0 #EB5C0E;
    -moz-box-shadow: inset 0 1px 0 #e8742c;
    box-shadow: inset 0 1px 0 #D7890B;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.views-field-view-node{
  display: block;
  height:100%;
   width:100%;
  text-transform: uppercase !important;
    padding: 13px 16px 13px;
    background: #EB5C0E;
    border: 1px solid #EB5C0E;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 0 #EB5C0E;
    -moz-box-shadow: inset 0 1px 0 #e8742c;
    box-shadow: inset 0 1px 0 #D7890B;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

tr{
  height:63px;
}
tbody > tr{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}



.pagers {
  width: 1120px;

  margin-left: auto;
}

.pagination > li.active > a {
  background:#EB5C0E;
  border-color: #EB5C0E;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #EB5C0E;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #EB5C0E;
    border-color: #EB5C0E;
    cursor: default;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #EB5C0E;
    border-color: #EB5C0E;
}

.c-bg-white .title-wrap {
    background-color: inherit;
}

img {
    display: initial;
}



tr > td > a {
      display: block;
    height: 100%;
    width: 100%;
    text-transform: uppercase !important;
    padding: 13px 16px 13px;
    background: #EB5C0E;
    border: 1px solid #EB5C0E;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 0 #EB5C0E;
    -moz-box-shadow: inset 0 1px 0 #e8742c;
    box-shadow: inset 0 1px 0 #D7890B;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

article h1 {
    margin-top: 50px;
}