@charset "UTF-8";
/*
Theme Name: Chackose
*/
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Open+Sans:300,400,400i,600,700,700i");
h4 {
  font-size: 16px; }

.bg_top_repeat_x {
  background-position: top;
  background-repeat: repeat-x; }

.reset_form_control {
  border: none;
  box-shadow: none;
  border-radius: 0px; }

.font1, body {
  font-family: "Open Sans", "sans-serif";
  font-size: 14px; }

/* Scss Document */
/****Set thw Width of the element based on element count(siblings count)****/
/********/
/********/
/********/
/*****************************************************************/
a:hover {
  color: #758f60; }

img {
  max-width: 100%;
  height: auto; }

body {
  margin: 0px;
  background-color: #fff;
  overflow-x: hidden;
  color: #1f1f1f; }

h2 {
  font-family: "Open Sans", "sans-serif";
  font-size: 30px;
  color: #758f60;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px; }

.relative, .side_menu ul li a {
  position: relative; }

.absolute, header .logo_right .donate {
  position: absolute;
  z-index: 10; }

.absolute_top {
  position: absolute;
  z-index: 1000;
  top: 0px; }

.list_none, header .logo_right .quick_action li, .side_bar .follow ul, .three_box .three_box_col ul, .side_menu ul, .side_menu ul li ul, .collapseble > ul, .countrylist ul, .country_resources .resources_lists ul, .issue_list ul, .top_campigns ul, .country_news_lists ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.list_zero, .copyright ul, .side_menu ul, .side_menu ul li ul {
  margin: 0px;
  padding: 0px; }

.section_padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.seperator {
  padding-top: 40px; }

.text_upper {
  text-transform: uppercase; }

.start_btn {
  text-align: center; }

.blank_link {
  background: none;
  padding: 0px; }
  .blank_link:hover {
    background: none;
    color: #758f60; }
  .blank_link:hover:after {
    color: #000; }

.container {
  max-width: 100%;
  width: 1170px; }

.form-control {
  height: 40px;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  color: #314451;
  padding-left: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .form-control.placeholder {
    font-weight: 600;
    color: #666; }
  .form-control:-moz-placeholder {
    font-weight: 600;
    color: #666; }
  .form-control::-moz-placeholder {
    font-weight: 600;
    color: #666; }
  .form-control::-webkit-input-placeholder {
    font-weight: 600;
    color: #666; }
  .form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom-width: 2px !important; }

button:active, button:focus, input:active, input:focus, select:active, select:focus, text-area:active, text-area:focus {
  outline: none;
  box-shadow: none; }

.btn_1 {
  background-color: #2d2d2d;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  border-radius: 2px; }
  .btn_1:hover {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.52);
    text-decoration: none;
    background-color: #252525;
    color: #fff; }

/********/
.btn_2 {
  background-color: #ffd347;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  border-radius: 2px; }
  .btn_2:hover {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.52);
    text-decoration: none;
    background-color: black;
    color: #fff; }

.btn-default {
  color: #fff;
  background-color: #758f60;
  border: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.radio_group {
  margin-bottom: 10px; }
  .radio_group input[type="radio"] {
    display: none; }
  .radio_group label {
    font-weight: normal;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    line-height: 18px !important;
    cursor: pointer;
    font-weight: 600; }
    .radio_group label:before {
      width: 18px;
      height: 18px;
      border: solid 4px #fff;
      border-radius: 100%;
      background-color: #ffd347;
      content: '';
      float: left;
      margin-right: 5px; }
    .radio_group label.active:before {
      background-image: url(../images/radio.png);
      background-repeat: no-repeat;
      background-position: center;
      border-color: #fff;
      background-color: #2d2d2d; }

.button {
  border: none;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(0);
  transition: all 0.3s ease-in-out !important;
  color: #000;
  background-color: #ffd347;
  font-weight: 400;
  font-size: 15px;
  border-radius: 2px; }
  .button:after {
    content: '';
    height: 100%;
    padding: 14px 0 15px 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 42px; }
  .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    background-color: #758f60; }
  .button:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3); }
    .button:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      transition: transform 0.3s ease-in-out;
      -webkit-transition: transform 0.3s ease-in-out; }
  @media (max-width: 600px) {
    .button {
      padding: 6px 12px;
      font-size: 13px; } }

.shadow {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3); }

.button_2 {
  background-color: #758f60; }

.button_5 {
  background-color: #ffc714; }

.button-lined {
  background: none;
  border: solid 1px #2d2d2d;
  color: #2d2d2d;
  padding: 9px 30px; }
  @media (max-width: 992px) {
    .button-lined {
      padding: 9px 14px; } }

.button_3 {
  background-color: #96bf65;
  border-radius: 0px;
  border-bottom: solid 6px #628638;
  color: #2e3e1a;
  font-weight: 500;
  font-size: 16px; }
  .button_3:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    top: auto;
    webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    bottom: 0;
    background-color: #628638; }
  .button_3:hover {
    color: #fff;
    font-weight: 500;
    border-bottom: solid 6px #96bf65; }
    .button_3:hover:before {
      background-color: #628638;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

.button_4 {
  background-color: #f3f3f4; }

/********/
/***********************PRIMARY BUTTON*******************************/
.btn-primary, .blank_link {
  background: #ffc714;
  /* Old browsers */
  border-radius: 0px;
  color: #000;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }
  .btn-primary:hover, .blank_link:hover {
    color: #fff;
    background-color: #758f60;
    text-decoration: none; }
  .btn-primary:active, .blank_link:active {
    outline: none;
    box-shadow: none; }
  .btn-primary:after, .blank_link:after {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #fff;
    width: 0px;
    text-align: right;
    opacity: 0; }
  .btn-primary:hover:after, .blank_link:hover:after {
    width: 20px;
    opacity: 1;
    content: "\f019"; }
    @media (max-width: 767px) {
      .btn-primary:hover:after, .blank_link:hover:after {
        content: '';
        width: 0;
        opacity: 0; } }

.btn-rounded {
  border-radius: 200px; }

.btn-big {
  padding: 16px 35px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px; }

.full_button {
  width: 100%;
  text-align: center; }

/* Scss Document */
body.menu_open {
  overflow: hidden; }

header {
  position: relative;
  z-index: 2000;
  /**Logo Right*/ }
  @media (max-width: 767px) {
    header {
      background-color: #fafafa; } }
  header .logo img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  header .logo_small {
    display: none; }
  header .logo_right {
    position: relative;
    padding-right: 150px;
    /*Donate*/
    /****Quick Action****/ }
    @media (max-width: 767px) {
      header .logo_right {
        padding-right: 0px; } }
    header .logo_right .donate {
      right: 15px;
      top: 30px; }
      @media (max-width: 992px) {
        header .logo_right .donate {
          top: 15px; }
          header .logo_right .donate .button {
            padding: 5px 20px; } }
      @media (max-width: 767px) {
        header .logo_right .donate {
          top: 15px; }
          header .logo_right .donate .button {
            padding: 5px 10px;
            font-size: 12px; } }
      @media (max-width: 600px) {
        header .logo_right .donate {
          top: 8px; } }
      @media (max-width: 481px) {
        header .logo_right .donate {
          top: 6px; } }
    header .logo_right .quick_action {
      display: block;
      text-align: right; }
      header .logo_right .quick_action li {
        float: left;
        width: 50%;
        text-align: left;
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 30px; }
        header .logo_right .quick_action li span {
          display: block;
          font-size: 11px;
          color: #91a1b4; }
        header .logo_right .quick_action li i {
          display: block;
          float: left;
          font-size: 30px;
          width: 40px;
          color: #91a1b4; }
        header .logo_right .quick_action li a {
          color: #2d2d2d;
          text-transform: none;
          font-weight: 600; }
        header .logo_right .quick_action li:nth-child(2n) {
          border-left: solid 1px #91a1b4;
          padding-left: 30px; }
  header.scrolled {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #fafafa;
    z-index: 200000 !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4); }
    header.scrolled .logo img {
      width: 250px; }
    @media (max-width: 992px) {
      header.scrolled .logo {
        display: block; } }
    header.scrolled .logo_small {
      display: block;
      margin-right: 5px;
      width: 100px;
      height: 26px;
      position: relative; }
      header.scrolled .logo_small img {
        position: absolute;
        left: 0px;
        top: -2px; }
      @media (max-width: 992px) {
        header.scrolled .logo_small {
          display: none; } }
    header.scrolled .quick_action li {
      margin-top: 8px; }
    header.scrolled .logo_right .donate {
      top: 10px; }
      header.scrolled .logo_right .donate .button {
        padding: 5px 20px; }
    header.scrolled .secondary_menu {
      display: none; }
  header.scrolled1 {
    /*padding-top: 46px;*/
    padding-top: 0px; }
    @media (max-width: 600px) {
      header.scrolled1 {
        padding-top: 0px; } }
  header .logo {
    padding: 0px 0px 10px 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }

.home_slider {
  position: relative;
  padding: 30px 0px;
  background-color: #f4f4f4; }
  @media (max-width: 992px) {
    .home_slider .container {
      width: 700px;
      margin: auto; } }
  @media (max-width: 767px) {
    .home_slider {
      overflow: hidden; } }
  .home_slider .row .col-sm-9 {
    width: 70%; }
  .home_slider .row .col-sm-3 {
    width: 30%; }
  .home_slider .about_slide {
    padding-top: 10px; }
    .home_slider .about_slide h2 {
      margin-bottom: 0px; }
    .home_slider .about_slide h4 {
      margin: 0px;
      margin-bottom: 15px;
      color: #606060;
      font-weight: bold;
      font-size: 14px; }
    .home_slider .about_slide p {
      text-align: justify;
      margin-bottom: 20px; }
    .home_slider .about_slide .facts {
      text-align: center; }
      .home_slider .about_slide .facts p {
        text-align: center;
        color: #606060;
        margin-bottom: 10px; }
      .home_slider .about_slide .facts img {
        display: block;
        margin: auto;
        margin-bottom: 5px; }
      .home_slider .about_slide .facts span {
        font-weight: bold;
        font-size: 24px;
        color: #2d2d2d; }

@media (max-width: 767px) {
  .carousel {
    /*		width: 768px;*/ } }
@media (max-width: 600px) {
  .carousel {
    /*margin-left: calc(-1 * (768px - 100%)/2);*/ } }
.carousel img {
  transition: all 8s ease-in-out;
  -moz-transition: all 8s ease-in-out;
  -webkit-transition: all 8s ease-in-out;
  -o-transition: all 8s ease-in-out;
  width: 100%; }
@media (max-width: 481px) {
  .carousel .item.active img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1); } }

/********/
/******SLIDER AREA*******/
.carousel-caption {
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: auto;
  bottom: 0px;
  text-align: center; }
  .carousel-caption h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px; }
  @media screen and (max-width: 1150px) {
    .carousel-caption {
      bottom: 20px;
      max-width: 94%; } }
  @media (max-width: 481px) {
    .carousel-caption {
      bottom: 0;
      padding: 15px 20px;
      max-width: 100%; } }
  .carousel-caption h2 {
    font-family: "Open Sans", "sans-serif";
    font-weight: 300;
    font-size: 38px;
    margin: 0px;
    line-height: 38px;
    text-transform: uppercase;
    color: #235091;
    font-weight: bold;
    text-shadow: none; }
    @media screen and (max-width: 1150px) {
      .carousel-caption h2 {
        font-size: 28px; } }
  @media screen and (max-width: 1150px) {
    .carousel-caption h3 {
      font-size: 14px; } }

@media (max-width: 600px) {
  .carousel-inner .container {
    padding: 0px; } }

@media (max-width: 600px) {
  .carousel-indicators {
    display: none; } }

/********/
.carousel-control .icon-prev {
  left: 20%;
  margin: auto;
  line-height: 80px;
  top: 0; }

.carousel-control .icon-next {
  left: 20%;
  margin: auto;
  line-height: 80px;
  top: 0; }

.carousel-control {
  width: 110px !important;
  opacity: 0.1; }
  .carousel-control.left {
    cursor: url(../images/carousel-left.png), auto; }
  .carousel-control.right {
    cursor: url(../images/carousel-right.png), auto; }
  .carousel-control span {
    width: 40px !important;
    height: 40px !important;
    margin-top: -10px !important;
    font-size: 18px !important;
    background-color: rgba(0, 0, 0, 0.79);
    line-height: 40px !important;
    border-radius: 200px !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .carousel-control span:before {
      content: "\e258"; }
    .carousel-control span.glyphicon-chevron-left:before {
      content: "\e257"; }

.country_slider .carousel-caption {
  bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  padding: 0px 20px;
  background-color: rgba(0, 0, 0, 0.55); }
  .country_slider .carousel-caption h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: left; }
    .country_slider .carousel-caption h3 a {
      color: #ffd347; }
  .country_slider .carousel-caption p {
    font-size: 14px;
    color: #fff;
    text-align: left; }
    .country_slider .carousel-caption p a {
      color: #fff;
      text-decoration: none; }

/**Home Page Content Area******/
/* Scss Document 
	Home News: 	;*/
.content_section {
  padding: 50px 0px; }
  @media (max-width: 600px) {
    .content_section {
      padding-bottom: 0px; } }
  .content_section h1 {
    font-size: 40px;
    color: #758f60;
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    border-bottom: solid 3px #758f60;
    display: inline-block;
    margin: 0px;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .content_section h1 {
        font-size: 28px; } }
  .content_section .home_news_section {
    /*****News Page***/ }
    .content_section .home_news_section.inner_page_section h1 {
      font-size: 30px; }
      @media (max-width: 600px) {
        .content_section .home_news_section.inner_page_section h1 {
          font-size: 20px; } }
    @media (max-width: 767px) {
      .content_section .home_news_section {
        padding-bottom: 30px; } }
    @media (max-width: 481px) {
      .content_section .home_news_section .news_item .row .col-xs-6 {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
    .content_section .home_news_section .news_item h3 {
      font-size: 18px;
      color: #1a1a1a;
      font-weight: bold;
      margin: 0px;
      margin-bottom: 10px; }
      .content_section .home_news_section .news_item h3 a {
        color: #1a1a1a; }
        .content_section .home_news_section .news_item h3 a:hover {
          color: #758f60; }
      @media (max-width: 600px) {
        .content_section .home_news_section .news_item h3 {
          font-size: 15px; } }
    .content_section .home_news_section .news_item.inner_news_title h3 {
      font-size: 15px; }
    @media (max-width: 600px) {
      .content_section .home_news_section .news_item .news_description {
        display: none; } }
    .content_section .home_news_section .news_item .news_metas {
      margin-bottom: 10px; }
      .content_section .home_news_section .news_item .news_metas a {
        color: #758f60; }
      @media (max-width: 600px) {
        .content_section .home_news_section .news_item .news_metas {
          font-size: 13px; } }
    .content_section .home_news_section .news_item p {
      font-family: "Open Sans", "sans-serif";
      font-size: 14px;
      text-align: justify;
      margin-bottom: 15px; }
      @media (max-width: 1200px) {
        .content_section .home_news_section .news_item p {
          font-size: 13px; } }
    .content_section .home_news_section .news_item .button {
      font-weight: bold;
      text-transform: none;
      height: 36px;
      line-height: 36px;
      padding: 0px 20px; }
      @media (max-width: 992px) {
        .content_section .home_news_section .news_item .button {
          font-size: 13px;
          padding: 0px 10px;
          line-height: 30px;
          height: 30px; } }
    .content_section .home_news_section .news_item.item_2 h3 {
      font-size: 15px; }
    .content_section .home_news_section .news_item.item_2 .news_thumb_img img {
      width: 100%;
      display: block; }
    .content_section .home_news_section .news_item.item_2 .news_thumb_img a {
      position: relative;
      display: block; }
      .content_section .home_news_section .news_item.item_2 .news_thumb_img a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .content_section .home_news_section .news_item.item_2 .news_thumb_img a .button {
        padding: 0px 10px;
        line-height: 30px;
        width: 120px;
        height: 30px;
        position: absolute;
        z-index: 100;
        margin: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .content_section .home_news_section .news_item.item_2 .news_thumb_img a:hover:before {
        opacity: 1; }
      .content_section .home_news_section .news_item.item_2 .news_thumb_img a:hover .button {
        opacity: 1; }
    .content_section .home_news_section .news_item.item_2 .news_content {
      border: solid 1px #d9dcde;
      padding: 10px;
      border-top: none; }
    .content_section .home_news_section .news_more {
      margin-top: 30px; }
    .content_section .home_news_section.inner_page_section .news_item .row {
      margin-bottom: 30px; }
      .content_section .home_news_section.inner_page_section .news_item .row:after {
        content: '';
        display: block;
        margin: 0px 15px;
        border-bottom: solid 1px #ccc;
        height: 1px;
        padding-top: 30px;
        clear: both; }
      .content_section .home_news_section.inner_page_section .news_item .row:last-child {
        margin-bottom: 0px; }
      @media (max-width: 481px) {
        .content_section .home_news_section.inner_page_section .news_item .row > div {
          width: 100%;
          float: none; } }
    .content_section .home_news_section.inner_page_section .news_item:after {
      clear: left;
      content: '';
      display: block; }

.news_lists_section {
  margin-top: 40px; }
  @media (max-width: 600px) {
    .news_lists_section .col-xs-4 {
      width: 50%; }
      .news_lists_section .col-xs-4:nth-of-type(3) {
        display: none; } }
  @media screen and (min-width: 601px) {
    .news_lists_section {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-wrap: wrap; } }

.side_bar {
  /********/
  /*******/ }
  .side_bar .donate_box {
    padding: 25px 20px;
    background-image: url(../images/donate-sidebar.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #000;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .side_bar .donate_box {
        padding: 20px 10px; } }
    .side_bar .donate_box h3 {
      font-family: "Libre Baskerville", serif;
      font-weight: bold;
      font-size: 22px; }
      @media (max-width: 992px) {
        .side_bar .donate_box h3 {
          font-size: 16px; } }
    @media (max-width: 992px) {
      .side_bar .donate_box p {
        font-size: 13px; } }
    .side_bar .donate_box h5 {
      margin-top: 0px; }
    .side_bar .donate_box .button_4:before {
      background-color: #ffd347; }
    .side_bar .donate_box .button_4:hover {
      color: #000; }
  .side_bar .sidebar_banner {
    margin-bottom: 20px; }
  .side_bar .subscribe {
    background-color: #ffd347;
    padding: 20px;
    color: #000;
    margin-bottom: 20px; }
    .side_bar .subscribe h3 {
      font-weight: bold;
      font-size: 16px;
      margin-top: 0px; }
    .side_bar .subscribe .form-control {
      padding: 0px 10px;
      border: none;
      font-size: 14px;
      font-weight: normal; }
  .side_bar .follow {
    background-color: #eaeaea;
    padding: 20px; }
    .side_bar .follow h3 {
      font-family: "Libre Baskerville", serif;
      font-size: 18px;
      font-weight: bold;
      margin-top: 0px; }
    .side_bar .follow ul li {
      display: inline-block;
      margin-right: 10px; }
      .side_bar .follow ul li a {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        background-color: #b2bab7;
        text-align: center;
        line-height: 34px;
        font-size: 16px;
        color: #000;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
        .side_bar .follow ul li a:hover {
          background-color: #758f60;
          color: #fff; }
  .side_bar .news_filter {
    background-color: #eaeaea;
    padding: 20px;
    margin-bottom: 20px; }
    .side_bar .news_filter h3 {
      font-family: "Libre Baskerville", serif;
      font-size: 18px;
      font-weight: bold;
      margin-top: 0px; }
    .side_bar .news_filter .form-group {
      display: block;
      margin-bottom: 8px; }
      .side_bar .news_filter .form-group select {
        width: 100%;
        display: block;
        margin: 0px;
        font-size: 13px;
        padding: 4px 6px; }

/********/
.alrc_forward {
  padding: 20px 0px; }

.three_box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  margin: 0px -10px; }
  .three_box .three_box_col {
    width: calc(33.333% - 20px);
    margin: 0px 10px;
    background-color: #eaeaea;
    padding: 15px; }
    @media (max-width: 767px) {
      .three_box .three_box_col {
        width: calc(100% - 20px);
        margin-bottom: 30px; } }
    .three_box .three_box_col h2 {
      font-family: "Libre Baskerville", serif;
      margin-bottom: 15px;
      font-size: 22px;
      margin-top: 10px; }
    .three_box .three_box_col ul li {
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: solid 1px #999999;
      font-size: 13px; }
      .three_box .three_box_col ul li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .three_box .three_box_col ul li a {
        color: #000;
        text-decoration: none;
        position: relative; }
        .three_box .three_box_col ul li a:after {
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          display: block;
          height: 1px;
          background-color: #758f60;
          content: '';
          position: absolute;
          bottom: 0px;
          width: 0;
          left: 0px; }
        .three_box .three_box_col ul li a:hover {
          color: #758f60; }
        .three_box .three_box_col ul li a:hover:after {
          width: 100%; }
    .three_box .three_box_col .button_2 {
      color: #fff;
      padding: 6px 20px;
      margin-top: 20px;
      font-size: 13px; }
    .three_box .three_box_col:nth-child(2) {
      background-color: #ffd347; }
      .three_box .three_box_col:nth-child(2) ul li {
        border-bottom: solid 1px #cca731; }
        .three_box .three_box_col:nth-child(2) ul li:last-child {
          border: none;
          padding-bottom: 0;
          margin-bottom: 0; }
      .three_box .three_box_col:nth-child(2) h2 {
        color: #000; }

/*End Home News*******/
/**Home Page Map Area******/
/* Scss Document 
	Home Map: 	;*/
.countries_map {
  text-align: center;
  padding-top: 40px; }
  .countries_map h2 {
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .countries_map h2 {
        font-size: 28px !important; } }

h2.head {
  color: #758f60;
  font-size: 48px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold; }
  @media (max-width: 600px) {
    h2.head {
      font-size: 28px !important; } }

.involved {
  padding: 50px 0px;
  padding-bottom: 0px; }
  .involved .get_involved {
    padding-right: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/involved.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center; }
    @media (max-width: 767px) {
      .involved .get_involved {
        padding-right: 0px;
        background: none; } }
    .involved .get_involved h2:after {
      content: '';
      display: block;
      height: 1px;
      width: 200px;
      margin: auto;
      margin-top: 20px;
      border-bottom: solid 1px #758f60; }
    .involved .get_involved h5 {
      margin-bottom: 0px;
      display: inline-block;
      max-width: 400px;
      line-height: 22px;
      margin-bottom: 40px; }
      @media (max-width: 600px) {
        .involved .get_involved h5 {
          font-size: 13px;
          line-height: 18px; } }
    .involved .get_involved h3 {
      font-size: 18px;
      font-weight: bold;
      color: #758f60;
      margin: 15px 0px; }
    .involved .get_involved p {
      font-family: "Libre Baskerville", serif;
      font-size: 13px;
      margin-bottom: 20px;
      line-height: 20px; }
    .involved .get_involved a {
      font-family: "Libre Baskerville", serif;
      font-weight: bold;
      color: #758f60;
      font-size: 13px;
      text-decoration: underline; }
      .involved .get_involved a:hover {
        color: #2d2d2d; }
    @media (max-width: 600px) {
      .involved .get_involved {
        padding-top: 20px; }
        .involved .get_involved .row .col-xs-4 {
          width: 50%; }
          .involved .get_involved .row .col-xs-4:nth-of-type(1) {
            display: none; }
          .involved .get_involved .row .col-xs-4 p {
            font-size: 11px;
            line-height: 16px; }
          .involved .get_involved .row .col-xs-4 h3 {
            margin: 10px 0px; } }

/********/
.maincategories .cat_wrapper {
  padding: 60px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  @media (max-width: 600px) {
    .maincategories .cat_wrapper {
      padding: 20px; }
      .maincategories .cat_wrapper .row .col-xs-3 {
        width: 50%;
        margin-bottom: 20px; } }
.maincategories h4 {
  margin-bottom: 0px;
  color: #fff799;
  font-weight: bold;
  font-size: 18px; }
  @media (max-width: 767px) {
    .maincategories h4 {
      font-size: 14px; } }
.maincategories img {
  display: block;
  border: solid 1px #7a5d00; }

/*End Home Map*******/
/*************************************************/
/***********Other Plugins*****************/
.slick-prev,
.slick-next {
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  border: solid 1px #ccc;
  top: -30px;
  color: #000;
  right: 15px; }
  @media (max-width: 992px) {
    .slick-prev,
    .slick-next {
      width: 40px;
      height: 40px;
      top: -10px;
      right: 15px; } }
  .slick-prev:before,
  .slick-next:before {
    width: 100%;
    transform: scaleX(1);
    background: none;
    color: #000;
    line-height: 45px;
    z-index: 2;
    position: relative; }
    @media (max-width: 992px) {
      .slick-prev:before,
      .slick-next:before {
        line-height: 35px; } }
  .slick-prev:hover,
  .slick-next:hover {
    border: solid 1px #2d2d2d; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      color: #fff; }
    .slick-prev:hover:after,
    .slick-next:hover:after {
      width: 100%;
      left: 0; }
  .slick-prev:after,
  .slick-next:after {
    width: 0px;
    right: 0;
    top: 0px;
    border-radius: 0px;
    height: 100%;
    background-color: #2d2d2d;
    z-index: 1;
    content: '';
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute; }

.slick-prev {
  right: 70px; }

/********/
.slick-dots {
  text-align: left;
  bottom: 0px;
  margin: 0px; }
  .slick-dots li {
    background-color: #fff;
    width: 8px;
    height: 8px;
    margin: 0px;
    margin-right: 4px; }
    .slick-dots li.slick-active button {
      background-color: #2d2d2d; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      border: none;
      padding: 0px; }
      .slick-dots li button:hover {
        background-color: #2d2d2d; }

.footer_section {
  padding: 30px 30px;
  padding-bottom: 10px;
  background-color: #b2bab7; }
  .footer_section .border-bottom {
    border-bottom: solid 1px #d9dcde;
    padding-bottom: 20px; }
  .footer_section h4 {
    font-family: "Open Sans", "sans-serif";
    font-weight: bold;
    font-size: 22px;
    color: #000; }
    .footer_section h4.second-head {
      margin-top: 30px; }
  .footer_section ul {
    padding-left: 0px; }
    .footer_section ul li {
      font-family: "Open Sans", "sans-serif";
      list-style: none;
      font-weight: 600; }
      .footer_section ul li a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        line-height: 25px;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
        .footer_section ul li a:after {
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          display: block;
          height: 1px;
          background-color: #758f60;
          content: '';
          position: absolute;
          bottom: 0px;
          width: 0; }
        .footer_section ul li a:hover {
          color: #758f60; }
        .footer_section ul li a:hover:after {
          width: 100%; }
  .footer_section p {
    line-height: 24px; }
  .footer_section .socials {
    margin-left: 0px; }
    .footer_section .socials a {
      font-size: 18px;
      display: inline-block;
      color: #000;
      margin: 0px 20px;
      margin-left: 0px; }
      .footer_section .socials a:hover {
        color: #758f60; }
    @media (max-width: 600px) {
      .footer_section .socials {
        display: block;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px; }
        .footer_section .socials a {
          margin-right: 5px; } }
  @media (max-width: 767px) {
    .footer_section {
      padding: 20px; }
      .footer_section h4 {
        font-size: 15px; }
      .footer_section ul li a {
        font-size: 12px;
        line-height: 15px; }
      .footer_section p {
        font-size: 12px;
        line-height: 18px; }
      .footer_section .row .col-xs-6:nth-child(2n) {
        padding-left: 0px; }
      .footer_section .row .col-xs-6:nth-child(4) {
        padding-left: 15px; }
      .footer_section .row .col-xs-6:nth-child(5) {
        padding-left: 0px; } }

.copyright {
  padding: 15px;
  color: #fff;
  overflow: hidden;
  background-color: #758f60;
  font-size: 13px; }
  @media (max-width: 600px) {
    .copyright {
      text-align: center; }
      .copyright .text-right {
        text-align: center; } }
  .copyright ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px; }
    .copyright ul li a {
      color: #fff; }
  .copyright p {
    color: #fff; }

/**********Menu Style*/
/* Scss Document */
.main_menu {
  background-color: #758f60; }
  .main_menu .quick_mail {
    color: #fff;
    display: inline-block;
    display: none;
    line-height: 32px;
    font-size: 13px;
    margin: 0px;
    float: left; }
    .main_menu .quick_mail a {
      color: #fff; }
    @media (max-width: 767px) {
      .main_menu .quick_mail {
        display: inline-block; } }
  .main_menu #navbar {
    padding: 0px; }
  .main_menu nav {
    margin: 0px;
    text-align: center;
    height: auto;
    border: 0px; }
    .main_menu nav ul {
      float: none;
      margin: 0px; }
      .main_menu nav ul li {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        padding-top: 10px;
        position: relative;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .main_menu nav ul li:before {
          position: absolute;
          left: 0px;
          top: 10px;
          height: 30px;
          width: 1px;
          background-color: #c7d7b2;
          content: ''; }
        .main_menu nav ul li:first-child:before {
          display: none; }
        @media (max-width: 992px) {
          .main_menu nav ul li:nth-child(2):before {
            display: none; }
          .main_menu nav ul li:nth-child(2) a {
            padding-left: 0px; } }
        .main_menu nav ul li:hover, .main_menu nav ul li.current, .main_menu nav ul li.current-menu-item, .main_menu nav ul li.current-menu-parent {
          background-color: #c7d7b2; }
          .main_menu nav ul li:hover + li:before, .main_menu nav ul li.current + li:before, .main_menu nav ul li.current-menu-item + li:before, .main_menu nav ul li.current-menu-parent + li:before {
            display: none; }
          .main_menu nav ul li:hover a, .main_menu nav ul li.current a, .main_menu nav ul li.current-menu-item a, .main_menu nav ul li.current-menu-parent a {
            color: #2d2d2d;
            position: relative;
            z-index: 2; }
            .main_menu nav ul li:hover a:focus, .main_menu nav ul li.current a:focus, .main_menu nav ul li.current-menu-item a:focus, .main_menu nav ul li.current-menu-parent a:focus {
              background: none;
              color: #2d2d2d; }
        .main_menu nav ul li a {
          transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          padding: 0px 18px;
          line-height: 30px;
          padding-bottom: 10px;
          position: relative; }
          .main_menu nav ul li a:hover {
            background: none;
            color: #000; }
          .main_menu nav ul li a:focus {
            background: none;
            color: #fff; }
          @media (max-width: 1200px) {
            .main_menu nav ul li a {
              padding-left: 15px;
              padding-right: 15px; } }
          @media (max-width: 992px) {
            .main_menu nav ul li a {
              padding-left: 10px;
              padding-right: 10px; } }
  .main_menu nav ul li li a {
    display: block; }
    .main_menu nav ul li li a:hover {
      margin-left: 5px; }
  .main_menu li a {
    color: #fff; }

/********************************************************************/
/********************************************************************/
/* Mobile Menu************/
/********/
.menu_overlay.active {
  background-color: rgba(0, 0, 0, 0.61);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5000001;
  top: 0px; }

.side_menu {
  opacity: 0;
  background-color: #fff;
  position: fixed;
  padding-bottom: 30px;
  /*overflow-y:auto !important;*/
  overflow-y: hidden !important;
  right: 0px;
  top: 0px;
  z-index: 5000002;
  width: 300px;
  margin: auto;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translateX(300px); }
  .side_menu.menu_shown {
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1 !important; }
  .side_menu .menu_container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px; }
  .side_menu .header {
    background-color: #fff;
    height: 68px;
    padding-top: 10px; }
    .side_menu .header .nav_btn_group {
      margin-right: 20px;
      background-color: #758f60; }
  .side_menu .main-menu {
    width: 320px;
    overflow-y: auto;
    position: absolute;
    height: calc(100% - 100px); }
  .side_menu ul li {
    line-height: 48px;
    color: #fff;
    border-top: solid 1px #323232;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .side_menu ul li a {
      padding: 0px 28px;
      color: #2d2d2d;
      display: block;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .side_menu ul li.active a {
      background: #2d2d2d;
      /* Old browsers */
      color: #fff; }
    .side_menu ul li:hover {
      background: #2d2d2d;
      /* Old browsers */ }
      .side_menu ul li:hover a {
        color: #fff;
        /* Old browsers */ }
    .side_menu ul li.has-child {
      padding: 0px; }
      .side_menu ul li.has-child > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f107";
        position: absolute;
        right: 30px;
        top: 16px; }
    .side_menu ul li ul {
      display: none; }
      .side_menu ul li ul li {
        font-size: 12px;
        color: #cccccc; }
        .side_menu ul li ul li a {
          /*color:darken(#fff, 10%);*/
          background-color: #758f60; }
          .side_menu ul li ul li a:hover {
            background: #758f60;
            /* Old browsers */ }

/****Menu Responsive ****************/
.menu_navs {
  position: absolute;
  right: 0px;
  top: 5px; }
  .menu_navs:after {
    clear: left;
    content: '';
    display: block; }
  @media (max-width: 767px) {
    .menu_navs {
      position: static; } }

.search_box {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
  position: relative; }
  .search_box i.fa {
    font-size: 18px; }
    @media (max-width: 600px) {
      .search_box i.fa {
        font-size: 16px; } }
  .search_box a {
    color: #fff; }
    .search_box a.active, .search_box a:hover {
      color: #fff; }
      @media (max-width: 767px) {
        .search_box a.active, .search_box a:hover {
          color: #2d2d2d; } }
    @media (max-width: 767px) {
      .search_box a.active {
        color: #fff; } }
  .search_box .s_dropdown {
    display: none;
    z-index: 500;
    background-color: #fff;
    position: absolute;
    width: 250px;
    right: -14px;
    top: 36px;
    padding: 5px;
    border: solid 1px #758f60; }
    .search_box .s_dropdown.active {
      display: block; }
    .search_box .s_dropdown:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0d8";
      position: absolute;
      top: -13px;
      right: 14px;
      color: #fff;
      font-size: 20px; }
    .search_box .s_dropdown .row {
      margin: 0px; }
      .search_box .s_dropdown .row > div {
        padding: 0px; }
        .search_box .s_dropdown .row > div input {
          width: 100%; }
        .search_box .s_dropdown .row > div button {
          padding: 3px 10px;
          font-size: 15px;
          width: 100%;
          border-radius: 0px;
          line-height: 20px; }
          .search_box .s_dropdown .row > div button i.fa {
            font-size: 15px; }
  .search_box .advanced {
    text-align: center;
    padding: 6px 0px; }
    .search_box .advanced a {
      color: #095DC1;
      font-size: 13px;
      text-decoration: none;
      position: relative; }
      .search_box .advanced a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .search_box .advanced a:hover {
        color: #758f60; }
      .search_box .advanced a:hover:after {
        width: 100%; }

.nav_btn_group {
  display: block;
  float: right;
  width: 40px;
  height: 36px;
  margin: 0px 0px 0px 0px;
  margin-right: 0px;
  padding: 5px;
  padding-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  @media (max-width: 992px) {
    .nav_btn_group {
      display: block; } }
  .nav_btn_group:hover {
    background-color: #758f60; }
  .nav_btn_group .nav_btn span {
    height: 3px;
    display: block;
    background-color: #fff;
    margin-bottom: 4px;
    border-radius: 10px; }

.mobile_nav {
  display: none;
  border-top: solid 1px #2d2d2d; }
  @media (max-width: 600px) {
    .mobile_nav ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .mobile_nav ul li {
        float: left;
        margin-left: 10px; }
        .mobile_nav ul li a {
          display: block;
          padding: 3px 0px; } }

.mobile_menu {
  display: none !important; }

.dropdown:hover .menu_dropdown {
  display: block;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  overflow: hidden;
  opacity: 1;
  visibility: visible; }

.menu_dropdown {
  display: none;
  position: absolute;
  background-color: #c7d7b2;
  z-index: 2000000;
  width: 200px;
  padding: 0px 0px;
  padding-top: 0px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34); }
  .menu_dropdown h3 {
    font-family: "Libre Baskerville", serif;
    text-align: left;
    font-size: 16px;
    margin: 0px; }
  .menu_dropdown ul {
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px; }
    .menu_dropdown ul li {
      text-align: left;
      text-transform: none !important;
      padding-top: 0px !important;
      border-bottom: solid 1px #a9bb9a; }
      .menu_dropdown ul li:last-child {
        border: none; }
      .menu_dropdown ul li .badge {
        font-weight: normal;
        font-size: 11px;
        margin-left: 5px; }
        .menu_dropdown ul li .badge.badge-new {
          background-color: #ffa500 !important; }
        .menu_dropdown ul li .badge.badge-offer {
          background-color: #f96e89 !important; }
      .menu_dropdown ul li a {
        color: #000 !important;
        padding: 0px 15px !important;
        line-height: 26px;
        text-transform: uppercase; }
        .menu_dropdown ul li a:hover {
          color: #ffd347 !important;
          background-color: #758f60 !important;
          text-decoration: none !important;
          margin: 0px !important; }

.borderd-left {
  border-left: solid 1px #fff; }

/*.sub-menu{
	position: absolute;
	width: 600px;
	left: -100px;
	top: 30px;
	padding-top: 20px;
	visibility: hidden;
	opacity: 0;
	@include transition_all(0.3s);
	@include translate_y(50px);
	h3{
		font-size: 16px;
		margin: 0px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	ul{
		@extend .list_none;
		li{
			float: left;
			line-height: 26px;
			width: 50%;
		}
	}
	.row{
		
			background-color: rgba(255,255,255,0.73);
			padding: 20px 35px;
		
	}
}*/
.home_header .sub-menu {
  top: 10px; }

.secondary_menu {
  background-color: #c7d7b2; }
  .secondary_menu ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px; }
    .secondary_menu ul li {
      float: left;
      position: relative; }
      .secondary_menu ul li:before {
        position: absolute;
        left: 0px;
        top: 5px;
        height: 30px;
        width: 1px;
        background-color: #758f60;
        content: ''; }
      .secondary_menu ul li:first-child:before {
        display: none; }
      .secondary_menu ul li.active a, .secondary_menu ul li.current a, .secondary_menu ul li.current-menu-item a {
        color: #758f60; }
      .secondary_menu ul li a {
        padding: 10px 20px;
        display: block;
        color: #000;
        text-decoration: none;
        text-decoration: none;
        position: relative; }
        @media (max-width: 992px) {
          .secondary_menu ul li a {
            padding: 10px; } }
        .secondary_menu ul li a:hover, .secondary_menu ul li a.active, .secondary_menu ul li a.current, .secondary_menu ul li a.current-menu-item {
          color: #758f60; }
        .secondary_menu ul li a:after {
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          display: block;
          height: 1px;
          background-color: #758f60;
          content: '';
          position: absolute;
          bottom: 0px;
          width: 0;
          left: 0px; }
        .secondary_menu ul li a:hover {
          color: #758f60; }
        .secondary_menu ul li a:hover:after {
          width: 100%; }
    .secondary_menu ul:after {
      clear: left;
      content: '';
      display: block; }

/* Scss Document */
.nav-tabs2 {
  display: block;
  text-align: center;
  border: none; }
  .nav-tabs2 li {
    float: none;
    display: inline-block;
    margin: 1px;
    font-family: "Libre Baskerville", serif;
    text-transform: uppercase; }
    .nav-tabs2 li a {
      background-color: #3e5caa;
      border-radius: 0;
      color: #fff;
      padding: 3px 20px;
      margin: 0px;
      border: none; }
      .nav-tabs2 li a:hover, .nav-tabs2 li a:active, .nav-tabs2 li a:focus {
        text-decoration: none;
        background: #758f60;
        color: #fff; }
    .nav-tabs2 li.active a {
      background-color: #758f60;
      border: none;
      color: #fff; }
      .nav-tabs2 li.active a:hover, .nav-tabs2 li.active a:active, .nav-tabs2 li.active a:focus {
        text-decoration: none;
        background: #758f60;
        color: #fff;
        border: none; }

.nav-tabs {
  border: none; }
  .nav-tabs > li a {
    border: solid 1px #fff;
    border-radius: 0;
    padding: 8px 15px;
    font-weight: bold;
    margin-right: 10px;
    color: #939393;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .nav-tabs > li a {
        font-size: 13px;
        padding: 8px 10px; } }
    @media (max-width: 767px) {
      .nav-tabs > li a {
        padding: 8px 8px;
        font-size: 12px;
        margin-right: 5px; } }
  .nav-tabs > li.active a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active, .nav-tabs > li.active a:hover {
    border: solid 1px #2d2d2d; }

.tab-content {
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #ccc; }
  .tab-content p {
    text-align: justify; }

/****Modal****/
.modal-body, .modal-header {
  background-color: #fff;
  color: #2d2d2d;
  padding: 25px; }
  .modal-body .form-control, .modal-header .form-control {
    padding: 4px 10px;
    height: 32px; }

.modal-header {
  border-radius: 0;
  border-radius: 4px 4px 0px 0px;
  text-transform: uppercase; }
  .modal-header h4 {
    font-family: "Libre Baskerville", serif;
    text-align: center;
    font-size: 25px;
    color: gray; }

.modal-footer {
  border-radius: 0; }
  .modal-footer .button {
    padding: 5px 12px;
    font-size: 13px; }

/********/
.modal-dialog, .modal-content {
  border-radius: 0; }

.modal {
  z-index: 30000000;
  border-radius: 0;
  top: 50px; }

.modal-backdrop {
  z-index: 20000000; }

.login_modal .modal-dialog {
  width: 500px; }
  .login_modal .modal-dialog .login_form h4 {
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    color: #2d2d2d;
    text-align: center;
    margin: 0px;
    margin-bottom: 20px; }

.verify_otp {
  text-align: center;
  max-width: 550px;
  margin: auto; }
  .verify_otp h4 {
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    color: #2d2d2d;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px; }
  .verify_otp p {
    line-height: 21px;
    text-align: center; }
  .verify_otp .form-control {
    max-width: 200px;
    margin: auto; }
  .verify_otp .button {
    padding: 8px 20px;
    font-size: 13px; }

/********/
.success_message {
  padding-top: 40px;
  padding-bottom: 40px; }
  .success_message i.success {
    color: #758f60; }
  .success_message .error {
    color: #d50407; }
  .success_message p {
    margin: 30px 0px; }
  .success_message .button_4 {
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    background-color: #fff; }

/* Scss Document */
.collapseble > ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .collapseble > ul > li {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .collapseble > ul > li > a {
      font-weight: 600;
      font-style: italic;
      font-family: "Libre Baskerville", serif;
      color: #000;
      text-decoration: none;
      position: relative;
      display: block;
      padding: 20px;
      border-top: solid 1px rgba(204, 204, 204, 0.75);
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .collapseble > ul > li > a.expnd:after {
        content: "+";
        font-weight: bold;
        position: absolute;
        top: 20px;
        left: 0px; }
    .collapseble > ul > li > a + * {
      display: none;
      border: solid 1px rgba(204, 204, 204, 0.15);
      padding: 20px;
      padding-top: 0px;
      border-top: none; }
      .collapseble > ul > li > a + * li {
        padding-left: 10px; }
    .collapseble > ul > li.active > a + * {
      display: block; }
    .collapseble > ul > li.active > a {
      border-bottom: none;
      color: #758f60;
      font-weight: bold; }
      .collapseble > ul > li.active > a.expnd:after {
        content: "-"; }
    .collapseble > ul > li > a + ul, .collapseble > ul > li > a + ol {
      margin-left: 30px; }
.collapseble.small_menu {
  padding: 20px; }
  .collapseble.small_menu > ul > li {
    margin-bottom: 30px;
    border: solid 1px #ccc; }
    .collapseble.small_menu > ul > li > a {
      border: 0px;
      padding: 10px 30px;
      padding-left: 20px;
      font-style: normal;
      font-size: 15px; }
      .collapseble.small_menu > ul > li > a.expnd:after {
        left: auto;
        right: 20px;
        top: 10px; }
    .collapseble.small_menu > ul > li > ul > li {
      font-weight: bold;
      list-style: none;
      color: #000; }
      .collapseble.small_menu > ul > li > ul > li a {
        color: #000; }

.list-bullets {
  list-style: disc; }

/* Scss Document */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: transparent; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #93c2f8;
  background-color: #93c2f8; }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #758f60;
  width: 10px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 1px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/* Scss Document */
/****Listings****/
.pagination, .pagin {
  text-align: right;
  float: right; }
  .pagination a, .pagin a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: solid 2px #dde4d7;
    margin-left: 4px;
    color: #758f60;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    .pagination a:hover, .pagin a:hover, .pagination a.active, .pagin a.active {
      background-color: #ffd347;
      border-color: #ffd347;
      color: #000;
      text-decoration: none; }
    .pagination a.next, .pagin a.next {
      width: 50px; }
    .pagination a.prev, .pagin a.prev {
      width: 80px; }
  .pagination span, .pagin span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: solid 2px #ffd347;
    margin-left: 4px;
    background-color: #ffd347;
    color: #000;
    text-decoration: none; }
  .pagination:after, .pagin:after {
    clear: left;
    content: '';
    display: block; }

/****AHRC NEWS****/
.article_filter {
  background-color: #eaeaea;
  padding: 20px;
  margin-bottom: 50px; }
  .article_filter .form-group label {
    font-weight: 600;
    font-size: 13px;
    height: 20px;
    display: block; }
  .article_filter .form-group .form-control {
    height: 30px;
    line-height: 30px;
    background: none;
    border: solid 2px #758f60;
    padding-left: 10px; }
  .article_filter .form-group .button {
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .article_filter .form-group .row div {
    position: relative; }
    .article_filter .form-group .row div i {
      position: absolute;
      right: 25px;
      top: 32px; }
    @media (max-width: 600px) {
      .article_filter .form-group .row div {
        width: 100%; } }
  .article_filter p {
    margin-bottom: 15px; }

/*End AHRC NEWS*/
/*Urgent Uppeals*/
.page_content_xcerpt {
  text-align: center;
  position: relative;
  border: solid 1px #ccc;
  padding: 25px;
  margin-bottom: 40px; }
  .page_content_xcerpt h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 15px; }
  .page_content_xcerpt h4 {
    color: #758f60;
    font-weight: bold; }
  .page_content_xcerpt p {
    text-align: justify;
    line-height: 24px; }
  .page_content_xcerpt .content-container {
    text-align: left;
    height: 250px;
    overflow: hidden;
    position: static; }
    .page_content_xcerpt .content-container.open {
      height: auto; }
  .page_content_xcerpt .button {
    line-height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    border: solid 1px #758f60;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    border-radius: 0px;
    text-decoration: none !important; }
    .page_content_xcerpt .button:active, .page_content_xcerpt .button:focus {
      color: #758f60; }
  .page_content_xcerpt .content-mask {
    display: block;
    width: 100%;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 15%, white 63%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 15%, white 63%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 15%, white 63%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 60px;
    left: 0; }

/*News */
.single_article .article_header h1 {
  font-family: "Open Sans", "sans-serif";
  color: #000;
  border: none;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 20px; }
.single_article .article_header .article_metas .news_metas {
  margin-bottom: 20px; }
  .single_article .article_header .article_metas .news_metas a {
    font-weight: 600;
    color: #758f60;
    padding-bottom: 2px;
    text-decoration: none;
    position: relative; }
    .single_article .article_header .article_metas .news_metas a:after {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      display: block;
      height: 1px;
      background-color: #758f60;
      content: '';
      position: absolute;
      bottom: 0px;
      width: 0;
      left: 0px; }
    .single_article .article_header .article_metas .news_metas a:hover {
      color: #758f60; }
    .single_article .article_header .article_metas .news_metas a:hover:after {
      width: 100%; }
.single_article .article_body p {
  text-align: justify;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 25px;
  margin-top: 10px; }
  .single_article .article_body p a {
    color: #758f60;
    text-decoration: underline;
    font-weight: 600; }
    .single_article .article_body p a.button {
      color: #000;
      text-decoration: none; }
.single_article .article_body ul {
  margin-bottom: 30px;
  border-left: solid 4px #ffd347;
  display: block;
  margin-left: 20px; }
  .single_article .article_body ul li {
    line-height: 24px; }
.single_article .article_body .alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 30px; }
.single_article .article_body .alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 35px; }
.single_article .article_body .aligncenter {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  text-align: center; }
.single_article .article_body .wp-caption {
  text-align: center;
  font-size: 13px;
  font-style: italic;
  display: block;
  max-width: 350px; }
  .single_article .article_body .wp-caption img {
    display: block;
    margin-bottom: 5px; }
  .single_article .article_body .wp-caption .wp-caption-text {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px; }
.single_article .article_body h3 {
  font-weight: bold;
  font-family: "Libre Baskerville", serif; }
.single_article .article_body h4 {
  font-weight: bold;
  font-size: 16px; }
.single_article .document_meta {
  background-color: #e9f2dd;
  padding: 20px; }
  .single_article .document_meta table {
    width: 100%; }
    .single_article .document_meta table td {
      padding: 8px 0px;
      border-bottom: solid 1px #758f60;
      vertical-align: top;
      color: #000;
      font-weight: 600; }
      .single_article .document_meta table td a {
        text-decoration: none;
        position: relative; }
        .single_article .document_meta table td a:after {
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          display: block;
          height: 1px;
          background-color: #758f60;
          content: '';
          position: absolute;
          bottom: 0px;
          width: 0;
          left: 0px; }
        .single_article .document_meta table td a:hover {
          color: #758f60; }
        .single_article .document_meta table td a:hover:after {
          width: 100%; }
    .single_article .document_meta table tr:last-child td {
      border: none; }
.single_article .social_share {
  padding: 15px 0px; }
.single_article .next_article {
  margin: 30px 0px;
  border: solid 1px #eaeaea;
  width: 100%;
  float: none;
  display: flex; }
  .single_article .next_article .next_btn {
    width: 100px;
    float: left;
    background-color: #eaeaea; }
    .single_article .next_article .next_btn:hover {
      background-color: #758f60;
      color: #fff; }
    .single_article .next_article .next_btn a {
      display: block;
      padding: 20px 10px;
      text-align: center;
      background-color: #eaeaea;
      color: #363636;
      text-decoration: none; }
      .single_article .next_article .next_btn a:hover {
        background-color: #758f60;
        color: #fff; }
  .single_article .next_article .next_title {
    width: calc(100% - 100px);
    padding: 10px;
    margin: 0px;
    float: left; }
    .single_article .next_article .next_title h4 {
      font-size: 14px;
      font-weight: bold;
      margin: 0px; }
      .single_article .next_article .next_title h4 a {
        color: #2d2d2d;
        line-height: 20px; }
  .single_article .next_article:after {
    clear: left;
    content: '';
    display: block; }

/*****Urgent appeal*/
.single_article .appeals_meta {
  background-color: #eaeaea;
  margin-bottom: 30px; }
  .single_article .appeals_meta h3 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }

.appeal_letter {
  border: solid 1px #d9dcde;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  margin-bottom: 30px; }
  .appeal_letter > h4:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #d9dcde;
    color: #000;
    padding: 8px 20px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold; }
  .appeal_letter p {
    font-size: 14px !important;
    line-height: 21px !important; }

/****COUNTRIES*/
.broder_box {
  background-color: #eaeaea;
  border: solid 1px #ccc;
  padding: 20px; }

@media (max-width: 481px) {
  .countrylist .row > div {
    width: 100%;
    float: none; } }
.countrylist h2 {
  font-size: 16px; }
.countrylist ul li {
  line-height: 25px; }
  .countrylist ul li a {
    color: #000;
    text-decoration: none;
    position: relative; }
    .countrylist ul li a:after {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      display: block;
      height: 1px;
      background-color: #758f60;
      content: '';
      position: absolute;
      bottom: 0px;
      width: 0;
      left: 0px; }
    .countrylist ul li a:hover {
      color: #758f60; }
    .countrylist ul li a:hover:after {
      width: 100%; }

.other_regions {
  margin: 30px 0px;
  border: solid 1px #eaeaea;
  width: 100%;
  float: none;
  display: flex; }
  .other_regions .next_btn {
    width: 200px;
    float: left;
    background-color: #eaeaea; }
    .other_regions .next_btn:hover {
      background-color: #758f60;
      color: #fff; }
    .other_regions .next_btn a {
      display: block;
      padding: 20px 10px;
      text-align: center;
      background-color: #eaeaea;
      color: #363636;
      text-decoration: none; }
      .other_regions .next_btn a:hover {
        background-color: #758f60;
        color: #fff; }
  .other_regions .next_title {
    width: calc(100% - 100px);
    padding: 10px;
    margin: 0px;
    float: left; }
    .other_regions .next_title a {
      color: #2d2d2d;
      line-height: 44px;
      color: #000;
      margin-right: 20px;
      display: inline-block;
      text-decoration: none;
      position: relative;
      padding: 0px 10px; }
      .other_regions .next_title a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .other_regions .next_title a:hover {
        color: #758f60; }
      .other_regions .next_title a:hover:after {
        width: 100%; }
    .other_regions .next_title h4 {
      font-size: 14px;
      font-weight: bold;
      margin: 0px; }
  .other_regions:after {
    clear: left;
    content: '';
    display: block; }

/*Countries Main Page*/
.country_slider {
  margin-bottom: 50px; }

.home_main_page h1 {
  font-size: 30px; }
.home_main_page .news_list {
  margin-top: 30px; }
  .home_main_page .news_list.news_item .row {
    margin-bottom: 30px; }
    .home_main_page .news_list.news_item .row:after {
      content: '';
      display: block;
      margin: 0px 15px;
      border-bottom: solid 1px #ccc;
      height: 1px;
      padding-top: 4px;
      clear: both; }
    .home_main_page .news_list.news_item .row:last-child {
      margin-bottom: 0px; }
  .home_main_page .news_list.news_item.inner_news_title .row {
    margin-bottom: 10px; }
  .home_main_page .news_list.news_item:after {
    clear: left;
    content: '';
    display: block; }

.country_resources {
  padding: 50px 0px;
  padding-bottom: 0px; }
  .country_resources h2 {
    font-size: 30px;
    color: #758f60;
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    border-bottom: solid 3px #758f60;
    display: inline-block;
    margin: 0px;
    margin-bottom: 0px; }
  .country_resources h5 {
    margin-bottom: 30px; }
  .country_resources .resources_lists {
    margin-bottom: 0px; }
    .country_resources .resources_lists ul li {
      width: 50%;
      font-family: "Libre Baskerville", serif;
      float: left; }
      .country_resources .resources_lists ul li:nth-child(odd) {
        clear: left;
        margin-bottom: 10px; }
      @media (max-width: 600px) {
        .country_resources .resources_lists ul li {
          float: none;
          width: 100%; } }
    .country_resources .resources_lists ul:after {
      clear: left;
      content: '';
      display: block; }
  .country_resources h3 {
    font-weight: bold; }
  .country_resources p {
    margin-20px: 6px; }
  .country_resources iframe {
    display: block;
    width: 100% !important;
    height: 350px !important; }

.country_sidebanner {
  margin-bottom: 20px; }
  .country_sidebanner h4 {
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 15px; }
    .country_sidebanner h4 a {
      color: #000;
      text-decoration: none;
      position: relative;
      text-decoration: none; }
      .country_sidebanner h4 a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .country_sidebanner h4 a:hover {
        color: #758f60; }
      .country_sidebanner h4 a:hover:after {
        width: 100%; }

.country_side_report {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #8fa77b;
  color: #fff; }
  .country_side_report h4 {
    font-weight: bold;
    font-family: "Libre Baskerville", serif;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center; }
    .country_side_report h4 a {
      color: #fff;
      text-decoration: none;
      position: relative;
      text-decoration: none; }
      .country_side_report h4 a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .country_side_report h4 a:hover {
        color: #758f60; }
      .country_side_report h4 a:hover:after {
        width: 100%; }
  .country_side_report p {
    font-size: 12px;
    text-align: center;
    margin: 0px; }
    .country_side_report p a {
      color: #fff; }
  .country_side_report .row .col-xs-7 {
    padding-left: 0px; }

/********/
/*Issues*/
.border_box_2 {
  background-color: #fff;
  border: solid 1px #cccccc;
  padding: 20px; }

.issue_list h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 20px; }
.issue_list ul:after {
  clear: left;
  content: '';
  display: block; }
.issue_list ul li {
  width: 33%;
  float: left;
  color: #758f60;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px; }
  .issue_list ul li a {
    color: #758f60;
    text-decoration: none;
    position: relative; }
    .issue_list ul li a:after {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      display: block;
      height: 1px;
      background-color: #758f60;
      content: '';
      position: absolute;
      bottom: 0px;
      width: 0;
      left: 0px; }
    .issue_list ul li a:hover {
      color: #758f60; }
    .issue_list ul li a:hover:after {
      width: 100%; }
  .issue_list ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 0px;
    top: 2px; }
  @media (max-width: 767px) {
    .issue_list ul li {
      width: 50%; } }
  @media (max-width: 481px) {
    .issue_list ul li {
      width: 100%; } }
.issue_list.black_links ul li {
  color: #000;
  font-size: 15px;
  font-weight: 600; }
  .issue_list.black_links ul li:before {
    color: #758f60; }
  .issue_list.black_links ul li a {
    color: #000; }

/*Campigns*/
.full_page .center-header {
  padding-bottom: 40px; }
  .full_page .center-header h1, .full_page .center-header h2 {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .full_page .center-header h5 {
    margin: 0px; }
.full_page h2 {
  font-size: 30px;
  color: #758f60;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  border-bottom: solid 3px #758f60;
  display: inline-block;
  margin: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media (max-width: 600px) {
    .full_page h2 {
      font-size: 20px; } }

.top_campigns {
  margin-top: 30px;
  margin-bottom: 50px;
  height: 100%;
  /********/ }
  .top_campigns .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    height: 100%;
    margin: 0px; }
    .top_campigns .row > div {
      background-color: #758f60; }
      .top_campigns .row > div img {
        display: block;
        margin: auto;
        height: auto; }
    .top_campigns .row > div:last-child {
      padding: 20px;
      background-color: #eaeaea;
      padding-left: 40px;
      padding-top: 50px; }
  .top_campigns ul li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin-bottom: 5px; }
    .top_campigns ul li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      left: 0px;
      top: 2px; }
    .top_campigns ul li a {
      color: #000;
      text-decoration: none;
      text-decoration: none;
      position: relative; }
      .top_campigns ul li a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .top_campigns ul li a:hover {
        color: #758f60; }
      .top_campigns ul li a:hover:after {
        width: 100%; }
    .top_campigns ul li:before {
      color: #758f60; }
  .top_campigns h2 {
    font-family: "Libre Baskerville", serif;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px; }
  .top_campigns.country_campaigns {
    padding-bottom: 30px;
    margin-bottom: 0px;
    margin-top: 0px; }
    .top_campigns.country_campaigns .row > div {
      padding: 15px; }
      @media (max-width: 600px) {
        .top_campigns.country_campaigns .row > div {
          width: 100%;
          float: none; } }
    .top_campigns.country_campaigns .row > div:first-child {
      padding: 0px; }
    .top_campigns.country_campaigns ul li:before {
      font-size: 13px;
      color: #758f60;
      top: 4px; }
    @media (max-width: 600px) {
      .top_campigns.country_campaigns ul li {
        font-size: 13px; } }
  @media (max-width: 600px) {
    .top_campigns.single_row {
      max-width: 500px;
      margin: auto;
      margin-bottom: 40px; }
      .top_campigns.single_row .row > div {
        width: 100%;
        margin: auto; }
      .top_campigns.single_row ul li {
        font-size: 13px; } }

.alter .top_campigns .row > div {
  padding: 0px;
  background-color: #758f60; }
  .alter .top_campigns .row > div img {
    display: block;
    margin: auto;
    height: auto; }
.alter .top_campigns .row > div:first-child {
  padding: 15px;
  background-color: #eaeaea; }

/********/
/*Icon*/
.icon_box_row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px; }
  .icon_box_row .icon_item {
    width: calc(20% - 20px);
    margin: 10px;
    border: solid 1px #758f60;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    background-color: #f0f4e9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .icon_box_row .icon_item h3 {
      font-size: 14px;
      font-weight: bold;
      color: #000;
      margin: 0px;
      margin-top: 20px;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .icon_box_row .icon_item h3 a {
        color: #000;
        text-decoration: none;
        display: block;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
    .icon_box_row .icon_item .icon_holder {
      width: 66px;
      height: 66px;
      border: solid 2px #758f60;
      text-align: center;
      line-height: 62px;
      border-radius: 200%;
      margin: auto;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .icon_box_row .icon_item .icon_holder img {
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
    .icon_box_row .icon_item:nth-child(2n) {
      background-color: #fff; }
    @media (max-width: 992px) {
      .icon_box_row .icon_item {
        width: calc(25% - 20px); }
        .icon_box_row .icon_item:nth-child(1n) {
          background-color: #fff; }
        .icon_box_row .icon_item:nth-child(even) {
          background-color: #f0f4e9; } }
    @media (max-width: 767px) {
      .icon_box_row .icon_item {
        width: calc(33% - 20px); } }
    @media (max-width: 600px) {
      .icon_box_row .icon_item {
        width: calc(50% - 20px); } }
    .icon_box_row .icon_item:hover {
      background-color: #758f60; }
      .icon_box_row .icon_item:hover h3 {
        color: #fff; }
        .icon_box_row .icon_item:hover h3 a {
          color: #fff; }
      .icon_box_row .icon_item:hover .icon_holder {
        border: solid 2px #fff; }
      .icon_box_row .icon_item:hover img {
        -webkit-filter: invert(100%);
        -moz-filter: invert(100%);
        -ms-filter: invert(100%);
        -o-filter: invert(100%);
        filter: invert(100%); }
      .icon_box_row .icon_item:hover:nth-child(2n) {
        background-color: #ffd347; }
        .icon_box_row .icon_item:hover:nth-child(2n) img {
          -webkit-filter: invert(0%);
          -moz-filter: invert(0%);
          -ms-filter: invert(0%);
          -o-filter: invert(0%);
          filter: invert(0%); }
        .icon_box_row .icon_item:hover:nth-child(2n) h3 {
          color: #000; }
          .icon_box_row .icon_item:hover:nth-child(2n) h3 a {
            color: #000; }
        .icon_box_row .icon_item:hover:nth-child(2n) .icon_holder {
          border: solid 2px #000; }
  .icon_box_row.centered_flex {
    justify-content: center; }
  .icon_box_row.col-3 .icon_item {
    width: calc(33% - 20px); }
    @media (max-width: 600px) {
      .icon_box_row.col-3 .icon_item {
        width: calc(50% - 20px); } }

/********/
/*Gallery*/
.gallery_wrap .gallery_lists .gallery_item {
  border: solid 1px #758f60;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }
  .gallery_wrap .gallery_lists .gallery_item .gal_img {
    position: relative; }
    .gallery_wrap .gallery_lists .gallery_item .gal_img .gal_count {
      position: absolute;
      left: 0px;
      bottom: 10px;
      background-color: #758f60;
      color: #fff;
      padding: 5px 10px; }
  .gallery_wrap .gallery_lists .gallery_item a {
    text-decoration: none;
    color: #000; }
    .gallery_wrap .gallery_lists .gallery_item a:hover {
      color: #758f60; }
  .gallery_wrap .gallery_lists .gallery_item p {
    margin-top: 15px;
    margin-bottom: 0px; }
    @media (max-width: 600px) {
      .gallery_wrap .gallery_lists .gallery_item p {
        font-size: 13px; } }
  @media (max-width: 992px) {
    .gallery_wrap .gallery_lists .gallery_item {
      padding: 10px; } }
.gallery_wrap .gallery_lists.video_gallery .gallery_item {
  padding: 15px; }
  .gallery_wrap .gallery_lists.video_gallery .gallery_item .play_btn {
    position: absolute;
    width: 42px;
    height: 32px;
    margin: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px; }

/********/
.human_rights_content .page_banner {
  margin-bottom: 20px; }
.human_rights_content .report_list h2 {
  color: #000;
  font-size: 17px;
  margin-top: 0px;
  padding-top: 20px;
  border-top: solid 1px #a9bb9a;
  margin-bottom: 15px; }
  .human_rights_content .report_list h2:first-child {
    border: none; }
.human_rights_content .report_list ul {
  margin-bottom: 0px; }
  .human_rights_content .report_list ul li {
    width: 50%;
    font-weight: bold; }
    .human_rights_content .report_list ul li:nth-child(odd) {
      clear: left; }

/********/
/*books*/
.featured_publications h2 {
  font-family: "Libre Baskerville", serif;
  color: #000;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 22px; }

.featured_box {
  background-color: #eaeaea;
  padding: 25px; }
  .featured_box.small_pading {
    padding: 15px; }
    .featured_box.small_pading .frow p {
      font-size: 13px !important; }

.frow .fthumb {
  width: 134px;
  float: left;
  margin-right: 20px; }
  @media (max-width: 600px) {
    .frow .fthumb {
      width: 90px;
      margin-right: 20px; } }
.frow:after {
  clear: left;
  content: '';
  display: block; }
.frow h3 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #758f60; }
.frow p {
  font-size: 15px;
  line-height: 23px;
  text-align: justify; }
  @media (max-width: 600px) {
    .frow p {
      font-size: 13px; } }
.frow .button {
  padding: 5px 20px;
  font-size: 15px; }

/********/
/*books*/
.publication_items .frow {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc; }
  .publication_items .frow .fthumb {
    width: 120px;
    float: left;
    margin-right: 20px; }
    @media (max-width: 600px) {
      .publication_items .frow .fthumb {
        width: 80px;
        margin-right: 20px; } }
  .publication_items .frow a.more {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    position: relative; }
    .publication_items .frow a.more:after {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      display: block;
      height: 1px;
      background-color: #758f60;
      content: '';
      position: absolute;
      bottom: 0px;
      width: 0;
      left: 0px; }
    .publication_items .frow a.more:hover {
      color: #758f60; }
    .publication_items .frow a.more:hover:after {
      width: 100%; }
  @media (max-width: 600px) {
    .publication_items .frow p {
      font-size: 13px; } }

/********/
/*Single Article*/
.books_single .article_header {
  padding-bottom: 30px; }
.books_single h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  margin-bottom: 30px;
  color: #000; }
.books_single .article_body p {
  margin: 0px;
  margin-bottom: 20px; }
  .books_single .article_body p a {
    color: #000;
    text-decoration: none;
    text-decoration: none;
    position: relative; }
    .books_single .article_body p a:after {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      display: block;
      height: 1px;
      background-color: #758f60;
      content: '';
      position: absolute;
      bottom: 0px;
      width: 0;
      left: 0px; }
    .books_single .article_body p a:hover {
      color: #758f60; }
    .books_single .article_body p a:hover:after {
      width: 100%; }
    .books_single .article_body p a.btn-primary:hover, .books_single .article_body p a.blank_link:hover {
      color: #fff; }

/********/
/*magazines*/
.magazine_lists {
  padding-top: 20px; }
  .magazine_lists .row h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center; }
    .magazine_lists .row h3 a {
      color: #cccccc;
      text-decoration: none;
      text-decoration: none;
      position: relative; }
      .magazine_lists .row h3 a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .magazine_lists .row h3 a:hover {
        color: #758f60; }
      .magazine_lists .row h3 a:hover:after {
        width: 100%; }
  .magazine_lists .row > div {
    margin-bottom: 30px;
    text-align: center; }
    .magazine_lists .row > div:nth-child(5) {
      clear: left; }
    .magazine_lists .row > div:nth-child(9) {
      clear: left; }
    .magazine_lists .row > div:nth-child(13) {
      clear: left; }
    @media (max-width: 992px) {
      .magazine_lists .row > div:nth-child(4n) {
        clear: none; } }
  .magazine_lists .img_bg {
    background-color: #b4ceae; }

/********/
/*contactus*/
.content_section .contact_us h1 {
  display: block !important;
  margin-bottom: 10px; }

.enq_form {
  border: solid 1px #758f60;
  padding: 25px;
  border-radius: 4px; }
  .enq_form .form-control {
    border-radius: 4px;
    border: solid 1px #758f60;
    background-color: #eaeaea;
    font-size: 13px;
    line-height: 18px; }
  .enq_form textarea, .enq_form select[multiple] {
    height: 120px; }
  .enq_form select[multiple] {
    padding: 4px; }
  @media (max-width: 600px) {
    .enq_form .row > div {
      float: none;
      width: 100%; } }

/********/
/*Blogs*/
.blogs h1 {
  display: block !important;
  padding-bottom: 10px !important; }
.blogs .blog_list .item {
  padding-top: 20px;
  border-bottom: solid 1px #d9dcde; }
  .blogs .blog_list .item h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: bold;
    color: #000; }
    .blogs .blog_list .item h3 a {
      color: #000;
      text-decoration: none;
      position: relative; }
      .blogs .blog_list .item h3 a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .blogs .blog_list .item h3 a:hover {
        color: #758f60; }
      .blogs .blog_list .item h3 a:hover:after {
        width: 100%; }
  .blogs .blog_list .item p {
    text-align: left; }
    .blogs .blog_list .item p a {
      color: #1C65C8;
      text-decoration: none;
      position: relative; }
      .blogs .blog_list .item p a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .blogs .blog_list .item p a:hover {
        color: #758f60; }
      .blogs .blog_list .item p a:hover:after {
        width: 100%; }
.blogs .blog_list.special_reports .item {
  padding-bottom: 20px; }
  .blogs .blog_list.special_reports .item a.more {
    font-weight: bold;
    font-size: 15px; }
  .blogs .blog_list.special_reports .item p {
    text-align: justify; }

/********/
/*Special Reports*/
.link_lists .button {
  font-size: 14px;
  font-weight: bold;
  color: #ad8400;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px; }
  .link_lists .button:hover {
    color: #ffd347; }

.podcasts {
  padding-top: 30px; }
  .podcasts .frow .news_metas {
    font-size: 13px;
    margin-bottom: 10px; }
    .podcasts .frow .news_metas a {
      color: #758f60;
      text-decoration: none;
      position: relative; }
      .podcasts .frow .news_metas a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .podcasts .frow .news_metas a:hover {
        color: #758f60; }
      .podcasts .frow .news_metas a:hover:after {
        width: 100%; }
  .podcasts .frow h3 {
    color: #000;
    margin-bottom: 5px; }
    .podcasts .frow h3 a {
      color: #000;
      text-decoration: none;
      position: relative; }
      .podcasts .frow h3 a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .podcasts .frow h3 a:hover {
        color: #758f60; }
      .podcasts .frow h3 a:hover:after {
        width: 100%; }
  .podcasts .frow p {
    font-size: 14px; }

.pagin {
  padding: 15px;
  background-color: #eaeaea;
  float: none;
  text-align: left;
  font-weight: bold; }
  .pagin > div {
    line-height: 30px; }
  .pagin a {
    font-weight: normal; }

.flex_row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  margin-bottom: 30px; }
  .flex_row .flex_col {
    width: 50%;
    background-color: #758f60; }
    .flex_row .flex_col:first-child {
      border-color: #758f60; }
      .flex_row .flex_col:first-child img {
        width: 100%; }
    .flex_row .flex_col:last-child {
      padding: 20px;
      background-color: #d9dcde; }
      .flex_row .flex_col:last-child h2 {
        color: #000;
        font-family: "Libre Baskerville", serif;
        font-size: 25px; }
      .flex_row .flex_col:last-child p {
        line-height: 24px;
        margin-bottom: 0px; }

.ahrc_tv_about h2 {
  color: #333333;
  font-family: "Libre Baskerville", serif;
  font-size: 25px; }
.ahrc_tv_about p {
  text-align: justify;
  line-height: 24px;
  margin-bottom: 30px; }

.team_flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap; }
  .team_flex .flex_col_1 {
    width: 30%;
    background-color: #ffd347;
    padding: 40px 20px; }
    .team_flex .flex_col_1 .team_image {
      text-align: center; }
      .team_flex .flex_col_1 .team_image img {
        border-radius: 300px; }
      .team_flex .flex_col_1 .team_image h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px; }
  .team_flex .flex_col_2 {
    width: 70%;
    background-color: #d9dcde;
    padding: 20px; }
    .team_flex .flex_col_2 p {
      margin-bottom: 0px; }

/********/
/*Dnate*/
.ahrc_donate h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: bold;
  color: #000; }

.donate_types .d_type {
  margin-bottom: 20px;
  background-color: #eaeaea;
  border-radius: 0px 0px 4px 4px; }
  .donate_types .d_type h3 {
    background-color: #758f60;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold; }
    .donate_types .d_type h3 a {
      color: #fff;
      text-decoration: none;
      display: block; }
  .donate_types .d_type > div {
    padding: 0px 20px; }
    .donate_types .d_type > div form {
      padding: 10px; }
  .donate_types .d_type .collapse {
    padding-bottom: 15px; }

/********/
/*Table*/
.data_table table {
  border: solid 1px #ccc;
  border-collapse: collapse; }
  .data_table table td, .data_table table th {
    border: solid 1px #ccc;
    padding: 15px 15px;
    border-collapse: collapse; }
    .data_table table td a, .data_table table th a {
      color: #000;
      text-decoration: none;
      position: relative; }
      .data_table table td a:after, .data_table table th a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .data_table table td a:hover, .data_table table th a:hover {
        color: #758f60; }
      .data_table table td a:hover:after, .data_table table th a:hover:after {
        width: 100%; }
  .data_table table th {
    background-color: #758f60;
    color: #fff; }
  .data_table table tr {
    background-color: #eaeaea; }
  .data_table table tr:nth-child(odd) {
    background-color: #fff; }

/********/
/*Page*/
.page_header h1 {
  font-size: 30px;
  display: block !important;
  padding-bottom: 10px; }

/********/
.page-id-89 .countries_map .container {
  padding: 0px; }

/***********************Sidebar*/
.country_news_lists {
  background-color: #eaeaea;
  padding: 20px;
  margin-bottom: 20px; }
  .country_news_lists h3 {
    font-family: "Libre Baskerville", serif;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 0px;
    font-weight: bold; }
  .country_news_lists ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px #999999;
    font-size: 13px;
    line-height: 17px; }
    .country_news_lists ul li:last-child {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .country_news_lists ul li a {
      color: #000;
      text-decoration: none;
      position: relative; }
      .country_news_lists ul li a:after {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: block;
        height: 1px;
        background-color: #758f60;
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0;
        left: 0px; }
      .country_news_lists ul li a:hover {
        color: #758f60; }
      .country_news_lists ul li a:hover:after {
        width: 100%; }
  .country_news_lists .button_2 {
    color: #fff;
    padding: 6px 20px;
    margin-top: 20px;
    font-size: 13px; }

.country_article {
  margin-bottom: 20px; }
  .country_article .body_box {
    padding: 20px;
    background-color: #eaeaea; }
    .country_article .body_box h3 {
      font-family: "Libre Baskerville", serif;
      font-size: 18px;
      font-weight: bold;
      margin-top: 0px; }
    .country_article .body_box p {
      font-size: 13px; }

.purchase_pub {
  text-align: center; }
  .purchase_pub h3 {
    border-bottom: solid 1px #999999;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important; }
  .purchase_pub form {
    text-align: center; }
  .purchase_pub p {
    text-align: center !important;
    font-size: 14px; }
  @media (max-width: 767px) {
    .purchase_pub .row > div {
      margin-bottom: 10px; } }

.video_resources {
  text-align: center; }

/**(***********/
.campaigns_by_country > .row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap; }

/* Scss Document */
/********************************************************************
/**********************************************************************/
/* Comon Media Query ************/
.visible-mobile {
  display: none; }

@media screen and (max-width: 1024px) {
  .hidden-desktop {
    display: none; }

  .desktop-half {
    width: 50%; } }
@media screen and (max-width: 992px) {
  .tab-center {
    text-align: center !important; } }
@media screen and (max-width: 767px) {
  .facebook_col {
    max-width: 540px;
    margin: auto !important; }

  .mobile_page_header {
    font-size: 18px;
    border-bottom: solid 1px #d9dcde;
    padding-bottom: 6px;
    font-family: "Libre Baskerville", serif;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400; }

  .listings_page {
    padding-top: 0px;
    /*border-top: solid 1px $gray;*/ }
    .listings_page .breadcrumb {
      font-size: 13px;
      padding: 9px 0px;
      padding-bottom: 5px;
      color: #ababab; }
      .listings_page .breadcrumb a {
        color: #ababab; }
    .listings_page .main-content h1 {
      font-size: 18px;
      margin-bottom: 10px; }
    .listings_page .main-content .sub_head {
      display: none; }

  .grid-switch {
    display: none; }

  .pager {
    display: none; }

  .filter_selector, .category_selector {
    display: none; }

  .category_selector, .filter_selector {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    display: block;
    z-index: 3000000;
    top: 0px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    padding-top: 30px; }
    .category_selector .close_bt, .filter_selector .close_bt {
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #d9dcde;
      position: fixed;
      right: 10px;
      top: 10px;
      color: #d9dcde;
      text-align: center;
      font-family: "Libre Baskerville", serif;
      line-height: 30px;
      cursor: pointer; }
      .category_selector .close_bt.apply_filter, .filter_selector .close_bt.apply_filter {
        right: 45px;
        width: auto;
        padding: 0px 10px;
        line-height: 28px;
        background-color: #f78b17;
        border: none;
        color: #fff; }
    .category_selector h4, .filter_selector h4 {
      padding-left: 20px; }
    .category_selector ul li, .filter_selector ul li {
      padding-left: 30px;
      text-transform: uppercase;
      line-height: 40px !important;
      border-bottom: solid 3px #fff;
      border-left: solid 3px #f78b17; }
      .category_selector ul li:before, .filter_selector ul li:before {
        display: none; }
    .category_selector.on, .filter_selector.on {
      -webkit-transform-origin: 50% 0%;
      -o-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: hidden;
      visibility: visible;
      opacity: 1; }
      .category_selector.on > h4, .filter_selector.on > h4 {
        opacity: 1; }

  .filter_selector {
    padding: 20px 80px;
    overflow-y: scroll !important; }
    .filter_selector h4 {
      padding-left: 00px; } }
@media screen and (max-width: 600px) {
  .hidden_smart, .list-inline .hidden_smart {
    display: none; }

  .smart_half {
    width: 50%; }

  .smart_full {
    width: 100%; }
    .smart_full .exclude {
      padding: 0px;
      padding-top: 20px; }
      .smart_full .exclude .custom_check {
        width: 50%;
        float: left; }

  .footer .copy_right p {
    text-align: center; }

  .mobile_menu {
    display: block !important; }

  .cart_item_row {
    width: 100%;
    float: left;
    padding-bottom: 20px !important; }
    .cart_item_row > div.col-xs-3 {
      width: 25%; }
    .cart_item_row > div.col-xs-5 {
      width: 75%; }
    .cart_item_row > div.col-xs-2 {
      width: 50%;
      padding: 15px 15px 0px 15px !important; }
      .cart_item_row > div.col-xs-2 .form-group {
        max-width: 120px; }

  .billing-form .form-group .row > div {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
    .billing-form .form-group .row > div:last-child {
      margin-bottom: 0px; } }
@media screen and (max-width: 480px) {
  .facebook_col {
    display: none; }

  .filter_selector {
    padding: 20px;
    padding-top: 50px; }

  .billing-form {
    padding: 10px; }

  .visible-mobile {
    display: block !important; }

  .mob-full {
    width: 100%; }

  .footer .copy_right img {
    float: none;
    display: block;
    margin: auto; }

  .hidden_phone {
    display: none; }

  .cart_item_row > div.col-xs-3, .cart_item_row > div.col-xs-5 {
    text-align: center;
    width: 100%;
    padding-bottom: 15px; }
  .cart_item_row > div.col-xs-2 {
    padding-top: 0px !important; } }
@media (max-width: 481px) {
  .smart-2 {
    width: 10%; }

  .smart-1 {
    width: 90%; } }

/*# sourceMappingURL=style.css.map */
