/****/
.nav-tabs, .topbar ul, ul.contact-info, ul.menu {
  list-style: none !important;
  padding-left: 0;
}

.node--view-mode-full p {
  margin-bottom: 30px;
}
.block p {
  margin-bottom: 30px;
}

body div.body-page {
  background-color: #fff;
}

.site-branding-logo {
  max-height: inherit;
}
.site-branding-logo img {
  max-height: 80px;
  width: auto;
}

.simpleslider ul {
  padding: 0;
}
.simpleslider ul li {
  list-style: none;
}

.team-list .view-content-wrap .item {
  float: left;
  width: 100%;
  margin-top: 30px;
}


/* NEWS */
.post-block .post-image {
  border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  overflow: visible !important;
}

.post-block .post-image img {
  border-radius: 4px;
}

.post-block .post-image .post-created {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  top: -29px;
  left: 20px;
  z-index: 11;
  background: #fff;
  padding: 14px;
  color: #26263e;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.post-block .post-image .post-created > span {
  display: block;
}

.post-block .post-image a {
  position: relative;
  display: block;
}

.post-block .post-image:hover a:before, .post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.post-block .post-content {
  padding: 25px 0 0;
}

.post-block .post-content:before, .post-block .post-content:after {
  content: " ";
  display: table;
}

.post-block .post-content:after {
  clear: both;
}

.post-block .post-title {
  padding: 0;
  display: block;
  line-height: 34px;
  font-weight: 600;
  font-size: 22px;
  color: #26263e;
  word-wrap: break-word;
}

.post-block .post-meta {
  font-size: 13px;
  font-weight: 500;
  color: #9b9b9b;
  margin: 0;
}

.post-block .post-meta:before, .post-block .post-meta:after {
  content: " ";
  display: table;
}

.post-block .post-meta:after {
  clear: both;
}

.post-block .post-created {
  position: relative;
}

.post-block .post-categories {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.post-block .post-categories a {
  color: #f13a3c;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 1.5;
}

.post-block .post-categories a:hover {
  color: #f13a3c;
}

.post-block .post-readmore {
  margin-top: 20px;
}

.post-block .post-readmore a {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #787887;
}

.post-block .post-readmore a:hover {
  text-decoration: underline;
  color: #f13a3c;
}

.post-block:hover .post-image {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.post-block:hover .post-image .post-created {
  background: #f13a3c;
  color: #fff;
}

.post-block-2 .post-content {
  padding: 25px 0 0;
}

.post-block-2 .post-content:before, .post-block-2 .post-content:after {
  content: " ";
  display: table;
}

.post-block-2 .post-content:after {
  clear: both;
}

.post-block-2 .post-title {
  margin: 0 0 10px;
}

.post-footer {
  margin-top: 25px;
}

.post-footer .item-list ul li {
  margin-bottom: 15px !important;
}

.post-footer .item-list ul li:last-child {
  border: none;
  margin-bottom: 0 !important;
}

.post-footer .item-list ul li .post-block {
  background: transparent !important;
}

.post-footer .item-list ul li .post-block .post-title {
  font-size: 14px;
}

.post-footer .item-list ul li .post-block .post-title a {
  color: #fff;
  font-weight: 400;
}

.post-footer .item-list ul li .post-block .post-title a:hover {
  color: #f13a3c;
}

.post-footer .item-list ul li .post-block .post-meta {
  color: rgba(255, 255, 255, 0.8);
}

.post-footer .item-list ul li .post-block .post-meta .post-categories {
  font-size: 12px;
}

.post-footer .item-list ul li .post-block .post-meta .post-categories a {
  font-size: 10px;
}

.owl-carousel .post-block {
  margin-bottom: 0 !important;
}

.post-style-grid .post-block {
  padding-top: 50px;
  margin-bottom: 35px;
}


@media (max-width: 991px) {
  .gbb-row.gsc-equal-height .column-content-inner {
    top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
header.header-v2 .stuck {
  background-color: #222 !important;
}

header.header-v2 .stuck .navigation .gva_menu > li > a {
  color: #fff !important;
}

header.header-v2 .stuck .site-branding-logo {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  header.header-v2 {
    background-color: #222;
    margin-top: 0;
  }

  header.header-v2 .gva-search-region .icon {
    color: #fff !important;
  }

  header.header-v2 .menu-bar span {
    background-color: #fff;
  }

  header .area-main-menu .gva-search-region {
    margin-top: -5px !important;
  }

  header.header-v2 .header-inner, header.header-v1 .header-inner {
    padding-right: 0 !important;
  }

  header .area-main-menu .gva-search-region {
    right: 55px !important;
  }
}
.gva-search-region form.search-form {
  position: relative;
  padding-right: 80px;
}

header .area-main-menu .gva-search-region .search-content input#edit-keys {
  width: 100%;
}

@media (max-width: 991px) {
  .services-tab .tab-lists-content .service-block .service-images {
    width: 100%;
    float: left;
  }
  .services-tab .tab-lists-content .service-block .service-content {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  .gva-search-region .search-content {
    right: -90px !important;
  }
}
.gbb-row.gsc-equal-height .column-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.body.logged-in.node--type-page .help.show {
  position: static !important;
}

div.help {
  display: none !important;
}

.gav-help-region {
  padding: 15px 0 0;
  position: relative;
  z-index: 1;
}
.gav-help-region .control-panel {
  display: none;
}
.gav-help-region .messages__wrapper {
  padding: 10px;
  border: 1px solid #5CB85C;
}
.gav-help-region .messages__wrapper a {
  color: #000;
}

@media (max-width: 991px) {
  header .navigation .gva_menu > li > a, header.header-v2 .stuck .navigation .gva_menu > li > a, header.header-v2 .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #000 !important;
  }

  header.header-v3 .area-main-menu .gva-search-region {
    right: 80px !important;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li:hover{position: relative;z-index: 999;}  
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu > li{display: inline-block;}
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu > li > .sub-menu{padding: 20px;} 
}

.wow{
  visibility: hidden;
}

div.help.show{display: none!important;}

.views-view-grid {

  border:1px solid #eee;
}
#impeach {
width:48%;
  float:right;
} 

#impeach-left {
 width:49%;
  float:left;
  margin-right:30px;
 
}
#block-views-block-author-display-block-1 {
    background: #F6DD79;
        padding: 0px 25px 25px;
    
}
.field--name-field-title {
font-weight: bold;

}

.ui-widget-content a {
    color: #21409a;
}
.ui-widget-content a:hover {
    color: #EF4137;

text-decoration: underline;
}

.page-node-107 .addtoany_list {
    display: none;
}
.page-node-2 .addtoany_list {
    display: none;
  
}
body.page-node-70 .fullframe {
  width:100%;
  height:1000px;
}

.block-views h2 {
    font-weight: 600;
    padding-top:15px;
    font-size: 20px;
    padding-bottom:15px;
}